/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

/*=======================================*/
/** Fonts **/
/*=======================================*/
body, h1, h2, h3, h4, h5, h6, .gm-style {
  font-family: 'Lato', sans-serif;
}
.cc-revoke, .cc-window {
  font-family: 'Lato', sans-serif !important; 
}
body, .gm-style {
  font-weight: 300;
  letter-spacing: 0.15px;
}
/*=======================================*/
/** Typography Reset **/
/** Remember to set typography body font size to 16px in GeneratePress via Customize **/
/*=======================================*/
/* Change Typography for Medium Devices and up */
@media only screen and (min-width: 769px) {
body{font-size:17px;}
h1{font-size:2.1em;}
h2{font-size:24px;}
h3{font-size:1.7em;}
h4{font-size:1.5em;}
h5{font-size:1.3em;}
h6{font-size:1.1em;}
}
/* Change Typography for large Devices and up */
@media only screen and (min-width: 1281px) {
body{font-size:18px;}
h1{font-size:2.7em;}
h2{font-size:28px;}
h3{font-size:1.7em;}
h4{font-size:1.5em;}
h5{font-size:1.3em;}
h6{font-size:1.1em;}
}
@media all and (max-width: 480px) {
h2{font-size:18px;} 
}

h1 {
  color: #A29061;
}
.single h1 {
  color: #782F3E;
}
.single-post h1 {
  font-size: 32px;
}
h2, h3, h4, h5, h6 {
  color: #782F3E;
}


h1, h2, h3, h4, h5, h6 {
  letter-spacing: 1.25px;
  text-transform: uppercase;
  font-weight: 400;
}

/* https://christopheraue.net/design/fading-pages-on-load-and-unload */
/*=======================================*/
/** Generate Press overrides **/
/** https://generatepress.com/forums/topic/page-builder-container-full-width-by-default/ **/
/*=======================================*/
.sss {
  background-image: none !important;
}
/**  Full width pages by default **/
.page .container.grid-container {
  max-width: 100%;
}
.page.separate-containers .inside-article {
  padding: 0;
}
.page.separate-containers .site-main {
  margin-top: 0;
  margin-bottom: 0;
}

/*=======================================*/
/** Misc **/
/*=======================================*/
.list-block ul {
	margin-left: 15px;
}


.empty-block-alert {
    max-width: 1080px;
    text-align: center !important;
    margin: 0 auto !important;
    background: #ebebeb !important;
	border: 1px solid #acacac !important;
    padding: 30px !important;
    font-weight: 400 !important;
    line-height: 1.6em !important;
	color: #000 !important;
}
.empty-block-alert h3 {
    color: #000 !important;
    text-transform: none !important;
    font-size: 28px !important;
	margin-bottom: 20px !important;
}
.empty-block-alert p:last-of-type {
	margin: 0 !important;
}
.empty-block-alert a {
	text-decoration: underline !important;
}
.entry-content.extra-padding {
  padding-top: 200px;
}
.entry-content.extra-bottom-padding {
  padding-bottom: 100px;	
}
.last-content-block-padding {
	padding-bottom: 0 !important;
}
.feature-panel-block.last-content-block-padding {
	padding-bottom: 100px !important;
}
/** Blog/event posts padding bottom **/
.one-container:not(.page) .inside-article {
    padding: 0;
}
/** Webkit focus outline override **/
input:focus, select:focus {
    outline: none;
}

body {
    background-color: #EAE8E5;
    color: #000000;
}
.inside-article {
    background-color: #EAE8E5;  
}
.separate-containers .inside-article, .separate-containers .comments-area, .separate-containers .page-header, .separate-containers .paging-navigation, .one-container .site-content, .inside-page-header {
    padding: 0;
}
.entry-content > :not(.align-full-width), .feature-panel-text .feature-panel-text-inner, .page-template-archive-event #primary > :not(.align-full-width) {
    width: 100%;
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
}
.page-template-archive-event #primary #main {
    max-width: none;
	width: auto;
}
.align-full-width {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}
.entry-content {
  margin-top: 0;
  /*padding-bottom: 125px;*/
}
@media all and (max-width: 1120px) {
.block-inner {
    padding-left: 20px;
    padding-right: 20px;
} 
}
@media all and (max-width: 768px) {
.entry-content {
  /*padding-bottom: 75px;*/
} 
}
@media all and (max-width: 480px) {
.entry-content {
  /*padding-bottom: 40px;*/
} 
}

a, a:hover, a:focus, a:active, a:visited {
  color: #55222C;
}

