:root{
	--wm-font-body: "Montserrat", sans-serif;
	--wm-font-heading: "Playfair Display", serif;
	--wm-font-icons: 'Font Awesome 7 Pro';
	
	--wm-fsize-xsmall: 12px;
    --wm-fsize-small: 14px;
	--wm-fsize-large: 18px;
	--wm-fsize-banner: 32px;
	--wm-fsize-hone: 32px;
	--wm-fsize-htwo: 32px;
	--wm-fsize-hthree: 24px;
	--wm-fsize-hfour: 20px;
	
	--wm-lheight-body: 1.6;
	--wm-lheight-heading: 1.2;
	--wm-fweight-regular: 400;
	--wm-fweight-bold: 600;
	--wm-text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	
	--wm-std-padding: 60px;
	--wm-aspect-ratio: 0.67;
		
	--wm-text-dark: #000000; /*black*/
	--wm-text-light: #ffffff; /*white*/
	--wm-text-heading: #000000; /*black*/
	--wm-text-highlight: #00a8b5; /*teal*/
	--wm-text-meta: #616e69; /*mid green*/
	--wm-text-colour: #9ca3a1; /*dark sage*/

	--wm-primary: #c2c7c4; /*sage*/
	--wm-secondary: #00a8b5; /*teal*/
	--wm-hover: #00a8b5; /*teal*/
	--wm-hover-alt: #008fa6; /*teal darker*/
	--wm-neutral: #c2c7c4; /*sage*/
	
	--wm-support-one: #00a8b5; /*teal*/
	--wm-support-two: #73cfd6; /*teal lighter*/
	--wm-support-three: #ade3e8; /*teal lightest*/
	--wm-support-four: #c9a394; /*tan*/
	--wm-support-five: #e3d1c9; /*tan light*/
	--wm-support-six: #b0b8b5; /*grey green*/

	--wm-bg-page-content: #fcfcfc; /*light grey*/
	--wm-bg-dark: #384a42; /*dark green*/
	--wm-bg-dark-alt: #000000; /*black*/
	--wm-bg-light: #fcfcfc; /*light grey*/
	--wm-bg-light-alt: #faf5f5; /*white*/
	--wm-bg-white: #ffffff;

	--wm-overlay: rgba(56,74,66,0.85); /*green*/
	--wm-overlay-light: rgba(250,245,245,0.95); /*beige*/
	--wm-overlay-captions: rgba(0,0,0,0.75); /*75% black*/ 

	--wm-border: #c2c7c4; /*sage*/
	--wm-border-radius: 5px;
	--wm-box-shadow: 0px 0px 8px rgba(0,0,0,0.2);

	--wm-form-valid-msg-text: #c02b0a; /*red*/;
	--wm-form-valid-input-text: #464646; /*dark grey*/
	--wm-form-valid-msg-bg: #fde6e7; /*light red*/
	--wm-form-valid-input-bg: #fff9f9; /*very faint red*/
	--wm-form-valid-border: #c02b0a; /*red*/;
}


/*** BASE FONT STYLES ***/

html, body {
	font-family: var(--wm-font-body);
	color: var(--wm-text-dark);
	font-size: 16px;
	font-weight: var(--wm-fweight-regular);
	background: var(--wm-bg-page-content);
}

/* font sizing */
@media only screen and (min-width: 768px) {
	:root {
		--wm-fsize-banner: 44px;
		--wm-fsize-hone: 40px;
		--wm-fsize-htwo: 40px;
		--wm-fsize-hthree: 26px;
		--wm-fsize-hfour: 22px;
		--wm-std-padding: 80px;
	}
}
@media only screen and (min-width: 1400px) {
	:root {
		--wm-fsize-large: 20px;
		--wm-fsize-banner: 60px;
		--wm-fsize-hone: 52px;
		--wm-fsize-htwo: 52px;
		--wm-fsize-hthree: 30px;
		--wm-fsize-hfour: 24px;
		--wm-std-padding: 100px;
	}
}


/*** VISUAL BUILDER SETTINGS ***/

/* Hide Advanced Tab */
/*body.siteowner .fl-builder-settings-tabs a:nth-last-child(2),
body.author .fl-builder-settings-tabs a:nth-last-child(2),
body.editor .fl-builder-settings-tabs a:nth-last-child(2),
body.subscriber .fl-builder-settings-tabs a:nth-last-child(2){
	display: none;
}*/
/* Hide HTML Elements */
body.siteowner #fl-builder-settings-section-css_selectors,
body.author #fl-builder-settings-section-css_selectors,
body.editor #fl-builder-settings-section-css_selectors,
body.subscriber #fl-builder-settings-section-css_selectors{
	display: none;
}
/* Hide Export / Import */
body.siteowner #fl-builder-settings-section-export_import,
body.author #fl-builder-settings-section-export_import,
body.editor #fl-builder-settings-section-export_import,
body.subscriber #fl-builder-settings-section-export_import{
	display: none;
}
/* Hide CSS + JS Code */
/* Hidden for all so no one gets tempted to add code on the module level 
body #fl-builder-settings-section-bb_css_code,
body #fl-builder-settings-section-bb_js_code  {
	display: none;
}*/


/*** ICON OVERWRITES ***/

i.fl-tip, i.fl-tip::before {
	font-size: unset !important;
}
.gform_wrapper .gform_fields .gfield input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]), 
.gform_wrapper .gform_fields .gfield select, 
.gform_wrapper .gform_fields .gfield textarea{
	font-size: inherit!important;
}

#wm-website-credits li:not(:last-child):after {
	content: "\007C";
}

.ginput_container_date{position: relative;}
.ginput_container_date:after{
	font-family: var(--wm-font-icons);
	font-weight: 900;
	content: "\f073";
}

.fl-module-pp-table .tablesaw-cell-label::after {
	content: "\003A";
	text-rendering: optimizeLegibility;
}

.wm-styled-team-member .pp-member-content .pp-member-social-profiles .pp-social-wordpress span::before,
.wm-styled-author-box .pp-authorbox-social-wrap .social-platform-wordpress a i::before {
	content: "\f0ac";
	font-family: var(--wm-font-icons);
	font-weight: 900;
}

/*.wm-styled-posts .wm-post-title a::after,
.wm-posts-list a::after,
.wm-styled-posts .wm-post-link a::after,
header ul.sub-menu .menu-item-text .menu-image-link-text::after {
	content: '\f054';
	font-family: var(--wm-font-icons);
	font-weight: 500;
	font-size: 0.8em;
}*/
.wm-posts-list a::after,
.wm-styled-posts .wm-post-link a::after {
	content: '\f061';
	font-family: var(--wm-font-icons);
}



/**********************************/
/************ GENERIC *************/
/**********************************/

/*--------------------------------*/
/*            BB FIXES            */
/*--------------------------------*/

/* Fix WP Link Target Not Showing */
#wp-link-target,
.fl-link-field-target-cb,
.fl-builder-settings input[type='checkbox'] {
    -webkit-appearance: checkbox;
}

/* BB Edit Buttons */
.fl-builder-edit .fl-builder-settings-lightbox button {
    font-size: 12px !important;
    line-height: 14px !important;
    padding: 3px 8px 4px !important;
}
.fl-builder-edit .mce-toolbar .mce-btn button, .qt-dfw {
    padding: 2px 3px !important;
}


/*** BOX MODULE ***/

.fl-module.fl-module-box {
    margin: 0;
    padding: 20px;
}
.fl-module.fl-module-box .fl-module-box {
    padding: 0px !important;
}

.fl-module.fl-module-box .fl-module {
    width: auto;
}

.fl-module-box > .fl-module .fl-module-content {
    margin: 0;
}





/*--------------------------------*/
/*      IMAGE UTILITY STYLES      */
/*--------------------------------*/

/*** IMG BORDER ***/

img,
.fl-module-pp-image-comparison .pp-image-comp-inner {
    border-radius: var(--wm-border-radius);
}

.fl-photo-field .fl-photo-preview-img img,
.thumbnail,
.thumbnail img,
.no-border-radius img,
.no-border-radius .fl-module-pp-image-comparison .pp-image-comp-inner {
    border-radius: 0px;
}


/*** FULL WIDTH IMAGES ***/

@media only screen and (min-width: 1200px){
    .wm-large-img img {
        max-height: 80vh;
        object-fit: cover;
    }
}

.wm-large-img {
    padding-top: 20px;
    padding-bottom: 20px;
}




/*--------------------------------*/
/*      TEXT UTILITY STYLES       */
/*--------------------------------*/

/*** BODY TEXT ***/

.wm-text-dark {
    color: var(--wm-text-dark) !important;
}
.wm-text-light {
    color: var(--wm-text-light) !important;
}

/*@media only screen and (min-width: 1200px) {
    .fl-page .fl-rich-text,
    .fl-page .fl-heading,
    .fl-page .pp-tabs-panel-content *,
    .fl-page .pp-accordion-content *,
    .fl-module-pp-search-form{
        max-width: 1000px;
    }
}*/

.fl-module-rich-text + .fl-module-rich-text.wm-text-all-caps-tagline {
    margin-top: 20px;
}
.fl-module-heading + .fl-module-rich-text .fl-module-content,
.fl-module-heading + .fl-module-rich-text,
.wm-box-heading-tagline + .fl-module-rich-text {
    margin-top: 10px;
}
.fl-module-rich-text + .fl-module-rich-text,
.fl-module-rich-text + .fl-module-rich-text .fl-module-content,
.fl-module-box .fl-module-heading + .fl-module-rich-text .fl-module-content,
.fl-module-box .fl-module-heading + .fl-module-rich-text {
    margin-top: 0;
}

.fl-module-rich-text .fl-rich-text p strong {
    font-weight: var(--wm-fweight-bold);
}

/* force margin for text module after heading module */

.fl-module-rich-text.wm-text-top-margin .fl-module-content {
    margin-top: 20px !important;
}


/** Large Body Copy **/

.wm-large-text {
    font-size: var(--wm-fsize-large);
}


/** Taglines // Used with Headings **/

.wm-text-all-caps-tagline {
    font-weight: var(--wm-fweight-bold);
    font-size: 1rem;
    text-transform: uppercase;
    color: var(--wm-text-highlight);
}
.wm-text-all-caps-tagline .fl-module-content {
    margin-bottom: 0;
}

.wm-text-all-caps-tagline p {
    margin: 0;
}

@media only screen and (max-width: 768px) {
    .wm-text-all-caps-tagline {
        font-size: var(--wm-fsize-small);
    }
}


/** Text in Heading Font **/

.wm-text-heading-font {
    font-family: var(--wm-font-heading);
    line-height: var(--wm-lheight-heading);
    font-size: var(--wm-fsize-hfour);
}


/** Link Chevron **/

.wm-chevron i {
    font-family: var(--wm-font-icons);
    font-weight: 300;
}


/** Text in 2 Columns for Larger Devices **/
/* add class wm-text-two-col */

@media only screen and (min-width: 992px) {
    .wm-text-two-col .fl-rich-text {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 40px;
        -moz-column-gap: 40px;
        column-gap: 40px;
    }
}



/*--------------------------------*/

/*** HEADINGS ***/

h1, h2, h3, h4, h5, h6, 
.h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: var(--wm-font-heading);
	color: var(--wm-text-heading);
	font-weight: var(--wm-fweight-regular);
	margin-top: 0;
	margin-bottom: 0;
	line-height: var(--wm-lheight-heading) !important;
}

body h1, body .h1 { font-size: var(--wm-fsize-hone); }
body h2, body .h2 { font-size: var(--wm-fsize-htwo); }
body h3, body .h3 { font-size: var(--wm-fsize-hthree); }
body h4, body .h4 { font-size: var(--wm-fsize-hfour); }

/*h5, h6, .h5, .h6 {
	font-family: var(--wm-font-body);
	font-weight: var(--wm-fweight-bold);
	line-height: var(--wm-lheight-body) !important;
}*/

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: var(--wm-text-heading);
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
    color: var(--wm-hover);
}


.fl-module-heading + .fl-module-heading .fl-module-content {
    margin-top: -5px;
}
.fl-module-rich-text + .fl-module-heading .fl-module-content {
    margin-top: 10px;
}

.fl-module-rich-text h2,
.fl-module-rich-text h3,
.fl-module-rich-text h4,
.fl-module-rich-text h5,
.fl-module-rich-text h6,
.fl-module-fl-post-content h2,
.fl-module-fl-post-content h3 {
    margin-bottom: 30px;
}

.fl-module-rich-text p + h2,
.fl-module-rich-text p + h3,
.fl-module-rich-text p + h4,
.fl-module-rich-text p + h5,
.fl-module-rich-text p + h6,
.fl-module-fl-post-content p + h2,
.fl-module-fl-post-content p + h3,
.fl-module-rich-text ul + h2,
.fl-module-rich-text ul + h3,
.fl-module-rich-text ul + h4,
.fl-module-rich-text ul + h5,
.fl-module-rich-text ul + h6,
.fl-module-rich-text ol + h2,
.fl-module-rich-text ol + h3,
.fl-module-rich-text ol + h4,
.fl-module-rich-text ol + h5,
.fl-module-rich-text ol + h6 {
    margin-top: 40px;
}


/** Box with heading and Button **/

.fl-page .fl-module-box.wm-box-heading-btn {
    gap: 30px 60px;
}
@media only screen and (min-width: 1400px) {
    .fl-page .fl-module-box.wm-box-heading-btn {
        gap: 30px 80px;
    }
}

.fl-module-box.wm-box-heading-btn .fl-icon-wrap .fl-icon i {
    font-size: var(--wm-fsize-htwo);
    width: var(--wm-fsize-htwo);
    margin-right: 24px;
}
.fl-module-box.wm-box-heading-btn .fl-icon-wrap .fl-icon i::before {
    font-size: 1.1em;
}
.fl-module-box.wm-box-heading-btn .fl-module-content .fl-icon-text {
    padding-left: 0;
}

@media only screen and (max-width: 950px) {
    .fl-module-box.wm-box-heading-btn .fl-icon-wrap .fl-icon {
        display: none;
    }
}

.fl-module-box.wm-box-heading-btn .wm-text-all-caps-tagline {
    width: 100%;
    max-width: 100%;
    margin-bottom: -20px;
}
body.fl-builder-edit .fl-module-box.wm-box-heading-btn .wm-text-all-caps-tagline {
    margin-bottom: 0px;
}



/*--------------------------------*/

/*** LINKS ***/

a,
a:hover,
a:active,
a:focus,
a:visited {
	text-decoration: underline;
}

a {
	color: var(--wm-text-highlight);
}
a:hover,
a:active,
a:focus {
	color: var(--wm-hover-alt);
}



/*--------------------------------*/

/*** LISTS ***/

.fl-rich-text ul,
.fl-html ul,
.pp-accordion-content > div > ul,
.pp-infolist-description ul {
    padding-left: 1rem;
}
.fl-rich-text ol,
.pp-accordion-content > div > ol,
.pp-infolist-description ol {
    padding-left: 1.375rem;
}
.fl-rich-text ul li, .fl-rich-text ol li,
.fl-html ul li, .fl-html ol li {
    padding-left: 10px;
}
.seo-breadcrumbs .breadcrumb li {
    padding-left: 0;
}
p + ul, p + ol {
    margin-top: 20px;
}
ul + p, ol + p {
    margin-top: 20px;
}


/** List in 2 Columns for Tablets & Up **/
/* add class wm-list-two-col */

@media only screen and (min-width: 768px) {
    .wm-list-two-col ul,
    .wm-list-two-col ol {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 40px;
        -moz-column-gap: 40px;
        column-gap: 40px;
    }
}


/** Page List / Site Index **/

.page-list li a,
.lcp_catlist li a {
    text-decoration: none !important;
}



/*--------------------------------*/

/*** CAPTIONS ***/

#page-banner-new #banner-caption .fl-module-content .banner-caption-text,
#page-banner-custom-module .wm-banner-caption-wrap .wm-banner-caption,
.dual-row .pure-bg-img-col .wm-col-caption .fl-html,
.wm-2-col-row.full-width .wm-img-col .wm-col-caption .fl-html,
.fl-module-photo .fl-photo-caption-hover, 
.pp-photo-gallery .pp-photo-gallery-item .pp-gallery-overlay .pp-overlay-inner,
.wm-styled-image-slider .pp-image-overlay,
.wm-styled-posts .wm-post-img-caption,
.wm-styled-posts .post-image-caption {
    /*background: var(--wm-overlay-captions);*/
    background: none;
}

#page-banner-new #banner-caption .fl-module-content .banner-caption-text,
#page-banner-custom-module .wm-banner-caption-wrap .wm-banner-caption,
.dual-row .pure-bg-img-col .wm-col-caption .fl-html,
.wm-2-col-row.full-width .wm-img-col .wm-col-caption .fl-html,
.fl-module-photo .fl-photo-caption,
.pp-photo-gallery .pp-caption,
.pp-photo-gallery .pp-photo-gallery-caption,
.wm-styled-image-slider .pp-image-overlay .pp-caption,
.wm-styled-posts .wm-post-img-caption,
.wm-styled-posts .post-image-caption,
.wm-styled-logo-slider .title-wrapper,
.wm-itinerary-img-caption {
    color: var(--wm-text-light) !important;
    font-size: var(--wm-fsize-small);
    display: inline-block;
    padding: 2px 10px;
    line-height: var(--wm-lheight-heading);
    white-space: normal;
    font-weight: 400;
}





/**********************************/
/****** LAYOUT ELEMENTS A-Z *******/
/**********************************/

/*--------------------------------*/
/*         BANNER STYLES          */
/*--------------------------------*/

/*** ACF BANNER IMAGE POSITIONING ***/

/* Top */
.wm-banner-image-top .fl-page-content #page-banner-new .fl-col-content,
.wm-banner-image-top #page-banner-custom-module .fl-module-wm-banner .wm-banner-image {
    background-position: center top;
}
/* Top Third */
.wm-banner-image-top-third .fl-page-content #page-banner-new .fl-col-content,
.wm-banner-image-top-third #page-banner-custom-module .fl-module-wm-banner .wm-banner-image {
    background-position: center 25%;
}
/* Center (Default) */
.wm-banner-image-center .fl-page-content #page-banner-new .fl-col-content,
.wm-banner-image-center #page-banner-custom-module .fl-module-wm-banner .wm-banner-image {
    background-position: center center;
}
/* Bottom Third */
.wm-banner-image-bottom-third .fl-page-content #page-banner-new .fl-col-content,
.wm-banner-image-bottom-third #page-banner-custom-module .fl-module-wm-banner .wm-banner-image {
    background-position: center 75%;
}
/* Bottom */
.wm-banner-image-bottom .fl-page-content #page-banner-new .fl-col-content,
.wm-banner-image-bottom #page-banner-custom-module .fl-module-wm-banner .wm-banner-image {
    background-position: center bottom;
}



/*--------------------------------*/

/*** BANNER ROW HEIGHTS ***/

#page-banner-custom-module .fl-module-wm-banner .wm-banner-slides,
#page-banner-custom-module .fl-module-wm-banner .wm-banner-slides .wm-banner-image,
#page-banner-custom-module .fl-module-wm-banner .wm-banner-slides.wm-image-slides,
#page-banner-custom-module .fl-module-wm-banner .wm-banner-slides.wm-image-content-slides {
    height: 900px;
}
@media only screen and (max-width: 1920px) {
    #page-banner-custom-module .fl-module-wm-banner .wm-banner-slides,
    #page-banner-custom-module .fl-module-wm-banner .wm-banner-slides .wm-banner-image,
    #page-banner-custom-module .fl-module-wm-banner .wm-banner-slides.wm-image-slides,
    #page-banner-custom-module .fl-module-wm-banner .wm-banner-slides.wm-image-content-slides {
        height: 800px;
    }
}
@media only screen and (max-width: 992px) {
    #page-banner-custom-module .fl-module-wm-banner .wm-banner-slides,
    #page-banner-custom-module .fl-module-wm-banner .wm-banner-slides .wm-banner-image,
    #page-banner-custom-module .fl-module-wm-banner .wm-banner-slides.wm-image-slides,
    #page-banner-custom-module .fl-module-wm-banner .wm-banner-slides.wm-image-content-slides {
        height: 650px;
    }
}
@media only screen and (max-width: 768px) {
    #page-banner-custom-module .fl-module-wm-banner .wm-banner-slides,
    #page-banner-custom-module .fl-module-wm-banner .wm-banner-slides .wm-banner-image,
    #page-banner-custom-module .fl-module-wm-banner .wm-banner-slides.wm-image-slides .wm-banner-slide,
    #page-banner-custom-module .fl-module-wm-banner .wm-banner-slides.wm-image-content-slides .wm-banner-slide{
        height: 75vw;
    }
    
    #page-banner-custom-module .fl-module-wm-banner .wm-banner-slides .wm-banner-slide {
        height: auto;
    }
}



/*--------------------------------*/

/*** VIDEO BANNER ***/

.fl-row-bg-video .fl-bg-video video {
    max-height: 100%;
}



/*--------------------------------*/

/*** BANNER OVERLAY ***/

#page-banner-custom-module .wm-banner-slide .wm-banner-image::after {
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
}
#page-banner-custom-module .wm-banner-slide .wm-banner-image .wm-banner-caption-wrap {
    z-index: 10;
}


/* banner gradient overlay */
#page-banner-custom-module .wm-banner-slide .wm-banner-image::after {
    background-image: linear-gradient(180deg, rgba(0,0,0,0.7) 45px, rgba(0,0,0,0) 30%), linear-gradient(180deg, rgba(0,0,0,0) 30%, rgba(0,0,0,0.7) 100%);
}

@media only screen and (max-width: 768px) {
    #page-banner-custom-module .wm-banner-slide .wm-banner-image::after {
        /*background-image: linear-gradient(180deg, rgba(0,0,0,0.7) 45px, rgba(0,0,0,0) 20%);*/
        background-image: none;
    }
}



/*--------------------------------*/

/*** BANNER CAPTIONS ***/

#page-banner-custom-module .wm-banner-caption-wrap {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
}

#page-banner-custom-module .wm-banner-caption-wrap {
    margin-bottom: 0;
    text-align: right;
}

#page-banner-custom-module .wm-banner-caption-wrap .wm-banner-caption {
    margin: 0 20px;
}

#page-banner-custom-module .wm-banner-caption-wrap {
    line-height: 1;
}

#page-banner-custom-module .wm-banner-caption-wrap .wm-banner-caption {
    position: relative;
    right: unset;
}



/*--------------------------------*/

/*** BANNER CONTENT BLOCK - BOX & POSITIONING ***/

/** Base Styles **/

#page-banner-custom-module .fl-module-wm-banner .wm-banner-slides .wm-banner-content,
#page-banner-custom-module .fl-module-wm-banner .wm-banner-content-slide .wm-banner-content {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
    height: auto;
    float: none;
}

@media only screen and (min-width: 768px) {
    #page-banner-custom-module .fl-module-wm-banner .wm-banner-content-slide {
        position: absolute;
        display: block;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
    }
}



/** Plain Text Overlay - No Box **/
/* default: bottom left */

#page-banner-custom-module .fl-module-wm-banner .wm-banner-slides .wm-banner-content,
#page-banner-custom-module .fl-module-wm-banner .wm-banner-content-slide .wm-banner-content {
    color: var(--wm-text-light);
    position: absolute;
    top: unset;
    bottom: var(--wm-std-padding);
    left: 0;
    right: 0;
    text-align: left;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
#page-banner-custom-module .fl-module-wm-banner .wm-banner-buttons-wrap,
#page-banner-custom-module .fl-module-wm-banner .wm-banner-pagination{
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

