/*
Theme Name: Unltd Business Expo
Author: Seven Hills Creative
Author URI: https://www.sevenhillscreative.co.uk/
Description: Another custom theme for a happy customer!
Tags: accessibility-ready, one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Version: 2024.1
Requires at least: 5.2
Requires PHP: 7.0
*/

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%;font:inherit;vertical-align:baseline}html{scroll-behavior:smooth}body{line-height:1}a{text-decoration-skip-ink:auto}a[href^="tel"]{color:inherit;text-decoration:none}button{outline:0}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}q{display:inline;font-style:italic}q:before{content:'"';font-style:normal}q:after{content:'"';font-style:normal}textarea,input[type="text"],input[type="button"],input[type="submit"],input[type="reset"],input[type="search"],input[type="password"]{-webkit-appearance:none;appearance:none;border-radius:0}input[type="search"]{-webkit-appearance:textfield}table{border-collapse:collapse;border-spacing:0}th,td{padding:2px}big{font-size:120%}small,sup,sub{font-size:80%}sup{vertical-align:super}sub{vertical-align:sub}dd{margin-left:20px}kbd,tt{font-family:courier;font-size:12px}ins{text-decoration:underline}del,strike,s{text-decoration:line-through}dt{font-weight:bold}address,cite,var{font-style:italic}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}
.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}
.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;word-wrap:normal!important;word-break:normal}
.screen-reader-text:focus{background-color:#f7f7f7;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;-webkit-clip-path:none;clip-path:none;color:#007acc;display:block;font-size:14px;font-size:.875rem;font-weight:700;height:auto;right:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}
.skip-link{left:-9999rem;top:2.5rem;z-index:999999999;text-decoration:underline}
.skip-link:focus{display:block;left:6px;top:7px;font-size:14px;font-weight:600;text-decoration:none;line-height:normal;padding:15px 23px 14px;z-index:100000;right:auto}
.visually-hidden:not(:focus):not(:active), .form-allowed-tags:not(:focus):not(:active){position:absolute !important;height:1px;width:1px;overflow:hidden;clip:rect(1px 1px 1px 1px);clip:rect(1px, 1px, 1px, 1px);white-space:nowrap}

/* ///// BASE   ///////////////////////////////////////////////////////////////////////////*/

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    color: #212529;
    box-sizing: border-box;
    font-family: "Montserrat", sans-serif;
    font-size: 1em;
    line-height: 1.5em;
    transition: all 0.4s ease;
    /*outline: 1px solid red !important; */
}

html{
  overflow-x: hidden !important;
}

body{
  font-family: "Montserrat", sans-serif;
  overflow-x: hidden !important;
  position: relative;
  grid-template-columns: 1fr;
}

@media only screen and (max-width: 1100px) {}
@media only screen and (max-width: 960px) {}
@media only screen and (max-width: 760px) {}
@media only screen and (max-width: 660px) {}
@media only screen and (max-width:  560px) {}
@media only screen and (max-width: 460px) {}
@media only screen and (max-width: 360px) {}
@media only screen and (max-width: 332px) {

    body, header, main, section, footer {
    width: 332px;
    
    }

}

/* ///// LAYOUT   ///////////////////////////////////////////////////////////////////////////*/

main,body,article{
  display: grid;
  grid-column: 1 / 17;
}

main, body{
  grid-column: 1 / 17;
  grid-template-columns: repeat(16, 1fr);
}

section{
  display: grid;
  grid-template-columns: repeat(16, 1fr);
  grid-column: 1 / 17;
  justify-self: center;
  padding: 5em 2em;
  max-width: 1380px;
  width: 100%;
}

footer{
  display: grid;
  grid-template-columns: 1fr;
  grid-column: 1 / 17;
  padding: 2em;
  max-width: 100%;
  width: 100%;
}

footer img{
    max-width: 125px !important;
    justify-self: center;
}

footer div.black-overlay{
    background-color: rgba(0,0,0,0.9);
}

footer.background.parallax{
  background-size: calc(100% + 165px);
}

footer p{
    color: #fff;
}

div.footer-wrapper{
  display: grid;
  grid-gap: 2em;
  justify-self: center;
  max-width: 1380px;
}

div.footer-wrapper p{
  text-align: center;
}

