/*!
 * Theme Name: Irish Writers Centre
 * Version: 1.4
 * Author: Hillside Agency
 * Author URI: https://www.hillside.agency/
 *
 * License: MIT
 * License URI: http://opensource.org/licenses/mit-license.php
 */
/*--------------------------------------------------------------
Root styles
--------------------------------------------------------------*/ :root {
  --font-size-1: 12px;
  --font-size-2: 13px;
  --font-size-3: 15px;
  --font-size-4: 16px;
  --font-size-5: 18px;
  --font-size-6: 24px;
  --font-size-7: 27px;
  --font-size-8: 32px;
  --font-size-9: 38px;
  --font-size-10: 48px;
  --font-size-11: 52px;
  --font-size-12: 62px;
  --font-size-13: 78px;
  --space-0: 0;
  --space-1: 0.25rem;
  --space-2: 0.5rem;
  --space-3: 1rem;
  --space-4: 1.5rem;
  --space-5: 2rem;
  --space-6: 3rem;
  --space-7: 4rem;
  --space-8: 6rem;
  --space-9: 8rem;
  --space-10: 12rem;
  --space-11: 16rem;
  --space-12: 24rem;
}
@media only screen and (max-width: 2560px) {
  :root {
    --font-size-1: 11px;
    --font-size-2: 12px;
    --font-size-3: 14px;
    --font-size-4: 16px;
    --font-size-5: 18px;
    --font-size-6: 20px;
    --font-size-7: 23px;
    --font-size-8: 28px;
    --font-size-9: 32px;
    --font-size-10: 36px;
    --font-size-11: 40px;
    --font-size-12: 48px;
    --font-size-13: 72px;
  }
}
@media only screen and (max-width: 1399px) {
  :root {
    --font-size-1: 10px;
    --font-size-2: 11px;
    --font-size-3: 13px;
    --font-size-4: 14px;
    --font-size-5: 17px;
    --font-size-6: 19px;
    --font-size-7: 23px;
    --font-size-8: 26px;
    --font-size-9: 29px;
    --font-size-10: 32px;
    --font-size-11: 36px;
    --font-size-12: 42px;
    --font-size-13: 50px;
    --space-6: 2.5rem;
    --space-7: 3rem;
    --space-8: 4rem;
    --space-9: 6rem;
    --space-10: 8rem;
    --space-11: 10rem;
    --space-12: 14rem;
  }
}
@media only screen and (max-width: 1199px) {
  :root {}
}
@media only screen and (max-width: 991px) {
  :root {}
}
@media only screen and (max-width: 767px) {
  :root {
    --font-size-1: 10px;
    --font-size-2: 11px;
    --font-size-3: 13px;
    --font-size-4: 14px;
    --font-size-5: 16px;
    --font-size-6: 18px;
    --font-size-7: 21px;
    --font-size-8: 24px;
    --font-size-9: 26px;
    --font-size-10: 28px;
    --font-size-11: 32px;
    --font-size-12: 36px;
    --font-size-13: 42px;
    --space-9: 5rem;
    --space-10: 7rem;
    --space-11: 8rem;
    --space-12: 10rem;
  }
}
@media only screen and (max-width: 479px) {
  :root {}
}
/*------------------------------------*\
    MAIN
\*------------------------------------*/
.se-pre-con {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background: #fff;
}
/* global box-sizing */
*, *:after, *:before {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body {
  position: relative;
  overflow-x: hidden;
}
main {
  position: relative;
  min-height: 80vh;
}
.home main {
  padding-top: 0;
}
.wrapper {
  position: relative;
  max-width: 1200px;
  width: calc(90% - 6rem);
  margin: 0 auto;
}
.home .wrapper, .event-listings-wrap .wrapper, .content-block-news-archive .wrapper {
  width: calc(85% - 6rem);
}
/* .wrapper, */ section .section-inner {
  position: relative;
  z-index: 10;
} 
.custom-block.alignfull {
  margin-left: calc(-100vw / 2 + 100% / 2);
  margin-right: calc(-100vw / 2 + 100% / 2);
  max-width: 100vw;
  width: auto;
}
@media only screen and (max-width: 2560px) {
  .wrapper, .home .footer .wrapper, .home .wrapper, .event-listings-wrap .wrapper, .content-block-news-archive .wrapper {
    width: calc(100% - 14rem);
  }
}
@media only screen and (max-width: 1399px) {
  .wrapper, .home .footer .wrapper, .home .wrapper, .event-listings-wrap .wrapper, .content-block-news-archive .wrapper {
    width: calc(100% - 10rem);
  }
}
@media only screen and (max-width: 991px) {
  .wrapper, .home .footer .wrapper, .home .wrapper {
    width: calc(100% - 8rem);
  }
  .event-listings-wrap .wrapper, .content-block-news-archive .wrapper, .upcoming-events-wrap .wrapper {
    width: calc(100% - 12rem);
  }
}
@media only screen and (max-width: 767px) {
  .wrapper, .home .footer .wrapper {
    width: calc(100% - 4rem);
  }
  .home .wrapper, .event-listings-wrap .wrapper, .content-block-news-archive .wrapper {
    width: calc(100% - 6rem);
  }
}
@media only screen and (max-width: 479px) {
  .wrapper, .home .wrapper, .event-listings-wrap .wrapper, .content-block-news-archive .wrapper {
    width: calc(100% - 3rem);
  }
}
.flex-align-outer {
  display: flex;
  align-items: center;
  height: 100%;
}
.flex-align-inner {
  width: 100%;
}
.limit-width {
  max-width: 992px;
}
.limit-width-md {
  max-width: 768px;
}
.limit-width-sm {
  max-width: 600px;
}
.limit-width-xs {
  max-width: 480px;
}
.limit-centred {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media only screen and (max-width: 1439px) {
  .limit-width {
    max-width: 85%;
  }
}
@media only screen and (max-width: 767px) {
  .limit-width, .limit-width-md {
    max-width: 95%;
  }
}
/* clear */
.clear:before, .clear:after {
  content: ' ';
  display: table;
}
.clear:after {
  clear: both;
}
.clear {
  *zoom: 1;
}
hr {
  border: none;
  border-top: 1px solid #bd8cbd;
  margin: 4rem 0; /* default supported fallback style */
  margin: var(--space-7) 0;
}
.content-block-divider {
  margin: 4rem 0; /* default supported fallback style */
  margin: var(--space-7) 0;
}
.content-block-divider hr {
  margin: 0;
}
img {
  max-width: 100%;
  vertical-align: bottom;
  height: auto;
}
a, a:hover {
  color: #0a0a0a;
  text-decoration: underline;
}
.section-colour a, .section-colour a:hover {
  color: #fff;
}
a:focus {
  outline: 0;
}
a:hover, a:active {
  outline: 0;
}
a:focus-visible {
  outline: 1px dotted #bd8cbd !important;
}
input:focus {
  outline: 0;
  border: 1px solid #04A4CC;
}
ol, ul {
  padding-left: 1em;
}
ol li {
  padding-bottom: 0.75rem;
}
article ul {
  margin: 0;
  padding: 0;
}
article ul:not(.slick-dots):not(.woocommerce-error) li {
  list-style: none;
  position: relative;
  margin: .8em 0 0 1em;
  padding: 0 0 0 20px;
  line-height: 1.6;
}
article ul:not(.slick-dots):not(.woocommerce-error) li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .9em;
  width: 9px;
  height: 9px;
  background-color: #e31f82;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
::selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none;
}
::-webkit-selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none;
}
::-moz-selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none;
}
.no-margin-top {
  margin-top: 0 !important;
}
/* animations */
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0
  }
  to {
    opacity: 1
  }
}
@keyframes fadeIn {
  from {
    opacity: 0
  }
  to {
    opacity: 1
  }
}
/*------------------------------------*\
    Cookies
\*------------------------------------*/
#cookie-law-info-bar {
  box-shadow: none !important;
  width: 280px !important;
}
#cookie-law-info-again {
  position: absolute !important;
  border-radius: 10px 10px 0 0 !important;
  box-shadow: none !important;
  color: #1f607b !important;
  font-weight: 400 !important;
}
#cookie_action_close_header {
  transition: all .4s ease;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
  letter-spacing: 0.12em !important;
  font-size: 15px !important;
  margin-bottom: 0 !important;
}
.cli-style-v2 .cli-bar-btn_container {
  margin-top: 12px !important;
}
#cookie_action_close_header:hover {
  background-color: ##56b3a7 !important;
}
#cookie-law-info-bar[data-cli-style="cli-style-v2"][data-cli-type="widget"] {
  padding: 24px 24px;
}
.cli-style-v2 {
  font-size: 13px !important; /* default supported fallback style */
  font-size: var(--font-size-2) !important;
  line-height: 1.5 !important;
}
.cli_settings_button {
  font-size: 13px !important; /* default supported fallback style */
  font-size: var(--font-size-2) !important;
  margin-left: 0 !important;
}
.block-text .cli_settings_button {
  font-size: 15px !important; /* default supported fallback style */
  font-size: var(--font-size-3) !important;
}
.cli-bar-message a {
  color: #fff !important;
  text-decoration: underline !important;
}
.cli-privacy-readmore {
  display: none !important;
}
.cli-privacy-content-text {
  font-size: 13px !important; /* default supported fallback style */
  font-size: var(--font-size-2) !important;
  line-height: 1.5em;
}
.cli-privacy-content-text a {
  color: #0a0a0a;
  text-decoration: underline !important;
}
.cli-tab-container h4 {
  font-family: roc-grotesk, sans-serif;
  font-size: 20px; /* default supported fallback style */
  font-size: var(--font-size-6);
  font-weight: 700;
}
.cli-privacy-overview:not(.cli-collapsed) .cli-privacy-content {
  overflow: visible !important;
  max-height: none !important;
}
.cookielawinfo-row-cat-table {
  margin-top: 2rem;
  margin-top: var(--space-5);
}
table.cookielawinfo-classic td, table.cookielawinfo-classic th {
  padding: 10px !important;
}
table.cookielawinfo-classic thead tr th {
  text-align: left !important;
}
.cookielawinfo-row-cat-table {
  width: 100% !important;
  margin-left: 0 !important;
}
.block-text .cli_settings_button {
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-decoration: none !important;
  border: 2px solid #169fdb !important;
  background-color: #fff !important;
  margin: 20px 0 0;
  transition: all .5s ease-out;
}
.block-text .cli_settings_button:hover {
  background-color: #169fdb !important;
  color: #fff !important;
}
.block-text .cli_settings_button {
  text-transform: capitalize;
  font-size: 15px !important;
  font-size: var(--font-size-3) !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
  color: #0a0a0a !important;
  border: 1px solid #e31f82 !important;
  border-radius: 50% !important;
  padding: 10px 26px !important;
  transition: all .3s ease-out;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
}
.block-text .cli_settings_button:hover, .block-text .cli_settings_button.selected {
  background-color: #e31f82 !important;
  color: #fff !important;
}
.cli-tab-footer .wt-cli-privacy-accept-btn {
  background-color: #36ad73 !important;
}
.cli-tab-footer .wt-cli-privacy-accept-btn:hover {
  background-color: #1f6945 !important;
  opacity: 1 !important;
}
table.cookielawinfo-winter thead th {
  background: #bd8cbd !important;
}
/* hide recaptcha */
.grecaptcha-badge {
    display: none !important;
}
@media only screen and (max-width: 767px) {
  .cli-style-v2.cli-bar-container {
    justify-content: center !important;
    text-align: center !important;
  }
  .cli-style-v2 .cli-bar-message {
    text-align: left !important;
  }
  #cookie-law-info-again {
    right: 0 !important;
    left: 0 !important;
    background-color: transparent !important;
    text-decoration: underline !important;
    bottom: 10px !important;
  }
}
@media only screen and (max-width: 539px) {
  #cookie_action_close_header {
    font-size: 13px !important;
  }
  #cookie-law-info-bar[data-cli-style="cli-style-v2"], #cookie-law-info-bar[data-cli-style="cli-style-v2"][data-cli-type="widget"], #cookie-law-info-bar[data-cli-style="cli-style-v2"][data-cli-type="popup"] {
    padding: 15px 15px;
  }
  .cli-style-v2 .cli-bar-btn_container {
    margin-top: 6px;
  }
}
/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/
body {
  font-family: proxima-nova, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px; /* default supported fallback style */
  font-size: var(--font-size-4);
  line-height: 1.7;
  /* letter-spacing: 0.01em; */
  color: #0a0a0a;
}
h1, h2, h3, h4 {
  font-family: roc-grotesk, sans-serif;
}
h1 {
  font-weight: 500;
  font-style: normal;
  width: 100%;
  font-size: 36px; /* default supported fallback style */
  font-size: var(--font-size-12);
  line-height: 1.25;
  margin: 0.1em auto;
}
h2 {
  font-size: 28px; /* default supported fallback style */
  font-size: var(--font-size-11);
  font-weight: 700;
  line-height: 1.15;
  text-decoration: underline;
  margin: 1rem 0 0.5rem;
  margin: var(--space-1) 0 var(--space-2);
}
h3 {
  font-size: 38px; /* default supported fallback style */
  font-size: var(--font-size-9);
  line-height: 1.3;
  font-weight: 700;
  text-decoration: underline;
  margin: 1rem 0 0.5rem; /* default supported fallback style */
  margin: var(--space-1) 0 var(--space-2);
}
h4 {
  font-size: 16px; /* default supported fallback style */
  font-size: var(--font-size-6);
  line-height: 1.2;
  font-weight: 500;
  margin: 0.5rem 0; /* default supported fallback style */
  margin: 2px 0;
}
#page-header h4 {
  font-family: proxima-nova, sans-serif;
  font-weight: 500;
  line-height: 1.4;
}
h5 {
  font-size: 18px; /* default supported fallback style */
  font-size: var(--font-size-5);
  line-height: 1.6;
  color: #e695c;
  margin: 1rem 0 0.5rem; /* default supported fallback style */
  margin: var(--space-3) 0 var(--space-2);
  font-weight: 700;
  letter-spacing: 0;
}
h6 {
  font-size: 13px; /* default supported fallback style */
  font-size: var(--font-size-2);
  margin: 0.5rem 0 0; /* default supported fallback style */
  margin: var(--space-2) 0 0;
  font-weight: 400;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
h2.section-title, .project-text h2 {
  font-size: 15px; /* default supported fallback style */
  font-size: var(--font-size-3);
}
.uppercase-text {
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}
.smallprint {
  font-size: 0.8em;
  font-weight: 300;
}
.largeprint {
  font-size: 1.1em;
}
@media only screen and (max-width: 479px) {
  h1 {
    margin: 0.2em auto 0.3em;
  }
  h2.section-title {
    font-size: 16px; /* default supported fallback style */
    font-size: var(--font-size-4);
  }
}
.branding .st0, .branding .st1, .branding .st2, .branding .st3 {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all 0.3s ease-out;
}
/*
.header-mob.live .branding .st0 {
	fill:#0a0a0a;
}
.header-mob.live .branding .st3 {
 fill:#7364A9;
}
*/
/*------------------------------------*\
    Navigation
\*------------------------------------*/
@media only screen and (min-width: 1240px) {
  .header-desktop {
    display: block;
  }
  .header-mob {
    display: none;
  }
  header {
    position: fixed;
    z-index: 100;
    width: 100%;
    top: 0;
    background-color: transparent;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
  }
  body.scrolled header {
    background-color: #0a0a0a;
  }
  header .wrapper {
    width: 95% !important;
    max-width: 100% !important;
  }
  .header-desktop {
    display: flex;
    align-items: center;
  }
  .header-container {
    position: relative;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    margin: auto;
    display: flex;
    align-items: center;
  }
  /* colour band */
  .top-bar {
    position: absolute;
    right: 0;
    top: -1px;
    width: calc(100% - 145px);
    height: auto;
    z-index: 10;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
  }
  body.scrolled .top-bar {
    width: calc(100% - 125px);
  }
  .top-bar .st0 {
    fill: #e31f82
  }
  .top-bar .st1 {
    fill: #36ad73
  }
  .top-bar .st2 {
    fill: #abcc75
  }
  .top-bar .st3 {
    fill: #bd8cbd
  }
  .top-bar .st4 {
    fill: #e83b4f
  }
  .top-bar .st5 {
    fill: #fae824
  }
  .top-bar .st6 {
    fill: #4abdc7
  }
  /* logo */
  .branding {
    position: absolute;
    top: 0;
    left: 0;
    margin: auto;
    height: auto;
    width: 200px;
    z-index: 10;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
  }
  body.scrolled .branding {
    width: 150px;
  }
  .branding a {
    height: 100%;
    display: block;
    width: 100%;
    border: 0;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
  }
  /* menu */
  nav {
    margin: 0;
    float: right;
    width: 100%;
  }
  nav a:hover {
    text-decoration: none;
  }
  #main-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: right;
    font-size: 0;
    padding: 0;
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
  }
  #main-menu ul {
    display: inline-block;
  }
  #main-menu li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-left: .5rem;
    padding: 14px 0 4px;
  }
  #main-menu li:first-child {
    margin-left: 0;
  }
  #main-menu li a {
    text-align: center;
    margin: 0 13px;
    padding: 1px 0;
    display: inline-block;
    border-bottom: 2px solid transparent;
    text-decoration: none;
    font-family: roc-grotesk, sans-serif;
    font-weight: 500;
    font-size: 15px; /* default supported fallback style */
    font-size: var(--font-size-5);
    line-height: 1em;
    color: #fff;
    opacity: 1;
    transition: all 1s ease, opacity 0.2s ease;
    -webkit-transition: all 1s ease, opacity 0.2s ease;
    -moz-transition: all 1s ease, opacity 0.2s ease;
    -ms-transition: all 1s ease, opacity 0.2s ease;
    -o-transition: all 1s ease, opacity 0.2s ease;
  }
  /* body.scrolled #main-menu li a {
    font-size: var(--font-size-4);
  } */
  #main-menu li a:hover {
    opacity: .75;
  }
  #main-menu li.current_page_item a, #main-menu li.current-menu-item a, #main-menu li.current-menu-item a, #main-menu li.current-page-parent a, #main-menu li.current_page_parent a, .single-opportunities #main-menu li.menu-item-63 a, .single-events #main-menu li.menu-item-63 a, .single-product:not(.gifting) #main-menu li.menu-item-961 a {
    border-bottom: 2px solid #fff;
  }
  /* submenu */
  #main-menu li.menu-item-has-children a {
    position: relative;
  }
  #main-menu li.menu-item-has-children ul.sub-menu {
    position: absolute;
    left: 0;
    top: 27px;
    visibility: hidden;
    opacity: 0;
    height: auto;
    z-index: 999;
    text-align: left;
    margin: 0 !important;
    padding: 14px 50px 24px 18px !important;
    list-style-type: none;
    -webkit-transform: translate(0px, 0);
    -webkit-transition: opacity 0s ease, top 0s ease;
    -moz-transition: opacity 0s ease, top 0s ease;
    -ms-transition: opacity 0s ease, top 0s ease;
    transition: opacity 0s ease, top 0s ease;
  }
  #main-menu li.menu-item-has-children:hover ul.sub-menu {
    opacity: 1;
    top: 34px;
    overflow: visible;
    pointer-events: all;
    -webkit-transition: opacity 0.5s ease, top 0.5s ease;
    -moz-transition: opacity 0.5s ease, top 0.5s ease;
    -ms-transition: opacity 0.5s ease, top 0.5s ease;
    transition: opacity 0.5s ease, top 0.5s ease;
  }
  #main-menu li.menu-item-has-children:hover ul.sub-menu {
    visibility: visible;
    opacity: 1;
  }
  #main-menu li.menu-item-has-children ul.sub-menu li {
    margin: 0;
    padding: 0;
    display: inline-block;
    min-width: 100%;
    border-right: 0px;
  }
  #main-menu li.menu-item-has-children ul.sub-menu li a {
    display: inline-block;
    font-size: 18px;
    font-size: var(--font-size-4);
    color: #fff;
    height: auto;
    border: 0;
    border-bottom: 1px solid transparent;
    margin: 0;
    padding: 1em 0 0;
    white-space: nowrap;
    text-align: left;
  }
  #main-menu li.menu-item-has-children ul.sub-menu li:hover a {
    opacity: 0.7;
  }
  #main-menu li.menu-item-has-children.current_page_item ul.sub-menu li a {
    border-bottom: 1px solid transparent;
  }
  #main-menu li.menu-item-has-children ul.sub-menu li.current-menu-item a, #main-menu li.menu-item-has-children ul.sub-menu li.current_page_item a, .single-event .menu-item-165 a, .single-opportunities #main-menu li.menu-item-has-children ul.sub-menu .menu-item-97 a, .single-events #main-menu li.menu-item-has-children ul.sub-menu .menu-item-100 a {
    border-bottom: 1px solid #fff;
  }