#page-banner-custom-module .fl-module-wm-banner .wm-banner-slides .wm-banner-content-inner,
#page-banner-custom-module .fl-module-wm-banner .wm-banner-content-slide .wm-banner-content-inner {
    width: 100%;
    max-width: 750px;
    padding: 0;
    /*margin: 0 auto;*/
    margin-right: auto;
}


/** Custom Positions for WM Banner Module **/

@media only screen and (min-width: 768px){

    /* vertical: top */
    #page-banner-custom-module .fl-module-wm-banner .wm-banner-slide.wm_banner_content_top .wm-banner-content,
    #page-banner-custom-module .fl-module-wm-banner .wm-banner-content-slide.wm_banner_content_top .wm-banner-content {
        top: 140px;
        bottom: unset;
        transform: none;
    }
    
    /* vertical: center */
    #page-banner-custom-module .fl-module-wm-banner .wm-banner-slide.wm_banner_content_center .wm-banner-content,
    #page-banner-custom-module .fl-module-wm-banner .wm-banner-content-slide.wm_banner_content_center .wm-banner-content {
        top: 50%;
        bottom: unset;
        transform: translateY(-50%);
    }
    
    /* vertical: bottom */
    #page-banner-custom-module .fl-module-wm-banner .wm-banner-slide.wm_banner_content_bottom .wm-banner-content,
    #page-banner-custom-module .fl-module-wm-banner .wm-banner-content-slide.wm_banner_content_bottom .wm-banner-content {
        top: unset;
        bottom: var(--wm-std-padding);
        transform: none;
    }
    
    
    /* horizontal: left */
    #page-banner-custom-module .fl-module-wm-banner .wm-banner-slide.wm_banner_content_left .wm-banner-content-inner, 
    #page-banner-custom-module .fl-module-wm-banner .wm-banner-content-slide.wm_banner_content_left .wm-banner-content-inner {
        margin: 0 auto 0 0px;
    }
    #page-banner-custom-module .wm_banner_content_left .wm-banner-content-inner .wm-banner-title,
    #page-banner-custom-module .wm_banner_content_left .wm-banner-content-inner .wm-banner-tagline {
        text-align: left;
    }
    #page-banner-custom-module .fl-module-wm-banner .wm_banner_content_left .wm-banner-buttons-wrap,
    #page-banner-custom-module .fl-module-wm-banner .wm_banner_content_left .wm-banner-pagination {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    
    /* horizontal: middle */
    #page-banner-custom-module .fl-module-wm-banner .wm-banner-slide.wm_banner_content_middle .wm-banner-content-inner, 
    #page-banner-custom-module .fl-module-wm-banner .wm-banner-content-slide.wm_banner_content_middle .wm-banner-content-inner {
        margin: 0 auto;
    }
    #page-banner-custom-module .wm_banner_content_middle .wm-banner-content-inner .wm-banner-title,
    #page-banner-custom-module .wm_banner_content_middle .wm-banner-content-inner .wm-banner-tagline {
        text-align: center;
    }
    
    #page-banner-custom-module .fl-module-wm-banner .wm_banner_content_middle .wm-banner-buttons-wrap,
    #page-banner-custom-module .fl-module-wm-banner .wm_banner_content_middle .wm-banner-pagination {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    
    /* horizontal: right */
    #page-banner-custom-module .fl-module-wm-banner .wm-banner-slide.wm_banner_content_right .wm-banner-content-inner, 
    #page-banner-custom-module .fl-module-wm-banner .wm-banner-content-slide.wm_banner_content_right .wm-banner-content-inner {
        margin: 0 0px 0 auto;
    }
    #page-banner-custom-module .wm_banner_content_right .wm-banner-content-inner .wm-banner-title,
    #page-banner-custom-module .wm_banner_content_right .wm-banner-content-inner .wm-banner-tagline {
        text-align: right;
    }
    #page-banner-custom-module .fl-module-wm-banner .wm_banner_content_right .wm-banner-buttons-wrap,
    #page-banner-custom-module .fl-module-wm-banner .wm_banner_content_right .wm-banner-pagination {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}





/** Responsive Adjustments **/

@media only screen and (max-width: 768px) {
    /* move banner content below image */
    #page-banner-custom-module .fl-module-wm-banner .wm-banner-slides .wm-banner-content,
    #page-banner-custom-module .fl-module-wm-banner .wm-banner-content-slide .wm-banner-content {
        position: relative;
        top: unset;
        bottom: unset;
        transform: none;
        padding: 0;
    }

    /* add background colour & center content */
    #page-banner-custom-module .fl-module-wm-banner .wm-banner-slides .wm-banner-content,
    #page-banner-custom-module .fl-module-wm-banner .wm-banner-content-slide .wm-banner-content {
        background-color: var(--wm-bg-light);
    }
    #page-banner-custom-module .fl-module-wm-banner .wm-banner-slides .wm-banner-content-inner,
    #page-banner-custom-module .fl-module-wm-banner .wm-banner-content-slide .wm-banner-content-inner {
        margin: 0;
        padding: 1.25rem 0px 0px 0px;
        max-width: 100%;
        text-align: left;
    }
    #page-banner-custom-module .fl-module-wm-banner .wm-banner-content-inner .wm-banner-button {
        text-align: center;
    }
}



/*--------------------------------*/

/*** BANNER CONTENT BLOCK - TEXT STYLES ***/

/** Spacing & Alignment **/

#page-banner-custom-module .wm-banner-content-inner .wm-banner-title,
#page-banner-custom-module .wm-banner-content-inner .wm-banner-tagline,
#page-banner-custom-module .wm-banner-content-inner .wm-banner-button {
    margin: 20px;
}
#page-banner-custom-module .wm-banner-content-inner .wm-banner-title,
#page-banner-custom-module .wm-banner-content-inner .wm-banner-tagline,
#page-banner-custom-module .wm-banner-content-inner .wm-banner-pagination {
    max-width: calc(100% - 40px);
}
#page-banner-custom-module .wm-banner-content-inner .wm-banner-buttons-wrap {
    max-width: calc(100% - 20px);
}

#page-banner-custom-module .wm-banner-content-inner .wm-banner-title + .wm-banner-tagline {
    margin-top: 0;
}

#page-banner-custom-module .wm-banner-buttons-wrap {
    margin: 10px;
}
#page-banner-custom-module .wm-banner-buttons-wrap .wm-banner-button {
    margin: 10px !important;
}

#page-banner-custom-module .wm-banner-content-inner .wm-banner-title + .wm-banner-button,
#page-banner-custom-module .wm-banner-content-inner .wm-banner-tagline + .wm-banner-button {
    margin-top: 10px;
}

#page-banner-custom-module .wm-banner-content-inner .wm-banner-button a {
    margin: 0px;
}

#page-banner-custom-module .wm-banner-content-inner .wm-banner-button a i {
    margin-bottom: 0px;
    display: inline-block;
}



/** Heading **/

#page-banner-custom-module .wm-banner-content-inner .wm-banner-title {
    font-family: var(--wm-font-heading);
    color: var(--wm-text-light);
    font-size: var(--wm-fsize-banner);
    font-weight: var(--wm-fweight-regular);
    line-height: var(--wm-lheight-heading);
    text-shadow: var(--wm-text-shadow);
}



/** Tagline / Text **/

#page-banner-custom-module .wm-banner-content-inner .wm-banner-tagline {
    /*font-family: var(--wm-font-heading);*/
    font-size: 1rem;
    font-weight: var(--wm-fweight-regular);
    line-height: var(--wm-lheight-body);
    text-shadow: var(--wm-text-shadow);
}

#page-banner-custom-module .wm-banner-content-inner .wm-banner-tagline i {
    padding-right: 6px;
    font-weight: 400;
    font-size: 1.05em;
}



/** Text Colour Variations **/

@media only screen and (min-width: 768px) {
    #page-banner-custom-module .wm_banner_content_light .wm-banner-content-inner .wm-banner-title,
    #page-banner-custom-module .wm_banner_content_light .wm-banner-content-inner .wm-banner-tagline {
        color: var(--wm-text-light);
        text-shadow: var(--wm-text-shadow);
    }
    #page-banner-custom-module .wm_banner_content_dark .wm-banner-content-inner .wm-banner-title,
    #page-banner-custom-module .wm_banner_content_dark .wm-banner-content-inner .wm-banner-tagline {
        color: var(--wm-text-dark);
        text-shadow: none;
    }
}



/** Buttons **/

#page-banner-custom-module .wm-banner-content-inner .wm-banner-button a {
    min-width: 240px;
    text-align: center;
    min-height: 40px;
}
#page-banner-custom-module .wm-banner-content-inner .wm-banner-button {
    text-align: center;
}

#page-banner-custom-module .wm-banner-content-inner .wm-banner-button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

/* Overwrite button colours */
/*#page-banner-custom-module .wm-banner-content .wm-banner-content-inner .wm-banner-button a {
    background: var(--wm-secondary);
    border-color: var(--wm-primary);
    color: var(--wm-text-light);
}
#page-banner-custom-module .wm-banner-content .wm-banner-content-inner .wm-banner-button a:hover {
    background: var(--wm-hover);
    border-color: var(--wm-hover);
    color: var(--wm-text-light);
}*/



/** Pagination Dots **/

#page-banner-custom-module .fl-module-wm-banner .wm-banner-pagination {
    margin: 20px auto;
    padding: 0 20px;
    margin: 20px;
    padding: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

/* uncomment to overwrite default dot colours 
@media only screen and (min-width: 768px){
    #page-banner-custom-module .wm-banner-pagination span {
        border-color: var(--wm-text-light);
        background: none;
    }
    #page-banner-custom-module .wm-banner-pagination span.wm-pagination-active {
        background-color: var(--wm-primary);
        border-color: var(--wm-text-light);
    }
    #page-banner-custom-module .wm-banner-pagination span.wm-pagination-active:hover,
    #page-banner-custom-module .wm-banner-pagination span:hover {
        background-color: var(--wm-text-light);
        border-color: var(--wm-text-light);
    }
}*/


/** Nav Arrows **/

#page-banner-custom-module .fl-module-wm-banner .wm-banner-nav {
    top: calc(50% - 20px);
}
@media only screen and (max-width: 768px) {
    #page-banner-custom-module .fl-module-wm-banner .wm-banner-nav {
        top: calc(32.5vw + 40px);
    }
}  


/** Responsive - Adjust Font Sizes & Colours as Needed **/

@media only screen and (max-width: 992px) {

    /* Buttons */
    #page-banner-custom-module .fl-module-wm-banner .wm-banner-buttons-wrap {
        order: 3 !important;
    }

    /* Pagination Dots */
    #page-banner-custom-module .fl-module-wm-banner .wm-banner-pagination {
        order: 4 !important;
    }
}

@media only screen and (max-width: 768px) {

    /* Heading */
    #page-banner-custom-module .wm-banner-content-inner .wm-banner-title {
        color: var(--wm-text-heading) !important;
        text-shadow: none !important;
    }
    
    /* Tagline / Text */
    #page-banner-custom-module .wm-banner-content-inner .wm-banner-tagline {
        color: var(--wm-text-dark) !important;
        text-shadow: none !important;
    }
    
    /* Buttons */
    #page-banner-custom-module .wm-banner-content .wm-banner-content-inner .wm-banner-button a {
        background: none;
        border-color: var(--wm-primary);
        color: var(--wm-text-dark);
    }
    #page-banner-custom-module .wm-banner-content .wm-banner-content-inner .wm-banner-button a:hover{
        background: var(--wm-hover);
        border-color: var(--wm-hover);
        color: var(--wm-text-light);
    }

    /* Pagination Dots */
    #page-banner-custom-module .fl-module-wm-banner .wm-banner-pagination {
        order: 1 !important;
        margin: 20px auto 5px auto;
    }
}





/*--------------------------------*/
/*     BLOG / NEWS / STORIES      */
/*--------------------------------*/

body.archive.category .fl-module-post-grid.wm-styled-posts .fl-post-column,
body.blog .fl-module-post-grid.wm-styled-posts .fl-post-column {
    padding-bottom: 60px;
}

/*** POST META ***/

/*#wm-post-meta .fl-row-content-wrap {
    padding-top: var(--wm-std-padding);
}*/

.post-meta-data-wrap + .post-meta-data-wrap {
    padding-top: 4px;
}

.post-meta-data {
    font-size: var(--wm-fsize-small);
    color: var(--wm-text-meta);
}

.post-meta-data .fl-module-content {
    margin-top: 10px !important;
}

.post-meta-data .post-meta-date {
    display: block;
}
.post-meta-data .post-meta-divider,
.post-meta-data .post-meta-author,
.post-meta-data .post-meta-categories,
.post-meta-data .post-meta-tags {
    display: inline-block;
}
.post-meta-data .post-meta-categories {
    padding-right: 20px;
}

.post-meta-data .post-meta-divider {
    padding: 0 10px;
}

.post-meta-data a {
    color: var(--wm-text-meta);
}
.post-meta-data a:hover,
.post-meta-data a:focus {
    color: var(--wm-hover);
}

.post-meta-data .post-meta-tags i {
    padding-right: 5px;
}



/*--------------------------------*/

/*** POST NAVIGATION ***/

#wm-post-nav .fl-row-content-wrap {
    padding-bottom: var(--wm-std-padding);
}

.fl-module-fl-post-navigation .nav-links a {
    font-size: var(--wm-fsize-small);
    font-weight: var(--wm-fweight-regular);
    text-decoration: none !important;
    color: var(--wm-text-dark);
}
.fl-module-fl-post-navigation .nav-links a:hover,
.fl-module-fl-post-navigation .nav-links a:focus {
    color: var(--wm-hover);
}
.fl-module-fl-post-navigation .nav-links i::before {
    font-size: var(--wm-fsize-small);
    margin: 0;
    font-weight: 500;
}

.fl-module-fl-post-navigation .nav-links i {
    width: 16px;
    display: inline-block;
}



/*--------------------------------*/

/*** POST SOCIAL SHARING ***/

#social-sharing-btns .addtoany_list {
    line-height: 1;
}

#social-sharing-btns .addtoany_list a {
    padding: 0 20px 0 0;
}

#social-sharing-btns .addtoany_list a span {
    border-radius: var(--wm-border-radius) !important;
    background-color: var(--wm-primary) !important;
    opacity: 1;
}
#social-sharing-btns .addtoany_list a:hover span {
    background-color: var(--wm-hover) !important;
    opacity: 1;
}





/*--------------------------------*/
/*       BREADCRUMB STYLES        */
/*--------------------------------*/

.fl-html .seo-breadcrumbs {
    color: var(--wm-text-meta);
    font-size: var(--wm-fsize-small);
    text-transform: uppercase;
    text-align: left;
}
.seo-breadcrumbs a {
    text-decoration: none;
    color: var(--wm-text-meta);
}
.seo-breadcrumbs a:hover, .seo-breadcrumbs a:focus {
    text-decoration: none;
    color: var(--wm-hover);
}

ol.breadcrumb {
    padding: 0 !important;
}
ol.breadcrumb li.active span {
    font-weight: var(--wm-fweight-bold);
    /*text-decoration: underline;*/
}

.seo-breadcrumbs .breadcrumb li::after {
    content: '|';
    margin: 0 10px;
}

#breadcrumbs-top .fl-module-content,
#breadcrumbs-bottom .fl-module-content {
    margin: 14px 20px !important;
}




/*** TOP ***/

#breadcrumbs-top {
    padding-bottom: calc( var(--wm-std-padding) / 3 );
}




/*** BOTTOM ***/

#breadcrumbs-bottom .seo-breadcrumbs {
    text-align: right;
}

#breadcrumbs-bottom ol {
    color: var(--wm-text-colour);
}
#breadcrumbs-bottom a {
    color: var(--wm-text-colour);
}
#breadcrumbs-bottom a:hover,
#breadcrumbs-bottom a:focus {
    color: var(--wm-text-light);
}





/*--------------------------------*/
/*       COOKIE ROW STYLES        */
/*--------------------------------*/

#cookie-notice {
	background: var(--wm-text-colour);
}
#cookie-notice, 
#cookie-notice .cn-button:not(.cn-button-custom) {
	font-family: var(--wm-font-body);
	font-size: var(--wm-fsize-small);
}

#cookie-notice .cookie-notice-container {
	color: var(--wm-text-light);
	padding: 15px 40px;
}


#cookie-notice #cn-accept-cookie {
	background: var(--wm-text-light);
	color: var(--wm-text-dark);
	padding: 10px 20px;
	border: none;
	text-decoration: none;
}
#cookie-notice #cn-accept-cookie:hover {
	background: var(--wm-hover);
	color: var(--wm-text-light);
	padding: 10px 20px;
	border: none;
}

#cookie-notice #cn-more-info {
	text-decoration: underline;
	color: var(--wm-text-light);
	background: none;
	border: none !important;
}
#cookie-notice #cn-more-info:hover,
#cookie-notice #cn-more-info:focus {
	color: var(--wm-hover);
	background: none;
}

#cookie-notice .cn-close-icon {
	opacity: 1;
}
#cookie-notice .cn-close-icon::before, 
#cookie-notice .cn-close-icon::after {
	background-color: var(--wm-text-light);
}
#cookie-notice .cn-close-icon:hover::before, 
#cookie-notice .cn-close-icon:hover::after {
	background-color: var(--wm-hover);
}





/**********************************/
/****** COL + ROW STYLES A-Z ******/
/**********************************/

/*--------------------------------*/
/*  PADDING FOR TABLET & MOBILE   */
/*--------------------------------*/

@media only screen and (max-width: 1540px) {
	div.fl-row.fl-row-fixed-width,
	div.fl-row-full-width .fl-row-content.fl-row-fixed-width,
	#page-banner-custom-module .wm-banner-caption-wrap,
	#page-banner-custom-module .fl-module-wm-banner .wm-banner-slides .wm-banner-content,
	#page-banner-custom-module .fl-module-wm-banner .wm-banner-content-slide .wm-banner-content,
	#page-banner-custom-module .wm-banner-caption-wrap  {
		padding-left: 20px;
		padding-right: 20px;
	}
}
@media only screen and (max-width: 768px) {
	
	/* fix width of small cols on mobile */
	.fl-col-small,
	.fl-col-small:not(.fl-col-small-full-width) {
		max-width: 100% !important;
	}
	
	div.fl-row.fl-row-fixed-width,
	div.fl-row-full-width .fl-row-content.fl-row-fixed-width,
	#page-banner-custom-module .wm-banner-caption-wrap,
	#page-banner-custom-module .fl-module-wm-banner .wm-banner-slides .wm-banner-content,
	#page-banner-custom-module .fl-module-wm-banner .wm-banner-content-slide .wm-banner-content,
	#page-banner-custom-module .wm-banner-caption-wrap  {
		padding-left: 10px;
		padding-right: 10px;
	}
}



/*--------------------------------*/
/* HEADING BOX IN FULL WIDTH ROW  */
/*--------------------------------*/

.fl-row.full-width .wm-box-heading-tagline,
.wm-2-col-row.full-width .wm-box-heading-tagline,
.fl-row.full-width .wm-box-heading-btn,
.wm-2-col-row.full-width .wm-box-heading-btn,
#wm-where-to .wm-box-heading-btn {
    width: 100%;
    max-width: 1540px;
    padding: 20px 40px;
    margin: 0 auto;
}

@media only screen and (max-width: 768px) {
    .fl-row.full-width .wm-box-heading-tagline,
    .wm-2-col-row.full-width .wm-box-heading-tagline,
    .fl-row.full-width .wm-box-heading-btn,
    .wm-2-col-row.full-width .wm-box-heading-btn,
    #wm-where-to .wm-box-heading-btn {
        padding: 20px 30px;
    }
}



/*--------------------------------*/
/*     BACKGROUND COLOUR ROW      */
/*--------------------------------*/

.fl-row.wm-row-light-bg {
    background: var(--wm-bg-light-alt);
}
.fl-row.wm-row-dark-bg {
    background: var(--wm-bg-dark);
}

.wm-row-light-bg .fl-row-content-wrap,
.wm-row-dark-bg .fl-row-content-wrap {
    padding-top: var(--wm-std-padding);
    padding-bottom: var(--wm-std-padding);
}
.wm-row-light-bg + .wm-row-light-bg .fl-row-content-wrap,
.wm-row-dark-bg + .wm-row-dark-bg .fl-row-content-wrap {
    padding-top: 0;
}


.wm-row-dark-bg .fl-heading,
.wm-row-dark-bg .fl-module-rich-text,
.wm-row-dark-bg .fl-icon {
    color: var(--wm-text-light);
}





/*--------------------------------*/
/*      BACKGROUND IMAGE COL      */
/*--------------------------------*/

/** Make Pure Image Col Std Aspect Ratio on Mobile **/

@media only screen and (max-width: 768px) {
    .pure-bg-img-col .fl-col-content {
        /*height: calc( 100vw * var(--wm-aspect-ratio) );*/
        aspect-ratio: calc( 1 / var(--wm-aspect-ratio) );
    }
}





/*--------------------------------*/
/*      2 COL ROWS - GENERIC      */
/*--------------------------------*/

.wm-content-col .fl-module-rich-text + .fl-module-button,
.wm-content-col .fl-module-heading + .fl-module-button{
    padding-top: 10px;
}



/*** Captions for Background Images ***/

.wm-2-col-row.full-width .wm-img-col .fl-col-content {
    position: relative;
}

.wm-2-col-row.full-width .wm-img-col .wm-col-caption {
    position: absolute;
    bottom: 0;
    right: 0;
    line-height: 1;
    text-align: right;
}

.wm-2-col-row.full-width .wm-img-col .wm-col-caption .fl-module-content {
    margin: 0 !important;
    line-height: 1;
    display: inline-block;
}

body.fl-builder-edit .wm-2-col-row.full-width .wm-img-col .wm-col-caption .fl-html::before {
    content: 'Enter caption for column background image here or delete this module if not needed:';
    font-style: italic;
    font-weight: bold;
    display: block;
}





/*--------------------------------*/
/*    2 COL ROWS - FULL WIDTH     */
/*--------------------------------*/

/*** CONTENT COL ***/
/* content capped at 1500px wide */

.wm-2-col-row.full-width .wm-content-col {
    background: var(--wm-bg-white);
}
.wm-2-col-row.full-width.content-both .content-right {
    background: var(--wm-bg-light-alt);
}

.wm-2-col-row.full-width .content-left .fl-col-content {
    padding: var(--wm-std-padding) 60px var(--wm-std-padding) 0px;
}
.wm-2-col-row.full-width .content-right .fl-col-content {
    padding: var(--wm-std-padding) 0px var(--wm-std-padding) 60px;
}

.wm-2-col-row.full-width .content-left .fl-module,
.wm-2-col-row.full-width .content-right .fl-module {
    width: 100%;
    max-width: 690px;
}

.wm-2-col-row.full-width .content-left .fl-module-box {
    margin-left: auto;
}
.wm-2-col-row.full-width .content-right .fl-module-box {
    margin-right: auto;
}



/*** IMAGE COL ***/

@media only screen and (min-width: 992px) {
    .wm-2-col-row.full-width .wm-img-col {
        min-height: 450px;
    }
}



/*** RESPONSIVE ***/

@media only screen and (max-width: 1540px) {
    /* add extra padding for content */
    .wm-2-col-row.full-width .content-left .fl-module-box {
        padding-left: 40px;
    }
    .wm-2-col-row.full-width .content-right .fl-module-box {
        padding-right: 40px;
    }

    .wm-2-col-row.full-width .wm-content-col .fl-module {
        max-width: 100%;
    }
    
    .wm-2-col-row.full-width .content-left .fl-col-content {
        padding-right: 20px;
    }
    .wm-2-col-row.full-width .content-right .fl-col-content {
        padding-left: 20px;
    }
}