div.footer-wrapper a{
  color: #fff;
  text-align: center;
}

div.social-wrapper{
  display: flex;
  justify-content: center;
  gap: 8px;
}

div.social-wrapper i{
  color: #fff;
  font-size: 60px;
}

#footer-col-one li{
    margin-bottom: 0.5em;
    text-align: center;
}

#footer-col-one li a span{
    color: #fff;
}




.col-16{grid-column-start: span 16;}
.col-15{grid-column-start: span 15;}
.col-14{grid-column-start: span 14;}
.col-13{grid-column-start: span 13;}
.col-12{grid-column-start: span 12;}
.col-11{grid-column-start: span 11;}
.col-10{grid-column-start: span 10;}
.col-9{grid-column-start: span 9;}
.col-8{grid-column-start: span 8;}
.col-7{grid-column-start: span 7;}
.col-6{grid-column-start: span 6;}
.col-5{grid-column-start: span 5;}
.col-4{grid-column-start: span 4;}
.col-3{grid-column-start: span 3;}
.col-2{grid-column-start: span 2;}

/* ///// MENU  ///////////////////////////////////////////////////////////////////////////*/

/* MENU BAR DESKTOP VIEW */

@media only screen and (min-width: 1295px) {

    #hamburger-input:checked, #hamburger-menu #sidebar-menu{
        display: none;
    }

    .grid-header-section {
        display: grid;      
        z-index: 2;
        background-color: transparent;
        position: fixed;
        width: 100%;

    }

    .grid-header-outer {
        display: grid;
        grid-template-columns: 100px 1fr;
        align-items: center;
        margin: 1em 2em;
    }

    .grid-header-outer a img{
        max-width: 250px;
        width: 100%;
        display: grid;
    }

    .header-menu {
        display: grid;
    }

    .header-menu ul{
        display: flex;
        text-align: center;
        align-items: center;
        gap: 1em;
        width: 100%;
        max-width: 100%;
        justify-content: end;
    }

    .header-menu ul li {
        list-style: none;
    }

    .header-menu a span{
        font-size: 1.1em !important;
        font-weight: 500;
        color: #eeb652;
        font-size: 1.1em;
    }

    .header-menu li:hover a span {
        font-weight: 700;
        color: #fff;
    }
    
    #hamburger-input, .overlay, #hamburger-menu, #sidebar-menu, .header-bar  {
        display: none;
    }

    .menu-button {
        justify-self: end;
    }

    .contact-menu {
        font-size: 1em;
        font-weight: 800;
        text-align: center;
        padding: 0.6em 1.6em;
        min-width: 160px;
        text-transform: capitalize;
        border-radius: 30px;
        align-self: center;
        letter-spacing: 0.05em;
        background: #70AFB9;
        border: 2px solid #70AFB9;
       
    }
    
    .contact-menu :hover {
        background: transparent;
        border: 2px solid #70AFB9;
        color: #70AFB9;
    }

    .contact-menu a span{
        color: #fff;
    }

    li.menu-btn{
      border: 1px solid transparent;
      border-radius: 50px;
      background-color: #eeb652;
      color: #212529;
      padding: 0.4em 1.2em;
      text-transform: uppercase;
      font-size: 1.1em;
      font-weight: 500;
      transition: none;
      text-align: center;
    }

    li.menu-btn a span{
      color: #212529;
    }

    li.menu-btn:hover{
      border: 1px solid #eeb652;
      background-color: transparent;
      color: #212529;
    }

    li.menu-btn.blk{
      background-color: #212529;
      color: #eeb652;
    }

    li.menu-btn.blk a span{
      color: #eeb652;
    }

    li.menu-btn.blk:hover{
      border: 1px solid #212529;
      background-color: transparent;
      color: #eeb652;
    }
  


    /* SUB MENU ************************************************/

    .menu-item .sub-menu {
        display: none;
    }

    .menu-item .sub-menu .menu-item .sub-menu {
        display: none;
    }

    .menu-item .sub-menu .menu-item a {
        color:#fff;
        font-size: 16px;
        font-weight: 400;
        line-height: 18px;
        letter-spacing: 0.05em;
    }

    .menu-item .sub-menu .menu-item a:hover {
        font-weight: 700;
        color:#B8BE62;
    }

    /* .menu-item .sub-menu { */
    .menu-item:hover .sub-menu {
        display: grid;
        grid-template-columns: 1fr;
        width: 15%;
        gap: 1em;
        background-color: #374456;
        padding: 2em;
        text-align: left;
        z-index: 50 !important;    
        justify-self: center;
        margin: auto;
        border-top: 1.39em white solid;   
        position: absolute; 
    }

    .menu-item .sub-menu  {
        position: relative;
    }
    
    .menu-item .sub-menu :before {
        content: '';
        position: absolute;
        top: -19px;
        left: 50%;
        transform: translateX(-50%);
        border-width: 10px;
        border-style: solid;
        border-color: transparent transparent #374456 transparent; 
        z-index: 20;
    }

    .menu-item .sub-menu .menu-item {
        padding: 1em;
    }

    .logo {
        z-index: 21;
        justify-self: center;
    }



