/*
Theme Name: By Word of Mouth Theme
Theme URI: http://bywordofmouth.co.uk/
Description: Custom By Word of Mouth theme
Version: 2.85
Author: Harry Atkins
Author URI: http://harryatkins.me
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; vertical-align: baseline; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }

body { line-height: 1; }

ol, ul { list-style: none; }

blockquote, q { quotes: none; }

blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }

table { border-collapse: collapse; border-spacing: 0; }

html { box-sizing: border-box; }

*, *:before, *:after { box-sizing: inherit; }

.reset-button {
  appearance: none;
  -webkit-appearance: none;
  border: none;
  outline: none;
  background: transparent;
}

@font-face {
  font-family: 'Dala Floda Web';
  src: url("fonts/DalaFloda-Medium-Web.eot");
  src: url("fonts/DalaFloda-Medium-Web.eot?#iefix") format("embedded-opentype"), url("fonts/DalaFloda-Medium-Web.woff2") format("woff2"), url("fonts/DalaFloda-Medium-Web.woff") format("woff"), url("fonts/DalaFloda-Medium-Web.ttf") format("truetype"), url("fonts/DalaFloda-Medium-Web.svg#DalaFloda-Medium") format("svg");
  font-weight: 500;
  font-style: normal; }
img {
  max-width: 100%;
  height: auto;
  width: auto\9;
  /* ie8 */ }

.cf:before,
.cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.cf:after {
  clear: both; }

.cf {
  *zoom: 1; }

.text-l {
  text-align: left; }

.text-c {
  text-align: center; }

.text-r {
  text-align: right; }

.float-l {
  float: left; }

.float-r {
  float: right; }

/* General Styles */
body {
  font-family: "futura-pt", sans-serif;
  background: #F0F0F0;
  color: #333333;
  font-size: 15px;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  }

input {
  font-family: inherit;
}

::-moz-selection {
  background: #333;
  color: #A1B87F; }

::selection {
  background: #333;
  color: #A1B87F; }

h1 {
  font-family: 'Dala Floda Web', serif;
  font-size: 52px;
  line-height: 1.2;
  padding-bottom: 20px; }
  @media all and (max-width: 768px) {
    h1 {
      font-size: 35px; } }
  @media all and (max-width: 500px) {
    h1 {
      font-size: 30px; } }

h2 {
  font-family: 'Dala Floda Web', serif;
  font-size: 40px;
  padding-bottom: 20px; }
  @media all and (max-width: 768px) {
    h2 {
      font-size: 25px; } }

h1.h2-size {
  font-size: 40px; }
  @media all and (max-width: 768px) {
    h1.h2-size {
      font-size: 25px; } }

h2.h1-size {
  font-size: 52px;
  line-height: 1.2; }
  @media all and (max-width: 768px) {
    h2.h1-size {
      font-size: 35px; } }
  @media all and (max-width: 500px) {
    h2.h1-size {
      font-size: 30px; } }

h3 {
  font-size: 19px;
  font-weight: bold;
  line-height: 1.6;
  padding-bottom: 15px; }

h4 {
  font-size: 17px;
  font-weight: bold;
}

h5 {
  font-size: 15px;
  font-weight: bold;
}

a {
  color: currentColor;
  text-decoration: none; }
  a:hover {
    color: #A1B87F; }

p {
  line-height: 1.4;
  font-size: 18px;
  padding-bottom: 20px; }
  p.no-padding {
    padding-bottom: 5px; }
  p a {
    font-weight: bold; }

b, strong {
  font-weight: bold; }

em, i {
  font-style: italic; }

.text-label {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.15em;
  -webkit-font-smoothing: antialiased;
}

:where(a, input, button).text-label {
  text-decoration: underline;
}

:where(a, input, button).text-label:hover {
  text-decoration: none;
  color: inherit;
}

a.link-arrow {
  position: relative;
  font-size: 13px;
  font-weight: bold;
  padding-right: 12px;
}

a.link-arrow:after {
  content: '';
  display: block;
  border-color: transparent transparent transparent #333;
  border-width: 4px 0 4px 5px;
  margin-top: -3px;
  margin-left: -2px;
  border-style: solid;
  height: 0;
  right: 0;
  position: absolute;
  top: 50%;
  width: 0;
}

.button, input[type=submit].button {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: bold;
  background: #333333;
  color: white;
  cursor: pointer;
  display: inline-block;
  padding: 7px 20px;
  letter-spacing: 0.15em;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  -webkit-font-smoothing: antialiased; }

.button.button-large {
  font-size: 15px;
}

.button.button-secondary {
  background-color: #1C2674;
}

button.button {
  outline: none;
  border: none;
  appearance: none;
  -webkit-appearance: none;
}

.light-button {
  background: #fff;
  color: #333; }
  .light-button:hover {
    background: #A1B87F;
    color: white; }

.button.button-rounded {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  height: 36px;
}

.button.button-icon {
  display: inline-flex;
  align-items: center;
  padding: 7px 24px 7px 16px;
}

.button.button-icon .icon {
  height: 1.5em;
  width: 1.5em;
  margin-right: 0.5em;
}

.button.button-shortlist {
  background-color: #F0F0F0;
  color: #333333;
  border-radius: 6px;
  padding: 12px 20px 12px 12px;
  margin-bottom: 15px;
  text-transform: none;
  letter-spacing: revert;
}

.button.button-shortlist:hover,
.button.button-shortlist[data-shortlisted] {
  background-color: #A1B87F;
  color: #FFFFFF;
}

.button.button-shortlist:hover .icon,
.button.button-shortlist[data-shortlisted] .icon {
  fill: currentColor;
  --star-middle-color: #A1B87F;
}

.button.button-shortlist .icon {
  fill: none;
  stroke-width: 2;
}

.two-col {
  display: block;
  width: 50%;
  float: left; }
  @media all and (max-width: 580px) {
    .two-col {
      width: 100%; } }

.fullscreen-video-container {
  display: block;
  width: 100%;
  min-height: calc(100vh - 95px);

  overflow: hidden;
  position: relative;
  background-color: #1C2674 !important;
}
  @media all and (max-width: 1300px) {
    .fullscreen-video-container {
      height: 100vh; } }
  @media all and (max-width: 500px) {
    .fullscreen-video-container {
      height: 70vh; }
    /* .fullscreen-video-container .fullscreen-video {
      display: none !important;
     } */
   }
  .fullscreen-video-container:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.4;
    background: #000;
    z-index: 10; }
  .fullscreen-video-container .fullscreen-video {
    display: block;
    width: auto;
    min-width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    min-height: 100vh;
    z-index: 30;
    background: #1C2674 !important;

 }

    @media all and (max-width: 768px) {
      .fullscreen-video-container .fullscreen-video {
        min-height: unset;
        width: 100vw !important;
        /* min-height: calc(50vh - 53px);  */
      } 
      .fullscreen-video-container .video-arrow{
      display:none;
    }}
  .fullscreen-video-container .video-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 30;
    text-align: center;
    width: 100%;
  color:white; }

  .video-overlay-mobile{
    display:none;
    z-index: 30;
    text-align: center;
    width: 100%;
  color:#1C2674;
  background:#F0F0F0;
  margin:auto;
  }

  .video-overlay-mobile svg{
    width:300px !important;
    height:unset;
margin-top:30px;
  }

  @media all and (max-width: 768px) {
    .fullscreen-video-container{
      min-height:unset;
      height:unset;
    }
    .fullscreen-video-container .fullscreen-video {
      transform: unset;
position:relative;
      top:unset;
      left:unset;

    }
    .fullscreen-video-container .video-overlay{
      display:none;
    }
    .video-overlay-mobile{
      display:block;
      width:300px;
    }
    #page-content{
      padding-top:30px !important;
    }
  }
  .fullscreen-video-container .icon-logo {
    font-size: 200px;
    margin-bottom: 30px !important; }
    @media all and (max-width: 500px) {
      .fullscreen-video-container .icon-logo {
        font-size: 200px; } }
        @media all and (max-width: 300px) {
          .fullscreen-video-container .icon-logo {
            font-size: 100px; } }
  .fullscreen-video-container .video-arrow {
    position: absolute;
    z-index: 40;
    color:white;
    bottom: 10px;
    font-size: 33px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    padding: 15px; }

.video-fallback {
  /* display: none; */
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  background: #fff !important;
  z-index:1000;


 }

 .loader {
  margin: auto;
  position: fixed;
  top: 45%;
  left: calc(50% - 25px);
  /* transform: translate(-50%, -50%); */
  width: 50px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 8px solid #1C2674;
  animation:
    l20-1 0.8s infinite linear alternate,
    l20-2 1.6s infinite linear;
}
@keyframes l20-1{
   0%    {clip-path: polygon(50% 50%,0       0,  50%   0%,  50%    0%, 50%    0%, 50%    0%, 50%    0% )}
   12.5% {clip-path: polygon(50% 50%,0       0,  50%   0%,  100%   0%, 100%   0%, 100%   0%, 100%   0% )}
   25%   {clip-path: polygon(50% 50%,0       0,  50%   0%,  100%   0%, 100% 100%, 100% 100%, 100% 100% )}
   50%   {clip-path: polygon(50% 50%,0       0,  50%   0%,  100%   0%, 100% 100%, 50%  100%, 0%   100% )}
   62.5% {clip-path: polygon(50% 50%,100%    0, 100%   0%,  100%   0%, 100% 100%, 50%  100%, 0%   100% )}
   75%   {clip-path: polygon(50% 50%,100% 100%, 100% 100%,  100% 100%, 100% 100%, 50%  100%, 0%   100% )}
   100%  {clip-path: polygon(50% 50%,50%  100%,  50% 100%,   50% 100%,  50% 100%, 50%  100%, 0%   100% )}
}
@keyframes l20-2{ 
  0%    {transform:scaleY(1)  rotate(0deg)}
  49.99%{transform:scaleY(1)  rotate(135deg)}
  50%   {transform:scaleY(-1) rotate(0deg)}
  100%  {transform:scaleY(-1) rotate(-135deg)}
}
 .video-fallback .video-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
color:white; }


.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
  vertical-align: middle; }

.icon-arrow-down {
  width: 0.69921875em; }

.icon-logo {
  width: 300px; }

.icon-At-Home-Logo-Blue {
  width: 0.74em; }

.icon-twitter {
  width: 1.228515625em; }

.icon-accredited-venue {
  width: 0.5078125em; }

.icon-location {
  width: 0.6474609375em; }

.icon-outdoor-space {
  width: 0.9716796875em; }

.icon-reception-capacity {
  width: 0.78125em; }

.icon-seated-capacity {
  width: 1.4677734375em; }

header {
  background: white;
  padding: 25px 0 20px 0;
  position: relative; }

  @media all and (max-width: 500px) {
    header .inner {
      display: flex;
    justify-content: space-between; } }



