/*
Theme Name: UAL branded
Text Domain: ualbranded
Template: twentytwenty
Version: 1.1
Requires at least: 4.7
Requires PHP: 5.2.4
Description: Accessible, UAL branded theme recommended for UAL-related blogs and websites.
Tags: blog, one-column, featured-images, footer-widgets, full-width-template, sticky-post, threaded-comments, accessibility-ready
Author: Digital Learning
Author URI: https://www.arts.ac.uk/about-ual/teaching-and-learning-exchange/digital-learning
*/
.theme-dark {
  --body-bg: #000000;
  --body-colour: #F6F6F6;
  --secondary-bg: #171717;
  --secondary-colour: #999999;
  --input-bg: #252525;
  --input-border: #4D4D4D;
  --brand-colour: #FF5000;
  --forum-header: #252525;
  --forum-subheader: #252525;
  --forum-bg: #171717;
  --forum-border: #3e3e3e;
  --bs-success-text-emphasis: #75b798;
  --bs-info-text-emphasis: #6edff6;
  --bs-warning-text-emphasis: #ffda6a;
  --bs-danger-text-emphasis: #ea868f;
  --bs-success-bg-subtle: #051b11;
  --bs-info-bg-subtle: #032830;
  --bs-warning-bg-subtle: #332701;
  --bs-danger-bg-subtle: #2c0b0e;
  --bs-success-border-subtle: #0f5132;
  --bs-info-border-subtle: #087990;
  --bs-warning-border-subtle: #997404;
  --bs-danger-border-subtle: #842029;
}

.theme-light {
  --body-bg: #FFFFFF;
  --body-colour: #171717;
  --secondary-bg: #F6F6F6;
  --secondary-colour: #666666;
  --input-bg: #FFFFFF;
  --input-border: #CCCCCC;
  --brand-colour: #FF5000;
  --forum-header: #ececec;
  --forum-subheader: #ececec;
  --forum-bg: #fbfbfb;
  --forum-border: #CCCCCC;
  --bs-success-text-emphasis: #0a3622;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #58151c;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
}

/*------------------------
mixin that calculates if text needs to be light or dark
depending on the background color passed.

From this W3C document: http://www.webmasterworld.com/r.cgi?f=88&d=9769&url=http://www.w3.org/TR/AERT#color-contrast

Color brightness is determined by the following formula:
((Red value X 299) + (Green value X 587) + (Blue value X 114)) / 1000
------------------------*/
/*	CSS Overrides
/* -------------------------------------------------------------------------- */
.post-separator,
.pagination-single,
.comments-wrapper,
#commentform,
.comment-respond p:not(.comment-notes),
.comments-header.section-inner,
.archive-subtitle.section-inner,
.footer-inner,
footer .section-inner {
  max-width: 100rem;
}

.comments-inner.section-inner {
  max-width: 84rem;
}

.color-accent,
.color-accent-hover:hover,
.color-accent-hover:focus,
.header-footer-group .color-accent,
.header-footer-group .color-accent-hover:hover {
  color: var(--secondary-colour);
}

button:not(.toggle),
.button,
.faux-button,
.wp-block-button__link,
.wp-block-file .wp-block-file__button,
.comment-reply-link,
input[type=button],
input[type=reset],
input[type=submit] {
  font-size: 1.6rem;
  font-weight: 400;
  text-transform: capitalize;
  background: #4D4D4D;
  color: #FFFFFF;
}
button:not(.toggle):hover, button:not(.toggle):focus,
.button:hover,
.button:focus,
.faux-button:hover,
.faux-button:focus,
.wp-block-button__link:hover,
.wp-block-button__link:focus,
.wp-block-file .wp-block-file__button:hover,
.wp-block-file .wp-block-file__button:focus,
.comment-reply-link:hover,
.comment-reply-link:focus,
input[type=button]:hover,
input[type=button]:focus,
input[type=reset]:hover,
input[type=reset]:focus,
input[type=submit]:hover,
input[type=submit]:focus {
  color: #000000;
  background: var(--brand-colour);
  text-decoration: none !important;
}