@media only screen and (max-width: 992px) {
    /* add extra padding for content */
    .wm-2-col-row.full-width .wm-content-col .fl-module-box {
        padding-left: 40px;
        padding-right: 40px;
    }
    
    .wm-2-col-row.full-width .wm-img-col,
    .wm-2-col-row.full-width .wm-content-col,
    .wm-2-col-row.full-width .wm-slider-col {
        width: 100% !important;
    }
    .wm-2-col-row.full-width .wm-img-col {
        /*height: calc( 100vw * var(--wm-aspect-ratio) );*/
        aspect-ratio: calc( 1 / var(--wm-aspect-ratio) );
    }
    
    .wm-2-col-row.full-width .wm-content-col .fl-col-content {
        padding-right: 0px;
        padding-left: 0px;
    }
}

@media only screen and (max-width: 768px) {
    /* adjust extra padding for content */
    .wm-2-col-row.full-width .wm-content-col .fl-module-box {
        padding-right: 30px;
        padding-left: 30px;
    }
}





/*--------------------------------*/
/*    2 COL ROWS - FIXED WIDTH    */
/*--------------------------------*/

.wm-2-col-row.fixed-width .fl-row-content-wrap,
.wm-padded-row .fl-row-content-wrap {
    padding-top: var(--wm-std-padding);
    padding-bottom: var(--wm-std-padding);
}
.wm-2-col-row.fixed-width + .fixed-width.wm-row-light-bg .fl-row-content-wrap,
.wm-2-col-row.fixed-width.wm-row-light-bg + .fixed-width .fl-row-content-wrap{
    padding-top: var(--wm-std-padding);
}
.wm-2-col-row.fixed-width + .fixed-width .fl-row-content-wrap,
.wm-2-col-row.fixed-width.wm-row-light-bg + .fixed-width.wm-row-light-bg .fl-row-content-wrap,
.wm-2-col-row.fixed-width.intro .fl-row-content-wrap {
    padding-top: 0;
}
.wm-padded-row-bottom .fl-row-content-wrap {
    padding-bottom: var(--wm-std-padding);
}
.wm-padded-row-top .fl-row-content-wrap {
    padding-top: var(--wm-std-padding);
}



/*** CONTENT COL ***/

.wm-2-col-row.fixed-width .content-left .fl-col-content {
    padding: var(--wm-std-padding) 60px var(--wm-std-padding) 0px;
}
.wm-2-col-row.fixed-width .content-right .fl-col-content {
    padding: var(--wm-std-padding) 0px var(--wm-std-padding) 60px;
}
.wm-2-col-row.fixed-width.content-both .wm-content-col .fl-col-content {
    padding-top: 0;
    padding-bottom: 0;
}


/** Boxed Version **/

.wm-2-col-row.fixed-width.boxed .wm-content-col {
    background: var(--wm-bg-light);
    width: calc(50% - 20px) !important;
    overflow: hidden;
}
.wm-2-col-row.fixed-width.boxed.content-both .content-right {
    background: var(--wm-bg-light-alt);
}

.wm-2-col-row.fixed-width.boxed .content-right {
    margin: 20px 20px 20px 0;
    border-radius: 0 var(--wm-border-radius) var(--wm-border-radius) 0;
}
.wm-2-col-row.fixed-width.boxed .content-left {
    margin: 20px 0 20px 20px;
    border-radius: var(--wm-border-radius) 0 0 var(--wm-border-radius);
}

.wm-2-col-row.fixed-width.boxed .wm-content-col .fl-col-content {
    padding: var(--wm-std-padding) 60px;
}



/*** IMAGE COL ***/

@media only screen and (min-width: 992px) {
    .wm-2-col-row.fixed-width .img-left .fl-module-photo {
        margin-right: -20px !important;
    }
    .wm-2-col-row.fixed-width .img-right .fl-module-photo {
        margin-left: -20px !important;
    }
}

.wm-2-col-row.fixed-width .wm-img-col img {
    height: 100% !important;
    width: 100%;
    object-fit: cover;
}
.wm-2-col-row.fixed-width .wm-img-col .wm-content-box,
.wm-2-col-row.fixed-width .wm-img-col .fl-module-photo,
.wm-2-col-row.fixed-width .wm-img-col .fl-photo-content {
    height: 100%;
}


/* uncomment to extend image outside its boundary 
@media only screen and (min-width: 1700px){
    .wm-2-col-row.fixed-width .img-left .fl-module-photo {
        margin-left: -80px !important;
    }
    .wm-2-col-row.fixed-width .img-right .fl-module-photo {
        margin-right: -80px !important;
    }
}
@media only screen and (min-width: 1850px){
    .wm-2-col-row.fixed-width .img-left .fl-module-photo {
        margin-left: -150px !important;
    }
    .wm-2-col-row.fixed-width .img-right .fl-module-photo {
        margin-right: -150px !important;
    }
}*/


/** Boxed Version **/

.wm-2-col-row.fixed-width.boxed .img-right img {
    border-radius: 0 var(--wm-border-radius) var(--wm-border-radius) 0;
}
.wm-2-col-row.fixed-width.boxed .img-left img {
    border-radius: var(--wm-border-radius) 0 0 var(--wm-border-radius);
}



/*** RESPONSIVE ***/

@media only screen and (max-width: 1540px) {
    .wm-2-col-row.fixed-width .content-left .fl-col-content {
        padding-right: 20px;
    }
    .wm-2-col-row.fixed-width .content-right .fl-col-content {
        padding-left: 20px;
    }
    
    
    /** Boxed Version **/

    .wm-2-col-row.fixed-width.boxed .wm-content-col .fl-col-content {
        padding: var(--wm-std-padding) 20px;
    }
}

@media only screen and (max-width: 992px) {
    /*.wm-2-col-row.fixed-width.intro .fl-module-box.wm-box-heading-btn {
        padding-bottom: 0;
    }*/
    
    .wm-2-col-row.fixed-width .wm-img-col,
    .wm-2-col-row.fixed-width .wm-content-col {
        width: 100% !important;
    }
    .wm-2-col-row.fixed-width .wm-img-col {
        /*height: calc( 100vw * var(--wm-aspect-ratio) );*/
        aspect-ratio: calc( 1 / var(--wm-aspect-ratio) );
    }
    
    .wm-2-col-row.fixed-width .wm-content-col .fl-col-content {
        padding: 0 0 20px 0;
    }
    .wm-2-col-row.fixed-width.content-both .wm-content-col + .wm-content-col .fl-col-content {
        padding-top: 20px;
    }
    
    .wm-2-col-row.fixed-width .wm-img-col .fl-photo-content {
        width: 100%;
    }
    
    
    /** Boxed Version **/
    
    .wm-2-col-row.fixed-width.boxed .wm-content-col {
        width: calc(100% - 40px) !important;
        margin: 20px 20px -21px 20px !important;
        border-radius: var(--wm-border-radius) var(--wm-border-radius) 0 0;
    }
    
    .wm-2-col-row.fixed-width.boxed .wm-content-col .fl-col-content {
        padding: var(--wm-std-padding) 10px;
    }
    
    .wm-2-col-row.fixed-width.boxed.content-both .content-right,
    .wm-2-col-row.fixed-width.boxed .wm-img-col img {
        border-radius: 0 0 var(--wm-border-radius) var(--wm-border-radius);
    }
}





/*--------------------------------*/
/*       POST FEATURE ROWS        */
/*--------------------------------*/

.full-width.wm-post-more .fl-row-content-wrap {
    padding-top: var(--wm-std-padding);
    padding-bottom: var(--wm-std-padding);
}



/*** EVENTS ***/

.wm-2-col-row.full-width.featured-events .fl-row-content-wrap {
    padding-top: var(--wm-std-padding);
    padding-bottom: var(--wm-std-padding);
}

.wm-2-col-row.full-width.featured-events .wm-content-col {
    background: none;
}
.wm-2-col-row.full-width.featured-events .wm-content-col .fl-col-content {
    padding-top: 0;
    padding-bottom: 0;
}

.wm-2-col-row.featured-events .wm-content-col .wm-text-all-caps-tagline {
    color: var(--wm-text-dark);
}

.wm-2-col-row.full-width.featured-events .wm-content-col .wm-content-box {
    height: 100%;
}
.wm-2-col-row.featured-events .wm-content-col .wm-post-event-list {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.wm-2-col-row.featured-events .wm-post-event-list + .fl-module-button {
    padding-top: 30px;
    padding-bottom: 10px;
}

@media only screen and (max-width: 992px) {
    .wm-2-col-row.full-width.featured-events .wm-content-col {
        padding-top: var(--wm-std-padding);
    }
}



/*** ITINERARIES ***/

.full-width.featured-itineraries .fl-row-content-wrap {
    padding-top: var(--wm-std-padding);
    padding-bottom: var(--wm-std-padding);
}



/*** SEASONS ***/

.full-width.featured-seasons .fl-row-content-wrap {
    padding-top: var(--wm-std-padding);
    padding-bottom: calc( var(--wm-std-padding) * 1.5 );
}
.full-width.featured-seasons .fl-row-content-wrap::after {
    background: var(--wm-overlay-light);
}

.wm-post-slider.wm-post-seasons .pp-content-post-carousel .owl-nav button {
	top: 50% !important;
}
@media only screen and (max-width: 768px) {
    .wm-post-slider.wm-post-seasons .pp-content-post-carousel .owl-nav button {
    	top: calc(50% - 50px) !important;
    }
}



/*** STORIES ***/

.wm-2-col-row.featured-stories .wm-box-heading-btn + .fl-col-group {
    padding-top: 20px;
}

@media only screen and (min-width: 992px) {
    .wm-2-col-row.featured-stories .content-left .fl-col-content,
    .wm-2-col-row.featured-stories .content-left .wm-content-box {
        padding-right: 0 !important;
    }
    .wm-2-col-row.featured-stories .content-right .fl-col-content {
        padding-left: 20px;
    }
}





/*--------------------------------*/
/*   FEATURE ROW - HALF OVERLAY   */
/*--------------------------------*/

.wm-2-col-row.full-width.half-overlay .fl-row-content-wrap::after {
    background-image: linear-gradient(to right, rgba(0,0,0,0) 50%, var(--wm-overlay) 50%);
}
.wm-2-col-row.full-width.half-overlay .wm-content-col {
    background: none;
}



/** Overlay Column **/

.wm-2-col-row.full-width.half-overlay .no-overlay,
.wm-2-col-row.full-width.half-overlay .wm-content-col .fl-heading,
.wm-2-col-row.full-width.half-overlay .wm-content-col .fl-rich-text,
.wm-2-col-row.full-width.half-overlay .gform_wrapper .gfield input::placeholder,
.wm-2-col-row.full-width.half-overlay .gform_wrapper .gfield textarea::placeholder {
    color: var(--wm-text-light);
}

.wm-2-col-row.full-width.half-overlay .esperance-icons + .fl-module-rich-text {
    padding-top: 30px !important;
}

.wm-2-col-row.full-width.half-overlay .gfield input,
.wm-2-col-row.full-width.half-overlay .gfield textarea {
    border-color: var(--wm-text-light) !important;
}
.wm-2-col-row.full-width.half-overlay .gfield input:focus,
.wm-2-col-row.full-width.half-overlay .gfield textarea:focus {
    border-color: var(--wm-hover) !important;
}
.wm-2-col-row.full-width.half-overlay .gform_wrapper .gfield input:focus::placeholder,
.wm-2-col-row.full-width.half-overlay .gform_wrapper .gfield textarea:focus::placeholder {
    color: var(--wm-text-dark);
}

.wm-2-col-row.full-width.half-overlay .gform_footer .gform_button.button {
    border-color: var(--wm-text-light) !important;
}



/** The Promise Pledge **/

.wm-2-col-row.full-width.half-overlay .wm-promise-btn-box {
    gap: 30px 20px;
}

.wm-2-col-row.full-width.half-overlay .wm-promise-btn-box .fl-module {
    width: auto;
    margin: 0;
}

.wm-2-col-row.full-width.half-overlay .wm-pledges-box {
    
}

.wm-2-col-row.full-width.half-overlay .wm-pledges-box .fl-icon i {
    font-size: 1rem;
    padding-bottom: 4px;
}
.wm-2-col-row.full-width.half-overlay .wm-pledges-box .fl-icon i::before {
    font-size: 1.8em;
}

.wm-2-col-row.full-width.half-overlay .wm-pledges-box .fl-number-text {
    padding-bottom: 10px;
}



/*** RESPONSIVE ***/

@media only screen and (max-width: 992px){
    .wm-2-col-row.full-width.half-overlay {
        background: var(--wm-bg-dark);
    }
    
    .wm-2-col-row.full-width.half-overlay .fl-row-content-wrap {
        background-position: top !important;
        background-size: auto 67vw;
        /*background-size: 100% auto;*/
    }
    .wm-2-col-row.full-width.half-overlay > .fl-row-content-wrap::after {
        background-image: none;
    }
    .wm-2-col-row.full-width.half-overlay .content-left {
        min-height: 67vw;
    }
}
@media only screen and (max-width: 768px){
    .wm-2-col-row.full-width.half-overlay .fl-row-content-wrap {
        padding-top: calc( 100% * var(--wm-aspect-ratio) );
    }
    .wm-2-col-row.full-width.half-overlay .content-left {
        min-height: 10px;
    }
    
    .wm-2-col-row.full-width.half-overlay .content-left .fl-col-content{
        padding-bottom: calc( var(--wm-std-padding) / 2 );
    }
    .wm-2-col-row.full-width.half-overlay .content-right .fl-col-content{
        padding-top: 0;
    }
    
    .wm-2-col-row.full-width.half-overlay .wm-pledges-box .fl-number-after-text {
        margin-top: 6px;
    }
}





/*--------------------------------*/
/*    GALLERY ROW - CROWDRIFF     */
/*--------------------------------*/

.wm-gallery-row .wm-box-heading-tagline {
    text-align: center;
}





/*--------------------------------*/
/*         SUBSCRIBE ROW          */
/*--------------------------------*/

.subscribe-row .fl-row-content-wrap {
    padding-top: var(--wm-std-padding);
    padding-bottom: calc( var(--wm-std-padding) * 1.5 );
    
}

.subscribe-row .fl-heading {
    font-size: var(--wm-fsize-hfour);
}
.subscribe-row .fl-heading + .fl-rich-text {
    padding-top: 10px;
    text-wrap: balance;
}

.subscribe-row .wm-styled-form {
    width: 100% !important;
}


@media only screen and (max-width: 1200px) {
    .subscribe-row .subscribe-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 30px 60px;
    }
}





/*--------------------------------*/
/*       WHERE TO FROM HERE       */
/*--------------------------------*/

#wm-where-to .fl-row-content-wrap {
    padding-top: var(--wm-std-padding);
    padding-bottom: var(--wm-std-padding);
}
#wm-where-to > .fl-row-content-wrap::after {
    background-color: var(--wm-overlay-light);
}





/**********************************/
/********* TESTIMONIALS ***********/
/**********************************/

/*** BASE FONT STYLES ***/

/* fix template spacing */
.wm-testimonial .fl-builder-module-template {
    margin: 0;
    padding: 0;
    max-width: 100%;
}
.wm-testimonial .fl-builder-module-template .fl-module-content {
    margin: 0 !important;
}

.wm-testimonial {
    position: relative;
}

.wm-testimonial .fl-post-text {
    text-align: left;
    padding: 0px;
    font-size: 1rem;
    max-width: 1000px;
    margin: 0 auto 0 0;
}

.wm-testimonial .testimonial-tagline {
    font-weight: var(--wm-fweight-bold);
    text-transform: uppercase;
    padding-bottom: 10px;
    font-family: var(--wm-font-body);
    font-size: 1rem;
    color: var(--wm-text-highlight);
}

.wm-testimonial .fl-post-text q::before,
.wm-testimonial .fl-post-text q::after {
    content: "";
}

.wm-testimonial .fl-post-text footer {
    display: block;
    margin-top: 10px;
}
.wm-testimonial .fl-post-text cite {
    font-style: normal;
    font-size: var(--wm-fsize-small);
    font-weight: var(--wm-fweight-regular);
    background: none;
    color: var(--wm-text-meta);
}

.wm-testimonial .fl-post-text footer cite:not(:last-child):after {
    content: '|';
    padding: 0 0.5em;
}


/** Stars **/

.wm-testimonial .testimonial-stars {
    padding-bottom: 20px;
}
.wm-testimonial .testimonial-stars i {
    padding-right: 4px;
    font-weight: 900;
    color: var(--wm-neutral);
}

/* Star Fills */

.testimonial-stars[data-stars="1"] .star-one,
.testimonial-stars[data-stars="2"] .star-one,
.testimonial-stars[data-stars="2"] .star-two,
.testimonial-stars[data-stars="3"] .star-one,
.testimonial-stars[data-stars="3"] .star-two,
.testimonial-stars[data-stars="3"] .star-three,
.testimonial-stars[data-stars="4"] .star-one,
.testimonial-stars[data-stars="4"] .star-two,
.testimonial-stars[data-stars="4"] .star-three,
.testimonial-stars[data-stars="4"] .star-four,
.testimonial-stars[data-stars="5"] i {
    color: var(--wm-text-highlight);
}





/*--------------------------------*/
/*   TESTIMONIAL - INSIDE A BOX   */
/*--------------------------------*/

/** Single - Solid BG Inline **/

.wm-testimonial-solid-inline > .fl-module-content {
    background: var(--wm-bg-white);
    border: 1px solid var(--wm-border);
    border-radius: var(--wm-border-radius);
    /*box-shadow: var(--wm-box-shadow);*/
}

.wm-testimonial-solid-inline .fl-post-text {
    margin: 0 auto;
}

.wm-testimonial-solid-inline .fl-post-text-wrap {
    padding: var(--wm-std-padding);
}



/** Slider **/

.wm-testimonial-slider .fl-module-content {
    margin-left: 5px;
    margin-right: 5px;
}

.wm-testimonial-slider .owl-item .pp-content-post {
    background: var(--wm-bg-white);
    border: 1px solid var(--wm-border);
    border-radius: var(--wm-border-radius);
    /*box-shadow: var(--wm-box-shadow);*/
}
.wm-testimonial-row.bg .wm-testimonial-slider .owl-item .pp-content-post {
    background: rgba(255,255,255,0.75);
}

.wm-testimonial-slider .fl-post-text-wrap {
    padding: var(--wm-std-padding);
}


/* Nav Arrows */

.wm-testimonial-slider .pp-content-post-carousel .owl-nav button {
    top: calc( ( 100% - 10px ) / 2 );
}



/** Responsive **/

@media only screen and (max-width: 1400px) {
    .wm-testimonial-slider .fl-post-text-wrap {
        padding: var(--wm-std-padding) 30px;
    }
}

/* Show Dot Navigation On Mobile & Tablet */
@media only screen and (min-width: 992px) {
    .wm-testimonial.wm-testimonial-slider .owl-dots {
        display: none;
    }
    .wm-testimonial.wm-testimonial-slider .owl-stage-outer {
        padding-bottom: 10px;
    }
}
@media only screen and (max-width: 992px) {
    /*.wm-testimonial-slider .owl-item .pp-content-post {
        height: auto !important;
    }*/
    
    .wm-testimonial-slider .fl-post-text-wrap {
        padding: var(--wm-std-padding);
    }
    
    /* Move Nav Arrows as Dots Show */
    .wm-testimonial-slider .pp-content-post-carousel .owl-nav button {
        top: calc( ( 100% - var(--wm-std-padding) - 42px ) / 2 );
    }
    /* Hide Arrows
    .wm-testimonial.wm-testimonial-slider .owl-nav {
        display: none;
    }*/
}

@media only screen and (max-width: 768px){
    .wm-testimonial-solid-inline .fl-post-text-wrap,
    .wm-testimonial-slider .fl-post-text-wrap {
        padding: var(--wm-std-padding) 30px;
    }
}



/*--------------------------------*/
/*     TESTIMONIAL ROW STYLES     */
/*--------------------------------*/

.wm-testimonial-row .fl-row-content-wrap {
    padding-bottom: calc(2 * var(--wm-std-padding));
    padding-top: var(--wm-std-padding);
}

.wm-testimonial-row.bg .fl-row-content-wrap::after {
    background-color: var(--wm-overlay-light);
}


/** Text & Button Overwrites **/

/*.wm-testimonial-row.bg .fl-module-box.wm-box-heading-btn .fl-icon-wrap .fl-icon,
.wm-testimonial-row.bg .fl-module-box.wm-box-heading-btn p,
.wm-testimonial-row.bg .fl-module-box.wm-box-heading-btn h2 {
    color: var(--wm-text-light);
}*/



/* Overwrite Dot Colours */

/*.wm-testimonial-row.bg .fl-module-pp-content-grid .pp-content-post-carousel .owl-theme .owl-dots .owl-dot span {
    border: 1px solid var(--wm-text-light);
}
.wm-testimonial-row.bg .fl-module-pp-content-grid .pp-content-post-carousel .owl-theme .owl-dots .owl-dot.active span,
.wm-testimonial-row.bg .fl-module-pp-content-grid .pp-content-post-carousel .owl-theme .owl-dots .owl-dot span:hover {
    background: var(--wm-text-light);
    border: 1px solid var(--wm-text-light);
}*/





/**********************************/
/********* POST MODULES ***********/
/**********************************/

/*** BB RESETS ***/

body .fl-post-grid-text, 
body .fl-post-grid-content p,
body .pp-custom-grid-post-text, 
body .pp-custom-grid-post-content p {
    font-size: inherit;
    line-height: inherit;
}

body .fl-post-feed-post,
body .fl-post-grid-post {
    border: none;
    background: none;
}



/*--------------------------------*/
/*        POST BASE STYLES        */
/*--------------------------------*/

.wm-styled-posts .fl-post-grid-empty {
    text-align: center;
}

.wm-box-heading-tagline + .wm-styled-posts,
.wm-box-heading-btn + .wm-styled-posts {
    padding-top:20px;
}



/*--------------------------------*/

/*** POST WRAP ***/

.wm-styled-posts .fl-post-feed-post,
.wm-styled-posts .fl-post-grid-post,
.wm-styled-posts .pp-content-post {
    background: none;
    /*border-radius: var(--wm-border-radius);
    box-shadow: var(--wm-box-shadow);*/
}