header.open {
  background: #EDEDED;
}
  header a {
    color: #1C2674;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease; }
  header {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 300; }
  @media all and (max-width: 1340px) {
    header {
      padding: 25px 20px; } }
  @media all and (max-width: 500px) {
    header {
      padding: 15px 20px; } }
.header-filler {
      height: 79px; }
  @media all and (max-width: 500px) {
    .header-filler {
      height: 53px; } }

.header-logo {
  margin-right: -92px;
  font-size: 30px; }
  @media all and (max-width: 500px) {
    .header-logo {
      font-size:30px;
      margin-right: 0px;

      }
    }



.header-right {
  float: right;
  margin-top: 0; }
  @media all and (max-width: 500px) {
    .header-right {
margin-left: 5px;
white-space: nowrap;
      }
    }

  .header-right nav, .header-right .social {
    display: inline-block;
    vertical-align: top; }
  .header-right nav {
    margin-top: 0; }
  .header-right nav ul {
    position: relative; }

  .header-right nav ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #EDEDED;
    height: 100vh;
  padding-bottom:100px;
overflow-y: auto; }


  .header-right .mobile-nav {
    font-size: 30px;
  display: block; }

    /* @media all and (max-width: 500px) {
      .header-right .mobile-nav {
        font-size: 20px; } } */

    .header-right .mobile-nav .icon-close {
      display: none; }
    .header-right .mobile-nav.open {
      color: #A1B87F; }
      .header-right .mobile-nav.open .icon-menu {
        display: none; }
      .header-right .mobile-nav.open .icon-close {
        display: inline-block; }
  .header-right nav ul li {
      margin-left: 0;
      display: block;
       }
    .header-right nav ul li a {
      padding: 0.3rem;
      display: inline-block;
      font-family: 'Dala Floda Web', serif;
      font-size: 2.0rem;
   }

   @media all and (max-height: 900px) {
    .header-right nav ul li a {
     font-size: 2rem;
   padding: 0.8vh;
    }
  }

   @media all and (max-height: 600px) {
    .header-right nav ul li a {
     font-size: 1.4rem;
    }
   }


   @media all and (min-width: 1080px) and (min-height: 901px) {
     .header-right nav ul li a {
      font-size: 52px;
    padding: 0.8vh;
     }
   }



    .header-right nav ul li.current_page_item a, .header-right nav ul li:hover a {
      color: #A1B87F;
    }



#magic-line {
  height: 2px;
  display: block;
  background: #A1B87F;
  position: absolute;
  bottom: 0; }
  @media all and (max-width: 1190px) {
    #magic-line {
      display: none !important; } }

.inner {
  max-width: 1340px;
  margin: 0 auto; }
  .inner:after {
    content: "";
    display: table;
    clear: both; }

    @media all and (max-width: 500px) {
      .header .inner{
        display:flex;
        justify-content: space-between;
      }
    }

.small-inner {
  max-width: 745px;
  padding: 0 10px;
  margin: 0 auto; }
  .small-inner:after {
    content: "";
    display: table;
    clear: both; }
  @media all and (max-width: 560px) {
    .small-inner {
      padding: 0 30px; }
    .inner.padding {
      padding: 0 30px;
    } }

.small-home-inner {
  max-width: 710px;
  padding: 0 10px;
  margin: 0 auto; }
  .small-inner:after {
    content: "";
    display: table;
    clear: both; }
  @media all and (max-width: 560px) {
    .small-home-inner {
      padding: 0 30px; }
    .inner.padding {
      padding: 0 30px;
    } }

section {
  padding: 65px 0 50px 0; }
  section.no-padding {
    padding: 0 0 50px 0; }

.banner {
  padding: 150px 20px;
  position: relative;
  overflow: hidden; }
  .banner .banner-content {
    position: relative;
    z-index: 15;
    color: white; }
  @media all and (max-width: 500px) {
    .banner {
      padding: 90px 20px; } }
  .banner .bg {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100%;
    height: 100%;
    height: calc(100% + 150px);
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    background-size: cover !important;
    z-index: 5; }
  .banner:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: black;
    opacity: 0.2;
    z-index: 10; }

.cell {
  display: block;
  width: 33.33%;
  float: left;
  border-left: 1px solid rgba(0, 0, 0, 0.35);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  overflow: hidden; }
  @media all and (max-width: 768px) {
    .cell {
      width: 100%; } }

.cell:nth-child(3n) {
  border-right: 1px solid rgba(0, 0, 0, 0.35); }

.cell-content {
  padding: 75px 15% 65px 15%; }

.cell-image {
  display: block;
  height: 0;
  padding-bottom: 64.04%;
  background-size: cover !important;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease; }

.cell-inline-image {
  max-height: 270px;
  max-width: 100%;
  display: block;
  margin: 0 auto;
  -webkit-transition: all 100ms cubic-bezier(0.17, 0.67, 0.83, 0.67);
  transition: all 100ms cubic-bezier(0.17, 0.67, 0.83, 0.67);
  -webkit-transform: scale(1);
          transform: scale(1); }

.cell-inline-image-link {
  display: block;
  margin-top: 80px; }
  .cell-inline-image-link:hover .cell-inline-image {
    -webkit-transform: scale(1.05);
            transform: scale(1.05); }

.cell:hover .cell-image {
  opacity: 0.9; }

.video-link {
  position: relative; }
  .video-link .button {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 10; }