cite,
figcaption,
.wp-caption-text,
.post-meta,
.entry-content .wp-block-archives li,
.entry-content .wp-block-categories li,
.entry-content .wp-block-latest-posts li,
.wp-block-latest-comments__comment-date,
.wp-block-latest-posts__post-date,
.wp-block-embed figcaption,
.wp-block-image figcaption,
.wp-block-pullquote cite,
.comment-metadata,
.comment-respond .comment-notes,
.comment-respond .logged-in-as,
.pagination .dots,
.entry-content hr:not(.has-background),
hr.styled-separator,
:root .has-secondary-color {
  color: var(--secondary-colour);
}

.site-description,
.widget .post-date,
.widget .rss-date,
.widget_archive li,
.widget_categories li,
.widget cite,
.widget_pages li,
.widget_meta li,
.widget_nav_menu li,
.singular .entry-header .post-meta,
.singular:not(.overlay-header) .entry-header .post-meta a {
  color: var(--secondary-colour);
}

/*	Base elements
/* -------------------------------------------------------------------------- */
body {
  background: var(--secondary-bg);
  color: var(--body-colour);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  text-rendering: optimizeLegibility;
}

a {
  color: var(--body-colour);
  text-decoration: underline;
}
a:hover, a:focus {
  color: var(--brand-colour);
  text-decoration: none;
}

input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=date],
input[type=month],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=week],
input[type=number],
input[type=search],
input[type=tel],
input[type=color],
textarea {
  color: var(--body-colour);
  background-color: var(--input-bg);
  border-color: var(--input-border);
}
input[type=text]:focus, input[type=text]:focus-visible,
input[type=password]:focus,
input[type=password]:focus-visible,
input[type=email]:focus,
input[type=email]:focus-visible,
input[type=url]:focus,
input[type=url]:focus-visible,
input[type=date]:focus,
input[type=date]:focus-visible,
input[type=month]:focus,
input[type=month]:focus-visible,
input[type=time]:focus,
input[type=time]:focus-visible,
input[type=datetime]:focus,
input[type=datetime]:focus-visible,
input[type=datetime-local]:focus,
input[type=datetime-local]:focus-visible,
input[type=week]:focus,
input[type=week]:focus-visible,
input[type=number]:focus,
input[type=number]:focus-visible,
input[type=search]:focus,
input[type=search]:focus-visible,
input[type=tel]:focus,
input[type=tel]:focus-visible,
input[type=color]:focus,
input[type=color]:focus-visible,
textarea:focus,
textarea:focus-visible {
  outline: 0;
  border-color: var(--brand-colour);
}

button,
.button,
.faux-button,
.wp-block-button__link,
.wp-block-file .wp-block-file__button,
input[type=button],
input[type=reset],
input[type=submit] {
  padding: 0.85em 1.25em;
  transition: 0.3s;
}

.quicktags-toolbar {
  color: var(--body-colour) !important;
  background: var(--forum-subheader) !important;
  border: 1px solid var(--input-border);
  border-bottom-color: transparent !important;
}
.quicktags-toolbar input[type=button] {
  color: var(--secondary-colour) !important;
}
.quicktags-toolbar input[type=button]:hover, .quicktags-toolbar input[type=button]:focus {
  color: var(--body-colour) !important;
  background-color: var(--input-border) !important;
  border-color: var(--body-bg) !important;
}