.wm-styled-posts .wm-post-wrap {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.wm-styled-posts .wm-post-img, 
.wm-styled-posts .wm-post-overlay-text-wrap {
    grid-column: 1 / -1;
    grid-row: 1 / -1;
}


/*--------------------------------*/

/*** POST TEXT STYLES ***/

/** Text Box **/

.wm-styled-posts .wm-post-text-wrap {
    position: relative;
    height: 100%;
    padding: 30px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}


/** Title **/

.wm-styled-posts .wm-post-title {
    font-family: var(--wm-font-heading);
    font-size: var(--wm-fsize-hfour);
    line-height: var(--wm-lheight-heading);
    font-weight: var(--wm-fweight-regular);
}

.wm-styled-posts .wm-post-title a,
.wm-styled-posts a.wm-post-title {
    color: var(--wm-text-heading);
    text-decoration: none !important;
}
.wm-styled-posts .wm-post-title a:hover,
.wm-styled-posts .wm-post-title a:focus,
.wm-styled-posts a.wm-post-title:hover,
.wm-styled-posts a.wm-post-title:focus {
    color: var(--wm-hover);
}


/* Title Chevron */

.wm-posts-list a::after {
	font-family: var(--wm-font-icons);
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	text-decoration: none !important;
	color: var(--wm-primary);
}
.wm-posts-list a:hover::after,
.wm-posts-list a:focus::after {
	color: var(--wm-hover);
}

.wm-styled-posts .fl-builder-pagination-load-more a::after {
    content: "";
}

.wm-styled-posts .wm-post-title span {
    padding-right: 0.5em;
}

/*.wm-styled-posts .wm-post-title a::after,
.wm-posts-list a::after {
	font-family: var(--wm-font-icons);
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	text-decoration: none !important;
	color: var(--wm-primary);
}
.wm-styled-posts .wm-post-title a:hover::after,
.wm-styled-posts .wm-post-title a:focus::after,
.wm-posts-list a:hover::after,
.wm-posts-list a:focus::after {
	color: var(--wm-hover);
}*/


/** Meta (Date, Author) **/

.wm-styled-posts .wm-post-meta {
    font-size: var(--wm-fsize-small);
    color: var(--wm-text-meta);
    padding: 10px 0;
}

.wm-styled-posts .wm-post-meta span:not(:last-child)::after {
    content: '|';
    padding: 0 0.5em;
}


/** Excerpt **/

.wm-styled-posts .wm-post-excerpt {
    font-size: 1rem;
    margin-top: 1rem;
}
.wm-styled-posts .wm-post-excerpt p {
    margin: 0;
}


/** Taxonomies **/

.wm-styled-posts .wm-post-tax {
    font-size: var(--wm-fsize-small);
    text-transform: uppercase;
}
.wm-styled-posts .wm-post-img-wrap .wm-post-tax {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 30px 20px;
}
.wm-styled-posts .wm-post-text-wrap .wm-post-tax {
    padding-bottom: 10px;
}

.wm-styled-posts .wm-post-tax ul {
    padding: 0;
    margin: 0;
}

.wm-styled-posts .wm-post-tax li,
.wm-styled-posts .wm-post-tax span.wm-post-tag {
    display: inline-block;
    padding: 2px 10px;
    margin: 6px 6px 0 0;
}
.wm-styled-posts .wm-post-img-wrap .wm-post-tax li,
.wm-styled-posts .wm-post-img-wrap .wm-post-tax span.wm-post-tag {
    background: var(--wm-bg-white);
}
.wm-styled-posts .wm-post-text-wrap .wm-post-tax li,
.wm-styled-posts .wm-post-text-wrap .wm-post-tax span.wm-post-tag {
    border: 1px solid var(--wm-primary);
}


/** Read More Link/Button **/

.wm-styled-posts .wm-post-link a::after {
	font-family: var(--wm-font-icons);
	text-decoration: none !important;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	padding-left: 0.5em;
	color: var(--wm-primary);
	font-weight: var(--wm-fweight-bold);;
    font-size: 1.1em;
    line-height: 1;
}

.wm-styled-posts .wm-post-link {
    width: auto;
    text-align: left;
    margin-top: 20px;
}
/*.wm-styled-posts .wm-post-text-wrap .wm-post-link {
    -ms-flex-line-pack: end;
    align-content: flex-end;
    -webkit-box-flex: 4;
    -ms-flex-positive: 4;
    flex-grow: 4;
}*/

.wm-styled-posts .wm-post-link a {
    font-family: var(--wm-font-body) !important;
    font-size: 1rem;
    font-weight: var(--wm-fweight-regular);
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    width: auto;
    background: none !important;
    border: none !important;
    border-radius: 0px;
    padding: 0px !important;
}
.wm-styled-posts .wm-post-text-wrap .wm-post-link a {
    color: var(--wm-text-dark);
}
.wm-styled-posts .wm-post-text-wrap .wm-post-link a:hover,
.wm-styled-posts .wm-post-text-wrap .wm-post-link a:focus,
.wm-styled-posts .wm-post-text-wrap .wm-post-link a:hover::after,
.wm-styled-posts .wm-post-text-wrap .wm-post-link a:focus::after{
    color: var(--wm-hover);
}


/*--------------------------------*/

/*** POST IMAGE STYLES ***/

/** Image Box **/

.wm-styled-posts .wm-post-img-wrap {
    position: relative;
    display: -ms-grid;
    display: grid;
}


/** Image **/

.wm-styled-posts .wm-post-img {
    height: 100%;
    overflow: hidden;
    border-radius: var(--wm-border-radius);
}

.wm-styled-posts .fl-post-grid-post:hover .wm-post-img,
.wm-styled-posts .fl-post-grid-post:focus .wm-post-img,
.wm-styled-posts .pp-content-post:hover .wm-post-img,
.wm-styled-posts .pp-content-post:focus .wm-post-img {
    border-radius: var(--wm-border-radius) var(--wm-border-radius) 0 0;
    transition: all 0.3s ease-in-out;
}
.wm-styled-posts.wm-post-default .fl-post-grid-post:hover .wm-post-img,
.wm-styled-posts.wm-post-default .fl-post-grid-post:focus .wm-post-img,
.wm-styled-posts.wm-post-default .pp-content-post:hover .wm-post-img,
.wm-styled-posts.wm-post-default .pp-content-post:focus .wm-post-img {
    border-radius: var(--wm-border-radius);
}

.wm-styled-posts .wm-post-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transform: scale(1.01);
    -webkit-transition: transform 0.8s ease-in-out;
    -moz-transition: transform 0.8s ease-in-out;
    transition: transform 0.8s ease-in-out;
    border-radius: 0;
    aspect-ratio: 5/4;
}
.wm-styled-posts .wm-post-img-wrap:hover .wm-post-img img {
    transform: scale(1.05);
}


/** Image Caption **/

.wm-styled-posts .wm-post-img-caption {
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
}


/*--------------------------------*/

/*** POST IMAGE OVERLAY STYLES ***/

/** Add to Wishlist **/

.wm-styled-posts .wm-add {
    position: absolute;
    top: 6px;
    right: 10px;
    color: var(--wm-text-light);
    font-size: var(--wm-fsize-large);
}

.wm-styled-posts .wm-add {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.wm-styled-posts .wm-add a {
    color: var(--wm-text-light);
}
.wm-styled-posts .wm-add i {
    font-weight: var(--wm-fweight-regular);
}
.wm-styled-posts .wm-add:hover i,
.wm-styled-posts .wm-add:focus i {
    font-weight: 900;
}



/** Image Colour/Gradient Overlay **/

/*.wm-styled-posts .wm-post-img-wrap .wm-post-img a::after {
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: block;
    position: absolute;
    /*background-image: linear-gradient(180deg, rgba(0,0,0,0.6) 10%, rgba(0,0,0,0) 50%);
    opacity: 1;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wm-styled-posts .wm-post-img-wrap:hover .wm-post-img a::after {
    opacity: 1;
    background: var(--wm-overlay);
}*/



/*--------------------------------*/

/*** RESPONSIVE (POST BASE STYLES) ***/

@media only screen and (max-width: 768px) {
    .wm-styled-posts .fl-post-column {
        padding-bottom: var(--wm-std-padding);
    }
    .wm-styled-posts .fl-post-column:last-child {
        padding-bottom: 0px;
    }
    .wm-posts-2-col .fl-post-feed-post {
        margin-bottom: var(--wm-std-padding)  !important;
    }
    
    .wm-styled-posts .fl-post-grid-post {
        height: auto !important;
    }
}



/*--------------------------------*/
/*  POST PAGINATION & NAVIGATION  */
/*--------------------------------*/

.fl-builder-pagination, 
.fl-builder-pagination-load-more {
	padding: var(--wm-std-padding) 0 0 0;
}

.fl-page-content a.page-numbers,
.fl-page-content a.pp-gallery-load-more {
	text-decoration: none;
}

.fl-builder-pagination .page-numbers li:not(:last-child) {
    margin-right: 20px;
}



/*--------------------------------*/

/*** LOAD MORE BUTTON ***/

.fl-builder-pagination-load-more a.fl-button {
	width: 240px;
}



/*--------------------------------*/

/*** PAGE NUMBER BUTTONS ***/

.fl-module-post-grid .page-numbers li span, 
.fl-module-post-grid .page-numbers li a {
	min-height: 40px;
	padding: 9px 14px !important;
    margin-bottom: 0;
}

.fl-module-post-grid .page-numbers li span.current {
	background: var(--wm-primary);
	border-color: var(--wm-primary);
	color: var(--wm-text-dark);
}

.fl-module-post-grid .page-numbers li a,
.fl-module-post-grid .page-numbers li span.dots {
	background: none;
	border-color: var(--wm-primary);
    color: var(--wm-text-dark);
}
.fl-module-post-grid .page-numbers li a:hover,
.fl-module-post-grid .page-numbers li a:focus {
	background: var(--wm-hover);
	border-color: var(--wm-hover);
	color: var(--wm-text-light);
}



/*--------------------------------*/

/*** DOT NAVIGATION ***/
/* bx = Content Slider Module */

.fl-module-post-carousel .bx-wrapper {
	margin-bottom: 60px;
}

.fl-module-pp-content-grid .pp-content-post-carousel .owl-theme .owl-dots {
	margin-top: var(--wm-std-padding);
}

.bx-wrapper .bx-pager {
	padding-top: 0;
}

.bx-wrapper .bx-controls-auto, .bx-wrapper .bx-pager {
	bottom: -50px;
}

.fl-module-wm-banner .wm-banner-pagination span,
.bx-wrapper .bx-pager.bx-default-pager a,
.fl-module-pp-category-grid .pp-categories-container .swiper-pagination-bullet,
.fl-module-pp-image-carousel .swiper-pagination-bullet,
.fl-module-pp-content-grid .pp-content-post-carousel .owl-theme .owl-dots .owl-dot span {
	background: var(--wm-bg-white);
	border: 1px solid var(--wm-primary);
	width: 18px !important;
	height: 18px !important;
	border-radius: 10px;
	margin: 0 8px;
	-webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    min-height: 14px;
    padding: 0 !important;
}
.fl-module-wm-banner .wm-banner-pagination span.wm-pagination-active,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.fl-module-pp-category-grid .pp-categories-container .swiper-pagination-bullet-active,
.fl-module-pp-image-carousel .swiper-pagination-bullet-active,
.fl-module-pp-content-grid .pp-content-post-carousel .owl-theme .owl-dots .owl-dot.active span {
	background: var(--wm-primary);
	border-color: var(--wm-primary);
}
.fl-module-wm-banner .wm-banner-pagination span:hover,
.bx-wrapper .bx-pager.bx-default-pager a:focus,
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.fl-module-pp-category-grid .pp-categories-container .swiper-pagination-bullet:focus,
.fl-module-pp-category-grid .pp-categories-container .swiper-pagination-bullet:hover,
.fl-module-pp-image-carousel .swiper-pagination-bullet-active,
.fl-module-pp-image-carousel .swiper-pagination-bullet:hover,
.fl-module-pp-content-grid .pp-content-post-carousel .owl-theme .owl-dots .owl-dot span:hover {
	background: var(--wm-hover);
	border-color: var(--wm-hover);
}

.owl-theme .owl-dots .owl-dot:hover {
	background: none !important
}



/*--------------------------------*/

/*** ARROW NAVIGATION ***/

.fl-post-carousel-navigation a {
	opacity: 1;
}

.pp-content-post-carousel .owl-nav button,
.wm-post-slider.wm-post-seasons .pp-content-post-carousel .owl-nav button {
	top: 50%;
	transform: translatey(-50%);
	line-height: 1 !important;
    min-height: 30px;
    height: auto !important;
}
@media only screen and (max-width: 768px) {
    .pp-content-post-carousel .owl-nav button,
    .wm-post-slider.wm-post-seasons .pp-content-post-carousel .owl-nav button {
    	top: calc(50% - 50px);
    }
}

.pp-content-post-carousel .owl-nav.pp-carousel-nav button,
.wm-post-slider .owl-nav.pp-carousel-nav button {
	background: none;
	color: var(--wm-primary);
	width: auto;
	padding: 0 !important;
}
.pp-content-post-carousel .owl-nav.pp-carousel-nav button:hover,
.wm-post-slider .owl-nav.pp-carousel-nav button:hover {
	color: var(--wm-hover);
}

.pp-content-post-carousel .owl-nav.pp-carousel-nav button.owl-prev,
.wm-post-slider .owl-nav.pp-carousel-nav button.owl-prev {
	left: 0px;
}
.pp-content-post-carousel .owl-nav.pp-carousel-nav button.owl-next,
.wm-post-slider .owl-nav.pp-carousel-nav button.owl-next {
	right: 0px;
}

.pp-content-post-carousel .owl-nav.pp-carousel-nav button svg,
.wm-post-slider .owl-nav.pp-carousel-nav button svg {
	height: 34px;
	width: 34px;
	background: var(--wm-bg-dark);
	border-radius: 50%;
	border: 2px solid var(--wm-text-light);
	-webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}
.pp-content-post-carousel .owl-nav.pp-carousel-nav button:hover svg,
.wm-post-slider .owl-nav.pp-carousel-nav button:hover svg {
	background: var(--wm-hover);
}

.pp-content-post-carousel .owl-nav.pp-carousel-nav button svg path,
.wm-post-slider .owl-nav.pp-carousel-nav button svg path {
	stroke: var(--wm-text-light);
	color: var(--wm-text-light);
	stroke-width: 10px;
}
/*.pp-content-post-carousel .owl-nav.pp-carousel-nav button:hover svg path,
.wm-post-slider .owl-nav.pp-carousel-nav button:hover svg path {
	stroke: #fff;
	color: #fff;
}*/

.pp-content-post-carousel .pp-content-post-carousel,
.wm-post-slider .pp-content-post-carousel {
	margin: 0 -15px;
}


/** Show Arrows Only On Hover **/

.pp-content-post-carousel .pp-carousel-nav button,
.wm-styled-posts.wm-post-slider .pp-carousel-nav button {
    opacity: 0;
    -webkit-transition: opacity 0.4s ease-in;
    -moz-transition: opacity 0.4s ease-in;
    transition: opacity 0.4s ease-in;
}
.pp-content-post-carousel:hover .pp-carousel-nav button,
.wm-styled-posts.wm-post-slider .pp-content-post-carousel:hover .pp-carousel-nav button {
    opacity: 1;
    -webkit-transition: opacity 1s ease-out;
    -moz-transition: opacity 1s ease-out;
    transition: opacity 1s ease-out;
}


/** Adjust Vertical Arrow Alignment - Default: 50% - Delete Unnecessary Variations **/
/* Align with Horizontal 5/4 Image */

.wm-post-slider .pp-content-post-carousel .owl-nav button {
    top: calc( (1500px - 120px) / 4 * 0.4 );
}
.wm-post-slider.large-tile .pp-content-post-carousel .owl-nav button {
    top: calc( (1500px - 90px) / 3 * 0.4 );
}

@media only screen and (min-width: 1400px) {
    .wm-post-slider.wm-off-both .pp-content-post-carousel .owl-nav button {
        top: calc( (100vw - 320px) / 4 * 0.4 );
    }
    .wm-post-slider.wm-off-both.large-tile .pp-content-post-carousel .owl-nav button {
        top: calc( (100vw - 290px) / 3 * 0.4 );
    }
    .wm-post-slider.wm-off-left .pp-content-post-carousel .owl-nav button,
    .wm-post-slider.wm-off-right .pp-content-post-carousel .owl-nav button{
        top: calc( (50vw - 130px) / 2 * 0.4 );
    }
}

@media only screen and (max-width: 1540px) {
    .wm-post-slider .pp-content-post-carousel .owl-nav button { 
        top: calc( (100vw - 160px) / 4 * 0.4 );
    }
    .wm-post-slider.large-tile .pp-content-post-carousel .owl-nav button { 
        top: calc( (100vw - 130px) / 3 * 0.4 );
    }
}

@media only screen and (max-width: 1400px) {
    .wm-post-slider .pp-content-post-carousel .owl-nav button { 
        top: calc( (100vw - 130px) / 3 * 0.4 );
    }
    .wm-post-slider.large-tile .pp-content-post-carousel .owl-nav button { 
        top: calc( (100vw - 100px) / 2 * 0.4 );
    }
    
    .wm-post-slider.wm-off-both .pp-content-post-carousel .owl-nav button {
        top: calc( (100vw - 210px) / 3 * 0.4 );
    }
    .wm-post-slider.wm-off-both.large-tile .pp-content-post-carousel .owl-nav button {
        top: calc( (100vw - 180px) / 2 * 0.4 );
    }
    .wm-post-slider.wm-off-left .pp-content-post-carousel .owl-nav button,
    .wm-post-slider.wm-off-right .pp-content-post-carousel .owl-nav button{
        top: calc( (50vw - 110px) / 1 * 0.4 );
    }
}

@media only screen and (max-width: 992px) {
    .wm-post-slider .pp-content-post-carousel .owl-nav button { 
        top: calc( (100vw - 100px) / 2 * 0.4 );
    }
    .wm-post-slider.wm-off-both .pp-content-post-carousel .owl-nav button {
        top: calc( (100vw - 180px) / 2 * 0.4 );
    }
    .wm-post-slider.wm-off-left .pp-content-post-carousel .owl-nav button,
    .wm-post-slider.wm-off-right .pp-content-post-carousel .owl-nav button{
        top: calc( (100vw - 180px) / 2 * 0.4 );
    }
}

@media only screen and (max-width: 768px) {
    .wm-post-slider .pp-content-post-carousel .owl-nav button,
    .wm-post-slider.large-tile .pp-content-post-carousel .owl-nav button { 
        top: calc( (100vw - 60px) / 1 * 0.4 );
    }
    .wm-post-slider.wm-off-both .pp-content-post-carousel .owl-nav button,
    .wm-post-slider.wm-off-both.large-tile .pp-content-post-carousel .owl-nav button,
    .wm-post-slider.wm-off-left .pp-content-post-carousel .owl-nav button,
    .wm-post-slider.wm-off-right .pp-content-post-carousel .owl-nav button { 
        top: calc( (100vw - 110px) / 1 * 0.4 );
    }
}

@media only screen and (max-width: 450px) {
    .wm-post-slider.wm-off-both .pp-content-post-carousel .owl-nav button,
    .wm-post-slider.wm-off-both.large-tile .pp-content-post-carousel .owl-nav button,
    .wm-post-slider.wm-off-left .pp-content-post-carousel .owl-nav button,
    .wm-post-slider.wm-off-right .pp-content-post-carousel .owl-nav button { 
        top: calc( (100vw - 60px) / 1 * 0.4 );
    }
}



/*--------------------------------*/

/*** RESPONSIVE (POST NAV) ***/

/* Show Dot Navigation On Mobile Only */
@media only screen and (min-width: 768px) {
    .wm-styled-posts.wm-post-slider .owl-dots {
        display: none;
    }
}

@media only screen and (max-width: 768px) {
    /* Hide Arrows
    .wm-styled-posts.wm-post-slider .owl-nav {
        display: none;
    }*/
}



/*--------------------------------*/
/*     POST LIST - TITLE ONLY     */
/*--------------------------------*/

.wm-posts-list .fl-post-feed .fl-post-feed-post {
    margin-bottom: 10px;
    background: none;
    border-radius: 0;
    box-shadow: none;
}

.wm-posts-list .wm-post-text-wrap {
    padding: 0;
}

.wm-posts-list .wm-post-title {
    /*font-family: var(--wm-font-body);
    font-size: 1rem;
    line-height: var(--wm-lheight-body);
    font-weight: var(--wm-fweight-bold);*/
    padding-bottom: 0px;
    display: inline-block;
    text-decoration: none;
    color: var(--wm-text-dark);
}



/*--------------------------------*/
/*      POST LIST - 2 COLUMNS     */
/*--------------------------------*/

/*** POST WRAP ***/

.wm-posts-2-col .fl-post-feed-post {
    background: none;
    box-shadow: none;
    border-radius: var(--wm-border-radius);
    transition: all 0.3s ease-in-out;
}
.wm-posts-2-col .fl-post-feed-post:hover,
.wm-posts-2-col .fl-post-feed-post:focus {
    background: var(--wm-bg-white);
    box-shadow: var(--wm-box-shadow);
    transition: all 0.3s ease-in-out;
}
.wm-posts-2-col .fl-post-feed-post:hover .wm-post-img,
.wm-posts-2-col .fl-post-feed-post:focus .wm-post-img {
    border-radius: var(--wm-border-radius) 0 0 var(--wm-border-radius);
    transition: all 0.3s ease-in-out;
}

.wm-posts-2-col .wm-post-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.wm-posts-2-col .wm-post-img-wrap{
    width: 33%;
}
.wm-posts-2-col .wm-post-text-wrap{
    width: 67%;
}

.wm-posts-2-col .wm-post-text-wrap {
    height: auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 30px;
}


/*** RESPONSIVE ***/

@media only screen and (min-width: 992px) {
    .fl-col-small .wm-posts-2-col .wm-post-img img {
        aspect-ratio: 3/4;
    }
}

@media only screen and (max-width: 768px) {
    .wm-posts-2-col .wm-post-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .wm-posts-2-col .wm-post-img-wrap,
    .wm-posts-2-col .wm-post-text-wrap {
        width: 100%;
    }

    .wm-posts-2-col .fl-post-feed-post:hover .wm-post-img,
    .wm-posts-2-col .fl-post-feed-post:focus .wm-post-img {
        border-radius: var(--wm-border-radius) var(--wm-border-radius) 0 0;
    }
}



/*--------------------------------*/
/*       POST GRID - EVENTS      */
/*--------------------------------*/

.wm-post-event .fl-post-feed-post,
.wm-post-event .fl-post-grid-post,
.wm-post-event .pp-content-post {
    background: none;
    box-shadow: none;
    border-radius: var(--wm-border-radius);
    transition: all 0.3s ease-in-out;
}
.wm-post-event .fl-post-feed-post:hover,
.wm-post-event .fl-post-grid-post:hover,
.wm-post-event .pp-content-post:hover,
.wm-post-event .fl-post-feed-post:focus,
.wm-post-event .fl-post-grid-post:focus,
.wm-post-event .pp-content-post:focus{
    background: var(--wm-bg-white);
    box-shadow: var(--wm-box-shadow);
    transition: all 0.3s ease-in-out;
}

.wm-post-event .wm-post-text-wrap {
    padding: 30px;
}


.wm-post-event .wm-post-img-wrap .wm-post-tax {
    top: 0;
    bottom: unset;
    width: auto;
    padding: 20px 30px 0px;
}
.wm-post-event .wm-post-tax span.wm-post-tag {
    padding: 2px 20px;
    margin: 0;
}

.wm-post-event .wm-post-event-date {
    padding-bottom: 26px;
}
.wm-post-event .wm-post-event-date i,
.wm-post-event-list .wm-post-event-date i {
    padding-right: 12px;
    line-height: 1;
    padding-bottom: 2px;
    display: inline-block;
}
.wm-post-event .wm-post-event-date .wm-day,
.wm-post-event-list .wm-post-event-date .wm-day {
    font-size: var(--wm-fsize-hthree);
    font-family: var(--wm-font-heading);
    padding-right: 6px;
    line-height: 1;
}
.wm-post-event .wm-post-event-date .wm-month,
.wm-post-event-list .wm-post-event-date .wm-month {
    text-transform: uppercase;
    line-height: 1;
}
.wm-post-event .wm-post-event-venue,
.wm-post-event-list .wm-post-event-venue {
    padding-top: 10px;
}



/*** LIST ***/

.wm-post-event-list .fl-post-feed .fl-post-feed-post {
    margin-bottom: 0;
}

.wm-post-event-list .wm-post-wrap {
    padding: 20px 5px 20px 10px;
    background: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid var(--wm-border);
    gap: 0px;
}

.wm-post-event-list .wm-post-text-wrap {
    padding: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px 0px;
}

.wm-post-event-list .wm-post-text-wrap .wm-post-event-date {
    width: auto;
    min-width: 95px;
}

.wm-post-event-list .wm-post-text-wrap .wm-post-event-name {
    border-left: 1px solid var(--wm-border);
    padding: 0 40px;
    margin-left: 35px;
}

.wm-post-event-list .wm-post-arrow a {
    color: var(--wm-primary);
    font-size: 1.1em;
    line-height: 1;
}
.wm-post-event-list .wm-post-arrow a:hover,
.wm-post-event-list .wm-post-arrow a:focus {
    color: var(--wm-hover);
}

.wm-post-event-list .wm-post-arrow a i::before {
    font-weight: var(--wm-fweight-bold);
}


/** Responsive **/

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .wm-2-col-row.featured-events .wm-post-event-list .wm-post-wrap {
        padding: 30px 0;
    }
    .wm-2-col-row.featured-events .wm-post-event-list .fl-post-feed .fl-post-feed-post:first-child .wm-post-wrap {
        padding-top: 0;
    }
    
    .wm-2-col-row.featured-events .wm-post-event-list .wm-post-text-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .wm-2-col-row.featured-events .wm-post-event-list .wm-post-text-wrap .wm-post-event-name {
        border: none;
        padding: 0;
        margin-left: 0;
    }
    .wm-2-col-row.featured-events .wm-post-event-list .wm-post-arrow {
        display: none;
    }
}