.single-opportunities #main-menu .menu-item-101 a, .single-events #main-menu .menu-item-101 a  {
	border-bottom: 1px solid transparent;
	}
  /* submenu background */
  div.nav-bg {
    content: "";
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    opacity: 0;
    pointer-events: none;
    transition-delay: .6s;
    -webkit-transition: opacity 0.3s ease-in-out, top 0.5s ease-in-out, max-height 0.3s ease, height 0.3s ease-in-out, transform 0.3s ease-in-out, height 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out, top 0.5s ease-in-out, max-height 0.3s ease-in-out, height 0.3s ease-in-out, transform 0.3s ease-in-out, height 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out, top 0.5s ease-in-out, max-height 0.3s ease-in-out, height 0.3s ease-in-out, transform 0.3s ease-in-out, height 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out, top 0.5s ease-in-out, max-height 0.3s ease-in-out, height 0.3s ease-in-out, transform 0.3s ease-in-out, height 0.3s ease-in-out;
    background-color: #0a0a0a;
  }
  body.show-nav-bg div.nav-bg {
    opacity: 1;
    -webkit-transition: opacity 0.3s ease-in-out, top 0.5s ease-in-out, max-height 0.3s ease-in-out, height 0.3s ease-in-out, transform 0.3s ease-in-out, height 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out, top 0.5s ease-in-out, max-height 0.3s ease-in-out, height 0.3s ease-in-out, transform 0.3s ease-in-out, height 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out, top 0.5s ease-in-out, max-height 0.3s ease-in-out, height 0.3s ease-in-out, transform 0.3s ease-in-out, height 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out, top 0.5s ease-in-out, max-height 0.3s ease-in-out, height 0.3s ease-in-out, transform 0.3s ease-in-out, height 0.3s ease-in-out;
  }
  /* menu icons */
  #main-menu li.menu-icon {
    margin-left: 1rem;
  }
  #main-menu li.menu-icon a {
    margin: 0;
    padding: 0;
    border-bottom: none;
  }
  #main-menu li.menu-icon a svg {
    fill: #fff;
    height: 22px;
    width: auto;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
  }
  body.scrolled #main-menu li.menu-icon a svg {
    height: 20px;
  }
  .cart-contents-count {
    font-family: proxima-nova, sans-serif;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    margin-left: .1em;
  }
  /* menu supporter logo */
  #main-menu li.nav-supporter-logo {
    padding: 15px 0 3px;
  }
  #main-menu li.nav-supporter-logo a {
    padding: 0;
    margin-right: 9px;
  }
  .arts-council-logo {
    height: 60px;
    width: 173px;
    fill: #fff;
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
  }
  body.scrolled .arts-council-logo {
    height: 35px;
    width: 101px;
    margin-right: -140px;
  }
}
@media only screen and (min-width: 1240px) and (max-width: 1449px) {
  #main-menu li a {
    margin: 0 8px;
    font-size: 15px;
  }
}
/*--------------------------------------------------------------
# Search
--------------------------------------------------------------*/
/* open button */
.openBtn {
  margin: 0 0 0 1rem;
  color: #fff;
  font-size: 1.1rem !important;
}
.openBtn:hover {
  cursor: pointer;
}
/* search-overlay */
.search-overlay {
  height: 100%;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s, visibility 0s 0.5s;
  position: fixed;
  z-index: 9999999;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.9);
}
.search-overlay.form-open {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s;
}
.overlay-content {
  position: relative;
  top: 46%;
  width: 80%;
  text-align: center;
  margin-top: 30px;
  margin: auto;
}
.search-overlay .search-input {
  width: 70%;
  height: 100%;
  padding: 0 10% .05em 0;
  font-weight: 700;
  border: none;
  border-bottom: 3px solid #36ad73;
  background: transparent;
  font-family: roc-grotesk, sans-serif;
  font-size: calc(2vw + 20px);
  font-weight: 500;
  letter-spacing: .01em;
  color: #fff !important;
  -webkit-transition: font-size 0.5s cubic-bezier(0.7, 0, 0.3, 1);
  transition: font-size 0.5s cubic-bezier(0.7, 0, 0.3, 1);
}
/* placeholder */
.search-overlay .search-input::-webkit-input-placeholder, .search-overlay .search-input:-moz-placeholder, .search-overlay .search-input::-moz-placeholder, .search-overlay .search-input:-ms-input-placeholder {
  color: #fff;
  opacity: .6;
}
.search-overlay .search-input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: .6;
}
.search-overlay .search-input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
  opacity: .6;
}
.search-overlay .search-input::-ms-input-placeholder { /* Microsoft Edge */
  color: #fff;
  opacity: .6;
}
/* hide placeholder when active in Chrome */
.gn-search:focus::-webkit-input-placeholder {
  color: transparent;
}
.search-overlay .search-input[type="search"] { /* reset normalize */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.search-overlay .search-input:focus, .search-overlay .search-input:focus {
  outline: none;
}
/* Close button */
.search-overlay .closebtn {
  width: 36px;
  height: 36px;
  position: absolute;
  cursor: pointer;
  right: var(--space-4);
  top: var(--space-4);
  overflow: hidden;
  text-indent: 100%;
  opacity: 1;
  pointer-events: auto;
}
.search-overlay .closebtn::before, .search-overlay .closebtn::after {
  content: '';
  position: absolute;
  width: 2px;
  height: 100%;
  top: 0;
  left: 50%;
  border-radius: 3px;
  opacity: 1;
  background: #fff;
  transition: opacity .3s ease-out;
  -moz-transition: opacity .3s ease-out;
  -webkit-transition: opacity .3s ease-out;
}
.search-overlay .closebtn:hover.closebtn::before, .search-overlay .closebtn:hover.closebtn::after {
  opacity: .8;
}
.search-overlay .closebtn::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.search-overlay .closebtn::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* search list */
.search-results-list {
  padding-top: 0.25rem; /* default supported fallback style */
  padding-top: var(--space-1);
  padding-bottom: 2rem; /* default supported fallback style */
  padding-bottom: var(--space-5);
}
.search-results-list article {
  width: 100%;
}
.search-results-list article .entry-title {
  width: 80%;
}
.search-results-list .no-results-text {
  margin: 0;
  padding-top: 2rem; /* default supported fallback style */
  padding-top: var(--space-5);
  padding-bottom: 3rem; /* default supported fallback style */
  padding-bottom: var(--space-6);
}
.search-results-list .comment-navigation .nav-previous, .search-results-list .posts-navigation .nav-previous {
  margin: 2rem 1.5rem 0 0; /* default supported fallback style */
  margin: var(--space-5) var(--space-4) 0 0;
}
@media only screen and (max-width: 1023px) {
  .openBtn {
    color: var(--color-black);
    text-shadow: none;
    margin: 0 0 0 18px;
  }
  .search-overlay {
    background-color: rgba(255, 255, 255, 0.95);
  }
  .search-overlay .search-input {
    min-width: 300px;
  }
  .search-overlay .closebtn {
    right: var(--space-3);
    top: var(--space-3);
  }
}
/*------------------------------------*\
    Mobile Header
\*------------------------------------*/
@media only screen and (max-width: 1239px) {
  .header-desktop, #search-overlay {
    display: none;
  }
  .header-mob {
    display: block;
  }
  header {
    position: fixed;
    z-index: 1000;
    width: 100%;
    top: 0;
    height: 75px;
    background-color: transparent;
  }
  header.nav-down {
    transform: translateY(0%);
  }
  header.nav-up {
    transform: translateY(-100%);
  }
  .branding {
    margin: auto auto auto 0;
    position: relative;
    height: auto;
    max-width: 120px;
    z-index: 999;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
  }
  .header-mob.solid .branding {
    max-width: 100px;
  }
  .branding a {
    border: 0;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
  }
  .branding a img {
    text-indent: -9999px;
  }
  .branding a svg {
    width: 100%;
  }
  .logo {
    width: 120px;
    height: auto;
  }
  .logo-mobile {
    display: none;
  }
  /* menu button */
  .button_container {
    position: absolute;
    right: 24px;
    height: 27px;
    width: 32px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 100;
    transition: opacity .25s ease;
  }
  .button_container:hover {
    opacity: .7;
  }
  .button_container.active .top {
    -webkit-transform: translateY(11px) translateX(0) rotate(45deg);
    transform: translateY(11px) translateX(0) rotate(45deg);
    background: #fff;
  }
  .button_container.active .middle {
    opacity: 0;
    background: #fff;
  }
  .button_container.active .bottom {
    -webkit-transform: translateY(-11px) translateX(0) rotate(-45deg);
    transform: translateY(-11px) translateX(0) rotate(-45deg);
    background: #fff;
  }
  .button_container span {
    background: #0a0a0a;
    border: none;
    height: 2px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .35s ease;
    cursor: pointer;
    box-shadow: 0px 2px 1px rgb(255, 255, 255), 0px 2px 1px rgb(255, 255, 255);
  }
  .button_container.active span {
    box-shadow: none;
  }
  .button_container span:nth-of-type(2) {
    top: 11px;
  }
  .button_container span:nth-of-type(3) {
    top: 22px;
  }
  /*mobile menu overlay*/
  .overlay {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.95);
    top: 0;
    right: 0;
    width: 100%;
    height: 0;
    opacity: 0;
    padding: 0 50px;
    visibility: hidden;
    transition: all .4s, height 0s;
    overflow: hidden;
    z-index: 99;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  .overlay.open {
    opacity: 1;
    visibility: visible;
    height: 100%;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    transition: all .4s, height 0s;
  }
  .overlay.open li {
    -webkit-animation: fadeInAnimation .3s ease forwards;
    animation: fadeInAnimation .3s ease forwards;
  }
  .overlay.open nav ul li.menu-item-has-children .sub-menu li {
    -webkit-animation: fadeInOnly .3s ease forwards;
    animation: fadeInOnly .3s ease forwards;
  }
  .overlay.open nav li:first-child {
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
  }
  .overlay.open li:nth-of-type(2) {
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
  }
  .overlay.open li:nth-of-type(3) {
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
  }
  .overlay.open li:nth-of-type(4) {
    -webkit-animation-delay: .7s;
    animation-delay: .7s;
  }
  .overlay.open li:nth-of-type(5) {
    -webkit-animation-delay: .9s;
    animation-delay: .9s;
  }
  .overlay.open li:nth-of-type(6) {
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
  }
  .overlay.open li:nth-of-type(7) {
    -webkit-animation-delay: 1.3s;
    animation-delay: 1.3s;
  }
  .overlay.open li:nth-of-type(8) {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
  }
  .overlay nav {
    position: relative;
    padding: 1.5rem 0; /* default supported fallback style */
    padding: var(--space-4) 0;
    height: auto;
    max-height: 80vh;
    top: 50%;
    overflow: scroll;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: calc(20px + 1vw);
    text-transform: unset;
    font-weight: 500;
    text-align: center;
  }
  .overlay nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
    height: 100%;
    width: 100%;
  }
  .overlay nav ul:not(.sub-menu) > li {
    display: table;
    position: relative;
    display: block;
    opacity: 0;
    margin: 0;
    padding: 24px 0;
  }
  .overlay nav ul li:last-child {
    margin-bottom: 0;
  }
  .overlay nav ul li a {
    display: block;
    position: relative;
    font-family: roc-grotesk, sans-serif;
    font-weight: 500;
    font-size: 24px; /* default supported fallback style */
    font-size: var(--font-size-9);
    color: #fff;
    line-height: 1.2em;
    text-decoration: none;
    overflow: hidden;
    -webkit-transition: color 0.2s ease;
    transition: color 0.2s ease;
  }
  .overlay nav ul li a::-moz-selection, .overlay nav ul li a::selection {
    background: transparent;
  }
  .overlay nav ul .current-menu-parent > a, .overlay nav ul li.current-menu-item > a, .overlay nav ul li a:hover, .single-post .overlay nav ul li.menu-item-17 a, .single-events .overlay nav ul li.menu-item-19 a {
    color: #f4a7c2;
  }
	.overlay nav ul .menu-item-has-children > a:after {
		content: '+';
		padding-left: .2em;
	}
	.overlay nav ul .menu-item-has-children.parent-item-open > a:after {
		content: '–';
		padding-left: .2em;
	}
  .overlay nav ul li a:hover:after, .overlay nav ul li a:focus:after, .overlay nav ul li a:active:after, .overlay nav ul .current-menu-item a:after, .overlay nav ul .current_page_parent a:after {
    width: 100%;
  }
  .menu-item-has-children > a {
    cursor: pointer;
    margin-bottom: .3em;
  }
  .overlay nav ul li.menu-item-has-children {
    margin-top: 0;
    line-height: 1em;
  }
  .overlay nav ul li.menu-item-has-children .sub-menu {
    margin: 0 auto;
    width: 75%;
    max-width: 400px;
  }
  .overlay nav ul li.menu-item-has-children .sub-menu li {
    display: inline-block;
    margin: 0;
  }
  .overlay nav ul li.menu-item-has-children .sub-menu li a {
    font-family: proxima-nova, sans-serif;
    font-size: 16px;
    font-size: var(--font-size-4);
    display: block;
  }
  .overlay nav ul li .sub-menu li a:after {
    content: '/';
    color: #fff !important;
    padding: 0 0 0 0.7em;
  }
  .overlay nav ul li .sub-menu li:last-child a:after {
    display: none;
  }
  /* menu icons */
  .header-mob .login-icon {
    position: absolute;
    right: 1rem;
    bottom: 1rem;
    opacity: 0;
  }
  .header-mob .overlay.open .login-icon, .header-mob .overlay.open .cart-contents-mob {
    -webkit-animation: fadeInOnly .25s ease forwards 1.8s;
    animation: fadeInOnly .25s ease forwards 1.8s;
  }
  .header-mob .login-icon a {
    margin: 0;
    padding: 0;
    border-bottom: none;
  }
  .header-mob .login-icon a svg, .cart-contents-mob a svg {
    fill: #fff;
    height: 23px;
    width: auto;
    transition: all .5s ease;
  }
  .header-mob .login-icon a svg {
    height: 20px;
  }
  .cart-contents-mob {
    position: absolute;
    right: 3.5rem;
    bottom: 1rem;
    opacity: 0;
  }
  .cart-contents-mob .cart-contents-count {
    margin-left: .1em;
    font-family: proxima-nova, sans-serif;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    line-height: 1;
    color: #fff;
  }
  .cart-contents-mob a svg {
    height: 21px;
  }
  /* search */
  .header-mob .search-form-wrap {
    position: absolute;
    left: 2rem;
    bottom: 1.35rem;
    width: 7em;
    opacity: 0;
    background: none;
    display: block;
    margin: 0;
    padding: 0;
    font-size: 13px;
    font-size: var(--font-size-4);
    border-bottom: 1.5px #fff solid;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all 0.3s ease-out;
  }
  .header-mob .overlay.open .search-form-wrap {
    -webkit-animation: fadeInOnly .3s ease forwards 1.8s;
    animation: fadeInOnly .3s ease forwards 1.8s;
  }
  .header-mob .search-form-wrap:hover, .header-mob .search-form-wrap.active {
    width: 12em;
  }
  .search-form form.search {
    padding: 0 0 0.2em 0;
    font-size: 13px;
    display: flex;
    width: 100%;
  }
  .header-mob .search-form-wrap input.search-input {
    background: transparent;
    color: #fff;
    border: 0px inset;
    width: calc(100% - 2em);
    padding: 0;
    display: table-cell;
    letter-spacing: 0.02em;
    line-height: 1.3em;
  }
  button.search-submit {
    background: transparent;
    border: 0px !important;
    width: 1em;
    display: table-cell;
    color: #fff;
    font-size: 16px; /* default supported fallback style */
    float: right;
    padding-right: 0 1px 0 0;
    text-align: right;
    font-weight: 600;
    line-height: 1.4em;
  }
}
@media only screen and (max-width: 979px) {
  .button_container {
    right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .branding {
    width: 100px;
  }
  body.scrolled .branding {
    width: 90px;
  }
  .overlay, .blackout-overlay {
    padding: 0;
  }
  .overlay nav ul li .sub-menu li {
    margin: 0;
  }
}
@media only screen and (max-width: 539px) {
  header {
    height: 60px;
  }
  .branding {
    width: 90px;
  }
  body.scrolled .branding {
    width: 80px;
  }
  .overlay nav ul:not(.sub-menu) > li {
    padding: 16px 0;
  }
  .overlay nav ul li a {
    font-size: 18px; /* default supported fallback style */
    font-size: var(--font-size-7);
  }
}
@-webkit-keyframes fadeInOnly {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInOnly {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInAnimation {
  0% {
    opacity: 0;
    left: -10%
  }
  100% {
    opacity: 1;
    left: 0
  }
}
@keyframes fadeInAnimation {
  0% {
    opacity: 0;
    left: -10%
  }
  100% {
    opacity: 1;
    left: 0
  }
}
/*IE*/
.branding a {
  display: block\9; /* apply to all ie from 8 and below */
}
.overlay nav ul li {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .branding a {
    display: block;
  }
  .overlay nav ul li {
    opacity: 1;
  }
}
/*------------------------------------*\
	Page Header
\*------------------------------------*/
.page-header {
  position: relative;
  color: #fff;
}
.page-header:before {
  content: "";
  background-color: #f2f2f2;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: inherit;
}
.page-header:after {
  content: "";
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.7) 100%, rgba(0, 0, 0, 0) 100%);
  z-index: 0;
  position: absolute;
  height: 100%;
  width: 50%;
  top: 0;
  left: 0;
}
.page-header.content-align-right:after {
  left: unset;
  right: 0;
}
.fade-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100px;
  max-height: 60%;
  background: -moz-linear-gradient(bottom, rgba(10, 10, 10, 0) 0%, rgba(10, 10, 10, .75) 100%);
  background: -webkit-linear-gradient(bottom, rgba(10, 10, 10, 0) 0%, rgba(10, 10, 10, .75) 100%);
  background: linear-gradient(to top, rgba(10, 10, 10, 0) 0%, rgba(10, 10, 10, .75) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0a0a0a', endColorstr='#00000000', GradientType=0);
}
.page-header .wrapper {
  z-index: 1;
}
.header-text-outer {
  position: relative;
  height: 100%;
  width: 50%;
  padding-left: 10%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
  padding: 14rem 2rem 10rem;
  z-index: 1;
}
.page-header .header-text-outer h2 {
  color: #fff;
}
.page-header.content-align-right .header-text-outer {
  margin-left: 50%;
}
.page-header.alignfull .header-text-outer {
  min-height: 33vw;
}
.header-text-inner {
  width: 100%;
  max-width: 580px;
}
/* post page headers */
.single-product:not(.gifting) .page-header:after, .single-opportunities .page-header:after, .single-post .page-header:after, .single-events .page-header:after {
  width: 100%;
}
.single-product:not(.gifting) .header-text-outer, .single-opportunities .header-text-outer, .single-post .header-text-outer, .single-events .header-text-outer {
  width: 90%;
  padding-left: calc(10px + 1vw);
}
.single-product:not(.gifting) .header-text-inner, .single-opportunities .header-text-inner, .single-post .header-text-inner, .single-events .header-text-inner {
  max-width: 992px;
}
.header-image-wrap {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6rem 0;
}
.header-image-wrap img {
  border-radius: 50%;
  height: auto;
  width: 100%;
  max-width: 100%;
}
.single-opportunities .header-image-wrap img, .single-post .header-image-wrap img, .single-events .header-image-wrap img {
  border-radius: 0;
}
/* quick links */
.quick-links-wrap {
  margin-top: var(--space-5);
  padding-top: var(--space-5);
  border-top: 3px solid #fff;
}
.quick-links-wrap h6 {
  margin: 0 0 1em;
}
.page-header .quick-link {
  display: inline-block;
  margin: 0 1.6em .9em 0;
  text-decoration: none;
}
.page-header .quick-link:hover {
  text-decoration: none;
}
.page-header .quick-link-inner {
  display: flex;
  align-items: center;
}
.page-header .quick-link span {
  padding: 4px 0 0 5px;
  font-family: roc-grotesk, sans-serif;
  font-size: 15px;
  font-size: var(--font-size-4);
  font-weight: 500;
  line-height: 1em;
  color: #fff;
  text-decoration: none;
}
.page-header .quick-link svg {
  opacity: 1;
  transition: opacity .3s ease-out;
  -webkit-transition: opacity .3s ease-out;
}
.page-header .quick-link:hover svg {
  opacity: 0.5;
}
@media screen and (max-width: 992px) {
  .page-header:after, .header-text-outer {
    width: 66%;
  }
  .page-header.content-align-right .header-text-outer {
    margin-left: 33%;
  }
}
@media screen and (max-width: 767px) {
  .page-header:after, .header-text-outer {
    width: 100%;
  }
  .page-header.content-align-right .header-text-outer {
    margin-left: 0;
  }
  .single-product:not(.gifting) .header-text-outer, .single-opportunities .header-text-outer, .single-post .header-text-outer {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }
  .single-product:not(.gifting) .header-text-outer, .single-opportunities .header-text-outer, .single-post .header-text-outer {
    padding: 3rem 8% 3.5rem;
  }
  .header-image-wrap {
    display: block;
    text-align: center;
    padding: 5rem 0 0;
  }
  .header-image-wrap img {
    max-width: 380px;
    width: 50vw;
    padding: 0;
  }
  .header-text-outer {
    padding: 10rem 2rem 6rem;
  }
}
@media screen and (max-width: 539px) {
  .header-text-outer {
    padding: 7rem 1.5rem 3.5rem;
  }
  .page-header h2 {
    font-size: 30px;
  }
  .single-product:not(.gifting) .header-text-outer, .single-opportunities .header-text-outer, .single-post .header-text-outer {
    padding: 2rem 0 2.5rem;
  }
}
@media screen and (max-width: 400px) {
  .page-header .quick-link {
    display: block;
    margin-right: 0;
  }
}
/*------------------------------------*\
   CTA Button
\*------------------------------------*/
.cta-button {
  position: relative;
  display: inline-block;
  align-items: center;
  overflow: visible;
  font-size: 14px;
  font-size: var(--font-size-3);
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none !important;
  font-weight: bold;
  border-width: 1px;
  border-style: solid;
  border-radius: 50%;
  margin: 0.4em 0 0 0;
  padding: 10px 26px;
  transition: all .3s ease-out;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
}
.cta-button-black {
  color: #0a0a0a;
  border-color: #0a0a0a;
}
.cta-button-black:hover, .cta-button-black.selected {
  background-color: #0a0a0a;
  color: #fff;
}
.cta-button-reg:hover {
  color: #fff;
}
.cta-button-pink {
  color: #0a0a0a;
  border-color: #e31f85;
}
.cta-button-pink:hover, .cta-button-pink.selected {
  background-color: #e31f85;
  color: #fff;
}
.cta-button-white {
  color: #fff;
  border-color: #fff;
}
.cta-button-white:hover, .cta-button-white.selected {
  background-color: #fff;
  color: #0a0a0a;
}
.cta-button:hover, .cta-button.selected {
  text-decoration: none;
}
.cta-button svg {
  width: 15px;
  height: 11px;
  margin: 0 0.3em 0 0;
  fill: #0a0a0a;
  transition: all .3s ease-out;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
}
.cta-button-black:hover svg, .cta-button-black.selected svg, .cta-button-pink:hover svg, .cta-button-pink.selected svg {
  fill: #fff;
}
.cta-button-white svg, .cta-button-reg:hover svg {
  fill: #fff;
}
.cta-button-white:hover svg, .cta-button-white.selected svg {
  fill: #0a0a0a;
}
@media screen and (max-width:479px) {
  .cta-button {
    justify-content: center;
    margin-right: 0;
  }
}
/*------------------------------------*\
Footer Partners
\*------------------------------------*/
.partner-section {
  padding: 1rem 0; /* default supported fallback style */
  padding: var(--space-4) 0;
  background-color: #fff;	
}
.home .partner-section, .single .partner-section {
  border-top: 5px solid #0a0a0a;	
}
.single-product .partner-section {
  display: none;	
}
.partner-slider {
  display: none;
  position: relative;
}
.partner-slider:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100px;
  height: 100%;
  z-index: 70;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=1); /* IE6-9 */
}
.partner-slider:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 100px;
  height: 100%;
  z-index: 70;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1); /* IE6-9 */
}
.partner-slider .slick-slide {
	max-width: 200px;
}
.partner-slider .slick-slide a {
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 5px 32px 0;
}
.partner-slider .slick-slide a img {
  max-height:100%;
    max-width:100%;
    height:auto;
    width:auto;
  -ms-transform: scale(.9, .9); /* IE 9 */
  -webkit-transform: scale(.9, .9); /* Safari */
  transform: scale(.9, .9);
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  -o-transition: .5s ease;
  transition: .5s ease;
}
.partner-slider .slick-slide a:hover img, .partner-slider .slick-center a img {
  -ms-transform: scale(1, 1); /* IE 9 */
  -webkit-transform: scale(1, 1); /* Safari */
  transform: scale(1, 1);
  -webkit-filter: none; /* Safari 6.0 - 9.0 */
  filter: none;
}
.partner-no-link {
  pointer-events: none;
}
.partner-slider .partner-label {
	margin: 0;
  opacity: 0;
  text-transform: uppercase;
  text-align: center;
  font-size: 8px;
  color: #0a0a0a;
  letter-spacing: 0.03em;
  transition: opacity .4s ease-in-out;
  -moz-transition: opacity .4s ease-in-out;
  -webkit-transition: opacity .4s ease-in-out;
}
.partner-slider .slick-current .partner-label {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .partner-slider .slick-slide a img {
    max-width: 140px;
  }
}
@media screen and (max-width: 479px) {
  .partner-slider .slick-slide a img {
    max-width: 120px;
  }
}
/*------------------------------------*\
Footer
\*------------------------------------*/
.footer {
  position: relative;
  background-color: #0a0a0a;
  color: #fff;
  width: 100%;
  z-index: 10;
}
.footer .footer-row-1 {
  padding: 4rem 0; /* default supported fallback style */
  padding: var(--space-8) 0 var(--space-7);
}
.footer .footer-row-1 .col {
  padding-right: 3rem; /* default supported fallback style */
  padding-right: var(--space-5);
}
.footer .footer-row-2 {
  margin: 0;
  padding: 3rem 1rem 1rem; /* default supported fallback style */
  padding: var(--space-6) 0 var(--space-3);
  text-align: right;
}
.footer-logo img {
  width: 80%;
  max-width: 120px;
  margin-bottom: 1rem;
}
footer .supporter-logo {
  display: block;
  margin-top: 8px;
  width: 173px;
  max-width: 100%;
  hight: auto;
}
.footer h4 {
  font-size: 27px;
  font-size: var(--font-size-7);
  color: #fff;
  line-height: 1.4;
  margin-top: 0;
  text-decoration: underline;
}
.footer .smallprint {
  line-height: 1.5;
  margin: 0;
  font-size: 12px;
}
.footer a {
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.footer a:hover {
  color: #36ad73;
}
.footer .smallprint a {
  text-decoration: none;
}
.footer .footer-row-1 .col.footer-address {
  padding-right: 1rem;
}
.footer-address p {
  margin: 0 0 .8em;
  font-size: 15px;
  font-size: var(--font-size-3);
}
.footer-address p a {
  font-weight: bold;
}
.footer-address .supported-by {
  margin: 2rem 0 8px;
  font-weight: 300;
  font-size: 13px;
  font-size: var(--font-size-2);
}
/* menu */
.footer-menu ul {
  list-style: none;
  padding-left: 0;
  margin-top: 0;
}
.footer-menu ul li {
  padding-left: 0;
  padding-bottom: 0.2em;
}
.footer-menu ul li a {
  text-decoration: none;
  color: #fff;
  font-size: 18px; /* default supported fallback style */
  font-size: var(--font-size-5);
  font-weight: 600;
}
.footer-menu ul .current_page_item a {
  text-decoration: underline;
}
.footer-menu #menu-footer-menu ul li a:hover, .single-post .footer-menu li.menu-item-17 a, .single-events .footer-menu li.menu-item-19 a, .page-id-3 .footer-menu .privacy-policy-link, .page-id-7183 .footer-menu .cookie-policy-link, .page-id-7189 .footer-menu .cancelations {
  text-decoration: underline;
}
.privacy-links a {
  display: inline-block;
  margin-bottom: 0.2em;
}
/* Newsletter */
#mc_embed_signup {
  background: transparent;
  clear: left;
  font-size: 14px;
  max-width: 480px;
}
#mc_embed_signup .mc_fieldset {
  border: none;
  min-height: 0px;
  padding: 0px;
}
.footer .email-input-container {
  display: flex;
  margin-top: 1.4rem;
}
.footer .email-input-container .mc-field-group {
  width: calc(100% - 48px);
  max-width: 400px;
}
.footer #mc_embed_signup input[type="email"] {
  width: 100%;
  background-color: transparent;
  margin: 0 10px 8px 0;
  height: 46px;
  padding: 9px 12px 7px 9px !important;
  border: 3px #36ad73 solid !important;
  border-radius: 0;
  outline: none !important;
  box-shadow: none !important;
  font-size: 15px;
  line-height: 22px;
  color: #fff;
}
.footer #mc_embed_signup input[type="submit"] {
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  align-items: center;
  overflow: visible;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  color: #fff;
  background-color: transparent;
  border: 3px #e31f82 solid !important;
  border-radius: 0;
  padding: 5px 18px 5px;
  transition: all .3s ease-out;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
}
.footer #mc_embed_signup input[type="submit"]:hover {
  background-color: #e31f82;
}
.newsletter-submit {
  position: relative;
  height: 48px;
  margin-left: 10px;
}
.newsletter-submit svg {
  position: absolute;
  width: 40%;
  left: 50%;
  top: 50%;
  fill: #fff;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.footer ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 0.8; /* Firefox */
}
.footer :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
}
.footer ::-ms-input-placeholder { /* Microsoft Edge */
  color: #fff;
}
.footer .submission-terms {
  margin-top: 8px;
}
.footer .submission-terms a {
  text-decoration: underline;
}
.input-container.input-container-checkbox {
  margin: 10px 0 0 !important;
}
#mc_embed_signup div.mce_inline_error {
  margin: 0 !important;
  padding: 0 !important;
  background-color: transparent !important;
  font-weight: 400 !important;
  color: #e83b4f !important;
  font-size: 13px !important;
}
#mce-success-response {
  color: #36ad73 !important;
  font-weight: 500 !important;
  font-size: 15px !important;
  margin: 0.4em 0 1.2em !important;
}
/*Checkboxes styles*/
.footer .input-container-checkbox input[type="checkbox"] {
  opacity: 0;
  width: 0;
}
.footer .input-container-checkbox input[type="checkbox"] + label {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  margin: 0 0 12px -5px;
  font: 14px/20px 'Open Sans', Arial, sans-serif;
  color: #fff;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.footer .input-container-checkbox:last-child input[type="checkbox"] + label {
  margin-bottom: 0;
}
.footer .input-container-checkbox input[type="checkbox"] + label:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  border: 2px solid #36ad73;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1;
  -webkit-transition: all .12s, border-color .08s;
  transition: all .12s, border-color .08s;
}
.footer .input-container-checkbox input[type="checkbox"]:checked + label:before {
  width: 10px;
  top: -5px;
  left: 5px;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* social media */
.social-media-icons {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 1.6rem;
}
.social-media-icons a {
  margin: 4px 9px 0 9px;
  display: inline-block;
}
.social-media-icons a:first-child {
  margin-left: 0 !important;
}
.social-media-icons a svg {
  height: 20px;
  width: auto;
  fill: #36ad73;
  -webkit-transition: fill 0.2s ease-out;
  -moz-transition: fill 0.2s ease-out;
  -o-transition: fill 0.2s ease-out;
  transition: fill 0.2s ease-out;
}
.social-media-icons a:hover svg {
  fill: #abcc75;
}
@media only screen and (max-width: 1199px) {
  .footer-menu {
    display: none;
  }
  .footer .footer-row-1 .col {
    padding-right: 1.5rem; /* default supported fallback style */
    padding-right: var(--space-4);
  }
  .footer .footer-row-1 .col.footer-sign-up {
    padding-right: 4rem; /* default supported fallback style */
    padding-right: var(--space-6);
  }
}
@media only screen and (max-width: 991px) {
  .footer-address {
    margin-top: 2.5rem;
    margin-top: var(--space-6);
  }
}
@media only screen and (max-width: 767px) {
  .footer .footer-row-1 .col.footer-sign-up {
    padding-right: 1rem;
  }
  .hillside-credit {
    display: none;
  }
}
@media only screen and (max-width: 479px) {
  .footer {
    text-align: center;
  }
  .footer .footer-row-1 {
    padding-top: var(--space-7);
  }
  .footer .footer-row-1 .col {
    padding-right: 1rem;
  }
  .footer-logo img {
    max-width: 110px;
  }
  .footer h4 {
    margin-top: 1.5rem; /* default supported fallback style */
    margin-top: var(--space-4);
    font-size: var(--font-size-6);
  }
  footer .supporter-logo {
    margin: 8px auto 0;
  }
  .footer-row-1 .col.footer-sign-up {
    max-width: 95%;
    margin: 0 auto;
  }
  .footer #mc_embed_signup input[type="email"] {
    text-align: center;
  }
  .social-media-icons {
    justify-content: center;
  }
  .footer .footer-row-2 {
    padding-top: 0;
    text-align: center;
  }
}
/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/
.alignnone {
  margin: 20px 20px 20px 0;
}
.aligncenter, div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 20px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: #FFF;
  border: 1px solid #0a0a0a;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text, .gallery-caption {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
.sticky {}
.bypostauthor {}
/*------------------------------------*\
    PRINT
\*------------------------------------*/
@media print {
  * {
    background: transparent !important;
    color: #0a0a0a !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a, a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " ("attr(href) ")";
  }
  abbr[title]:after {
    content: " ("attr(title) ")";
  }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr, img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
}