.brandgreen {
  background: #63BCA2; }
  .brandgreen .cell:hover {
    background: #7cc7b1; }
  .brandgreen a:hover {
    color: #333; }
  .brandgreen .button:hover {
    color: #A1B87F; }

.brandyellow {
  background: #D0D755; }
  .brandyellow .cell:hover {
    background: #d8de72; }
  .brandyellow a:hover {
    color: #333; }
  .brandyellow .button:hover {
    color: #A1B87F; }

.testimonial {
  font-size: 20px; }
  .testimonial .inner {
    padding: 125px 20px 140px 20px;
    background-size: 70% !important; }
    @media all and (max-width: 768px) {
      .testimonial .inner {
        padding: 100px 20px 100px 20px;
        background-size: 80% !important; } }
    @media all and (max-width: 580px) {
      .testimonial .inner {
        background: #F0F0F0 !important;
        padding: 40px 20px 60px 20px; } }
  .testimonial p {
    font-size: 20px;
    max-width: 400px;
    margin: 0 auto; }

footer {
  padding: 60px 20px 30px 20px; }
  footer a {
    font-weight: bold;
    -webkit-font-smoothing: antialiased; }

.tweet-widget {
  max-width: 370px;
  padding: 0 10px;
  margin: 0 auto 55px auto; }
  .tweet-widget .twitter-handle {
    margin-bottom: 10px;
    display: inline-block; }
  .tweet-widget .tweet-image {
    max-width: 200px;
    margin-bottom: 20px;
    margin-top: 20px; }

.footer-social {
  display: inline-block;
  margin: 0 auto 35px auto; }
  .footer-social:after {
    content: "";
    display: table;
    clear: both; }
  .footer-social li {
    display: block;
    float: left;
    margin: 0; }
    .footer-social li a {
      font-size: 22px;
      display: block;
      padding: 10px 20px;
      -webkit-transition: all 200ms ease;
      transition: all 200ms ease; }

.footer-nav {
  margin-bottom: 30px; }
  .footer-nav li {
    display: inline-block;
    padding: 0 0 5px 0;
    border-bottom: 1px solid transparent; }
    .footer-nav li a {
      font-weight: normal;
      display: block;
      padding: 1px 10px;
      border-right: 1px solid #333; }
      .footer-nav li a:hover {
        color: #333; }
    .footer-nav li:last-child a {
      border-right: 0; }
    .footer-nav li.current_page_item, .footer-nav li:hover {
      color: #333;
      border-bottom: 1px solid #333; }

.footer-icon {
  display: block;
  margin: auto auto 25px auto;
  max-width: 80px;
 }

.footer-small p {
  font-size: 12px; }

.top-banner {
  background: #EEEEEE;
  color: white;
  overflow: hidden; }
  .top-banner .inner {
    padding: 215px 20px 195px 20px;
    position: relative; }
    .top-banner .inner:after {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: black;
      opacity: 0.1;
      z-index: 12; }
    @media all and (max-width: 768px) {
      .top-banner .inner {
        padding: 170px 20px 140px 20px; } }
    @media all and (max-width: 580px) {
      .top-banner .inner {
        padding: 110px 20px 80px 20px; } }
  .top-banner h1 {
    position: relative;
    z-index: 15; }
  .top-banner .top-banner-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover !important;
    z-index: 10; }
  .top-banner.no-image {
    color: #333; }

#banner-home:after {
	opacity: 0 !important;
}

.single-page-content {
  background: #fff; }
  .single-page-content.athome-inner {
  max-width: 910px;
  padding: 60px 10px 45px 10px;
  margin: 0 auto;
  text-align: left; }

.page-grid {
  width: 100%;
  margin: 60px 0; }
  .page-grid:after {
    content: "";
    display: table;
    clear: both; }
  .page-grid.no-margin {
    margin: 0 0 60px 0; }

.row:after {
  content: "";
  display: table;
  clear: both; }

.block {
  display: block;
  width: calc((100% - 7px) / 3);
  margin: 1px;
  float: left;
  min-height: 375px;
  background-size: cover !important; }
  .block.wide-block {
    width: calc(100% - 4px);
    min-height: 475px; }
  @media all and (max-width: 650px) {
    .block {
      width: calc(100% - 3px);
      min-height: 280px; }
      .block.wide-block {
        min-height: 185px; } }

.block-image {
  background-size: cover !important;
  min-height: 375px;
  margin-bottom: 30px; }

.text-block {
  padding: 50px 3% 20px 3%; }
  .text-block p {
    max-width: 580px;
    /* font-size: 0.96em; */
    padding-bottom: 10px;
    margin: 0 auto; }

.wide-block.text-block {
  padding: 50px 10%; }

.wide-block.text-block p {
	max-width: 725px;
	}

.text-block-icon {
  max-width: 125px;
  margin-bottom: 12px;
  max-height: 45px; }

.quote p {
  font-size: 20px; }

  .about-as-seen-in {
    background-color: #D6DCE5;
  }

.about-as-seen-in .logos {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: space-between;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}

.about-as-seen-in .about-publication-logo {
  width: 50%;
}

@media all and (max-width: 580px) {

  .about-as-seen-in .about-publication-logo {
    width: 100%;
  }
  .about-as-seen-in .about-publication-logo img {
    max-width: 100% !important;
  }
}

.about-as-seen-in .about-publication-logo img {
  max-width: 265px;
  max-height: 50px;
  width: auto;
  height: auto;
  margin: 50px auto;
}

.about-testimonials {
  background: #D6DCE5; }

.about-testimonial {
  max-width: 800px;
  padding: 0 20px;
  margin: 10px auto 50px auto; }
  .about-testimonial p.quote {
    font-size: 20px; }

.mid-inner {
  width: 100%;
  max-width: 910px;
  padding: 60px 10px 45px 10px;
  margin: 0 auto;
  text-align: left; }
  .mid-inner a {
    font-weight: bold; }
  .mid-inner.no-padding {
    padding: 0 10px 0 10px; }

.banner-icon {
  max-width: 180px;
  margin: 30px 0; }

.single-page-content ul {
  list-style: disc;
  margin-left: 20px;
  margin-bottom: 20px; }
  .single-page-content ul li {
    line-height: 1.4; }

.contact-inner {
  max-width: 890px;
  margin: 0 auto;
  width: 97%; }

.contact-form-container {
  background: white;
  border: 2px solid #F2F2F2;
  margin: -230px auto 100px auto;
  position: relative;
  z-index: 30;
  padding: 50px 150px 65px 150px; }
  @media all and (max-width: 768px) {
    .contact-form-container {
      margin: -190px auto 80px auto; } }
  @media all and (max-width: 580px) {
    .contact-form-container {
      margin: -100px auto 60px auto;
      padding: 50px 3% 65px 3%; } }

.contact-inner iframe {
  display: block;
  margin: 0 auto 25px auto; }

.form-title {
  position: relative;
  text-align: left; }
  .form-title:after {
    content: "";
    display: table;
    clear: both; }
  .form-title p {
    position: absolute;
    bottom: 5px;
    right: 0;
  display: none; }

label {
  font-size: 20px;
  line-height: 26px; }

li.gfield {
/*  font-size: 0;*/
  margin-bottom: 25px; }
  li.gfield:after {
    content: "";
    display: table;
    clear: both; }

.contact-form {
  margin-top: 35px;
  text-align: left; }
  .contact-form form {
    display: block;
    width: 100%; }
  .contact-form li.gfield > label {
    width: 35%;
    display: inline-block;
    position: relative;
    top: 5px;
    padding-right: 15px; }
    .contact-form li.gfield > label.wide {
      width: 100%;
      font-size: 15px;
      padding-right: 0;
      top: 0; }
      .contact-form li.gfield > label.wide input {
        margin-right: 10px; }
    @media all and (max-width: 650px) {
      .contact-form li.gfield > label {
        width: 100%;
        margin-bottom: 10px !important; } }
  .contact-form hr {
    border: 0;
    outline: 0;
    height: 1px;
    background: #E6E6E6;
    width: 100%;
    margin: 50px 0; }
  .contact-form .ginput_container {
    width: 65% !important;
    display: inline-block !important;
  }
  .contact-form input[type="text"], .contact-form input[type="email"], .contact-form input[type="tel"] {
    width: 100%;
    display: inline-block;
    font-size: 20px !important;
    outline: 0 !important;
    border: 2px solid #F2F2F2;
    padding: 10px !important;
    vertical-align: middle;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    font-family: inherit !important;
    font-size: 15px !important; }
    .contact-form input[type="text"]:focus, .contact-form input[type="email"]:focus, .contact-form input[type="tel"]:focus {
      border: 2px solid #d9d9d9; }
    .contact-form input[type="text"].narrow, .contact-form input[type="email"].narrow, .contact-form input[type="tel"].narrow {
      width: 35%; }
    @media all and (max-width: 650px) {
      .contact-form input[type="text"], .contact-form input[type="email"], .contact-form input[type="tel"] {
        width: 100%; }
        .contact-form input[type="text"].narrow, .contact-form input[type="email"].narrow, .contact-form input[type="tel"].narrow {
          width: 45%; }
      .contact-form .ginput_container {
        width: 100% !important;
      } }
  .contact-form select {
    background: url("img/select-arrow.png") no-repeat 12px 48% white;
    outline: 0;
    border: 2px solid #ECECEC;
    -webkit-appearance: none !important;
       -moz-appearance: none !important;
            appearance: none !important;
    display: inline-block;
    padding: 10px 10px 10px 35px !important;
    border-radius: 0;
    vertical-align: middle;
    font-size: 15px !important;
    width: 35%;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    font-family: inherit !important;
    cursor: pointer; }
    .contact-form select:hover {
      border: 2px solid #d9d9d9; }
    .contact-form select.half {
      width: calc((65% - 30px) / 2);
      margin-right: 30px; }
      .contact-form select.half.last {
        margin-right: 0; }
    @media all and (max-width: 650px) {
      .contact-form select {
        width: 100%; }
        .contact-form select.half {
          width: calc((100% - 30px) / 2); } }
  .contact-form input[type="date"] {
    outline: 0;
    border: 2px solid #ECECEC;
    padding: 0;
    width: 35%;
    padding: 10px;
    font-family: inherit;
    font-size: 15px;
    text-transform: uppercase; }
    @media all and (max-width: 650px) {
      .contact-form input[type="date"] {
        width: 100%; } }
  .contact-form textarea {
    border: 2px solid #E6E6E6;
    resize: none;
    width: 65%;
    min-height: 145px;
    vertical-align: top;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    font-family: inherit;
    font-size: 15px !important;
    padding: 10px !important; }
    .contact-form textarea:focus {
      outline: 0;
      border: 2px solid #d9d9d9; }
    @media all and (max-width: 650px) {
      .contact-form textarea {
        width: 100%; } }
  .contact-form .gfield_radio {
    width: 65%;
    display: inline-block;
    vertical-align: top; }
    .contact-form .gfield_radio li {
      cursor: pointer;
      margin-right: 25px !important; }
      .contact-form .gfield_radio li:hover .check {
        border: 2px solid #cdcdcd; }
      .contact-form .gfield_radio li {
        position: relative;
        top: 3px; }
    .contact-form .gfield_radio li label {
      display: inline-block !important;
      font-size: 18px !important;
      max-width: 100% !important;
      margin: 0 !important;
      vertical-align: middle !important;
    }
    .contact-form .gfield_radio .check {
      display: inline-block;
      width: 40px;
      height: 40px;
      border: 2px solid #E6E6E6;
      vertical-align: middle;
      position: relative;
      margin-right: 10px; }
      .contact-form .gfield_radio .check .icon-tick {
        opacity: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) scale(0.3);
                transform: translate(-50%, -50%) scale(0.3);
        color: #333;
        -webkit-transition: all 200ms ease;
        transition: all 200ms ease; }
    @media all and (max-width: 650px) {
      .contact-form .gfield_radio {
        width: 100%; } }
  .contact-form input[type="radio"] {
    cursor: pointer;
    position: absolute;
    visibility: hidden; }
    .contact-form input[type="radio"]:checked ~ .check .icon-tick {
      opacity: 1;
      -webkit-transform: translate(-50%, -50%) scale(1);
              transform: translate(-50%, -50%) scale(1); }

.gform_wrapper label.gfield_label+div.ginput_container {
  margin-top: 0 !important;
}
.gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium {
  width: 95% !important;
  margin: auto;
  display: block;
}

.gform_wrapper #contact-form-shortlist ul,
.gform_wrapper #contact-form-search-criteria ul {
  margin-left: 0 !important;
}

input[type="submit"] {
  outline: 0;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  padding: 8px 30px; }
  input[type="submit"]:hover {
    color: #A1B87F; }

.small-grid {
  text-align: center;
  margin: 40px 0 90px 0; }
  .small-grid:after {
    content: "";
    display: table;
    clear: both; }
  .small-grid .small-grid-block {
    width: calc((100% - 4px) / 2);
    margin: 1px;
    background-size: cover !important;
    float: left;
    padding: 70px 10%; }
    @media all and (max-width: 768px) {
      .small-grid .small-grid-block {
        width: calc(100% - 2px);
        min-height: 280px; } }

.address {
  margin-bottom: 30px; }

.address p {
  font-size: 20px; }

.job {
  margin-bottom: 90px; }
  @media all and (max-width: 768px) {
    .job {
      padding: 0 20px; } }

.media-image-link {
  display: block;
  margin-top: 40px;
  -webkit-transition: all 100ms cubic-bezier(0.17, 0.67, 0.83, 0.67);
  transition: all 100ms cubic-bezier(0.17, 0.67, 0.83, 0.67);
  -webkit-transform: scale(1);
          transform: scale(1); }
  .media-image-link:hover {
    -webkit-transform: scale(1.05);
            transform: scale(1.05); }

.media-image {
  display: inline-block;
  max-height: 275px; }

.films-container {
  margin-top: 50px; }
  .films-container:after {
    content: "";
    display: table;
    clear: both; }
  .films-container .film-block {
    width: calc((100% - 5px) / 2);
    /* float: left; */
    display: block;
    margin: 0 auto 30px auto;
    }
    .films-container .film-block:nth-child(2n) {
      margin-right: 0; }
    .films-container .film-block .film-thumb {
      display: block;
      height: 0;
      padding-bottom: 56.25%;
      background-size: cover !important; }
  .films-container .film-wrap {
    position: relative; }
    .films-container .film-wrap:after {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: black;
      z-index: 10;
      opacity: 0;
      -webkit-transition: all 200ms ease;
      transition: all 200ms ease; }
    .films-container .film-wrap:hover:after {
      opacity: 0.3; }
    .films-container .film-wrap .film-thumb {
      position: relative;
      z-index: 5; }
    .films-container .film-wrap .button {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      z-index: 12; }

@media all and (max-width: 650px) {
  .films-container .film-block {
    width: 100%;
  }
}

.inspiration-grid {
  background: #EDEDED;
  text-align: left;
  margin: 0;
  padding: 0 30px; }
  .inspiration-grid .page-grid {
    margin: 0; }
  .inspiration-grid h3 {
    padding-bottom: 5px; }
  .inspiration-grid p {
    max-width: 350px;
    width: 90%; }
  .inspiration-grid .block {
    margin-bottom: 35px; }

  .inspiration-grid .block-image {
    padding-bottom: 56.25%;
    padding-top: 30px;
    min-height: 0 !important;
  }

.meta {
  display: inline-block;
  padding-bottom: 12px; }

.latest-news {
  text-align: left; }
  .latest-news p {
    max-width: 350px;
    width: 90%; }

@media all and (max-width: 650px) {
  .latest-news .block {
    margin-bottom: 40px;
  }
}

.pagination {
  margin-bottom: 80px;
  border-bottom: 1px solid #E6E6E6;
  font-size: 18px;
  font-weight: bold; }
  .pagination a {
    font-size: 18px;
    font-weight: bold;
    color: #C0C0C0; }
    .pagination a:hover {
      color: #333; }
  .pagination span, .pagination a {
    border-bottom: 1px solid #333;
    display: block;
    float: left;
    padding: 20px 5px; }
  .pagination .pagination-links {
    display: inline-block;
    vertical-align: bottom;
    margin: 0 auto; }
    .pagination .pagination-links:after {
      content: "";
      display: table;
      clear: both; }

.single-banner {
  background: #EDEDED; }

.single-banner-left, .single-content-left {
  width: 33%;
  float: left; }
  @media all and (max-width: 580px) {
    .single-banner-left, .single-content-left {
      width: 100%; } }

.single-banner-right, .single-content-right {
  width: 67%;
  float: left;
  text-align: left;
  padding: 40px 40px 0 45px;
  position: relative; }
  @media all and (max-width: 580px) {
    .single-banner-right, .single-content-right {
      width: 100%;
      padding: 20px; } }

.single-content-right {
  max-width: 490px;
  padding: 0 45px; }
  @media all and (max-width: 580px) {
    .single-content-right {
      padding: 20px; } }

.single-content-left {
  margin-top: -62px; }
  .single-content-left img {
    display: block;
    width: 100%;
    margin-bottom: 3px; }

.single-featured-image {
  min-height: 185px;
  height: 100%;
  display: block;
  background-size: cover !important; }
  @media all and (max-width: 580px) {
    .single-featured-image {
      min-height: 150px; } }

.single-banner-title {
  margin-top: 80px; }
  @media all and (max-width: 580px) {
    .single-banner-title {
      margin-top: 30px; } }
  .single-banner-title .author {
    width: 100%; }
    .single-banner-title .author:after {
      content: "";
      display: table;
      clear: both; }
    .single-banner-title .author img {
      max-width: 125px;
      float: left;
      margin-right: 15px; }
      @media all and (max-width: 768px) {
        .single-banner-title .author img {
          max-width: 90px; } }
      @media all and (max-width: 580px) {
        .single-banner-title .author img {
          max-width: 60px; } }

.back-link {
  display: inline-block;
  padding: 0 0 15px 0;
  border-bottom: 1px solid #333333; }
  .back-link .icon {
    font-size: 28px;
    margin-right: 6px;
    position: relative;
    top: -2px; }

.information-key {
  margin-top: 50px;
  margin-bottom: -20px; }
  .information-key h3 {
    display: inline-block;
    vertical-align: bottom;
    position: relative;
    top: 3px;
    margin-right: 20px; }
  .information-key .key-block {
    display: inline-block;
    vertical-align: top;
    margin: 0 15px 15px 15px; }
    .information-key .key-block p {
      padding-bottom: 0; }
    .information-key .key-block .icon {
      font-size: 26px;
      margin-bottom: 10px;
      -webkit-transition: all 200ms ease;
      transition: all 200ms ease; }
    .information-key .key-block:hover .icon {
      color: #A1B87F;
      -webkit-transform: translateY(-5px);
              transform: translateY(-5px); }

.venues-container {
  background: #fff;
  padding-bottom: 30px; }
  .venues-container.shortlist {
    padding-top: 30px;
  }

.switch {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 60px;
  height: 30px;
  margin: 0 8px; }
  .switch input {
    display: none; }
  .switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #C3C3C3;
    -webkit-transition: .3s;
    transition: .3s;
    border-radius: 15px; }
  .switch .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 2px;
    bottom: 2px;
    border-radius: 50%;
    background-color: #333333;
    -webkit-transition: .3s;
    transition: .3s; }
  .switch input:checked + .slider {
    background: #A1B87F; }
  .switch input:checked + .slider:before {
    -webkit-transform: translateX(30px);
    transform: translateX(30px); }

body.page-template-page-venues-shortlist #venue-filter {
  display: none;
}

.search-results-notice {
  display: none;
}

.venues-wrap {
  margin-top: 30px;
  display: none; }
  .venues-wrap:after {
    content: "";
    display: table;
    clear: both; }
  .venues-wrap.current {
    display: block; }
  .venues-wrap .venue-block {
    display: block;
    background: #1C2674;
    width: calc((100% - 13px) / 3);
    margin: 0 2px 20px 2px;
    float: left;
    position: relative;
    overflow: hidden; }
    .venues-wrap .venue-block:after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 100px;
      background: linear-gradient(#1C2674, transparent);
      /*width: 180px;
      height: 180px;
      background: radial-gradient(at top left, #1C2674 -5%, transparent 50%);*/
      opacity: 0.4;
      -webkit-transition: opacity 200ms ease;
      transition: opacity 200ms ease;
      z-index: 5; }
    @media all and (max-width: 950px) {
      .venues-wrap .venue-block {
        width: calc((100% - 9px) / 2); } }
    @media all and (max-width: 650px) {
      .venues-wrap .venue-block {
        width: calc(100% - 5px); } }
    .venues-wrap .venue-block .shortlisted {
      display: flex;
      position: absolute;
      top: 15px;
      left: 15px;
      z-index: 10;
      -webkit-transition: all 400ms ease-out;
      transition: all 400ms ease-out;
      opacity: 0.9; }
    .venues-wrap .venue-block svg.icon-shortlisted {
      display: none;
    }
    .venues-wrap .venue-block svg.icon-shortlisted-outline {
      color: #FFFFFF;
    }
      .venues-wrap .venue-block.shortlisted .shortlisted,
      .venues-wrap .venue-block.shortlisted .shortlisted:hover {
        opacity: 1;
      }
      .venues-wrap .venue-block.shortlisted .shortlisted svg.icon-shortlisted-outline,
      .venues-wrap .venue-block .shortlisted:hover svg.icon-shortlisted-outline {
        display: none;
      }
      .venues-wrap .venue-block.shortlisted .shortlisted svg.icon-shortlisted,
      .venues-wrap .venue-block .shortlisted:hover svg.icon-shortlisted {
        display: flex;
      }
      .venues-wrap .venue-block .shortlisted .icon {
        font-size: 40px; }
    .venues-wrap .venue-block .accredited {
      position: absolute;
      top: 15px;
      right: 15px;
      z-index: 10;
      -webkit-transition: all 400ms ease-out;
      transition: all 400ms ease-out; }
      .venues-wrap .venue-block .accredited span {
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 200ms ease-out;
        transition: all 200ms ease-out;
        margin-right: 10px; }
      .venues-wrap .venue-block .accredited .icon {
        font-size: 30px; }
  .venues-wrap .venue-image {
    height: 0;
    padding-bottom: 100%;
    background-size: cover !important; }
  .venues-wrap .venue-name {
    display: block;
    font-size: 23px;
    font-family: 'Dala Floda Web', serif;
    z-index: 10;
    width: 100%;
    padding: 20px 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-transition: background 200ms ease, -webkit-transform 200ms ease;
    transition: background 200ms ease, -webkit-transform 200ms ease;
    transition: transform 200ms ease, background 200ms ease;
    transition: transform 200ms ease, background 200ms ease, -webkit-transform 200ms ease;
    background: #F0F0F0; }
  .venues-wrap .extra-info {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(200%);
            transform: translateY(200%); }
    .venues-wrap .venue-block.accredited .extra-info,
    .venue-marker-info.accredited .extra-info {
      color: #A1B874;
      margin: 0 auto 15px;
      display: grid;
      grid-template-rows: repeat(2,1fr);
      grid-auto-flow: column;
      justify-content: center;
      width: max-content;
      column-gap: 30px;
      grid-template-columns: repeat(3,minmax(0,1fr));
    }
    .venue-marker-info.accredited .extra-info {
      width: 100%;
      justify-content: space-between;
      grid-template-columns: repeat(6, 1fr);
      grid-auto-flow: row;
      grid-template-rows: none;
      column-gap: 8px;
    }
    .venues-wrap .extra-info p {
      max-width: 310px;
      margin: 0 auto;
    }
    .extra-info .key-block {
      display: inline-block;
      vertical-align: top;
      margin: 10px 15px; }
      .extra-info .key-block .icon {
        font-size: 29px;
        margin-bottom: 10px; }
        @media all and (max-width: 1100px) {
          .extra-info .key-block .icon {
            font-size: 23px; } }
      .extra-info .key-block p {
        padding-bottom: 0; }
    .extra-info .button {
      margin-top: 20px; }
    .venue-marker-info .extra-info .key-block {
      display: flex;
      flex-direction: column;
      align-items: center;
      margin: 10px 0px;
    }
  .venues-wrap .hover-content {
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    width: 100%;
    width: calc(100% + 1px);
    z-index: 10; }
  .venues-wrap .venue-block:hover:after {
    width: unset;
    height: unset;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: black;
    opacity: 0.8; }
  .venues-wrap .venue-block:hover .venue-name {
    position: relative;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    background: transparent; }
  .venues-wrap .venue-block:hover .hover-content {
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    background: transparent; }
    .venues-wrap .venue-block:hover .hover-content:after {
      opacity: 0; }
  .venues-wrap .venue-block:hover .extra-info {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: opacity 200ms ease, -webkit-transform 500ms ease;
    transition: opacity 200ms ease, -webkit-transform 500ms ease;
    transition: opacity 200ms ease, transform 500ms ease;
    transition: opacity 200ms ease, transform 500ms ease, -webkit-transform 500ms ease; }
  .venues-wrap .venue-block:hover .accredited {
    bottom: 88%; }
    .venues-wrap .venue-block:hover .accredited span {
      opacity: 1;
      visibility: visible; }

.venues-wrap.list {
  font-family: 'Dala Floda Web', serif;
  color: #A1B87F;
  font-size: 23px;
  line-height: 39px;
}

.venues-wrap.list h4 {
  font-size: inherit;
  line-height: 30px;
  margin-bottom: 30px;
}

.venues-wrap.list ul:not(:last-child) {
  margin-bottom: 30px;
}

.venues-list {
  -webkit-columns: 3;
     -moz-columns: 3;
          columns: 3;
  margin-bottom: 60px; }
  @media all and (max-width: 950px) {
    .venues-list {
      -webkit-columns: 2 !important;
         -moz-columns: 2 !important;
              columns: 2 !important; } }
  @media all and (max-width: 650px) {
    .venues-list {
      -webkit-columns: 1 !important;
         -moz-columns: 1 !important;
              columns: 1 !important; } }
  .venues-list a, .venues-list li {
    font-size: 23px;
    color: #1C2674; }
    .venues-list a:hover {
      color: #A1B87F; }

.map-container {
  height: 300px;
  width: 100%;
  max-width: 400px;
  display: block;
  overflow: hidden;
}
.map-container iframe {
  display: block;
  height: 450px;
  margin-top: -150px;
}

.venue-inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 30px; }
  .venue-inner:after {
    content: "";
    display: table;
    clear: both; }
  .venue-inner .venue-content-left {
    width: 66%;
    float: left;
    padding-right: 40px;
    text-align: left; }
    .venue-inner .venue-content-left .venue-content-left-inner {
      max-width: 480px; }
    @media all and (max-width: 768px) {
      .venue-inner .venue-content-left {
        width: 100%;
        padding-right: 0; } }
  .venue-inner .venue-content-right {
    width: 34%;
    float: left;
    text-align: center; }
    .venue-inner .venue-content-right img {
      display: block;
      width: 100%;
      margin-bottom: 50px; }
    @media all and (max-width: 768px) {
      .venue-inner .venue-content-right {
        width: 100%; } }

.venue-left-top {
  margin-bottom: 40px; }
  .venue-left-top a {
    margin-right: 20%; }
    @media all and (max-width: 650px) {
      .venue-left-top a {
        margin-bottom: 25px; } }

ul.venue-info {
  margin: 30px 0 50px 0;
  list-style-type: none; }
  ul.venue-info.venue-website {
    margin: 50px 0 10px;
  }
  ul.venue-info.columns {
    column-count: 2;
  }
  .venue-info .key-block {
    margin-right: 10px;
    margin-bottom: 15px;
    display: flex;
    align-items: flex-start;
    break-inside: avoid; }
    .venue-info .key-block.hidden {
        display: none;
    }
    .venue-info .key-block > svg {
      flex: 0 0 auto;
    }
    .venue-info .key-block > div {
      flex: 1;
    }
    .venue-info .key-block div > * {
      display: block;
    }
    .venue-info .key-block .icon {
      font-size: 1.2em;
      width: 2.5em;
      margin-bottom: 10px; }
    .venue-info .key-block span {
      font-weight: bold;
      color: #A1B87F;
    }
@media all and (max-width: 650px) {
  .venue-info .key-block {
    margin-right: 30px;
    column-count: unset;
  }

  ul.venue-info.columns {
    column-count: unset;
  }
}

#fancybox-close {
    position: absolute;
    top: -40px !important;
    right: 0px !important;
    width: 25px !important;
    height: 25px !important;
    background: url('img/close.svg') no-repeat center center !important;
    cursor: pointer;
    z-index: 11103;
    display: none;
}

.load-more {
  display: block;
  width: 100%;
  padding: 30px 0;
}
#loading {
 padding: 20px 0;
/* display: none;*/
}
#fancybox-right, #fancybox-left {
  background: none !important;
}
#fancybox-right:hover {
  background: url('img/right.svg') no-repeat 85% center !important;
  background-size: 11% !important;
}
#fancybox-left:hover {
  background: url('img/left.svg') no-repeat 15% center !important;
  background-size: 11% !important;
}
#fancybox-right .fancy-ico, #fancybox-left .fancy-ico {
  display: none;
}

.team-grid {
  margin-top: 70px; }
  .team-grid .team-member {
    display: block;
    width: calc((100% - 12px) / 3);
    margin: 2px;
    float: left;
    position: relative;
    height: 0;
    padding-bottom: calc(85.22% / 3);
    overflow: hidden; }
    @media all and (max-width: 950px) {
      .team-grid .team-member {
        width: calc((100% - 8px) / 2);
        padding-bottom: calc(85.22% / 2); } }
    @media all and (max-width: 580px) {
      .team-grid .team-member {
        width: calc(100% - 4px);
        padding-bottom: 85.22%; } }
    .team-grid .team-member .person-image {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-size: cover !important;
      z-index: 3; }
    .team-grid .team-member .person-bio {
      position: absolute;
      left: 0;
      height: 100%;
      width: 100%;
      overflow-y: scroll;
      z-index: 10;
      background: rgba(158, 181, 127, 0.95);
      font-size: 15px;
      padding: 35px;
      text-align: left;
      top: 100%;
      opacity: 0;
      -webkit-transition: all 200ms ease;
      transition: all 200ms ease; }
      .team-grid .team-member .person-bio h1.name {
        margin-bottom: 0px;
        padding-bottom: 0;
        line-height:1;
      }
    .team-grid .team-member .person-link {
      position: absolute;
      bottom: 0;
      right: 0;
      z-index: 15;
      font-size: 30px;
      padding: 10px;
      display: block;
      background: #333333;
      color: white;
      height: 55px;
      width: 55px; }
      .team-grid .team-member .person-link .icon-close-team {
        display: none; }
      .team-grid .team-member .person-link:hover {
        background: #9EB57F; }
    .team-grid .team-member.open .person-bio {
      top: 0;
      opacity: 1; }
    .team-grid .team-member.open .person-link {
      background: transparent; }
      .team-grid .team-member.open .person-link .icon-plus {
        display: none; }
      .team-grid .team-member.open .person-link .icon-close-team {
        display: inline-block; }

.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container, .gform_wrapper li.gfield_html {
  max-width: 100% !important;
}
.gform_wrapper .top_label input.small, .gform_wrapper .top_label select.small {
  width: 50% !important;
}
.gform_wrapper .gfield_html.gfield_no_follows_desc {
  margin-top: 0 !important;
}
.gform_wrapper {
  max-width: 80% !important;
  margin: 0 auto !important;
}
.gform_wrapper .top_label .gfield_label {
  font-weight: normal !important;
  margin: 0 !important;
  vertical-align: top;
}
@media (max-width: 650px) {
  .gform_wrapper .top_label .gfield_label {
    margin-bottom: 10px !important;
  }
  .gform_wrapper .top_label input.small, .gform_wrapper .top_label select.small {
    width: 100% !important;
  }
}
.full-width-small .ginput_container {
  width: 100% !important;
}
.full-width-small .ginput_container label {
  font-size: 10px !important;
  padding-top: 0 !important;
}

.gfield_radio li {
  display: inline-block;
}

.gform_wrapper label.gfield_label {
  font-size: 15px !important;
}

.show-mobile {
  display: none;
}
@media all and (max-width: 650px) {
  .show-mobile {
    display: block;
  }
  .hide-mobile {
    display: none;
  }
  iframe {
    width: 100% !important;
  }
}

.place-card-large {
  display: none !important;
}

button.bc-btn.bc-btn--form-submit.bc-btn--add_to_cart {
    background-color: #0c1a2e;
	border: none;
	color: #fff;
  margin-bottom: 15px !important;
}

/* New Team Styles */

/* ---- grid ---- */

.team-grid {
  max-width: 1342px;
  margin: 0 auto;
}

/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- .grid-item ---- */

.team-grid-item, .grid-sizer{
  width: 33.3333%;
  display: inline-block;
  position:relative;
}

.teams-page .inner{
  max-width:100% !important;
  margin-top: 1px;
}

@media (max-width: 991px) {
  .team-grid-item, .grid-sizer{
    width:50%;

  }
  }

@media (max-width: 580px) {
  .team-grid-item, .grid-sizer{
    width:100%;

  }
  }



.team-grid-item {
  float: left;
    position:relative;
    padding:1px;
}

.team-grid-item:before {
  text-align: center;
  display: block;
  padding: 0.2em;

}


/* .team-grid .has-name.tall .team-image{
  height: 550px;
}

.team-grid .has-name.short .team-image{
  height: 400px;
} */

.team-grid .tall .team-image {
  height: 548px;
}

.team-grid .short .team-image {
  height: 398px;
}

.team-grid .has-name.tall .team-image {
  height: 550px;
}

.team-grid .has-name.short .team-image {
  height: 400px;
}

.team-grid .has-name.tall {
  height: 650px;
}

.team-grid .has-name.short {
  height: 500px;
}

.team-grid .tall {
  height: 550px;
}

.team-grid .short {
  height: 400px
}

.team-grid .caption{
  width:100%;
  text-align: left;
  padding-left:30px;
  padding-top: 20px;
  height:98px;
}

.team-grid .caption h2{
  font-size: 36px;
  padding: 0;
}

@media (max-width: 950px) {
.team-grid .caption h1 {
    font-size: 25px;
  }
  }

.team-grid .caption p{
  font-size: 16px;
}

.teams-page{
  padding: 0 0 50px 0 !important;
}

/* Shop Styles */

.at-home input:focus, .at-home textarea:focus, select:focus, .at-home button:focus, .at-home a:focus{
        outline: none !important;
        outline-style: none !important;
        box-shadow: none !important;
        border-color: transparent !important;
    }

.at-home .header-right nav ul li.current_page_item a, .at-home .header-right nav ul li:hover a {
  color: #64bca3 !important;
}

.at-home #magic-line {
  background-color: #64bca3 !important;
}

.at-home .main-site-link {
  color: #64bca3 !important;
  margin-left: 50px;
  text-transform: uppercase;
  font-size: 15px;
  padding-top: 15px;
  display: inline-block;
  float: left;
  font-weight: 500;
}


@media (max-width: 380px) {
.at-home .main-site-link {
  margin-left: 10px !important;
  font-size: 12px;
  font-weight: 700;
}
}

@media (max-width: 480px) {
.at-home .main-site-link {
  margin-left: 30px;
  padding-top: 15px;
}
}

@media (min-width: 581px) {
.at-home .main-site-link {
  margin-left: 25%;
}
}

@media (min-width: 1191px) {
.at-home .main-site-link {
  margin-left: 25%;
  padding-top: 23px;
}
}

.at-home .mail-site-link:hover {
    color: #1C2674;
}

.shop a:hover {
    color: #64bca3 !important;
}

.at-home-header-logo {
    float: left;
    font-size: 85px;
    margin-top: -30px;
    margin-bottom: -30px;
    /* text-align: left; */
}

.bc-alert {
    background: none !important;
    color: #ee5b5b !important;
    text-transform: uppercase !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    margin-bottom: 15px !important;
}

@media (max-width: 1190px) {
  .at-home-header-logo {
    font-size: 60px;
    margin-top: -15px;
    margin-bottom: -10px;
  }
}

.at-home-header-logo .icon-logo {
    width: 300px;
}

@media (max-width: 500px) {
  header .icon-logo {
  width:100%;
  }
}

#shop-intro h2, #shop-delivery h2, #cart-intro, #register-interest h2 {
  text-align: center;
}

#shop-delivery, #register-interest {
  background-color: #64bca3;
}

#shop-products {
	padding-bottom: 0 !important;
}

#home-simple {
	padding-bottom: 0 !important;
	padding-top: 0 !important;
}

#register-interest a:hover {
  color: #333333 !important;
  text-decoration: underline;
}

#shop-delivery img {
  max-width: 125px;
    margin: 0 0 50px 0;
}

#register-interest img {
  max-width: 125px;
    margin: 0 0 50px 0;
}


#shop-delivery h3 {
  font-size: 28px;
    font-family: 'Dala Floda Web', serif;
    text-align: center;
    line-height: 34px;
}

#home-simple h3 {
  font-size: 28px;
    font-family: 'Dala Floda Web', serif;
    text-align: center;
    line-height: 34px;
}

#register-interest h3 {
  font-size: 28px;
    font-family: 'Dala Floda Web', serif;
    text-align: center;
    line-height: 34px;
}

.bc-quickview-trigger, button.bc-quickview-trigger {
  border: none;
}

.bc-product-flag--sale {
    color: #fff !important;
    background-color: #64bca3 !important;
    right: 10px !important;
    top: 10px !important;
    color: #34313f !important;
    font-weight: 800 !important;
    font-size: 10px !important;
    font-family: "futura-pt" !important;
}

.bc-product__title, .bc-product__title .bc-quickview-trigger {
  font-family: 'Dala Floda Web', serif;
  text-align: center;
}


.bc-product-card .bc-btn, .bc-product-card a.bc-btn, .bc-product-card button.bc-btn, button.bc-btn.bc-btn--form-submit.bc-btn--add_to_cart, .bc-cart-item__remove-button, .bc-btn, button.bc-btn, a.bc-btn, .entry-content .bc-btn, .entry-content button.bc-btn, .entry-content a.bc-btn, .bc-mini-cart .bc-btn, .bc-mini-cart button.bc-btn, .bc-mini-cart a.bc-btn, .bigcommerce-cart__item-count, .bc-account-login__form input[type="submit"] {
  background-color: #181f6a !important;
  color: #fff !important;
  padding: 10px 20px !important;
  font-size: 14px !important;
  display: block;
  text-transform: uppercase !important;
  font-family: "futura-pt" !important;
  text-align: center !important;
  border: none !important;
}

.bigcommerce-cart__item-count {
  padding: 0 !important;
  width: 25px !important;
}

.bc-product-card .bc-btn:hover, button.bc-btn.bc-btn--form-submit.bc-btn--add_to_cart:hover, .bc-btn:hover, button.bc-btn:hover {
  background-color: #64bca3 !important;
  color: #181f6a !important;
  cursor: pointer;
  font-family: "futura-pt";
  text-align: center;

}

.bc-product-card .bc-btn {
  width: 85% !important;
  margin: auto !important;
}

.bc-cart-item__remove-button {
  width: 100% !important;
  margin: 5px auto !important;
}

.bc-cart-item__remove-button:hover {
  background-color: #dc1414 !important;
}

.bc-product-archive .bc-form.bc-product-form, .bc-product-grid .bc-form.bc-product-form {
  align-items: center !important;
}

.bc-product-card:hover .bc-product-card .bc-btn {
  background-color: #64bca3;
  color: #181f6a;
}

.bc-product-card .bc-product__title {
  font-size: 22px !important;
  line-height: 26px !important;
}

.bc-product__meta {
  padding: 15px 5px !important;
}

.bc-product__pricing--visible {
  width: 100% !important;
}

.bc-product__original-price {
  margin: 0 !important;
}

.bc-product__pricing {
  text-align: center;
  width: 100%;
  display: block;
  font-weight: 700 !important;
  font-size: 14px !important;
}

.bc-product-card {
  padding-bottom: 30px;
}

.bc-product-card:hover {
  background-color: #eeeeee;
}

.bc-product-grid {
  justify-content: center;
  padding: 15px 0;
}

.bc-product-quick-view__content .bc-product-price, .bc-product-quick-view__content .bc-product__pricing {
  font-family: "futura-pt", sans-serif;
  font-weight: 700;
  font-size: 22px !important;
}

.bc-product-card--single {
    max-width: none;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 60px 0;
}

.bc-form .bc-form__label.bc-form-control-required, .bc-product-quick-view__content-inner .bc-product-single__meta-label, .bc-product-quick-view__content-inner .bc-product__description .bc-product-form__option-label, .bc-product-single .bc-single-product__section-title, .bc-product-single .bc-product__description h3 {
  font-family: 'Dala Floda Web', serif !important;
  font-size: 22px !important;
  line-height: 28px !important;
}

.bc-product-quick-view__content-inner .bc-product__description {
  border: none;
  font-family: "futura-pt", sans-serif;
  align-self: center !important;
}

.bc-product-quick-view__content-inner .bc-product__description h3 {
font-family: 'Dala Floda Web', serif !important;
}

#shop-products .products-icon {
  max-width: 180px;
  margin: 0 auto 30px auto;
  display: block;
}

#shop-products h3 {
  font-size: 28px;
    font-family: 'Dala Floda Web', serif;
    text-align: center;
    line-height: 34px;
    padding-bottom: 0;
}

@media (min-width: 960px) {

.bc-product-quick-view__content-inner .bc-product__gallery-col {
    height: auto;
    padding-bottom: 60px;
    -ms-flex: none;
    flex: none;
}

.bc-product-card--single {
    -ms-flex-direction: column;
    flex-direction: column;
}

}

#shop-delivery #field_2_5 {
  width: 100% !important;
}