.theme-dark {
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*	3. Helper Classes
/* -------------------------------------------------------------------------- */
/*	Header
/* -------------------------------------------------------------------------- */
#site-header {
  background-color: var(--body-bg);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.header-inner {
  padding: 0.8rem 0;
}

.site-logo {
  display: inline-block;
  width: 72px;
  padding: 1rem 0;
  z-index: 1;
}
.site-logo svg {
  fill: var(--body-colour);
}

.header-titles-wrapper {
  justify-content: space-between;
  margin: 0;
  padding: 0;
}
.header-titles-wrapper .header-titles {
  max-width: 200px;
}

.header-toggles-ual {
  display: flex;
  flex-wrap: nowrap;
  margin-right: -2rem;
}

.header-navigation-wrapper {
  justify-content: space-between;
}

.primary-menu-wrapper {
  flex-grow: 2;
}

ul.primary-menu {
  margin-right: -2rem;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0;
}
ul.primary-menu a:focus, ul.primary-menu a:hover {
  text-decoration: none;
  color: var(--brand-colour);
}
ul.primary-menu .current-menu-item > a,
ul.primary-menu .current-menu-item > .link-icon-wrapper > a {
  text-decoration: none;
  font-weight: 500;
}
ul.primary-menu .current-menu-item > a:focus, ul.primary-menu .current-menu-item > a:hover,
ul.primary-menu .current-menu-item > .link-icon-wrapper > a:focus,
ul.primary-menu .current-menu-item > .link-icon-wrapper > a:hover {
  color: inherit;
  cursor: default;
}

.header-inner .toggle {
  position: static;
  padding: 1rem 2rem;
}
.header-inner .toggle .toggle-inner {
  justify-content: flex-end;
  align-items: center;
}
.header-inner .toggle .toggle-inner .toggle-text {
  position: static;
  margin-left: 1rem;
  width: auto;
  color: var(--body-colour);
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: normal;
  transition: color 0.15s linear;
}
@media (max-width: 600px) {
  .header-inner .toggle .toggle-inner .toggle-text {
    display: none;
  }
}
.header-inner .toggle:hover, .header-inner .toggle:focus {
  text-decoration: none;
}
.header-inner .toggle:hover .toggle-text, .header-inner .toggle:hover svg, .header-inner .toggle:focus .toggle-text, .header-inner .toggle:focus svg {
  text-decoration: none;
  color: var(--brand-colour);
}

.nav-toggle {
  width: auto;
  border-left: 1px solid #333333 !important;
}
.nav-toggle .toggle-inner {
  padding-top: 0;
}
.nav-toggle .toggle-icon,
.nav-toggle svg {
  height: auto;
  width: 2rem;
}

.search-toggle .toggle-icon,
.search-toggle svg {
  max-width: 1.8rem;
  width: 1.8rem;
}

/* Page Header ------------------------- */
.page-header {
  background-color: var(--body-bg);
}

.page-header-inner {
  margin-top: 5rem;
}
.page-header-inner .site-title {
  font-size: 9.6rem;
}
.page-header-inner .site-title a {
  color: var(--body-colour);
}
.page-header-inner .site-title a:hover, .page-header-inner .site-title a:focus {
  text-decoration: none;
  cursor: default;
}
.page-header-inner .site-description {
  margin-top: 2rem;
  font-size: 3.2rem;
  font-weight: 300;
  letter-spacing: normal;
  color: var(--secondary-colour);
}

/*	Menu Modal
/* -------------------------------------------------------------------------- */
.menu-modal,
.menu-modal-inner {
  width: 100%;
  background-color: var(--body-bg);
}

button.close-nav-toggle {
  font-size: 1.6rem;
}
button.close-nav-toggle:hover, button.close-nav-toggle:focus {
  text-decoration: none;
}
button.close-nav-toggle:hover .toggle-text, button.close-nav-toggle:hover svg, button.close-nav-toggle:focus .toggle-text, button.close-nav-toggle:focus svg {
  text-decoration: none;
  color: var(--brand-colour);
}

.modal-menu li {
  border-top: 1px solid var(--secondary-colour);
}
.modal-menu li:last-child {
  border-bottom: 1px solid var(--secondary-colour);
}
.modal-menu li a {
  color: var(--body-colour);
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='icon' viewBox='0 0 24 24'%3E%3Ctitle%3EArrowRight%3C/title%3E%3Cpath d='M17.6881 11.8729C17.1238 11.2118 16.5347 10.2542 15.9208 9H16.9901C18.2475 10.4583 19.5842 11.5375 21 12.2375V12.7625C19.5842 13.4625 18.2475 14.5417 16.9901 16H15.9208C16.5347 14.7458 17.1238 13.7882 17.6881 13.1271H3V11.8729H17.6881Z' %3E%3C/path%3E%3C/svg%3E");
  background-size: 28px;
  background-repeat: no-repeat;
  background-position: center right;
  -webkit-transition: background-position 0.5s cubic-bezier(0, 0.55, 0.45, 1);
  -moz-transition: background-position 0.5s cubic-bezier(0, 0.55, 0.45, 1);
  transition: background-position 0.5s cubic-bezier(0, 0.55, 0.45, 1);
}
.modal-menu li a:hover, .modal-menu li a:focus {
  color: var(--brand-colour);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='icon' viewBox='0 0 24 24'%3E%3Ctitle%3EArrowRight%3C/title%3E%3Cpath d='M17.6881 11.8729C17.1238 11.2118 16.5347 10.2542 15.9208 9H16.9901C18.2475 10.4583 19.5842 11.5375 21 12.2375V12.7625C19.5842 13.4625 18.2475 14.5417 16.9901 16H15.9208C16.5347 14.7458 17.1238 13.7882 17.6881 13.1271H3V11.8729H17.6881Z' fill='%23FF5000'/%3E%3C/svg%3E%0A");
  background-position: center right 2vw;
  text-decoration: none;
}
.modal-menu > li > a, .modal-menu > li > .ancestor-wrapper > a {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0;
}

/*	Search Modal
/* -------------------------------------------------------------------------- */
.search-modal .search-modal-inner {
  background-color: var(--body-bg);
  border-bottom: 2px solid var(--secondary-colour);
}
.search-modal .search-field:focus {
  outline: none;
}
.search-modal button.search-untoggle:hover, .search-modal button.search-untoggle:focus {
  text-decoration: none;
}
.search-modal button.search-untoggle:hover .toggle-text, .search-modal button.search-untoggle:hover svg, .search-modal button.search-untoggle:focus .toggle-text, .search-modal button.search-untoggle:focus svg {
  text-decoration: none;
  color: var(--brand-colour);
}

/*	Archived posts
/* -------------------------------------------------------------------------- */
.archive-header {
  padding: 8rem 0 4rem;
  background-color: var(--secondary-bg);
}

.entry-categories a:hover, .entry-categories a:focus {
  color: var(--brand-colour);
}

/*	Post
/* -------------------------------------------------------------------------- */
.entry-header {
  text-align: left;
}

.singular .entry-header {
  color: var(--body-colour);
  background-color: var(--body-bg);
}

.entry-categories-inner {
  justify-content: left;
}

.entry-categories a {
  font-size: 1.8rem;
  font-weight: 500;
  text-transform: capitalize;
}

.entry-title a,
.entry-categories a {
  color: var(--body-colour);
}
.entry-title a:hover, .entry-title a:focus,
.entry-categories a:hover,
.entry-categories a:focus {
  color: var(--brand-colour);
}

.entry-categories a:hover,
.entry-categories a:focus {
  text-decoration: none;
}

/* POST META */
.post-meta-single-top .post-meta {
  justify-content: left;
}

.post-meta-wrapper {
  margin-top: 2rem;
  max-width: 100rem;
}

.post-meta {
  font-size: 1.6rem;
  font-weight: 400;
}

.post-meta li {
  letter-spacing: normal;
  max-width: 100%;
}

.post-meta .post-author .meta-icon svg {
  width: 24px;
  height: 24px;
}
.post-meta .post-date .meta-icon svg {
  width: 20px;
  height: 20px;
}
.post-meta .post-comment-link .meta-icon svg {
  width: 20px;
  height: 20px;
}
.post-meta .post-edit .meta-icon svg {
  width: 20px;
  height: 20px;
}
.post-meta .post-tags .meta-icon svg {
  width: 18px;
  height: 18px;
}

.post-inner {
  padding-top: 5rem;
}
.post-inner .entry-content > .wp-block-image:first-child {
  margin-top: 0 !important;
}

/* AUTHOR */
.author-bio .author-link {
  text-decoration: underline;
}
.author-bio .author-link:hover, .author-bio .author-link:focus {
  color: var(--brand-colour);
  text-decoration: none;
}

/*	Forum
/* -------------------------------------------------------------------------- */
.bbpress .post-meta-wrapper {
  display: none;
}
.bbpress #bbpress-forums {
  font-size: 16px;
}
.bbpress #bbpress-forums #bbp-search-form {
  margin-bottom: 1rem;
}
.bbpress #bbpress-forums #bbp-search-form input#bbp_search {
  padding: 1.25rem 1.75rem;
}
.bbpress #bbpress-forums .bbp-forum-info .bbp-forum-content {
  font-size: 14px;
}
.bbpress #bbpress-forums .bbp-topic-meta,
.bbpress #bbpress-forums .bbp-reply-author .bbp-author-role,
.bbpress #bbpress-forums .bbp-reply-ip .bbp-author-ip {
  font-size: 12px;
}
.bbpress #bbpress-forums .bbp-forums,
.bbpress #bbpress-forums .bbp-lead-topic,
.bbpress #bbpress-forums .bbp-replies,
.bbpress #bbpress-forums .bbp-search-results,
.bbpress #bbpress-forums .bbp-topics,
.bbpress #bbpress-forums fieldset.bbp-form,
.bbpress #bbpress-forums .bbp-body .topic {
  font-size: 16px;
  border-color: var(--input-border);
}
.bbpress #bbpress-forums .bbp-header,
.bbpress #bbpress-forums .bbp-footer {
  background: var(--forum-header);
  border-top-color: transparent;
}
.bbpress #bbpress-forums .bbp-footer {
  border-top: 1px solid var(--forum-border);
}
.bbpress #bbpress-forums .bbp-reply-header,
.bbpress #bbpress-forums .bbp-topic-header {
  background-color: var(--forum-subheader);
  border-top-color: var(--input-border);
}
.bbpress #bbpress-forums .bbp-admin-links {
  margin: 0 0.5rem;
  color: var(--secondary-colour);
}
.bbpress #bbpress-forums .bbp-admin-links a {
  font-size: 13px;
  color: var(--secondary-colour);
}
.bbpress #bbpress-forums .bbp-admin-links a:hover, .bbpress #bbpress-forums .bbp-admin-links a:focus {
  color: var(--brand-colour);
}
.bbpress #bbpress-forums .bbp-forum-permalink,
.bbpress #bbpress-forums .bbp-reply-permalink,
.bbpress #bbpress-forums .bbp-topic-permalink,
.bbpress #bbpress-forums .bbp-author-ip {
  color: var(--secondary-colour);
}
.bbpress #bbpress-forums .bbp-forum-permalink:hover, .bbpress #bbpress-forums .bbp-forum-permalink:focus,
.bbpress #bbpress-forums .bbp-reply-permalink:hover,
.bbpress #bbpress-forums .bbp-reply-permalink:focus,
.bbpress #bbpress-forums .bbp-topic-permalink:hover,
.bbpress #bbpress-forums .bbp-topic-permalink:focus,
.bbpress #bbpress-forums .bbp-author-ip:hover,
.bbpress #bbpress-forums .bbp-author-ip:focus {
  color: var(--brand-colour);
}
.bbpress #bbpress-forums .odd,
.bbpress #bbpress-forums .even {
  background-color: var(--forum-bg);
}
.bbpress #bbpress-forums fieldset.bbp-form label {
  margin: 0 0 0.5rem;
  letter-spacing: 0.02rem;
}
.bbpress #bbpress-forums fieldset.bbp-form input[type=password],
.bbpress #bbpress-forums fieldset.bbp-form input[type=text],
.bbpress #bbpress-forums fieldset.bbp-form select {
  height: auto;
  padding: 2px 5px;
}
.bbpress #bbpress-forums fieldset.bbp-form input[type=checkbox] {
  margin: 0;
}
.bbpress #bbpress-forums .wp-editor-container {
  border: 0;
}
.bbpress #bbpress-forums .wp-editor-container textarea.bbp-the-content {
  border: 1px solid var(--input-border);
  font-size: 14px;
  letter-spacing: 0.02rem;
}
.bbpress #bbpress-forums .wp-editor-container textarea.bbp-the-content:focus {
  border-color: var(--brand-colour);
}
.bbpress .bbp-template-notice.info, .bbpress .bbp-template-notice.info a {
  color: var(--bs-info-text-emphasis);
  background-color: var(--bs-info-bg-subtle);
  border-color: var(--bs-info-border-subtle);
}
.bbpress .bbp-template-notice, .bbpress .bbp-template-notice.warning, .bbpress .bbp-template-notice.warning a {
  color: var(--bs-warning-text-emphasis);
  background-color: var(--bs-warning-bg-subtle);
  border-color: var(--bs-warning-border-subtle);
}
.bbpress .bbp-template-notice.danger, .bbpress .bbp-template-notice.danger a {
  color: var(--bs-danger-text-emphasis);
  background-color: var(--bs-danger-bg-subtle);
  border-color: var(--bs-danger-border-subtle);
}
.bbpress .bbp-template-notice li {
  font-size: 16px;
}
.bbpress .bbp-template-notice a {
  text-decoration: underline;
}