/* SUB SUB MENU ************************************************/

.menu-item .sub-menu .menu-item .sub-menu li{
    padding: 0;
    justify-self: left;
    display: grid;
}

.menu-item .sub-menu .menu-item .sub-menu a span {
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
}

.menu-item:hover .sub-menu .menu-item .sub-menu{
    border-top: none;
}

/* .menu-item .sub-menu .menu-item:hover .sub-menu {  */
    .menu-item .sub-menu .menu-item .sub-menu {
        display: grid;
        grid-template-columns: 1fr;
        gap: 0em;
        padding: 0;
        top: 0;
        align-content: center;
        border-top: none;
        position: relative;
        margin: 0;
        padding-left: 1em;
    }

    .menu-item .sub-menu .menu-item .sub-menu .menu-item a span{
    display: grid;
    justify-items: left;
    padding: 1em 0;
    }

}

.scrolled{
    background-color: rgba(0,0,0,0.8);
    z-index: 50;
}

.scrolled .grid-header-outer {
    grid-template-columns: 50px 1fr; /* Adjust the size of the logo */
}

.scrolled .grid-header-outer a img {
    max-width: 150px; /* Adjust the size of the logo */
}

.scrolled .grid-header-section {
    height: 45px; /* Adjust the height of the menu */
}

.scrolled .header-menu ul li {
    margin: 0; /* Optionally adjust the spacing of menu items */
}

ul.main-nav{
    justify-self: end;
}

body.single-product ul#menu-main-navigation a, body.single-product ul#menu-main-navigation a span{
    color: #000;
}



body.single-product ul#menu-main-navigation{
    justify-content: end;
    margin-right: 2em;
}
    