/*=======================================*/
/** icomoon fonts **/
/** https://icomoon.io/app/ **/
/*=======================================*/
@font-face {
  font-family: 'icomoon';
  src:
    url('/wp-content/themes/generatepress_child/assets/fonts/icomoon.ttf?oswffr') format('truetype'),
    url('/wp-content/themes/generatepress_child/assets/fonts/icomoon.woff?oswffr') format('woff'),
    url('/wp-content/themes/generatepress_child/assets/fonts/icomoon.svg?oswffr#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

.icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-envelope-o:before {
  content: "\f003";
}
.icon-phone:before {
  content: "\f095";
}
.icon-twitter:before {
  content: "\f099";
}
.icon-facebook:before {
  content: "\f09a";
}
.icon-facebook-f:before {
  content: "\f09a";
}
.icon-envelope:before {
  content: "\f0e0";
}
.icon-linkedin:before {
  content: "\f0e1";
}
.icon-youtube-play:before {
  content: "\f16a";
}
.icon-instagram:before {
  content: "\f16d";
}

/*=======================================*/
/** Age Verification **/
/*=======================================*/
.age-gate {
    /*background: rgba(85, 34, 44, 0.9);
    height: 100%;*/
    display: flex;
    justify-content: center;
    align-items: center;
}
.age-gate-heading.age-gate-logo {
    margin: 0 auto 25px;
}

.age-buttons-container a:visited {
	color: #fff;
}

.wpml-age {
margin-bottom: 20px;
}
.age-gate-form {
    background: transparent;
    max-width: 1600px;
  max-height: 99%;
}

.age-gate-subheading {
  font-size: 2.7em;
  color: #C1AC75;
  margin: 0 0 25px;
}

.age-gate-submit-no {
    display: none;
}
.age-gate-text-wrap {
    max-width: 500px;
    margin: 0 auto 35px auto;
    display: flex;
    align-items: center;
}
.age-gate-text-wrap img {
    display: block;
    height: 70px;
    margin-right: 15px;
}
.age-gate-message {
    color: #fff;
	font-size: 18px;
    margin-bottom: 0;
}
.age-gate-message a {
    color: #fff;
    text-decoration: underline;
    cursor: pointer;
}
.age-buttons-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.age-gate-submit-yes {
    margin: 0;
    background: #c1ac75;
    color: #fff;
  padding: 0;
	    font-size: 18px;
font-family: 'Lato', sans-serif;
    max-width: 200px;
    padding: 12px 0;
    margin-bottom: 15px;
    width: 200px;
}
.age-gate-submit-yes:hover {
     background: #c1ac75;
         color: #55222C;
}
.age-gate-button {
    background: #c1ac75;
    color: #fff;
    line-height: 1.5;
    font-weight: 400;
    max-width: 200px;
    padding: 12px 0;
    margin-bottom: 15px;
    width: 200px;
}
.age-buttons-container .age-gate-button:Last-of-type {
    margin-bottom: 0;
}

.age-gate-remember {
    margin: 0 0 10px;
    color: #fff;
}

.take-time-to-think {
	display: none;
    flex-basis: 100%;
    margin-top: 90px;
}
.take-time-to-think a {
    display: inline-block;
}
.take-time-to-think img {
    display: block;
    width: 100%;
    max-width: 600px;
}

.age-gate-background::after {
    content: "";
    background: rgba(85, 34, 44, 0.9);
    height: 100%;
    width: 100%;
    display: block;
}

@keyframes fadeinoverlay{
    0% { opacity:0;  }
    10% { opacity:0; }
    100% { opacity:1; }
}

@-webkit-keyframes fadeinoverlay{
    0% { opacity:0; }
    10% { opacity:0; }
    100% { opacity:1; }
}
.age-gate-form {
	display: flex;
	flex-wrap: wrap;
-webkit-animation: fadeinoverlay ease 1.4s;
animation: fadeinoverlay ease 1.4s;
}
.lesa-club-container {
	flex: 1;
	margin-left: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    order: 2;
}
.lesa-casino-container {
    flex: 1;
    margin-right: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    order: 1;
}

.welcome-to-lesa {
    flex-basis: 100%;
    color: #C1AC75;
    margin-bottom: 90px;
}

.age-gate-logo-image {
    margin-bottom: 40px;
    height: 170px;
    width: auto;
}

.lesa-casino-container .gold-link {
    padding-top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
}
.lesa-casino-container .gold-link a {
	cursor: pointer;
}

@media all and (max-width: 1920px) {
}
@media all and (max-width: 1366px) {
.age-gate-logo-image {
    height: 150px;
}
}
@media all and (max-width: 1280px) {
.age-gate-logo-image {
    height: 135px;
}
.age-gate-form {
    max-width: 95%;
}
.age-gate-text-wrap img {
    height: 70px;
}
.take-time-to-think img {
    max-width: 500px;
}
}
@media all and (max-width: 767px) {
.age-gate {
    /*height: 100%;*/
}
.age-gate-subheading {
    font-size: 2em;
}
.age-gate-logo-image {
    margin-bottom: 20px;
}
.age-gate-message {
    font-size: 16px;
}
.welcome-to-lesa {
    margin-bottom: 70px;
	font-size: 1.8em;
}
.age-gate-form {
    padding: 60px 20px 80px 20px;
}
.take-time-to-think img {
    max-width: 400px;
}
	.age-gate-wrapper {
		display: block;
		height: 100%;
	}
}
@media all and (max-width: 767px) {
.take-time-to-think {
    margin-top: 45px;
}
.lesa-club-container {
    margin-left: 0;
    flex-basis: 100%;
}
.lesa-casino-container {
    margin-right: 0;
    flex-basis: 100%;
        margin-bottom: 30px;
}
.age-gate-message {
    margin: 0 auto 0 auto;
}
}
@media all and (max-width: 480px) {
.age-gate-logo-image {
    height: 115px;
}
.age-gate-subheading {
    font-size: 28px;
}
.age-gate-heading.age-gate-logo {
    margin: 0 auto 20px;
}
.age-gate-subheading {
  margin: 0 0 20px;
}
.age-gate-message {
}
.age-gate-submit-yes {
    font-size: 16px;
}
.lesa-casino-container .gold-link {
    font-size: 16px;
}
.welcome-to-lesa {
	font-size: 24px;
}
.age-gate-text-wrap img {
    height: 60px;
}
}
@media all and (max-width: 375px) {
.age-gate-submit-yes {
    max-width: 175px;
    width: 175px;
}
.age-gate-button {
    max-width: 175px;
    width: 175px;
}
.age-gate-text-wrap img {
    height: 50px;
    margin-right: 0;
    margin-bottom: 10px;
}
.age-gate-text-wrap {
    flex-direction: column;
}
}
/*=======================================*/
/** Modal **/
/*=======================================*/
/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 200000; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
-webkit-animation: fadeinoverlay ease 0.2s;
animation: fadeinoverlay ease 0.2s;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #eae8e5;
  margin: auto;
  padding: 0;
  border: 1px solid #A29061;
  max-width: 650px;
	width: 90%;
}

.modal-button-wrap {
    display: flex;
}
.modal-button-wrap .gold-link {
	flex: 1;
}

@keyframes fadeinoverlay{
    0% { opacity:0;  }
    100% { opacity:1; }
}

@-webkit-keyframes fadeinoverlay{
    0% { opacity:0; }
    100% { opacity:1; }
}

/* The Close Button */
.close {
    color: #782F3E;
    font-size: 28px;
    font-weight: bold;
    position: absolute;
    right: 20px;
    top: 0;
}

.close:hover,
.close:focus {
  color: #A29061;
  text-decoration: none;
  cursor: pointer;
}

.modal-header {

}

.modal-body {
    padding: 20px;
    text-align: left;
}
.modal-body ul {
    margin-left: 1em;
}
.modal-body p {
    margin-bottom: 20px;
}
.modal-footer {
  padding: 2px 16px;
  background-color: #5cb85c;
  color: white;
}
/*=======================================*/
/** Header **/
/*=======================================*/
.site-header {
    background-color: transparent;
    position: absolute;
    width: 100%;
    top: 0;
  z-index: 1000;
}
.inside-header {
    display: flex;
    padding: 30px 20px 20px 20px;
  max-width: none !important;
}
.header-item {
  flex: 1;
}

/** Menu **/
header .menu {
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
header .menu li {
    list-style: none;
    flex-basis: 200px;
    text-align: center;
    position: relative;
    height: auto;
	margin-top: -9px;
}
header .menu .desktop-logo-item {
    flex-basis: auto;
    height: auto;
    min-width: 193px;
		margin-top: 0;
}
header .menu .sub-menu li {
    min-height: 30px;
		margin-top: 0;
}
header .menu li:hover > ul {
    display: block;
}
header .menu ul {
    display: none;
    position: absolute;
    top: 30px;
    left: 0;
    z-index: 999;
    width: 100%;
    background: transparent;
  margin: 0;
  padding-top: 15px;
}
header .menu .wpml-ls-menu-item ul {
  padding-top: 15px;  
}
header .menu li a {
    color: #fff;
    letter-spacing: 1.2px;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 16px;
  padding: 8px 0;
}
header .menu li a:visited {
    color: #fff;  
}
header .menu .sub-menu li {
    padding: 2px 0;
}
header .menu li:hover a, header .menu li .sub-menu li a:hover {
  /*border-bottom: 3px solid #C1AC75;*/
  color: #A29061;
}
header .menu li:hover .sub-menu a {
  color: #fff;
}
header .menu li:hover .sub-menu li a, header .menu .desktop-logo-item:hover a, header .menu .wpml-ls-menu-item:hover a {
  border-bottom: none;  
}
header .menu .wpml-ls-menu-item li {
  text-align: center;
}
.menu-line {
    height: 1px;
    background: url(/wp-content/uploads/2019/09/menu-border-line.svg);
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 60px;
    background-position: center;
    background-repeat: repeat;
    background-size: contain;
}
header .menu li .sub-menu .current-menu-item a {
  color: #A29061;
}

/** Logo **/
.header-logo-container img {
  height: 150px;
  width: auto;
}
.header-logo-container {
	display: none;
}

/** Language Flags **/
.wpml-ls-flag { 
  height: 16px !important;
  width: 16px !important;
}
.wpml-age .wpml-ls-flag {
    height: 30px !important;
    width: 30px !important;
}
header .menu li.wpml-ls-current-language {
  pointer-events: none;
}
header .menu li.wpml-ls-current-language a {
  position: relative;
  pointer-events: auto;
}
header .menu li.wpml-ls-current-language .sub-menu {
  pointer-events: auto; 
}
.wpml-ls-current-language span.menu-image-title-after::after {
    background: url(/wp-content/uploads/2019/09/flag-arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px 6px;
    height: 100%;
    width: 15px;
    position: absolute;
    right: -15px;
    bottom: 0;
  content: "";
  transform: rotate(180deg);
}
.wpml-ls-current-language:hover span.menu-image-title-after::after {
  transform: rotate(0);
}
.wpml-ls-current-language .sub-menu span.menu-image-title-after::after {
  display: none;
}
header .menu .wpml-ls-menu-item li a, header .menu li.wpml-ls-menu-item a.menu-image-title-after {
    width: 75px;
    margin: 0 auto;
}
.wpml-ls-display {
  color: #fff;
}

@media all and (max-width: 1920px) {
}
@media all and (max-width: 1366px) {
header .menu .desktop-logo-item {
    min-width: 150px;
    width: 150px;
}
.menu-line {
    bottom: 47px;

}
}
@media all and (max-width: 1280px) {
header .menu .desktop-logo-item {
    min-width: 125px;
    width: 125px;
}
.menu-line {
    bottom: 41px;
}
}
@media all and (max-width: 1024px) {
header .menu li {
  display: none;
}
header .menu li:hover > ul {
    display: none;
}
header .menu li.desktop-logo-item, header .menu li.wpml-ls-item {
  display: block;
}
header .menu {
    position: relative;
}
header .menu li.wpml-ls-item {
    position: absolute;
    right: 0;
}
.menu-line {
    bottom: 32px;
    width: 100%;
    right: 0;
    margin: 0 auto;
}
}
@media all and (max-width: 768px) {
.inside-header > :not(:last-child):not(.main-navigation) {
    margin-bottom: 0;
}
}
@media all and (max-width: 480px) {
}
@media all and (max-width: 375px) {
}

/*=======================================*/
/** Mobile Menu **/
/*=======================================*/
.wpml-container {
	display: none;
}
@media all and (max-width: 1024px) {
header .menu-container .button_container {
  position: relative;
  height: 27px;
  width: 35px;
  cursor: pointer;
  z-index: 2001;
  transition: opacity .25s ease;
}
header .menu-container .button_container:hover {
  opacity: .7;
}
header .menu-container .button_container.active {
}
header .menu-container .button_container.active .top {
  transform: translateY(11px) translateX(0) rotate(45deg);
  background: #fff;
}
header .menu-container .button_container.active .middle {
  opacity: 0;
  background: #fff;
}
header .menu-container .button_container.active .bottom {
  transform: translateY(-11px) translateX(0) rotate(-45deg);
  background: #fff;
}
header .menu-container .button_container span {
  background: #fff;
  border: none;
  height: 5px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all .35s ease;
  cursor: pointer;
}
header .menu-container .button_container span:nth-of-type(2) {
  top: 11px;
}
header .menu-container .button_container span:nth-of-type(3) {
  top: 22px;
}

header .menu-container .overlay {
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0;
  width: 100%;
	  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity .35s, visibility .35s;
  overflow: hidden;
}
header .menu-container .overlay.open {
  opacity: 1;
  visibility: visible;
  height: 100%;
  z-index: 2000;
  transition: opacity .35s, visibility .35s;
}
	header .menu-container .overlay.open div {
		height: 100%;
	}
header .menu-container .overlay.open li {
  animation: fadeInRight .25s ease forwards;
  animation-delay: .25s;
}
header .menu-container .overlay.open li:nth-of-type(2) {
  animation-delay: .3s;
}
header .menu-container .overlay.open li:nth-of-type(3) {
  animation-delay: .35s;
}
header .menu-container .overlay.open li:nth-of-type(4) {
  animation-delay: .4s;
}
header .menu-container .overlay.open li:nth-of-type(5) {
  animation-delay: .45s;
}
header .menu-container .overlay.open li:nth-of-type(6) {
  animation-delay: .5s;
}
header .menu-container .overlay.open li:nth-of-type(7) {
  animation-delay: .55s;
}
header .menu-container .overlay.open li:nth-of-type(8) {
  animation-delay: .6s;
}
header .menu-container .overlay.open li:nth-of-type(9) {
  animation-delay: .65s;
}
header .menu-container .overlay.open li:nth-of-type(10) {
  animation-delay: .7s;
}
header .menu-container .overlay.open li:nth-of-type(11) {
  animation-delay: .75s;
}
header .menu-container .overlay.open li:nth-of-type(12) {
  animation-delay: .8s;
}
header .menu-container .overlay.open li:nth-of-type(13) {
  animation-delay: .85s;
}
header .menu-container .overlay.open li:nth-of-type(14) {
  animation-delay: 0.9s;
}
header .menu-container .overlay.open li:nth-of-type(15) {
  animation-delay: 0.95s;
}
header .menu-container .overlay nav {
  /*position: relative;
  height: 70%;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 400;
  text-align: center;*/
}
header .menu-container .overlay nav {
position: relative;
height: calc(100vh - 150px);
top: 150px;
font-weight: 400;
text-align: center;
flex-direction: column;
}
header .menu-container .overlay .menu {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: flex;
    position: relative;
    flex-direction: column;
    top: 20%;
	width: 300px;
}
header .menu-container .overlay .menu li {
    display: flex;
    position: relative;
    opacity: 0;
    flex: 1;
    min-height: 35px;
    flex-wrap: wrap;
    justify-content: center;
	width: 100%;

}
header .menu-container .overlay .menu li a {
font-weight: bold;
    position: relative;
    color: 

    #fff;
    text-decoration: none;
    overflow: hidden;
    display: inline-block;
    text-align: center;
    padding: 15px 0 15px 8px;
    z-index: 2;
    font-size: 20px;
order: 1;
	margin-right: 8px;
}

header .menu-container .overlay .menu li:hover a {
	border-bottom: none;
}
header .menu-container .overlay .menu li a:hover::after, header .menu-container .overlay .menu li a:focus::after, header .menu-container .overlay .menu li a:active::after {
    width: 100% !important;
}
/* logo */
.desktop-logo-item {
	display: none !important;
}
	
header .menu-container .overlay .menu li.menu-item-has-children::before {
    display: block;
    width: 24px;
    content: "";
    background: url(/wp-content/uploads/2019/11/white-down.svg);
    background-size: 14px;
    background-position: center;
    background-repeat: no-repeat;
    height: 20px;
    order: 2;
    top: 19px;
	position: relative;
	cursor: pointer;
}
	header .menu-container .overlay .menu li.menu-item-has-children.menu-item-active .sub-menu {
		display: block;
		position: relative;
		order: 3;
		top: 0;
		padding-top: 0;
		padding-bottom: 15px;
	}
	header .menu-container .overlay .menu li .sub-menu a {
	font-weight: 400;
		font-size: 18px;
		padding-top: 8px;
		padding-bottom: 8px;
}
header .menu-container .overlay.open li .sub-menu li {
    animation: none;
        animation-delay: 0s;
	opacity: 1;
}
/*header .menu-container .overlay.open li .sub-menu {
    animation: fadeInDown .4s ease-in both;
    animation-delay: 0s;
}*/
/*@keyframes fadeInDown {
  0% {
top: 40px;
  }
  100% {
top: 0;
  }
}*/
	

	
.header-logo-container {
    display: block;
    text-align: center;
}
.header-logo-container img {
    height: 70px;
    width: auto;
}
.menu-line {
    height: 1px;
	}
	
	
	.wpml-container {
		display: block;
	}
header .wpml-container .wpml-ls-current-language {
    pointer-events: none;
}
header .wpml-container .wpml-ls-current-language a {
    position: relative;
    pointer-events: auto;
}
.wpml-ls-current-language span.menu-image-title-after::after {
    background: url(/wp-content/uploads/2019/09/flag-arrow.svg);
        background-position-x: 0%;
        background-position-y: 0%;
        background-repeat: repeat;
        background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px 6px;
    height: 100%;
    width: 15px;
    position: absolute;
    right: -15px;
    bottom: 0;
    content: "";
    transform: rotate(180deg);
}
.wpml-ls-legacy-dropdown a {
    display: block;
    text-decoration: none;
    color: 
#fff !important;
border: none;
background-color:
    transparent;
    padding: 5px 10px;
        padding-right: 10px;
    line-height: 1;
    padding-right: 0 !important;
    width: 55px;
    margin: 0 15px 0 auto;
}
.wpml-ls-legacy-dropdown a:hover, .wpml-ls-legacy-dropdown a:focus, .wpml-ls-legacy-dropdown .wpml-ls-current-language:hover > a {
	background: transparent;
	}
.wpml-ls-legacy-dropdown a {
    color: #fff;
    letter-spacing: 1.2px;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 16px;
}
	.menu-container .wpml-ls-menu-item {
		display: none !important;
	}

.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle::after {
    background: url(/wp-content/uploads/2019/09/flag-arrow.svg);
        background-repeat: repeat;
        background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px 9px;
    height: 100%;
    width: 15px;
    position: absolute;
    right: -15px;
    bottom: 0;
    content: "";
    transform: rotate(180deg);
	top: auto;
	border: none;
	border-top: none;
}
	.wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
		border-top: none;
	    padding-top: 15px;
	}
	.wpml-ls-legacy-dropdown .wpml-ls-item {
		min-height: 34px;
	}
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
@media all and (max-width: 1024px) {
.header-item {
    flex: 33.33333333%;
}
.wpml-ls-legacy-dropdown {
width: 100%;	
}
.inside-header {
    padding: 20px 20px 0 20px;
}
.header-logo-container {
    top: 5px;
    position: relative;
}
}
@media all and (max-width: 768px) {
header .menu-container .button_container span {
    height: 4px;
}
header .menu-container .button_container {
    height: 22px;
    width: 30px;
}
.header-logo-container img {
    height: 65px;
}
.header-logo-container {
    top: -5px;
}
.menu-line {
    bottom: 22px;
}
}
@media all and (max-width: 480px) {
header .menu-container .overlay .menu li a {
    font-size: 18px;
}
header .menu-container .overlay .menu li .sub-menu a {
    font-size: 16px;
    padding-top: 8px;
    padding-bottom: 8px;
}
.header-logo-container img {
    height: 55px;
}
.menu-line {
    width: calc(100% - 40px);
background: url(/wp-content/uploads/2019/12/gold-line-mobile.svg);
background-position: center;
background-repeat: repeat;
background-size: contain;
	height: 2px;
}
}
/*=======================================*/
/** Button styles **/
/*=======================================*/
/*=======================================*/
/** Blocks default **/
/*=======================================*/
.page .content-block.alignstandard {
    width: 1100px;
    margin: 0 auto;
}
.page .content-block.alignwide {
    width: 1640px;
    margin: 0 auto;
}
.page .content-block.alignfull {
    width: 100%;
}

@media all and (max-width: 1920px) {
}
@media all and (max-width: 1366px) {
}
@media all and (max-width: 1280px) {
}
@media all and (max-width: 768px) {
}
@media all and (max-width: 480px) {
}
@media all and (max-width: 375px) {
}
/*=======================================*/
/** Block - Google Maps **/
/*=======================================*/
.google-maps-block .acf-map {
  width: 100%;
  height: 720px;
}
.marker {
  margin-top: 100px;
}
.gm-style .gm-style-iw-c {
    overflow: visible;
    border-radius: 0;
    width: 350px;
    padding: 0;
    box-shadow: none;
}
.gm-style button.gm-ui-hover-effect {
    top: 0px !important;
    right: 0px !important;
}
.google-map-image-wrapper {

    position: absolute;
    display: flex;
    justify-content: center;
    top: -125px;
    z-index: 1;
    margin: 0 auto;
    left: 0;
    right: 0;
    pointer-events: none;
}
.marker-wrap {
  position: relative;
}
.gm-style .gm-style-iw-d {
    overflow: visible !important;
}
.google-map-image {
    border: 10px solid #EAE8E5;
    line-height: 0;
    pointer-events: auto;
}
.acf-map img {
    width: 150px;
}
.google-map-marker-content {

    background: #fff;
    position: relative;
    padding-top: 60px;
    text-align: center;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;

}
.feature-panel-block .google-map-marker-content {
    padding-top: 20px;	
}
.google-map-marker-content h4 {
  margin-bottom: 8px;
    font-size: 24px;
    color: #782F3E;
}
.google-map-marker-content .address, .google-map-marker-content .telephone {

    margin-bottom: 8px;
    font-size: 14px;

}
.google-map-marker-content .map-email {
    color: #A29061;
    font-size: 18px;
    font-weight: bolder;
    text-transform: uppercase;
    letter-spacing: 1.25px;
    display: block;
}
.gmnoprint {
  display: none;
}
.gold-link {
    padding-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
	padding-bottom: 25px
}
.gold-line {
    border: 1px solid #A29061;
    width: 50px;
}
.gold-left {
  margin-right: 15px;
}
.gold-right {
  margin-left: 15px;  
}

@media all and (max-width: 1920px) {
.google-maps-block .acf-map {
  height: 600px;
}
}
@media all and (max-width: 1640px) {
.google-maps-block .acf-map {
  height: 550px;
}
}
@media all and (max-width: 1280px) {
.google-maps-block .acf-map {
  height: 500px;
}
}
@media all and (max-width: 1024px) {
}
@media all and (max-width: 768px) {
.google-maps-block .acf-map {
  height: 475px;
}
}
@media all and (max-width: 640px) {
.gm-style .gm-style-iw-d {
    max-width: 100% !important;
}
}
@media all and (max-width: 480px) {
.acf-map img {
    width: 120px;
}
.google-map-image-wrapper {
    top: -110px;
}
.google-map-marker-content {
    padding-top: 50px;
}
.google-map-marker-content h4 {
    margin-bottom: 15px;
}
}

/*=======================================*/
/** Contact Forms **/
/*=======================================*/
/** All form fields, including submit **/
.wpcf7-form .wpcf7-form-control {
  color: #000;  
  border: 1px solid #cccccc;
  border-radius: 0;
  background-color: #fafafa;
  padding: 10px 15px;
  width: 100%;
}
.wpcf7-form .wpcf7-form-control:focus { 
  border: 1px solid #cccccc;
}
/** Placeholder text **/
.wpcf7-form .wpcf7-form-control::-webkit-input-placeholder { /* WebKit browsers */
  color: #000;
  opacity: 0.5;
}
.wpcf7-form .wpcf7-form-control:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #000;
  opacity: 0.5;
}
.wpcf7-form .wpcf7-form-control::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #000;
  opacity: 0.5;
}
.wpcf7-form .wpcf7-form-control:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #000;
  opacity: 0.5;
}
/** Field wrap **/
.cf-field-wrap {
    padding: 10px 0;
}
/** Field span wrap **/
.wpcf7-form-control-wrap {
    display: block;
}