/*	Blocks
/* -------------------------------------------------------------------------- */
:root .has-accent-color {
  color: var(--brand-colour);
}

:root .has-accent-background-color {
  background-color: #FFB400;
  color: #000000;
}

:root .has-primary-color {
  color: var(--body-colour);
}

:root .has-primary-background-color {
  background-color: var(--body-colour);
  color: var(--body-bg);
}

:root .has-secondary-color {
  color: var(--secondary-colour);
}

:root .has-secondary-background-color {
  background-color: var(--secondary-colour);
  color: #000000;
}

:root .has-subtle-background-color {
  color: var(--body-bg);
}

:root .has-subtle-background-background-color {
  background-color: var(--body-bg);
  color: var(--body-colour);
}

:root .has-background-color {
  color: var(--body-bg);
}

:root .has-background-background-color {
  background-color: var(--body-bg);
  color: var(--body-colour);
}

/*	Content
/* -------------------------------------------------------------------------- */
.entry-content {
  font-family: inherit;
  font-size: 1.6rem;
  color: var(--body-colour);
}

.entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
  max-width: 100rem;
  width: calc(100% - 4rem);
}

[class*=__inner-container] > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
  max-width: 100rem;
  width: 100%;
}

/*	Comments
/* -------------------------------------------------------------------------- */
#commentform {
  margin-left: 0;
}