/* RESPONSIVE MENU UNCLICKED */
@media only screen and (max-width: 1295px) {

    nav.grid-header-section{
        background-color: rgba(0, 0, 0, 0.8);
        grid-column: 1 / 17;
        position: fixed;
        z-index: 5;
        width: 100%;
    }

    nav.grid-header-section img{
        max-width: 60px;
    }

    .grid-header-outer, .outer-banner-message-outer{
        display: none;
    }

    /* Mobile display settings before menu in clicked */
    .header-bar {
        display:grid;
        grid-template-columns: 60px 1fr;
        grid-column:  2 / 16; 
        align-self: center;
        margin: 1em 1.5em;
    }

    .header-bar a {
        justify-self: left;
    }
    
    .header-bar img{
        max-width: 172px;
        width: 100%;
        object-fit: contain;
    }

    .responsive-menu {
        align-self: center;
        padding-right: 1.5em;
    }

    #sidebar-menu ul li a span {
        color: #fff;
    }

    #sidebar-menu ul li a:hover{
        color:#B8BE62;
    }

    /* Hamburger Menu settings */
    .menu-icon {
        width: 33px;
        height: 2px;
        background-color: #eeb652;
        margin: 3px 0;
    }

    /* Flyout Settings */
    .overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        visibility: hidden;
        transition: opacity .35s, visibility .35s, height .35s;
        overflow: hidden;
        background: #374456;
    }
    
    /* hiding the hamburger menu */
    #hamburger-input{
        display: none;
    }
    
    /* postition of hamburger menu */
    #hamburger-menu {
        display: flex;
        align-items: end;
        flex-direction: column;
    }

    /* appearance of flyout */
    #hamburger-menu #sidebar-menu {
        grid-template-columns: 1fr;
        visibility: hidden;
        position: fixed;
        top: 0;
        right: -100%;
        height: 100%;
        width: 100%;
        background-color: rgba(0,0,0,0.9);
        transition: 0.3s;
        box-sizing: border-box;
        z-index: 20;
        padding: 1em;
    }

    #hamburger-menu #sidebar-menu img{
        max-width: 125px;
    }

    #hamburger-menu ul {
        margin: 1em 0 2em 0;
        width: 100%;
    }

    #hamburger-menu ul .sub-menu{
        margin: 1em 0 1em 1em;
    }

    #hamburger-menu ul .sub-menu li {
        border-bottom: none;
    }

    #hamburger-menu li {
        list-style-type: none;
        padding: 0.5em 0;
        border-bottom: 1px solid white;
    }

    #hamburger-menu a {
        color: white;
        text-decoration: none;
        transition: transform 0.5s;
        align-items: center;
        display: flex;
        padding: 0.5em 0;
    }

    .side-menu-button {
        padding: 12px 26px !important;
        display: grid !important;
    }

    #hamburger-menu a:active{
        -ms-transform: translateX(30px); /* IE 9 */
        -webkit-transform: translateX(30px); /* Safari 3-8 */
        transform: translateX(3px);
    }

    #hamburger-input:checked + #hamburger-menu #sidebar-menu {
        visibility: visible;
        right: 0;
    }

    .side-bar-contacts {
        display: grid;
        width: 100%;
        margin-bottom: 10em;
    }

    /* Scroll Side Menu */
    #sidebar-menu {
        height: 95vh;
        overflow-y: auto;
    }

    .contact-menu {
        font-size: 1em;
        font-weight: 800;
        text-align: center;
        padding: 0.6em 1.6em !important;
        text-transform: capitalize;
        border-radius: 30px;
        align-self: center;
        letter-spacing: 0.05em;
        background: #70AFB9;
        border: 2px solid #70AFB9;
        margin: 2em 0 0 0;
        border-bottom: 0 !important;
        float:left;
    }
    
    .contact-menu :hover {
        background: transparent;
        border: 2px solid #70AFB9;
        color: #70AFB9;
    }

    .contact-menu a span{
        color: #fff;
    }
  

}





/* ///// TEXT  ///////////////////////////////////////////////////////////////////////////*/

h1, h2, h3, h4, h5, h6{
  color: #212529;
  font-family: "Playfair Display", serif;
  font-weight: 300;
  justify-self: center;
  line-height: 1;
  margin: 0.3em 0;
  max-width: 800px;
  width: 100%;
}

h1{
  font-size: 4em;
}

h2{
  font-size: 3em;
}

h3{
  font-size: 2em;
}

h4{
  font-size: 1.4em;
}

h5{
  font-size: 1.2em;
}

h6{
  font-size: 1.1em;
}


p{
  color: #212529;
  font-family: "Montserrat", sans-serif;
  line-height: 1.5;
  margin-bottom: 0.8em;
  font-size: 1.1em;
  font-weight: 300;
  max-width: 800px;
  justify-self: center;
  width: 100%;
}

label{
  font-size: 1.1em;
  font-weight: 500;
  text-transform: uppercase;
}

ul,ol{
  font-family: "Montserrat", sans-serif;
  justify-self: center;
  margin: 1.2em 0;
  padding: 0 1.5em;
  max-width: 800px;
  width: 100%;
}

ul {
  list-style: none;
}