/** Multiple fields per row **/
/** Add cf-flex class to the cf-field-wrap div **/
.cf-flex {
    display: flex;
}
.cf-flex .wpcf7-form-control-wrap {
    flex: 1;
}
.cf-flex .wpcf7-form-control-wrap:nth-of-type(1) {
  margin-right: 10px;
}
.cf-flex .wpcf7-form-control-wrap:nth-of-type(2) {
  margin-left: 10px;
}

/** Text field **/
.wpcf7-form .wpcf7-text {
  
}
/** Textarea field **/
.wpcf7-form .wpcf7-textarea {
  height: 250px;
}
/** Submit button **/
.wpcf7-form .wpcf7-form-control.wpcf7-submit {
  
}

@media all and (max-width: 1920px) {
}
@media all and (max-width: 1366px) {
}
@media all and (max-width: 1280px) {
}
@media all and (max-width: 768px) {
}
@media all and (max-width: 480px) {
}
@media all and (max-width: 375px) {
}
/*=======================================*/
/** Search results **/
/*=======================================*/
.search-results-container .search-results-row {
    margin: 0;
    border-bottom: 1px solid #d3d3d3;
    padding: 30px 0;
}
.search-results-container .search-results-row:nth-of-type(1) {
    border-top: 1px solid #d3d3d3;  
}
.search-results-row .search-post-excerpt {
    margin: 0;  
}

