/*
Theme Name: Visit Kent
Theme URI: http://visitkent.com
Description: Custom theme for Visit Kent
Author: JayRay
Author URI: http://jayray.com
Template: runway-framework
Version: 1.0
Tags: one-column,,two-columns,,three-columns,,left-sidebar,,right-sidebar,,fixed-layout,,fluid-layout,,responsive-layout,,buddypress,,custom-menu,,editor-style,,featured-images,,flexible-header,,full-width-template,,sticky-post,,theme-options,,threaded-comments,,translation-ready
License: GNU General Public License

*/

/* jr */
#wpadminbar{
/* 	display: none; */
}
:root {
    --color-blue: #00998F;
    --color-dark-blue: #006B64;
    --color-gray: #585956;
    --color-orange: #ED5A28;
    --color-white: #ffffff;
    --polygon-arrow: polygon(70% 0, 100% 50%, 70% 100%, 0 100%, 0 0);
	--polygon-arrow-mobile: polygon(100% 0, 100% 60%, 50% 100%, 0% 60%, 0% 0%);
	--bs-light-rgb: #FFF;
}
body{
	-webkit-font-smoothing: antialiased;
	line-height: 1.6;
}
.listing-rating{
	margin-left: -10px;
}
.dropdown-menu{
    --bs-dropdown-padding-y: 0;
	--bs-dropdown-border-radius: 0;
	--bs-dropdown-bg: rgba(0, 0, 0, 0.7);
	--bs-dropdown-link-hover-bg: transparent;
	--bs-dropdown-link-active-bg: transparent;
}
.navbar-toggler{
	border: none;
}
.d-flex{
	display: flex;
}
.btn-primary{
	--bs-btn-active-border-color: transparent;
	--bs-btn-active-bg: var(--color-blue);
}
.navbar-nav{
	--bs-nav-link-padding-y: 0;
}
#top-nav{
	padding: 0 18px;
	display: flex; 
	justify-content: space-between;
	background: #fff;
}
.aggregate-image{
	position: relative;
}
.aggregate-image .badge{
	position: absolute;
	top: 0;
	right: 0;
	border-radius: 0;
}
.aggregate-image .badge a{
	color: #FFF;
	transition: 0.4s;
}
.aggregate-image .badge a:hover{
	transform: scale(1.1);
}
.badge.bg-secondary{
	background-color: #7e655a !important;
	color: #FFF !important; 
}
@media (min-width: 992px){
	#top-nav{
		padding: 0;
		background: transparent;
	}
}
.hamburger.is-active .hamburger-inner, 
.hamburger.is-active .hamburger-inner:after, 
.hamburger.is-active .hamburger-inner:before,
.hamburger-inner, 
.hamburger-inner:after, 
.hamburger-inner:before{
	background-color: #00998F;
}
.navbar{
	--bs-navbar-nav-link-padding-x: 0;
}
.container-fluid {
	--bs-gutter-x: 2.25rem;
}
.row {
	--bs-gutter-x: 2.25rem;
}
.featured-blog-post-inner .row{
	margin: 0;
}
.featured-blog-post-label{
	margin-top: 18px;
}
html{
	margin-top: 0 !important;
}
@media (min-width: 992px){
	.p-lg-18{
		padding: 0 18px;
	}
	.featured-blog-post-inner .row{
		margin: 0 -18px;
	}
	.featured-blog-post-label{
		margin-top: 0;
	}
	html{
/* 		margin-top: 32px !important; */
	}
}

.hero .container-fluid,
.hero .bg-overlay{
	position: relative;
}
.polygon-img-left{
	clip-path: polygon(15% 0%, 100% 0%, 100% 100%, 15% 100%, 0% 50%);
}
.polygon-img-right{
	clip-path: polygon(85% 0, 100% 50%, 85% 100%, 0 100%, 0 0);
}





@media (max-width: 992px){
	.polygon-row .fl-row-content-wrap{
		padding: 0;
	}		
	.polygon-img-right,
	.polygon-img-left{
		clip-path: var(--polygon-arrow-mobile);		
	}
	.page-id-7739 .polygon-img-right,
	.page-id-7739 .polygon-img-left{
		clip-path: none;
	}
	.polygon-img-right + .polygon-img-right,
	.polygon-img-left + .polygon-img-left{
		clip-path: var(--polygon-arrow-mobile);
		margin-bottom: 36px;
	}
	.polygon-row .fl-module{
		padding: 0 20px;
	}
	.polygon-row .fl-module.polygon-img-right,
	.polygon-row .fl-module.polygon-img-left{
		padding: 0;
	}
}
.polygon-img-left.w-100 .fl-photo-content,
.polygon-img-left.w-100 img{
	width: 100%;
}
.hero .bg-overlay:before{
	content:'';
	position: absolute;
	width: 100%;
	height: 100%;
	clip-path: polygon(100% 0, 100% 80%, 50% 100%, 0% 80%, 0% 0%);
	background: rgba(0, 0, 0, 0.7);
}

.hero .bg-overlay .col-md-8{
	padding: 80px 18px 150px;
}

@media (max-width: 991px){
	.single-post .hero .bg-overlay .col-md-8{
		padding-top: 20px;
	}
	.post-type-archive-tribe_events .hero .bg-overlay .col-md-8,
	.single-tribe_events .hero,
	.single-tribe_events .hero .bg-overlay .col-md-8,
	.blog .hero .bg-overlay .col-md-8{
		padding: 0;
	}
	.single-travel-directory .hero .bg-overlay .col-md-8,
	.single-tribe_events .hero .bg-overlay .col-md-8{
		padding: 0 20px;
	}
	.single-travel-directory .hero,
	.single-tribe_events .hero{
		min-height: 160px;
	}
	.single-travel-directory #breadcrumbs,
	.single-tribe_events #breadcrumbs{
		margin: 0;
	}
	.blog section.hero{
		height: 160px;
	}
	.blog .hero .intro-title{
		margin-bottom: 0;
	}
}
@media (min-width: 768px){
	.hero .bg-overlay .col-md-8{
		padding: 80px 18px 100px;
	}
}
.error404 .hero .bg-overlay .col-md-8{
	padding: 0;
}
.search-no-results .bg-overlay .col-md-8,
.search-results .bg-overlay .col-md-8{
	padding: 0 18px;
}
.w-100 .fl-photo-content img,
.w-100 .fl-photo-content{
	width: 100%;
}
.fl-node-mthsdjb5epk7 .fl-col-group{
	--bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
}
.fl-node-mthsdjb5epk7 .fl-row-content{
	padding: 0 20px;
}
.fl-node-mthsdjb5epk7 .fl-col-group >*{
    flex-shrink: 0;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y);
}
@media (max-width: 991px){
	.fl-node-mthsdjb5epk7 .fl-col-group{
		flex-direction: column-reverse;
		padding: 36px 0;
	}
}
@media (min-width: 768px){
	.hero .bg-overlay:before{
		width: 80%;
		clip-path: polygon(80% 0, 100% 50%, 80% 100%, 0 100%, 0 0);
	}
}
@media (min-width: 992px){
	.hero .bg-overlay:before{
		width: 60%;
	}
	.polygon-row{
		margin-top: 72px;
	}
}
/* Hide featured category */
#taxonomy-254-checkmark{
	display: none;
}
.page .entry-content a:hover{
	color: #585956;
	text-decoration: underline;
}
.polygon-img-left .fl-photo-content{
	width: 100%;
}
.polygon-img-left .fl-photo-content img{
	width: 100%;
}
.polygon-row .fl-col-group{
	display: flex;
	align-items: center;
	flex-direction: column;
}
.page-id-7739 .polygon-row .fl-col-group{
	flex-direction: column-reverse;
}
.polygon-row + .polygon-row{
	margin-top: 36px;
}
.polygon-row:nth-child(odd) .fl-col-group{
	flex-direction: column-reverse;
}
.page-id-7739 .polygon-row:nth-child(odd) .fl-col-group{
	flex-direction: column;
}
@media (max-width: 991px){
	.row-icon .fl-photo{
		text-align: center;
		margin: 18px auto;
	}
}
@media (min-width: 992px){
	.polygon-row .fl-col-group{
		flex-direction: row !important;
	}
	.polygon-row .fl-col-small{
		padding: 72px 0;
	}
/* 	.polygon-row:nth-child(odd){
		margin-top: 0;
	} */
}
.entry-content a,
.polygon-row a{
	color: #00998F;
	font-weight: 500;
	text-decoration: underline;
}
.entry-content a:hover,
.polygon-row a:hover{
	color: #585956;
}
.polygon-row:first-child .fl-col-group{
	align-items: start;
}
.polygon-row:first-child .fl-module-content{
	margin-top: 0;
}
.fl-node-nh2m6sdwf79q .fl-photo-content img,
.fl-node-nh2m6sdwf79q .fl-photo-content{
	width: 100%;
}
.error404 .hero .bg-overlay:before,
.blog .hero .bg-overlay:before,
.post-type-archive-tribe_events .hero .bg-overlay:before{
	display: none;
}
.single-post .hero .bg-overlay:before{
	display: block !important;
}
.hero em.emphasized-header{
	font-style: normal;
	font-size: 35px !important;
	font-weight: 400;
}
body{
	padding-top: 129px;
}
body.admin-bar{
	padding-top: 85px;
}
.hamburger.is-active:hover, .hamburger:hover{
	opacity: 1;
}
@media (min-width: 992px){
	.hero em.emphasized-header{
		font-size: 90px !important;
	}
	body{
		padding-top: 135px;
	}
	body.admin-bar{
		padding-top: 103px;
		margin-top: 32px;
	}
	
}
@media (min-width:1200px){
	.container{
		max-width: 1140px;
		width: 100%;
	}
}
@media (min-width:1400px){
	.container{
		max-width: 1320px;
	}
}
body h1,
body h2 {
    color: var(--color-blue);
    text-transform: capitalize;
}

h1.single-listing-title {
    margin-bottom: 36px;
    margin-top: 24px;
	text-align: center;
}
@media (min-width: 768px){
	h1.single-listing-title {
		text-align: left;
    	margin-top: 0;
	}
}

body h3,
body h4,
body h5,
body h6 {
    font-family: azo-sans-web, sans-serif;
/*     color: var(--color-gray); */
}
.page .entry-content a.btn-primary:focus,
.featured-slider article > a.btn,
body .btn.btn-primary{
    background-color: var(--color-orange);
    border-color: var(--color-orange);
    border-radius: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    column-gap: 0.5em;
    letter-spacing: 0.01em;
    transition: all .2s;
    border: 2px solid var(--color-orange);
    text-transform: uppercase;
	color: white;
	padding-top: 8px;
	text-decoration: none;
}
@media (max-width: 991px){
	.featured-slider article > a.btn{
		display: block;
		max-width: 236px;
		margin: auto;
	}
}
.fl-subscribe-form-inline .fl-form-field{
	padding-right: 0 !important;
}
.fl-subscribe-form .fl-button:after{
	content: url("data:image/svg+xml,%0A%3Csvg width='8' height='13.944' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m0 .011 3.99 6.961L0 13.944l4.082-.012L8 6.972 4.082 0z' fill='%23FFF' fill-rule='evenodd'/%3E%3C/svg%3E%0A");
	display: block;
	position: relative;
    top: 1px;
    color: white;
    transition: 0.4s;
    right: 0;
}
.fl-builder-content a.fl-button:hover:after,
.fl-subscribe-form .fl-button:hover:after{
	right: -5px;
}
body a.btn.btn-primary.read-all {
    background: none;
    color: var(--color-orange);
    border: 2px solid var(--color-orange) !important;
	display: inline-block;
	padding: 6px 18px;
	margin-bottom: 0;
}
@media (min-width: 768px){
	body a.btn.btn-primary.read-all {
		margin-bottom: 0;
		margin-left: 36px;
	}
	.featured-blog-post-link{
		display: flex;
		align-items: center;
		justify-content:center;
	}
}
@media (min-width: 992px){
	body a.btn.btn-primary.read-all {
		margin-left: 5px;
	}
	.featured-blog-post-link{
		justify-content: start;
	}
}
@media (min-width: 1200px){
	body a.btn.btn-primary.read-all {
		margin-left: 36px;
	}
}


body .btn-primary:hover {
/*     column-gap: 1.5em; */
    background-color: var(--color-blue);
    border-color: var(--color-blue);
	color: #FFF !important;
	text-decoration: none !important;
}

a.btn.btn-primary:after {
    content: url('assets/images/arrow-right.svg');
    position: relative;
    top: 1px;
    color: white;
	transition: 0.4s;
	right: 0;
}
.btn.btn-primary:hover:after{
	right: -5px;
}
body a.btn.btn-primary.read-all:hover{
	color: var(--color-blue) !important;
	border:2px solid var(--color-blue) !important;
}
a.btn.btn-primary.read-all:after {
    color: var(--color-orange);
	margin-left: 10px;
	content: url("data:image/svg+xml,%0A%3Csvg width='8' height='13.944' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m0 .011 3.99 6.961L0 13.944l4.082-.012L8 6.972 4.082 0z' fill='%23ED5A28' fill-rule='evenodd'/%3E%3C/svg%3E%0A");
}
a.btn.btn-primary.read-all:hover:after {
	content: url("data:image/svg+xml,%0A%3Csvg width='8' height='13.944' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m0 .011 3.99 6.961L0 13.944l4.082-.012L8 6.972 4.082 0z' fill='%2300998F' fill-rule='evenodd'/%3E%3C/svg%3E%0A");
}

.pum-title {
    margin-bottom: 15px;
}

html.pum-open.pum-open-overlay.pum-open-scrollable body>[aria-hidden] {
	padding-right: 0px;
}

/*
.pum-container.pum-responsive.pum-responsive-medium {
	margin-left:-15%;
	max-width: 600px;
}
*/

.ta-grid-item-container.ChIJbcnj_BFckFQRW76X1VRuR3s {
    margin-left: 17%;
}

.ta-grid-item-container.ChIJuXEGczNakFQR7z36lyg5dQA {
    margin-right: 17%;
}

.popmake .label-right .nf-field-label {
	padding-left: 4% !important;
    width: 85% !important;
}

.popmake .label-right .nf-field-element {
    width: auto !important;
    min-width: 25px !important;
}

.sidebar-padder .label-right .nf-field-label {
	padding-left: 4% !important;
    width: 85% !important;
}

.sidebar-padder .label-right .nf-field-element {
    width: auto !important;
    min-width: 25px !important;
}
    
.popmake .nf-form-title h3 {
	padding-bottom: 25px !important;
	font-weight:500;
}

.popmake .nf-form-fields-required, .popmake .ninja-forms-req-symbol {
    display: none;
}

@media (max-width: 768px) {

ul.breadcrumbs a {
    font-size: 2.5vh !important; 
}

.breadcrumbs li:after {
    font-size: 3vh !important; 
}

.hero .breadcrumbs li .icon {
    font-size: 3vh !important; 
}

}
.hero{
	z-index: 15;
	background-size: cover;
	background-repeat: no-repeat;
	padding-bottom: 110px;
}
.single-travel-directory .hero{
	padding-bottom: 0;
}
@media (min-width: 768px){
	.hero{
		padding-bottom: 0;
	}
}
.hero .breadcrumbs {
    margin-top: 15px;
}

.page-id-1578 .sub-nav ul.nav.navbar-nav.navbar-left, .page-id-2522 .sub-nav ul.nav.navbar-nav.navbar-left {
	width: 100%;
}
#aggregate-filters-bar{
	background: #F0F0F0;
	height: 50px;
	position: sticky;
	position: -webkit-sticky;
	top: 100px;
	z-index: 99;
	width: 100%;
}
#aggregate-filters-bar.scroll{
	position: fixed;
}
#aggregate-filters-bar.menu-active{
	z-index: 1;
}

@media (min-width: 992px){
	#aggregate-filters-bar{
		display: none;
	}
}
.page-id-2522 #menu-eat {
	max-width: 910px;
	margin: 0 auto !important;
	text-align: center;
	float: none !important;
}

.page-id-1578 #menu-things-to-do {
	max-width: 1085px;
	margin: 0 auto !important;
	text-align: center;
	float: none !important;
}
#menu-item-734{
	order: 3;
}
#menu-item-737{
	order: 1;
}
#menu-item-735{
	order: 2;
}
#menu-item-1752{
	order: 1;
}
#menu-item-20583{
	order: 2;
}
#menu-item-1541{
	order: 3;
}
#menu-item-1540{
	order: 4;
}
@media (max-width:1300px) {

.page-id-2522 #menu-eat.nav.navbar-nav.navbar-tertiary-menu {
	max-width: 850px;
}

.page-id-1578 #menu-things-to-do {
	max-width: 1076px;
}
}

@media (max-width:991px) {
	.entry-content .fl-row-content-wrap h2.fl-heading{
		font-size: 48px;
	}
	#planning-block .fl-node-content{
		margin-left: 0;
		margin-right: 0;
	}
	.bg-overlay{
		background: none;
		height: 100%;
	}
	
.page-id-2522 #menu-eat {
	max-width: 645px !important;
}

.page-id-1578 #menu-things-to-do {
	max-width: 1076px !important;
}
}

.imp-shape-container .imp-shape {
    opacity: 1 !important;
}

.at-a-glance-box .fl-post-grid-empty p {
    padding: 34px;
    color: white;
}

em.emphasized-header {
    font-size: 74px !important;
}


.fl-col.fl-node-59d3d372cd9a2.fl-col-small {
    margin-top: 4px;
} 
/* .fl-node-59d3d372cd96a{
	padding-left: 0;
    margin-left: 8.3%;
    width: 41.7%;
} */
#newsletter-section .fl-subscribe-form-inline .fl-form-field input {
	height: 40px;
	font-weight: 300;
}
#newsletter-section .fl-subscribe-form a.fl-button {
	height: 40px;
	border: none;
	padding-top: 11px;
	display: flex;
    align-items: center;
	background: var(--color-orange);
	border-radius: 0;
}
@media (min-width: 768px){
	#newsletter-section .fl-subscribe-form a.fl-button{
		max-width: 133px;
	}
}
.fl-builder-content a.fl-button{
/* 	float: left; */
/* 	height: 40px; */
	border: none;
	padding-top: 11px;
    align-items: center;
	background: var(--color-orange);
	position:relative;
	border-radius: 0 !important;
}
a.fl-button:after{
	    content: url("data:image/svg+xml,%0A%3Csvg width='8' height='13.944' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m0 .011 3.99 6.961L0 13.944l4.082-.012L8 6.972 4.082 0z' fill='%23FFF' fill-rule='evenodd'/%3E%3C/svg%3E%0A");
    display: inline-block;
    position: relative;
    top: 1px;
    color: white;
    transition: 0.4s;
    right: 0;
}
a.fl-button:hover:after{
	right: -5px;
}
a.fl-button .fl-button-text{
	margin-right: 10px;
}
@media (max-width: 768px){
	.row-order .fl-col-group{
		display: flex;
		flex-direction: column;
	}
	.row-order:nth-child(odd) .fl-col-group{
		flex-direction: column-reverse;
	}
	.row-order .fl-col-small:not(.fl-col-small-full-width){
		max-width: 100%;
	}
}
@media (max-width: 991px){
	.page-id-7739 .polygon-img-left, 
	.page-id-7739 .polygon-img-right{
		margin-bottom: 0;
	}
	.page-id-7739 .fl-module-heading .fl-heading{
		margin-top: 32px !important;
	}
}
.fl-form-field input, .fl-form-field input[type=text] {
    border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
}


.main .container h1 {
    color: #338D91 !important;
}

.fl-photo-caption.fl-photo-caption-hover {
    transition-duration: 0.1s;
    top: 0;
	bottom: auto;
	color: #585956;
}
@media (max-width: 991px){
	.polygon-img-left,
	.polygon-img-right{
		margin-bottom: 36px;
	}
	.polygon-img-left .fl-button-wrap,
	.polygon-img-right .fl-button-wrap{
			text-align: center;
	}
}
@media (min-width: 992px){
	.subcat-row-container .fl-photo-caption.fl-photo-caption-hover {
		bottom: 0px;
	}

	.fl-photo-caption.fl-photo-caption-hover {
		bottom: 0;
		top: auto;
	}	
}

.page-id-1748 .fl-post-grid-title a, .parent-pageid-2522 .fl-post-grid-title a{
    pointer-events: none;
}

.fl-builder-edit .fl-photo-caption-hover {
    opacity: 1 !important;
	bottom: auto !important;
}

.fl-photo-content.subcat-image-container h6 {
	color:white;
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.fl-photo-content.subcat-image-container span.fl-heading-text {
	text-transform:none;
}

.fl-photo-caption-hover {
	background: #eeeeee;
}

.subcat-image-container .fl-photo-caption-hover {
	padding:0px 15px;
}

.single-travel-directory > section.main > div > div > div > div > div.visible-lg-block.col-lg-4 > aside > h5:nth-child(5) {
    display: none;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
     /* IE10+ CSS styles go here */
	.home .fl-post-feed-post.category-at-a-glance, .page-id-1191 .fl-post-feed-post.category-press-releases, .page-id-1191 .fl-post-feed-post.category-in-the-news, .category-press-releases .fl-post-feed-post.category-press-releases, .category-in-the-news .fl-post-feed-post.category-in-the-news{
	    display: block !important;
	}

	.page-id-1578 .sub-nav .menu-item img._before, .page-id-1578 .sub-nav .menu-item img._before .rtl .menu-item img._after, .page-id-2522 .sub-nav .menu-item img._before, .page-id-2522 .sub-nav .menu-item img._before .rtl .menu-item img._after {
		display:inline-block;
		height: 3em;
	}
	
	.main-nav .menu-item img._before, .rtl .menu-item img._after {
		height: 1.2em;
	}
	

}

}

.travel-directory .fl-post-grid-image {
    pointer-events: none;
}

.search-results .subcat-listings-container .fl-post-grid-post.has-post-thumbnail.travel-directory {
    height: 450px !important;
}
.error404 .hero.small-hero,
.search-no-results .hero.small-hero,
.search-results .hero.small-hero{
	height: 270px;
	background-image: url('/wp-content/uploads/2017/09/4-7_Basecamp-Spring-Campaign-Intro-1024x683-1.jpg') !important;
	background-position: center 70%;
}
.search-no-results .hero .bg-overlay:before,
.search-results .hero .bg-overlay:before{
	display: none;
}
#tribe_events_filter_item_dayofweek .tribe-events-filter-group ul {
    max-height: 350px;
}

#tribe_events_filter_item_dayofweek .tribe-events-filter-group.tribe-events-filter-checkboxes {
    max-height: 350px;
}