#shop-delivery #field_2_5 .gfield_label {
  display: none !important;
}

#shop-delivery #field_2_5 .gfield_consent_label {
  font-size: 16px;
  padding: 15px;
}

@media only screen and (min-width: 641px) {
#shop-delivery .gform_wrapper ul.gform_fields li.gfield {
    padding-right: 16px;
    width: 50%;
    float: left;
    display: block;
    padding: 0;
    clear: none;
}
#shop-delivery .gform_wrapper .top_label div.ginput_container {
    margin-top: 8px;
    margin: 0 auto !important;
    display: block;
    width: 95%;
}

#shop-delivery .gform_wrapper .top_label input.medium, #shop-delivery .gform_wrapper .top_label select.medium

{
  padding: 20px;
border-radius: 10px;
border: none;
}

#shop-delivery .gform_wrapper .gform_footer input.button, #shop-delivery .gform_wrapper .gform_footer input[type=submit], #shop-delivery .gform_wrapper .gform_page_footer input.button, #shop-delivery .gform_wrapper .gform_page_footer input[type=submit] {
    font-size: 1em;
    width: auto;
    margin: 0 16px 0 0;
    margin: 0 auto !important;
    max-width: 75%;
    display: block !important;
    padding: 10px 20px;
    font-family: "futura-pt";
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 18px;
    background-color: #0f206c;
}