/*=======================================*/
/** Team Slider **/
/*=======================================*/
.team-slider-block h2 {
    text-align: center;
    font-size: 24px;
    color: #782F3E;
    margin-bottom: 30px;
}
.team-slider-block .slick-list {
    width: calc(100% - 200px);
    margin: 0 auto;
}
.team-slider .slick-track {
  min-width: 100%;
}
/*.team-slider .slick-slide.slick-active.middle-three-slides {
  opacity: 1 !important;
}*/
.team-slider .slick-slide {
   /*opacity: 0.4 !important;*/
  margin: 0;
	padding: 0 10px;
}
.team-slider-block .slick-slide img {
    margin: 0 auto 14px auto;
  height: auto;
  max-width: 215px;

}
.team-slider-block .slick-current img {

}
.team-slider-block h3 {
    text-align: center;
    font-size: 18px;
    color: #A29061;
    margin-bottom: 5px;
}
.team-slider-block .job-title {
    text-align: center; 
}

.team-slider-text .slick-list {
  width: 50%;
}
.team-member-bio-text {
  display: none;
  text-align: center;
  height: 0;
  margin-top: 30px;
}
.slick-current .team-member-bio-text {
  height: auto;
}

.team-slider-wrapper {overflow: hidden;} .team-slider-wrapper .team-slider {margin: 0 -14px;}
/** Arrow Navigation **/
.lsb-slick-arrows .slick-prev::before {
content: "";
opacity: 0 !important;
}
.lsb-slick-arrows .slick-next::before {
content: "";
opacity: 0 !important;
}
.lsb-slick-arrows .slick-next, .lsb-slick-arrows .slick-next:hover, .lsb-slick-arrows .slick-next:focus {
background: url("/wp-content/uploads/2019/08/next-arrow.svg");
background-repeat: no-repeat;
background-size: cover;
background-position: center;
    top: 107px;
    right: 65px;
}
.lsb-slick-arrows .slick-prev, .lsb-slick-arrows .slick-prev:hover, .lsb-slick-arrows .slick-prev:focus {
background: url("/wp-content/uploads/2019/08/prev-arrow.svg");
background-repeat: no-repeat;
background-size: cover;
background-position: center;
    top: 107px;
    left: 65px;
}
.lsb-slick-arrows .slick-next, .lsb-slick-arrows .slick-prev {
    height: 29px;
    width: 16px;
  z-index: 3;
}

@media all and (max-width: 622px) {
.team-slider .slick-slide {
	padding: 0;
	}
}

/*=======================================*/
/** Social links **/
/*=======================================*/
.social-links {
    margin: 0;
    display: flex;
    justify-content: flex-end;
    height: 100%;
    align-items: center;
}
.social-links li {
    list-style: none;
    flex-basis: 36px;
    text-align: center;
    font-size: 25px;
    margin: 0 5px;
    border: 1px solid #C1AC75;
    border-radius: 36px;
    height: 36px;
}
.social-links li a {
    color: #C1AC75;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.social-links li a:hover {
  opacity: 0.8;
}
.social-links li img:hover {
  opacity: 0.8;
}

/*=======================================*/
/** Block: Single Image With Text Component **/
/*=======================================*/
.single-image-text-overlay-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.single-image-text-overlay-image {
  display: block;
padding-left: 150px;
padding-right: 150px;
}
.single-image-text-overlay-block.image-align-center .single-image-text-overlay-image {
  text-align: center;
  flex-basis: 100%;
	position: relative;
}
.single-image-text-overlay-block.image-align-left .single-image-text-overlay-image {
  text-align: left;
  flex-basis: 60%;
  order: 1;
}
.single-image-text-overlay-block.image-align-right .single-image-text-overlay-image {
  text-align: right;
  flex-basis: 60%;
  order: 2;
}
.single-image-text-overlay-block.image-align-center.text-align-center .single-image-text-overlay-image {
  text-align: center;
  flex-basis: 100%;
  order: 1;
}
.single-image-text-overlay-block.text-align-center .single-image-text-overlay-text-container {
  order: 2;
}
.single-image-text-overlay-block.image-align-left.text-align-right {
  flex-wrap: nowrap;  
}
.single-image-text-overlay-block.image-align-right.text-align-left {
  flex-wrap: nowrap;  
}
/*.single-image-text-overlay-block.image-align-left.text-align-right .single-image-text-overlay-text-container {
  order: 2;
  flex-basis: 45%;
  top: 0;
}*/
.single-image-text-overlay-block.image-align-left.text-align-right .single-image-text-overlay-text-container {
  order: 2;
    flex-basis: 45%;
    top: 0;
    box-shadow: 0px 22px 22px -14px rgba(0,0,0,0.11);
    margin-bottom: 0;
    min-height: 60%;
}
/*.single-image-text-overlay-block.image-align-right.text-align-left .single-image-text-overlay-text-container {
  order: 1;
  flex-basis: 45%;
  top: 0;
}*/
.single-image-text-overlay-block.image-align-right.text-align-left .single-image-text-overlay-text-container {
    order: 1;
    flex-basis: 45%;
    top: 0;
    box-shadow: 0px 22px 22px -14px rgba(0,0,0,0.11);
    margin-bottom: 0;
    min-height: 60%;
}
.single-image-text-overlay-block.image-align-left.text-align-center .single-image-text-overlay-image {
  text-align: left;
  flex-basis: 100%;
  order: 1;
}
.single-image-text-overlay-block.image-align-right.text-align-center .single-image-text-overlay-image {
  text-align: right;
  flex-basis: 100%;
  order: 1;
}
.single-image-text-overlay-text-container {
    background: #EAE8E5;
    padding: 30px 50px;
    text-align: center;
  flex-basis: 812px;
    position: relative;
    box-shadow: 0px 22px 22px -14px rgba(0,0,0,0.11);
  top: -85px;
  margin-bottom: -85px;
}
.single-image-text-overlay-block.image-align-left.text-align-right .single-image-text-overlay-image, .single-image-text-overlay-block.image-align-right.text-align-left .single-image-text-overlay-image {
    flex-basis: auto;
  line-height: 0;
}
.text-align-left .single-image-text-overlay-image, .text-align-right .single-image-text-overlay-image {
    padding-left: 0;
    padding-right: 0;
}
.text-align-right .single-image-text-overlay-text-container, .text-align-left .single-image-text-overlay-text-container {
    padding: 0;
  flex-basis: 45%;
    position: relative;
  box-shadow: none;
}
/*.single-image-text-overlay-text-container-inner {
height: auto;
position: relative;
box-shadow: 0px 22px 22px -14px rgba(0,0,0,0.11);
padding-bottom: 35px;
padding-top: 35px;
padding-left: 50px;
padding-right: 50px;
  margin-top: 30px;
min-height: 40%;
}*/
.single-image-text-overlay-text-container-inner {
    height: 100%;
    position: relative;
    padding-bottom: 35px;
    padding-top: 35px;
    padding-left: 50px;
    padding-right: 50px;
}
.single-image-text-overlay-block .single-image-text-overlay-text-container::before {
    content: "";
    background: 
#EAE8E5;
height: 100%;
width: 20px;
position: absolute;
top: 0;
box-shadow: 0px 14px 14px -14px
    rgba(0,0,0,0.1);
    z-index: 1;
}
.single-image-text-overlay-block.image-align-center .single-image-text-overlay-text-container::before, .single-image-text-overlay-block.text-align-center .single-image-text-overlay-text-container::before {
	display: none;
}