ul li::before {
  content: "\2022";
  color: #212529;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

ul.post-categories{
  margin: 0;
  padding: 0;
}

ul.post-categories li::before, ul.main-nav li::before, footer li::before {
  content: "";
  width: 0;
  margin-left: 0;
}

ul.main-nav{
  padding: 0;
}

ol{
  list-style-type: decimal;
}

li{
  color: #212529;
}

strong{
  font-weight: 600;
}

em{
  font-style: italic;
}

.underline{
  text-decoration: underline;
}

a{
  color: #eeb652;
  cursor: pointer !important;
  display: inline-block;
  text-decoration: none;
  font-weight: 600;
}

hr{
  background-color: rgba(0,0,0,0.1);
  border: 0;
  height: 1px;
  justify-self: center;
  margin: 2em 0;
  width: 100%;
}

blockquote{
  display: grid;
  width: 100%;
}

blockquote p{
  color: #212529;
  font-size: 2.2em;
  font-weight: 400;
  line-height: 1.2;
  max-width: 800px;
  text-align: center;
  justify-self: center;
}

blockquote cite{
  font-weight: 400;
  text-align: center;
  justify-self: center;
}

@media only screen and (max-width: 760px) {

h1{
  font-size: 2.4em;
  max-width: 80%;
}

h2{
  font-size: 1.8em;
}

h3{
  font-size: 1.4em;
}

h4{
  font-size: 1.2em;
}

h5{
  font-size: 1.1em;
}

h6{
  font-size: 1em;
}

}

/* ///// SHARED ELEMENTS   ///////////////////////////////////////////////////////////////////////////*/

img{
  max-width: 100%;
}

a.button{
  border: 1px solid transparent;
  border-radius: 50px;
  background-color: #eeb652;
  color: #212529;
  padding: 0.7em 2em;
  margin: 1em 0;
  text-transform: uppercase;
  font-size: 1.3em;
  font-weight: 500;
  transition: none;
  justify-self: center;
  text-align: center;
}

a.button:hover{
  border: 1px solid #eeb652;
  background-color: transparent;
  color: #eeb652;
  font-weight: 700;
  transition: none;
  transform: scaleX(0.95);
}

button.single_add_to_cart_button, button.dd_to_cart_button, button.button{
  border: 1px solid transparent !important;
  border-radius: 50px !important;
  background-color: #eeb652 !important;
  color: #212529 !important;
  padding: 0.7em 2em !important;
  text-transform: uppercase !important;
  font-size: 1.3em !important;
  font-weight: 500 !important;
  transition: none !important;
  justify-self: center !important;
}

button.single_add_to_cart_button:hover, button.dd_to_cart_button:hover, button.button:hover{
  border: 1px solid #eeb652 !important;
  background-color: transparent !important;
  color: #eeb652 !important;
  font-weight: 700 !important;
  transition: none !important;
  transform: scaleX(0.95) !important;
}




/* ///// DOUBLE CTA   ///////////////////////////////////////////////////////////////////////////*/

section.double-cta{
  grid-template-columns: 1fr 1fr;
  max-width: 100%;
  min-height: 500px;
  padding: 0;
}

div.double-cta-block{
  background-color: #eeb652;
}

div.double-cta-block h2{
  color: #212529;
}

div.double-cta-block, div.double-cta-scroll{
  align-content: center;
  grid-gap: 0.5em;
  justify-content: center;
  display: grid;
  padding: 2em;
}

div.black-overlay{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
}

div.double-cta-block h2, div.double-cta-block p, div.double-cta-block a, div.double-cta-scroll h2, div.double-cta-scroll p, div.double-cta-scroll a{
  color: #fff;
  text-align: center;
  margin: 0;
  z-index: 2;
}

div.double-cta-block p, div.double-cta-block a, div.double-cta-scroll p, div.double-cta-scroll a{
  text-transform: uppercase;
}

.parallax{
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: auto 150%;
  position: relative;
  transition: none;
}

.parallax > *{
  z-index: 2;
}

@media only screen and (max-width: 780px) {

  section.double-cta{
    grid-template-columns: 1fr;
  }

  .parallax {
    background-size: cover;
  }

}

/* ///// TEXTS  ///////////////////////////////////////////////////////////////////////////*/

section.text-area{
  grid-template-columns: 1fr;
}

section.text-area.solid{
  background-color: #eeb652;
  max-width: 100%;
}

div.full-width-wrapper{
  justify-self: center;
  max-width: 1380px;
  width: 100%;
}

section.text-area.background{
  max-width: 100%;
}

section.text-area.background h2, section.text-area.background p{
  color: #fff;
}

/* ///// SLIDER  ///////////////////////////////////////////////////////////////////////////*/

.slider {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 100%;
    position: relative;
    overflow: hidden;
    min-height: 95vh;
}

.slider.sub{
  min-height: 70vh;
  border-bottom: 10px solid #eeb652;
}

.slide {
    display: none;
    justify-content: center;
    align-items: center;
    grid-gap: 1em;
    flex-direction: column;
    position: absolute;
    width: 100%;
    min-height: 95vh;
    background-size: cover;
    background-position: center;
    transition: opacity 0.5s ease-in-out;
    opacity: 0;
}

.slide.sub{
  grid-gap: 2em;
  min-height: 70vh;
  background-position-y: -90px;
}

.slide.active {
    opacity: 1;
    display: flex;
}

.arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 36px;
    font-weight: 100;
    color: white;
    z-index: 1000;
    cursor: pointer;
    user-select: none;
}