.comment-reply-title,
.comment-respond .comment-notes,
.comment-respond .logged-in-as {
  text-align: left;
}

.comment-author .url {
  text-decoration: underline;
}
.comment-author .url:hover, .comment-author .url:focus {
  color: var(--brand-colour);
}

/*	13. Site Pagination
/* -------------------------------------------------------------------------- */
.pagination-single {
  background-color: var(--body-bg);
}
.pagination-single .pagination-single-inner {
  padding: 4rem 2rem;
}
.pagination-single .pagination-single-inner a {
  font-weight: 400;
  color: var(--body-colour);
}
.pagination-single .pagination-single-inner a:hover, .pagination-single .pagination-single-inner a:focus {
  color: var(--brand-colour);
  text-decoration: none;
}
.pagination-single .pagination-single-inner a .title {
  text-decoration: underline;
}
.pagination-single .pagination-single-inner a .title:hover, .pagination-single .pagination-single-inner a .title:focus {
  text-decoration: none;
}
.pagination-single .pagination-single-inner a .arrow {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='icon' viewBox='0 0 24 24'%3E%3Ctitle%3EArrowRight%3C/title%3E%3Cpath d='M17.6881 11.8729C17.1238 11.2118 16.5347 10.2542 15.9208 9H16.9901C18.2475 10.4583 19.5842 11.5375 21 12.2375V12.7625C19.5842 13.4625 18.2475 14.5417 16.9901 16H15.9208C16.5347 14.7458 17.1238 13.7882 17.6881 13.1271H3V11.8729H17.6881Z' %3E%3C/path%3E%3C/svg%3E");
  background-size: 28px;
  background-repeat: no-repeat;
  background-position: center right;
  text-decoration: none;
}