.text-align-right .single-image-text-overlay-text-container::before {
    left: -20px;
}
.text-align-left .single-image-text-overlay-text-container::before {
    right: -20px;
}
/*.single-image-text-inner {
display: flex;
padding: 0 80px;  
}*/
.single-image-text-inner {
    display: flex;
    padding: 0 80px;
    align-items: center;
}

.has-grey-color { color: #555; }
.has-grey-background-color { background-color: #555; }
.single-image-text-overlay-text-container h2 {
  font-size: 24px;
  color: #782F3E;
}
a.lsb-text-overlay-link {
  font-weight: bold;
  color: #A29061;
  letter-spacing: 1.25px;
  text-transform: uppercase;
  font-size: 18px;
}

.single-image-text-overlay-block.align-full-width .single-image-text-overlay-text-container::before {
	display: none;
}

@media all and (max-width: 1920px) {
}
@media all and (max-width: 1366px) {
.single-image-text-overlay-image img {
  width: 100%;
}
.single-image-text-overlay-image {
    padding-left: 0;
    padding-right: 0;
}
}
@media all and (max-width: 1280px) {
.single-image-text-inner {
    padding: 0;
    flex-wrap: wrap;
}	
.single-image-text-overlay-image {
    width: 100%;
}
.single-image-text-overlay-text-container {
    background: 
#EAE8E5;
padding: 30px 50px !important;
text-align: center;
flex-basis: 812px !important;
position: relative !important;
box-shadow: 0px 22px 22px -14px
    rgba(0,0,0,0.11) !important;
    top: -85px !important;
    margin: 0 auto -85px auto !important;
}
.single-image-text-overlay-text-container-inner {
    height: 100%;
    position: relative;
    padding-bottom: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}
.single-image-text-overlay-block .single-image-text-overlay-text-container::before  {
    display: none;
}
.single-image-text-overlay-text-container {
    min-height: 100px !important;
}
.gold-link {
    padding-bottom: 0;
}
.single-image-text-overlay-block.image-align-right.text-align-left .single-image-text-overlay-text-container {
    order: 2;
}
.single-image-text-overlay-image img {
    max-height: 503px;
    object-fit: cover;
    object-position: center;
}
}
@media all and (max-width: 1024px) {
.single-image-text-overlay-image img {
    max-height: 402px;
}
}
@media all and (max-width: 966px) {
.single-image-text-overlay-text-container {
flex-basis: calc(100% - 140px) !important;
}
}
@media all and (max-width: 768px) {
.single-image-text-overlay-text-container  {
padding: 30px 50px !important;
  top: -l60px !important;
}
}
@media all and (max-width: 480px) {
.single-image-text-overlay-text-container h2 {
    font-size: 18px;
}
a.lsb-text-overlay-link {
    font-size: 16px;
}
.single-image-text-overlay-text-container {
    flex-basis: calc(100% - 100px) !important;
    top: -60px !important;
    padding: 30px 30px !important;
}
  .single-image-text-overlay-image {
    min-height: 252px;
  }
.single-image-text-overlay-image img {
    height: 100%;
    object-fit: cover;
    min-height: 252px;
}
	.single-image-text-overlay-block  {
		padding-bottom: 60px !important;
	}
}
@media all and (max-width: 375px) {
}
/*=======================================*/
/** Block: Image Row **/
/*=======================================*/
.image-row-block  {
	position: relative;
}
.image-row-block .image-row~.image-row {
    padding-top: 4px; 
}
.image-row {
    display: flex;
  line-height: 0;
	position: relative;
}
.image-row-2-images .image-row-image:nth-of-type(1) {
  padding-right: 2px; 
}
.image-row-2-images .image-row-image:nth-of-type(2) {
    padding-left: 2px;
}
.image-row-3-images {
  
}
.image-row-3-images .image-row-image:nth-of-type(1) {
  padding-right: 2px; 
}
.image-row-3-images .image-row-image:nth-of-type(2) {
    padding-left: 2px;
  padding-right: 2px; 
}
.image-row-3-images .image-row-image:nth-of-type(3) {
    padding-left: 2px;
}
.image-row-image {
    flex-grow: 1;
}
.image-row-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.image-row-hover-text {
	opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.65);
    width: 100%;
    height: 100%;
    z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.image-row-hover-text h3 {
    color: #fff;
    font-size: 2.1em;
    margin-bottom: 0;
    padding-left: 40px;
    padding-right: 40px;
	text-align: center;
}
.image-row-hover .image-row-hover-text {
		opacity: 1;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

@media all and (max-width: 1920px) {
}
@media all and (max-width: 1366px) {
}
@media all and (max-width: 1280px) {
}
@media all and (max-width: 768px) {
.image-row-hover-text h3 {
	font-size: 1.8em
}
}
@media all and (max-width: 480px) {
.image-row {
    flex-wrap: wrap;
}
.image-row-image {
    padding: 2px 0 0 0 !important;
}
.image-row-block .image-row ~ .image-row {
    padding-top: 0px;
}
}
@media all and (max-width: 375px) {
}
/*=======================================*/
/** Block: Feature Panel **/
/*=======================================*/
.feature-panel-gradient {
    background-image: linear-gradient( to top, transparent, rgb(0, 0, 0));
    height: 175px;
    width: 100%;
    position: absolute;
    z-index: 1;
    max-width: none !important;
    left: 0;
    right: 0;
}
/*.feature-panel-gradient {
    -webkit-animation: fadeingradient ease 0.2s;
    animation: fadeingradient ease 0.2s;    
}
@keyframes fadeingradient{
    0% { opacity:0.2; }
    100% { opacity:1; }
}

@-webkit-keyframes fadeingradient{
    0% { opacity:0.2; }
    100% { opacity:1; }
}
.feature-panel-content img {
    -webkit-animation: fadeinfeature ease 0.75s;
    animation: fadeinfeature ease 0.75s;  
}
@keyframes fadeinfeature{
    0% { opacity:0; }
    100% { opacity:1; }
}

@-webkit-keyframes fadeinfeature{
    0% { opacity:0; }
    100% { opacity:1; }
}*/
.feature-panel-block {
  max-width: none !important;
}
.feature-panel-content {
  position: relative;
  line-height: 0;
}
.feature-panel-content-image img {
  object-fit: cover;
  width: 100%;
}

.feature-panel-cut-out-left {
    background: #EAE8E5;
    width: calc(50% - 20px);
    height: 20px;
    position: absolute;
    top: -20px;
    left: 0;
}
.feature-panel-cut-out-left::after {
    border-top: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 11px solid #EAE8E5;
    border-left: 11px solid #EAE8E5;
    position: absolute;
    right: -20px;
    display: block;
    content: "";
}
.feature-panel-cut-out-right {
    background: #EAE8E5;
    width: calc(50% - 20px);
    height: 20px;
    position: absolute;
    top: -20px;
    right: 0; 
}
.feature-panel-cut-out-right::before {
    border-top: 10px solid transparent;
    border-right: 11px solid #EAE8E5;
    border-bottom: 11px solid #EAE8E5;
    border-left: 10px solid transparent;
    position: absolute;
    left: -20px;
    display: block;
    content: "";
}
.feature-panel-text {
    text-align: center;
    padding-top: 60px;
    background: #EAE8E5;
    position: relative;
    width: 100%;
    max-width: none;
}
.full-screen-video-block .feature-panel-text {
    position: absolute;
    bottom: 0;
    z-index: 1;
    padding: 0;
}
.feature-panel-text h1 {
  margin-bottom: 15px;
}
.feature-panel-text p:last-child {
    margin-bottom: 0;
}
.feature-panel-text .post-date {
  margin-bottom: 20px;
}
.feature-panel-text p {
  font-size: 24px;
}
.feature-panel-video-play {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media all and (max-width: 1920px) {
}
@media all and (max-width: 1366px) {
}
@media all and (max-width: 1120px) {
  .feature-panel-text .feature-panel-text-inner {
    width: auto;
  }
}
@media all and (max-width: 1024px) {
.feature-panel-text p {
    font-size: 18px;
}
.feature-panel-content {
    height: 50vh;
    min-height: 400px;
}
.feature-panel-content img {
    height: 100%;
    object-fit: cover;
}
.feature-panel-text {
    padding-top: 30px;
}
.feature-panel-block .acf-map {
    height: 50vh;
    min-height: 400px;
padding-bottom: 0 !important;
	}
.page-id-877 .feature-panel-gradient {
    height: 58px;
}
}
@media all and (max-width: 480px) {
.feature-panel-text p {
    font-size: 16px;
z-index: 2;
position: relative;
}
.feature-panel-content {
    height: 65vh;
}
.feature-panel-video-play img {
  height: 50px !important;
  width: 50px !important;
}
/*.feature-panel-text::after {
    content: "";
    width: 100%;
    height: 40px;
    display: block;
    left: 0;
    bottom: -35px;
    background: 
    #eae8e5;
    position: absolute;
  z-index: 1;
}*/
.single-post h1 {
    font-size: 18px;
}
.post-categories {
    font-size: 14px;
}
.single-post .feature-panel-block, .single-event .feature-panel-block {
  padding-bottom: 10px !important;
}
.feature-panel-block.last-content-block-padding {
    padding-bottom: 100px !important;
}
.feature-panel-block .acf-map {
    height: 65vh;
	}
}
@media all and (max-width: 375px) {
}
/*=======================================*/
/** Block: Image grid With Text Component **/
/*=======================================*/
.image-grid-text-block {
    display: flex;
  padding-bottom: 75px;
  overflow: hidden;
}
.image-grid-text-block.large-image-align-right .image-grid-text-large-container {
  order: 2;
}
.image-grid-text-block.large-image-align-left .image-grid-text-large-container {
  order: 1; 
}
.image-grid-text-block.large-image-align-right .image-grid-text-small-container {
  order: 1;
}
.image-grid-text-block.large-image-align-left .image-grid-text-small-container {
  order: 2; 
}
.image-grid-text-large-container {
    flex-basis: 71%;
    position: relative;
    display: flex;
    justify-content: center;
}
.large-image-align-left .image-grid-text-large-container {
  padding-right: 2px; 
}
.large-image-align-right .image-grid-text-large-container {
  padding-left: 2px;  
}
.image-grid-text-large-container .image-grid-text-image {
    height: 100%; 
}
.image-grid-text-large-container img {
    width: 100%;
    height: 100%;
  object-fit: cover;
}
.image-grid-text-large-container .image-grid-text-image {
  line-height: 0; 
}
.image-grid-text-text-container {
    position: absolute;
    background: #EAE8E5;
    padding: 30px 50px;
    text-align: center;
    box-shadow: 0px 22px 22px -14px rgba(0,0,0,0.11);
    bottom: -50px;
    width: 75%;
    margin: 0 auto;
}
.text-component-triangle {
    position: absolute;
    bottom: -22px;
    width: 100%;
    left: 0;
    line-height: 0;
}
.text-component-triangle img {
    object-fit: contain;
    width: 43px;
    height: auto;
}


.image-grid-text-small-container {
  line-height: 0;
  flex-basis: 29%;
}
.large-image-align-left .image-grid-text-small-container {
  padding-left: 2px;
}
.large-image-align-right .image-grid-text-small-container {
  padding-right: 2px;
}
.image-grid-text-small-wrap {
  height: 100%;
}
.image-grid-text-small-container img {
  width: 100%;
  object-fit: cover;
}
.large-image-align-left .image-grid-text-image-one, .large-image-align-right .image-grid-text-image-one {
  padding-bottom: 2px;
}
.large-image-align-left .image-grid-text-image-two, .large-image-align-right .image-grid-text-image-two {
  padding-top: 2px;
}

/*https://stackoverflow.com/questions/1495407/maintain-the-aspect-ratio-of-a-div-with-css*/
.feature-panel-block .acf-map {
padding-bottom: 37.5%;
width: 100%;
}
/*.map-overlay {
background: rgba(0, 0, 0, 0.3);
  height: 682px;
width: 100%;
display: block;
position: absolute;
top: 0;
left: 0;
}*/

@media all and (max-width: 1920px) {
}
@media all and (max-width: 1280px) {
}
@media all and (max-width: 966px) {
}
@media all and (max-width: 768px) {
.image-grid-text-large-container {
    flex-basis: 100%;
  padding: 0 !important;
  flex-wrap: wrap;
}
.image-grid-text-small-container {
    display: none;
}
.image-grid-text-text-container {
    width: calc(100% - 140px);
  top: -60px;
  position: relative;
  bottom: 0;
  margin: 0 auto -85px auto;
}
.image-grid-text-block {
    display: block;
}
}
@media all and (max-width: 480px) {
  .image-grid-text-text-container h2 {
    font-size: 18px;
  }
.image-grid-text-text-container {
    width: calc(100% - 100px);
  padding: 30px 30px;
}
}
@media all and (max-width: 375px) {
}
/*=======================================*/
/** Blog/Event Archive **/
/*=======================================*/
.archive-template#primary {
  background: #eae8e5;
}
.archive-template .feature-panel-block {
  padding-bottom: 20px !important;
}
.archive-template #main {
    padding-left: 80px;
    padding-right: 80px;
    background: #eae8e5;
}
.page-template-archive-event .archive-template #main {
    padding-top: 60px;
}
.facet-post-filers-container .facetwp-facet {
    margin-bottom: 65px;
}
.facet-post-filers-container {
    background: #eae8e5;
    text-align: center;
}
.facet-post-filers-container .facetwp-type-fselect .fs-wrap {
    width: 400px;
}
.facet-post-filers-container .fs-arrow {
    border-left: none;
    border-right: none;
    border-top: none;
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
    margin: auto;
    transition: ease-in 0.15s;
    background: url(/wp-content/uploads/2019/09/blog-filter-arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 22px;
    height: 12px;
}
.facet-post-filers-container .fs-label-wrap {
    position: relative;
    background-color: 
    #F4F3F2;
    border: none;
    cursor: default;
    text-align: left;
}
.facet-post-filers-container .fs-label-wrap .fs-label {
  padding: 16px 15px;
}
.facet-post-filers-container .fs-option {
    text-align: left;
  font-size: 16px;
  padding: 8px 15px;
}
.facet-post-filers-container .facetwp-type-fselect .fs-dropdown {
    width: 400px;
    margin-top: 0;
}
.facet-post-filers-container .fs-option:hover {
  background-color: #f8f8f8;
}

.archive-template .post, .archive-template .event {
    margin: 0 0 6em;
}
.archive-template .post:last-of-type, .archive-template .event:last-of-type {
    margin: 0 0 4em;
}
.page-template-archive-event .facet-post-filers-container {
  display: none;
}
.archive-template article .inside-article {
    display: flex;
}
.archive-template article:nth-of-type(odd) .inside-article .entry-header {
  order: 2;
}
.archive-template article:nth-of-type(odd) .inside-article .post-image {
  order: 1;
}
.archive-template article:nth-of-type(even) .inside-article .entry-header {
  order: 1;
}
.archive-template article:nth-of-type(even) .inside-article .post-image {
  order: 2;
}
.archive-template article .inside-article .post-image {
    flex-basis: auto;
}
.archive-template article .inside-article .entry-header {
    background: #EAE8E5;
    padding: 30px 0 30px 0;
  text-align: center;
  flex-basis: 45%;
  position: relative;
  z-index: 1;
}
.archive-template article .inside-article .entry-header-inner {
height: auto;
position: relative;
box-shadow: 0px 22px 22px -14px rgba(0,0,0,0.11);
    padding-bottom: 35px;
    padding-top: 35px;
    padding-left: 50px;
    padding-right: 50px;
}
.archive-template article .inside-article .entry-header-inner::before {
    content: "";
    background: #EAE8E5;
    height: 100%;
    width: 20px;
    position: absolute;
    top: 0;
  box-shadow: 0px 22px 22px -14px rgba(0,0,0,0.11);
  z-index: 1;
}
.archive-template article:nth-of-type(odd) .inside-article .entry-header-inner::before {
    left: -20px;
}
.archive-template article:nth-of-type(even) .inside-article .entry-header-inner::before {
    right: -20px;
}
.archive-template article .inside-article .entry-header h2 {
  font-size: 21px;
  margin-bottom: 20px;
}
.archive-template article .inside-article .entry-header h2 a {
  color: #782F3E;
}
.post-categories {
    color: 
    #A29061;
    text-transform: uppercase;
    letter-spacing: 1.25px;
    font-weight: 400;
    margin-bottom: 20px;
}

.archive-template article .post-image {
    margin: 0;
  line-height: 0;
}

.fwp-load-more {
    background: none !important;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    color: #A29061 !important;
    font-weight: bold;
    letter-spacing: 1.25px;
    padding: 0;
}
.fwp-load-more:hover {
    background: none;
    color: #A29061;
}
.archive-template .gold-link {
    padding-top: 0;
    margin-bottom: 4em;
}
.fwp-load-more::before {
    content: "";
    width: 50px;
    border: 1px solid #A29061;
    display: inline-block;
    left: 0;
    position: relative;
    top: -5px;
    margin-right: 15px;
}
.fwp-load-more::after {
    content: "";
    width: 50px;
    border: 1px solid #A29061;
    display: inline-block;
    left: 0;
    position: relative;
    top: -5px;
    margin-left: 15px;
}

.expired-post-notice {
  margin-bottom: 20px;
}

@media all and (max-width: 1920px) {
}
@media all and (max-width: 1366px) {
  .archive-template article .inside-article .post-image {
    flex-basis: 60%;
  }
.archive-template article .inside-article .entry-header {
    font-size: 16px;
}
}
@media all and (max-width: 1280px) {
}
@media all and (max-width: 1024px) {
.archive-template article .inside-article {
    flex-wrap: wrap;
}
.archive-template article .inside-article .post-image {
    flex-basis: 100%;
}
.archive-template article .inside-article .post-image img {
  width: 100%;
}
.archive-template #main {
    padding-left: 0;
    padding-right: 0;
}
.archive-template article:nth-of-type(2n) .inside-article .post-image {
    order: 1;
}
.archive-template article:nth-of-type(2n) .inside-article .entry-header {
    order: 2;
}
.archive-template article .inside-article .entry-header {
    padding: 0;
    flex-basis: calc(100% - 40px);
    top: -85px;
    margin: 0 auto;
}
.archive-template article .inside-article .entry-header-inner {
    padding: 30px 50px;
    margin-bottom: -85px;
}
.archive-template article .inside-article .entry-header-inner::before {
    display: none;
}
}
@media all and (max-width: 768px) {
.archive-template article .inside-article .entry-header {
    top: -60px;
}
}
@media all and (max-width: 480px) {
.facet-post-filers-container .fs-label-wrap .fs-label {
    padding: 10px 15px;
}
.facet-post-filers-container .facetwp-type-fselect .fs-wrap {
    width: 100%;
}
.facet-post-filers-container {
    padding: 0 20px;
}
.archive-template article .inside-article .entry-header h2 {
    font-size: 18px;
}
.archive-template article .inside-article .entry-header-inner {
    padding: 30px 30px;
}
.archive-template article .inside-article .post-image {
    min-height: 252px;
}
.archive-template article .inside-article .post-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
}
@media all and (max-width: 375px) {
}
/*=======================================*/
/** Block Showcase/component Blog/Event **/
/*=======================================*/
.blog-component-overlay-image  {
  position: relative;
  text-align: center;
}
.blog-component-text-container {
    background: #EAE8E5;
    padding: 30px 50px;
    text-align: center;
    width: 812px;
    position: relative;
    box-shadow: 0px 22px 22px -14px rgba(0,0,0,0.11);
    top: -85px;
    margin: 0 auto -85px auto;
}
.blog-component-text-container h2 {
    font-size: 21px;
    color: #782F3E;
}
.blog-component-text-container .post-date {
  margin-bottom: 1.5em;
}

@media all and (max-width: 1920px) {
}
@media all and (max-width: 1366px) {
}
@media all and (max-width: 966px) {
  .blog-component-overlay-image img {
    width: 100%;
  }
.blog-component-text-container {
width: calc(100% - 140px);
}
}
@media all and (max-width: 768px) {
.blog-component-text-container {
padding: 30px 50px;
top: -60px;
}
}
@media all and (max-width: 480px) {
.blog-component-text-container h2 {
    font-size: 18px;
}
a.lsb-text-overlay-link {
    font-size: 16px;
}
.blog-component-text-container {
    width: calc(100% - 100px);
}
.blog-component-text-container {
    padding: 30px 30px;
}
.blog-component-overlay-image {
  height: 252px;
}
.blog-component-overlay-image img {
    height: 100%;
  object-fit: cover;
}
}
@media all and (max-width: 375px) {
}
/*=======================================*/
/** Block: Full screen video **/
/*=======================================*/
/* https://github.com/sampotts/plyr/issues/607 */
.full-screen-video-block {
    max-height: 100vh;
    position: relative;
    overflow: hidden;
  max-width: none !important;
}
@media all and (max-width: 1024px) {
@supports (-webkit-overflow-scrolling: touch) {
.full-screen-video-block {
    max-height: calc(100vh - 60px);
}
}
}
.full-screen-video-overlay {
    background: rgba(0, 0, 0, 0.3);
    height: 100%;
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.full-screen-video-text-contaner {
    position: absolute;
    bottom: 100px;
    width: 100%;
    text-align: center;
    z-index: 2;
    -webkit-animation: fadein ease 2s;
    animation: fadein ease 2s;  
}
@keyframes fadein{
    0% { opacity:0; }
    40% { opacity:0; }
    100% { opacity:1; }
}

@-webkit-keyframes fadein{
    0% { opacity:0; }
    40% { opacity:0; }
    100% { opacity:1; }
}
.full-screen-video-text {
    color: #fff;
    font-size: 24px;
    max-width: 1080px;
    margin: 0 auto;
}


/* temporary corona message */
@media all and (max-width: 1120px) {
.full-screen-video-text {
    padding-left: 20px;
    padding-right: 20px;
} 
}
@media all and (max-width: 768px) {
.full-screen-video-text {
    padding-left: 0;
    padding-right: 0;
}
.full-screen-video-text-contaner {
    bottom: 30px;
}
}
/* temporary corona message */


.full-screen-video-text a {
	color: #fff;
}
.full-screen-video-text p:last-child {
    margin-bottom: 10px;
}
.full-video-mobile-image {
  display: none;
}
.plyr__video-embed {
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  position: relative;
}
.video-wrapper {
  position: relative;
  padding-bottom: 200%;
  transform: translateY(-35.95%);	
}





.rtl footer .menu {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
}
.rtl .social-links {
    flex-direction: row-reverse;
}
.rtl .has-text-align-left {
    text-align: right;
}
[dir="rtl"] .slick-slide {
	float: left;
}
.rtl .team-slider-block .slick-list {
	direction: ltr;
}
.rtl .gold-link {
    flex-direction: row-reverse;
}
.rtl header .menu {
    flex-direction: row-reverse;
}
.rtl .single-image-text-overlay-block.image-align-left .single-image-text-overlay-image {
    flex-basis: 100%;
    order: 0;
}
.rtl .single-image-text-overlay-block.image-align-right .single-image-text-overlay-image {
    flex-basis: 100%;
    order: 0;
}
.rtl .single-image-text-overlay-block .single-image-text-overlay-text-container::before {
	display: none;
}
.rtl .single-image-text-overlay-block.image-align-left.text-align-right .single-image-text-overlay-image, .rtl .single-image-text-overlay-block.image-align-right.text-align-left .single-image-text-overlay-image {
    flex-basis: auto;
    order: 0;
}
.rtl .single-image-text-overlay-block.image-align-left.text-align-right .single-image-text-inner {
	flex-direction: row-reverse;	
}
.rtl .single-image-text-overlay-block.image-align-left.text-align-right .single-image-text-overlay-image {
    flex-basis: auto;
}
.rtl #cookie-law-info-bar span {
    flex-direction: row-reverse;
}
.rtl .image-row {
    flex-direction: row-reverse;
}
[dir='rtl'] .slick-prev
{
    right: auto;
}

@media all and (max-width: 1920px) {
/*.full-screen-video-block iframe {
  transform: scale(1.5);
}*/
}
@media all and (max-width: 1366px) {
}
@media all and (max-width: 1280px) {
/*.full-screen-video-block iframe {
    transform: scale(1.7);
}*/
}
@media all and (max-width: 768px) {
.plyr__video-embed {
    height: 0;
    padding-bottom: 56.25%;
display: none;
  }
.full-video-mobile-image {
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}
  .full-screen-video-text-contaner-inner {
    padding: 0 20px;
  }
.full-screen-video-text {
    font-size: 20px;
}
.full-screen-video-block {
  margin-bottom: 40px !important;
	min-height: 450px;
}
}
@media all and (max-width: 480px) {
.full-screen-video-text {
    font-size: 16px;
}
.full-screen-video-text-contaner-inner a.lsb-text-overlay-link {
    font-size: 18px;
}
}
@media all and (max-width: 375px) {
}
/*=======================================*/
/** 404 **/
/*=======================================*/
.error404 .entry-header, .error404 .entry-content {
  text-align: center;
  width: 100%;
}
.error404 .entry-header {
  padding-bottom: 15px;
}
.error404 #page {
  min-height: calc(100vh - 78px);
  background: #eae8e5;
}
.error404 .inside-article {
    height: calc(100vh - 78px);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  padding-bottom: 0 !important;
}