.at-a-glance-box h2.fl-post-slider-title {
    text-transform: capitalize;
}

.sub-nav .menu-item img._before, .rtl .menu-item img._after {
	display:none;
}

.page-id-1578 .sub-nav .menu-item img._before, .page-id-1578 .sub-nav .menu-item img._before .rtl .menu-item img._after, .page-id-2522 .sub-nav .menu-item img._before, .page-id-2522 .sub-nav .menu-item img._before .rtl .menu-item img._after {
	display:initial;
}

.main-nav .form-group {
	margin-left:10px;
}

.main-nav .navbar-form {
	padding-left: 0px;
}

#MainMenu.navbar #navbar-main .navbar-nav>li>a {
    border-top: none;
    margin-top: 2px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1.0px;
    line-height: 24px;
    background:none;
    color: var(--color-blue);
	padding: 0;
	margin: 12px;
}

#MainMenu.navbar #navbar-main .navbar-extra-top .navbar-nav>li>a {
    color: var(--color-gray);
    font-size: 18px;
    font-weight: 300;
    text-transform: none;
	position: relative;
	display: flex;
}
#MainMenu.navbar #navbar-main .navbar-extra-top .navbar-nav>li>a:after{
	content: '';
	width: 0;
	transition: 0.4s;
	position: absolute;
	bottom: -2px;
	height: 1px;
	background: var(--color-gray);
	right: 0;
}
#MainMenu.navbar #navbar-main .navbar-extra-top .navbar-nav>li>a:hover:after{
	width: calc(100% - 32px);
}

.main-nav .menu-item img._before, .rtl .menu-item img._after {
	margin-right: 10px;
}

.page-id-1578 .sub-nav .menu-item a:hover, .page-id-2522 .sub-nav .menu-item a:hover {
	opacity: .7;
}

.page-id-1578  #menu-things-to-do >li>a:hover, .page-id-2522  #menu-eat >li>a:hover {
	color:white;
}

.page-id-1578 .sub-nav .menu-item a:hover, .page-id-2522 .sub-nav .menu-item a:hover {
	color:white;
}

@media (max-width:768px) {

.page-id-1578 .sub-nav .container ul.nav.navbar-nav.navbar-left, .page-id-2522 .sub-nav .container ul.nav.navbar-nav.navbar-left{
/* 	width: 70% !important; */
}

.page-id-1578 #menu-things-to-do .menu-item, .page-id-2522 #menu-eat .menu-item {
    margin-left: 40px;
    padding-left: 50px;
    border-left: none !important;
}

}

@media (max-width:991px) {
	.fl-builder-content div.fl-button-wrap{
		text-align: center;
	}

.page-id-1578 .sub-nav .container .menu-item img._before, .rtl .menu-item img._after, .page-id-2522 .sub-nav .container .menu-item img._before, .rtl .menu-item img._after {
    width: 2.5em !important;
} 

.page-id-1578 .sub-nav .container #menu-things-to-do .menu-item, .page-id-2522 .sub-nav .container #menu-eat .menu-item {
    margin-left: 0px !important;
    padding-left: 20px !important;

}

.page-id-1578 .sub-nav .container ul.nav.navbar-nav.navbar-left, .page-id-2522 .sub-nav .container ul.nav.navbar-nav.navbar-left {
	margin:0 auto !important;
	float:none !important;
	width: 700px;

}

.page-id-1578 .sub-nav .container #menu-things-to-do:last-child, .page-id-2522 .sub-nav .container #menu-eat:last-child {
/*     padding-right: 20px !important; */

}

.page-id-1578 .sub-nav .container, .page-id-2522 .sub-nav .container {
/* 	width: auto; */
}

.page-id-1578 .sub-nav .navbar-tertiary-menu > li > a, .page-id-2522 .sub-nav .navbar-tertiary-menu > li > a {
    font-size: 15px !important;

}

}

@media (max-width:1300px) {

.page-id-1578 #menu-things-to-do .menu-item, .page-id-2522 #menu-eat .menu-item {
    margin-left: 20px !important;
    padding-left: 30px !important;
}

.page-id-1578 #menu-things-to-do:last-child, .page-id-2522 #menu-eat:last-child {
    margin-right: 0px !important;
    padding-right: 0px !important;

}

.page-id-1578 .navbar-tertiary-menu > li > a, .page-id-2522 .navbar-tertiary-menu > li > a {
    font-size: 17px !important;

}

}

.page-id-1578 #menu-things-to-do .menu-item, .page-id-2522 #menu-eat .menu-item {
    margin-left: 40px;
    padding-left: 50px;
    border-left: 1px dashed #b79e91;
}

.page-id-1578 #menu-things-to-do .menu-item > a > span, .page-id-2522 #menu-eat .menu-item > a > span {
    display: block !important;
    margin-top:  20px;
    clear:both;
}

@media (max-width: 768px) {
	.subcat-image-container {
		height:250px !important;
		overflow:hidden;
		/* display: none; */
	}
	
	.page-id-1578 .subcat-image-container {
		display:none;
	}

.subcat-row-container .fl-col.fl-col-small {
    	/* width: 80% !important; */
		width: 100% !important;
	    max-width: initial;
	    margin-top: 20px;
	    /* margin-bottom: 20px; */
		margin-bottom: 0px;
	}
}

@media (max-width: 767px) {

    .fl-post-grid.masonry {
        width:80% !important;

    }
    .fl-post-grid-post {
        width: 100% !important;
    }

    .fl-post-grid-actions-container {
        width: 87%;
    }

}
.always-happening-row,
.featured-events-row{
	padding-bottom: 32px;
	height: 507px;
	overflow: hidden;
}
.always-happening-row.owl-carousel .owl-stage,
.featured-events-row.owl-carousel .owl-stage{
	display: flex;
}
.at-a-glance-row .fl-col-group{
	display: flex;
	flex-direction: column;
}
.fl-node-59bc98789784a > .fl-row-content-wrap{
	padding-bottom: 0;
}
@media (min-width: 768px) {
    .featured-slider .item {
        padding: 0;
        height: 800px;
        overflow: hidden
			padding-top: 110px;
    }
	.always-happening-row,
	.featured-events-row{
		padding-bottom: 0;
	}
	.at-a-glance-row .fl-col-group{
		display: flex;
		padding: 0 36px 0;
		flex-direction: row;
	}
	.fl-node-d5na2uvkl7gy,
	.fl-node-jicxm1u9wvg2{
		width: 100%;
	}
}
@media (min-width: 992px) {
	.at-a-glance-row .fl-col-group{
		display: flex;
		flex-direction: row;
	}
	.fl-node-d5na2uvkl7gy,
	.fl-node-jicxm1u9wvg2{
		width: 100%;
	}
}
@media (min-width: 1600px) {
	.at-a-glance-row .fl-col-group{
		display: flex;
	}
	.fl-node-d5na2uvkl7gy,
	.fl-node-jicxm1u9wvg2{
		width: 50%;
	}
}
/* @media (min-width: 992px) and (max-width: 1400px){
	.always-happening-row .col-md-4:last-child,
	.featured-events-row .col-md-4:last-child{
		display: none;
	}
} */
#section-map {
	position: relative;
	display: flex;
    align-items: center;
}
#section-map #icon-hockey{
	position: absolute;
	top: 0;
	
}
.fl-node-5fxr2wcz6v30 .fl-row-content-wrap{
	padding-top: 0;
	padding-bottom: 0;
}
#section-map .fl-icon-text{
/* 	display: none; */
	background: rgba(0, 0, 0, .7);
	height: 450px;
	color: #FFF;
	clip-path: polygon(10% 0, 100% 0, 100% 100%, 10% 100%, 0 50%);
	padding: 50px 110px;
}
#section-map .fl-icon-text a{
	color: #FFF;
}
.always-happening-row .listing-card .listing-content a img{
		max-width: 30px;
}
@media (max-width: 767px){
	.featured-events-row .col-md-4{
		height: 100%;
	}
	.always-happening-row .col-md-4,
	.featured-events-row .col-md-4{
		padding: 0 10px;
	}
	.fl-node-g7kblq6msp5t > .fl-module-content{
		margin-right: 20px;
	}
	.fl-node-dsublrynct7k .fl-module-content,
	.fl-node-2bvaykg083cw .fl-module-content{
		margin-right: 0;
	}
	.always-happening-row.owl-carousel .owl-item.active,
	.featured-events-row.owl-carousel .owl-item.active{
		margin-left: -80px;
	    padding-left: 80px;
	}
	.owl-theme .owl-dots .owl-dot span{
		background: #FFF;
	}
	.owl-theme .owl-dots .owl-dot.active span{
		background: #ED5A28;
	}
	.featured-events-row.owl-carousel .owl-theme .owl-controls{
		display: flex;
	}
	.owl-theme .owl-dots{
		position: static;
		display: flex;
		justify-content: center;
		margin-top: -36px;
	}
	.fl-node-59bc98789784a .fl-row-content-wrap h2.fl-heading{
		font-size: 60px !important; 
	}
}
#events-slider .owl-carousel .owl-item{
	padding: 0 40px;
}
#home-banner{
	height: 800px;
	position: relative;
}
#home-banner:before{
	content: '';
	display: block;
	position: absolute;
	left: 0;
	background: rgba(0, 0, 0, 0.7);
	width: 50%;
	height: 100%;
	z-index: 2;
}
#home-banner:after{
	content: '';
	display: block;
	position: absolute;
	left: 0;
	background: rgba(0, 0, 0, 0.7);
	width: 50%;
	height: 100%;
	z-index: 2;
}
#home-banner .fl-row-content-wrap{
	height: 100%;
}
@media (min-width: 992px){
	.featured-events-row{
		flex-direction: row;
	}
}
.featured-events-row .listing-card{
	height: 100%;
}
.blog .sub-nav .fa-map-marker:after, .archive.date .sub-nav .fa-map-marker:after, .archive.tag .sub-nav .fa-map-marker:after {
	content: "Seasons";
	font-size: 17px;
	font-family:sans-serif;
	text-transform:uppercase;
	margin-left: 15px;
}

@media (max-width: 1300px) {
	#menu-sports a {
	font-size: initial;
}
}

@media (max-width: 991px) {
.navbar-tertiary-menu > li > a{
	font-size: initial !important;
}
}

.page .entry-content span.fl-icon a {
    color: #585956 !important;
}

/* inndividual page search result cards */

.search-results .subcat-listings-container .fl-post-grid-post.has-post-thumbnail.type-page {
    height: 527px !important;
}

/*
.search-results .subcat-listings-container .fl-post-grid-post div:nth-child(10), .search-results .subcat-listings-container .fl-post-grid-post.post-2818 div:nth-child(10) {
	width: 100%
}
*/

/* inndividual page search result cards */

.search-results .category-at-a-glance {
	display:none;
}

.widget_categories ul li a:hover, .widget_archive ul li a:hover, .widget_nav_menu ul li a:hover, .widget_recent_entries ul li a:hover {
    background: none;
    border-color: #cfd0d2;
    text-decoration: none;
    color: #346f66;;
}

.fl-node-59d55ff887320 .fl-post-slider-content a:hover {
	color: #e1e1e1 !important;
}


a:hover{
	color: var(--color-grey);
}

.fl-post-feed-meta a {
/*     color: #FE6E3A; */
}

.fl-post-feed-meta a:hover {
/*     color: #FE6E3A; */
}

.sub-footer a:hover {
	text-decoration: underline !important;
}

a, #footer a {
	color:#338D91;
}

h3.listing-title a {
    color: var(--color-blue);
}
.listing-title a:hover{
	text-decoration: none !important;
}
.toggle-terms-link {
	cursor: pointer;
	color: var(--color-gray);
	font-size: 14px;
	margin-left: 22px;
    font-weight: 500;
}
a:hover, a:focus, #footer a:hover, #footer a:focus {
    text-decoration: none;
/* 	color: #346f66; */
}

span.fl-button-text {
    text-transform: uppercase;
}

.directions.fl-button {
    text-transform: uppercase;
}

.directions.fl-button a {
    font-size: 11px;
}

h1.fl-post-slider-title {
    text-transform: capitalize;
}

h2.fl-post-feed-title {
    text-transform: capitalize;
}

.single h1.intro-title {
    text-transform: capitalize;
}

.fl-post-grid-actions-container {
    position: absolute;
    bottom: 25px;
    width: 84%;
}

.ta-grid-item-rating {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 0px;
}

span.ta-grid-item-review-num {
    font-size: 11px;
    margin-left: 10px;
    color:#000;
}

span.ta-grid-item-review-num:hover {
    text-decoration: underline !important;
}

.fl-post-grid-image {
    width: 100% !important;
    /* height: 175px !important; */
    /* overflow: hidden; */
    /* margin-bottom: 20px; */
    /* position: absolute; */
}

a.tribe-events-read-more {
    text-transform: uppercase;
}

a.fl-post-grid-more {
    text-transform: uppercase;
}

a.fl-post-feed-more.fl-button {
    text-transform: uppercase !important;
}

div#annual_archive_widget-3 .widgettitle {
    display: none;
}

.fl-post-feed-post.category-at-a-glance, .fl-post-feed-post.category-press-releases, .fl-post-feed-post.category-in-the-news {
    display: none;
}

.home .fl-post-feed-post.category-at-a-glance, .page-id-1191 .fl-post-feed-post.category-press-releases, .page-id-1191 .fl-post-feed-post.category-in-the-news, .category-press-releases .fl-post-feed-post.category-press-releases, .category-in-the-news .fl-post-feed-post.category-in-the-news{
    display: initial !important;
}

.category-in-the-news a.fl-post-feed-more.fl-button, .category-press-releases a.fl-post-feed-more.fl-button {
    margin-bottom: 60px;
}

@media (max-width: 991px) {
#post-2818 .fl-row.fl-row-full-width.icon-grid.establishment-types .fl-col.fl-col-small > div {
	width: 150px !important;
	height: 220px !important;

}
}

@media (max-width: 767px) {
#post-2818 .fl-row.fl-row-full-width.icon-grid.establishment-types .fl-col.fl-col-small > div {
	width: 80% !important;
	height: 200px !important;

}
}

#post-2818 .fl-row.fl-row-full-width.icon-grid.establishment-types .fl-col.fl-col-small > div {
	background-color: #f9f9f9;
	border-radius:15px;
	border: 1px dashed #bbbbbb;
	width: 190px;
	height: 190px;
	margin: 0px auto 20px auto;
	padding-top:15px;
}

#post-2818 .icon-grid.establishment-types h2.fl-heading a {
    font-size:15px;
}

#post-2818 .icon-grid.establishment-types h2.fl-heading {
    line-height: 0.6 !important;
}

.icon-grid.establishment-types h2.fl-heading a {
    color: #272727 !important;
    font-size:23px;
}

.icon-grid.establishment-types h2.fl-heading a:hover, .icon-grid.establishment-types h2.fl-heading a:active, .icon-grid.establishment-types h2.fl-heading a:focus {
    color: #777777 !important;
    text-decoration:none;
}

.nf-form-content .field-wrap input[type="button"] {
	color: #ffffff;
    background-color: #FE6E3A;;
}

.nf-form-content .form-control, .nf-form-content input[type='text'], .nf-form-content input[type='email'], .nf-form-content input[type='password'], .nf-form-content textarea, .nf-form-content select {
    color: #4e4e4e !important;
    background-color: #efefef !important;
    background-image: none;
}

.navbar-default .navbar-nav .open .dropdown-menu>.active>a, .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover, .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus {
    color: #FE6E3A;
    background-color: inherit;
}

#navbar-main-container .navbar-right>li .dropdown-menu {
    border-top: solid 10px #338D91 !important;
    /* padding-top: 10px; */
}

.eatdrink .sub-footer-title {
    /* width: 198px; */
}

.eatdrink .fl-icon-wrap {
    margin-top:17px;
}

#navbar-main-container .navbar-right>li .dropdown-menu {
    background-color: #ececec !important;
}

.about-box a:hover {
    text-decoration:none;
}

.about-box .fl-button a {
    text-transform: uppercase;
    font-size: 13px;
    background: #45968A !important;
    border: 1px solid #45968A !important;
    color:white !important;
    border-radius: 20px !important;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    padding:10px 12px;
}

.about-box .fl-button a:hover {
    background: #3f887d !important;
    border: 1px solid #3f887d !important;
}

.about-box .fl-button {
    margin-top:35px !important;
}

#bgmp_map-canvas > p:nth-child(1) {
    display: none !important;
}

#bgmp_map-canvas > p:nth-child(2) > img {
    display: none !important;
}

.page-template-page-sidebar-right .fl-col.fl-node-59e8090565d79.fl-col-small {
    overflow:hidden;
    border-radius: 20px !important;
    background-color: rgba(144, 144, 144, 0.23);
    height:500px;
    max-width:600px;
}

ul#bgmp_list {
    list-style: none;
}

ul#bgmp_list a {
    font-size: 19px;
}

ul#bgmp_list a:active, ul#bgmp_list a:focus {
    color: #FE6E3A !important;
    text-decoration: none;
}

ul#bgmp_list a {
    color: #737373 !important;
}

ul#bgmp_list a:hover {
    color: #4a4a4a !important;
    text-decoration:none;
}

h3.bgmp_list-placemark-title {
    margin-left: 0px !important;
    margin-right: 0px !important;
    margin-top: 18px;
}

div#bgmp_map-canvas {
    border-radius: 20px;
}

#bgmp_map-canvas > div > div > div:nth-child(1) > div:nth-child(4) > div:nth-child(4) > div > div:nth-child(1) > div:nth-child(2) {
    background-color: #f15a29 !important;box-shadow: none !important;border-radius: 20px !important;
}

#bgmp_map-canvas > div > div > div:nth-child(1) > div:nth-child(4) > div:nth-child(4) > div > div:nth-child(1) > div:nth-child(4) {
    background-color: #f15a29 !important;color: white !important;
    border-radius: 20px !important;
}

#bgmp_map-canvas > div > div > div:nth-child(1) > div:nth-child(4) > div:nth-child(4) > div > div:nth-child(3) {
    display: none;
}

#bgmp_map-canvas > div > div > div:nth-child(1) > div:nth-child(4) > div:nth-child(4) > div > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div, #bgmp_map-canvas > div > div > div:nth-child(1) > div:nth-child(4) > div:nth-child(4) > div > div:nth-child(1) > div:nth-child(3) > div:nth-child(2) > div {
    background-color: #378B8D !important;
    box-shadow: none !important;
}

#bgmp_map-canvas > div > div > div:nth-child(1) > div:nth-child(4) > div:nth-child(4) > div > div.gm-style-iw > div:nth-child(1) > div > div > h3 {
    color:white !important;
    font-weight:bold !important;
}

#bgmp_map-canvas > div > div > div:nth-child(2) > a > div > img, #bgmp_map-canvas > div > div > div:nth-child(4), #bgmp_map-canvas > div > div > div.gmnoprint.gm-style-cc, #bgmp_map-canvas > div > div > div:nth-child(8) > div:nth-child(1), #bgmp_map-canvas > div > div > div:nth-child(8), #bgmp_map-canvas > div > div > div.gmnoprint.gm-bundled-control.gm-bundled-control-on-bottom > div:nth-child(1) > div, #bgmp_map-canvas > div > div > div.gmnoprint.gm-bundled-control.gm-bundled-control-on-bottom > div.gm-svpc > div:nth-child(2) > div:nth-child(1), #bgmp_map-canvas > div > div > div.gmnoprint.gm-bundled-control.gm-bundled-control-on-bottom > div.gm-svpc, #bgmp_map-canvas > div > div > button {
	display:none;
}

.page-id-1191 .fl-post-feed-post {
	border:none;
	padding-bottom: 0px;
}

.page-id-1753 .subcat-listings-container .fl-post-grid-post.has-post-thumbnail, .pageid-1753 .subcat-listings-container .fl-post-grid-post.has-post-thumbnail {
	height:430px !important;
}

.subcat-listings-container .fl-post-grid-post.type-tribe_events h2.fl-post-grid-title:before {
    content: "Event";
    clear:both;
    display:block;
    font-size:15px;
    margin-bottom:15px
}

.subcat-listings-container .fl-post-grid-post.type-page h2.fl-post-grid-title:before {
    content: "Page";
    clear:both;
    display:block;
    font-size:15px;
    margin-bottom:15px
}

.search-results .subcat-listings-container .fl-post-grid-post.type-travel-directory h2.fl-post-grid-title:before {
    content: "Listing";
    clear:both;
    display:block;
    font-size:15px;
    margin-bottom:15px
}

.subcat-listings-container .fl-post-grid-post.category-fall h2.fl-post-grid-title:before, .subcat-listings-container .fl-post-grid-post.category-winter h2.fl-post-grid-title:before, .subcat-listings-container .fl-post-grid-post.category-summer h2.fl-post-grid-title:before, .subcat-listings-container .fl-post-grid-post.category-spring h2.fl-post-grid-title:before {
    content: "Blog";
    clear:both;
    display:block;
    font-size:15px;
    margin-bottom:15px
}

.subcat-listings-container .fl-post-grid-post.category-press-releases h2.fl-post-grid-title:before {
    content: "Press Release";
    clear:both;
    display:block;
    font-size:15px;
    margin-bottom:15px
}

.subcat-listings-container .fl-post-grid-post.category-in-the-news h2.fl-post-grid-title:before {
    content: "In The News";
    clear:both;
    display:block;
    font-size:15px;
    margin-bottom:15px
}

.subcat-listings-container .fl-post-grid-post.category-in-the-news {
    height:275px !important;
}

.subcat-listings-container h2.fl-post-grid-title {
    line-height: 1.1;
    font-size: 26px !important;
    padding: 20px;
    margin-bottom: 0px;
    background: #444444;
    color: white !important;
}

.fl-post-grid-post .addtoany_share_save_container.addtoany_content_bottom {
    display: none;
}

.subcat-listings-container .fl-post-grid-post.tribe_venue h2.fl-post-grid-title:before {
    content: "Event Venue";
    clear:both;
    display:block;
    font-size:15px;
    margin-bottom:15px
}

h2.fl-post-grid-title .emphasized-header {
    font-size: 26px !important;
    font-family: lato !important;
    font-weight: 600 !important;
}
.fl-builder-content .fl-button-width-full .fl-button,
a.fl-button {
    background: var(--color-orange);
	text-decoration: none !important;
    border: none;
    color:white !important;
   padding: 12px 24px;
	font-size: 16px;
    font-weight: normal;
    line-height: 18px;
}

a.fl-button:hover {
    background: #3f887d !important;
}