@media only screen and (max-width: 992px) {
    .wm-post-event-list .wm-post-text-wrap .wm-post-event-date {
        min-width: 92px;
    }
    .wm-post-event-list .wm-post-text-wrap .wm-post-event-name {
        padding: 0 30px;
        margin-left: 25px;
    }
}
@media only screen and (max-width: 600px) {
    .wm-post-event-list .wm-post-wrap {
        padding: 30px 0;
    }
    .wm-post-event-list .wm-post-text-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .wm-post-event-list .wm-post-text-wrap .wm-post-event-name {
        border: none;
        padding: 0;
        margin-left: 0;
    }
    .wm-post-event-list .wm-post-arrow {
        display: none;
    }
}



/*--------------------------------*/
/*     POST GRID - ITINERARIES    */
/*--------------------------------*/

.wm-post-itinerary .fl-post-feed-post,
.wm-post-itinerary .fl-post-grid-post,
.wm-post-itinerary .pp-content-post {
    background: none;
    box-shadow: none;
    border-radius: var(--wm-border-radius);
    transition: all 0.3s ease-in-out;
}
.wm-post-itinerary .fl-post-feed-post:hover,
.wm-post-itinerary .fl-post-grid-post:hover,
.wm-post-itinerary .pp-content-post:hover,
.wm-post-itinerary .fl-post-feed-post:focus,
.wm-post-itinerary .fl-post-grid-post:focus,
.wm-post-itinerary .pp-content-post:focus{
    background: var(--wm-bg-white);
    box-shadow: var(--wm-box-shadow);
    transition: all 0.3s ease-in-out;
}

.wm-post-itinerary .wm-post-text-wrap {
    padding: 30px;
}



/*--------------------------------*/
/*      POST GRID - LISTINGS      */
/*--------------------------------*/

.wm-post-listing .fl-post-feed-post,
.wm-post-listing .fl-post-grid-post,
.wm-post-listing .pp-content-post {
    background: none;
    box-shadow: none;
    border-radius: var(--wm-border-radius);
    transition: all 0.3s ease-in-out;
}
.wm-post-listing .fl-post-feed-post:hover,
.wm-post-listing .fl-post-grid-post:hover,
.wm-post-listing .pp-content-post:hover,
.wm-post-listing .fl-post-feed-post:focus,
.wm-post-listing .fl-post-grid-post:focus,
.wm-post-listing .pp-content-post:focus{
    background: var(--wm-bg-white);
    box-shadow: var(--wm-box-shadow);
    transition: all 0.3s ease-in-out;
}

.wm-post-listing .wm-post-text-wrap {
    padding: 30px;
}

.wm-post-listing .wm-post-location {
    padding-top: 10px;
}



/*--------------------------------*/
/*       POST GRID - SEASONS      */
/*--------------------------------*/

.wm-post-seasons .wm-post-text-wrap {
    background: var(--wm-bg-white);
    padding: 0;
    border: 1px solid var(--wm-primary);
    border-radius: var(--wm-border-radius);
}
.featured-seasons .wm-post-seasons .wm-post-text-wrap {
    background: rgba(255,255,255,0.75);
}

.wm-post-seasons .wm-post-excerpt {
    margin: 0;
    padding: 30px;
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
}


/** Header **/

.wm-post-seasons .wm-post-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 40px 30px 0 30px;
    gap: 10px;
}

.wm-post-seasons .wm-post-title i {
    padding-right: 10px;
    display: inline;
}

.wm-post-seasons .wm-post-text-wrap .wm-post-tax {
    position: relative;
    padding: 0;
    width: auto;
    color: var(--wm-text-meta);
}


/** Footer **/

.wm-post-seasons .wm-post-footer {
    width: 100%;
    height: 20px;
    background: var(--wm-primary);
}
.wm-post-seasons .post-36963 .wm-post-footer {
    background: var(--wm-support-one);
}
.wm-post-seasons .post-36965 .wm-post-footer {
    background: var(--wm-support-two);
}
.wm-post-seasons .post-36967 .wm-post-footer {
    background: var(--wm-support-three);
}
.wm-post-seasons .post-36969 .wm-post-footer {
    background: var(--wm-support-four);
}
.wm-post-seasons .post-36972 .wm-post-footer {
    background: var(--wm-support-five);
}
.wm-post-seasons .post-36974 .wm-post-footer {
    background: var(--wm-support-six);
}
/*.wm-post-seasons .owl-stage .owl-item:nth-child(6n+2) .wm-post-footer,
.wm-post-seasons .fl-post-grid .fl-post-column:nth-child(6n+2) .wm-post-footer {
    background: var(--wm-support-two);
}
.wm-post-seasons .owl-stage .owl-item:nth-child(6n+3) .wm-post-footer,
.wm-post-seasons .fl-post-grid .fl-post-column:nth-child(6n+3) .wm-post-footer {
    background: var(--wm-support-three);
}
.wm-post-seasons .owl-stage .owl-item:nth-child(6n+4) .wm-post-footer,
.wm-post-seasons .fl-post-grid .fl-post-column:nth-child(6n+4) .wm-post-footer {
    background: var(--wm-support-four);
}
.wm-post-seasons .owl-stage .owl-item:nth-child(6n+5) .wm-post-footer,
.wm-post-seasons .fl-post-grid .fl-post-column:nth-child(6n+5) .wm-post-footer {
    background: var(--wm-support-five);
}
.wm-post-seasons .owl-stage .owl-item:nth-child(6n+6) .wm-post-footer,
.wm-post-seasons .fl-post-grid .fl-post-column:nth-child(6n+6) .wm-post-footer {
    background: var(--wm-support-six);
}*/



/*--------------------------------*/
/*       POST GRID - STORIES      */
/*--------------------------------*/

.wm-post-story .fl-post-feed-post,
.wm-post-story .fl-post-grid-post,
.wm-post-story .pp-content-post {
    background: none;
    box-shadow: none;
    border-radius: var(--wm-border-radius);
    transition: all 0.3s ease-in-out;
}
.wm-post-story .fl-post-feed-post:hover,
.wm-post-story .fl-post-grid-post:hover,
.wm-post-story .pp-content-post:hover,
.wm-post-story .fl-post-feed-post:focus,
.wm-post-story .fl-post-grid-post:focus,
.wm-post-story .pp-content-post:focus{
    background: var(--wm-bg-white);
    box-shadow: var(--wm-box-shadow);
    transition: all 0.3s ease-in-out;
}

.wm-post-story .wm-post-text-wrap {
    padding: 30px;
}



/*--------------------------------*/
/*   POST SLIDER - ADJUSTMENTS    */
/*--------------------------------*/

/*** SLIDER CONTAINER ***/

/* padding to show box shadow */
.wm-post-slider .pp-content-posts-inner {
    padding-bottom: 10px;
    padding-top: 10px;
}



/*** SLIDER - OFF SCREEN ***/

.wm-post-slider.wm-off-screen .pp-content-post-carousel {
    overflow: hidden;
    margin: 0;
}
.wm-post-slider.wm-off-screen .pp-content-post-carousel .owl-carousel {
    overflow: visible;
}

.wm-post-slider.wm-off-screen .owl-item {
    pointer-events: none;
}
.wm-post-slider.wm-off-screen .owl-item.active {
    pointer-events: auto;
}


/* hide overflow */
@media only screen and (max-width: 450px) {
    .wm-styled-posts.wm-post-slider.wm-off-screen .pp-content-post-carousel .pp-content-posts-inner {
        margin: 0 15px;
        width: calc(100% - 30px);
    }
    .wm-styled-posts.wm-post-slider.wm-off-screen .owl-nav.pp-carousel-nav button.owl-prev {
        left: 12px;
    }
    .wm-styled-posts.wm-post-slider.wm-off-screen .owl-nav.pp-carousel-nav button.owl-next {
        right: 12px;
    }
    
    .wm-styled-posts.wm-post-slider.wm-off-screen .pp-content-post-carousel .pp-content-posts-inner {
        overflow: hidden;
    }
    /* if overflow is visible, use below styles to hide the edge shadow */
    /*.wm-styled-posts.wm-post-slider.wm-off-screen .owl-item .pp-content-post {
        box-shadow: none;
        transition: box-shadow 0.5s ease-in-out;
    }
    .wm-styled-posts.wm-post-slider.wm-off-screen .owl-item.active .pp-content-post {
        box-shadow: var(--wm-box-shadow);
    }*/
}



/*--------------------------------*/

/*** SLIDER - OFF BOTH SIDES ***/

.wm-post-slider.wm-off-both .fl-module-content {
    margin: 20px 0 !important;
}

.wm-post-slider.wm-off-both .pp-content-post-carousel .pp-content-posts-inner {
    margin: 0 100px;
    width: calc(100% - 200px);
}


/*** Arrow Nav Adjustment ***/

.wm-post-slider.wm-off-both .owl-nav.pp-carousel-nav button.owl-prev {
    left: 65px;
}
.wm-post-slider.wm-off-both .owl-nav.pp-carousel-nav button.owl-next {
    right: 65px;
}


/*** Responsive ***/

/* down to 3 slides */
@media only screen and (max-width: 1400px) {
    .wm-post-slider.wm-off-both .pp-content-post-carousel .pp-content-posts-inner {
        margin: 0 60px;
        width: calc(100% - 120px);
    }
    .wm-post-slider.wm-off-both .owl-nav.pp-carousel-nav button.owl-prev {
        left: 25px;
    }
    .wm-post-slider.wm-off-both .owl-nav.pp-carousel-nav button.owl-next {
        right: 25px;
    }
}

/* down to 2 slides */
@media only screen and (max-width: 992px) {}

/* down to 1 slide */
@media only screen and (max-width: 768px) {
    .wm-post-slider.wm-off-both .pp-content-post-carousel .pp-content-posts-inner {
        margin: 0 40px;
        width: calc(100% - 80px);
    }
    .wm-post-slider.wm-off-both .owl-nav.pp-carousel-nav button.owl-prev {
        left: 10px;
    }
    .wm-post-slider.wm-off-both .owl-nav.pp-carousel-nav button.owl-next {
        right: 10px;
    }
}



/*--------------------------------*/

/*** SLIDER - OFF RIGHT SIDE ***/

.wm-post-slider.wm-off-right .fl-module-content {
    margin: 20px 0 20px 20px !important;
}

.wm-post-slider.wm-off-right .pp-content-post-carousel .pp-content-posts-inner {
    margin: 0 100px 0 0;
    width: calc(100% - 100px);
}


/*** Arrow Nav Adjustment ***/

.wm-post-slider.wm-off-right .owl-nav.pp-carousel-nav button.owl-next {
    right: 65px;
}


/*** Responsive ***/

@media only screen and (max-width: 1400px) {
    .wm-post-slider.wm-off-right .pp-content-post-carousel .pp-content-posts-inner {
        margin: 0 60px 0 0;
        width: calc(100% - 60px);
    }
    .wm-post-slider.wm-off-right .owl-nav.pp-carousel-nav button.owl-next {
        right: 25px;
    }
}
@media only screen and (max-width: 992px) {
    .wm-post-slider.wm-off-right .fl-module-content {
        margin: 20px 0 !important;
    }
    .wm-post-slider.wm-off-right .pp-content-post-carousel .pp-content-posts-inner {
        margin: 0 60px;
        width: calc(100% - 120px);
    }
    .wm-post-slider.wm-off-right .owl-nav.pp-carousel-nav button.owl-prev {
        left: 25px;
    }
    .wm-post-slider.wm-off-right .owl-nav.pp-carousel-nav button.owl-next {
        right: 25px;
    }
}
@media only screen and (max-width: 768px) {
    .wm-post-slider.wm-off-right .pp-content-post-carousel .pp-content-posts-inner {
        margin: 0 40px;
        width: calc(100% - 80px);
    }
    .wm-post-slider.wm-off-right .owl-nav.pp-carousel-nav button.owl-prev {
        left: 10px;
    }
    .wm-post-slider.wm-off-right .owl-nav.pp-carousel-nav button.owl-next {
        right: 10px;
    }
}



/*--------------------------------*/

/*** SLIDER - OFF LEFT SIDE ***/

.wm-post-slider.wm-off-left .fl-module-content {
    margin: 20px 20px 20px 0 !important;
}

.wm-post-slider.wm-off-left .pp-content-post-carousel .pp-content-posts-inner {
    margin: 0 0 0 100px;
    width: calc(100% - 100px);
}


/*** Arrow Nav Adjustment ***/

.wm-post-slider.wm-off-left .owl-nav.pp-carousel-nav button.owl-prev {
    left: 65px;
}


/*** Responsive ***/

@media only screen and (max-width: 1400px) {
    .wm-post-slider.wm-off-left .pp-content-post-carousel .pp-content-posts-inner {
        margin: 0 0 0 60px;
        width: calc(100% - 60px);
    }
    .wm-post-slider.wm-off-left .owl-nav.pp-carousel-nav button.owl-prev {
        left: 25px;
    }
}
@media only screen and (max-width: 992px) {
    .wm-post-slider.wm-off-left .fl-module-content {
        margin: 20px 0 !important;
    }
    .wm-post-slider.wm-off-left .pp-content-post-carousel .pp-content-posts-inner {
        margin: 0 60px;
        width: calc(100% - 120px);
    }
    .wm-post-slider.wm-off-left .owl-nav.pp-carousel-nav button.owl-prev {
        left: 25px;
    }
    .wm-post-slider.wm-off-left .owl-nav.pp-carousel-nav button.owl-next {
        right: 25px;
    }
}
@media only screen and (max-width: 768px) {
    .wm-post-slider.wm-off-left .pp-content-post-carousel .pp-content-posts-inner {
        margin: 0 40px;
        width: calc(100% - 80px);
    }
    .wm-post-slider.wm-off-left .owl-nav.pp-carousel-nav button.owl-prev {
        left: 10px;
    }
    .wm-post-slider.wm-off-left .owl-nav.pp-carousel-nav button.owl-next {
        right: 10px;
    }
}





/**********************************/
/******* MODULE STYLES A-Z ********/
/**********************************/

/*--------------------------------*/
/*      ACCORDIONS (+ FAQS)       */
/*--------------------------------*/

/*** BASE STYLES ***/

.wm-styled-accordion .pp-accordion-item .pp-accordion-button {
    font-weight: var(--wm-fweight-regular);
    font-family: var(--wm-font-heading);
    font-size: var(--wm-fsize-hfour);
    border: none;
}

.wm-styled-accordion .pp-accordion-item .pp-accordion-button .pp-accordion-button-icon {
    font-size: inherit;
    padding: 0;
    width: 30px;
}
.wm-styled-accordion .pp-accordion-item .pp-accordion-button .pp-accordion-button-icon::before {
    font-size: 1.2em;
    font-weight: 400;
    width: 30px;
    display: inline-block;
    text-align: center;
}


/** Icons **/

.wm-styled-accordion .pp-accordion-button .pp-accordion-icon {
    font-size: inherit;
    width: 30px;
    padding: 0;
    margin-right: 14px;
    line-height: 1;
    color: var(--wm-primary);
}
.wm-styled-accordion .pp-accordion-button:hover .pp-accordion-icon,
.wm-styled-accordion .pp-accordion-button:focus .pp-accordion-icon {
    color: var(--wm-hover);
}
.wm-styled-accordion .pp-accordion-button .pp-accordion-icon:before {
    font-size: 1.2em;
    text-align: center;
}


/** Accordion Chevrons **/

.wm-styled-accordion .pp-accordion-button-icon {
    color: var(--wm-primary);
}
.wm-styled-accordion .pp-accordion-button:hover .pp-accordion-button-icon,
.wm-styled-accordion .pp-accordion-button:focus .pp-accordion-button-icon{
    color: var(--wm-hover);
}


/** Custom Open/Close Text **/

/* closed */
.wm-styled-accordion .pp-accordion-button .pp-accordion-button-label span.wm-open,
.wm-styled-accordion .pp-accordion-button[aria-expanded="false"] .pp-accordion-button-label span.wm-open {
    display: none;
}
.wm-styled-accordion .pp-accordion-button .pp-accordion-button-label span.wm-closed,
.wm-styled-accordion .pp-accordion-button[aria-expanded="false"] .pp-accordion-button-label span.wm-closed {
    display: block;
}

/* open */
.wm-styled-accordion .pp-accordion-button[aria-expanded="true"] .pp-accordion-button-label span.wm-closed {
    display: none;
}
.wm-styled-accordion .pp-accordion-button[aria-expanded="true"] .pp-accordion-button-label span.wm-open {
    display: block;
}



/*--------------------------------*/

/*** PLAIN STYLES - NO BG ***/

.wm-accordion-plain .pp-accordion-item {
    margin-bottom: 10px;
}


/** Button **/

.wm-accordion-plain .pp-accordion-item .pp-accordion-button .pp-accordion-button-icon.pp-accordion-icon-left,
.wm-accordion-plain .pp-accordion-item .pp-accordion-button .pp-accordion-button-icon.pp-accordion-icon-left::before {
    width: 30px;
}

.wm-accordion-plain .pp-accordion-item .pp-accordion-button .pp-accordion-button-icon.pp-accordion-icon-left::before {
    display: inline-block;
    text-align: center;
    /*color: var(--wm-primary);*/
}

.wm-accordion-plain .pp-accordion-item .pp-accordion-button {
    padding: 0px;
    background-color: transparent;
    align-items: flex-start;
    text-transform: none;
}

.wm-accordion-plain .pp-accordion-item .pp-accordion-button .pp-accordion-button-icon {
    /*color: var(--wm-primary);*/
    font-weight: 400;
    padding-top: 0.2em;
}
.wm-accordion-plain .pp-accordion-item .pp-accordion-button .pp-accordion-button-icon.pp-accordion-icon-left {
    margin-right: 10px;
}

.wm-accordion-plain .pp-accordion-item.pp-accordion-item-active .pp-accordion-button {
    background-color: transparent;
    color: var(--wm-text-dark);
}
.wm-accordion-plain .pp-accordion-item .pp-accordion-button:hover,
.wm-accordion-plain .pp-accordion-item .pp-accordion-button:hover .pp-accordion-button-icon.pp-accordion-icon-left::before,
.wm-accordion-plain .pp-accordion-item.pp-accordion-item-active .pp-accordion-button:hover .pp-accordion-button-icon.pp-accordion-icon-left::before {
    background-color: transparent;
    color: var(--wm-hover);
}


/** Content **/

.wm-accordion-plain .pp-accordion-item .pp-accordion-content {
    border: none;
    padding: 15px 0 20px 40px;
}


/** Plain - FAQ **/

.wm-accordion-plain.wm-accordion-faq .pp-accordion-item .pp-accordion-button .pp-accordion-button-label {
    text-transform: none;
    font-weight: var(--wm-fweight-regular);
}



/*--------------------------------*/

/*** SOLID BG STYLES ***/

.wm-accordion-solid .pp-accordion-item {
    margin-bottom: 0px;
    border-bottom: 1px solid var(--wm-border);
    /*box-shadow: var(--wm-box-shadow);*/
}


/** Button **/

.wm-accordion-solid .pp-accordion-item .pp-accordion-button {
    padding: 20px 5px 20px 0px;
    border: none;
    background: none;
    color: var(--wm-text-dark);
}
.wm-accordion-solid .pp-accordion-item.pp-accordion-item-active .pp-accordion-button {
    color: var(--wm-text-dark);
}
.wm-accordion-solid .pp-accordion-item .pp-accordion-button:hover,
.wm-accordion-solid .pp-accordion-item.pp-accordion-item-active .pp-accordion-button:hover {
    color: var(--wm-hover);
}

.wm-accordion-solid .pp-accordion-item .pp-accordion-button .pp-accordion-button-icon.pp-accordion-icon-right {
    margin-left: 20px;
}


/** Content **/

.wm-accordion-solid .pp-accordion .pp-accordion-item .pp-accordion-content {
    border: none;
    background: none;
    padding: 0 50px 20px 0;
}




/*--------------------------------*/

/** Responsive **/

@media only screen and (max-width: 768px) {
    .wm-accordion-plain .pp-accordion-item .pp-accordion-button .pp-accordion-button-icon.pp-accordion-icon-left,
    .wm-accordion-plain .pp-accordion-item .pp-accordion-button .pp-accordion-button-icon.pp-accordion-icon-left::before {
        width: 20px;
    }
    .wm-accordion-plain .pp-accordion-item .pp-accordion-content {
        padding-left: 30px;
    }
    
    .wm-accordion-solid .pp-accordion .pp-accordion-item .pp-accordion-content {
        padding-right: 30px;
    }
}





/*--------------------------------*/
/*            BUTTONS             */
/*--------------------------------*/

button:active, button:focus, 
input[type="button"]:active, input[type="button"]:focus, 
input[type="submit"]:active, input[type="submit"]:focus,
.fl-builder-content .fl-button:active {
	top: 0;
}

.fl-builder-content a.fl-button * {
	color: inherit !important;
	vertical-align: middle;
}

.fl-module-button .fl-button-wrap.fl-button-width-auto a.fl-button {
    text-align: center;
}



/*--------------------------------*/

/*** PRIMARY BUTTON ***/

button,
.fl-builder-content a.fl-button,
.fl-post-more-link a,
.fl-module-post-grid .page-numbers span,
.fl-module-post-grid .page-numbers a,
a.pp-gallery-load-more,
.fl-module-pp-filterable-gallery .pp-gallery-filters .pp-gallery-filter-label,
form.post-password-form input[type="submit"],
.fl-builder-content .pp-gf-content .gform_wrapper .gform_footer .gform_button.button,
.fl-builder-content .pp-gf-content .gform_wrapper .gform_page_footer .gform_button.button,
.fl-builder-content .pp-gf-content .gform_wrapper .gform_page_footer .gform_next_button.button,
.fl-builder-content .pp-gf-content .gform_wrapper .gform_page_footer .gform_previous_button.button,
.fl-builder-content .pp-gf-content .gform_wrapper .gform-button.button,
.atdw-product-buttons-wrap .floating-trip-planner.update-trip-planner {
	background: none;
	border: 1px solid var(--wm-primary);
	color: var(--wm-text-dark);
	font-family: var(--wm-font-body);
	font-size: 1rem !important;
	font-weight: var(--wm-fweight-regular);
	line-height: var(--wm-lheight-heading) !important;
	text-transform: uppercase;
	padding: 9px 10px !important;
	border-radius: var(--wm-border-radius);
	min-height: 40px;
}