#shop-delivery .gform_wrapper .gform_footer input[type=submit]:hover {
  background-color: #64bca3 !important;
  color: #0f206c !important;
}


#shop-delivery .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  padding: 5px !important;
  line-height: 24px;
  font-size: 18px !important;
  text-align: center;
}


}

@media only screen and (max-width: 640px) {
#shop-delivery  .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  padding: 5px;
border-radius: 10px !important;
border: none;
font-size: 16px !important;
text-align: center !important;
line-height: 22px !important;
  }
  #shop-delivery .gform_wrapper .gform_footer input.button, #shop-delivery .gform_wrapper .gform_footer input[type=submit], #shop-delivery .gform_wrapper .gform_page_footer input.button, #shop-delivery .gform_wrapper .gform_page_footer input[type=submit] {
      font-size: 1em;
      width: auto;
      margin: 0 16px 0 0;
      margin: 0 auto !important;
      max-width: 75%;
      display: block !important;
      padding: 10px 25px;
      font-family: "futura-pt";
      font-weight: 500;
      letter-spacing: 1px;
      font-size: 14px;
      background-color: #0f206c;
  }
}

#shop-delivery .gform_wrapper .top_label .gfield_label, #shop-delivery .gform_wrapper legend.gfield_label {
    clear: both;
    text-align: center;
    display: block !important;
    padding: 5px;
    font-family: "futura-pt", san-serif;
    font-size: 16px !important;
    text-transform: uppercase;
    font-weight: 500 !important;
}

