/**
 * Theme Name: Island Conservation
 * Author: Creative Core
 * Version: 99.0
**/
.custom-video .responsive-embed.widescreen,
.custom-video .flex-video.widescreen {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.header .is-dropdown-submenu {
	min-width: 18.5rem;
}

.promotion:hover .promotion__bg {
	opacity: 0.7;
}

.inline-form_wrapper.gform_validation_error {
	margin: 2rem 0;
}

.inline-form_wrapper .gform_validation_errors {
	display: none;
}

.subscribe form .gform_body {
	padding-bottom: 0 !important;
}

.tribe-events-calendar-list__event-datetime-featured-text.tribe-common-a11y-visual-hide,
.tribe-events .tribe-events-calendar-list__event-datetime-featured-icon {
	display: none !important;
}

@media only screen and (min-width: 1024px) and (max-width: 1440px) {
	.header__weather {
		margin-left: 0;
	}

	.menu-grid-container {
		padding-right: 3.5rem;
		padding-left: 3.5rem;
	}
}

.popups{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    z-index: 100;
    opacity: 0;
    display: none;
}
.popups .marker__wrapper{
    display: block;
    width: 400px;
    pointer-events: none;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: calc(50% + 300px);
}
.acf-map-wrapper{
    position: relative;
}
.gm-style .gm-style-iw-tc{
    position: absolute !important;
    display: none !important;
}
.marker__wrapper:after{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(100%, 3.40rem);
    width: 220px;
    height: 57px;
    background: none;
    background-image: url(./assets/images/marker-after-elem.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    clip-path: none;
}
body .gm-style .gm-style-iw-d,
body .gm-style .gm-style-iw-c{
    overflow: visible !important;
}
#oneRem{
    width: 1rem;
    height: 1rem;
    position: absolute;
    z-index: -9999;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
}
.marker__scroll{
    overflow: hidden;
    overflow-y: auto;
    height: 253px;
}
.marker__wrapper{
    /*height: 760px;*/
    height: 35.5rem;
}
.marker__excerpt p{
    display: -webkit-box;
    -webkit-line-clamp: 4; /* number of lines to show */
    line-clamp: 4;
    overflow: hidden;
    -webkit-box-orient: vertical;
}
.gm-style .gm-style-iw-c{
    width: 400px !important;
}
@media only screen and (max-width: 1440px){
    .marker__wrapper:after{
        display: none !important;
    }
    .marker__wrapper{
        height: auto;
    }
    .marker__scroll{
        height: auto;
        overflow-y: visible;
    }
    .gm-style .gm-style-iw-c{
        width: 18.75rem !important;
    }
}