/*=======================================*/
/** Cookie consent **/
/*=======================================*/
#cookie-law-info-bar {
	text-align: left;
background-color: rgb(120, 47, 62) !important;
color: rgb(193, 172, 117) !important;
font-family: 'Lato', sans-serif !important;
	font-size: 15px;
	padding: 20px 40px !important;
}
#cookie-law-info-bar a {
	color: rgb(193, 172, 117);
}
#cookie-law-info-bar a:hover {
	text-decoration: underline;
}
#cookie_action_close_header, .cli_settings_button {
	background-color: rgb(193, 172, 117) !important;
	font-weight: 600 !important;
	min-width: 99px;
padding-top: 12px;
padding-bottom: 12px;
}
#cookie_action_close_header:hover, #cookie_action_close_header:focus, .cli_settings_button:hover, .cli_settings_button:focus {
opacity: 0.9;
	background-color: rgb(193, 172, 117) !important;
}
#cookie-law-info-bar span {
	display: flex;
}
.cookie-text p:last-of-type {
	margin-bottom: 0 !important;
}
.cookie-buttons {
    flex-basis: 410px;
    display: flex;
    justify-content: right;
    align-items: center;
	text-align: center;
	padding-left: 30px;
}
.cli_settings_button {
	margin: 0 5px 0 0 !important;
}
#cookie_action_close_header {
	margin: 0 0 0 5px !important;	
}
#cookie-law-info-bar span br {
	display: none;
}
#cookie-law-info-bar span p {
margin-bottom: 1em;
}
#cookie-law-info-again {
    box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.5) !important;
}