.product-quick-view-wrapper {
    display: flex;
    position: relative;
}

.bc-product-quick-view__content-inner {
  padding: 30px !important;
}

.bc-product-quick-view__content-inner .bc-product__gallery {
  height: auto;
  position: relative;
  display: block;
  width: 100% !important;
}

.bc-product-quick-view__wrapper {
    position: absolute;
    top: 0;
    right: 0;
    height: 100vh;
    width: 100vw;
    z-index: 50;
}

@media (min-width: 960px) {
.bc-product-quick-view__content {
    height: calc(100vh - 15%) !important;
    max-width: 1140px !important;
    max-height: 700px !important;
    margin: 0;
    top: 50%;
    transform: translate3d(-50%,-50%,0);
}
}

.bc-product-quick-view__wrapper .bc-product-form__control--radio .bc-product-variant__label {
  margin-bottom: 0 !important;
}


.bc-product-quick-view__wrapper .bc-product-gallery__images {
  max-width: 320px;
}

@media (min-width: 768px) {
.bc-product-card--single .bc-product__actions {
  padding-left: 5px !important;
}
}
.bc-product-quick-view__wrapper .buttons-wrapper {
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  flex-wrap: wrap;
}



.bc-product-quick-view__wrapper .buttons-wrapper .bc-btn--form-submit , .bc-product-quick-view__content-inner .bc-product__actions a {
    width: 45% !important;
    margin: 5px !important;
    float: left;
  }


  @media (max-width: 980px) {
  .bc-product-quick-view__wrapper .buttons-wrapper .bc-btn--form-submit , .bc-product-quick-view__content-inner .bc-product__actions a  {
  /*  width: 100% !important; */
    }
  }

.bc-product-quick-view__content-inner .bc-product__actions a button {
  width: 100% !important;
  margin: 0 auto !important;
}

.bc-product-quick-view__content-inner .bc-product__pricing, .bc-product-quick-view__content-inner .bc-single-product__ratings {
  margin-bottom: 0px !important;
}

.bc-product-quick-view__content-inner input.bc-product-form__quantity-input[type=number] {
    padding: 5px;
    margin: 10px 0;
    width: 85px;
  }

.bc-product-quick-view__content-inner .bc-product__meta {
  margin-bottom: 0 !important;
}

button.bc-product-quick-view__close-button, button.bc-product-quick-view__close-button:focus, button.bc-product-quick-view__close-button:hover {
  border: none !important;
  font-weight: 700 !important;
  right: 5px !important;
  top: 5px !important;
}

.bc-product-quick-view__content-inner .bc-single-product__specifications, .bc-product-quick-view__content-inner .bc-product__description {
  font-family: "futura-pt";
  font-size: 16px;
}

.bc-product-quick-view__content-inner .bc-product__meta {
  width: 100% !important;
  padding-top: 0 !important;
  text-align: left !important;
}

 .bc-product-quick-view__content-inner .bc-product__description {
   text-align: center !important;
 }

.bc-product-quick-view__content-inner .bc-product__pricing, .bc-product-quick-view__content-inner .bc-single-product__ratings {
  text-align: left !important;
}

.bc-product-quick-view__content-inner .bc-product-card:hover {
  background-color: #fff !important;
}

.bc-product-quick-view__content-inner .bc-product__title {
font-size: 36px !important;
line-height: 44px !important;
margin: 0 !important;
}

.product-quick-view-wrapper .bc-product__actions {
      width: 100% !important;
}

.product-quick-view-wrapper button {
  padding: 10px 50px !important;
    margin: 0 auto !important;
    max-width: 250px !important;
    opacity: 1 !important;
}

.bc-product-quick-view__content-inner .bc-product__description {
  border: none !important;
  margin: 0 !important;
  padding-top: 0 !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.product-quick-view-wrapper .bc-product__gallery, .product-quick-view-wrapper .bc-product-form__quantity {
  display: block !important;
    position: relative !important;
}
 .bc-product-variant__label--title {
    font-size: 16px;
    font-family: "futura-pt";
    color: #333333 !important;
  }


    .product-quick-view-wrapper .bc-product-form__purchase-message {
      font-size: 16px;
      font-family: "Futura Pt";
      padding: 15px 0;
      color: #3c3c3c;
    }

  .bc-product-variant__label--title {
    font-size: 16px;
    font-family: "futura-pt";
    color: #333333 !important;
  }

  .bc-product-single .bc-product-price .bc-product__price--base .bc-show-current-price {
    font-size: 18px;
  }

  .bc-product-single .bc-product-form__quantity-input {
    padding: 5px !important;
    margin-top: 10px !important;
    border-color: #333333 !important;
    font-family: "futura-pt" !important;
  }


  .bc-alert {
    font-family: "futura-pt" !important;
    text-align: center !important;
  }

  .product-quick-view-wrapper {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 15px 15px 0 15px;
  }

  .bc-product__gallery-col {
    width: 40%;
    padding: 15px 5px;
    overflow: hidden;
    float: left;
    flex: 1 auto;
  }

  .bc-product__details-col {
    padding: 15px;
    overflow: hidden;
    width: 55%;
    float: left;
    flex: 1 auto;
  }

  @media only screen and (max-width: 920px) {
    .bc-product__details-col, .bc-product__gallery-col {
      width: 95% !important;
    }
    .bc-product-quick-view__content-inner {
    position: relative;
    padding: 0px !important;
}

.bc-product-quick-view__content-inner .bc-product_title {
  margin: 100px auto 0 auto !important;
  padding: 0 15px !important;
}

.bc-product-quick-view__content-inner .bc-product_title h2 {
  margin-bottom: 0px !important;
}

.bc-product-quick-view__content-inner .bc-product-gallery__images {
      margin: 0px auto !important;
}

.bc-product-quick-view__content {
    background: #fff;
    position: absolute;
    width: calc(100vw - 5%) !important;
    height: auto;
    left: 50% !important;
    top: 0;
    margin: 15px 0 !important;
    transform: translateX(-50%);
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}


  }

  .bc-product-single {
    max-width: 95%  !important;
  }


  .bc-product-single .bc-single-product__description {
    margin-top: 0 !important;
  }

.bc-product-single .bc-product__title {
  font-size: 32px;
  padding-top: 50px;
}

.bc-product-single__top .bc-product__title {
  padding-top: 20px  !important;
}

.bc-product-single .small-inner {
   max-width: 680px !important;
}

.bc-product-single .bc-product-form {
  text-align: left !important;
}

.bc-product-form__quantity-label {
  font-family: 'Dala Floda Web', serif;
}

.bc-product-single h3, .bc-product-single h4 {
  font-family: 'Dala Floda Web';
  color: #333333;
}

.bc-product-single .bc-single-product__section-title--related {
  text-align: center;
    font-family: 'dala floda web';
}

.bc-product-single .bc-btn {
  margin: auto !important;
display: block !important;
}

  #cart-intro {
    padding: 50px 0 0 0;
  }

#cart section, #cart {
  padding: 0;
}

#cart .mid-inner {
  padding: 15px;
}

.bc-cart-header>div {
  font-size: 16px !important;
}

.bc-cart-item {
  border-top-color: #333333 !important;
  border-bottom-color: #333333 !important;
  border-top-width: 0.5px !important;
}

.bc-cart-item:last-child {
  border-bottom-color: #333333 !important;
  border-bottom-width: 0.5px !important;
}

.bc-cart-item__product-option, .bc-cart-subtotal__label {
  font-size: 16px !important;
    color: #333333 !important;
}

.bc-cart-item__product-option-label {
    font-weight: 400 !important;
}

#cart-details p {
  font-size: 16px;
  font-weight: 700;
}

.bc-cart-item-quantity input.bc-cart-item__quantity-input {
  font-size: 16px;
  padding: 5px 5px 5px 20px;
  line-height: 24px;
  text-align: center;
  font-family: "futura-pt";
  border-color: #333333;

}

.bc-cart-item-total-price.bc-cart-item--on-sale, .bc-product__price--sale {
      color: #333333 !important;
}

#cart-details {
  margin: 50px auto 0 auto !important;
}

.bc-cart-item-meta {
  text-align: left !important;
}

.bc-cart-header__item {
  text-align: left !important
}