.travel-dir-category-restaurants .fl-post-grid-title a {
    pointer-events: none;
}

.travel-dir-category-restaurants .fl-post-grid-more {
    display:none;
}

.fl-post-grid-title {
    clear: both !important;
}

.fl-post-grid-image {
    width: 100% !important;
    margin-bottom: 20px
}

.subcat-listings-container .fl-post-grid-content p {
    margin-bottom: 10px !important;
}

.subcat-listings-container .fl-post-grid-post {
    padding-bottom:20px;
	height: 495px !important;
}

.subcat-listings-container .fl-post-grid-more:hover {
	text-decoration:none !important;
    background: #2E8084 !important;
    border: 1px solid #2E8084 !important;
}

.subcat-listings-container .fl-post-grid-more {
    background: #338D91;
    border: 1px solid #338D91;
    text-decoration: none;
    text-shadow: none;
    color: white !important;
    padding: 12px 24px;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    display: inline-block;
    font-size: 14px;
    line-height: 16px;
    padding: 12px 24px;
	width:100%;
    text-align: center;
    margin-top: 10px;

}

.subcat-listings-container .call.fl-button a, .subcat-listings-container .directions.fl-button a {
    font-size: 12px;
    line-height: 16px;
    padding: 8px 10px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background: #fe6e3a;
    border: 1px solid #f2622e;
    text-align: center;
    border-radius: 20px;
    color:white !important;
    margin-top: 15px;
}

.subcat-listings-container .directions.fl-button a {
    font-size: 11px;
    line-height: 16px;
    padding: 8px 20px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background: #fe6e3a;
    border: 1px solid #f2622e;
    text-align: center;
    border-radius: 20px;
}

.subcat-listings-container .directions.fl-button a {
	float: right;
    width:41%;
}

.subcat-listings-container .call.fl-button a {
	float: left;
    width:55%;
}

.subcat-listings-container .call.fl-button a:hover, .subcat-listings-container .directions.fl-button a:hover {
	text-decoration:none !important;
    background: #eb6635 !important;
    border: 1px solid #eb6635 !important;
}

.at-a-glance-row a {
    color: #ffffff;
	display: flex;
}

.footer-logo-img.ta {
    margin-top: 9px;
}
.nf-error-msg, .ninja-forms-req-symbol{
	color: #ed5a28 !important;
}
.nf-error .ninja-forms-field{
	border-color: #ed5a28 !important;
}
.subcat-image-container {
    width: 50% !important;
}

h1.fl-heading a:hover, h1.fl-heading a:focus, h1.fl-heading a:active {
    text-decoration: none !important;
    color: #418d82 !important;
}


#newsletter-section a.fl-button:hover {
	background: var(--color-blue);
	border: 1px solid var(--color-blue);
}

.page .fl-builder-content a.fl-button * {
    color: #fff;
}

.about-box .fl-heading a:hover, .about-box .fl-heading a:active, .about-box .fl-heading a:focus {
    text-decoration: none !important;
}

.fl-post-grid #infscr-loading {
    padding: 0px 0;
    margin:0px;
}

.subcat-listings-container .fl-post-grid-post {
    border: 1px dotted gray;
}

.subcat-listings-container .fl-post-grid-text {
    margin: 0px !important;
    padding: 0px !important;
}

.subcat-listings-container h2.fl-post-grid-title a {
    color: white;
}

.subcat-listings-container .fl-post-grid-content {
    margin: 25px;
}

.subcat-listings-container .fl-post-grid-post.travel-directory.type-travel-directory.status-publish.hentry.travel-dir-category-art-art-galleries.masonry-brick {
    border: 1px dotted gray;
}

@media (max-width: 768px) {

#post-1578 > div > div > div.fl-row.fl-row-full-width.fl-row-bg-color.fl-node-59ddd9f3d54c2.subcat-row-container > div > div > div > div.fl-col.fl-node-59ddd9f3d93cc.fl-col-small > div > div.fl-module.fl-module-icon.fl-node-59dddac712abe.subcat-icon-container > div {
	padding-top:50px;
}

#post-1578 > div > div > div.fl-row.fl-row-full-width.fl-row-bg-color.fl-node-59dde2c60b6ef.subcat-row-container > div > div > div > div.fl-col.fl-node-59dde2c60bba0.fl-col-small > div > div.fl-module.fl-module-rich-text.fl-node-59dde2c60bc48.subcat-content-container > div {
	padding-bottom:50px;
}

}

.subcat-image-container > .fl-col-content {
    height: 500px;
    width: 100% !important;
}

.subcat-image-container {
    height: 500px;
    max-width: 100% !important;
}

.subcat-image-container img[class*="wp-image-"] {
	margin:0px;
}

.page-template-page-full-width-flush .fl-row-content-wrap {
	padding-left: 0px;
	padding-right: 0px;
}

.sub-nav {
    height: auto;
}

.page-id-1591 .hero {
    background-position: bottom;
}

.intro-text-wrap .intro-text {
/*     margin-bottom: 0px; */
}

.page em.emphasized-header, .hero em.emphasized-header {
    color: white;
}

body .hero .intro-text {
	color: #FFFFFF;
	margin-bottom: 0;
}

a:focus {
	color: #3A3A3A;
}

.fl-post-slider-content .a2a_svg.a2a_s__default {
    background: #63564f !important;
}

.fl-post-feed .fl-post-feed-image-beside-content .fl-post-feed-text p {
    margin-left: 44%;
}

.fl-post-feed .fl-post-feed-image-beside-content .fl-post-feed-text {
    margin-left: auto;
}

.fl-post-feed .fl-post-feed-content p {
    margin-bottom: 20px !important;
}

.fl-post-feed .addtoany_share_save_container {
    float: left;
}

.tag-links.icon-meta a {
    text-transform: capitalize;
}

.single .main.container .col-xs-12 {
	padding-left: 20px;
	padding-right: 20px;
}

@media (min-width: 992px) {

/* .col-md-6 {
	width: 45%;
	} */
	
.single .col-md-6 {
	width: 50%;
}

.navbar-search-menu {
	display:none;
}
}

.byline.icon-meta {
    display: none;
}

.comments-link.icon-meta {
    display: none;
}

.intro-text h3 {
    color: white;
    font-weight: normal;
    font-size: 24px;
}

.intro-title-wrap .fl-row-content-wrap, .intro-title-wrap .fl-module-content {
	padding: 0px;
	margin:0px !important;
}

.intro-text-wrap .fl-row-content-wrap, .intro-text-wrap .fl-module-content {
	padding: 0px;
	margin:0px !important;
}


.intro-title h1 {
    font-size: 54px;
    color: #fff;
    text-shadow: 0 1px 1px rgba(0,0,0,0.7);
    margin-bottom: 1rem;
    text-transform: capitalize;
}


.fl-post-feed-text .fl-icon, .fl-post-feed-text .fl-icon-wrap {
	float:left;
	width: auto;
	margin-top: 6px;
}

.at-a-glance-row .fl-post-module-event-calendar-meta {
	color:white;
}

.at-a-glance-row h2.fl-post-feed-title, .at-a-glance-row .fl-post-module-event-calendar-meta, .at-a-glance-row span.fl-post-feed-date, #always-happening .fl-post-feed-text .fl-post-feed-content p {
    margin-left: 45px !important;
}

#special-events .fl-post-feed-text, #always-happening .fl-post-feed-text {
	padding-top:5px !important;
	padding-bottom: 5px !important;;
}

#special-events .fl-post-feed-post, #always-happening .fl-post-feed-post {
	padding-bottom:40px !important;
	padding-bottom: 85px !important;
}

#special-events .fl-post-feed-post:last-child, #always-happening .fl-post-feed-post:last-child {
	padding-bottom:0px !important;
	padding-bottom: 30px !important;
}

.fl-slide-bg-photo {
    background: #3c3c3c;
}

.fl-post-feed .fl-button {
	float:right !important;
}

.fl-button-text {
	color:white !important;
}

.fl-builder-pagination-load-more a.fl-button {
	background: #444444 !important;
	border: 1px solid #444444 !important;
	width: 100%;
}

.blog .fl-post-feed .fl-post-feed-post, .archive .fl-post-feed .fl-post-feed-post, .search .fl-post-feed .fl-post-feed-post {
    margin-bottom: 5rem;
    padding-bottom: 5rem;
    border-bottom: 1px dotted #d2d2d2;
}

.main.container .fl-row-content-wrap {
    padding-left: 0px;
    padding-right: 0px;
}

.archive-main-content .fl-module-content.fl-node-content {
    margin-top: 0px;
}

.post-type-archive-tribe_events .main.container {
    margin-top: -26px;
    padding-top: 0px;
}

.archive h1.intro-title, .fl-post-feed-tags, .tlw-list {
    text-transform: capitalize;
	margin-bottom: 0;
}

.sidebar-accordion-title a:hover {
	color:white;
}

@media (max-width: 480px) {
	.featured-blog h1 a {
	font-size: 28px;

	}
	
	.featured-blog h1 {
		line-height: .8;
	}

}


.sidebar-accordion .fl-accordion-item {
    border: none;
    margin-bottom: 10px;
    background: #F2F2F2;
    margin-bottom: 0px;
    background: #F2F2F2;
}

.sidebar-accordion .fl-accordion-content, .fl-accordion-button {
	border-bottom: 1px solid #e5e5e5;
}

.sidebar-accordion .fl-accordion-button {
	background:#e4e4e4;;
}

.sidebar-accordion-title {
    background: #82715E;
    margin-left: 20px;
    margin-right: 20px;
}

.sidebar-accordion .fl-module-content {
    margin-top: 0px;
    margin-bottom: 0px;#ffffff
}

.blog .sub-nav .fa-map-marker:before {
	content: "\f04";
	font-size: 25px;
}

.sub-nav .icon-bar {
	background-color: white !important;
}

section.main.container {
	margin-top: 40px;
	padding-top:0px;
}

.sub-nav .container {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}

.navbar-toggle {
	margin-top: 24px;
}

.left-side ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}


.left-side ul li {
	display:inline;
	text-transform:uppercase;
	margin-right:10px;
	font-size:10px;
	font-weight: bold;

}

.left-side ul li a {
	color: #827f7f !important;
}

.left-side {
	float:left;
	margin-top:24px;
	margin-right: 0px;
	padding:0px;
}

i.vk-icons-favorite {
    font-weight: bold;
}

.fl-node-59d55ff887320 .fl-post-slider-background .fl-post-slider-content {
    background: -webkit-linear-gradient(left, rgba(49, 49, 49, 0.94), rgba(0, 0, 0, 0.76), rgba(0, 0, 0, 0.74), rgba(255, 255, 255, 0)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, rgba(49, 49, 49, 0.94), rgba(0, 0, 0, 0.76), rgba(0, 0, 0, 0.74), rgba(255, 255, 255, 0)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, rgba(49, 49, 49, 0.94), rgba(0, 0, 0, 0.76), rgba(0, 0, 0, 0.74), rgba(255, 255, 255, 0)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, rgba(49, 49, 49, 0.94), rgba(0, 0, 0, 0.76), rgba(0, 0, 0, 0.74), rgba(255, 255, 255, 0)); /* Standard syntax (must be last) */
}


.fl-post-column {
	border: 1px dotted #c3c3c3;
	padding: 0px !important;
	margin-bottom:60px;
	margin-left: 30px;
	margin-right: 30px;
	width: 90% !important;
}

h2.fl-post-grid-title {
	font-size: 35px !important;
}

.fl-post-grid-post {
    background: #fff;
    border-bottom: none;
    border-top:none;
    border-left:none;
    border-right:none;
}

.fl-post-grid-post div:nth-child(10) {
    width: inherit;
    float: left;
    margin-top: 168px !important;
}

.fl-post-grid-image {
	/* float:left; */
	/* clear:left; */
	width: 30%;
}

.featured-slider {
	/* border-bottom: 10px solid #82715E; */
	background: #82715E;
	padding-top: 100px;
}
#post-1249{
	padding: 20px;
}
@media (max-width: 991px){
	.featured-slider{
		padding-top: 88px;
		margin-bottom: 32px;
	}
}
.j-overlay .j-close {
	top: 10px;
	right: 10px;
}

h3.fl-heading {
    min-width: 250px;
}

.color h3 {
    font-family: 'highest-praise';
    color: white;
    font-size: 72px;
    text-align: center;
}

.sub-footer .container {
	width: auto !important;
}

.page-map-container .widget_nav_menu ul li a:hover {
	text-decoration: underline;
	font-weight: 500;
}

.at-a-glance-row .fl-icon-wrap {
    display:block;
}

/* --- start accordion footer --- */

.page-map-container .fl-col.fl-col-small:first-child {
	margin: 0;
	position: absolute;
	top: 600%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: auto;
	transition: all 0.5s;
	width: 100%;
	text-align: center;
}
.bg-brown .fl-col-group{
	padding: 0 18px;
}
.color:hover .page-map-container .fl-col.fl-col-small:first-child {
    top: 400%;
}

* {
  /* Ensure sane sizing of all elements */
  box-sizing: border-box; 
}

.featured-blog-post-inner .featured-blog-post-image {
    clip-path: var(--polygon-arrow-mobile);
}
@media (min-width: 992px){
	.featured-blog-post-inner .featured-blog-post-image{
		clip-path: var(--polygon-arrow);
		margin-right: 12%;
	}
}

.featured-blog-post-inner .featured-blog-post-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.featured-blog-row {
    padding: 0;
}

.featured-blog-row .featured-blog-post-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
	flex-direction: column;
}
.featured-blog-row .featured-blog-post-content .featured-blog-post-content-inner {
    margin: 36px 0;
}
.featured-blog-row .featured-blog-post-content .featured-blog-post-content-inner h1{
	text-align: center;
	margin-bottom: 38px;
}
@media (min-width: 992px){
	.featured-blog-row .featured-blog-post-inner {
		flex-direction: row;
	}
	.featured-blog-row .featured-blog-post-content {
/*     	width: 50%; */
/* 		padding-right: 5%; */
		margin: 36px 0;
	}
	.featured-blog-row .featured-blog-post-content .featured-blog-post-content-inner {
/* 	    padding: 4em; */
	}
	.featured-blog-row .featured-blog-post-content .featured-blog-post-content-inner h1{
		text-align: left;
		font-size: 72px;
	}
}

.listing-tags {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1; /* number of lines to show */
    line-clamp: 1;
/*     -webkit-box-orient: vertical; */
}
.listing-tags a{
	color: #585956;	
	text-decoration: none;
	position: relative;
	display: inline-block;
}
.single-post .listing-tags a{
	color: #FFF;
	text-decoration: none;
	font-weight: 300;
} 
.single-post .listing-tags a:hover{
	font-weight: 500;
} 
.single-post .listing-tags a:before{
	background: #FFF;
} 
.listing-tags a:hover{
	font-weight: 500;
	color: #585956;	
}
.listing-tags a:before{
	content: '';
    position: absolute;
    bottom: 0;
    height: 1px;
    width: 0;
    transition: 0.4s;
    background: #585956;
}
.listing-tags a:hover:before{
	width: 100%;
}
.listing-meta .listing-date {
    flex-shrink: 0;
}

.listing-meta {
    background: #f0f0f0;
    display: flex;
/*     align-items: center; */
    gap: 1em;
	margin-bottom: 18px;
}
@media (min-width: 992px){
	.listing-meta {
		padding: 14px;
	}
}

.hero .listing-meta {
    background: none;
    flex-direction: column;
    align-items: flex-start;
}

.listing-excerpt {
    margin-bottom: 1em;
}

.listing-list-item {
		/* overflow: hidden; */
	width: 100%;
}


.listing-list-content {
    flex: 1;
}

.listing-list-item .listing-list-inner {
    display: flex;
    align-items: center;
/*     column-gap: 11rem; */
	flex-direction: column;
}
.top-footer {
	padding: 36px 0;
}
.top-footer .container-fluid{
	display: flex;
	align-items: center;
}
#menu-footer-menu{
	padding: 0;
}
#menu-footer-menu li{
	list-style: none;
}
#menu-footer-menu li a{
	text-decoration: none;
	position: relative;
	color: #585956;
}
#menu-footer-menu li a:hover{
	font-weight: 500;
}
#menu-footer-menu li a:before{
	 content: '';
    position: absolute;
    bottom: 0;
    height: 1px;
    width: 0;
    transition: 0.4s;
    background: #585956;
}
#menu-footer-menu li a:hover:before{
	width: 100%;
}
.top-footer .container:before{
	display: none;
}
#menu-footer-menu{
	display: flex;
	flex-direction: column;
}
.widget_nav_menu ul li a{
	border: none;
		font-size: 18px;
}
#menu-item-23048{
	order: 1;
}
#menu-item-23049{
	order: 2;
}
#menu-item-23050{
	order: 3;
}
#menu-item-23051{
	order: 4;
}
#menu-item-23046{
	order: 5;
}
#menu-item-23047{
	order: 6;
}
#block-2 figure{
	margin: 0;
}
@media (max-width: 991px){
	.fl-node-ctznpd2eysfk > .fl-row-content-wrap{
		padding-bottom: 0;
	}
	.top-footer .container{
		display: block;
		flex-direction: row-reverse;
	}
	#menu-footer-menu li{
		margin-bottom: 16px;
	}
	
	.top-footer .container-fluid{
		position: relative;
		flex-wrap: wrap;
		justify-content: center;
		align-items: start;
	}
	#nav_menu-2{
		width: 50%;
		float: right;
	}
	#block-3,
	#block-2{
		width: 50%;
		text-align: center;
	}
	#block-3 ul{
		justify-content: center;
	}
	#block-4{
		order: 3;
	}
	#block-4 figure{
		margin: 0;
	}
	#nav_menu-2{
		order: 2;
	}
	#block-2{
		order: 1;
	}
	#block-3{
		position: absolute;
		bottom: 0;
		bottom: 120px;
		left: 20px;
	}
}
#footer a{
	color: #585956;
}
#footer-socials{
	display: flex;
	align-items: center;
	margin-top: 28px;
}
#block-4,
.wp-block-social-links,
#nav_menu-2{
	margin: 0;
}
@media (min-width: 992px){
	.top-footer #nav_menu-2{
		width: 46%;
	}
	#menu-footer-menu{
		flex-direction: row;
		flex-wrap: wrap;
		margin-right: 24px;
		justify-content: space-between;
		margin-left: 17%;
	}
	#footer-socials{
		margin-left: 38px;
		margin-top: 0;
	}	
	#menu-footer-menu li{
		margin: 0 16px;
	}
	#menu-footer-menu li a{
			font-size: 16px;
	}
	.widget_nav_menu ul{
		margin: 0 -25px;
	}
	.widget_nav_menu ul li{
		margin: 0 26px;
	}
	#block-3{
		margin: 0 32px 0;
		width: 23%;
	}
	#block-2{
		margin: auto;
		width: 8%;
		text-align: center;
	}
	#block-4{
		margin-left: auto;
		width: 23%;
	}
	#block-4 figure{
		margin-bottom: 0;
	}
}

.wp-block-social-links .wp-social-link svg{
	opacity: 0;
}
.wp-block-social-links.is-style-logos-only .wp-social-link{
	background-repeat: no-repeat;
	background-size: cover;
}
.wp-block-social-links.is-style-logos-only .wp-social-link.wp-social-link-instagram{
	background-image: url('./assets/images/insta.png') !important;
}
.wp-block-social-links.is-style-logos-only .wp-social-link.wp-social-link-facebook{
	background-image: url('./assets/images/facebook.png') !important;
}

#copyright{
	min-height: 58px;
	background: #00998F;
	color: #FFF;
	display: flex;
    align-items: center;
    justify-content: center;
}
#copyright a{
	color: #FFF;
}
#copyright a:hover{
	color: #FFF;
}
#copyright span{
	text-decoration: underline;
	margin-left: 5px;
}
#aggregate-filters-mobile{
	position: absolute;
    z-index: 20;
/*     right: auto; */
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    margin-left: auto;
    left: 20px;
}
#aggregate-filters-mobile img{
	margin-right: 10px;
	height: 18px;
	width: 100%;
}
#footer-socials a{
	width: 36px;
	height: 36px;
	display: inline-block;
	margin-left: 18px;
}