@media all and (max-width: 1024px) {
#cookie-law-info-bar {
	padding: 20px !important;
}
}
@media all and (max-width: 980px) {
#cookie-law-info-bar {
	padding: 20px !important;
}
#cookie-law-info-bar span {
    flex-wrap: wrap;
}
	.cookie-text {
    flex-basis: 100%;
	text-align: center;
	}
.cookie-buttons {
    flex-basis: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-left: 0;
padding-top: 20px;
}
}
@media all and (max-width: 768px) {
#cookie-law-info-again {
	right: 20px !important;
}
}

@media all and (max-width: 1024px) {
.cc-window.cc-floating {
    max-width: 100% !important;
  width: 100%;
  flex-direction: row !important;
  padding-top: 1.5em !important;
  padding-bottom: 1.5em !important;
}
.cc-bottom {
    bottom: 0 !important;
}
.cc-floating .cc-message {
  margin-bottom: 0 !important;
  width: 100%;
  padding-right: 35px;
}
.cc-window.cc-floating .cc-compliance {
  flex: auto !important;
  min-width: 90px;
}
}
@media all and (max-width: 480px) {
.cc-window.cc-floating {
  flex-wrap: wrap;
}
.cc-floating .cc-message {
  padding-right: 0;
  padding-bottom: 20px;
}
.cc-window.cc-floating .cc-compliance {
  min-width: 200px;
}
}
/*=======================================*/
/** Footer **/
/*=======================================*/
footer {
    width: 100%;
    margin: 0 auto;
}
.site-footer {
    background: #782F3E;  
}
.footer-row {
max-width: 1640px;
margin: 0 auto; 
}
/** Footer Links **/
.links {
    display: flex;
    padding: 15px 0 15px 0;
  font-size: 16px;
  font-weight: 400;
}
.links .footer-column {
  flex: 1 auto;
}
.footer-column, .footer-column a {
  color: #C1AC75;
}
#menu-item-396 a {
  display: flex;
  align-items: center;
}
#menu-item-396 img {
  margin-left: 5px;
}