button:hover,
.fl-builder-content a.fl-button:hover,
.fl-post-more-link a:hover,
.fl-module-post-grid .page-numbers a:hover,
a.pp-gallery-load-more:hover,
.fl-module-pp-filterable-gallery .pp-gallery-filters .pp-gallery-filter-label:hover,
form.post-password-form input[type="submit"]:hover,
.fl-builder-content .pp-gf-content .gform_wrapper .gform_footer .gform_button.button:hover,
.fl-builder-content .pp-gf-content .gform_wrapper .gform_page_footer .gform_button.button:hover,
.fl-builder-content .pp-gf-content .gform_wrapper .gform_page_footer .gform_next_button.button:hover,
.fl-builder-content .pp-gf-content .gform_wrapper .gform_page_footer .gform_previous_button.button:hover,
.fl-builder-content .pp-gf-content .gform_wrapper .gform-button.button:hover,
.atdw-product-buttons-wrap .floating-trip-planner.update-trip-planner:hover {
	background: var(--wm-hover);
	border: 1px solid var(--wm-hover);
	color: var(--wm-text-light);
}



/*--------------------------------*/

/*** SECONDARY BUTTON ***/

.wm-button-secondary a.fl-button,
.fl-builder-content .pp-gf-content .gform_wrapper .gform-button[type="submit"],
.fl-builder-content .pp-gf-content .gform_wrapper .gform_footer .gform_button[type="submit"] {
	background: var(--wm-secondary);
	border-color: var(--wm-secondary);
	color: var(--wm-text-light);
}

.wm-button-secondary a.fl-button:hover,
.fl-builder-content .pp-gf-content .gform_wrapper .gform-button[type="submit"]:hover,
.fl-builder-content .pp-gf-content .gform_wrapper .gform_footer .gform_button[type="submit"]:hover {
	background: var(--wm-hover-alt);
	border-color: var(--wm-hover-alt);
	color: var(--wm-text-light);
}



/*--------------------------------*/

/*** WHITE OUTLINE BUTTON ***/

.wm-button-outline-white a.fl-button,
#page-banner-custom-module .wm-banner-content-inner .wm-banner-button a {
	background: none;
	border-color: var(--wm-text-light);
	color: var(--wm-text-light);
}

.wm-button-outline-white a.fl-button:hover,
#page-banner-custom-module .wm-banner-content-inner .wm-banner-button a:hover {
	background: var(--wm-text-light);
	border-color: var(--wm-text-light);
	color: var(--wm-text-dark);
}



/*--------------------------------*/

/*** TEXT LINK BUTTON ***/
/* No background or padding */

.wm-button-text-link a.fl-button {
	background: none;
	border: none;
	color: inherit;
	padding: 0px !important;
	height: auto;
	min-height: 24px;
}

.wm-button-text-link a.fl-button:hover {
	background: none;
	border: none;
	color: var(--wm-hover);
}

.wm-button-text-link .fl-button i.fl-button-icon-after {
    margin-left: 4px;
}


/** Coloured Icon **/ 

.wm-button-text-link.std .fl-button i {
    color: var(--wm-primary) !important;
}
.wm-button-text-link.std .fl-button:hover i,
.wm-button-text-link.std .fl-button:focus i{
    color: var(--wm-hover) !important;
}


/** Large Icon Variation **/

.wm-button-text-link.large-icon a.fl-button i {
	font-size: 1.8em;
}

.wm-button-text-link.large-icon a .fl-button-text {
	border-bottom: 1px solid;
	border-color: inherit;
    padding: 4px 2px;
}





/*--------------------------------*/
/*         BUSINESS HOURS         */
/*--------------------------------*/

.wm-styled-hours .pp-business-hours-content,
.fl-module-pp-business-hours .pp-business-hours-content {
    background: none;
    color: var(--wm-text-dark);
}
.wm-styled-hours .pp-business-hours-content .pp-bh-row.pp-highlight-row {
    font-weight: var(--wm-fweight-bold);
}

.wm-styled-hours .pp-business-hours-content .pp-bh-row,
.fl-module-pp-business-hours .pp-business-hours-content .pp-bh-row {
    padding: 14px 0px;
}
.wm-styled-hours .pp-business-hours-content .pp-bh-row,
.fl-module-pp-business-hours .pp-business-hours-content .pp-bh-row {
    border-bottom: 1px solid var(--wm-border);
}

@media only screen and (max-width: 450px) {
    .wm-styled-hours .pp-business-hours-content .pp-bh-title,
    .wm-styled-hours .pp-business-hours-content .pp-bh-row .pp-bh-timing,
    .fl-module-pp-business-hours,
    .fl-module-pp-business-hours {
        width: 100%;
        float: none;
        text-align: left;
    }
}






/*--------------------------------*/
/*             FORMS              */
/*--------------------------------*/

/* Use class .show-label / .hide-label to (un)hide labels and legends for a field */

/*--------------------------------*/

/*** FORM BOX ***/

.fl-module-pp-gravity-form .pp-gf-content {
    background-color: transparent;
    background: none;
    padding: 0;
    border: none;
}



/*--------------------------------*/

/*** FORM BUTTONS ***/

.fl-module-pp-gravity-form .pp-gf-content .gform_wrapper .gform-button, 
.fl-module-pp-gravity-form .pp-gf-content .gform_wrapper .gform_footer .gform_button, 
.fl-module-pp-gravity-form .pp-gf-content .gform_wrapper.gf_browser_ie .gform_footer .gform_button, 
.fl-module-pp-gravity-form .pp-gf-content .gform_wrapper .gform_page_footer .button, 
.fl-module-pp-gravity-form .pp-gf-content .gform_wrapper.gf_browser_ie .gform_page_footer .button {
    min-width: 240px;
    margin-bottom: 0px !important;
}

/* Inline Forms */

.fl-module-pp-gravity-form .pp-gf-content .gform_wrapper #gform_9 .gform-button.button {
    height: 44px;
    /*padding: 6px 10px !important;*/
}

.fl-module-pp-gravity-form .pp-gf-content .gform_wrapper #gform_9 .gform-footer {
    padding: 0;
    margin: 0;
}


@media (min-width: 641px) {
    .wm-inline-form .name {
        grid-column: span 4 !important;
    }
    .wm-inline-form .email {
        grid-column: span 5 !important;
    }
    .wm-inline-form .gfield--type-submit {
        grid-column: span 3 !important;
    }
    .wm-inline-form input.gform-button {
        width: 100% !important;
        min-width: 100px !important;
    }
}



/*--------------------------------*/

/*** FORM INPUTS ***/

/** Input Widths **/

/* force full width for date fields */
.gform_wrapper.gravity-theme form .ginput_container_date input {
    width: 100%;
}

/* permanent fix for single fields that should be 50% */
/* use class wm-field-width-half */
@media only screen and (min-width: 641px){
    .gform_wrapper.gravity-theme form .gfield.wm-field-width-half {
        grid-column: span 6;
    }
}

/* manually adjust width for inputs in a row - large devices only */
/* 12 grid layout > use class 
    .wm-field-width-2 (one 6th)
    .wm-field-width-3 (one 4th)
    .wm-field-width-4 (one 3rd)
    .wm-field-width-5
    .wm-field-width-6 (one half)
*/
@media only screen and (min-width: 992px){
    .gform_wrapper.gravity-theme form .gfield.wm-field-width-2 {
        grid-column: span 2;
    }
    .gform_wrapper.gravity-theme form .gfield.wm-field-width-3 {
        grid-column: span 3;
    }
    .gform_wrapper.gravity-theme form .gfield.wm-field-width-4 {
        grid-column: span 4;
    }
    .gform_wrapper.gravity-theme form .gfield.wm-field-width-5 {
        grid-column: span 5;
    }
    .gform_wrapper.gravity-theme form .gfield.wm-field-width-6 {
        grid-column: span 6;
    }
}


/** Input Height **/

.fl-module-pp-gravity-form .gform_wrapper .gfield input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]), 
.fl-module-pp-gravity-form .gform_wrapper .gfield input:focus, 
.fl-module-pp-gravity-form .gform_wrapper .gfield select:not([multiple="multiple"]) {
    height: 44px;
}


/** Input Background + Border **/

.fl-module-pp-gravity-form .pp-gf-content .gform_wrapper .gfield input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]), 
.fl-module-pp-gravity-form .pp-gf-content .gform_wrapper .gfield select, 
.fl-module-pp-gravity-form .pp-gf-content .gform_wrapper .gfield textarea,
form.post-password-form input[type="password"],
.gform_wrapper .gform_drop_area,
.fl-module-pp-gravity-form .pp-gf-content .gform_wrapper .gform_drop_area,
form.pp-search-form input[type="search"],
form.pp-search-form input[type="search"]:focus {
    border: 1px solid var(--wm-border);
    border-radius: var(--wm-border-radius) !important;
    background: transparent;
    padding: 10px 1rem !important;
    font-weight: var(--wm-fweight-regular) !important;
    font-size: 1rem !important;
}

.gform_wrapper table.gsurvey-likert,
.gform_wrapper table.gsurvey-likert th.gsurvey-likert-choice-label,
.gform_wrapper table.gsurvey-likert .gsurvey-likert-choice, 
.gform_wrapper table.gsurvey-likert .gsurvey-likert-row-label,
.gform_wrapper table.gsurvey-likert tr td {
    border-color: var(--wm-border);
}

/* Focus State */

.fl-module-pp-gravity-form .pp-gf-content .gform_wrapper .gfield input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]):focus, 
.fl-module-pp-gravity-form .pp-gf-content .gform_wrapper .gfield select:focus, 
.fl-module-pp-gravity-form .pp-gf-content .gform_wrapper .gfield textarea:focus,
form.post-password-form input[type="password"]:focus,
form.pp-search-form input[type="search"]:focus {
    border: 1px solid var(--wm-hover);
    background: var(--wm-bg-white);
}


/** Input Placeholders **/

.fl-module-pp-gravity-form .pp-gf-content .gform_wrapper .gfield input::placeholder,
.fl-module-pp-gravity-form .pp-gf-content .gform_wrapper .gfield textarea::placeholder,
input[type="search"].pp-search-form__input::placeholder {
    color: var(--wm-text-meta);
    opacity: 0.8;
    font-size: var(--wm-fsize-small);
}



/*--------------------------------*/

/*** FORM LABELS + DESCRIPTIONS ***/

/** Labels **/

.fl-module-pp-gravity-form .pp-gf-content .gform_wrapper .gfield .gfield_label {
    font-weight: var(--wm-fweight-bold);
    font-size: 1rem;
    margin-bottom: 10px;
    font-family: var(--wm-font-body);
}

.fl-module-pp-gravity-form .pp-gf-content .gform_wrapper.gravity-theme .ginput_complex label {
    font-weight: var(--wm-fweight-regular);
    font-size: var(--wm-fsize-small);
    font-family: var(--wm-font-body);
}

.pp-gf-content fieldset legend {
    border: none;
}

/* Sub-Labels */

.gfield.field_sublabel_below .ginput_complex span input {
    margin-bottom: 0;
}
.gfield.field_sublabel_below .ginput_complex span label {
    padding-bottom: 15px;
}

/* show /hide labels if class is applied */
.gform_wrapper .show-label.gfield .gfield_label {
    display: inline-block !important;
}
.gform_wrapper .hide-label.gfield .gfield_label {
    display: none !important;
}

/* Required Marker */

.fl-module-pp-gravity-form .pp-gf-content .gform_wrapper .gfield_required {
    color: var(--wm-form-valid-border);
}


/** Descriptions + Instructions **/

.gform_wrapper.gravity-theme .description, 
.gform_wrapper.gravity-theme .gfield_description, 
.gform_wrapper.gravity-theme .gsection_description, 
.gform_wrapper.gravity-theme .instruction,
.gform_wrapper .gfield .gform_fileupload_rules,
.fl-module-pp-gravity-form .pp-gf-content .gform_wrapper .gfield .gfield_description {
    font-size: var(--wm-fsize-small) !important;
    font-weight: 300;
}

.gform_wrapper .gfield.field_description_above .gfield_description {
    margin-top: -5px;
    padding-bottom: 14px;
}
.gform_wrapper .gfield.field_description_below .gfield_description {
    padding-top: 10px;
}

@media (max-width: 640px) {
    .wm-styled-form .pp-gf-content .pp-gf-inner .gform_wrapper .ginput_complex span {
        margin-bottom: 14px;
    }
    .wm-styled-form .pp-gf-content .pp-gf-inner .gform_wrapper .ginput_complex span:last-child {
        margin-bottom: 0px;
    }
}




/*--------------------------------*/

/*** FORM FIELDS - CHECKBOXES + RADIO BUTTONS  ***/

/** Input Style **/

.fl-module-pp-gravity-form .pp-gf-content .gform_wrapper .gfield .gfield_radio div input[type="radio"], 
.fl-module-pp-gravity-form .pp-gf-content .gform_wrapper .gfield .gfield_radio div input[type="radio"]:focus, 
.fl-module-pp-gravity-form .pp-gf-content .gform_wrapper .gfield .gfield_checkbox div input[type="checkbox"], 
.fl-module-pp-gravity-form .pp-gf-content .gform_wrapper .gfield .gfield_checkbox div input[type="checkbox"]:focus, 
.fl-module-pp-gravity-form .pp-gf-content .gform_wrapper .ginput_container_consent input[type="checkbox"], 
.fl-module-pp-gravity-form .pp-gf-content .gform_wrapper .ginput_container_consent input[type="checkbox"]:focus, 
.fl-module-pp-gravity-form .pp-gf-content .gform_wrapper .gfield input[type="checkbox"]:focus, 
.fl-module-pp-gravity-form .pp-gf-content .gform_wrapper .gfield input[type="radio"]:focus {
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
    width: 1rem !important;
    height: 1rem !important;
    border: 1px solid var(--wm-border);
    background: #fff;
    padding: 2px;
    margin-right: 10px;
}

.fl-module-pp-gravity-form .pp-gf-content .gform_wrapper .gfield .gfield_radio div input[type="radio"]:checked, 
.fl-module-pp-gravity-form .pp-gf-content .gform_wrapper .gfield .gfield_checkbox div input[type="checkbox"]:checked, 
.fl-module-pp-gravity-form .pp-gf-content .gform_wrapper .ginput_container_consent input[type="checkbox"]:checked, 
.fl-module-pp-gravity-form .pp-gf-content .gform_wrapper .gfield input[type="checkbox"]:checked, 
.fl-module-pp-gravity-form .pp-gf-content .gform_wrapper .gfield input[type="radio"]:checked {
    background: var(--wm-hover);
    border-color: var(--wm-hover);
}

.fl-module-pp-gravity-form .pp-gf-content .gform_wrapper .gfield .gfield_radio div input[type="radio"], 
.fl-module-pp-gravity-form .pp-gf-content .gform_wrapper .gfield .gfield_radio div input[type="radio"]:focus, 
.fl-module-pp-gravity-form .pp-gf-content .gform_wrapper .gfield input[type="radio"]:focus {
    border-radius: 50%;
}


/** Labels **/

.fl-module-pp-gravity-form .pp-gf-content .gform_wrapper .gfield .gfield_radio input + label,
.fl-module-pp-gravity-form .pp-gf-content .gform_wrapper .gfield .gfield_checkbox input + label {
    font-size: 1rem;
    font-weight: var(--wm-fweight-regular);
}

.fl-module-pp-gravity-form .pp-gf-content .gform_wrapper .gfield .gfield_radio input[type="radio"]:checked + label,
.fl-module-pp-gravity-form .pp-gf-content .gform_wrapper .gfield .gfield_checkbox input[type="checkbox"]:checked + label {
    font-weight: var(--wm-fweight-bold);
}



/*--------------------------------*/

/*** FORM FIELDS - DATES  ***/

.ginput_container_date {
    position: relative;
}
.ginput_container_date:after{
    font-family: var(--wm-font-icons);
    font-weight: 900;
    font-size: 1.2rem;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: 6px;
    right: 10px;
    position: absolute;
    color: var(--wm-primary);
}

img.ui-datepicker-trigger {
    display: none !important;
}


/* larger fonts for the date picker */

#ui-datepicker-div.gravity-theme.ui-datepicker {
    z-index: 99999 !important;
}

#ui-datepicker-div.gravity-theme.ui-datepicker .ui-datepicker-calendar td,
#ui-datepicker-div.gravity-theme.ui-datepicker .ui-datepicker-calendar th span {
    font-size: 16px;
}
#ui-datepicker-div.gravity-theme.ui-datepicker .ui-datepicker-header select {
    font-size: 16px;
}

@media (max-width: 640px) {
    #ui-datepicker-div.gravity-theme.ui-datepicker {
        max-width: calc(90% - 80px);
        width: 350px;
    }
}

.gravity-theme.ui-datepicker .ui-datepicker-title {
	padding: 5px 0;	
}

#ui-datepicker-div.gravity-theme.ui-datepicker .ui-datepicker-calendar .ui-state-disabled .ui-state-default {
    opacity: 0.5;
    border: none;
}


/* Colours */

#ui-datepicker-div.gravity-theme.ui-datepicker .ui-datepicker-calendar .ui-state-default:focus, 
#ui-datepicker-div.gravity-theme.ui-datepicker .ui-datepicker-calendar .ui-state-default:hover {
    border-color: var(--wm-primary);
    background: var(--wm-primary);
}

#ui-datepicker-div.gravity-theme.ui-datepicker .ui-datepicker-calendar .ui-datepicker-current-day .ui-state-default {
    background: var(--wm-hover);
    border-color: var(--wm-hover);
    color: var(--wm-text-light);
}



/*--------------------------------*/

/*** FORM FIELDS - FILE UPLOAD  ***/

.fl-module-pp-gravity-form .pp-gf-content .gform_wrapper .gform_drop_area {
    border-style: dashed;
    padding: 20px !important;
}

.fl-module-pp-gravity-form .pp-gf-content .gform_wrapper .gform_drop_area button {
    width: 240px;
    background: none !important;
    color: var(--wm-text-dark);
    padding: 10px;
    border-radius: var(--wm-border-radius);
    border-color: var(--wm-border);
    text-transform: uppercase;
}
.fl-module-pp-gravity-form .pp-gf-content .gform_wrapper .gform_drop_area button:hover {
    background: var(--wm-primary) !important;
    color: var(--wm-text-dark);
}



/*--------------------------------*/

/*** FORM FIELDS - LISTS  ***/

.gform_wrapper.gravity-theme .gfield_list_icons button {
    font-size: 0 !important;
    padding: 0 !important;
}



/*--------------------------------*/

/*** FORM FIELDS - LIKERT SCALES  ***/

.gform_wrapper table.gsurvey-likert th.gsurvey-likert-choice-label {
    background-color: var(--wm-neutral);
}

.gform_wrapper table.gsurvey-likert tbody {
    background: #fff;
}

.gform_wrapper table.gsurvey-likert td.gsurvey-likert-choice.gsurvey-likert-hover,
.gform_wrapper table.gsurvey-likert td.gsurvey-likert-choice.gsurvey-likert-selected{
    background-color: rgba(255,255,255,0.01) !important;
}

@media only screen and (max-width: 1024px) {
    .gform_wrapper .gform_body .gform_fields table.gsurvey-likert td::after {
        margin-left: 30px;
    }
}



/*--------------------------------*/

/*** FORM FIELDS - POST PASSWORDS  ***/

form.post-password-form p + p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

form.post-password-form p label {
    width: 100%;
    margin-bottom: 0;
    -ms-flex-negative: 2;
    flex-shrink: 2;
}

form.post-password-form p label input[type="password"] {
    height: 45.4px;
    margin-top: 8px;
    padding: 10px;
}

form.post-password-form input[type="submit"] {
    margin-left: 20px;
    width: 240px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

@media only screen and (max-width: 640px) {
    form.post-password-form p + p {
        display: block;
    }
    form.post-password-form input[type="submit"] {
        margin-left: 0px;
        margin-top: 20px;
    }
}



/*--------------------------------*/

/*** FORM FIELDS - SHOPPING  ***/

/** Price and Quantity Labels **/

.pp-gf-content .gfield--input-type-singleproduct .ginput_product_price_wrapper .ginput_product_price_label,
.pp-gf-content .gfield--input-type-singleproduct .ginput_quantity_label {
    display: none;
}
.pp-gf-content .gfield--input-type-singleproduct .ginput_product_price_wrapper span.ginput_product_price {
    font-weight: var(--wm-fweight-bold);
    margin-right: 20px;
}

.pp-gf-content .gfield--input-type-singleproduct .ginput_container_singleproduct input.ginput_quantity {
    width: 90px;
    padding: 5px 10px !important;
    height: auto !important;
}


/** Shipping **/

.pp-gf-content .gfield--type-shipping .gchoice label .ginput_price {
    font-weight: var(--wm-fweight-bold);
    font-size: 0.85em;
    padding-left: 10px;
    color: #900900;
}


/** Totals **/

.pp-gf-content .gfield--type-total {
    margin-top: 40px;
    margin-bottom: 20px;
}
.pp-gf-content .gfield--type-total label {
    margin-right: 30px;
}
.pp-gf-content .gfield--type-total label,
.pp-gf-content .gfield--type-total .ginput_container {
    display: inline-block !important;
    width: auto;
}
.pp-gf-content .gfield--type-total .ginput_container_total input {
    border: none !important;
    font-weight: var(--wm-fweight-bold); !important;
    text-decoration-line: underline;
    text-decoration-style: double;
    background: #0066001c !important;
    width: 120px;
    height: auto !important;
    text-align: center !important;
    padding: 5px 10px !important;
}



/*--------------------------------*/

/*** FORM SECTIONS + PAGINATION ***/

/** Section Headings **/

.fl-module-pp-gravity-form .pp-gf-content .gform_wrapper .gsection {
    padding: 0;
    margin-top: 20px;
    margin-bottom: 10px;
    border-bottom-color: var(--wm-border);
}

.fl-module-pp-gravity-form .pp-gf-content .gform_wrapper h2.gsection_title, 
.fl-module-pp-gravity-form .pp-gf-content .gform_wrapper h3.gsection_title {
    color: var(--wm-text-heading);
    font-size: var(--wm-fsize-hfour);
    display: inline-block;
}


/** Progress Bar **/

.fl-module-pp-gravity-form .gform_wrapper.gravity-theme .gf_progressbar_title {
    color: var(--wm-text-dark);
    font-size: var(--wm-fsize-small);
}

.fl-module-pp-gravity-form .gform_wrapper.gravity-theme .gf_progressbar {
    background: var(--wm-border);
}

.fl-module-pp-gravity-form .gform_wrapper.gravity-theme .gf_progressbar .gf_progressbar_percentage {
    color: var(--wm-text-light) !important;
    background-color: var(--wm-hover) !important;
}


/** Steps **/

.fl-module-pp-gravity-form .gform_wrapper.gravity-theme .gf_page_steps {
    border-bottom: none;
}

.fl-module-pp-gravity-form .gform_wrapper.gravity-theme .gf_step_number,
.fl-module-pp-gravity-form .gform_wrapper.gravity-theme .gf_step_active .gf_step_number,
.fl-module-pp-gravity-form .gform_wrapper.gravity-theme .gf_step_completed .gf_step_number::before {
    border: 1px solid var(--wm-border);
    background: var(--wm-text-light);
    color: var(--wm-text-dark);
    width: 2rem;
    height: 2rem;
    font-size: 1rem;
}
.fl-module-pp-gravity-form .gform_wrapper.gravity-theme .gf_step_active .gf_step_number {
    background: var(--wm-border);
    color: var(--wm-text-light);
}
.fl-module-pp-gravity-form .gform_wrapper.gravity-theme .gf_step_completed .gf_step_number::before {
    background: var(--wm-hover);
    border: 1px solid var(--wm-hover);
    color: var(--wm-text-light);
}

.fl-module-pp-gravity-form .gform_wrapper.gravity-theme .gf_step_label {
    font-size: var(--wm-fsize-hfour);
    font-weight: var(--wm-fweight-regular);
    font-family: var(--wm-font-heading);
    padding-left: 10px !important;
}



/*--------------------------------*/

/*** FORM VALIDATION STYLES ***/

/** Submission Error Message (Top) **/

.fl-module-pp-gravity-form .pp-gf-content .gform_wrapper.gravity-theme .gform_validation_errors {
    outline: none;
    color: var(--wm-form-valid-msg-text) !important;
    font-size: 1.125rem;
    font-weight: var(--wm-fweight-bold);
    background: var(--wm-form-valid-msg-bg);
    border: 2px solid var(--wm-form-valid-border) !important;
    border-radius: 0px;
    box-shadow: none;
    margin: 20px 0 40px;
    padding: 20px;
}

.fl-module-pp-gravity-form .pp-gf-content .gform_wrapper.gravity-theme .gform_validation_errors .gform_submission_error {
    padding-left: 30px;
    font-size: 1rem;
    font-family: var(--wm-font-body);
}

.fl-module-pp-gravity-form .pp-gf-content .gform_wrapper .gform_validation_errors span.gform-icon {
    color: var(--wm-form-valid-msg-text) !important;
}


/** Field Error Messages **/

.fl-module-pp-gravity-form .pp-gf-content .gform_wrapper .gfield.gfield_error {
    background: none;
}

.fl-module-pp-gravity-form .pp-gf-content .gform_wrapper .gfield.gfield_error .gfield_label {
    color: var(--wm-form-valid-input-text) !important;
}

.fl-module-pp-gravity-form .pp-gf-content .gform_wrapper .gfield_error input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]), 
.fl-page-content .pp-gf-content .gform_wrapper .gfield_error .ginput_container select, 
.fl-page-content .pp-gf-content .gform_wrapper .gfield_error .ginput_container textarea {
    border-color: var(--wm-form-valid-border);
}