@media (max-width: 991px){
	#footer-socials a:first-child{
		margin-left: 0;
	}
	#block-4{
		text-align: center;
	}
	#block-3{
		width: calc(50% - 20px);
	}
	#footer .top-footer{
		position: relative;
	}
}
#footer-socials path{
	transition: 0.3s;
}
#footer-socials a:hover circle,
#footer-socials a:hover path{
	fill: #338D91;
}
#footer-items{
	display: flex;
	align-items: center;
	flex-direction: column;
}
.btn-orange a{
	background: #FE6E3A !important;
	border-color: transparent !important;
	transition: 0.3s;
}
#nf-field-4-wrap .nf-field-element{
	display: inline-block;
	width: auto !important;
	position: relative;
	background: url('/wp-content/themes/parallelus-go-explore/assets/images/arrow-right.svg') no-repeat;
}
#nf-field-4{
	height: 40px;
    border: none;
    padding-top: 11px;
    display: flex;
    align-items: center;
	background: var(--color-orange) url(/wp-content/themes/parallelus-go-explore/assets/images/arrow-right.svg) no-repeat 85px center;
	line-height: 15px;
    padding-right: 35px;
	transition: 0.4s;
}
#nf-field-4-wrap .nf-field-element:after{
	    content: url(data:image/svg+xml,%0A%3Csvg width='8' height='13.944' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m0 .011 3.99 6.961L0 13.944l4.082-.012L8 6.972 4.082 0z' fill='%23FFF' fill-rule='evenodd'/%3E%3C/svg%3E%0A);
    display: inline-block;
    position: absolute;
	width: 20px;
	height: 20px;
    top: 1px;
    color: white;
    transition: 0.4s;
    right: 0;
}
a.btn_more.btn.btn-primary{
	border: 2px solid transparent !important;
	background: #FFF;
    color: var(--color-orange);
    width: 100%;
	margin: 36px auto 32px;
}
@media (max-width: 991px){
	.fl-module-heading h2.fl-heading{
		margin-bottom: 32px !important;
	}
}
@media (min-width: 992px){
/* 	a.btn_more.btn.btn-primary{
		position: absolute;
		width: 80%;
		margin: 36px auto;
	} */
}
a.btn_more.btn.btn-primary:after{
	content: url("data:image/svg+xml,%0A%3Csvg width='8' height='13.944' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m0 .011 3.99 6.961L0 13.944l4.082-.012L8 6.972 4.082 0z' fill='%23ED5A28' fill-rule='evenodd'/%3E%3C/svg%3E%0A");
}
a.btn_more.btn.btn-primary:hover{
	border: 2px solid white !important;
	color: white;
	background: none;
}
a.btn_more.btn.btn-primary:hover:after{
content: url("data:image/svg+xml,%0A%3Csvg width='8' height='13.944' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m0 .011 3.99 6.961L0 13.944l4.082-.012L8 6.972 4.082 0z' fill='%23FFF' fill-rule='evenodd'/%3E%3C/svg%3E%0A");
}
.btn_more:hover{
	border-color: #FFF;
}
.btn_more:after{
	color: var(--color-orange);
}
.entry-content .basecamp h2{
	margin-top: 0;
	font-size: 72px;
}
.entry-content .basecamp .fl-photo-img-jpeg,
.entry-content .basecamp .fl-photo-img-jpg{
	clip-path: polygon(0% 0%, 100% 0%, 100% 70%, 50% 90%, 0% 70%);
}
.entry-content .basecamp .fl-photo-img-jpeg img,
.entry-content .basecamp .fl-photo-img-jpg img{
	margin-top: 0;
}
@media (max-width: 991px){
	.basecamp .fl-col-group{
		display: flex;
		flex-direction: column;
	}
	.basecamp:nth-child(odd) .fl-col-group{
		flex-direction: column-reverse;	
	}
	.basecamp{
		margin-bottom: 32px;
	}
	.entry-content .basecamp h2{
		font-size: 48px;
	}
	.basecamp .fl-col{
		width: 100% !important;
	}
	.hero.has-content .intro-wrap{
		clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 50% 90%, 0% 75%);
		width: 100%;
		padding-bottom: 160px;
	    padding-top: 32px;
	}
	.page-id-1245 section.main.container{
		margin-top: 0;
		padding: 0;
	}
	.basecamp .fl-col-content{
		padding: 0 20px !important;
	}
	.basecamp .fl-photo-img-jpg img{
		margin: 0 !important;
	}
	.basecamp:nth-child(odd) .fl-col:last-child .fl-col-content{
		padding: 0 !important;
	}
	.basecamp:nth-child(even) .fl-col:first-child .fl-col-content{
		padding: 0 !important;
	}
	#post-1245 .fl-module-content{
		margin: 0;
	}
	.fl-node-59d3dc51bb5c2 .fl-button-wrap{
		text-align: center;
	}
	
}
.basecamp{
	overflow: hidden;
	max-width: 100%;
}
@media (min-width: 992px){
	.basecamp{
		min-height: 660px;
		
	}
	.entry-content .basecamp:nth-child(even) .fl-col + .fl-col{
		padding-left: 55%;
		width: 100%;
	}
	.entry-content .basecamp:nth-child(odd) .fl-col + .fl-col{
		    position: absolute;
    	right: -110px;
	    width: 50%;
	}
	.entry-content .basecamp:nth-child(odd) .fl-col + .fl-col	.fl-module-content{
		margin-right: 0;
	}
	.entry-content .basecamp:nth-child(even) .fl-col{
		position: absolute;
		left: -150px;
		width: 55%;
	}
		.entry-content .basecamp:nth-child(odd) .fl-photo-img-jpeg,
	.entry-content .basecamp:nth-child(odd) .fl-photo-img-jpg{
		clip-path: polygon(15% 0%, 100% 0%, 100% 100%, 15% 100%, 0% 50%);
	}
	.entry-content .basecamp .fl-photo-img-jpeg img,
	.entry-content .basecamp .fl-photo-img-jpg img{
		height: 550px;
		object-fit: cover;
	}
	.entry-content .basecamp:nth-child(even) .fl-photo-img-jpg{
	clip-path: polygon(0% 0%, 85% 0%, 100% 50%, 85% 100%, 0% 100%);
}

}
.entry-content .basecamp .fl-col + .fl-col{
	margin: 0;
}


/* @media (min-width: 768px){
	a.btn_more.btn.btn-primary{
		width: 29%;
		position: static;
		    margin: 36px 20px;
	}
} */
.owl-item .col-xxl-2{
	width: 100%;
}
@media (min-width: 1200px){
	.basecamp{
/* 		margin-left: 8%; */
	}
}
@media (min-width: 768px){
	.hero.small-hero,
	.hero.large-hero{
		padding-bottom: 0;
	}
}
@media (min-width: 992px){
	#footer-items{
		flex-direction: row;
	}
	
	.hero.small-hero,
	.hero.large-hero{
		height: 800px;
		background-repeat: no-repeat;
		background-size: cover;
	}
	.hero .bg-overlay{
		background: none;
		height: 100%;
	}
	.hero.has-content .container{
		height: 100%;
	}
}
/* .fl-node-59d3d372cd931:after,
.fl-node-59d3d372cd931:before,
div#newsletter-section .newsletter-col:after,
div#newsletter-section .newsletter-col:before{
	display: none;
} */
#bottom-block{
	clear: both;
	background: #877064;
}
@media (min-width: 992px){
	.listing-list-content-inner {
		max-width: calc(1700px / 2);
		padding: 3em;
		flex-direction: row;
	}
	.blog .listing-list-content-inner {
		padding: 1.8em;
	}
	.listing-list-item .listing-list-inner {
	    max-height: 450px;
		flex-direction: row-reverse;
	}
	.aggregate-listing:nth-child(odd) .listing-list-inner {
    	flex-direction: row;
	}
	.listing-list-content {
    	width: 50%;
		padding: 20px;
	}
}
@media (max-width: 991px){
	.listing-list-content-inner .btn{
		width: 143px;
		display: flex !important;
		margin: auto;
	}
}
.blog h3.listing-title a{
	text-decoration: none;
}
.blog h3.listing-title a:hover{
	text-decoration: underline !important;
}
.on-scroll .navbar-brand img{
	max-width: 150px;
}
.aggregate-listing:nth-child(even) .listing-list-inner .listing-image {
    clip-path: polygon(10% 0, 100% 0, 100% 100%, 10% 100%, 0 50%);
}
.aggregate-listing:nth-child(even) .listing-list-inner .listing-image,
.listing-list-inner .listing-image {
    aspect-ratio: 628 / 343;
	margin-bottom: 24px;
    flex: 1;
/*     overflow: hidden; */
/*     clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 50% 100%, 0% 75%); */
}
@media (max-width: 991px){
	.blog .aggregate-listing:nth-child(even) .listing-list-inner .listing-image,
	.listing-list-inner .listing-image {
			clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 50% 100%, 0% 75%);
	}	
}
@media (min-width: 992px){
	.listing-list-inner .listing-image {
        flex: 1;
		width: 50%;
		margin-bottom: 0;
	}
	.aggregate-listing:nth-child(odd) .listing-list-inner .listing-image {
    	clip-path: polygon(85% 0, 100% 50%, 85% 100%, 0 100%, 0 0);
	}
	.aggregate-listing .listing-list-inner .listing-image {
    	clip-path: polygon(15% 0%, 100% 0%, 100% 100%, 15% 100%, 0% 50%);
	}
}

.listing-list-inner .listing-content {
    flex: 1;
}

.listing-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

div#newsletter-section {
	
}

div#newsletter-section .insider-col {
    background-color: white;
    /* clip-path: var(--polygon-arrow); */
}
@media (max-width: 767px){
	div#newsletter-section .insider-col {
        clip-path: polygon(100% 0%, 100% 80%, 50% 100%, 0% 80%, 0% 0%);
		max-width: 100%;
	}
}
@media (min-width: 768px){
	div#newsletter-section .insider-col {
    clip-path: polygon(90% 0, 100% 50%, 90% 100%, 0 100%, 0 0);
		padding: 10rem 0;
	}
}
#newsletter-section .fl-col-group:before {
    content: '';
    width: 1000%;
    background-color: white;
    display: block;
    height: 100%;
    top: 0;
    position: absolute;
    right: 100%;
    z-index: 1417;
}

div#newsletter-section .newsletter-col {
    position: relative;
	display: flex;
    align-items: center;
	justify-content: center;
	flex: 1;
}
div#newsletter-section .newsletter-col {
	padding: 20px 30px;	
}
div#newsletter-section .newsletter-col + .newsletter-col{
	padding: 20px;	
}
@media (min-width: 1400px){
	div#newsletter-section .newsletter-col {
		padding: 62px;
	}
}
@media (max-width: 991px){
	div#newsletter-section h2.fl-heading{
		text-align: center;
		font-size: 60px !important;
	}
	.fl-node-59d3dc10eaaf2 .fl-module-content{
		margin-bottom: 0;
	}
	div#newsletter-section .newsletter-col {
		padding: 0 20px 4em 0;
		margin-bottom: 0;
	}
	.fl-node-ksb3lw1hq2pv .fl-module-content,
	.fl-node-ksb3lw1hq2pv p{
		margin-bottom: 0;
	}
	#newsletter-section .fl-module.fl-module-subscribe-form .fl-subscribe-form-inline .fl-form-field{
		max-width: 380px;
		margin-left: auto;
		margin-right: auto;
		
	}
}

@media (max-width: 767px){
	#newsletter-section .fl-module.fl-module-subscribe-form .fl-subscribe-form-inline .fl-form-field{
		width: 100% !important;
	}
	.featured-blog-post-link{
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	#newsletter-section .fl-module-content.fl-node-content,
	div#newsletter-section h2.fl-heading{
		margin-bottom: 0 !important;
	}
	.fl-subscribe-form{
		   display: flex;
    	flex-direction: column;
    	justify-content: center;
    	align-items: center;
	}
	.featured-blog-post-link a{
		margin-bottom: 18px;
		min-width: 280px;
		padding: 11px 8px;
	}
}
@media (min-width: 1200px){
	div#newsletter-section  .stay-col.newsletter-col {
    	padding-left: 13rem;
	}	
}

div#newsletter-section .insider-col .fl-col-content {
    /* max-width: calc(1700px/2); */
    /* float: right; */
    /* padding-right: 20%; */
}

.listing-map {
/*     width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw; */
    box-shadow: 0 0 9px 0 rgba(0,0,0,0.50);
/*     padding-top: 0.2em; */
}
.gmap_wrapper{
	margin-bottom: -10px;
}
.filter-controls button {display: block;}

button#clear-filters {
    padding: 0;
    border-radius: 0;
    border: 0;
	background: none;
	color: #585956;
}

button#clear-filters:hover {
    color: var(--color-orange);
    border: 0;
}

button.apply-filters {
    margin-bottom: 1em;
	position: relative;
	transition: 0.4s;
}
button.btn-reset:after,
button.apply-filters:after{
	content: url(assets/images/arrow-right.svg);
    position: relative;
    top: 1px;
    color: white;
    transition: 0.4s;
    right: 0;
/* 	margin-left: 10px; */
}
button.apply-filters:hover{
	background: var(--color-blue);
}

.listing-container.no-image {
/*     max-width: 900px; */
    margin: 0 auto;
}

.listing-container {
    padding: 36px 0;
}
.single .hero .bg-overlay:before{
	display: none;
}
/* .listing-container.has-image {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: calc(-50vw - 20px);
    margin-right: calc(-50vw - 20px);
    display: flex;
    padding: 0;
    align-items: center;
    column-gap: 200px;
	margin-bottom: 54px;
}
 */
/* .listing-container.has-image .listing-content {
    width: calc(100vw - 850px);
    max-width: 50%;
	padding-bottom: 52px;
} */

.listing-container .listing-image{
	aspect-ratio: 5/3;
}
.listing-container.has-image .listing-content .listing-content-inner {
    max-width: calc(1700px / 2);
}
article.post.category-blog h1,
.listing-content-inner h2{
	font-size: 24px;
    font-family: 'azo-sans-web';
    color: var(--color-grey);
}
.listing-content-inner h3{
	font-size: 18px;
}
/* .listing-container.has-image .listing-image {
    flex: 1;
    width: 50%;
    max-height: 882px;
    overflow: hidden;
    aspect-ratio: 1000 / 676;
} */

.listing-container.has-image .listing-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.single .listing-content .listing-details {
    background-color: #F0F0F0;
    padding: 1em;
    margin-bottom: 18px;
}
.single .listing-content .listing-details .listing-phone{
	margin-top: 18px;
}
@media (min-width: 992px){
	.single .listing-content .listing-details{
		flex-direction: row;
	}
	.single .listing-content .listing-details .listing-phone{
		margin-top: 0;
	}
}

.listing-details > div {
    flex: 1;
}
.dropdown-menu{
	flex-direction: column;
}
@media (max-width: 991px){
	.dropdown-menu{
		background: none;
	}
}
p.listing-phone,
p.listing-date{
	margin-bottom: 16px;
}
p.listing-venue {
    display: inline-flex;
	margin-bottom: 16px;
}

.hero #breadcrumbs {
	top: 36px;
}
@media (min-width: 992px){
	.hero #breadcrumbs {
		position: absolute;
	}
}
.breadcrumb_last{
	color: #FFF;
	text-transform: capitalize;
}
p#breadcrumbs a {
    color: white;
	font-weight: 300;
	text-decoration: none;
}
p#breadcrumbs a:hover {
	font-weight: 500;
	text-decoration: underline;
	color: #F0F0F0;
}
.dropdown-menu{
	top: 47px;
	padding: 0 20px 0;
	border: none;
	margin-bottom: -16px;
}
.dropdown-menu li + li{
	margin-top: 16px;
}
#main-menu-mobile a{
	color: #FFF;
	padding-left: 30px;
}
@media (min-width: 992px){
	.dropdown-menu{
		padding: 26px 36px;
		margin-bottom: 0;
	}
	.dropdown-menu li{
		margin: 8px 0;
	}
	.dropdown-menu li + li{
		margin-top: 8px;
	}
	#main-menu-mobile {
		display: none;
	}
}
.dropdown-menu li a.active{
	text-decoration: underline;
}
#menu-item-1649,
#menu-item-2529{
	order: 1;
}
#menu-item-1648,
#menu-item-1537{
	order: 2;
}
#menu-item-1647,
#menu-item-1538{
	order: 3;
}
#menu-item-1586,
#menu-item-7759{
	order: 4;
}
#menu-item-1534,
#menu-item-1539{
	order: 5;
}
#main-menu{
	display: none;
}
@media (max-width: 991px){
	#navbarContent{
		margin: 0;
	}
	#navbarContent .col-lg-7{
		padding: 0;
	}
	#navbarContent .col-1g-2{
		padding: 0;
	}
	#navbarContent .col-12{
		padding: 0;
	}
}
@media (min-width: 992px){
	#main-menu{
		display: block;
	}
}
#menu-main-menu li .dropdown-menu a:hover{
	background: transparent;
	font-weight: 500;
	text-decoration: underline;
/* 	color: var(--color-orange); */
/* 	font-weight: 500; */
}
#menu-main-menu li .dropdown-menu a{
	color: #FFF;
	text-transform: capitalize;
	font-weight: 300;
	font-size: 18px;
	padding: 0;
}
@media (min-width: 1600px){
	.col-xxxl-5 {
		    flex: 0 0 auto;
    		width: 41.66666667%;
	}
}
.dropdown.active .dropdown-menu {
    display: flex;
    margin-top: 0;
	opacity: 1;
}
@media (max-width: 991px){
	.navbar-nav .dropdown-menu {
    	opacity: 0;
    	transition: 0.4s;
	}
	.dropdown.active:after{
		transform: rotate(90deg);
	}
}
@media (min-width: 992px){
	.dropdown:hover .dropdown-menu {
	    display: flex;
    	margin-top: 0;
	}
}
p#breadcrumbs .separator {
    color: var(--color-orange);
    display: inline-block;
    margin: 0 0.5em;
}

p#breadrumbs a {
    color: white;
}

.nav li.dropdown .dropdown-toggle:after {
    -webkit-mask: url(assets/images/arrow-right.svg) no-repeat 50% 50%;
    content: '';
    border: 0;
    background-color: var(--color-blue);
    width: 20px;
    height: 20px;
    transition: all 0.2s;
    /* top: 50%; */
    /* position: relative; */
    margin-left: 9px;
}

.nav li.dropdown.open .dropdown-toggle:after {
    transform: rotate(90deg);
}

.aggregate-keyword-search {
    display: flex;
    align-items: center;
    border-bottom: 1px solid var(--color-gray);
}

.aggregate-keyword-search > input[type='text'] {
    background: none;
    box-shadow: none;
	padding-left: 0;
	font-weight: 300;
	outline: none;
}

.aggregate-keyword-search > button {
    padding: 0;
	background: none;
}

.aggregate-date-picker .ui-datepicker-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: var(--color-orange);
    color: white;
    padding: 0.25em 0.5em;
    font-weight: 500;
}

.aggregate-date-picker .ui-datepicker-header a {
    color: white;
	cursor: pointer;
	position: relative;
	top: -2px;
}
.aggregate-date-picker .ui-datepicker-header a path{
	transition: 0.4s;
}
.aggregate-date-picker .ui-datepicker-header a:hover path{
	fill: var(--color-gray);
}
.aggregate-date-picker .ui-datepicker-header .ui-datepicker-next {
    order: 2;
}

.aggregate-date-picker .ui-datepicker-calendar {
    width: 100%;
}

.aggregate-date-picker .ui-datepicker-calendar td {
    text-align: center;
    width: 36px;
    height: 36px;
    color: white;
    font-size: 18px;
    font-weight: 300;
    background-color: var(--color-blue);
    border: 1px solid white;
    transition: all 0.1s;
}

.aggregate-date-picker .ui-datepicker-calendar td:not(.ui-state-disabled):hover,
.aggregate-date-picker.date-selected .ui-datepicker-calendar td.ui-state-between,
.aggregate-date-picker.date-selected .ui-datepicker-calendar td:not(.ui-state-not-selected).ui-state-selected,
.aggregate-date-picker.date-selected .ui-datepicker-calendar td.ui-state-active
{
    background-color: var(--color-orange);
    cursor: pointer;
}
.aggregate-date-picker .ui-datepicker-calendar .ui-datepicker-current-day{
	 background-color: var(--color-orange);
    cursor: pointer;
}
/* .aggregate-date-picker .ui-datepicker-calendar .ui-datepicker-current-day.today-day{
	 background-color: var(--color-blue);
} */
.aggregate-date-picker .ui-datepicker-calendar td.ui-datepicker-current-day:hover{
	background-color: var(--color-orange)  !important;
}

.aggregate-date-picker .ui-datepicker-calendar th {
    text-align: center;
	font-size: 14px;
}

.aggregate-date-picker .ui-datepicker-calendar td a {
    color: white;
	text-decoration: none;
}

.aggregate-date-picker .ui-datepicker-calendar td.ui-datepicker-other-month {
    background: none;
    border-color: transparent;
}

.aggregate-date-picker .ui-datepicker-calendar td.ui-state-disabled:not(.ui-datepicker-other-month) {
    background-color: var(--color-gray);
}

.aggregate-pagination.pagination {
    display: block;
    text-align: center;
	margin-bottom: 72px;
}

.hero .intro-wrap .intro-content {
    max-width: 600px;
}

.slide-item h1 {
    color: white;
    font-size: 90px;
}

.featured-slider article > h1 {
    max-width: 100%;
}
.featured-slider article h3{
	font-size: 24px;
}
@media (max-width: 991px){
	.featured-slider article > h1 {
		text-align: center;
	}
	.featured-slider .item{
		padding: 0;
	}
	.slide-item h1 {
		font-size: 54px;
	}
}

.slide-item h3 {
    font-family: 'azo-sans-web';
    font-size: 24px;
}

.slider-container {
    height: 100%;
}

.slider-container .slide {
    height: 100%;
    /* width: 50%; */
    position: relative;
    padding: 0;
}

.slide-item {
    height: 100%;
    width: 60%;
    position: relative;
    background-color: rgba(0,0,0,0.7);
    display: flex;
    flex-direction: column;
    justify-content: center;
    clip-path: var(--polygon-arrow);
}
@media (max-width: 991px){
	.featured-slider article{
		padding-bottom: 0;
	}
	.slide-item {
		width: 100%;
		clip-path: none;
		padding: 36px 18px;
		background: none;
	}
	.slide-item:before{
		content: '';
		display: block;
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,0.7);
		position: absolute;
		z-index: -1;
		left: 0;
		top: 0;
	}
	.featured-slider article{
		padding: 0;
	}
	.featured-slider .item{
		padding-bottom: 300px;
	}
	.featured-slider .slide.container{
		margin: 0;
		width: 100%;
	}
	.slide-item:after{
		content: '';
		display: block;
		width: 100%;
		height: 150px;
		clip-path: polygon(100% 0%, 100% 30%, 50% 100%, 0% 30%, 0% 0%);
		background: rgba(0,0,0,0.7);
		position: absolute;
		bottom: -149px;
		left: 0;
	}
	.slide.container:before{
		display: none;
	}
	.featured-slider .item{
		height: auto;
	}
}


.slide.container:before {
    background-color: rgba(0,0,0,0.7);
    content: '';
    display: block;
    position: absolute;
    right: 100%;
    height: 100%;
    width: 1000%;
}




#MainMenu .navbar-extra-top>.navbar {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}

#MainMenu.navbar #navbar-main .navbar-nav {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex: 1;
	flex-direction: column;
}
@media (min-width: 992px){
	#MainMenu.navbar #navbar-main .navbar-nav {
		flex-direction: row;
		max-width: 720px;
	}
	#navbar-main.navbar-collapse.collapse.in{
		background: rgba(0, 0, 0, 0.9);
	}
}

ul#menu-top-bar-menu:before {
    content: none;
}
.navbar-search,
#main-menu{
	padding-top: 15px;
}
ul#menu-main-menu {
    justify-content: space-between;
}

ul#menu-main-menu:before {
    content: none;
}

ul#menu-main-menu:after {
    content: none;
}

ul#menu-top-bar-menu {
    column-gap: 2em;
}
#MainMenu .container-fluid:after,
#MainMenu .container-fluid:before{
	display: none;
}
div#navbar-main-container {
    display: flex;
    align-items: stretch;
	justify-content: space-between;
}

@media (max-width: 991px){
	div#navbar-main-container{
		padding: 0;
	}
	div#navbar-main-container > .navbar-header {
		display: flex;
		justify-content: space-between;
		width: 100%;
	}
	#MainMenu .container-fluid{