.links .footer-column.footer-column-two {
    flex-basis: 15%;
}
.links .footer-column.footer-column-two .column-content {
  height: 100%;
}
footer .menu {
  margin: 0;
}
footer .menu li {
    list-style: none;
    display: inline-block;
    border-right: 1px solid #C1AC75;
    padding-right: 12px;
    margin-right: 5px;
}
footer .menu li:last-child {
    border-right: 0;
    padding-right: 0;
    margin-right: 0;
}
.copyright {
    margin: 0;
}

@media all and (max-width: 1920px) {
}
@media all and (max-width: 1700px) {
.links {
    padding: 15px 40px;
}
}
@media all and (max-width: 1280px) {
.links {
    flex-wrap: wrap;
}
.links .footer-column {
    flex: inherit;
    flex-basis: 100%;
    text-align: center;
}
.links .footer-column.footer-column-two {
    flex-basis: 100%;
}
.social-links {
    justify-content: center;
}
.footer-column-one {
  padding-bottom: 15px;
}
}
@media all and (max-width: 768px) {
.links {
    padding: 15px 30px;
}
}
@media all and (max-width: 480px) {
.links .footer-column {
    font-size: 12px;
    line-height: 1.8em;
}
.social-links li {
    flex-basis: 30px;
    border-radius: 30px;
    height: 30px;
}
.social-links li a {
    font-size: 18px;
}
.links {
    padding: 15px 20px;
}
#menu-item-396 img {
    height: 18px;
    width: auto;
}
footer .menu li {
    padding-right: 9px;
    margin-right: 5px;
}
#menu-item-401 {
  border-right: none;
  margin-right: 0;    
}
}
@media all and (max-width: 414px) {
#menu-item-2833 {
  border-right: none;
  margin-right: 0;    
}
}
@media all and (max-width: 375px) {
footer .menu li {
    padding-right: 0;
    margin-right: 0;
    width: 100%;
  border-right: none;
}
}


.post-type-archive-user_guide header {
  display: none;
}

.post-type-archive-user_guide #page {
  background-color: #eae8e5;
}
.post-type-archive-user_guide .entry-content {
    padding-top: 70px;
  padding-bottom: 30px;
}
.post-type-archive-user_guide h1 {
  text-align: center;
  margin-bottom: 45px;
}
.anchor-links {
    text-align: center;
    font-weight: 400;
  margin-bottom: 50px;
}
.anchor-links a {
    padding: 0 10px;
    font-size: 18px;
}
.anchor-links a:hover {
    text-decoration: underline;
}
.user-guides-block {
  margin-bottom: 50px;
  background: #f7f7f7;
    padding: 30px;  
}
.user-guides-block ol {
  margin-bottom: 0;
  margin-left: 20px;
}
.user-guides-block h2 {
  font-size: 28px;
}
.user-guides-block-intro {
  font-weight: 400;
  border-bottom: 3px double #cac8c5;
  margin-bottom: 1.5em;
}
.user-guides-block a:hover {
  text-decoration: underline;
}
.user-guides-block h3, .user-guides-block li {
  font-size: 18px;
  text-transform: none; 
  color: #000;
  font-weight: 400;
  letter-spacing: 0;
  margin-bottom: 22px;
}


.back-user-guides {
font-weight: 400;
font-size: 16px;  
}
.single-user_guide header {
  display: none;
}
.single-user_guide .entry-content {
    padding-top: 30px;
}
.single-user_guide h1 {
    padding-top: 40px;
    margin-bottom: 65px;
  text-align: center;
}
.user-guide-video {
  margin-bottom: 40px;
}
.user-guide-video .wp-video, .user-guide-video .mejs-container {
  max-width: 900px !important;
  width: 100% !important;
  margin: 0 auto;
}
.user-guide-step-wrap {
    display: flex;
    margin-bottom: 30px;
    background: 
    #f7f7f7;
    padding: 30px;
}
.step-count {
    width: 70px;
    font-size: 35px;
    font-weight: 400;
}
.step-content {
    font-weight: 400;
    font-size: 16px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  flex: 1;
}
.step-content p {
  margin-bottom: 1em;
  flex-basis: 100%;
}
.step-content p:last-of-type {
  margin-bottom: 0; 
}
.user-guide-useful-info {
    background: 
    #f7f7f7;
}
.user-guide-useful-info-inner {
    display: flex;  
      padding: 30px;
    flex-wrap: wrap;
}
.user-guide-useful-info h2 {
  width: 100%;
}
.user-guide-useful-info-content {
    font-weight: 400;
    font-size: 16px;  
}
.user-guide-useful-info-content p:last-of-type {
  margin-bottom: 0; 
}

@media(max-width:1024px){
.header-item.menu-container .menu-item-active {
	height: initial !important;
	float: left !important;
}
}


.gambling-week-container {
	display: none !important;
}
.gambling-week-container {
    display: flex;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    align-items: center;
}
.gambling-week-container img {
    display: block;
    object-fit: contain;
	max-width: 80%;	
	width: 700px;
	margin: 0 auto
}
.gambling-week-container, .gambling-week-container-single-image {
	display: flex;
}

.full-screen-video-block .gambling-week-container {
    position: relative;
}
.full-screen-video-block .gambling-week-container img {
	max-width: 70%;	
	width: 500px;
	margin: 0 auto;
}
.full-screen-video-block .gambling-week-container {
	margin-bottom: 50px;
}


.single-image-text-overlay-image .gambling-week-container img {
	max-width: 70%;	
	width: 500px;
}
.single-image-text-overlay-image .gambling-week-container {
	margin-top: 30px;
}
.single-image-text-overlay-image .gambling-week-container, .single-image-text-overlay-image .gambling-week-container-single-image {
    display: flex;
    align-items: flex-start;
}

.full-screen-video-text {
	display: none;
}

.gambling-week-container {
	/*display: none !important;*/
}


/*=======================================*/
/** Accordion **/
/*=======================================*/
.accordion {
    margin: 0;
}
.accordion .inner {
    overflow: hidden;
    display: none;
padding-top: 20px;
padding-left: 35px;
padding-right: 35px;
}
.faq-wrap {
    list-style: none;
    padding-bottom: 15px;
}
.faq-wrap:first-of-type {
}
.faq-wrap:last-of-type {
padding-bottom: 0;
}
.faq-question {
position: relative;
cursor: pointer;
padding: 20px 0;
background: #f4f3f2;
transition: all ease .3s;
border-bottom: 2px solid #A29061;
}
.faq-wrap a.faq-heading {
    display: block;
display: flex;
justify-content: space-between;
padding-left: 35px;
    align-items: center;
    padding-right: 35px;
    color: #782F3E;
    transition: all ease .3s;
    font-weight: bold;
}
.faq-wrap .faq-question:hover a.faq-heading {
    color: #782F3E;
    border-bottom: none;
  text-decoration: none;
}
.faq-wrap a.faq-heading:active {
    color: #782F3E !important;
    border-bottom: none;
    transition: none;
}
.faq-wrap .faq-question:hover {
background: #eae8e5;
}
.accordion-arrow-icon {
    display: flex;
    align-items: center;
        transition: all ease .3s;
        min-width: 18px;
        margin-left: 12px;
}
.accordion-arrow-icon img {
  width: 18px;
  height: auto;
}
.faq-wrap.active .accordion-arrow-icon {
    transform: rotate(180deg);
}

.accordion-open-close-icon {
    cursor: pointer;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 20px;
}


@media all and (max-width: 1024px) {
.testimonials-container {
    padding: 0 5px 0 15px;
}
.testimonial-text-wrap {
    padding: 20px 20px;
}
.speech-mark svg {
    width: 40px;
    height: auto;
}
.testimonials-container .simplebar-content {
  padding-right: 40px !important;
}
}
@media all and (max-width: 768px) {
.faq-wrap a.faq-heading {
    padding-left: 20px;
    padding-right: 20px;
}
.accordion .inner {
 padding-left: 20px;
padding-right: 20px; 
}
.testimonials-container {
    padding: 0 30px 0 0;
}
}