@media (min-width: 960px) {
.bc-cart-item-image {
    -ms-flex: 0 0 180px !important;
    flex: 0 0 180px !important;
    margin-right: 30px;
}

.bc-cart-item-meta .bc-cart-item__product-title {
  text-align: left;
}

.bc-cart-header__item {
  padding: 40px 0 0 190px !important;
  text-align: left !important
}
}

@media (min-width: 768px) {
.bc-cart-item-image img {
    max-width: 180px !important;
}
}

@media (max-width: 767px) {
  .bc-cart-item-image img {
    max-width: 100px !important;
}
}

.bc-cart-footer {
  padding: 50px 0 !important;
}

.back-to-shop {
  float: left;
  width: 250px;
}

.back-to-shop button {
  float: left !important;
}

@media (min-width: 510px) {

  .bc-cart-actions form {
    float: right !important;
  }
.bc-cart-actions form button {
  width: 100% !important;
}

}

@media (max-width: 509px) {

  .bc-cart-actions form {
    max-width: 250px !important;
    float: none !important;
    margin: 15px auto !important;
  }
.bc-cart-actions form .bc-btn {
  width: 100% !important;
}
.back-to-shop {
  float: none !important;
  max-width: 250px;
  margin: 15px auto !important;
      display: block;
}

.back-to-shop button {
  float: none !important;
      width: 100% !important;
}

}

#checkout {
  padding-bottom: 0 !important;
}

#checkout .mid-inner {
  padding-top: 0 !important;
}

#accounts {
      padding-top: 0;
}

.bc-account-page {
    /*  border-color: #333333 !important; */
}

#accounts-intro {
      padding-bottom: 0;
}

.bc-account-login {
  text-align: center !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.bc-account-login__form p.login-password {
	margin-bottom: 0 !important;
}

.bc-account-login__form p.login-remember {
	margin-bottom: 0 !important;
}

.bc-account-login__form p.login-username {
	margin-bottom: 0 !important;
}

.bc-account-login__form label, .bc-account-login__register-title {
  margin-bottom: 10px;
  font-family: "futura-pt" !important;
  font-size: 18px !important;
  text-align: center !important;
  font-weight: 500;
  line-height: 38px;
}

.bc-account-login__form .login-username input {
    border: solid 1px;
    padding: 10px;
    border-radius: 10px !important;
    border-color: #333333 !important;
	  background-color:#F0F0F0 !important;
    font-family: "futura-pt" !important;
    font-size: 16px !important;
    width: 100% !important;
    text-align: center !important;

  }

  .bc-account-login__form .login-password input {
      border: solid 1px;
      border-color: #333333 !important;
	  background-color:#F0F0F0 !important;
      padding: 5px;
      border-radius: 10px !important;
      font-family: "futura-pt";
      font-size: 12px;
      width: 100% !important;
      line-height: 28px !important;
      text-align: center !important;
    }

.bc-account-login__form .login-submit {
  padding: 15px 28px 15px 15px !important;
  margin: 0 auto;
  display: block;
  max-width: 95%;
}

.bc-account-login__form .login-submit input {
letter-spacing: 0 !important;
margin: auto !important;
display: block !important;
}

.bc-account-login__form .login-submit input:hover {
  background-color: #64bca3 !important;
  color: #181f6a !important;
  cursor: pointer;
}

.bc-account-login__register-list {
  list-style: none !important;
  margin-left: 0 !important;
}

.bc-account-login__register-list li {
  line-height: 45px !important;
  text-align: center !important;
	font-size: 16px;
	font-weight: 700;
}

.bc-account-login__register {
	border-top: 1px solid #F0F0F0;
	border-color: #e0e3e9 !important;
	padding-top: 40px;
	font-size: 18px;
  }

@media (min-width: 768px) { .bc-account-login__register {
	border-top: 0px;
	padding-top: 0;
}
}

  .bc-account-login__form-inner {
    text-align: center !important;
  }

  .bc-account-login__form-inner h3 {
    font-family: 'Dala Floda Web', serif;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.6;
    padding-bottom: 25px;
  }

@media (min-width: 768px){
	.bc-account-login__form-inner h3 {
		padding-right: 28px;
	}
}

  .bc-account-login__register-inner h3 {
    font-family: 'Dala Floda Web', serif;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.6;
    padding-bottom: 30px;
  }

#accounts {
    border-color: #333333 !important;
  }

#accounts .bc-form .bc-form__label, #accounts .bc-form .bc-form__label.bc-form-control-required {
    margin-bottom: 10px;
    font-family: "futura-pt" !important;
    font-size: 14px !important;
    text-align: left !important;
    font-weight: 700;
  /*  justify-content: center !important; */
  }

  #accounts .bc-form input,  #accounts .bc-form select {
    border-radius: 5px !important;
    border-color: #d9d9d9 !important;
    font-family: "futura-pt" !important;
    font-size: 16px !important;
    text-align: left !important;
  }

  .bigcommerce-cart__item-count {
    margin-right: -25px !important;
  }

  .bigcommerce-cart__item-count.full {
   margin-right: 0 !important;
  }

#shop-delivery #gform_confirmation_message_2 {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}

.bc-product-single .bc-product-single__top {
  padding-top: 25px !important;
}

#interest-anchor {
	width: 100%;
	height: 94px;
	margin: 0 auto;
	display: block;
	background-color: #FFFFFF;
}

#menu-anchor {
	width: 100%;
	height: 5px;
	margin: 0 auto;
	display: block;
	background-color: #FFFFFF;
	position: relative;
	top: -185px;
	z-index: -1;
}

#instagram {
	max-width: 500px !important;
	margin-bottom: 35px !important;
}

.footer-contact {
	width: 100%;
	font-weight: 700;
	font-size: 1.1em;
	margin-bottom: 35px;
}

.puddings .bc-127, .donation .bc-142 {
  display: none !important;
}

.puddings .bc-128, .donation .bc-129 {
  margin: 0 auto 50px auto !important;
}

.bc-subnav {
	width: 350px;
	margin: 0 auto !important;
}

#shop-wrap {
	padding-bottom: 0 !important;
}

.bc-mini-cart {
display: none;
}

.home-password-protect {
	padding: 50px 0 0 0;
	background-color: #FFFFFF;
	text-align: center;
}

.home-password-protect h3 {
  font-family: 'Dala Floda Web', serif;
  font-size: 36px;
  padding-bottom: 0px; }
  @media all and (max-width: 768px) {
    .home-password-protect h3 {
      font-size: 25px; } }

.home-password-container {
	margin-top: 20px;
}

.packaging-wrap {
width: 500px;
margin: 20px auto;
position: relative;
}

#packaging-design {
    max-width:100%;
    height:auto;
}

.access-label-container {
width: 400px;
margin: 20px auto !important;
position: relative;
padding-left: 20px;
padding-right: 20px;
font-weight: 700;
}

input[name=post_password] {
border: 1px solid #e0e3e9;
    box-sizing: border-box;
    font-size: 1em;
    line-height: 1.5;
    height: 45px;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    font-family: 'Futura Pt', Sans Serif;
}

input[name=post_password]:focus {
border: 1px solid #333333 !important;
}

#access-submit {
width: 200px;
margin-top: 20px;
}

#shop-intro img {
  max-width: 75px;
    margin: 0 0 50px 0;
position: absolute;
top: -42px;
left: calc(50% - 37px);
}

#drink-banner img {
  max-width: 75px;
    margin: 0 0 50px 0;
position: absolute;
top: -42px;
left: calc(50% - 37px);
}

#account-banner img {
max-width: 75px;
  margin: 0 0 50px 0;
position: absolute;
top: -42px;
left: calc(50% - 37px);
}
#account-banner {
padding-bottom: 0 !important;
}

.discount-banner {
max-width: 400px;
margin: 60px auto 40px auto;
border: 3px solid #333333;
background-color: #64bca3;
box-shadow: 4px 4px 6px 1px #EEEEEE;
border-radius: 5px;
color: #333333;
padding: 20px;
position: relative;
}

#drink-banner {
max-width: 400px;
margin: 60px auto 0px auto;
border: 3px solid #333333;
background-color: #64bca3;
box-shadow: 4px 4px 6px 1px #EEEEEE;
border-radius: 5px;
color: #333333;
padding-bottom: 0px;
position: relative;
}

.discount-banner h3 {
  font-family: 'Dala Floda Web', serif;
  font-size: 24px;
  color: #333333;
  padding-top: 30px;
  padding-bottom: 0px; }
  @media all and (max-width: 768px) {
    .home-password-protect h3 {
      font-size: 25px; } }

#drink-banner h3 {
  font-family: 'Dala Floda Web', serif;
  font-size: 24px;
  color: #333333;
  padding-top: 30px;
  padding-bottom: 0px; }
  @media all and (max-width: 768px) {
    .home-password-protect h3 {
      font-size: 25px; } }

#register-offer-btn {
  max-width: 200px !important;
  margin: 0 auto 30px auto !important;
}

#account-banner h3 {
font-family: 'Dala Floda Web', serif;
font-size: 24px;
line-height: 1.2;
color: #333333;
padding-top: 30px;
padding-bottom: 0px; }
@media all and (max-width: 768px) {
  .home-password-protect h3 {
    font-size: 25px; } }

#register-offer-btn:hover {
color: #64bca3 !important;
background-color: #1e267d !important;
}

.bc-product__out_of_stock {
  font-family: 'Dala Floda Web', serif !important;
  font-size: 20px !important;
  color: #333333 !important;
  text-align: center !important;
  padding: 15px !important;
  width: 100% !important;
}

.bc-product-quick-view__content {
-webkit-overflow-scrolling: touch !important;
position: relative !important;
}

.bc-product-quick-view__wrapper {
  overflow-y: scroll !important;
}

 .bc-product-quick-view__wrapper, .a11y-dialog__body-locked {
      overflow: auto !important;

      -webkit-overflow-scrolling: touch !important;
}

.bc-product-quick-view__wrapper, .bc-product-quick-view__overlay, .a11y-dialog__body-locked {
      overflow: auto !important;
}

.home-resources {
	padding-bottom: 0;
}

.home-resources .page-grid {
	margin-bottom: 0;
}

@media (min-width: 650px) {
.home-resources .block {
	 width: calc((100% - 7px) /2 );
}
}

@supports (-webkit-touch-callout: none) {
  /* CSS specific to iOS devices */
  .a11y-dialog__body-locked {
    overflow-y: scroll !important;
    -webkit-overflow-scrolling: touch !important;
  }
}

@media all and (min-width: 768px) {
  #bc-account-register-confirm-password {
        margin-top: 38px; } }

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


/* Events Services */

.services {
  background-color: #fff;
  padding: 0;
}

.services .inner {
  background-color: #D6E1E6;
  padding: 65px 0 65px 0;
}

.services .services-grid {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 980px;
}

.services .services-grid .service-wrapper {
  width: 33.33%;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  margin: 25px auto;
}

@media all and (max-width: 680px) {
.services .services-grid .service-wrapper {
    width: 50%;
  }
}

.services-grid .image {
  max-width: 65px;
  max-height: 80px;
  margin: 30px auto 15px auto;
  position: relative;
  flex-basis: 100%;
}

.services-grid img {
}

.services-grid h4 {
  font-size: 20px;
  font-weight: 700;
  flex-basis: 100%;
}

.bottom-banner {
  background: #fff;
  overflow: hidden;
  margin-bottom: 65px;
}