/* have field error within a box - comment out other display option */
.fl-module-pp-gravity-form .pp-gf-content .gform_wrapper .gfield_error .validation_message {
    padding: 10px 20px;
    font-size: 0.75rem;
    color: var(--wm-form-valid-msg-text) !important;
    border: 1px solid var(--wm-form-valid-border);
    background: var(--wm-form-valid-msg-bg);
    margin-top: 10px;
    var(--wm-fweight-bold);
}



/*--------------------------------*/

/*** SEARCH FORM STYLES ***/

.pp-search-form-wrap:not(.pp-search-form--style-full_screen) .pp-search-form__container:not(.pp-search-form--lightbox) {
    background: #fff !important;
}

.fl-module-pp-search-form button {
    border: 1px solid var(--wm-hover) !important;
    background: var(--wm-hover) !important;
    color: var(--wm-text-light) !important;
}
.fl-module-pp-search-form button:hover {
    border: 1px solid var(--wm-hover-alt) !important;
    background: var(--wm-hover-alt) !important;
    color: var(--wm-text-light) !important;
}

.fl-module-pp-search-form .pp-search-form button {
    min-width: calc( 1 * 50px );
}

.fl-module-pp-search-form .pp-search-form__container input {
    border-right: none !important;
}

/*form.pp-search-form input[type="search"] {
    border: 1px solid var(--wm-hover-alt) !important;
}
form.pp-search-form input[type="search"]:focus {
    border: 1px solid var(--wm-hover) !important;
    border-right: 0px !important;
}*/

/** Round Borders **/
.fl-module-pp-search-form .pp-search-form__container {
    border-radius: var(--wm-border-radius);
    background: none;
}
form.pp-search-form input[type="search"],
form.pp-search-form input[type="search"]:focus,
.fl-module-pp-search-form .pp-search-form__container input {
    border-radius: var(--wm-border-radius) 0 0 var(--wm-border-radius) !important;
}
.fl-module-pp-search-form .pp-search-form__container button {
    border-radius: 0 var(--wm-border-radius) var(--wm-border-radius) 0;
}





/*--------------------------------*/
/*             ICONS              */
/*--------------------------------*/

/*** GENERIC SINGLE ICONS ***/

.fl-module-icon + .fl-module-icon .fl-module-content {
    margin-top: 5px !important;
}

.fl-module-icon .fl-module-content {
    line-height: 1;
}