/* 		padding: 0; */
	}
	#MainMenu .container-fluid:before,
	#MainMenu .container-fluid:after,
	#navbar-main-container .navbar-header:before,
	#navbar-main-container .navbar-header:after{
		display: none;	
	}
}
nav#navbar-main {
    display: flex;
    flex-direction: column;
    align-content: flex-end;
    flex-wrap: wrap;
    justify-content: space-between;
}
.main-nav{
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);		
}
#menu-main-menu > li{
		display: flex;
		padding-bottom: 33px;
		flex-direction: column;
}
@media (min-width: 992px){
	#menu-main-menu > li{
		padding-bottom: 18px;
		flex-direction: row;
		align-items: center;
	}
}
#menu-main-menu > li:after{
	-webkit-mask: url(assets/images/arrow-right.svg) no-repeat 50% 50%;
    content: '';
    border: 0;
    background-color: var(--color-blue);
    width: 20px;
    height: 20px;
    transition: all 0.2s;
    margin-left: 9px;
}
@media (max-width: 991px){
	#menu-main-menu > li:after{
		    margin: auto;
			position: absolute;
			right: -20px;
			top: 4px;
			bottom: auto;
	}
	ul#menu-main-menu{
		width: 100%;
	}
}
@media (min-width: 992px){
	#menu-main-menu > li:hover:after{
		transform: rotate(90deg);
	}	
}
#menu-main-menu li a{
	text-transform: uppercase;
	color: #00998F;
	font-weight: 500;
	cursor: pointer;
}
@media (min-width: 992px){
	#menu-main-menu{
		margin-top: 41px;
		width: 100%;
		transition: 0.4s;
	}
	.on-scroll #menu-main-menu{
		margin-top: 10px;
	}
	.fl-builder-content-804{
		overflow: hidden;
	}
	header.navbar .dropdown-menu{
		min-width: 37rem;
	}
	
}

@media (max-width: 991px){
	nav#navbar-main {
		position: fixed;
		top: 88px;
		width: 100%;
		background: rgba(0, 0, 0, 0.9);
		display: block;
		padding: 36px;
		left: 0;
	}
	#MainMenu.navbar #navbar-main .navbar-nav{
		margin: 0;
		flex: none;
	}
	.entry-content .fl-row-content-wrap h2.fl-heading{
		text-align: center;
	}
	.fl-node-59bc98789784a .fl-row-content-wrap h2.fl-heading{
		font-size: 60px !important; 
	}
	.fl-node-59bc98789784a > .fl-row-content-wrap{
		padding-bottom: 0;
	}
	.fl-node-scdojqg2en7l .fl-module-content{
		margin-bottom: 0;
	}
	.fl-node-59bc98789784a > .fl-row-content-wrap{
		padding-top: 10px;
	}
}

.color-list {
  display: flex;
  flex-direction: column;
  height: 640px !important;

}

.color {

  display: flex;
  flex-direction: column;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
  flex: 1 0 10em;  
  
  /* Handles any clipping/overflow issues on transition */
	  overflow: hidden;
	  padding: 1em;
	  color: white;
	  transition: 0.4s;
	position: relative;
}
.color:hover{
	flex-basis: 20em;
}
.color em.emphasized-header,
.color a{
	font-size: 18px !important;
	font-style: normal;
}
#menu-sub-footer-explore,
#menu-sub-footer-eat-drink,
#menu-sub-footer-stay{
	display: flex;
	flex-direction: column;
	padding: 0;
}
#menu-item-1686,
#menu-item-2526,
#menu-item-23134{
	order: 1;
}
#menu-item-1685,
#menu-item-1689,
#menu-item-23132{
	order: 2;
}
#menu-item-1683,
#menu-item-1690,
#menu-item-23133{
	order: 3;
}
#menu-item-1675,
#menu-item-23135,
#menu-item-23134{
	order: 4;
}
#menu-item-1684,
#menu-item-1691{
	order: 5;
}
.color:after{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	position: absolute;
    background: rgba(0, 0, 0, 0.7);
    left: 0;
	top: 0;
    z-index: 1;
}
.color .fl-builder-content{
	position: relative;
		z-index: 2;
}
.sub-footer-title, .sub-footer-icon {
	transition: opacity 300ms ease-in-out;
}
.navbar-default, body #MainMenu.navbar.scrolled, body.no-hero-image #MainMenu.navbar{
	background-color: #FFF !important;
}

.sub-footer-title, .sub-footer-icon {
	transition: opacity 300ms ease-in-out;
	transition: margin-left 500ms ease-in-out;
}

@media (min-width: 829px) {

.color:hover .sub-footer-title, .color:hover .sub-footer-icon  {
	/* opacity: .2; */
}

.color:hover .details {
  opacity: 1;

}
}

@media (min-width: 829px) {

.color:hover .sub-footer-title, .color:hover .sub-footer-icon  {
 	/* margin-left: 150px; */
}

}

.name {
  font-size: 1.2em;
  font-weight: 600;
}

.details {
  margin: 0;
  padding: 0;
  list-style: none;
  opacity: 0;
  transition: opacity 500ms ease-in-out;
  width: 250px;
  position:absolute;
  text-align: center;
  top: 700%;
  /* top: 0; */
  left: 50%;
  transform: translate(-50%, 0);
}

.details li {
  font-size: 1em;
  line-height: 2em;
	list-style: none;
	text-decoration: none;
}

@media (min-width: 828px) {
  .color-list {
    /*
      Change the direction so that each .color
      aligns horizontally
    */
    flex-direction: row;
	      margin-top: -2px;
    z-index: 9999;
    position: relative;
  }
  
  .color {
    /*
      No scrollbars on mobile
    */
    flex-shrink: 1;
  }

}

@media (max-width: 827px) {

.color.mobile-expand {
  /*
    Change the flex-basis so that we know what
    size to transition to on hover. Arbitrary,
    based on our design/content.
  */
  flex-basis: 39em;
}

.mobile-expand .sub-footer-title, .mobile-expand .sub-footer-icon  {
/* 	opacity: .2; */
}

.mobile-expand .details {
  opacity: 1;

}
	.color h3{
		font-size: 60px;
	}
	.color .fl-module-content{
		margin
	}
	.color .fl-row-content-wrap{
		padding: 0;
	}

.color {
  flex: 1 0 8em;  
  padding: .5em;
  transition: flex-basis 500ms ease-in-out;
    min-height: 400px;
    justify-content: center;
}

.page-map-container .fl-col.fl-col-small:first-child {
		margin: 0;
		position: absolute;
		top: 150%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: auto;
}
	.color .fl-col.fl-col-small:first-child {
		width: 100% !important;
	}
	.color .page-map-container .details{
		margin-top: 95px;
	}

.page-map-container .details {
	margin-top:75px;
}

.color-list {
  flex-direction: column;
  min-height: 560px !important;
  height:auto !important;

}

}
.page-map-container a {
	color: white !important;
	font-size:18px !important;
}

.page-map-container .widget_nav_menu ul li a {
	border: none;
	font-weight: 300;
	text-decoration: none;
}

.page-map-container .widget_nav_menu ul .sub-menu {
	border-left: 0;
	padding: 0;
}

/* --- end accordion footer --- */

.fl-row-content-wrap {
    margin-bottom: -1px;
}

#footer {
	border:none !important;
	box-shadow: 0 0 9px rgba(0, 0, 0, 0.5);
	position: relative;
	z-index: 12;
}

.fl-builder-content .fl-button:active {
	position:initial !important;
	top:initial !important;
}

#newsletter-section .fl-module.fl-module-subscribe-form {
	max-width: 500px;
	/* margin:0 auto; */
}
@media (max-width: 991px){
	#newsletter-section .fl-module.fl-module-subscribe-form {
		margin:0 auto;
	}
	.color:hover{
		background-size: cover !important;
	}
	.fl-node-59d3d372cd9a2 .fl-col-content{
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
}

#newsletter-section .fl-module.fl-module-subscribe-form .fl-subscribe-form-inline .fl-form-field {
    /* display: flex; */
    width: 60%;
    float: left;
}

#newsletter-section .fl-module.fl-module-subscribe-form .fl-subscribe-form-inline .fl-form-button {
    width: 40%;
    float: right;
}


#newsletter-section .fl-col-group{
	/* max-width: 80%; */
	margin:0 auto;
	/* overflow: visible; */
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
}
@media (min-width: 768px){
	#newsletter-section .fl-col-group{
		flex-direction: row;
	}
}
#footer .fl-form-success-message > p {
	color: white;
}

#footer .fl-form-error-message {
	color: var(--color-orange);
	font-size: 14px;
	font-weight: 500;
}

#footer .sub-footer {
	padding: 0px;
	max-height: ;
	border:none;
}

.sub-footer .container {
	width: auto;
}

.col-xs-12 {
	padding-left: 0px;
	padding-right: 0px;
}

.imp-fullscreen-tooltip.imp-tooltip-visible .squares-element.sq-col-lg-12  {
	clear:both !important;
}

.imp-fullscreen-tooltip.imp-tooltip-visible h1 {
	line-height: 1em !important;
}

.imp-fullscreen-tooltip.imp-tooltip-visible h2 {
	line-height: 1em !important;
}

.imp-fullscreen-tooltips-container .imp-fullscreen-tooltip .imp-tooltip-close-button {
	color: #616161 !important;
}

.imp-shape-spot > svg, .imp-shape > svg {
	width: 100% !important;
	height: 100% !important;
}

.imp-shape-spot  {
	max-width: 9% !important;
	max-height: 9% !important;
	
}

.imp-shape-spot[data-shape-title$="Top"] { 

	max-width: 10% !important;
	max-height: 10% !important;
	
}

.imp-shape-spot[data-shape-title^="Football Top"] { 

	max-width: 8% !important;
	max-height: 8% !important;
	top: 10% !important;
	
}

.imp-shape-spot[data-shape-title="Football"] { 

	max-width: 5% !important;
	max-height: 5% !important;
	
}

.imp-shape-spot[data-shape-title^="Hockey Top"] { 

	max-width: 8% !important;
	max-height: 8% !important;
	top: 11% !important;
	
}

.imp-shape-spot[data-shape-title="Hockey"] { 

	max-width: 6% !important;
	max-height: 6% !important;
	
}

.imp-tooltip.imp-tooltip-visible h3 {
	font-size: 14px !important;
	margin-bottom:0px !important;
	padding-bottom: 0px !important;

}

.imp-tooltip.imp-tooltip-visible h2 {
	font-size: 15px !important;
	margin-bottom:0px !important;
	padding-bottom: 0px !important;
	font-weight:bold !important;
	line-height: 22px !important;
}

.imp-tooltip.imp-tooltip-visible h1 {
	font-size: 25px !important;
	line-height: 28px !important;
	font-weight: bold !important;
}

.imp-tooltip.imp-tooltip-visible {
/*	border: 2px dotted #d2d2d2; */

}

/*
@media (min-width: 1004px) {
	
	.imp-tooltip.imp-tooltip-visible {
	width: 450px !important;
	right: -450px !important;
    left: auto !important;
    top: -40px !important;
	padding-top: 70px
}
}
*/

.imp-tooltip .squares-element.sq-col-lg-12 {
	clear:both;
}
.hero h1{
	font-size: 90px;
	margin-bottom: 36px;
	color: #FFF;
		text-align: center;
}
@media (min-width: 768px){
	.hero h1{
		text-align: left;
	}
}
.hero a{
	color: #FFF;
	font-weight: 500;
	text-decoration: underline;
}
.hero a:hover{
	color: #F0F0F0;
}
.hero .breadcrumbs li .icon {
	color:white !important;
}

.hero .breadcrumbs li .icon {
	color:white;
}

.navbar-brand {
	color:white !important;
}

@media  {
.hero.no-content .container {
    height: 270px;
}

.single:not(.single-post) .hero.no-content .container {
    height: 95px;
}

.hero.has-content .container {
    position: relative;
	display: flex;
	align-items: center;
}

.affix-top#SubMenu.navbar .navbar-header .navbar-brand {
    margin-left: -300px;
    opacity: 0;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}}

@media (min-width: 769px) {
.destination-template-default .container {
    width: 791px;
}}

@media (min-width: 1300px){
.destination-template-default .container {
    width: 1280px;
}}

@media (max-width: 805px) {
destination-template-default .container {
    width:inherit;
}}

.navbar-inverse .navbar-nav>li>a {
	color: white;
	font-size: 20px;
}

.navbar-inverse .navbar-nav>li>a:hover {
	color: #eaeaea;
	background-color:transparent;
}

.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>.active>a:focus {
	color: #ffffff;
	background-color:transparent;
}

.navbar-inverse .navbar-nav>li>a:focus {
	color: #ffffff;
	background-color:transparent;
}

.navbar-inverse {
	background-color: #82715E !important;
}


@media (max-width: 452px) and (min-width:348px) {
.fl-icon-group-center {
	width: 70%;
	margin:0 auto;
}	
}

.about-paragraph {
    max-width: 900px;
    margin:0 auto;
}

.about-image {
	min-height: 300px;
	max-height: 300px;
	overflow:hidden;

}

.about-image img {
    position: absolute;
    left: 0;
    top: 0px;
    height:auto;
    z-index: 1;
    opacity: 0.9;
}

.icon-group-container .fl-icon{
    float:none;
}

.about-image .fl-photo-content img {
    width: 100%;
}

.about-image .fl-photo-content {

    width: 100%;
}

.j-overlay .j-overlay-content {
	background: white !important;
}

.juicer-feed.living-wall .j-living-wall-hover:before {
	line-height: 37px;
	font-size: 55px;
	font-weight: 100;
	border: 1px solid;
}


.j-post-overlay.juicer-feed a.juicer-button:before {
	font-size: 20px;
	top: 3px;

}

.j-post-overlay.juicer-feed a.juicer-button {
    border: none;
    font-size: 12px;
    border-radius: 30px;
    color: #FFFFFF;
    cursor: pointer;
    background-color: #338D91;
    padding: 5px 25px 10px 25px;
}

.j-post-overlay.juicer-feed a.juicer-button:hover {
    background: #48b8bd;
    color: #F2F2F2;
    border:none;
}

.j-post-overlay.juicer-feed a.juicer-button {
	margin-top: 4px;
}

@media (max-width: 1190px){

.j-post-overlay.juicer-feed a.juicer-button {
	width: 100%;

}
}

.j-share {
	padding-left: 0px;
}

h1.referral {
	display:none !important;
}

.juicer.image-post .j-living-wall-hover {
	display:none;
}

.juicer.image-post {
	cursor: default !important;
	pointer-events:none !important;
	background-color: #000 !important;
	background-image: url("/wp-content/uploads/2017/09/MosaicLakeMeridian_optimized.jpg") !important;
}

.juicer.image-post img {
	display:none;
}


.fl-node-59bcadfce3a42 .fl-post-feed-text, .fl-node-59bcac5eeccde .fl-post-feed-text {
	padding-left: 40px;
	padding-right: 40px;
}

.fl-node-59bca8f0b8989 .fl-post-slider-background .fl-post-slider-content {
	padding-left: 50px;
	padding-right: 50px;
}

.at-a-glance-row h2.fl-post-feed-title, .at-a-glance-row span.fl-post-feed-date, #always-happening .fl-post-feed-text .fl-post-feed-content p {
    margin-left: 45px !important;
}

#special-events .fl-post-feed-header:before, #always-happening .fl-post-feed-header:before  {
    float: left;
    margin-top: 10px;
}

.at-a-glance-row .fl-post-feed .fl-icon i.vk-icons:before {
	font-size:25px !important;
	color:white;
}

#always-happening .vk-icons.vk-icons-pin:before {
	content: "\e914" !important;
}

#special-events .vk-icons.vk-icons-pin:before {
	content: "\e900" !important;
}

.fl-node-59c05e3f4135c, .fl-node-59c0635e30033 {
	margin-bottom: 10px;
}

.fl-node-59c0b027e2011 .fl-module-content .fl-icon i, .fl-node-59c0b027e2011 .fl-module-content .fl-icon i:before {
    color: #ffffff;
    font-size: 30px;
    height: auto;
    width: auto;
}

h2.at-a-glance-title {
	color: white;
}

.fl-icon-text .at-a-glance-title {
	padding-right: 28px !important;
}

.fl-icon-text {
	padding-top: 10px;
	vertical-align:top;
}

.at-a-glance-row > .fl-icon-wrap {
	float:right;
	width: 100%;
}

.fl-icon {
	float:right;
	margin-right: 10px;
}

.vk-icons-agenda, .vk-icons-favorite, .vk-icons-speech-bubble {
	padding-top: 17px;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .dropdown-menu>.active>a {
	background-color: transparent;
}

.navbar-default .navbar-nav>li>a:focus {
	background-color: transparent;
}

#special-events a:hover, #special-events a:focus, #special-events a:active {
	text-decoration: underline dotted #C64A22;
	}

#always-happening a:hover, #always-happening a:focus, #always-happening a:active {
	text-decoration: underline dotted #C77718;
}

#travel-blog a:hover, #travel-blog a:focus, #travel-blog a:active {
	text-decoration: underline dotted #64b5b4;
}

@media (min-width: 768px) {

#travel-blog .fl-post-slider-content {
	margin-top: 55px;
}

.bx-viewport {
  max-height: 900px !important;
}
.fl-post-slider-content {
min-height: 500px !important;
}

.fl-node-59bca8f0b8989 .fl-post-slider-background .fl-post-slider-content-bg {
  	background-image: -webkit-linear-gradient(180deg,rgba(60, 127, 126, 0) 40%,#3C7F7E) ;
  	background-image: -o-linear-gradient(180deg,rgba(60, 127, 126, 0) 40%,#3C7F7E) ;
  	background-image:ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â -moz-linear-gradient(180deg,rgba(60, 127, 126, 0) 40%,#3C7F7E) ;
  	background-image: linear-gradient(180deg,rgba(60, 127, 126, 0) 40%,#3C7F7E) ;
}

}

@media (max-width: 991px) {
	.section-spacing{
		padding: 20px;
	}
	.section-spacing .fl-button{
		margin-bottom: 32px;
	}
.special-events-more-link p, .always-happening-more-link p, .travel-blog-more-link p {
	text-align:center !important;
}
.list-items-column,
#newsletter-section .fl-module-content.fl-node-content,
#newsletter-section  .fl-col.fl-node-59bc98789a3ce.fl-col-small{
	margin: 20px;	
}
	div.list-items-column h3{
		font-size: 18px;	
	}
	
#MainMenu.navbar .navbar-brand {
    margin-bottom: 9px;
    max-width: 160px;
}
	#MainMenu.navbar{
		position: fixed;
		top: 0;
	}	

.fl-module-content.fl-node-content, .fl-col.fl-node-59bc98789a3ce.fl-col-small {
	clear:both !important;
	margin: 0;
}
	.fl-row-content-wrap{
		padding-top: 0;
	}
	

.fl-col.fl-node-59e135f1818ec.fl-col-small {
  background-color: #306d6b !important;
}

.fl-col.fl-node-59e135f181867.fl-col-small span, .fl-col.fl-node-59e135f1818ad.fl-col-small span, .fl-col.fl-node-59e135f1818ec.fl-col-small span {
	text-align: center !important;
    text-transform: uppercase !important;
    font-size: 15px !important;
}

	.fl-col-group.fl-node-59bc98789a24b {
	  display: block !important;
	}
.fl-col.fl-node-59bc98789a3ce.fl-col-small {
	/* display: block !important; */
}

.fl-col.fl-node-59bc98789a3ce.fl-col-small {
    /* clear: right; */
    float: none;
    margin-left: auto;
    margin-right: auto;
    width: auto !important;
    /* display: block !important; */
}

.fl-col.fl-node-59bc98789a348.fl-col-small, .fl-col.fl-node-59bc98789a38b.fl-col-small {
	width: 50%;
	min-height: 720px !important;
}

}

@media (max-width: 878px) {
	.fl-col.fl-node-59bc98789a348.fl-col-small, .fl-col.fl-node-59bc98789a38b.fl-col-small {
	width: 50%;
	min-height: 820px;
}
}

@media (max-width: 768px) {

.fl-node-59e135f181637 .fl-col-small {
	margin:0;
	width: 33.33% !important;
}

	.fl-post-feed-text .fl-icon, .fl-post-feed-text .fl-icon-wrap {
		margin-top: 3px;
	}

	.archive-main-content {
		margin-top: 30px;
	}

	.featured-blog-container img[class*="wp-image-"] {
		margin-top: 1rem;
		margin-bottom: 0 !important;
	}

	.featured-blog-container .fl-post-slider-background .fl-post-slider-content {
	    background: #545454;
	}

	.archive-main-container .fl-col.fl-col-small {
		max-width: initial;
	}

	.archive-main-content .fl-post-feed-image-beside-content {
		max-width: initial;
	}


body h2.fl-post-grid-title {
	font-size: 20px !important;
}

.bx-wrapper {
	    margin-top: auto !important;
}
}

/* - jr: at-a-glance start - */

.special-events-more-link a:hover, .always-happening-more-link a:hover, .travel-blog-more-link a:hover {
    color: rgba(255, 255, 255, 0.51);
}

.special-events-more-link a, .always-happening-more-link a, .travel-blog-more-link a {
    text-transform: uppercase !important;
    font-size: 15px !important;
}

.fl-col.fl-node-59bc98789a348.fl-col-small, .fl-col.fl-node-59bc98789a38b.fl-col-small, .fl-col.fl-node-59bc98789a3ce.fl-col-small, .fl-col.fl-node-59e135f181867.fl-col-small, .fl-node-59e135f1818ad.fl-col-small, .fl-col.fl-node-59e135f1818ec.fl-col-small {
    max-width: 100% !important;
    min-height:auto;
}

.fl-col-group.fl-node-59bc98789a24b, .fl-col-group.fl-node-59e135f181637 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex; */
  display: flex; */
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.fl-col.fl-node-59bc98789a348.fl-col-small, .fl-col.fl-node-59e135f181867.fl-col-small {
/*   background-color: #FC6F43; */
	background-color: #f15a29;
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}

.fl-col.fl-node-59bc98789a38b.fl-col-small, .fl-node-59e135f1818ad.fl-col-small {
/*   background-color: #EA9E49; */
	background-color: #ea8c1c;
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}

.fl-col.fl-node-59bc98789a3ce.fl-col-small, .fl-col.fl-node-59e135f1818ec.fl-col-small {
  background-color: #3F7F7D;
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}

/* - jr: at-a-glance end - */

a._self.pt-cv-readmore.btn.btn-success {
	display:none;
}

.btn-primary:hover, .btn-default:hover {
	border:none;
	border-color:none;
}

.btn-primary, .btn-default {
	border:none !important;
	border-color:none !important;
}

body:not([class*='no-hero-image']) #MainMenu.navbar .navbar-nav > li > a {
	line-height: 2.5;
}