.bottom-banner .inner {
  padding: 215px 20px 195px 20px;
  position: relative;
}
.bottom-banner .inner:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: black;
  opacity: 0.1;
  z-index: 12;
}
@media all and (max-width: 768px) {
  .bottom-banner .inner {
    padding: 170px 20px 140px 20px;
  }
}
@media all and (max-width: 580px) {
  .bottom-banner .inner {
    padding: 110px 20px 80px 20px;
  }
}

.bottom-banner .bottom-banner-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover !important;
  z-index: 10;
}

.inspiration-grid .video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-bottom: 30px;
}

.inspiration-grid .video-container iframe,
.inspiration-grid .video-container object,
.inspiration-grid .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.menu-icon-label {
  margin-top: 11px;
  margin-right: 15px;
  display: inline-block;
  font-size: 16px;
  color: #1C2674;
}

@media all and (max-width: 500px) {
  .menu-icon-label {
    margin-top: 10px;
    margin-right: -2px;
  }
  .footer-social li a {
    padding: 10px 12px;
  }
}

/* DB */
table {
  border-collapse: collapse;
  width: 100%;
  font-size: 18px;
}

td,
th {
  text-align: center;
  padding: 8px;
  vertical-align: middle;
}

a.policy {
  font-size: 16px;
  font-weight: 400;
  text-decoration: underline;
}

img.alignnone.wp-image-305452.size-full.harvest {
  padding: 20px 0;
}

span.heading {
  font-size: 22px;
}

span.quote {
  font-size: 24px;
  font-style: normal;
  color: #2E5600;
  line-height: 1.2;
}

span.cite {
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  color: #2E5600;
  line-height: 20px;
  margin-top: 5px;
  display: block;
}

@media (max-width: 800px) {
  .tbl-left {
    display: none;
  }
  .tbl-right {
    display: none;
  }
}

aside.venue-shortlist {
  position: fixed;
  bottom: 0;
  right: 20px;
  max-width: 300px;
  cursor: pointer;
  transform: translate3d(0, 5px, 0);
  z-index: 50;
  background-color: #A1B87F;
  color: #FFFFFF;
  padding: 15px 25px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: transform 0.2s ease;
}

aside.venue-shortlist.empty {
  transform: translate3d(0, 100%, 0);
}

aside.venue-shortlist:hover,
aside.venue-shortlist.open {
  transform: translate3d(0, 0, 0);
}

aside.venue-shortlist.open {
  /*  padding: 30px;*/
  transform: translate3d(0, 0, 0);
  cursor: initial;
}

aside.venue-shortlist .toggle {
  position: absolute;
  top: 10px;
  right: 10px;
  appearance: none;
  -webkit-appearance: none;
  background-color: transparent;
  border: none;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  line-height: inherit;
  padding: 0;
  transition: transform 0.4s ease;
  cursor: pointer;
}

aside.venue-shortlist.open .toggle {
  transform: rotateX(180deg);
}

aside.venue-shortlist .toggle svg {
  fill: #FFFFFF;
}

aside.venue-shortlist h4 {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: bold;
  color: white;
  display: inline-block;
  padding: 7px 20px;
  letter-spacing: 0.15em;
  -webkit-font-smoothing: antialiased;
}

aside.venue-shortlist svg.icon-shortlisted {
  height: 30px;
  width: 30px;
  fill: currentColor;
}

aside.venue-shortlist .shortlist-content {
  display: none;
  flex-direction: column;
  gap: 16px;
  margin-top: 16px;
  color: #333333;
}

aside.venue-shortlist.open .shortlist-content {
  display: flex;
  /*  height: unset;*/
  /*  opacity: 1;*/
}

aside.venue-shortlist ul.shortlist,
#contact-form-shortlist ul li {
  font-family: 'Dala Floda Web', serif;
  font-size: 24px;
  color: #333333;
}

#contact-form-shortlist :where(ul, li) {
  list-style-type: none !important;
}

aside.venue-shortlist ul.shortlist:empty:before {
  content: 'No shortlisted venues.';
  font-family: sans-serif;
  font-size: 13px;
  color: #333333;
}

aside.venue-shortlist ul.shortlist li {
  margin-bottom: 12px;
}

aside.venue-shortlist ul.shortlist a:hover {
  color: inherit !important;
}

@media (max-width: 480px) {
  aside.venue-shortlist {
    right: 0;
    bottom: 0;
  }

  aside.venue-shortlist h4 {
    display: none;
  }

  aside.venue-shortlist:not(.open) .toggle {
    display: none;
  }
}

span.clear-shortlist {
  cursor: pointer;
}

#toggle-shortlisted:where([data-shortlisted],
:hover) svg.icon-shortlisted-outline {
  display: none;
}

#toggle-shortlisted svg.icon-shortlisted {
  display: none;
}

#toggle-shortlisted:where([data-shortlisted],
:hover) svg.icon-shortlisted {
  display: block;
}

#toggle-shortlisted[data-shortlisted] span.not-shortlisted-text {
  display: none;
}

#toggle-shortlisted:not([data-shortlisted]) span.shortlisted-text {
  display: none;
}

.toggle-map {
  margin: 30px 0;
}

.acf-map-container {
  display: none;
}

.acf-map {
  height: 800px;
  max-height: 80vh;
  overflow: hidden;
}

.acf-map.single-venue-map {
  height: 300px;
  width: 100%;
  max-width: 400px;
  margin-bottom: 30px;
  display: block;
  overflow: hidden;
}

.venue-marker-info {
  width: 280px;
  padding: 8px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-family: "futura-pt", sans-serif;
  color: #333333;
  font-size: 15px;
  text-align: left;
}

.venue-marker-info p {
  font-size: 15px;
}

.venue-marker-info .extra-info .key-block .icon {
  font-size: 18px;
}

.gm-style .gm-style-iw-c {
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: 8px !important;
}

.gm-style .gm-style-iw-c button.gm-ui-hover-effect {
  top: -3px !important;
  right: -4px !important;
}

.venue-marker-info > *:not(:last-child) {
  margin-bottom: 10px;
  padding-bottom: 0;
}

.venue-marker-info img {
  aspect-ratio: 1.5;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.gm-style .gm-style-iw-c,
.gm-style .gm-style-iw-d {
  max-height: none !important;
}

.filter-panel {
  padding: 0 20px;
}

.filter-panel .heading {
  text-align: left;
  color: #A1B87F !important;
}

.filter-panel .filters {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-auto-flow: column;
  align-items: center;
  column-gap: 10px;
  row-gap: 10px;
}

.filter-panel .filters .controls {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

.filters .filter {
  display: flex;
  align-items: center;
  background-color: #FFFFFF;
  border-radius: 6px;
  padding: 6px 8px;
  height: 40px;
}

.filter:focus-within {
  outline: 1px solid #A1B87F;
}

.filter.active,
.filter.active .select2-selection__rendered {
  background-color: #A1B87F;
  color: #333 !important;
}

.filters .filter > *:not(:last-child) {
  margin-right: 8px;
}

.filters .filter .icon {
  flex: 0 10%;
  height: 1.4em;
}

.filters .filter label {
  flex-grow: 1;
  text-align: left;
  font-weight: bold;
  font-size: 13px;
  line-height: 1.2;
}

.filters .filter label span.sub-label {
  display: inline-block;
  font-size: 11px;
  line-height: 1;
}

.filters .filter label.select {
  flex-grow: 0;
}

.filters .filter :where(input[type=text],
select) {
  width: 1px;
  flex-grow: 1;
}

.filters .filter :where(input,
select,
.select2,
.select2-selection__rendered) {
  color: #A1B87F !important;
  font-weight: bold;
  font-size: 13px;
}

.filter.active,
.filter.active .select2-selection {
  background-color: #A1B87F;
  color: #333 !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.filter input[type=checkbox] {
  margin-left: auto;
}

.filter input[type=text],
.filter input[type=number] {
  background-color: #F0F0F0;
  border: none;
  border-radius: 0;
  outline: none;
  /*appearance: none;
  -webkit-appearance: none;*/
  padding: 4px 6px;
  max-width: 70px;
  margin-left: auto;
}

.filter input::placeholder {
  font-weight: normal;
  color: #333333;
}

.filter .select2-container {
  text-align: right;
}

.filter .select2-container--default .select2-selection--single {
  border: none;
}

.filter .select2-container.select2-container--default {
  flex-grow: 1;
}

.filter .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent transparent #333 !important;
  border-width: 4px 0 4px 5px !important;
  margin-top: -3px !important;
  margin-left: -2px !important;
}

.select2-results__option--selected {
  background-color: #FFFFFF !important;
  position: relative;
}

.select2-results__option--highlighted {
  background-color: #F0F0F0 !important;
  color: #333333 !important;
}

.select2-results__option--selected::after {
  content: '';
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='icon-tick' viewBox='0 0 32 32' fill='%23A1B87F'%3E%3Cpath class='path1' d='M28.998 8.531l-2.134-2.134c-0.394-0.393-1.030-0.393-1.423 0l-12.795 12.795-6.086-6.13c-0.393-0.393-1.029-0.393-1.423 0l-2.134 2.134c-0.393 0.394-0.393 1.030 0 1.423l8.924 8.984c0.393 0.393 1.030 0.393 1.423 0l15.648-15.649c0.393-0.392 0.393-1.030 0-1.423z'%3E%3C/path%3E%3C/svg%3E");
  width: 1em;
  height: 1em;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
}

.select2-dropdown {
  box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  border: none;
  border-radius: 0;
}

.select2-dropdown li {
  text-align: left;
  padding: 6px 30px 6px 6px;
}

.select2-selection--multiple {
  border: none !important;
  min-height: unset !important;
  height: 28px !important;
  padding: 0 !important;
  cursor: pointer !important;
}

.select2-selection--multiple:after {
  /*  --placeholder-text: '0 Selected';*/
  content: 'View';
  content: var(--placeholder-text, '0 Selected');
  padding-right: 19px;
  height: 100%;
  display: inline-flex;
  align-items: center;
}

.select2-selection--multiple:before {
  content: '';
  display: block;
  border-color: transparent transparent transparent #333;
  border-width: 4px 0 4px 5px;
  margin-top: -3px;
  margin-left: -2px;
  border-style: solid;
  height: 0;
  right: 8px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-selection--multiple .select2-selection__rendered {
  display: none !important;
}

.faqs {
  text-align: left;
}

.faq-item {
  border-bottom: 1px solid #e0e0e0;
	padding-bottom: 10px;
}

.faq-item:last-child {
  border-bottom: none;
}

.faq-question {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0 0;
  text-align: left;
  background: none;
  border: none;
  cursor: pointer;
  font-family: inherit;
  font-size: inherit;
  font-weight: bold;
  color: inherit;
  transition: color 0.3s ease;
}

.faq-question:hover {
  color: #A1B87F;
}

.faq-question-text {
  flex: 1;
  padding-right: 20px;
	padding-bottom: 10px;
}

.faq-chevron {
  width: 12px;
  height: 12px;
  flex-shrink: 0;
  transition: opacity 0.3s ease;
}

.faq-chevron-right {
  display: block;
}

.faq-chevron-down {
  display: none;
}

.faq-item.active .faq-chevron-right {
  display: none;
}

.faq-item.active .faq-chevron-down {
  display: block;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  padding: 0 0;
}

.faq-item.active .faq-answer {
  padding: 0 0 20px 0;
}

.faq-answer p {
  margin: 0 0 15px 0;
}

.faq-answer p:last-child {
  margin-bottom: 0;
}

@media (max-width: 480px) {
  .filter-panel .filters {
    grid-template-columns: 1fr;
    grid-template-rows: unset;
    grid-auto-flow: row;
  }

  .select2-dropdown {
    transform: none;
  }
}