.prev {
    left: 10px;
}

.next {
    right: 10px;
}

.navigation-dots {
    position: absolute;
    bottom: 2em;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    z-index: 2;
}

.dot {
    height: 10px;
    width: 10px;
    margin: 0 5px;
    background-color: gray;
    border-radius: 50%;
    cursor: pointer;
}

.dot.active {
    background-color: #eeb652;
}

.slider div.black-overlay{
  background-color: rgba(0, 0, 0, 0.3);
}

.slider label, .slider h1, .slider p, .slider a{
  z-index: 2;
  margin: 0;
}

.slider label, .slider h1, .slider p{
  color: #fff;
  text-align: center;
}

.slider p{
  font-style: italic;
}

@media only screen and (max-width: 1100px) {

    .slide{
        background-size: cover;
        background-repeat: no-repeat;
    }

}

/* ///// FAQs  ///////////////////////////////////////////////////////////////////////////*/

section.faq-container{
  grid-template-columns: 1fr;
}

.accordion {
    width: 100%;
}

.accordion-item{
  border-radius: 25px;
  margin: 1em 0;
  border: 1px solid #dadada;
  padding: 1.5em;
  position: relative;
}

.accordion-title {
    font-family: "Playfair Display", serif;
    font-size: 1.4em;
    font-weight: 300;
    cursor: pointer;
}

.accordion-title span {
    margin-left: 10px;
    transition: transform 0.3s;
    position: absolute;
    top: 1em;
    right: 1.5em;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
}

.accordion-content {
    display: none;
    border-top: none;
    margin-top: 1.5em;
    font-size: 1.1em;
}

.accordion-title.active span {
    transform: rotate(45deg);
}

/* ///// SINGLE CTA   ///////////////////////////////////////////////////////////////////////////*/

section.single-cta{
  grid-template-columns: 1fr;
  justify-content: center;
  align-content: center;
  grid-gap: 1em;
}

section.single-cta label, section.single-cta h2, section.single-cta p{
  color: #fff;
  text-align: center;
  margin: 0;
}

section.single-cta.parallax{
  background-size: calc(100% + 135px);
}

section.single-cta.background{
  max-width: 100%;
}

section.single-cta div.black-overlay{
  background-color: rgba(238, 182, 82, 0.9);
}

section.single-cta a.button{
  border: 2px solid #fff;
  background-color: transparent;
  color: #fff;
}

section.single-cta a.button:hover{
  border: 2px solid transparent;
  background-color: #fff;
  color: #212529;
}

/* ///// PACKAGES   ///////////////////////////////////////////////////////////////////////////*/

section.packages-container{
  grid-template-columns: 1fr;
  grid-gap: 2em;
}

section.packages-container h2{
  margin: 0;
}

section.packages-container h2, section.packages-container label{
  text-align: center;
}



.packages {
    display: flex;
    justify-content: center; 
    overflow-x: auto;
}

.package {
    border: 1px solid #dadada;
    margin: 10px;
    flex: 0 0 400px;
    border-radius: 25px;
    position: relative;
}

.package a.button{
  margin-left: 1em;
}

span.accent{
  position: absolute;
  top: -1px;
  height: 2px;
  width: 50px;
  left: 2em;
  background-color: #eeb652;
}

.highlight span.accent{
  background-color: #fff;
}

.header {
    padding: 1em;
    background-color: #fff;
    border-radius: 25px 25px 0 0;
    border-bottom: 1px solid #dadada;
}

.highlight .header {
    background-color: #eeb652; 
    color: #fff;
}

.features {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.features li:before, ul#expo-side-nav li{
  content: '' !important;
}