.btn, button, input[type='button'], input[type='submit'] {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 8px 16px;
    font-size: 16px;
    line-height: 1.6;
    border-radius: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.form-control, input[type='text'], input[type='email'], input[type='password'], textarea, select {
    display: block;
    width: 100%;
    /* height: 44px; */
    padding: 8px 16px;
    font-size: 16px;
    line-height: 1.6;
    color: #6c6e73;
    background-color: #e2e2e2;
    background-image: none;
    border: 0px solid #e9eaeb;
    border-radius: 0;
    /* -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075); */
    /* box-shadow: inset 0 1px 1px rgba(0,0,0,0.075); */
    /* -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; */
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

#menu-top-left-widgets {
	margin-top:5px;
}
.gsatelites{
	display: flex;
	flex-direction: column;
 	background: rgba(0, 0, 0, .7);
	position: absolute;
    width: 0;
	height: 0;
    left: 0;
	right: 0;
	margin: auto;
	padding: 0;
	transition: 0.4s;
}
.gsatelites.active{
	height: auto;
	width: 100%;
	padding: 70px 18px 10px;
}
.gglobe {
    opacity: 1 !important;
    height: 80px;
    width: 72px !important;
    cursor: pointer;
    display: block;
    transition: all 0.3s;
    position: relative;
    z-index: 234234;
    background-image: url('./assets/images/language.png') !important;
    background-size: contain;
	background-repeat: no-repeat;
	border-radius: 0 !important;
	color: #FFF;
	text-align: center;
	margin-left: auto;
	text-indent: 0;
	font-size: 14px;
}
.mobile-section .navbar-form .form-control{
	background: none;
	border-bottom: 1px solid #FFF;
	color: #FFF;
	padding-left: 0;
}
.mobile-section .navbar-form{
	padding: 0;
    display: flex;
    width: 100%;
    margin: 0;
    justify-content: space-between;
	position: relative;
	margin-bottom: 16px;
	box-shadow: none;
	border: none;
}
.mobile-section .form-group{
	width: 100%;
	margin: 0;
}
.mobile-section .fa-search{
	margin-top: 0;
}
.mobile-section .fa-search:before{
    color: #FFF;
    font-size: 24px;
    font-weight: 400;
}
.mobile-section button{
	background: none;
	position: absolute;
	right: 0;
	padding: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
@media (max-width: 991px){
	.navbar-nav .open .dropdown-menu{
		background-color: transparent !important;
	}
	.gglobe{
		background-image: url('./assets/images/globe.svg') !important;
		background-size: 18px;
		background-position: left 0;
		height: 30px !important;
		padding-left: 28px;
		margin: 0;
	}
}
@media (min-width: 992px){
	.mobile-section{
		display: none;
	}
}
.gglobe.active{
	text-indent: -9999px;
	background-image: url('./assets/images/language-close.png') !important;
}
.gtranslate_wrapper{
	width: 144px;
	position: relative;
}
.gs1, .gs2, .gs3, .gs4 {
	top:13px !important;
}
.gs1 {
	left:80px !important;
}
.gs2{
	left:40px !important;
}
.gs3{
	left:120px !important;
}
.gs4 {
	left:160px !important;
}

.gglobe-spacer {
	padding-left: 56px;
	display:none;
}

.gglobe-hover-area {
    content: " ";
    height: 154px;
    width: 4000px;
    display: flex;
    position: absolute;
    top: 136px;
    left: -1500px;
    z-index: -2000;
}


.gglobe:before{
	content: "\f0ac";
}
.gglobe:hover {
    opacity: 1;
    -moz-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
}
#gmap_wrapper{
	margin-bottom: -10px;
}
a.gsatelite {
   	height: 25px !important;
    width: 100% !important;
    cursor: pointer;
    -moz-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
    position: static;
	margin: 6px 0;
	line-height: 12px;
}

a.gsatelite:before{
	content:attr(title);
	color: #FFF;
    width: 100%;
    text-align: right;
    display: block;
    padding-right: 30px;
	position: relative;
	top: 7px;
	font-size: 14px;
} 
a.gsatelite:hover:before{
	text-decoration: underline;
}

.gsatelite:hover {
    -moz-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
}

.wi {
	line-height: 0;
	font-size: 18px !important;
	padding-top: 24px;
	padding-right: 13px;
	margin-left:20px
}

span.m1mw_temp {
	font-size: 80%;
	margin-left: 7px !important;
}

span.yawp_wim_title p {
	display:none !important;
}

.btn-primary { 
	color: white;
	border-radius:20px;
	font-weight:500;
	font-size:80%;
	text-transform:uppercase;
	letter-spacing: 1px;
}

h3 em {
	font-weight:100;
	color:white !important;
	font-size:110%;
}

.featured-slider article {
	text-shadow:none;
	/* max-width: 750px; */
}

.featured-slider article > * {
    max-width: 500px;
}

.featured-slider .lead {
    color: white;
}

.featured-slider article > .btn {
    font-size: 18px;
    padding-left: 2em;
    padding-right: 2em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

.footer-left, .footer-right, .footer-middle  {
	text-align:center;
}

.footer-left {
	padding: 0px 0;
    text-align: center;
}

.footer-right {
	padding: 20px 0;
    text-align: center;
}

.footer-middle {
	padding: 20px 0;
    text-align: center;
}

.footer-middle p{
	padding:0;
	margin:0 auto;
}

ul.share-buttons{
  list-style: none;
  padding: 0;
}

ul.share-buttons li{
  display: inline;
  padding:0 5px;
  width: 100px;;
}

ul.share-buttons .sr-only{
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

@media (min-width: 1488px) {

	.navbar-right>li:last-child>.dropdown-menu {
		left: 0px;
		right: 0px;
	}

}

@media (max-width: 1487px) {

	.navbar-right>li:last-child>.dropdown-menu {
		left: auto;
		right: 0px;
	}

}

@media (max-width: 991px) {
	.navbar-search .form-group,
	.navbar-search{
		width: 100%;
	}
	.dropdown-menu{
		margin: 8px 0;
	}
	.dropdown-menu li{
		margin: 8px 0;
	}

}

.owl-next .fa-angle-right, .owl-prev .fa-angle-left {
    font-size: 80px !important;
}

body .owl-theme .owl-controls .owl-nav [class*=owl-] {
    background: transparent;
    border: none;
    color: rgba(255,255,255,0.7);
    font-size: 5rem;
    width: 9rem;
    height: 9rem;
    border-radius: 9rem;
    text-align: center;
    line-height: 8rem;
    padding: 0;
    margin: -4.5rem 0 0;
    top: 50%;
    position: absolute;
    -webkit-box-shadow: 0 0 10px 3px rgba(0,0,0,0.3);
    box-shadow: none;
}

body .owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
	background: transparent;
    border-color: transparent;

}

/* #MainMenu .navbar-extra-top>.navbar .navbar-search:hover input, #MainMenu .navbar-extra-top>.navbar .navbar-search input:focus, MainMenu .navbar-extra-top>.navbar .navbar-search input:active, MainMenu .navbar-extra-top>.navbar .navbar-search input:hover {
    height: 40px !important;  
}
 */
/* #MainMenu .navbar-extra-top>.navbar .navbar-search input {
    background: #e2e2e2;
    height: 40px;
	color: #000;
}
#MainMenu .navbar-extra-top>.navbar .navbar-search input::placeholder {
	color: #000;
} */
/* @media (min-width: 992px){
	#MainMenu .navbar-extra-top>.navbar .navbar-search input{
		color: #000;
		position: absolute;
		top: 0;
		bottom: 0;
		margin: auto;
		right: 50px;
		max-width: 0;
		z-index: 2;
	}
	#MainMenu .navbar-extra-top>.navbar .navbar-search input:focus{
		max-width: 0;
		padding: 0;
	}
	#MainMenu .navbar-extra-top>.navbar .navbar-search:hover input{
		max-width: 800px;
		width: 58vw;
		padding: 5px 10px;
	}
} */
#MainMenu .navbar-extra-top>.navbar .navbar-search{
	position: relative;
}
.navbar-search{
	padding: 0 0 36px;
	display: flex;
	flex-direction: row-reverse;
}
@media (min-width: 992px){
	.navbar-search{
		padding: 15px 15px 0;
		display: block;
	}
}
.fa-search {
	font-size: 18px;
	margin-top: 8px;
	font-weight: normal;
}
.navbar-search input{
	transition: 0.4s;
    top: 12px;
    right: 230px;
	padding: 0;
	height: 40px;
	font-weight: 300;
	border-bottom: 1px solid #FFF;
	background: none;
}
@media (min-width: 992px){
	.navbar-search input{
		width: 0;
	    position: absolute;
		margin-left: calc(25% + 28px);
		border-bottom: none;
		background: #e2e2e2;
	}
	.navbar-search button:hover + div input{
		width: 61%;
		padding-left: 16px;
	}	
}
.navbar-search button:hover,
.navbar-search button{
	background: none;
	padding: 0;
}

.navbar-search input:hover{
	width: 61%;
	padding-left: 16px;
}
.navbar-search .fa-search:before{
	color: #FFF;
	font-weight: 300;
}
@media (min-width: 992px){
	.navbar-search .fa-search:before{
		color: #585956;
	}
}
#nav-header{
	padding: 0;
	position: fixed;
	z-index: 111;
	top: 0;
	width: 100%;
}
@media (min-width: 992px){
	body.admin-bar #nav-header{
		top: 32px;
	}
	#nav-header{
		background: #FFF;
	}

}
#MainMenu .navbar-extra-top>.navbar .navbar-form.navbar-right:first-child {
	margin-right: 0px;
	display: flex;
	align-items: center;
}

.navbar-search-menu {
	margin: 0 0 14px 0 !important;
	padding:0 20px 0 10px !important;

}

.navbar-search-menu .btn-default {
	background: #1f988a;
}

.btn, button {
	padding: 6px 16px 8px 16px;
    font-size: 16px;
    line-height: 1.7;
}

.navbar-search-menu .btn-default:focus {
	background-color: #32b1a2 !important;
}

.navbar-search-menu .btn-default:hover {
	background: #147e71;
}
@media (min-width: 768px) {

.container-fluid>.navbar-header {
	margin-right:-20px;
}

.navbar-search-menu {
	margin-top:10px !important;
}

}

@media (max-width: 768px) {
.fl-col.fl-node-59bc98789a348.fl-col-small, .fl-col.fl-node-59bc98789a38b.fl-col-small, .fl-col.fl-node-59bc98789a3ce.fl-col-small, .fl-col.fl-node-59e135f181867.fl-col-small, .fl-node-59e135f1818ad.fl-col-small, .fl-col.fl-node-59e135f1818ec.fl-col-small {
    min-height: auto !important;
}
}

@media (max-width: 767px) {
	
	.navbar-search-menu .form-group {
		margin-bottom: 0px;
	}

	.navbar-search-menu {
		margin: 0 0 14px 0 !important;
		padding:0 20px 0 10px !important;

	}

	.navbar-search-menu {

		border:none;
	}

	.navbar-search-menu .form-group {
		display: inline-block !important;
		margin-bottom: 0;
    	vertical-align: middle;
	}

	.navbar-search-menu {
		margin-top:10px !important;
	}

}

@media (max-width: 320px) and (orientation: portrait) {

	.navbar-search-menu input.form-control {
	    width: 180px;
	}

	.navbar-fixed-top .navbar-collapse {
		max-height: 320px !important;
	}
	
/*
	.navbar-collapse.collapse {
		overflow:scroll !important;
	}
*/
	
	.navbar-nav .open .dropdown-menu {
		padding-bottom: 20px !important;
	}

}

@media (max-width: 568px) and (orientation: landscape) {

	.navbar-fixed-top .navbar-collapse {
		max-height: 191px !important;
	}
	
	.navbar-collapse.collapse {
		overflow:scroll !important;
	}
	
	.navbar-nav .open .dropdown-menu {
		margin-bottom: 20px !important;
	}

}

@media (min-width: 569px) and (max-width: 667px) and (orientation: landscape) {
	
	.navbar-fixed-top .navbar-collapse {
		max-height: 225px !important;
	}
	
	.navbar-collapse.collapse {
		overflow:scroll !important;
	}
	
	.navbar-nav .open .dropdown-menu {
		margin-bottom: 20px !important;
	}
	
}

@media (min-width: 668px) and (max-width: 736px) and (orientation: landscape) {
	
	.navbar-fixed-top .navbar-collapse {
		max-height: 320px !important;
	}
	
	.navbar-collapse.collapse {
		overflow:scroll !important;
	}
	
	.navbar-nav .open .dropdown-menu {
		margin-bottom: 20px !important;
	}

}



.navbar-default .navbar-collapse {
    /* border-color: #464646; */
    /* border-top: dotted 1px rgba(0, 0, 0, 0.13); */
    margin-bottom: 0px;
}

@media (max-width: 480px) and (orientation: landscape) {
	.navbar-fixed-top .navbar-collapse {
		max-height: initial !important;
	}
}

.navbar-default .dropdown-menu > li > a:hover, .navbar-default .dropdown-menu > li > a:active, .navbar-default .dropdown-menu > li > a:focus {
    background-color: transparent !important;
    color: var(--color-orange) !important;
    font-size: 18px;
}

.navbar-default .dropdown-menu > li > a {
	font-weight: 300;
	letter-spacing: .5px;
	font-size: 18px;
	color: white !important;
}

@media (min-width: 992px){
/* 	.dropdown-menu > li:first-child > a, .navbar-default .navbar-nav .dropdown-menu > li:first-child > a {
		padding-top: 20px;
	} */

/* 	.dropdown-menu > li:last-child > a, .navbar-default .navbar-nav .dropdown-menu > li:last-child > a {
		padding-bottom: 20px;
	} */
}


header.navbar .dropdown-menu {
    border: none;
    min-width: 27rem;
    background-color: rgba(0,0,0,0.7);
}

@media (min-width: 991px) {
	.container-fluid>.navbar-header {
		margin-left: 0px;
		margin-right: 0;
		display: flex;
		align-items: end;
	}
	
	.navbar-nav .open .dropdown-menu {
		width: auto;
	}

#MainMenu.navbar #navbar-main .navbar-nav >li.dropdown>a {
	cursor:pointer;
	border:none;
}

a.dropdown-toggle {
    display: inline-flex !important;
    align-items: center;
    flex-direction: row;
}

#MainMenu.navbar #navbar-main .navbar-nav >li.dropdown>a:hover {
	cursor:pointer;
	border:none;
	color: var(--color-blue);
}

#MainMenu.navbar #navbar-main .navbar-nav > li > a:hover {
	cursor:pointer;
	border:none;
}

#MainMenu.navbar #navbar-main .navbar-nav > li > a:focus {
	cursor:pointer;
	border:none;
}

}

.navbar-nav.navbar-right:last-child {
	margin-right: 0px !important;
}
#navbar-main{
	flex-direction: column;
}
#menu-top-bar-menu{
		display: flex;
		justify-content: space-between;
		width: 100%;
		margin-right: 60px;
	}
	#main-menu .nav-item,
	#main-menu-mobile .nav-item{
		background-repeat: no-repeat;
		background-position: center left;
	}
	.menu-blog{
		background-image: url('./assets/images/menu-blog-grey.svg');
	}
	.menu-groups{
		background-image: url('./assets/images/menu-groups-grey.svg');
	}
	.menu-events{
		background-image: url('./assets/images/calendar-grey.svg');
	}
	.menu-media{
		background-image: url('./assets/images/menu-media-grey.svg');
	}
	#menu-top-bar-menu-1{
		 display: grid;
         grid-template-columns: repeat(2, 1fr); /* 2 columns */
         grid-template-rows: repeat(2, 1fr);    /* 2 rows */
         gap: 10px;
	}
	#main-menu-mobile .menu-blog{
		order: 1;
		background-image: url('./assets/images/menu-blog.svg');
	}
	#main-menu-mobile .menu-groups{
		order: 2;
		background-image: url('./assets/images/menu-groups.svg');
	}
	#main-menu-mobile .menu-events{
		order: 3;
		background-image: url('./assets/images/calendar.svg');
	}
	#main-menu-mobile .menu-media{
		order: 4;
		background-image: url('./assets/images/menu-media.svg');
	}
	#menu-item-23299{
		order: 1;
	}
	#menu-item-23298{
		order: 3;
	}
	#menu-item-23297{
		order: 2;
	}
	#menu-item-23300{
		order: 4;
	}
#menu-top-bar-menu li{
	padding-left: 30px;
    background-position: center left;
}
#menu-top-bar-menu a{
	position: relative;
	color: #585956;
}
#menu-top-bar-menu a:hover{
	font-weight: 500;
}
#menu-top-bar-menu .active:after{
	content: '';
    position: absolute;
    top: -17px;
    height: 6px;
    left: -30px;
    width: calc(100% + 30px);
    background: #00998F;
}
#menu-top-bar-menu a:before{
	content: '';
    position: absolute;
    bottom: 0;
    height: 1px;
    width: 0;
    transition: 0.4s;
    background: #585956;
}
#menu-top-bar-menu a:hover:before{
    width: 100%;
}
@media (max-width: 991px) {
	.single-post #content .fl-col-small{
		max-width: 100%;
	}
	#MainMenu.navbar #navbar-main .navbar-nav>li.dropdown:first-child>a {
		border: none !important;
	}
	#MainMenu.navbar #navbar-main .navbar-nav>li>a{
		margin: 16px 0;
	}

	#MainMenu.navbar #navbar-main .navbar-nav>li.dropdown:first-child>a:hover {
		border: none !important;
	}

	.navbar-right>li:last-child>.dropdown-menu {
		left:0px;
		right: 0px;
	}
	.navbar-collapse{
		height: calc(100vh - 100px);
/* 		height: 100%; */
		background: rgba(0, 0, 0, 0.9);	
		padding-bottom: 0;
		overflow: scroll;
		padding: 56px 36px 120px;
	}
	.gtranslate_wrapper{
		width: 100%;
	}
	.gglobe{
		position: absolute;
		top: -20px;
	}
	.gglobe.active{
		text-indent: 0 !important;
		margin: 0;
		background-image: url('./assets/images/close-icon-white.svg') !important;
		top: -25px;
		width: 18px !important;
    	overflow: hidden !important;
	}
	.gsatelites{
		background: none;
	}
	a.gsatelite{
		display: block !important;
		text-align: left;
	}
	a.gsatelite:before{
		padding: 0 0 0 30px;
		text-align: left !important;
	}
	.gsatelite img{
		float: left !important;
	}
	.navbar-search{
		margin-top: 10px;
	}
	.gsatelites{
		position: static;
		display: none;
	}
	.gsatelites.active{
		padding: 0;
		width: 100%;
		height: 100%;
		display: block;
	}


	#MainMenu.navbar #navbar-main .navbar-nav#menu-mobile-tools{
		margin-top: auto;
		display: grid;
		  grid-template-columns: repeat(2, 1fr); /* 2 columns */
		  grid-template-rows: repeat(2, 1fr); /* 2 rows */
		gap: 10px;
	}
	#MainMenu.navbar #navbar-main .navbar-nav#menu-mobile-tools li{
		flex: 0 0 50%;
		max-width: 50%;
		padding-left: 28px;
		background-position: center left;
	}
	#MainMenu.navbar #navbar-main .navbar-nav#menu-mobile-tools li a{
		color: #FFF;	
		text-transform: none;
		font-weight: 300;
	}

}

.navbar-nav .open .dropdown-menu {
    border-top: 0;
    /*     padding-top: 10px; */
    background-color: rgba(0,0,0,0.7);
    box-shadow: 0 7px 10px rgba(0,0,0,0.2);
    width: 0;
}

	.navbar-default .navbar-nav .open .dropdown-menu>li>a {
		color: #616161;	
	}


.navbar-default .navbar-left>li>a {
	background:none;
	text-transform:uppercase;	
	letter-spacing: 2px;
	font-size: 90%;
	font-weight: 500;
	line-height:2.8;
}

.navbar-default .navbar-right-tools>li>a {
	background:none;
	text-transform:uppercase;	
}

.navbar-default .navbar-nav>li>a:hover {
	background:none;
	border-bottom-color: #c5c5c5;
}

#MainMenu.navbar .navbar-nav > li > a:hover {
	/* color:#3e3e3e !important; */
}

.navbar-right>li .dropdown-menu{
	border-top: solid 10px #338D91;
/* 	padding-top: 10px; */
}


.navbar .dropdown-toggle:after {
    position: relative;
    display: inline-block;
    content: " ";
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 4px 4px 0 4px;
    border-top-color: #82715E;
    margin: 0;
    left: 0;
    top: 0;
}

.navbar .dropdown-toggle:after {
	content:none;
}

.navbar .dropdown-toggle:hover {
	background:none !important;
}

.navbar .dropdown:hover {
	background:none !important;
}

/* nav breakpoint - bootstrap  */

@media (max-width: 991px) {
	.container-fluid>.navbar-header{
		margin: 0;
	}
	#MainMenu.navbar #navbar-main .navbar-nav >li.dropdown>a {
		cursor:pointer;
	}

	#MainMenu.navbar #navbar-main .navbar-nav >li.dropdown>a:hover {
		cursor:pointer;
	}

    .main-nav .navbar-header {
        float: none;
    }
    .main-nav .navbar-left,.navbar-right {
/*         float: none !important; */
    }
    .main-nav .navbar-toggle {
        display: block;
		margin-right: 0;
		position: absolute;
		right: 0;
		background: url('./assets/images/close-icon.svg') no-repeat;
		background-position: center;
		width: 44px;
    	height: 34px;
    }
	.main-nav .navbar-toggle .icon-bar{
		display: none;
	}
	.main-nav .navbar-toggle.collapsed{
		background: none;
	}
		.main-nav .navbar-toggle.collapsed  .icon-bar{
		display: block;		
	}

    .main-nav .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .main-nav .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .main-nav .navbar-nav {
        float: none!important;
		margin-top: 80px;
    }
    .main-nav .navbar-nav>li {
        float: none;
    }
    .main-nav .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .main-nav .collapse.in{
        display:flex !important;
    }
        
	.main-nav .navbar .navbar-collapse {
		border: none;
	}
	
	.main-nav .navbar-nav {
		margin: 10px 0 10px 10px;
	}
	
}