.entry-content hr,
hr.styled-separator {
  color: transparent;
  background: none;
}

/*	Error 404
/* -------------------------------------------------------------------------- */
/*	Widgets
/* -------------------------------------------------------------------------- */
.widget_search .search-field {
  border-color: #808080;
}

.widget-title {
  margin-bottom: 2rem;
  font-size: 3.2rem;
  font-weight: 400;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.widget li {
  font-size: 1.8rem;
  font-weight: 400;
  margin: 1rem 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.widget a {
  font-weight: 400;
  color: #F6F6F6;
  text-decoration: underline;
}
.widget a:hover, .widget a:focus {
  color: var(--brand-colour);
  text-decoration: none;
}

/*	Footer
/* -------------------------------------------------------------------------- */
.footer-nav-widgets-wrapper,
#site-footer {
  color: #F6F6F6;
  background-color: #000000;
}
.footer-nav-widgets-wrapper a:hover, .footer-nav-widgets-wrapper a:focus,
#site-footer a:hover,
#site-footer a:focus {
  color: var(--brand-colour);
  text-decoration: none;
}

.footer-credits .privacy-policy,
.powered-by-wordpress,
.to-the-top {
  color: #999999;
}

.footer-copyright {
  font-weight: 400;
}

.powered-by-wordpress {
  display: none;
}

/*	17. Media Queries
/* -------------------------------------------------------------------------- */
@media (min-width: 700px) {
  .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
    max-width: 100rem;
    width: calc(100% - 8rem);
  }
  section {
    padding: 6rem 0;
  }
  body:not(.singular) main > article:first-of-type {
    padding: 6rem 0 0;
  }
}

/*# sourceMappingURL=style.css.map */