.fl-module-icon .fl-icon-wrap {
    font-size: 1rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.fl-module-icon .fl-icon-wrap .fl-icon,
.fl-module-icon .fl-icon-wrap .fl-icon-text {
    display: block;
}

.fl-module-icon .fl-icon-wrap .fl-icon a,
.fl-module-icon .fl-icon-wrap a.fl-icon-text-link {
    /*color: var(--wm-text-dark);*/
    color: inherit;
}

.wm-styled-icon .fl-icon-wrap .fl-icon i::before {
    color: var(--wm-primary);
}

.fl-module-icon .fl-icon-wrap:hover .fl-icon a,
.fl-module-icon .fl-icon-wrap:hover a.fl-icon-text-link,
.fl-module-icon .fl-icon-wrap .fl-icon a:hover,
.fl-module-icon .fl-icon-wrap .fl-icon a:focus,
.fl-module-icon .fl-icon-wrap a.fl-icon-text-link:hover,
.fl-module-icon .fl-icon-wrap a.fl-icon-text-link:focus,
.wm-styled-icon .fl-icon-wrap:hover .fl-icon a i::before,
.wm-styled-icon .fl-icon-wrap:focus .fl-icon a i::before {
    color: var(--wm-hover);
}

.fl-module-icon .fl-module-content .fl-icon-text {
    height: auto !important;
    line-height: var(--wm-lheight-body);
    padding-left: 1rem;
    max-width: calc(100% - 25px);
}

.wm-styled-icon .fl-icon-wrap .fl-icon i,
.wm-styled-icon .fl-icon-wrap .fl-icon i::before {
    width: 1.25em;
    height: auto;
    line-height: 1;
    text-align: center;
    font-size: inherit;
}
.wm-styled-icon .fl-icon-wrap .fl-icon i::before {
    font-size: 1.2em;
}


/* Top align icons */
.wm-styled-icon .fl-icon-wrap .fl-icon {
    align-self: flex-start;
    padding-top: 0.15rem;
}





/*--------------------------------*/

/*** CONTACT ICONS ***/

.wm-contact-icon .fl-icon-wrap a {
    text-decoration: none;
}





/*--------------------------------*/

/*** SOCIAL ICONS ***/

.wm-social-media-icons .fl-icon a {
    color: var(--wm-primary);
}
.wm-social-media-icons .fl-icon a:hover,
.wm-social-media-icons .fl-icon a:focus{
    color: var(--wm-hover);
}

.wm-text-all-caps-tagline + .wm-social-media-icons .fl-module-content {
    margin-top: 0 !important;
}




/*--------------------------------*/
/*           ICON LISTS           */
/*--------------------------------*/

/* named 'simple list' in the saved tab */

.wm-styled-icon-list .pp-icon-list .pp-icon-list-item:not(:last-child) {
    margin-bottom: 10px;
}
.wm-styled-icon-list .pp-icon-list .pp-icon-list-item {
    font-size: 1rem;
}

.wm-styled-icon-list .pp-icon-list .pp-list-item-icon {
    margin-right: 1rem;
    padding-top: 0;
}

.wm-styled-icon-list .pp-icon-list .pp-list-item-icon,
.wm-styled-icon-list .pp-icon-list .pp-list-item-icon::before {
    width: 1.25rem;
    height: auto;
    font-size: inherit;
    line-height: var(--wm-lheight-body);
}
.wm-styled-icon-list .pp-icon-list .pp-list-item-icon::before {
    font-size: 1.2em;
    line-height: 1;
}

.wm-styled-icon-list .pp-icon-list .pp-list-item-icon {
    color: var(--wm-primary);
}



/*--------------------------------*/

/** Split List into 2 Columns for Larger Devices **/
/* add class wm-2-col-list */

@media only screen and (min-width: 992px) {
    .wm-styled-icon-list.wm-2-col-list ul.pp-icon-list-items {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 40px;
        -moz-column-gap: 40px;
        column-gap: 40px;
    }
}





/*--------------------------------*/
/*  IMAGES + GALLERIES + COMPARE  */
/*--------------------------------*/

/*** CAPTIONS ***/

/** Caption on Hover **/
/* permanently overlaid */

.pp-photo-gallery .pp-photo-gallery-item .pp-photo-gallery-content .pp-gallery-overlay {
    opacity: 1;
}

.fl-module-photo .fl-photo-caption-hover, 
.pp-photo-gallery .pp-photo-gallery-item .pp-gallery-overlay .pp-overlay-inner,
.wm-styled-image-slider .pp-image-overlay {
    position: absolute;
    right: 0;
    bottom: 0;
    top: initial;
    left: initial;
    opacity: 1;
    transform: none;
    line-height: 1;
    border-radius: 0;
    align-items: flex-end;
    justify-content: flex-end;
}

.pp-photo-gallery .pp-photo-gallery-item .pp-gallery-overlay .pp-overlay-inner .pp-caption {
    margin: 0px;
}

.pp-photo-gallery .pp-photo-gallery-item .pp-gallery-overlay .pp-overlay-inner .pp-caption * {
    padding: 2px 0;
    line-height: var(--wm-lheight-heading);
}


/** Caption Below **/

.fl-module-photo .fl-photo-caption-below,
.pp-photo-gallery .pp-photo-gallery-caption {
    padding: 10px 0;
    text-align: center;
    color: var(--wm-text-dark) !important;
}



/*--------------------------------*/

/*** GALLERIES ***/

.fl-module-pp-gallery .pp-gallery-load-more {
    margin-top: 20px;
    text-decoration: none;
    width: 240px;
}

.fl-module-pp-gallery .pp-gallery-pagination {
	text-align: center;
}

/** Filterable **/

.fl-module-pp-filterable-gallery .pp-gallery-filters .pp-gallery-filter-label {
    padding: 8px 20px !important;
}



/*--------------------------------*/

/*** IMAGE CAROUSEL ***/

.fl-module-pp-image-carousel.wm-styled-image-slider .pp-image-carousel {
    height: auto;
    padding-bottom: 22px;
}

.wm-styled-image-slider .pp-image-carousel-item .pp-carousel-image-container {
    height: 0;
    padding-top: 75%;
}

.wm-styled-image-slider .pp-image-overlay {
    height: auto;
}


/** Navigation **/

.wm-styled-image-slider-gallery button.pp-swiper-button {
    opacity: 0;
    -webkit-transition: opacity 0.4s ease-in;
    -moz-transition: opacity 0.4s ease-in;
    transition: opacity 0.4s ease-in;
}
.wm-styled-image-slider-gallery .pp-image-carousel-wrapper:hover button.pp-swiper-button {
    opacity: 1;
    -webkit-transition: opacity 1s ease-out;
    -moz-transition: opacity 1s ease-out;
    transition: opacity 1s ease-out;
}
@media only screen and (min-width: 768px) {
    .wm-styled-image-slider-gallery .swiper-pagination {
        display: none;
    }
}


.fl-module-pp-image-carousel .pp-swiper-button,
.fl-module-pp-logos-grid .logo-slider-nav {
	background: var(--wm-bg-white);
	border: 1px solid var(--wm-border);
	border-radius: 50%;
	padding: 0 !important;
    width: 34px !important;
    height: 34px !important;
	min-height: 30px;
}
.fl-module-pp-image-carousel .pp-swiper-button:hover,
.fl-module-pp-logos-grid .logo-slider-nav:hover {
	background: var(--wm-hover);
	border-color: var(--wm-hover);
}

.fl-module-pp-image-carousel .pp-swiper-button svg,
.fl-module-pp-logos-grid .logo-slider-nav svg {
	width: 34px;
	height: 34px;
}

.fl-module-pp-image-carousel .pp-swiper-button span,
.fl-module-pp-logos-grid .logo-slider-nav span {
	color: var(--wm-text-dark);
	line-height: 1;
}
.fl-module-pp-image-carousel .pp-swiper-button:hover span,
.fl-module-pp-logos-grid .logo-slider-nav:hover span{
	color: var(--wm-text-light);
}

.fl-module-pp-image-carousel .swiper-button-prev {
	left: -16px;
}
.fl-module-pp-image-carousel .swiper-button-next{
	right: -16px;
}

.fl-module-pp-image-carousel .pp-image-carousel .swiper-pagination-bullet {
	min-height: 10px;
	padding: 0 !important;
	width: 18px;
    height: 18px;
    border-radius: 10px;
    margin: 0 8px;
}
.fl-module-pp-image-carousel  .pp-image-carousel-wrapper.pp-nav-outside .pp-image-carousel {
	padding-bottom: 60px
}


/** Image Max Width 
@media only screen and (max-width: 768px) {
    .wm-styled-image-slider-gallery .swiper-container {
        max-width: 450px;
    }
}**/




/*--------------------------------*/

/*** IMAGE COMPARISON ***/

.wm-styled-image-compare .twentytwenty-before-label::before,
.wm-styled-image-compare .twentytwenty-after-label::before {
    background: rgba(255,255,255,0.25);
    line-height: var(--wm-lheight-heading);
    padding: 8px 10px;
    border-radius: 0;
    color: var(--wm-text-light);
    font-family: var(--wm-font-body);
    font-size: var(--wm-fsize-small);
    font-weight: var(--wm-fweight-bold);
    text-transform: uppercase;
    width: 100px;
    text-align: center;
}

.wm-styled-image-compare .twentytwenty-handle {
    background: var(--wm-hover);
    border: 4px solid var(--wm-text-light) !important;
}
.wm-styled-image-compare .pp-image-comp-inner:hover .twentytwenty-handle {
    background: var(--wm-hover-alt);
}

.wm-styled-image-compare .pp-image-comp-inner:hover .twentytwenty-handle .twentytwenty-left-arrow {
    border-right-color: var(--wm-text-light) !important;
}
.wm-styled-image-compare .pp-image-comp-inner:hover .twentytwenty-handle .twentytwenty-right-arrow {
    border-left-color: var(--wm-text-light) !important;
}

.wm-styled-image-compare .twentytwenty-horizontal .twentytwenty-handle::before, 
.wm-styled-image-compare .twentytwenty-horizontal .twentytwenty-handle::after {
    background-color: var(--wm-text-light) !important;
}





/*--------------------------------*/
/*           INFO LISTS           */
/*--------------------------------*/

/*lists with title + description in the saved tab */

/** Connector Line **/

.wm-styled-info-list .pp-infolist-wrap .pp-list-items .pp-list-connector {
    height: calc(100% - 1.4rem);
    top: 1.55rem;
    border-left-color: var(--wm-primary);
}


/** Base Styles **/

.wm-styled-info-list .pp-infolist-wrap .pp-list-item:not(:last-child) {
    padding-bottom: 10px;
}

.wm-styled-info-list .pp-infolist-wrap .pp-icon-wrapper {
    margin-right: 1rem;
    padding-top: 0.2em;
}
.wm-styled-info-list .pp-infolist-wrap .pp-list-item .pp-infolist-icon-inner {
    width: 1.25rem;
    height: auto;
    font-size: inherit;
    line-height: var(--wm-lheight-body);
}

.wm-styled-info-list .pp-infolist-icon-inner .pp-icon {
    color: var(--wm-primary);
}

.wm-styled-info-list .pp-infolist-icon-inner span.pp-icon::before {
    font-size: 1.2em;
    line-height: 1;
}

.wm-styled-info-list .pp-infolist-title .pp-infolist-title-text {
    font-weight: var(--wm-fweight-regular);
    line-height: var(--wm-lheight-body);
    margin-bottom: 0;
    margin-top: 0;
}

.wm-styled-info-list .pp-infolist-wrap .pp-list-item .pp-list-item-content {
    font-size: 1rem;
    line-height: var(--wm-lheight-body);
    /* top align icons */
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}


/** Extra Title Styles */

.wm-info-list-title .pp-infolist-wrap .pp-list-item {
    padding-bottom: 25px;
}

.wm-info-list-title .pp-infolist-icon-inner span.pp-icon::before {
    font-size: var(--wm-fsize-hfour);
}

.wm-info-list-title .pp-infolist-title .pp-infolist-title-text {
    font-family: var(--wm-font-heading);
    font-size: var(--wm-fsize-hfour);
    line-height: var(--wm-lheight-heading);
}

.wm-info-list-title .pp-list-item-content .pp-infolist-description {
    font-size: 1rem;
    padding-top: 10px;
    padding-bottom: 10px;
}


/** More Link Styles **/


.fl-module-pp-infolist .pp-more-link {
    color: inherit;
    text-decoration: none !important;
}

/* Whole Box */

.fl-module-pp-infolist li > a.pp-more-link:hover,
.fl-module-pp-infolist li > a.pp-more-link:focus {
    color: var(--wm-text-dark);
}

.fl-module-pp-infolist li > a.pp-more-link .pp-infolist-title-text {
    text-decoration: underline;
}
.fl-module-pp-infolist li > a.pp-more-link:hover .pp-infolist-title-text,
.fl-module-pp-infolist li > a.pp-more-link:focus .pp-infolist-title-text {
    color: var(--wm-hover);
}

/* Title */

.fl-module-pp-infolist .pp-infolist-title a.pp-more-link .pp-infolist-title-text {
    color: var(--wm-text-dark);
    text-decoration: underline;
}
.fl-module-pp-infolist .pp-infolist-title a.pp-more-link:hover .pp-infolist-title-text,
.fl-module-pp-infolist .pp-infolist-title a.pp-more-link:focus .pp-infolist-title-text {
    color: var(--wm-hover);
}

/* Read More */

.fl-module-pp-infolist .pp-infolist-description a.pp-more-link {
    text-decoration: underline !important;
    color: var(--wm-text-dark);
    font-size: 1rem;
}
.fl-module-pp-infolist .pp-infolist-description a.pp-more-link:hover,
.fl-module-pp-infolist .pp-infolist-description a.pp-more-link:focus {
    color: var(--wm-hover);
}





/*--------------------------------*/
/*       INFO / ALERT BOXES       */
/*--------------------------------*/

/** Box **/

.wm-styled-info-box .pp-infobox {
    padding: var(--wm-std-padding) 30px;
    border-radius: var(--wm-border-radius);
    margin: 0 auto;
    /*box-shadow: var(--wm-box-shadow);*/
}

.wm-alert-attention .pp-infobox {
    background: var(--wm-bg-white);
    border: 2px solid var(--wm-text-highlight);
    border-bottom: 14px solid var(--wm-text-highlight);
    color: var(--wm-text-dark);
}


/** Icon **/

.wm-styled-info-box .pp-infobox-wrap .pp-icon-wrapper {
    line-height: 1;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.wm-styled-info-box .pp-infobox-wrap .layout-3 .pp-icon-wrapper {
    margin-right: 40px;
}
.wm-styled-info-box .pp-infobox-wrap .layout-5 .pp-icon-wrapper {
    margin-bottom: 10px;
}

.wm-styled-info-box .pp-icon-wrapper .pp-infobox-icon-inner {
    width: 60px;
    height: auto;
    text-align: center;
}

.wm-styled-info-box .pp-infobox-icon-inner span.pp-icon,
.wm-styled-info-box .pp-infobox-icon-inner span.pp-icon::before {
    font-size: 50px;
}

/*uncomment if icon has different colour than text *
.wm-alert-attention .pp-infobox-icon-inner span.pp-icon {
    color: var(--wm-text-light);
}*/


/** Text **/

.wm-styled-info-box .pp-heading-wrapper {
    text-align: left;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.wm-styled-info-box .pp-infobox-title-wrapper .pp-infobox-title {
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: var(--wm-fweight-regular);
    font-size: var(--wm-fsize-hthree);
    font-family: var(--wm-font-heading);
}

.wm-styled-info-box .pp-infobox-title-prefix {
    font-size: var(--wm-fsize-small);
}

.wm-styled-info-box .pp-infobox-description {
    font-size: 1rem;
}


/** Responsive **/

@media only screen and (min-width: 1200px) {
    .wm-styled-info-box .pp-infobox {
        padding-left: 50px;
        padding-right: 50px;
    }
}
/*@media only screen and (min-width: 900px) {
    .wm-styled-info-box .pp-infobox-wrap .pp-infobox {
        max-width: 800px;
    }
}*/
@media only screen and (max-width: 768px) {
    .wm-styled-info-box .pp-infobox-wrap .layout-3 .pp-icon-wrapper {
        margin-bottom: 10px;
        margin-right: 0;
    }
    
    .wm-styled-info-box .pp-heading-wrapper {
        text-align: center;
    }
}





/*--------------------------------*/
/*              MAP               */
/*--------------------------------*/

/*.fl-map {
    border: 2px solid #fff;
    border-radius: var(--wm-border-radius);
    box-shadow: var(--wm-box-shadow);
}*/





/*--------------------------------*/
/*             MODAL              */
/*--------------------------------*/

.pp-modal-button a {
    min-width: 240px;
}


/*** Modal Body ***/

.pp-modal-wrap .pp-modal-container {
    background-color: var(--wm-overlay);
}

.pp-modal-wrap .pp-modal-container .pp-modal {
    background-color: var(--wm-bg-light);
    border-radius: var(--wm-border-radius);
}

.pp-modal-wrap .pp-modal-container .pp-modal .pp-modal-body {
    margin: 40px 0;
    padding: var(--wm-std-padding) 50px;
}

@media only screen and (max-width: 992px) {
    .pp-modal-wrap .pp-modal-container .pp-modal .pp-modal-body {
        var(--wm-std-padding) 30px;
    }
}
@media only screen and (max-width: 768px) {
    .pp-modal-wrap .pp-modal-container .pp-modal {
        max-width: calc(100% - 60px) !important;
        margin: 30px !important;
    }
}


/*** Modal Header ***/

.pp-modal-wrap .pp-modal-container .pp-modal .pp-modal-header {
    border: none !important;
}

.pp-modal-wrap .pp-modal-container .pp-modal .pp-modal-title {
    padding: 20px 20px 0 20px;
}



/** Close **/

.pp-modal-wrap .pp-modal-container .pp-modal-close.box-top-right {
    border: 1px solid var(--wm-primary) !important;
    background: #fff;
    top: -10px !important;
    right: -10px !important;
    width: 30px !important;
    height: 30px !important;
}
.pp-modal-wrap .pp-modal-container .pp-modal-close.box-top-right:hover {
    background: var(--wm-hover);
    border-color: var(--wm-hover);
}

.pp-modal-wrap .pp-modal-container .pp-modal-close .bar-wrap span {
    background: var(--wm-text-dark);
}
.pp-modal-wrap .pp-modal-container .pp-modal-close:hover .bar-wrap span {
    background: var(--wm-text-light);
}



/*** Content ***/

.pp-modal-wrap .pp-modal-container .pp-modal .pp-modal-content {
    padding: 0px;
}

.pp-modal-wrap .pp-modal-container .pp-modal .pp-modal-content .fl-row {
    padding: 0px !important;
}
.pp-modal-wrap .pp-modal-container .pp-modal .pp-modal-content .fl-row {
    padding: 0px !important;
}





/*--------------------------------*/
/*        NUMBER COUNTERS         */
/*--------------------------------*/

/** Number **/

.wm-styled-number-counter .fl-number .fl-number-text {
    font-size: 1rem;
    text-transform: uppercase;
    line-height: var(--wm-lheight-heading);
}

.wm-styled-number-counter .fl-number .fl-number-text .fl-number-string,
.wm-styled-number-counter .fl-number .fl-number-text .fl-number-string span {
    font-family: var(--wm-font-heading);
    font-size: var(--wm-fsize-hfour);
    line-height: var(--wm-lheight-heading);
}

/* Inline */

.wm-styled-number-counter.inline .fl-number .fl-number-text {
    display: flex;
    gap: 10px;
}


/** Circle **/

.wm-styled-number-counter .svg-container .svg circle.fl-bar-bg {
    stroke: var(--wm-neutral);
}

.wm-styled-number-counter .svg-container .svg circle.fl-bar {
    stroke: var(--wm-hover);
}


/** Bar **/

.wm-styled-number-counter .fl-number .fl-number-text .fl-number-bar .fl-number-string {
    padding-right: 10px;
}

.wm-styled-number-counter .fl-number-bars-container {
    background-color: var(--wm-neutral);
    border-radius: var(--wm-border-radius);
    overflow: hidden;
}
.wm-styled-number-counter .fl-number-bar {
    background-color: var(--wm-hover);
    color: var(--wm-text-light);
}


/* Number Above */

.wm-styled-number-counter .fl-number-bars .fl-number-text.fl-number-position-above {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.wm-styled-number-counter .fl-number-bars .fl-number-position-above .fl-number-string {
    flex-grow: 1;
    margin-bottom: 10px;
}
.wm-styled-number-counter .fl-number-bars .fl-number-position-above .fl-number-bars-container {
    width: 100%;
}
.wm-styled-number-counter .fl-number .fl-number-position-above .fl-number-bar {
    margin-top: 0;
}


/* Number Below */

.wm-styled-number-counter .fl-number-bars .fl-number-text.fl-number-position-below {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.wm-styled-number-counter .fl-number-bars .fl-number-position-below .fl-number-string {
    flex-grow: 1;
    order: 1;
    margin-top: 10px;
}
.wm-styled-number-counter .fl-number-bars .fl-number-position-below .fl-number-bars-container {
    width: 100%;
}
.wm-styled-number-counter .fl-number .fl-number-position-below .fl-number-bar {
    margin-bottom: 0px;
}





/*--------------------------------*/
/*             SPACER             */
/*--------------------------------*/

.wm-spacer .fl-module-content {
    margin-top: 0; !important;
    margin-bottom: 0; !important;
}
.wm-spacer .pp-spacer-module {
    height: var(--wm-std-padding) !important;
}





/*--------------------------------*/
/*          STAR RATINGS          */
/*--------------------------------*/

/** Power Pack Module **/

.wm-styled-star-rating .pp-rating-content .pp-rating-title {
    font-size: var(--wm-fsize-hfour);
    font-family: var(--wm-font-heading);
    font-weight: var(--wm-fweight-regular);
}
.wm-styled-star-rating .pp-rating-content .pp-rating + .pp-rating-title {
    font-weight: 400;
    font-size: 1rem;
    padding-top: 10px;
}

.wm-styled-star-rating .pp-rating {
    text-align: inherit;
}

.fl-module-pp-star-rating.wm-styled-star-rating .pp-rating i {
    color: var(--wm-neutral);
    font-size: 2rem;
    line-height: 1;
    font-weight: 900;
}
.fl-module-pp-star-rating.wm-styled-star-rating .pp-rating i.pp-star-full:before {
    /*color: #e9c233;*/
    color: var(--wm-hover);
}


/** Standard Module **/

.fl-module-star-rating.wm-styled-star-rating::after {
    font-size: var(--wm-fsize-large);
    background: linear-gradient(90deg, var(--wm-primary) 70px, #cbcbcb 70px);
    -webkit-text-stroke: 0px var(--wm-text-dark);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
}





/*--------------------------------*/
/*       TABLE OF CONTENTS        */
/*--------------------------------*/

/*** LIST STYLE ***/

/*.wm-table-of-content-list .pp-toc-container {
    box-shadow: var(--wm-box-shadow);
}*/

.wm-table-of-content-list .pp-toc-container .pp-toc-header .pp-toc-header-title {
    color: inherit;
}

/*.wm-table-of-content-list .pp-toc-container .pp-toc-header.pp-toc-collapsed {
    background-color: #fff;
    color: var(--wm-text-dark);
}*/

.wm-table-of-content-list .pp-toc-container .pp-toc-header {
    /*background-color: var(--wm-primary);
    color: var(--wm-text-dark);
    padding: 14px 30px;*/
    color: var(--wm-text-dark);
    background: none;
    padding: 0;
}
/*.wm-table-of-content-list .pp-toc-container .pp-toc-header:hover {
    background-color: var(--wm-hover);
    color: var(--wm-text-light);
}*/

.wm-table-of-content-list .pp-toc-container .pp-toc-header-title,
.wm-table-of-content-list .pp-toc-container .header-icon-collapse,
.wm-table-of-content-list .pp-toc-container .header-icon-expand {
    font-weight: var(--wm-fweight-bold);
    font-size: 1rem;
    text-transform: uppercase;
}

.wm-table-of-content-list .pp-toc-separator {
    display: none;
}

.wm-table-of-content-list .pp-toc-body {
    /*background: var(--wm-bg-white);
    border: 1px solid var(--wm-primary);
    border-top: 0px;
    padding: 40px 30px;*/
    background: none;
    padding: 30px 0 0;
}

.wm-table-of-content-list .pp-toc-body li {
    margin-bottom: 6px;
    padding-left: 0;
}

.wm-table-of-content-list .pp-toc-body li ul {
    padding-left: 1.375rem;
    line-height: var(--wm-lheight-body);
}

.wm-table-of-content-list .pp-toc-body li .pp-toc-listicon-wrapper span {
    padding-right: 12px;
}

.wm-table-of-content-list .pp-toc-body li .pp-toc-listicon-wrapper span {
    font-size: 1.1em;
    color: var(--wm-primary);
}

.wm-table-of-content-list .pp-toc-container li a {
    text-decoration: none !important;
    color: var(--wm-text-dark);
}
.wm-table-of-content-list .pp-toc-container .pp-toc-header:hover,
.wm-table-of-content-list .pp-toc-container li a:hover,
.wm-table-of-content-list .pp-toc-body li .pp-toc-listicon-wrapper:hover span {
    color: var(--wm-hover);
}

span[id*="pp-toc-"] {
    position: absolute;
}


/** Responsive **/

@media only screen and (min-width: 768px) {
    .wm-table-of-content-list.two-col-toc .pp-toc-body ul.pp-toc-list-wrapper {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 40px;
        -moz-column-gap: 40px;
        column-gap: 40px;
    }
}

/*@media only screen and (min-width: 1200px) {
    .wm-table-of-content-list .pp-toc-container .pp-toc-header,
    .wm-table-of-content-list .pp-toc-body {
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media only screen and (max-width: 768px) {
    .wm-table-of-content-list .pp-toc-container .pp-toc-header {
        padding: 20px 30px;
    }
}*/



/*--------------------------------*/
/*             TABLES             */
/*--------------------------------*/

/** Global Overwrites **/
.fl-module-pp-table thead th {
    line-height: var(--wm-lheight-body);
}

.fl-module-pp-table .tablesaw-cell-label {
    font-family: var(--wm-font-body);
    font-size: 1rem;
    text-transform: none;
    color: var(--wm-text-dark);
    font-weight: var(--wm-fweight-bold);
    padding-right: 20px;
}

/* width taken from tablesaw.css */
@media (max-width: 39.9375em) {
    table.tablesaw-stack tr td + td {
        padding-top: 15px;
    }
    
    .pp-table-wrap table.tablesaw-stack tbody tr td,
    .wm-styled-table .pp-table-wrap table.pp-table-content tbody tr td {
        border-left: none;
    }
    
    table.tablesaw-stack tr td:first-child {
        padding-top: 20px;
    }
    table.tablesaw-stack tr td:last-child {
        padding-bottom: 20px;
    }

    table.tablesaw-stack tr td .tablesaw-cell-content {
        padding-top: 10px;
        width: 100%;
        max-width: 100%;
        line-height: var(--wm-lheight-body);
    }
}


/** Table Styles **/

/* Head */

/*.wm-styled-table .pp-table-content {
    box-shadow: var(--wm-box-shadow);
}*/

.wm-styled-table .pp-table-content thead {
    border: 1px solid var(--wm-border);
}

.wm-styled-table .pp-table-content thead th,
.wm-styled-table .pp-table-content.tablesaw thead th,
.wm-styled-table .pp-table-content.tablesaw-sortable th.tablesaw-sortable-head button {
    background: var(--wm-primary);
    border: 1px solid var(--wm-primary);
    color: var(--wm-text-dark);
    font-size: 1rem;
    font-weight: var(--wm-fweight-regular);
    text-transform: uppercase;
    padding: 14px 20px;
}

.wm-styled-table .pp-table-content thead tr th:not(:last-child),
.wm-styled-table .pp-table-content.tablesaw thead tr th:not(:last-child),
.wm-styled-table .pp-table-content.tablesaw-sortable tr th.tablesaw-sortable-head button:not(:last-child) {
    border-right: 1px solid var(--wm-text-light);
}


/* Body */

.wm-styled-table .pp-table-content tbody {
    border: 1px solid var(--wm-primary);
}
.wm-styled-table .pp-table-content tbody tr {
    border-bottom: 1px solid var(--wm-primary);
}

.wm-styled-table tbody tr td {
    background: none;
}
.wm-styled-table tbody tr:hover td {
    background: var(--wm-bg-white);
}

.wm-styled-table tbody tr td {
    font-size: 1rem;
    line-height: var(--wm-lheight-body);
    padding: 10px 20px ;
}

.wm-styled-table .pp-table-content tbody tr td {
    border-left: 1px solid var(--wm-primary);
}


/** Make Table Content Inline on Mobile **/
/* uncomment for inline aligment - may need to adjust the width settings on a per table basis */

@media (max-width: 39.9375em) {
    .wm-styled-table .pp-table-content {
        border: 1px solid var(--wm-primary);
    }
    .wm-styled-table .pp-table-content thead {
        border: none;
    }
    
    .wm-styled-table .pp-table-content td {
        text-align: left;
    }
    .wm-styled-table .tablesaw-stack td .tablesaw-cell-label {
        display: inline-block;
        width: 120px;
    }
    .wm-styled-table table.tablesaw-stack tr td .tablesaw-cell-content {
        display: inline-block;
        width: calc(100% - 120px);
        padding-top: 0;
    }
    .wm-styled-table .pp-table-content td img {
        margin: 0;
        width: 100%;
        max-width: 150px;
    }
}
@media (max-width: 450px) {
    .wm-styled-table .tablesaw-stack td .tablesaw-cell-label,
    .wm-styled-table table.tablesaw-stack tr td .tablesaw-cell-content {
        width: 100%;
    }
}





/*--------------------------------*/
/*              TABS              */
/*--------------------------------*/

/** Site Overwrites **/

.fl-module-pp-advanced-tabs .pp-tabs-horizontal.pp-tabs-default .pp-tabs-label,
.fl-module-pp-advanced-tabs .pp-tabs-horizontal.pp-tabs-default .pp-tabs-label.pp-tab-active {
    top: 0px;
}

/* Fix Where Tab Content Comes from a Saved Row */
.fl-module-pp-advanced-tabs .pp-tabs-panel-content .fl-builder-content .fl-row,
.fl-module-pp-advanced-tabs .pp-tabs-panel-content .fl-builder-content .fl-row-content {
    padding: 0;
}


/** Base Styles **/

/*.wm-styled-tabs .pp-tabs {
    box-shadow: var(--wm-box-shadow);
}*/

/* Labels */

.wm-styled-tabs .pp-tabs-horizontal .pp-tabs-labels .pp-tabs-label {
    padding: 14px 30px;
    margin: 0;
}

.wm-styled-tabs .pp-tabs-labels .pp-tabs-label:not(:last-child) {
    border-right: none;
}

.wm-styled-tabs .pp-tabs .pp-tabs-label {
    background-color: none;
    color: var(--wm-text-dark);
    border: 1px solid var(--wm-primary);
    font-size: 1rem;
}
.wm-styled-tabs .pp-tabs .pp-tabs-label.pp-tab-active {
    background-color: var(--wm-primary);
    /*color: var(--wm-text-light);*/
}
.wm-styled-tabs .pp-tabs .pp-tabs-label.pp-tab-active:hover,
.wm-styled-tabs .pp-tabs .pp-tabs-label:hover{
    background-color: var(--wm-hover);
    color: var(--wm-text-light);
}

.wm-styled-tabs .pp-tabs-label:focus > .pp-tab-label-inner {
    outline: none;
}

.wm-styled-tabs .pp-tabs .pp-tabs-label .pp-tab-icon {
    margin-right: 14px;
    color: var(--wm-primary);
}
.wm-styled-tabs .pp-tabs .pp-tabs-label.pp-tab-active .pp-tab-icon{
    color: var(--wm-text-dark);
}
.wm-styled-tabs .pp-tabs .pp-tabs-label.pp-tab-active:hover .pp-tab-icon,
.wm-styled-tabs .pp-tabs .pp-tabs-label:hover .pp-tab-icon{
    color: var(--wm-text-light);
}
.wm-styled-tabs .pp-tabs .pp-tabs-label .pp-tab-icon::before {
    font-size: 1.2em;
}

.wm-styled-tabs .pp-tabs-panel-label .pp-toggle-icon {
    color: inherit;
    opacity: 1;
    font-size: inherit;
}

.wm-styled-tabs .pp-tabs .pp-tabs-label .pp-tab-title {
    font-weight: var(--wm-fweight-regular);
    text-transform: uppercase;
    font-family: var(--wm-font-body);
    font-size: inherit;
}


/* Content */

.wm-styled-tabs .pp-tabs-panels,
.wm-styled-tabs .pp-tabs-panel {
    border: none;
    background: none;
}
.wm-styled-tabs .pp-tabs-panels {
    border: 1px solid var(--wm-primary);
}

.wm-styled-tabs .pp-tabs-panels .pp-tabs-panel-content {
    padding: 40px 30px;
}


/** Stretched Label Styles **/

.wm-tabs-stretched .pp-tabs-panels {
    border-top: none !important;
}


/** Round Borders **/

.wm-styled-tabs .pp-tabs .pp-tabs-labels .pp-tabs-label:first-child {
    border-radius: var(--wm-border-radius) 0 0 0;
}
.wm-styled-tabs .pp-tabs .pp-tabs-labels .pp-tabs-label:last-child {
    border-radius: 0 var(--wm-border-radius) 0 0;
}

.wm-styled-tabs .pp-tabs-panels,
.wm-styled-tabs .pp-tabs-panel {
    border-radius: 0 0 var(--wm-border-radius) var(--wm-border-radius);
}


/** Responsive **/

@media only screen and (max-width: 768px) {
    .wm-styled-tabs .pp-tabs {
        box-shadow: none;
    }
    
    .wm-styled-tabs .pp-tabs-panels,
    .wm-styled-tabs .pp-tabs-panel,
    .wm-styled-tabs .pp-tabs .pp-tabs-label{
        background: none !important;
    }
    .wm-styled-tabs .pp-tabs-panels {
        border: none;
    }
    
    .wm-styled-tabs .pp-tabs-panel {
        margin-bottom: 0px;
        border-bottom: 1px solid var(--wm-border);
        border-radius: 0px;
        /*box-shadow: var(--wm-box-shadow);*/
    }
    
    .wm-styled-tabs .pp-tabs .pp-tabs-panel-label {
        padding: 20px 5px 20px 0;
        border: none;
    }
    
    .wm-styled-tabs .pp-tabs .pp-tabs-label .pp-tab-icon,
    .wm-styled-tabs .pp-tabs-panel-label .pp-toggle-icon,
    .wm-styled-tabs .pp-tabs .pp-tabs-label.pp-tab-active .pp-tab-icon {
        color: var(--wm-primary);
    }
    
    .wm-styled-tabs .pp-tabs .pp-tabs-label .pp-tab-title {
        font-family: var(--wm-font-heading);
        font-size: var(--wm-fsize-hfour);
        text-transform: none;
    }
    
    .wm-styled-tabs .pp-tabs .pp-tabs-label.pp-tab-active:hover, .wm-styled-tabs .pp-tabs .pp-tabs-label.pp-tab-active:focus, 
    .wm-styled-tabs .pp-tabs .pp-tabs-label:hover, .wm-styled-tabs .pp-tabs .pp-tabs-label:focus,
    .wm-styled-tabs .pp-tabs .pp-tabs-label:hover .pp-tab-icon, .wm-styled-tabs .pp-tabs .pp-tabs-label:focus .pp-tab-icon,
    .wm-styled-tabs .pp-tabs .pp-tabs-label.pp-tab-active:hover .pp-tab-icon,
    .wm-styled-tabs .pp-tabs-panel-label:hover .pp-toggle-icon, .wm-styled-tabs .pp-tabs-panel-label:focus .pp-toggle-icon{
        color: var(--wm-hover);
    }
    
    .wm-styled-tabs .pp-tabs-panels .pp-tabs-panel-content {
        border: none;
        padding: 0 30px 30px 0;
    }

    .wm-tabs-stretched .pp-tabs-panels .pp-tabs-panel-content {
        position: relative;
        left: 1px;
    }
}





/*--------------------------------*/
/*          TEAM MEMBERS          */
/*--------------------------------*/

.wm-styled-team-member .pp-member-wrapper {
    background: var(--wm-bg-white);
    padding: 0px;
    border: 1px solid var(--wm-primary);
    border-radius: var(--wm-border-radius);
    /*box-shadow: var(--wm-box-shadow);*/
}

.wm-styled-team-member .pp-member-wrapper .pp-member-image img {
    border-radius: 0;
}

.wm-styled-team-member .pp-member-wrapper .pp-member-content {
    padding: 20px 30px;
    text-align: center;
}

.wm-styled-team-member .pp-member-wrapper .pp-member-name {
    font-family: var(--wm-font-heading);
    color: var(--wm-text-heading);
    font-size: var(--wm-fsize-hthree);
    font-weight: var(--wm-fweight-regular);
    margin: 10px 0;
}
.wm-styled-team-member .pp-member-wrapper a .pp-member-name {
    color: var(--wm-text-dark);
}
.wm-styled-team-member .pp-member-wrapper a:hover .pp-member-name {
    color: var(--wm-hover);
}

.wm-styled-team-member .pp-member-content > a,
.wm-styled-team-member .pp-member-social-icons a {
    text-decoration: none !important;
}

.wm-styled-team-member .pp-member-content .pp-member-designation {
    font-family: var(--wm-font-body);
    font-weight: var(--wm-fweight-bold);
    color: var(--wm-text-highlight);
    font-size: 1rem;
    text-transform: uppercase;
    margin: 0 0 20px;
}

.wm-styled-team-member .pp-member-wrapper .pp-member-description {
    color: var(--wm-text-dark);
    font-weight: var(--wm-fweight-regular);
    margin: 0 0 20px;
}

.wm-styled-team-member .pp-member-content .pp-member-social-icons li {
    margin: 5px;
}

.wm-styled-team-member .pp-member-social-profiles li a {
    font-size: var(--wm-fsize-large);
    width: 1.875rem;
    height: 1.875rem;
    padding: 0;
}





/*--------------------------------*/
/*    VIDEOS + VIDEO GALLERIES    */
/*--------------------------------*/

/** Play Icon **/

.wm-styled-video .pp-video-play-icon {
    border: 2px solid var(--wm-text-light);
    background: var(--wm-hover);
}
.wm-styled-video .pp-video-play-icon:hover {
    background: var(--wm-hover-alt);
}
.wm-styled-video .pp-video-play-icon svg,
.wm-styled-video .pp-video-play-icon:hover svg {
    fill: var(--wm-text-light);
}


/** Video Lightbox **/

.fl-button-lightbox-wrap .mfp-container .mfp-content {
    background: none;
}
.fl-button-lightbox-wrap .mfp-container .mfp-content iframe {
    border: none;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
}

.mfp-wrap.fl-button-lightbox-wrap .mfp-container .mfp-close, 
.mfp-wrap.fl-button-lightbox-wrap .mfp-container .mfp-close:hover {
    color: var(--wm-text-light) !important;
    top: -20px !important;
    right: -10px;
}
.mfp-wrap.fl-button-lightbox-wrap .mfp-container .mfp-close:hover {
    color: var(--wm-hover) !important;
}

.fancybox-inner .fancybox-close-small {
    opacity: 1;
}
.fancybox-inner .fancybox-close-small svg path {
    fill: #fff;
}
.fancybox-inner .fancybox-close-small:hover svg path {
    fill: var(--wm-hover);
}


/** Gallery Descriptions **/

.wm-styled-video .pp-video-gallery .pp-video-info {
    text-align: center;
    padding-top: 5px;
    font-family: var(--wm-font-body);
    font-size: var(--wm-fsize-small);
    font-weight: 400;
}







/**********************************/
/*******    SITE STYLES    ********/
/**********************************/

.esperance-icons svg {
    width: 100%;
    max-width: 210px;
}
@media only screen and (max-width: 768px) {
    .esperance-icons svg {
        max-width: 180px;
    }
}



/*--------------------------------*/
/*      CROWDRIFF GALLERIES       */
/*--------------------------------*/

.wm-crowdriff {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.wm-crowdriff .cr__gallery .cr__asset__button {
    padding: 0 !important;
}

.wm-crowdriff .cr__asset__overlayV3.isHovered.isLoaded {
    background: linear-gradient(rgba(56,74,66,0.85) 5%, rgba(56,74,66,0) 40%) !important;
    background: linear-gradient(rgba(0,0,0,0.7) 1%, rgba(0,0,0,0) 40%) !important;
}

.wm-crowdriff .cr__asset__overlayV3 span {
    color: var(--wm-text-light) !important;
}

.wm-crowdriff .cr__gallery .cr__asset__overlayV3 .overlayIcon svg {
    stroke: var(--wm-text-light);
}
.wm-crowdriff .cr__gallery .cr__asset__overlayV3 .overlayIcon .cameraIcon {
    height: auto;
    margin: 0;
    line-height: 1;
}

.wm-crowdriff .cr__gallery .cr__asset__overlayV3 .overlayUser,
.wm-crowdriff .cr__gallery .cr__asset__overlayV3 .overlayLocation span.textLabel {
    left: 35px !important;
}





/*--------------------------------*/
/*      KEPA KURL TEXT BLOCK      */
/*--------------------------------*/

.kepa-kurl-box.fl-module-box {
    gap: 30px 0;
}
.home #start .kepa-kurl-box {
    margin-top: 30px;
}

.kepa-kurl-box .kepa-kurl-header {
    flex-shrink: 0;
    gap: 10px 30px;
}

.kepa-kurl-box .kepa-kurl-header .esperance-icons {
    width: 160px;
    line-height: 1;
}

@media only screen and (min-width: 1200px) {
    .kepa-kurl-box.fl-module-box .kepa-kurl-text {
        border-left: 1px solid var(--wm-border);
        margin-left: 30px;
        padding-left: 30px !important;
    }
}
@media only screen and (max-width: 1200px) {
    .kepa-kurl-box.fl-module-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}