.features li {
    border-bottom: 1px solid #dadada;
    padding: 1em; 
    font-size: 1.1em;
}

.features li:last-of-type{
  border-bottom: 0;
}

@media only screen and (max-width: 904px) {

  .packages{
    justify-content: left;
  }

}

@media only screen and (max-width: 560px) {

  .package {
      flex: 0 0 300px;
  }

}

@media only screen and (max-width: 460px) {

  .package {
      flex: 0 0 80%;
  }

}

@media only screen and (max-width: 390px) {

  .package a.button{
    font-size: 1em;
  }

}

/* ///// WP   ///////////////////////////////////////////////////////////////////////////*/

.has-text-align-left{
  text-align: left !important;
}

.has-text-align-right{
  text-align: right !important;
}

.has-text-align-center{
  text-align: center !important;
}

/* ///// WOO  ///////////////////////////////////////////////////////////////////////////*/

.woocommerce-notices-wrapper{
  grid-column: 1 / 17;
}

div.product.type-product{
  grid-column: 1 / 17;
  width: calc(100% - 4em);
  justify-self: center;
}

.woocommerce div.product form.cart .variations{
  width: auto;
}

div.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-disabled{
  display: grid;
  grid-gap: 1em;
}

div.div.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-disabled button.single_add_to_cart_button.button.alt.disabled.wc-variation-selection-needed{
  justify-self: start !important;
}

div.product_meta{
  display: none;
}

section.related.products{
  grid-template-columns: 1fr;
  padding: 0;
}

section.related.products h2, section.related.products ul{
  justify-self: start;
}

.woocommerce div.product div.summary{
  margin-bottom: 0;
}

a.button.product_type_variable.add_to_cart_button{
  border: 1px solid transparent;
  border-radius: 50px;
  background-color: #eeb652;
  color: #212529;
  padding: 0.7em 2em;
  margin: 1em 0;
  text-transform: uppercase;
  font-size: 1.3em;
  font-weight: 500;
  transition: none;
  justify-self: center;
}

a.button.product_type_variable.add_to_cart_button:hover{
  border: 1px solid #eeb652;
  background-color: transparent;
  color: #eeb652;
  font-weight: 700;
  transition: none;
  transform: scaleX(0.95);
}

div.wp-block-woocommerce-cart.alignwide,div.wp-block-woocommerce-checkout.alignwide.wc-block-checkout{
  grid-column: 1 / 17;
}

button.wc-block-components-quantity-selector__button{
    background: none transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    color: currentColor !important;
    cursor: pointer !important;
    font-size: .9em !important;
    font-style: normal !important;
    font-weight: 400 !important;
    margin: 0 !important;
    min-width: 30px !important;
    opacity: .6 !important;
    padding: 0 !important;
    text-align: center !important;
    text-decoration: none !important;
}

button.wc-block-cart-item__remove-link{
  background: #dadada !important;
  font-size: 0.75em !important;
  padding: 0.4em 1em !important;
}

div.woocommerce-variation-add-to-cart{
  display: grid;
  grid-gap: 1em;
}

div.woocommerce-variation-add-to-cart button{
  justify-self: start !important;
}

table.variations tr{
  display: grid;
}

table.variations tr select{
  padding: 1em;
}

span.woocommerce-Price-amount bdi, span.woocommerce-Price-amount bdi span{
  font-size: 1.3em;
  color: #eeb652;
  font-weight: 600;
}

span.woocommerce-Price-amount bdi span{
  font-size: 1.2em;
}

div.woocommerce.wp-block-group.alignwide{
  grid-column: 1 / 17
}

.woocommerce form input{
  border: 1px solid #dadada;
  padding: 0.5em;
}

section.booking-section{
  background-color: #eeb652;
  width: 100%;
  max-width: 100%;
  grid-template-columns: 1fr;
  padding: 2em 0;
  margin-bottom: 3em;
}

section.booking-section label{
  font-family: 'Playfair Display', serif;
  font-size: 2em;
  font-style: italic;
  text-align: center;
  font-weight: 300;
}

div.woocommerce-product-gallery__wrapper{
  float: right;
}

section.woocommerce-order-details, section.woocommerce-customer-details{
    grid-template-columns: 1fr;
}