@media (max-width: 767px) {
	
	#SubMenu.navbar .navbar-left:first-child {
    	margin-left: 00px;
	}
	
	.footer-middle {
	    width: 61%;
	    margin: 0 auto;
	}
	
	
	#MainMenu.navbar .navbar-brand {
	    max-width: 160px;
	    margin-bottom: 9px;
	}
	
	.fl-col.fl-node-59d3d372cd96a.fl-col-small {
	    margin-bottom: 30px;
		width: 100% !important;
	}
	
	#MainMenu.navbar #navbar-main .navbar-nav >li.dropdown>a {
		cursor:pointer;
	}

	#MainMenu.navbar #navbar-main .navbar-nav >li.dropdown>a:hover {
		cursor:pointer;
	}

    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-nav {
        float: none!important;
		margin-top: 80px;
    }
    .navbar-nav>li {
        float: none;
    }
    .collapse.in{
        display:block !important;
    }
  
	.navbar .navbar-collapse {
		border: none;
	}
	
	.navbar-nav {
		margin: 0;
	}
	
}
    /* end nav breakpoint - bootstrap */
@media (max-width: 991px){
	#MainMenu.navbar .navbar-brand{
		padding: 0;
		margin: 8px 0;
	}
}
@media (max-width: 1299px) {
	
	#MainMenu .collapse-md .navbar-collapse {
	    z-index: -1;
	}
	
	#MainMenu .container-fluid {
    /* max-width: 1280px; */
 }
	
}


#MainMenu.navbar #navbar-main .navbar-nav>li>a:hover {
/* 	color:#484848; */
}
.navbar-brand{
	display: inline-block;
	padding: 18px 0;
}
.navbar-brand img {
	transition: 0.4s;
	max-width: 218px;
}

body:not([class*='no-hero-image']) #MainMenu.navbar {
	border-bottom: 0;
}

@media (max-device-width: 768px) and (orientation:portrait) {

	.owl-stage-outer .owl-item .container .col-md-offset-6 h3 {
			font-size: 5vh !important;	
	}

	.owl-stage-outer .owl-item .container .col-md-offset-6 em {
			font-size: 7vh !important;	
	}
	
}

@media (min-width: 991px) {

	.owl-stage-outer .owl-item .container .col-md-offset-6 {
		margin:25px auto 0rem auto !important;
		width:100% !important;


	}

	.owl-stage-outer .owl-item .container .col-md-offset-6 p {
		margin:0 auto 4rem auto;
		width:60% !important;
	}

    .owl-stage-outer .owl-item .container .col-md-offset-6 h3 {
		/* margin:0 auto 3rem auto; */
		width:60% !important;
		}

	.featured-slider .col-md-6 {
	    width: 65% !important;
	    /* text-align: center !important; */
	}
	
	.featured-slider .col-md-6 p {
		text-align: center !important;;
	    width: 90%;
	}

}

@media (min-width: 1300px) {




	.featured-slider .col-md-6 {
	    width: 55% !important;
	    /* text-align: center; */
	}
	
	.featured-slider .col-md-6 p {
		text-align: center;
	    width: 80%;
	    margin: 0 auto;
	}
	
}

/*
.owl-carousel {
    display: none !important; 
}

.owl-carousel.owl-loaded {
    display:inherit !important;
}
*/

.ls-container {
z-index: -1;
}

.page-menu .fl-row-content-wrap {
	padding: 0px;
}

.page-menu img[class*="wp-image-"] {
	margin-top: 0px;
	margin-bottom: 0px;
}

/* end jr */

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

.gallery-caption {}

img[class*="wp-image-"] {
/* 	margin-top: 1rem; */
/* 	margin-bottom: 1rem; */
}
.wp-caption { }
.wp-caption.aligncenter {
	margin-bottom: 1rem;
}
.wp-caption img[class*="wp-image-"] { }
.wp-caption .wp-caption-text { }

.gallery {
	margin-bottom: 1.5em;
}
.gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.gallery dd {
	margin: 0;
}


@media (max-width: 600px) {
	img.alignleft, img.alignright,
	.wp-caption.alignleft, .wp-caption.alignright {
		clear: both;
		display: block;
		float: none;
		margin-left: auto;
		margin-right: auto;
	}

	.wp-caption img { 
		width: 100%;
	}
}


embed,
iframe,
object {
	max-width: 100%;
}


.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; 
}



.main-header, .main-header .page-title {
	margin-top: 0
} 
.main-content-inner {
	padding-bottom: 1.5em;
}
/*
.hentry {
	margin: 0 0 1.5em;
}
*/
article.post.sticky .page-header h1 a {
	font-weight: 500;
}
#content article .page-header h1 { 
	margin-top: 0; 
}
#content article:first-child .page-header {
	margin-top: 0;
}
.bypostauthor {}
.edit-link a {
	display: none;
    line-height: 1;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    position: fixed;
    left: 0;
    bottom: 0;
    background: var(--color-orange);
    border: 2px solid #fff;
    z-index: 99;
    color: #FFF;
    padding: 8px 12px;
	box-shadow: 1px -1px 2px rgba(0, 0, 0, 0.5);
}

.form-allowed-tags-wrapper { display: none; }


.widget { margin-bottom: 2em; }
.widget_nav_menu ul.sub-menu li, .widget_pages ul.children li { padding-left: 15px; }
.widget_search .search-form input[type="submit"] { display: none; }
.widget_search .search-form .form-group,
.widget_search .search-form .search-field { width: 100% }
.widget select {
	max-width: 100%;
}

.admin-bar .navbar-wrapper .navbar-fixed-top,
.admin-bar #SubMenu.affix {
	margin-top: 32px;
}
@media (max-width: 782px) {
	.admin-bar .navbar-wrapper .navbar-fixed-top,
	.admin-bar #SubMenu.affix {
		margin-top: 46px !important;
	}
}
@media (max-width: 600px) {
	.admin-bar .navbar-wrapper .navbar-fixed-top {
		position: absolute;
	}
	.admin-bar #SubMenu.affix {
		top: 0 !important;
		margin-top: 0 !important;
	}
} 

@media (min-width: 991px){
/* Logo Animation */
/*     .navbar-nav>li>a {
        padding-top: 15px;
        padding-bottom: 15px;
        transition: none;
    } */
    .navbar-brand {
        max-width: 260px;
        /* padding: 11px 20px; */
        /* transition: none; */
        height: auto;
    }
    .navbar-brand img {
        background: none;
    }
    .menu-shrink .navbar-nav>li>a {
        padding-top: 23px;
        padding-bottom: 23px;
    }
    .menu-shrink .navbar-brand {
        width: 190px;
        padding: 4px 20px 6px;
    }
}

/* -- jr cascading-- */

.page-id-1578 #menu-things-to-do .menu-item:nth-child(1), .page-id-2522 #menu-eat .menu-item:nth-child(1) {
    margin-left: 0px;
    padding-left: 0px;
    border-left: none !important;
}

.main.container .page-template span.fl-heading-text {
    text-transform: capitalize;
}

@media (max-width: 991px){
	.page-id-1578 .sub-nav ul.nav.navbar-nav.navbar-left, .page-id-2522 .sub-nav ul.nav.navbar-nav.navbar-left{
		width:100% !important;
	}
	
	.sub-nav .container {
/* 			width:770px !important; */
		}
}

.entry-content span.fl-heading-text {
    text-transform: capitalize;
}

.entry-content h2, .entry-content h3 {
    text-transform: capitalize;
    font-size: 24px;
}
@media (max-width: 991px){
	.entry-content h3 {
		margin-top: 0;
	}
	.fl-node-c031wubanv52 > .fl-module-content{
		margin-right: 0;
	}
}
h3.featured-blog-post-title {
    font-size: 24px;
	margin-bottom: 18px;
}

.fl-accordion-content {
    padding-top: 10px !important;
}

.sidebar-accordion ul li {
    list-style: none;
}

.sidebar-accordion ul {
    padding-left: 0px;
}

ul.media-posts-list {
    list-style: none;
    padding-left: 20px;
}

.main.container h1, .main.container h2, .main.container h3, .main.container h4, .main.container h5 {
    color: #338D91;
}
.listing-list-content-inner .listing-title {
    margin-top: 0;
	font-size: 24px;
	margin-bottom: 30px;
}

.fl-node-59f49fe1d3e47 span.fl-post-info-terms {
	pointer-events: none;}

.fl-node-59f49fe1d3e47 span.fl-post-info-terms a {
    color: black;
}

.featured-slider h3 {
	color:white !important;
}

.at-a-glance-row h2 {
	color: white !important;
}

.lead em {
    color: inherit !important;
    font-weight: normal;
}

.main.container .sidebar-accordion-title .fl-heading, .sidebar-accordion-title a {
	color:white !important;	
}

.popover.post-nav-popover .arrow:after {
    border-top-color: #82715E;
}

.popover.top>.arrow:after {
    border-top-color: #82715E;
}

.popover.post-nav-popover {
    max-width: 22rem;
    border-color: transparent;
    background: transparent;
    background-size: cover;
    background-position: center;
    padding-bottom: 1rem;
    border-radius: 15px;
}

.popover.post-nav-popover .popover-title {
    position: absolute;
    width: 100%;
    bottom: -1px;
    margin-left: -1px;
    margin-right: -1px;
    padding: 2rem 1rem 2rem;
    color: #fff !important;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.1;
    text-align: center;
    border: 0 !important;
    border-radius: 15px;
    background: #82715E;
    background-image: none !important;
    filter: none;
}

h2.fl-post-grid-title:before {
	color:white !important;
}

.travel-dir-category-bakeries-desserts .fl-post-grid-title a {
    pointer-events: none;
}

.search-results .type-page span.tribe-event-date-start {
    display: none;
}

.search-results .type-travel-directory span.tribe-event-date-start {
    display: none;
}

.search-results .fl-post-module-event-calendar-meta.fl-post-grid-event-calendar-meta {
    margin: 25px 25px -15px 25px;
}

.search-results .fl-post-module-event-calendar-meta.fl-post-grid-event-calendar-meta .fl-post-grid-event-calendar-date {
	color: #585956;
	font-size: 15px;
}

.search-results .type-travel-directory .fl-post-module-event-calendar-meta.fl-post-grid-event-calendar-meta {
    display: none;
}

.search-results .subcat-listings-container .fl-post-grid-post.has-post-thumbnail {
    padding-bottom:20px;
    height: 579px !important;
}

.search-results .type-page .fl-post-module-event-calendar-meta.fl-post-grid-event-calendar-meta {
    display: none;
}


.search-results .fl-post-grid-image img {
    min-height: 100%;
}

.entry-content #tribe-events-content .tribe-events-schedule h2 {
    text-transform: none !important;
}

.single h1.entry-title {
    text-transform: capitalize;
}

.page-id-1753 .subcat-listings-container .fl-post-grid-post {
    height: 540px !important;
}

.subcat-listings-container .travel-dir-category-conference-meeting-event-centers.fl-post-grid-post {
    height: 540px !important;
}

.fl-post-grid-image.restaurants, .fl-post-grid-image.bakeries-desserts, .fl-post-grid-image.coffee-tea, .fl-post-grid-image.bars-pubs {
    opacity: .6;
}

.subcat-title-container h2.fl-heading a {
    color: #338d91 !important;
}

.subcat-title-container h2.fl-heading a:hover {
    color: #276D70 !important;
}

.error404 input[type='submit'] {
    background-color: #338D91;
    color: white;

}

.error404 .search-submit.btn.btn-default {
        width:100px;
        margin-left: 10px;
}

.error404 .main.container {
    margin-top:150px;
}

@media (max-width: 768px) {
    .error404 .search-submit.btn.btn-default {
        margin-top: 20px;
        width:100px%;
    }
}

.entry-content .fl-row-content-wrap h2.fl-heading {
    color: #338D91 !important;
}
.single-travel-directory .hero .bg-overlay,
.single-tribe_events .hero .bg-overlay,
.search-results .hero.no-content .bg-overlay,
.blog .hero.no-content .bg-overlay,
.post-type-archive-tribe_events .hero.no-content .bg-overlay{
	background-color: rgba(0,0,0,0.7);
}

.post-1753 .fl-post-grid-content ul {
    padding-left: 20px;
    font-size:13px;
}

.tribe_community_edit .main.container .page-title, .tribe_community_list .main.container .page-title {
    display: none;
}

.tribe_community_edit .tribe-button.submit, .tribe_community_list .tribe-button.submit, .tribe_community_edit .button-primary, .tribe_community_edit .tribe-button.tribe-button-primary, .tribe_community_list .button-primary, .tribe_community_list .tribe-button.tribe-button-primary {
    background-color: #338D91 !important;
    color: white;
    border: none;
    border-radius: 20px;
}

.tribe_community_edit .tribe-button.submit:focus, .tribe_community_edit .tribe-button.submit:hover, .tribe_community_list .tribe-button.submit:focus, .tribe_community_list .tribe-button.submit:hover, .tribe_community_edit .button-primary:focus, .tribe_community_edit .button-primary:hover, .tribe_community_edit .tribe-button.tribe-button-primary:focus, .tribe_community_edit .tribe-button.tribe-button-primary:hover, .tribe_community_list .button-primary:focus, .tribe_community_list .button-primary:hover, .tribe_community_list .tribe-button.tribe-button-primary:focus, .tribe_community_list .tribe-button.tribe-button-primary:hover {
    background-color: #2E8084 !important;
}

a.juicer-button.j-instagram {
    text-transform: uppercase;
    font-size: 11px !important;
}

.juicer-feed .j-instagram {
	background-color: #82715E !important;
}

.postid-3666 .addtoany_share_save_container.addtoany_content_bottom {
    display: none;
}

@media (max-width: 768px) {

em.emphasized-header {
	font-size: 55px !important;
}

}

.map-container .fl-col-group {
    display: flex;
    align-items: center;
	flex-direction: column-reverse;
}
.map-container .fl-col-group.fl-node-tixvw3onzs2q {
		flex-direction: row;	
		align-items: baseline;
}
@media (min-width: 992px){
	.map-container .fl-col-group {
		flex-direction: row;
		align-items: normal;
	}
	h2.fl-heading{
		font-size: 72px;
	}
	.map-container .fl-col-group.fl-node-tixvw3onzs2q {
		margin-top: -55px;
	}
}

.fl-post-grid-post.fl-post-align-left.post-2477.travel-directory.type-travel-directory.status-publish.hentry.travel-dir-category-unique-venues.masonry-brick {
	height: 599px !important;
}

body.no-hero-image {
/*     padding-top: 0px; */
}

#landing-header-row .fl-photo-content {
    background: rgba(233, 234, 235, 0.93) !important;
    padding: 5px;
    border-radius: 20px;
}

@media (min-width: 992px) {
.page-template-page-sidebar-right .col-md-offset-1 {
	margin-left: 3.33333333%;
}

.page-template-page-sidebar-right .col-md-3 {
	width: 30%;
}
}

.sidebar-padder h4.widgetTitle {
    font-size: 24px;
    color: #F15A29 !important;
	text-transform: capitalize;	
}

.sidebar-padder .nf-form-fields-required {
    display:none;
}


.landing-sidebar .nf-form-title h3 {
    color: #F15A29 !important;
	text-transform: capitalize;
}

.sidebar-padder .nf-form-content .field-wrap input[type="button"] {
    width: 100%;
}

.page-template-page-sidebar-right h1.page-title {
    text-transform: capitalize;
}

.landing-sidebar #nf-field-12-wrap > div.nf-field-element {
    width: 6%;
}

.landing-sidebar #nf-field-12-wrap > div.nf-field-label {
    width: 90%;
}

.page-id-3752 .col-md-3.col-md-offset-1.col-sm-4 {
    display: none !important;
}

@media (min-width: 992px) {
	.page-id-3752 .col-sm-8 {
	width: 100%;
	}
}

.tribe-see-all .bg-overlay:after {
    content: none;
}

.tribe-see-all #tribe-events-content.tribe-events-list {
    margin-top:50px;
}

.page-id-3776 #ninja_forms_widget-2 {
    padding:5px 15px 15px 15px;  
}

.page-id-3776 #custom_html-5:before {
    content:"";
    height:66%;
    width:95%;
    overflow:hidden;
    position:absolute;
    background:rgba(226, 226, 226, 0.74);
    z-index:1;
    border-radius:20px;
}

.page-id-3776 #custom_html-5:after {
    content:"This contest has ended.";
    width:90%;
    font-weight:bold;
    font-size:17px;
    top:45%;
    color:#338D91;
    text-align:center;
    overflow:hidden;
    position:absolute;
    z-index:1;
    border-radius:20px;
}

@media screen and (max-width: 767px) {
	
	.page-id-3776 #custom_html-5:before {
    	height:76%;
	}
	
	.page-id-3776 #custom_html-5:after {
    	top:48%;
	}
	
}

#travel-blog .fl-post-slider-feed-content.swiper-no-swiping p {
    font-size: 27px;
    line-height: 1.5;
}

#travel-blog h2.fl-post-slider-title {
    font-size: 30px;
}

a[href*="accesso"] {
    /* text-transform: none !important; */
}

.postid-2203 section.main > div > div > div > h1 {
    text-transform: none;
}

.postid-2471 section.main > div > div > div > h1 {
    text-transform: none;
}

/* Remove Month Title */
body.post-type-archive-tribe_events h1.tribe-events-page-title {
    display: none !important;
}

#tribe_events_filters_wrapper .tribe-events-filters-group-heading {
    border: none;
    background: none;
    color: #338D91;
}

a.fl-accordion-button-label, .fl-accordion-button-icon {
    color: black;
}

i.fl-accordion-button-icon-right{
	opacity: 1;
}
.fl-accordion-button-icon.fas:before {
	    -webkit-mask: url(assets/images/arrow-right.svg) no-repeat 50% 50%;
    content: '';
    border: 0;
    background-color: var(--color-blue);
	display:block;
    width: 20px;
    height: 20px;
    transition: all 0.2s;
    margin-left: 9px;
}
.fl-accordion-item-active .fl-accordion-button-icon.fas:before {
	transform: rotate(90deg);
}
a.fl-accordion-button-label:hover {
    color: black;
}

.fl-accordion-button-label:focus, .fl-accordion-button-label:active, .fl-accordion-button-icon:focus, .fl-accordion-button-icon:active {
    outline: none;
}

.navbar .fa-search {
    font-weight: 900;
}

@media (max-width: 767px) {
	.wi {
		margin-left: 0 !important;
	}
}

/* 26-08-2022 */
#tribe-events-content a, .tribe-events-event-meta a{
	color: #338D91 !important;
	
}
#tribe-events-content .tribe-events-read-more{
color: white !important;
}

div#tribe-events-content .tribe-events-button{
	color:white !important;
}
#tribe-events .tribe-events-button, #tribe-events .tribe-events-button:hover, #tribe_events_filters_wrapper input[type=submit], .tribe-events-button, .tribe-events-button.tribe-active:hover, .tribe-events-button.tribe-inactive, .tribe-events-button:hover, .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-], .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-]>a {
    background-color: #338D91;
}

#tribe-events-content .tribe-events-tooltip h4, #tribe_events_filters_wrapper .tribe_events_slider_val, .single-tribe_events .tribe-events-cal-links a {
    color: #338D91;
}
#MainMenu .navbar-extra-top {
    border-bottom: 0;
    width: 100%;
}

.navbar-extra-top .navbar:before, .navbar-extra-top .navbar:after {
    content: none; 
    
}
#events-slider{
	margin: 0 -18px;
}
#events-slider > *{
	padding: 0 18px;	
}
.listing-card {
    display: flex;
    flex-direction: column;
	height: 100%;
	justify-content: end;
}
.fl-node-5pwdiau3h01o,
.fl-node-7sb3g8u1oml5{
	max-width: 100% !important;
	margin-left: 20px;
}
#sliders{
	overflow: hidden;
}
#sliders .owl-item.active{
	padding-right: 100px;
}
#sliders .owl-item.active + .owl-item{
	margin-left: -100px;
}
#sliders .owl-stage-outer{
/* 	max-width: 90%; */
}
#sliders .owl-item.active.center{
/* 	margin-left: -160px; */
}
#sliders .owl-stage,
#sliders .owl-item{
	display: flex;
}
#sliders .owl-controls{
	height: 20px;
    margin: 0 !important;
    bottom: -50px !important;
    top: auto !important;
}
@media (min-width: 768px){
	#sliders .owl-controls{
		position: static;
		margin-top: 18px !important;
	}
}
#sliders .owl-theme .owl-dots{
	position: static;
}
#sliders .owl-controls .owl-dot span{
	background: #FFF;	
}
#sliders .owl-controls .owl-dot.active span{
	background: var(--color-orange);
}
#sliders .fl-button{
	transition: 0.4s;
	float: none;
	display: inline-block;
	margin-top: 60px;
	border: 2px solid transparent !important;
    background: #FFF;
    color: var(--color-orange) !important;
    margin: 36px auto 32px;
}
#sliders .fl-button span{
	transition: 0.4s;
    color: var(--color-orange) !important;
}
#sliders .fl-button:hover{
    border: 2px solid white !important;
    color: white !important;
    background: none !important;
}
#sliders .fl-button:hover span{
    color: white !important;
}
#sliders .fl-button-wrap{
	text-align: center !important;
}
#sliders .fl-button:after{
	transition: 0.4s;
	content: url("data:image/svg+xml,%0A%3Csvg width='8' height='13.944' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m0 .011 3.99 6.961L0 13.944l4.082-.012L8 6.972 4.082 0z' fill='%23ED5A28' fill-rule='evenodd'/%3E%3C/svg%3E%0A");
    position: relative;
    top: 1px;
    color: white;
    transition: 0.4s;
    right: 0;
}
#sliders .fl-button:hover:after{
	content: url("data:image/svg+xml,%0A%3Csvg width='8' height='13.944' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m0 .011 3.99 6.961L0 13.944l4.082-.012L8 6.972 4.082 0z' fill='%23FFF' fill-rule='evenodd'/%3E%3C/svg%3E%0A");
}
.post-type-archive-tribe_events .hero{
	background-image: url('/wp-content/uploads/2023/09/events.png') !important;
}
@media (max-width: 992px){
	.post-type-archive-tribe_events .hero {
		padding-bottom: 0;
	}
}
.listing-card .listing-title {
    color: white !important;
    font-size: 24px;
    background-color: rgba(0, 0, 0, 0.3);
    padding: 18px;
    margin: 0;
	width: 100%;
}
.listing-title h3{
	font-size: 24px;
}
.listing-card a{
	text-decoration: none !important;
}
body.home .listing-card > h3.listing-title {
    background: var(--color-dark-blue);
}

.listing-card .listing-image {
    /* aspect-ratio: 278/184; */
    position: absolute;
	width: 100%;
    background-color: #585956;
    /* position: relative; */
    height: 100%;
    /* padding-bottom: 66%; */
	flex: auto;
}
.always-happening-row .listing-card .listing-image{
	position: relative;
}