p.stock.in-stock{
    display: none;
}

ul.products li:before, ul.wc-block-grid__products li:before{
    content: "";
}

div.wp-block-woocommerce-empty-cart-block{
    display: grid;
}

div.wc-block-grid.wp-block-product-new.wc-block-product-new.has-4-columns{
    display: grid;
}

ul.wc-block-grid__products{
    justify-self: center;
    justify-content: center;
}

a.button.product_type_variable.add_to_cart_button{
    text-align: center;
}

@media only screen and (max-width: 768px) {
  .woocommerce-product-gallery{
    overflow: auto;
  }

  div.woocommerce-product-gallery__wrapper{
    float: left;
  }

  section.booking-section label{
      font-size: 1.8em;
      line-height: 1.3;
    }
}

/* ///// Exhibitor List  ///////////////////////////////////////////////////////////////////////////*/

section.exhibitor-list{
    grid-template-columns: 1fr;
}

section.exhibitor-list h2{
    text-align: center;
}

section.exhibitor-list > label{
    justify-self: center;
}

div.exhibitor-names{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 2em;
    margin: 2em 0;
}

div.exhibitor-names label{
    color: #eeb652;
    line-height: 1.2;
    font-weight: 800;
    font-size: 1.6em;
    text-align: center;
    border: 1px solid #f8f8f8;
    padding: 12px;
    display: grid;
    align-content: center;
    border-radius: 5px;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(218, 218, 218, 1);
    -moz-box-shadow: 2px 2px 5px 0px rgba(218, 218, 218, 1);
    box-shadow: 2px 2px 5px 0px rgba(218, 218, 218, 1);
}

@media only screen and (max-width: 868px) {

    div.exhibitor-names{
        grid-template-columns: repeat(2, 1fr);
    }

    div.exhibitor-names label{
        font-size: 1.2em;
    }

}

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

    div.exhibitor-names{
        grid-template-columns: 1fr;
    }
}

/* ///// SPEAKER INFORMATION  ///////////////////////////////////////////////////////////////////////////*/

section.speaker-information{
    grid-template-columns: 1fr;
}

section.speaker-information h2{
    text-align: center;
}

section.speaker-information > label, section.speaker-information > p{
    justify-self: center;
    text-align: center;
}

div.speaker-profiles{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 2em;
    margin: 2em 0;
}

div.speaker-profile{
    display: grid;
    padding: 3em 2em;
    align-content: start;
}

div.speaker-profile img{
    border-radius: 50%;
    justify-self: center;
    max-width: 300px;
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

div.speaker-profile a.button{
    align-self: end;
}

div.speaker-profile h3, div.speaker-profile label{
    justify-self: center;
    text-align: center;
}

div.speaker-profile:hover{
    -webkit-box-shadow: 0 -3px 24px 3px rgba(12, 5, 13, 0.1);
    box-shadow: 0 -3px 24px 3px rgba(12, 5, 13, 0.1);
    border-radius: 15px;
}

@media only screen and (max-width: 860px) {

    div.speaker-profiles{
        grid-template-columns: 1fr;
    }

}


/* CF7 FORMS ///////////////////////////////////////////////////////*/

form input, form textarea{
    border: 1px solid #000;
    width: 100% !important;
}

input[type="submit"]{
  border: 1px solid transparent;
  border-radius: 50px;
  background-color: #eeb652;
  color: #212529;
  padding: 0.7em 2em;
  margin: 1em 0;
  text-transform: uppercase;
  font-size: 1.3em;
  font-weight: 500;
  transition: none;
  justify-self: center;
}

input[type="submit"]:hover{
  border: 1px solid #eeb652;
  background-color: transparent;
  color: #eeb652;
  font-weight: 700;
  transition: none;
  transform: scaleX(0.95);
}

.wpcf7-list-item{
    display: grid;
    grid-template-columns: 20px 1fr;
    grid-column-gap: 10px;
    margin: 0;
}


/* ///// BASE   ///////////////////////////////////////////////////////////////////////////*/

.responsive-iframe-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%;
}

.responsive-iframe-container iframe, .responsive-iframe-container object, .responsive-iframe-container embed {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.video-container {
    justify-self: center;
    margin: 2em 0;
    max-width: 660px;
    width: 100%;
}