.listing-card .listing-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
/*     position: absolute; */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.aggregate-image{
	flex-grow: 1;
	overflow: hidden;
}
.aggregate-filters-column{
	width: 100%;
	padding: 0;
}
@media (min-width: 992px){
	.aggregate-filters-column{
		width: 340px;
		padding: 0 18px;
	}
}
.blog .aggregate-filters-column{
	padding-right: 0;
}
.aggregate-listing{
	width: 100%;
	padding-top: 36px;
}
.blog .aggregate-listing{
	padding: 36px 20px 0;
}
.blog .aggregate-listing .aggregate-listing{
	padding: 0 0 36px;
}
.j-overlay{
	display: flex;
	align-items: center;
}
@media (max-width: 991px){
	.blog .listing-list-content{
		padding: 0 18px;
	}
	.blog .listing-meta{
		margin: 0 -20px 20px;
		padding: 10px 18px;
		flex-direction: column;
	}
}
@media (min-width: 992px){
	.aggregate-listing{
		width: calc(100% - 340px);
		padding: 36px 18px 0;
	}
	.blog .aggregate-listing{
		padding: 36px 18px 0;
	}
}
.aggregate-listing .row{
	display: grid;
  	grid-template-columns: repeat(1, 1fr);
}
.blog .aggregate-listing .row{
	display: flex;	
}
.blog .aggregate-listing .row .listing-title{
	text-transform: capitalize;
}
@media (min-width: 576px){
	.aggregate-listing .row{
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (min-width: 850px){
	.aggregate-listing .row{
		grid-template-columns: repeat(3, 1fr);
	}
}
@media (min-width: 992px){
	.aggregate-listing .row{
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (min-width: 1150px){
	.aggregate-listing .row{
		grid-template-columns: repeat(3, 1fr);
	}
}
@media (min-width: 1450px){
	.aggregate-listing .row{
		grid-template-columns: repeat(4, 278px);
	}
}
@media (max-width: 1724px){
	.show-medium{
		display: block;
	}
	.show-wide{
		display: none;
	}
}
@media (min-width: 1725px){
	.show-medium{
		display: none;
	}
	.show-wide{
		display: block;
	}
	.aggregate-listing .row{
		grid-template-columns: repeat(5, 278px);
	}
}
.aggregate-wrapper{
	padding:0 18px;
}
.aggregate-wrapper .row{
	flex-direction: column;
}
@media (min-width: 992px){
	.aggregate-wrapper{
		padding: 0 36px 0 0;
	}
	.aggregate-wrapper .row{
		flex-direction: row;
	}
}

.aggregate-filters-wrapper{
	background: #F0F0F0;
	padding: 0 36px;
	height: 100%;
}
@media (max-width: 991px){
	.aggregate-filters-wrapper{
		padding: 0;
	}
	.aggregate-filters-column{
		position: sticky;
		position: -webkit-sticky;
		top: 150px;
		z-index: 1;
	}
}
.listing-card .listing-content {
    background-color: #FFF;
    padding: 18px;
    font-size: 18px;
    display: inline-flex;
    flex-direction: column;
    justify-content: space-between;
}

.aggregate .listing-card .listing-content {
    background-color: #F0F0F0;
    /* flex-grow: 1; */
}

.listing-card .listing-event-date-badge {
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--color-orange);
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    width: 75px;
    height: 75px;
    line-height:1;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
/*     z-index: 2; */
}


.listing-date::before {
    content: url('assets/images/calendar-grey.svg');
    width: 18px;
    margin-right: 5px;
}
.single-post .listing-date::before {
    content: url('assets/images/calendar.svg');
}


.listing-tags::before {
    content: url('assets/images/tag-grey.svg');
    width: 18px;
    margin-right: 5px;
    top: 2px;
    position: relative;
}
.single-post .listing-tags::before {
    content: url('assets/images/tag.svg');
}




.listing-card .listing-date .event-time {
    margin-left: 28px;
    display: inline-block;
}

.listing-card .listing-venue::before {
    content: url('assets/images/location.svg');
    width: 18px;
    margin-right: 5px;
}
.listing-venue a,
.listing-phone a{
	color: #585956;
	text-decoration: none;
	position: relative;
	font-weight: 300;
}
.listing-venue a:hover,
.listing-phone a:hover{
	color: #585956;
	font-weight: 500;
}
.listing-venue a:before,
.listing-phone a:before{
    content: '';
    position: absolute;
    bottom: 0;
    height: 1px;
    width: 0;
    transition: 0.4s;
    background: #585956;
}
.listing-venue a:hover:before,
.listing-phone a:hover:before{
    width: 100%;
}
.listing-card .listing-phone::before {
    content: url('assets/images/phone.svg');
    width: 18px;
    margin-right: 5px;
}

.listing-card .listing-event-date-badge .month {
    font-size: 18px;
}

.listing-card .listing-event-date-badge .day {
    font-size: 48px;
	font-weight: 300;
}
input[type="text"]:focus{
	border-color: transparent;
}
.aggregate-listing-row {
/*     display: flex;
    flex-wrap: wrap; */
/*     align-items: stretch; */
/*     justify-content: space-between; */
/*     gap: 4.5rem; */
}
.aggregate-listing-col{
	flex: 0 0 auto;
    width: 100%;
	height: 507px;
	margin-bottom: 36px;
}
.aggregate-listing-col .listing-title{
	background: #00998F;
	position: relative;
}
.aggregate-listing-col .listing-title .badge{
	position: absolute;
    right: 0;
    z-index: 1;
    bottom: -24px;
    border-radius: 0;
    color: #FFF;
    font-size: 14px;
	text-transform: uppercase;
}
.aggregate-listing-col .listing-content{
	background: #F0F0F0;
}
.hidden{
	display: none;
}
/* @media (min-width: 768px){
	.aggregate-listing-col{
		width: 50%;
	}
}
@media (min-width: 992px){
	.aggregate-listing-col{
		width: 33.33333333%;
	}
}
@media (min-width: 1500px){
	.aggregate-listing-col{
		width: 20%;
	}
} */
.aggregate-listing-row .aggregate-listing{
		display: flex;
		flex-direction: column;
}
@media (min-width: 992px){
	.aggregate-listing-row .aggregate-listing{
		flex-direction: row;
		width: 100%;
		padding-left: 0;
	}
}
.aggregate-listing-row .aggregate-listing-col {
    display: flex;
    flex-direction: column;
/*     padding: 10px; */
/*     width: 20%; */
}
.page-template-template-hotels .main.container,
.page-template-page-dining-listings .main.container, 
.post-type-archive-tribe_events .main.container, 
.blog .main.container {
    max-width: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}
.bg-grey {
	background: #F0F0F0;
}
.bg-white{
	background: #FFF;
}
 .aggregate-filters {
/*     position: sticky; */
/*     padding: 1.5em; */
    margin: 0;
/*     top: 101px; */
	 padding-top: 24px;
    z-index: 5;
}


.aggregate-listings {
    display: flex;
	flex-direction: column;
	position: relative;
	padding-top: 36px;
}
@media (min-width: 992px){
	.aggregate-listings {
    	flex-direction: row;
	}
	.aggregate-filters{
		position: sticky;
		position: -webkit-sticky;
		top: 122px;
	}
	.aggregate-filters-form{
		height: calc(100vh - 140px);
		overflow: auto;
	}
}
@media (max-width: 991px){
/* 	 .aggregate-filters {
    	position: sticky;
		top: 0;
	} */
	
}
.aggregate-listings .aggregate {
    padding: 2em;
    width: 82%;
}

.blog .aggregate-listings .aggregate {
    padding-left: 0;
    padding-right: 0;
}

.aggregate-listing-col > .listing-card {
    flex: 1;
    /* height: 500px; */
}
.overflow-hidden{
	overflow: hidden;
}
.mobile-filter{
	font-size: 31px;
}
.box-shadow{
	box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3);
}
@media (max-width: 991px){
	.aggregate-filters{
		padding: 0 12px;
		overflow: scroll;
		height: 0;
		padding: 0 20px;
		transition: 0.4s;
		background: #F0F0F0;
		position: sticky;
		top: 138px;
		width: 100%;
		z-index: 10;
	}
	.fl-module-separator .fl-module-content.fl-node-content{
		margin: 20px auto;
	}
	.aggregate-filters.active{
		height: calc(100vh - 138px);	
	}
	.aggregate-listings .aggregate{
		width: 100%;
		padding: 16px;
	}
	.aggregate-listing-row .aggregate-listing-col{
		flex: 100%;
	}
}
.aggregate-filters .term-list {
    list-style: none;
    padding-left: 0;
	margin: 0;
}
.filter-controls{
	margin-top: 28px;
	padding-bottom: 15px;
}
.blog .hero{
	height: 270px;
	padding-bottom: 0;
}
.error404 .hero,
.post-type-archive-tribe_events .hero{
	 height: 270px;
}
@media (max-width: 991px){
	.post-type-archive-tribe_events .hero{
		 height: 160px;
	}
}
.custom-checkmark{
	position: relative;
  padding-left: 20px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
	font-size: 18px;
	font-weight: 300;
}
.custom-checkmark input{
	position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.custom-checkmark .checkmark {
  position: absolute;
  top: 8px;
	margin: auto;
  left: 0;
  height: 12px;
  width: 12px;
  background: url('./assets/images/unchecked.svg') no-repeat;
	background-size: contain;
}
.custom-checkmark input:checked ~ .checkmark {
    background: url('./assets/images/checked.svg') no-repeat;
}
.aggregate-filters h3{
	font-size: 24px;
	color: #00998F;
	margin-top: 36px;
}
.fl-node-18er4iqzfybk li{
	font-size: 18px;
	list-style: none;
	margin-bottom: 16px;
	padding-left: 16px;
	position: relative;
}
.fl-node-18er4iqzfybk ul{
	padding-left: 0;
}
.fl-node-18er4iqzfybk li strong{
	color: var(--color-orange);
	margin-left: -16px;
}
.fl-node-18er4iqzfybk li:before{
	position: absolute;
	left: 0;
	bottom: 0;
	content: url("data:image/svg+xml,%0A%3Csvg width='8' height='13.944' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m0 .011 3.99 6.961L0 13.944l4.082-.012L8 6.972 4.082 0z' fill='%23ED5A28' fill-rule='evenodd'/%3E%3C/svg%3E%0A");
}
.always-happening-row{
	display: flex;
	flex-direction: column;
}
@media (min-width: 768px){
	.always-happening-row{
		flex-direction: row;
	}
}
.always-happening-row .listing-card .listing-image{
	height: 425px;
	flex: unset;
}
@media (min-width: 992px) and (max-width: 1599px){
	.always-happening-row .listing-card .listing-image{
		height: 365px;
	}
}
.always-happening-row .listing-card{
	height: 100%;
}
.always-happening-row .listing-card .listing-content{
	background: rgb(0, 96, 89);
	display: flex;
    align-items: center;
    justify-content: center;
	flex: 1;
}
.always-happening-row .listing-card .listing-content h3{
	color: #FFF;
	margin: 0;
	padding: 5px;
	line-height: 35px;
	font-size: 24px;
	background-color: transparent;
}
.always-happening-row .listing-card .listing-content{
	
}
.always-happening-row .listing-card .listing-content a{
	display: flex;
	align-items: center;
	text-decoration: none;
}
.always-happening-row .listing-card .listing-content a img{
	position: relative;
	transition: 0.4s;
	right: 0;
}
.always-happening-row .listing-card .listing-content a:hover img{
	right: -10px;	
}
/*  Icons */
#icons-content{
	position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}
.icons-block{
	position: absolute;
    top: 0;
	left: 0;
    width: 100%;
	height: 100%;
}
.icons-block .icon-block__content.active{
	display: none;
}
.icon-block__content{
	width: 100%;
	height: 100%;
	transform: translateX(100vw);
	transition: 0.6s;
	z-index: 5;
	top: 0;
	bottom: 0;
	display: flex;
	align-items: center;
}
.icon-block__content.open{
	transform: translateX(0);
}
#map-container{
	overflow: hidden;
}
.page-footer{
	margin-top: 36px;
}
@media (max-width: 991px){
	.icon-block__content{
		position: fixed;
		width: 100vw;
		left: 0;
		padding: 36px 18px;
		top: 100px;
		height: calc(100vh - 100px);
		transform: translate(0, calc(-100vh - 100px));
	}
	.fl-node-18er4iqzfybk.fl-col-group{
		flex-direction: row;
		padding: 0;
	}
	.fl-node-18er4iqzfybk.fl-col-group .fl-col{
		width: 50%;
		flex-basis: 50%;
	}
	.icon-block__content.open{
		transform: translate(0);
	}
	#icons-content .close-icon{
		font-size: 42px;
		position: absolute;
		right: 20px;
		top: 0px;
		cursor: pointer;
		color: #FFF;
		z-index: 9999;
	}
	#icons-content .btn{
		width: 152px;
		margin: auto;
		display: block;
	}
	#icons-content .btn:after{
		right: -5px;
	}
	.icon-block__content h3{
		margin-bottom: 18px;
	}
	#icons-content h2,
	#icons-content h3{
		text-align: center;
	}
	
}
@media (min-width: 992px){
	.icon-block__content{
		width: calc(100% + 8.3% + 20px);
		clip-path: polygon(10% 0, 100% 0, 100% 100%, 10% 100%, 0 50%);
	}
	.icon-block__content.open{
		transform: translateX(calc(-8.3%));
	}
}
.fl-node-wkbedij62xva{
	display: flex;
	align-items: center;
}
.icon-block__content .h3{
	font-family: "azo-sans-web";
	text-transform: uppercase;
	font-size: 14px;
	color: #FFF;
}
.icon-block__content h3{
	font-family: "highest-praise";
	font-size: 72px;
	color: #FFF;
}
.icon-block__content-inner{
	position: relative;
    z-index: 2;
    color: #FFF;
}
@media (min-width: 992px){
	.icon-block__content-inner{
		padding: 80px 150px;
	}
}
.icon-block__content:after{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	z-index: 1;
}
#map-container{
	position: relative;
}
#map-container .icon-logo{
	width: 7%;
    display: inline-block;
    position: absolute;
    left: 28%;
    top: 40%;
}
.icons-block__inner .icon{
	width: 2%;
	cursor: pointer;
	position: absolute;
}
.icons-block img{
/* 	max-width: 35px; */
}
.icons-block__inner:nth-child(1) .icon{
	left: 34%;
    top: 47%;
    width: 5%;
}
.icons-block__inner:nth-child(2) .icon{
	left: 20%;
    top: 8%;
    width: 8%;
}
.icons-block__inner:nth-child(3) .icon{
	left: 35%;
    top: 55%;
    width: 6%;
}
.icons-block__inner:nth-child(4) .icon{
	left: 27%;
    top: 27%;
    width: 5%;
}
.icons-block__inner:nth-child(5) .icon{
	left: 37%;
    top: 34%;
    width: 7%;
}
.icons-block__inner:nth-child(6) .icon{
	left: 32.5%;
    top: 32%;
    width: 5%;
}
.icons-block__inner:nth-child(7) .icon{
	left: 33%;
    top: 18%;
    width: 4%;
}
.icons-block__inner:nth-child(8) .icon{
    left: 24%;
    top: 51%;
    width: 6%;
}
.icons-block__inner:nth-child(9) .icon{
    left: 41%;
    top: 49%;
    width: 7%;
}
.close-icon{
	font-size: 34px;
    position: absolute;
    right: 60px;
    top: 30px;
    cursor: pointer;
    color: #FFF;
    z-index: 2;
}
.gglobe{
	margin-top: 0;
	margin-right: 36px;
}
.gglobe:before{
	display: none;
}
.gsatelite{
	text-align: center;
	border-radius: 50%;
	background: none;
	border: none !important;
}
.gsatelite img{
	width: 18px !important;
	height: 18px !important;
	float: right;
	position: relative;
    top: -6px;
	border: 1px solid #FFF;
}
@media (min-width: 992px){
	.navbar-extra-top{
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
}
#planning-block h3{
	color: #585956;
	font-size: 24px;
}
.contacts-block{
	background: #F0F0F0;
	color: #585956;
	font-size: 18px;
	padding: 18px 0;
}
.contacts-block .row{
    width: 100%;
    margin: auto;
}
.contacts-block address{
	background: url('./assets/images/location.svg') no-repeat left 4px;
	padding-left: 20px;
	margin: 0;
}
.contacts-block .phone{
		background: url('./assets/images/phone.svg') no-repeat left 4px;
		padding-left: 24px;
}
.page .entry-content .contacts-block a{
	color: #585956;	
	text-decoration: none;
	position: relative;
	transition: 0.4s;
	font-weight: 300;
}
.page .entry-content .contacts-block a:hover{
	font-weight: 500;
}
.page .entry-content .contacts-block a:before{
	content:'';
	position: absolute;
	bottom: 0;
	height: 1px;
	width: 0;
	transition: 0.4s;
	background: #585956;
}
.page .entry-content .contacts-block a:hover:before{
	width: 100%;
}
.fl-builder-content a.fl-button, .fl-builder-content a.fl-button:visited{
	background: var(--color-orange);
	text-decoration: none !important;
	border-radius: 0;
}
.desktop-version{
	display: none;
}
@media (min-width: 1600px){
	.desktop-version{
		display: block;
	}
	.mobile-version{
		display: none;
	}
}
.hero .breadcrumbs{
	display: none;
}
.error404 .hero h1{
	margin: 0;
}
.single-tribe_events .hero.small-hero,
.single-travel-directory .hero.small-hero,
.single-travel-directory .hero.large-hero{
	height: 95px;
	background-position: center 67%;
    background-size: 100%;
}
.single-travel-directory .listing-website{
	margin-top: 24px;
}
#map-canvas{
	height: 300px !important;;
}

@media (min-width: 992px){
	#map-canvas{
		height: 500px !important;
	}
}
.tribe-region.tribe-events-abbr{
	    border: none;
    cursor: auto;
    text-decoration: none;
}
/* .fl-builder-content .fl-node-l9ufp5sghwq0 a,
.more-section a{
	color: #ED5A28;
} */
.extra-content h4{
	color: #FFF;
	text-align: left !important;
	font-weight: 500 !important;
    font-family: 'azo-sans-web' !important;
}
.extra-content h4 strong{
	font-weight: 500 !important;
    font-family: 'azo-sans-web' !important;
}
.extra-content p{
	margin: 0;	
}
.extra-content{
	background: #877064;
	color: #FFF;
	padding: 52px 20px;
}
.extra-content .fl-module-content{
	margin: 0;
}
.extra-content .fl-module-content p:last-child{
	margin: 0;
}
.extra-content p + p{
	margin:0;
}
.page .entry-content .extra-content a{
	font-weight: 500;
	text-decoration: underline;
	color: #FFF;
}
.extra-content p{
	text-align: left !important;
}
.extra-content .fl-module-content{
	max-width: 810px;
    margin-left: auto;
    margin-right: auto;
}
.page .entry-content .extra-content a:hover{
	color: #F0F0F0;
}
.page-footer a:hover{
	color: #F0F0F0 !important;
}
.extra-content .fl-col{
	float: none;
}

@media (max-width: 992px){
	.extra-content{
		margin-top: 36px;
	}	
}
#nf-form-title-1{
	display: none;
	font-size: 72px;
	font-family: "highest-praise",sans-serif;
	color: #338D91 !important;
}
.ninja-forms-field[type="submit"]{
	background-color: var(--color-orange);
    border-color: var(--color-orange);
    border-radius: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    column-gap: 0.5em;
    letter-spacing: 0.01em;
    transition: all .2s;
    border: 1px solid var(--color-orange);
    text-transform: uppercase;
    color: white;
    padding-top: 8px;	
	position:relative;
}
.submit-wrap{
	position: relative;
}
.submit-wrap:after{
    content: url(data:image/svg+xml,%0A%3Csvg width='8' height='13.944' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m0 .011 3.99 6.961L0 13.944l4.082-.012L8 6.972 4.082 0z' fill='%23FFF' fill-rule='evenodd'/%3E%3C/svg%3E%0A);
    display: inline-block;
    position: absolute;
    top: 1px;
    color: white;
    transition: 0.4s;
    right: 0;
}
.ninja-forms-field[type="submit"]:hover{
	background-color: #3f887d !important;
	background-position: 90px center !important;
	color: #FFF !important;
	
}
.section-grey-sub h4{
	color: #585956 !important;
}
.main{
	padding-bottom: 0;
}
h4.subheading{
	color: var(--color-gray);
}
.icon-block__content-inner .subheading{
	color: #FFF;
}
.nf-form-fields-required{
	font-size: 16px;
}
#back-bar{
	background: #877064;
	padding: 20px;
}
/* .page-template-template-aggregate{
	padding: 0;
} */
@media (min-width: 992px){
	#back-bar{
		padding: 35px 0;
	}
}
#back-bar a{
	display: inline-block;
	color: #FFF;
	font-size: 18px;
	position: relative;
	text-decoration: none;
}
#back-bar a:hover{
	text-decoration: underline;
	font-weight: 500;
	color: #F0F0F0;
}
#back-bar a:hover:before{
	left: -25px;
}
#back-bar a:before{
		margin-right: 16px;
        content: url("data:image/svg+xml,%0A%3Csvg width='8' height='13.944' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m0 .011 3.99 6.961L0 13.944l4.082-.012L8 6.972 4.082 0z' fill='%23ED5A28' fill-rule='evenodd'/%3E%3C/svg%3E%0A");
    display: block;
    position: absolute;
    left: -20px;
    color: var(--color-orange);
    transition: 0.4s;
    transform: rotate(180deg);
}
@media (min-width: 992px){
	.text-lg-left{
		text-align: left;
	}
}
.juicer-feed.living-wall .j-living-wall-hover:before{
	content: '' !important;
}
.juicer-feed.living-wall .j-living-wall-hover:after{
	content: '+';
    color: white;
    font-size: 42px;
    line-height: 42px;
    display: block;
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -8px;
}
.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before{
	border-radius: 0;
}
.page-template-template-aggregate .fl-rich-text > p,
.page-template-template-aggregate .fl-rich-text + p{
	margin: 0;
}
article.type-post{
	padding: 32px 20px;	
}
@media (min-width: 992px){
	article.type-post{
		margin-right: 9.3333%;
    	margin-left: 9.3333%;
    	padding: 64px 0 72px;
	}	
}
article#post-23368.type-post{
	margin: 0;
	padding: 0;
}
