/* 
 Theme Name:     Divi Child theme by Lake Design
 Author:         Lake Design
 Author URI:     https://lakedesign.co 
 Template:       Divi
 Version:        1.0 
*/ 


/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */ 


/* Hello */

.help-topbar {
    display:none;
    top: 0;
    position: fixed;
    left: 0;
    right: 0;
    background: #69c0ba;
    z-index:999999;
    transition:0.5s all;
}

.page-id-9731 .help-topbar {
    display:none !important;
}

.help-topbar h2 {
    text-align: center;
    padding: 10px 0 8px;
    color: white;
    font-size: 14px;
    text-transform:uppercase;
}

.help-topbar h2 a {
    font-size: 14px;
    text-align: center;
    color: white;
    padding: 0;
}

.help-topbar h2 a:hover {
    text-decoration: underline;
}

.close-topbar {
    position: absolute;
    right: 30px;
    color: #3f8681;
    top: 7px;
    transition:0.4s all;
}

.close-topbar:hover {
    color:white;
}

#main-header.helloHeader {
    top:30px !important;
}

@media (max-width:680px) {
    .help-topbar {
        position:absolute;
    }
    .help-topbar h2 {
        padding: 12px 0 10px;
        line-height: 8px;
        font-size: 10px;
        text-align: left;
        padding-left: 25px;
    }
    .help-topbar h2 a {
        font-size: 10px;
        padding: 0;
    }
    .close-topbar {
        right:22px;
        top:4px;
    }
}

.banner {
	background: #abd35f;
    position: absolute;
    margin-top: 34px;
    margin-left: 5px;
    font-weight: bold;
    padding-top: 9px;
    height: 40px;
    width: 115px;
    transform: rotate(45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(45deg);
    right: -4px;
    text-align: center !important;
    z-index: 999;
    box-sizing: border-box;
}

.banner span {
    color: white;
    display: block;
    position: absolute;
    font-size: 13px;
    bottom: 8px;
    z-index: 2;
    font-weight: 700;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    right: -5px;
    left: 5px;
	text-overflow: initial;
	text-shadow: none;
	
}

.banner:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 40px solid transparent;
    border-left: 40px solid #abd35f;
    margin-left: 57px;
    margin-top: -9px;
}

.banner:after {
	content: "";
    position: absolute;
    width: 0;
    height: 0;
    margin-left: -97px;
    border-top: 40px solid transparent;
    border-right: 40px solid #abd35f;
    margin-top: -9px;
}

.et_pb_newsletter_button {
    width: 100% !important;
    float: left!important;
}

.et_pb_newsletter .et_pb_newsletter_fields {
	float: left!important;
}

.et_pb_newsletter_button_wrap {
    float: left!important;
    display: block!important;
    width: 32%!important;
	flex-basis: 32%!important;
}

.et_pb_newsletter .et_pb_newsletter_form .et_pb_contact_field_half {
    -ms-flex-preferred-size: 68%;
    flex-basis: 68%;
}

.et_pb_newsletter_field {
	float: left!important;
    display: block!important;
    width: 20px!important;
}

.vp-img {
    width: 35px;
    margin: 0 auto;
    display: block;
}

h3 {
	line-height: 1.3em;
}

/* JUMPING HEADER FIX */
.page .et_pb_fullwidth_header.et_pb_fullwidth_header_0 {
    padding-top:238px !important;
}

/* BLOG */

.blog .event-card-details h3 {
    padding: 0;
    margin: 2px 0 7px;
    font-weight: 700;
    font-size: 19px;
    overflow: hidden;
    position: relative;
    display: block;
    width: auto;
    max-width: 100%;
    text-align: center;
    line-height: 1.4em;
	text-overflow: inherit;
    white-space: normal;
}

.blog .event-card-details { 
	box-shadow: none;
}

.blog .event-card-details p {
	display: none;
}

.blog .cat-wrap {
    background: #59c1bb;
    color: #ffffff;
    padding: 11px 7px 10px 11px;
    border: 0;
    margin: 0;
    border-radius: 0;
    text-align: center;
    display: block;
    line-height: 16px;
    z-index: 1;
    position: relative;
    width: 100%;
    top: 100%;
    text-transform: uppercase;
    font-weight: 900;
}

.blog .event-card-details {
    margin-top: 30px;
	height: 120px;
}

.blog .cat-wrap:after {
	display: none;
}

.blog .event-card a.event-image:before {
    background: radial-gradient(circle, rgba(0,0,0,0) 0%, rgb(0,0,0,0) 100%);
}

.blog .event-card-inner {
    box-shadow: none;
}

/* FIXES */
body.et_fixed_nav.et_secondary_nav_enabled #main-header, body.et_non_fixed_nav.et_transparent_nav.et_secondary_nav_enabled #main-header {
	top: auto;
}
.home .et_pb_fullwidth_header_0 {
	padding-top: 238px !important;
}

/* Rainbow Line */

@keyframes tso-rainbow {
    from {
        background-position: 0 0
    }

    to {
        background-position: 100vw 0
    }
}

.tso-rainbow:before{
  content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(to right,#57C3BD 0,#FEBD3F 20%,#96C93D 40%,#F18B21 60%,#EF436D 80%,#57C3BD 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    animation-name: tso-rainbow;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-duration: 8s;
}

.tso-rainbow {
    position: relative;
    width: 100%;
    height: 8px;
}

.mega-rainbow {
	position: absolute;
    bottom: -4px;
    left: 0;
    height: 4px;
}

.tso-rainbow-circle {
	height: 70px;
    width: 70px;
    margin: -35px auto;
    display: block;
    position: absolute;
    text-align: center;
    margin-left: -35px;
    left: 50%;
    right: 50%;
    background: white;
    border-radius: 100%;
    padding: 12px;
    box-shadow: 0 6px 6px 0 #efefef5c;
}

.tso-rainbow-circle img {
	height: auto;
    width: 70px;
    display: block;
    transition: 0.8s all;
}

.tso-rainbow-circle img:hover {
	transform: rotate(360deg);
}


/* Wave Divider */

.divider-wave {
	width: 150px;
    margin: 30px 0px;
}


/* HONEY TO-Do TILES */

.grid {
	position: relative;
	margin: 0 auto;
	padding: 0em 0 4em;
	max-width: 100%;
	list-style: none;
	text-align: center;
}

/* Common style */
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 10px 1%;
	min-width: 320px;
	max-width: 530px;
	max-height: 360px;
	width: 48%;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.grid figure .package-image {
    height: 250px;
    background-size:cover;
    background-position:center;
    opacity: 0.8;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background: rgba(0,0,0,0.23);
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

figure.effect-honey.f1 {
	background: #57c3bd;
}
figure.effect-honey.f2, figure.effect-honey.f2 figcaption::before {
	background: #96C93D;
}
figure.effect-honey.f3, figure.effect-honey.f3 figcaption::before {
	background: #EF436D;
}
figure.effect-honey.f4, figure.effect-honey.f4 figcaption::before {
	background: #FEE019;
}
figure.effect-honey.f5, figure.effect-honey.f5 figcaption::before {
	background: #F18B21;
}
figure.effect-honey.f6, figure.effect-honey.f6 figcaption::before {
	background: #FEBD3F;
}

figure.effect-honey:nth-of-type(2) {
	background: #96C93D;
}

figure.effect-honey img, figure.effect-honey .package-image {
	opacity: 0.9;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-honey:hover img, figure.effect-honey:hover .package-image {
	opacity: 0.5;
}

figure.effect-honey figcaption::before {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 10px;
	background: #57C3BD;
	content: '';
	-webkit-transform: translate3d(0,10px,0);
	transform: translate3d(0,10px,0);
}

figure.effect-honey h2 {
	position: absolute;
    bottom: -5px;
    left: 0;
    padding: 1em 1.5em;
    width: 100%;
    text-align: left;
    -webkit-transform: translate3d(0,-30px,0);
    transform: translate3d(0,30px,0);
    font-family: GothamBlack;
    color: white;
    min-height: 140px;
    line-height:28px;
}

figure.effect-honey h2 i {
	font-style: normal;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,-30px,0);
	transform: translate3d(0,-30px,0);
    font-family: Gotham, sans-serif;
    font-size: 16px;
    text-transform: none;
    line-height: 1.4em;
    display: block;
    margin-top: 10px;
}

figure.effect-honey figcaption::before,
figure.effect-honey h2 {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

figure.effect-honey:hover figcaption::before,
figure.effect-honey:hover h2,
figure.effect-honey:hover h2 i {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

/* MAIN */

body {
	font-family: Gotham, sans-serif;
}

h1 {
	font-family: Cruz;
	font-size: 100px;
	text-align: center;
	color: #726658;
}

h4 {
	font-family: Cruz;
	font-size: 50px;
	color: #fff;
	margin-bottom: 15px;
}

h5 {
	color: #EF436D;
    text-transform: uppercase;
    font-family: 'GothamBold';
    font-size: 13px;
    margin-top: 5px;
}

@font-face { 
	font-family: 'Holiday'; 
	src: url('/wp-content/themes/Lake-Divi-Child/Fonts/HolidayWishes.ttf'); 
	font-weight: normal; 
	font-style: normal; 
}

/* HEADER */

header .container {
    width: 90%;
    max-width: 1150px;
	position:initial;
}

header.header-white {
	background:white !important;
}
header.header-white #top-menu a, header.header-white #top-header-custom a, header.header-white #et_top_search {
	color:black;
}

.et_header_style_left .logo_container {
	float: left;
    width: 140px;
    margin-top: -5px;
	position:relative;
}

.logo-white path, .logo-white .st0 {
	fill:white !important;
}


#top-menu {
    position:relative;
}

#top-menu li {
	display:block;
	float:left;
	padding-right: 12px;
    padding-left: 12px;
}

.et_header_style_left #et-top-navigation nav>ul>li>a {
    padding-bottom: 20px !important;
}

#top-menu a {
    color: white;
    text-transform: uppercase;
    font-size: 17px;
	font-family: GothamBold;
	opacity:1 !important;
}
.menu-main-parent {
	border-bottom:4px solid transparent;
	transition:0.4s all;
}
.menu-main-parent:hover, .active-main {
	opacity:1;
	border-bottom: 4px solid #52b8bf;
}

#top-header-custom {
	float: right;
    width: 560px;
    text-align: right;
    padding: 25px 0 0 0;
}

#top-header-custom a {
	color:white;
	padding-bottom:0 !important;
	text-transform:uppercase;
	opacity:1 !important;
}

#top-header-custom li.top-custom-menu-item a:after, .wpml-ls-menu-item a:after {
    display: block;
    content: '';
    border-bottom: solid 1px white;
    transform: scaleX(0);
    transition: transform .25s ease-in-out;
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
}
header.header-white #top-header-custom a:after, header.header-white .wpml-ls-menu-item a:after {
	border-color:black;
}

#top-header-custom a:hover:after, .wpml-ls-menu-item a:hover:after {
    transform: scaleX(1) !important;
}

.city-icon {
	height: 25px;
    display: inline-block;
    filter: invert(1);
    vertical-align: bottom;
    margin-right: 7px;
	transition:0.4s all;
}
header.header-white .city-icon {
	filter:invert(0);
}
.city-temp {
    display: inline-block;
    color: white;
	transition:0.4s all;
}
header.header-white .city-temp {
	color:black;
}

.nav li {
	position:initial;
}

/* DROPDOWN */

#top-menu li ul.sub-menu {
    display: none;
	opacity:1;
	visibility:visible;
    width: 115%;
    padding: 35px 45px;
    position: absolute;
    right: 0;
	left:-50px;
    top: 100%;
    margin: 0;
    background: #fff !important;
    border: 0;
    box-shadow: 0px 17px 12px 0px #38383814;
	transition:none !important;
}

.nav li.et-touch-hover>ul, .nav li:hover>ul {
    opacity: 1;
    visibility: visible;
    display: block !important;
}

.et-fixed-header #top-menu li ul.sub-menu {
    top:113%;
}

.left-mega {
    float:left;
    width: 25%;
    padding-top:15px;
}

.left-mega h4 {
    display:none;
    margin-top: 0;
    font-weight: 400;
    font-size: 32px;
    line-height: 30px;
    color: #5ac1bc;
    margin-bottom: 20px;
}

.left-mega a {
    margin-bottom: 10px;
    font-size: 15px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    white-space: nowrap;
    line-height: 16px;
    height: 25px;
	font-weight: 500;
	color: #021c2b !important;
    display:inline-block !important;
	border-bottom:4px solid transparent;
	transition:0.4s all;
}

.left-mega a:hover, .active-mega {
	border-bottom: 4px solid #52b8bf !important;
}

.right-mega {
    float:right;
    width:72%;
	transition:0.4s all;
}

.right-mega li a:before {
    content:'';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: radial-gradient(circle, rgba(0,0,0,0) 0%, rgba(0, 0, 0, 0.55) 100%);
	border-radius: 2px;
}

.right-mega a:hover {
    opacity: 1 !important;
    transition: 0.4s all !important;
    filter: brightness(125%);
}

.right-mega p {
    display: block;
    width: 98.6%;
    color: white;
    font-weight: 400;
    line-height: 35px;
    padding: 50px 45px;
    height: 207px;
    border: 2px solid #034870;
    background: #034870;
    margin: 0 4px 4px 4px;
    box-sizing: border-box;
    font-size: 16px;
}

#top-menu li ul.sub-menu li {
    margin: 0;
    width: 50%;
    position: relative;
    padding: 5px;
    transition: .25s transform;
    display: inline-flex;
}

#top-menu li li a {
    background-size:cover;
    background-position: center;
    height: 175px;
    width: 100%;
    display: block;
    padding: 20px;
    position: relative;
	border-radius: 2px;
}

#top-menu li li a span {
    color: white;
    display: block;
    position: absolute;
    font-size: 16px;
    bottom: 20px;
    text-shadow: 0 0 22px black;
    z-index: 2;
	font-weight: 700;
	text-transform:uppercase;
	text-shadow: 4px 4px 10px rgba(0,0,0,0.35);
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    right: 20px;
    left: 20px;
}


#top-menu li li a .trail-meta {
    font-size: 12px;
    font-weight: 400 !important;
    font-family: 'GothamBold', sans-serif;
    display: block;
    margin-bottom: -10px;
    color: white;
    position: relative;
}

#top-menu li li a .trail-meta small {
    display: inline-block;
    padding-bottom: 0;
}

#top-menu li li a .trail-meta small:nth-of-type(1) {
    margin-right:10px;
}

#top-menu li li a .trail-meta small i {
    margin-right: 7px;
}

#top-menu li li a .date {
    position: absolute;
    background: #FFFFFF;
    text-align: center;
    font-size: 10px;
    line-height: 17px;
    padding: 5px 2px;
    margin: 1px;
    text-transform: uppercase;
    height: 45px;
    width: 45px;
    cursor: pointer;
    left: 18px;
    top: 12px;
}

.view-all-events {
	display: none !important;
    font-weight: 600;
    text-decoration: none;
    color: #52b8bf !important;
    position: absolute !important;
    right: 38px;
    bottom: 44px;
}

.wpml-ls-menu-item .wpml-ls-flag {
    vertical-align: middle;
}

/* SEARCH */

#et_top_search {
    float: right;
    margin: -1px 0 0 0;
    position: relative;
    display: block;
    width: auto;
    color: white;
}

.et-top-search {
    display: none;
    position: fixed;
    width: 100%;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    background-repeat: repeat;
    background-image: url(/wp-content/uploads/2020/12/Sand.png);
    background-color: #57C3BD;
    border-bottom: 0;
    border-top: 0;
    padding: 0;
    z-index: 999;
}

#et_search_icon:before {
    font-size:15px;
}

.admin-bar .et-top-search {
    top:32px;
}
#main-header .et-search-form {
    background: #ffffff;
    padding: 30px 100px;
    position: relative;
    height: 118px;
    right:0;
}
.search-view-more-btn {
    border: 2px solid white;
    color: white;
    padding: 10px 75px;
    border-radius: 25px;
    display: table;
    text-transform: uppercase;
    margin: 30px auto 0;
    font-weight: bold;
    transition:0.4s all;
}
.search-view-more-btn:hover {
    background:white;
    color:#57C3BD;
}
input.et-search-field {
    width: 100%;
    background: none;
    padding: 7px 0px;
    font-size: 32px;
    border-bottom: 3px solid #efefef;
    border-radius: 0;
    font-weight: 700;
    position: relative;
    color: black;
    right:0;
}
input.et-search-field::placeholder {
    font-weight:700;
}
input.et-search-field:focus {
    background:transparent;
    color:#57C3BD;
}
span.highlight {
    position: absolute;
    bottom: 32px;
    left:100px;
    font-size: 32px;
    z-index: 10;
    height: 0;
    overflow: hidden;
    color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    max-width: 100%;
    border-top: 3px #57C3BD;
    min-width: 3px;
    font-weight: 700;
}
span.et_close_search_field {
    right:10px !important;
    top:10px;
    margin:0;
    opacity:0.7;
}
span.et_close_search_field:after {
    color:black !important;
}
span.et_close_search_field:hover {
    opacity:1.0;
}

/* AUTOCOMPLETE */
.autocomplete-suggestions, .mobile-nav div.mobile-form .autocomplete-suggestions {     
    background: #ffffff;
    overflow: visible;
    max-height: initial !important;
    width: 100% !important;
    margin-top: 1px;
    border-radius:0;
}
.et-top-search .autocomplete-suggestions {
    background:rgba(0,0,0,0.0);
    width:100% !important;
    right:0;
    left:0;
    bottom:0;
    top:118px;
    box-shadow:none;
    padding:50px 100px;
    margin-top:0;
    border:0;
    overflow-y:scroll;
}
.mobile-nav div.mobile-form .autocomplete-suggestions {
    left: 0px;
    right: 0px;
    width:auto !important;
    border-radius:0;
    font-size:15px;
    z-index:99999 !important;
    max-height: 520px !important;
    overflow: hidden;
    overflow-y: scroll;
}
.et-top-search .autocomplete-suggestion, .et-top-search .autocomplete-no-suggestion { 
  padding: 9px 10px; 
  white-space: nowrap; 
  overflow: hidden;
  text-overflow: ellipsis;
  border-bottom: 1px solid #ebebeb;
  cursor: pointer; 
}
.mobile-nav div.mobile-form .autocomplete-suggestion, .mobile-nav div.mobile-form .autocomplete-no-suggestion {
  padding: 12px 10px 6px; 
  border-bottom: 1px solid #ebebeb;
  cursor: pointer; 
}
.et-top-search .autocomplete-no-suggestion {
    color: white;
    border: 0;
    padding: 0;
}
.et-top-search .autocomplete-suggestion {color:white;}
.et-top-search .autocomplete-suggestion {
    border-bottom: 0;
    cursor: pointer;
    display: inline-block;
    padding: 0;
    font-weight: 700;
    font-size: 16px;
    width:100%;
}
.et-top-search .autocomplete-suggestion:last-child, .mobile-nav div.mobile-form .autocomplete-suggestion:last-child {border-bottom:0;}
.et-top-search .autocomplete-selected, .mobile-nav div.mobile-form .autocomplete-selected { text-decoration:underline;}
.et-top-search .autocomplete-suggestions strong, .mobile-nav div.mobile-form .autocomplete-suggestions strong { font-weight: bold; color: white; }
.et-top-search .autocomplete-group, .mobile-nav div.mobile-form .autocomplete-group { 
    padding: 2px 0px; 
}
.et-top-search .autocomplete-group {
    float: left;
    width: 26.33%;
    margin-right: 10%;
    height: 180px;
    overflow: hidden;
    margin-bottom: 30px;
}
.et-top-search .autocomplete-group:nth-of-type(3n+3) {
    margin-right:0;
}
.et-top-search .autocomplete-group strong, .mobile-nav div.mobile-form .autocomplete-group strong { 
  display: block; color:#064b5d;
}
.et-top-search .autocomplete-group strong {
    margin-bottom: 10px;
    display: block;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
    color: #fff;
    border: 0;
    border-bottom: 1px solid;
}
.et-top-search .autocomplete-span, .mobile-nav div.mobile-form .autocomplete-span {
    padding: 2px 4px 1px;
    font-size: 11px;
    margin-right: 8px;
    text-transform: uppercase;
    float: left;
    line-height: 19px;
    margin-top: 3px;
    color: white;
    width: 60px;
    text-align: center;
}
.autocomplete-suggestion p {
    font-size: 14px;
    font-weight: 400;
}
.autocomplete-suggestion span {
    display: block;
    font-size: 10px;
    text-decoration: none;
    color: silver;
    margin-top: -7px;
    font-weight: 400;
}
.mobile-nav div.mobile-form .autocomplete-span {
    padding: 0;
    font-size: 10px;
    text-transform: uppercase;
    line-height: 10px;
    margin-top: 0;
    width: auto;
    text-align: left;
    display: inline-block;
    color: #1584a4;
}
.mobile-nav div.mobile-form .autocomplete-par {
      white-space: nowrap; 
      overflow: hidden;
      text-overflow: ellipsis;
      display: block;
      width: 100%;
      color:black;
    }
.et-top-search .event-span, .mobile-nav div.mobile-form .event-span{
    background: #F76062;
}
.et-top-search .post-span, .mobile-nav div.mobile-form .post-span{
    background: #329fc1;
}
.et-top-search .notice-span, .mobile-nav div.mobile-form .notice-span{
    background: #3bc36e;
}
.et-top-search .autocomplete-suggestions:before, .mobile-nav div.mobile-form .autocomplete-suggestions:before {
    content:'';
    display:none;
    width:0;
    height:0;
    position:absolute;
    top:0;
    left:calc(50% - 7.5px);
    border-color:rgba(204,204,204,1);
    border-left: 7.5px solid transparent;
    border-right: 7.5px solid transparent;
    border-bottom: 7px solid white;
    margin-top:-7px;
}

/* FLICKITY CAROUSEL */
.main-carousel {
	padding-left: 10vw;
}
.slider-image {
  	width: 100%;
    height: 350px;
    max-width: none;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    -o-object-fit: cover;
    object-fit: cover;
	transition: 0.4s all;
    filter: brightness(85%)
}
.carousel-cell {
  width: 450px;
  height: 430px;
  margin-right: 30px;
}
.carousel-cell:hover > a .slider-image {
    filter: brightness(95%)
}
.carousel-cell h3 {
    font-family: 'GothamBold';
    font-size: 24px;
    padding: 14px 0 7px;
    position: relative;
    display: inline-block;
    color: black;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: auto;
    max-width: 450px;
}
.carousel-cell .sig {
    color: #f5af27;
    position: absolute;
    left: 20px;
    top: 20px;
    font-size: 23px;
    z-index: 9;
}
.carousel-cell h3:after {
    display: block;
    content: '';
    border-bottom: solid 3px black;
    transition: width .25s ease-in-out;
    position: absolute;
    bottom: 2px;
    left: 0;
    right: 0;
	width: 0;
}
.carousel-cell:hover > a .slider-text h3:after {
	width: 100%;
}
.carousel-cell h5 {
    margin-top: -4px;
}
.carousel-cell h5 i {
	margin-right:7px;
}

/* POSITION AWARE BUTTON */
body .gform_wrapper .gform_footer input[type=submit] {border:none;}
body .gform_wrapper .gform_footer input[type=submit],
#gform_submit_button_4,
.cav-btn {
	position: relative;
	display: block;
	overflow: hidden;
	width: 100%;
	height: 65px;
	max-width: 250px;
	margin: 1rem auto;
	text-transform: uppercase;
	color: white;
	padding:19px 0;
	text-align:center;
	font-size: 16px;
	font-family: GothamBold;
	background: #57c3bd;
	cursor:pointer;
}
.cav-btn p {
	position:relative;
	z-index:9;
	line-height:28px;
}
.cav-btn span {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-radius: 50%;
	background-color: #f5af27;
	-webkit-transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
	transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
	-webkit-transform: translate(-50%, -50%);
		  transform: translate(-50%, -50%);
	z-index: 8;
}
#gform_submit_button_4:hover{
	color: white;
	background-color:#f5af27;
	
}
.cav-btn:hover {
	color: white;
	
}
.cav-btn:hover span {
	width: 225%;
	height: 562.5px;
}
.cav-btn:active {
  background-color: #57C3BD;
}

/* POSITION AWARE BUTTON 2 */
.cav-btn2 {
	position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 56px;
    max-width: 205px;
    margin: 1rem 0;
    text-transform: uppercase;
    border: 2px solid #fff;
    color: #fff;
    padding: 15px 0;
    text-align: center;
    font-size: 15px;
    font-family: GothamBold;
}
.cav-btn2 span {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-radius: 50%;
	background-color: #fff;
	-webkit-transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
	transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
	-webkit-transform: translate(-50%, -50%);
		  transform: translate(-50%, -50%);
	z-index: -1;
}
.cav-btn2:hover {
	color: #736658;
}
.cav-btn2:hover span {
	width: 225%;
	height: 562.5px;
}
.cav-btn2:active {
	background-color: white;
}

/* FOOTER NEWSLETTER */

.newsletter-form {
	margin-top:20px;
	text-align:center;
}

.newsletter-form input[type="email"] {
	border: 0;
    padding: 20px;
    width: 290px;
	margin-right:-4px;
}

.newsletter-form input[type="submit"] {
	background: #f5af26;
    color: white;
    border: 0;
    padding: 20px 30px;
    font-weight: bold;
}


/* Tooltips */
.tooltip{
    position:absolute;
    z-index:1070;
    display:block;
    margin:0;
    font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-style:normal;
    font-weight:400;
    line-height:1.5;
    text-align:left;
    text-align:start;
    text-decoration:none;
    text-shadow:none;
    text-transform:none;
    letter-spacing:normal;
    word-break:normal;
    word-spacing:normal;
    white-space:normal;
    line-break:auto;
    font-size:.875rem;
    word-wrap:break-word;
    margin-top:8px;
}
.tooltip .arrow{
    position:absolute;
    display:block;
    width:.8rem;
    height:.4rem
}
.tooltip .arrow::before{
    position:absolute;
    content:"";
    border-color:transparent;
    border-style:solid
}
.bs-tooltip-auto[x-placement^=top],.bs-tooltip-top{
    padding:.4rem 0
}
.bs-tooltip-auto[x-placement^=top] .arrow,.bs-tooltip-top .arrow{
    bottom:0
}
.bs-tooltip-auto[x-placement^=top] .arrow::before,.bs-tooltip-top .arrow::before{
    top:0;
    border-width:.4rem .4rem 0;
    border-top-color:#000
}
.bs-tooltip-auto[x-placement^=right],.bs-tooltip-right{
    padding:0 .4rem
}
.bs-tooltip-auto[x-placement^=right] .arrow,.bs-tooltip-right .arrow{
    left:0;
    width:.4rem;
    height:.8rem
}
.bs-tooltip-auto[x-placement^=right] .arrow::before,.bs-tooltip-right .arrow::before{
    right:0;
    border-width:.4rem .4rem .4rem 0;
    border-right-color:#000
}
.bs-tooltip-auto[x-placement^=bottom],.bs-tooltip-bottom{
    padding:.4rem 0
}
.bs-tooltip-auto[x-placement^=bottom] .arrow,.bs-tooltip-bottom .arrow{
    top:0
}
.bs-tooltip-auto[x-placement^=bottom] .arrow::before,.bs-tooltip-bottom .arrow::before{
    bottom:0;
    border-width:0 .4rem .4rem;
    border-bottom-color:#000
}
.bs-tooltip-auto[x-placement^=left],.bs-tooltip-left{
    padding:0 .4rem
}
.bs-tooltip-auto[x-placement^=left] .arrow,.bs-tooltip-left .arrow{
    right:0;
    width:.4rem;
    height:.8rem
}
.bs-tooltip-auto[x-placement^=left] .arrow::before,.bs-tooltip-left .arrow::before{
    left:0;
    border-width:.4rem 0 .4rem .4rem;
    border-left-color:#000
}
.tooltip-inner{
    max-width:200px;
    padding:.25rem .5rem;
    color:#fff;
    text-align:center;
    background-color:#000;
    border-radius:.25rem
}
 

/* GFORM */
.gform_wrapper.gravity-theme #field_submit, .gform_wrapper.gravity-theme .gform_footer {
  display: block;
}

.recaptcha-disclaimer {
  font-size: 10px;
  font-style: italic;
  color: #aaa8a8;
  margin-top: 10px;
  line-height: 14px;
}

/* FOOTER */

#sb_instagram {
	padding-bottom:0 !important;
}

#main-footer {
    background-color: #ececec !important;
    background-image: linear-gradient(to bottom, rgb(255 255 255), rgb(228 228 228 / 60%)), url(/wp-content/uploads/2020/12/Brownsand.png);
    background-repeat: repeat;
    background-size: contain;
}

.et_header_style_left #et-top-navigation {
    padding: 20px 0 0 0 !important;
}

#footer-widgets h4.title {
	font-size: 15px;
    font-family: "GothamBlack";
    color: black;
    text-transform: uppercase;
}

#footer-widgets .footer-widget li {
	padding-left:0;
	display:table;
}

#footer-widgets .footer-widget li:before {
	display:none;
}

#footer-widgets a {
	color:black !important;
}

#footer-widgets a:after {
    display: block;
    content: '';
    border-bottom: solid 1px black;
    transform: scaleX(0);
    transition: transform .25s ease-in-out;
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
}

#footer-widgets a:hover:after {
    transform: scaleX(1);
}

#footer-bottom {
	background:transparent;
}

#footer-info {
    text-align: left;
    color: black;
    padding-bottom: 10px;
    float: left;
}

#footer-info li {
	display:inline-block;
	margin-right:16px;
}

#footer-info li a {
	color: #717171;
    font-weight: 500 !important;
    text-transform: uppercase;
    font-size: 12px;
	transition:0.4s all;
}

#footer-info li a:hover {
	color:black;
}

#footer-info a {
    font-weight: 900;
    color: black;
	transition:0.4s all;
}

#footer-info a:hover {
	color:#5ac1bc;
}

#footer-social {
	float:right;
	margin-top:10px;
}

#footer-social a {
	color:black;
	margin-left:17px;
	transition:0.4s all;
	font-size:22px;
}

#footer-social a:hover {
	color:#5ac1bc;
}

/* MOBILE */
.mobile_menu_bar:before { 
	color: white !important;
}

.mobile-menu-trigger {
    display:none;   
    float: right;
    position: absolute;
    right: 16px;
    top: 16px;
}

.menu-icon {
    position: relative;
    width: 1.5em;
    height: 2.5em;
}

.menu-icon span {
    position: absolute;
    height: 0.15em;
    width: 100%;
    background-color: #fff;
    transition: all 250ms ease-in-out;
    transform: rotate(0deg);
    border-radius: 3px;
}

.menu-icon span:nth-child(1) {
    top: 0.39375em
}
    
.menu-icon span:nth-child(2),
.menu-icon span:nth-child(3) {
    top: 0.9655em;
}

.menu-icon span:nth-child(4) {
    top: 1.475em;
}

.mobile-menu-trigger:hover span,
.mobile-menu-trigger:focus span,
.mobile-menu-trigger:active span {
    background: #fff;
}

.menu-icon.is-active span:nth-child(1),
.menu-icon.is-active span:nth-child(4) {
    opacity: 0; 
}

.menu-icon.is-active span:nth-child(2) {
    transform: rotate(45deg);
}

.menu-icon.is-active span:nth-child(3) {
    top: 0.9655em;
    transform: rotate(-45deg);
}

.menu-icon.is-active {
    position: fixed;
    right:16px;
    top:16px;
}

.menu-icon.is-active span {
    background:#fff;
}

.mobile-menu {
    display:none;
    margin-left: -100%;
    width: 0;
    padding: 0;
    float: right;
    margin-top: 0;
    position: fixed;
    background: #5ac1bc;
    color: white;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0px;
    height: 100vh;
    transition: 1.3s all;
    display: block !important;
    padding-top: 10px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch !important;
}

.mobile-menu ul {
    padding-top:20px;
}
.mobile-menu li {
    display: block;
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    padding: 0 20px;
}
.mobile-menu li a {
    color:white !important;
    opacity: 1;
    padding: 10px 0;
    font-size: 18px;
    display: inline-block;
}

.mobile-nav div.mobile-form {
    background: none;
    padding: 0px;
    font-size: 18px;
    margin-top: 40px;
    border-radius: 0;
    margin: 50px 20px 0;
    position: relative;
}
.mobile-nav div.mobile-form input {
    width: 100%;
    background: none !important;
    padding-right: 40px;
    font-size: 18px;
    outline: none;
    background: #8cd6d2 !important;
    border: 0;
    border-radius: 3px;
    box-shadow: none;
    box-sizing: border-box;
    padding: 10px 12px;
    color: white;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: normal;
    transition: 0.3s ease;
}
.mobile-nav div.mobile-form button {
    padding: 0;
    background: none;
    position:absolute;
    top:12px;
    right:10px;
    opacity:0.8;
}

/* RESPONSIVE */
@media (max-width:980px) {
	.inner_packages {
		padding-top: 0 !important;
	}
    .et_header_style_left .logo_container {
        float: left;
        margin-top: 12px;
    }
	#logo-svg {
    max-width: 80% !important;
	}
    a.site_btn,.mobile_menu_bar, #et_top_search {display:none;}
    .mobile-menu-trigger {display:block;}   
    .mobile-menu-show {
        width:100% !important;
        margin-left:0 !important;
    }
    #et-top-navigation {
        height:60px;
    }
    #top-menu {
        margin-left:-100%;
        width: 0;
        padding: 0;
        float: right;
        margin-top: 0;
        position: fixed;
        background: #5ac1bc;
        color: white;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0px;
        height:100vh;
        transition:1.3s all;
        display:block !important;
        padding-top:10px;
        overflow-y:scroll;
        -webkit-overflow-scrolling : touch !important;
    }
    .admin-bar #top-menu {
        padding-top:56px;
    }
    #top-menu li {
        display: inline-block;
        font-size: 14px;
        float: left;
        width: 100%;
        box-sizing: border-box;
        margin: 0;
        padding: 0 30px;
        line-height: 2em;
    }
    #top-menu li a {
        color:white !important;
        opacity: 1;
        padding:0;
        font-size: 14px;
    }
    #top-menu li a:after {
        border-color:white;
    }
    #top-menu .menu-item-has-children>a:first-child:after {
        display:none;
    }
    #top-menu li ul.sub-menu {
        width: 100%;
        position: relative;
        right: auto;
        left: auto;
        top: auto;
        bottom: 0;
        display: flex !important;
        height: auto;
        z-index: 999;
        box-shadow: none !important;
        background: transparent !important;
    }
    .left-mega {
        float: left;
        width: 100%;
        padding-left: 15px;
        padding-top:0;
        margin-top:0px;
    }
    #top-menu ul.sub-menu {
        background: transparent;
        display: block;
        width: 100%;
        border: 0;
        position: relative;
        color: white !important;
        padding: 0 !important;
        opacity: 1;
        visibility: visible;
    }
    .left-mega a {
        margin-bottom: 0px;
        font-size: 12px !important;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 100%;
        white-space: nowrap;
        line-height: 12px;
        height: auto;
        font-weight: 500;
        color: #fff !important;
        display: inline-block !important;
        border-bottom: 0px solid transparent;
        transition: 0.4s all;
        margin: 0;
        padding: 9px !important;
        display: block;
        width: 100%;
        z-index:999;
    }
    .left-mega a:hover, .active-mega, .menu-main-parent:hover, .active-main {
        border:0 !important;
    }
    .right-mega, .mega-rainbow {
        display:none !important;
    }
    #top-menu li li {
        padding: 0;
        margin: 0;
        line-height: 2em;
    }
    #top-menu li li a {
        color: white !important;
        height:auto;
        padding: 10px 0 10px 20px !important;
    }
    #footer-info a { 
        position:relative;
        text-align:center;
    }
	.et_pb_newsletter .et_pb_newsletter_form .et_pb_contact_field_half {
    -ms-flex-preferred-size: 100%!important;
    flex-basis: 100%!important;
	}
	
	.et_pb_newsletter_button_wrap {
		float: left!important;
		display: block!important;
		width: 100%!important;
		flex-basis: 100%!important;
	}

	.et_pb_newsletter .et_pb_newsletter_form .et_pb_contact_field_half {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}
	.grid figure {
		min-width: 100%;
		max-width: 100%;
		max-height: 100%;
		width: 100%;
	}
	.grid {
    	padding: 0 25px 0 20px;
	}
	
	.slider-image {
		height:260px;
	}
	
	.carousel-cell {
		width:100%;
		height:320px;
	}
	
	.main-carousel {
		padding-right:10vw;
	}
	
	.flickity-prev-next-button {
    	top: 34% !important;
	}
	
	.carousel-cell h3 {
    	font-size: 18px;
		display: block;
    	max-width: 100%;
	}
	
	.carousel-cell h3:after {
		display:none;
	}
	
	.carousel-cell h5 {
    	margin-top: -2px;
    	font-size: 12px;
	}
	
	figure.effect-honey h2 i {	    
		font-size: 15px;
    	line-height: 1.2em;
	}
	.page .et_pb_fullwidth_header.et_pb_fullwidth_header_0 {
    	padding-top: 118px !important;
	}

    #footer-social {
        margin-top:0;
        float:left;
    }

    #footer-social a {
        margin-right: 17px;
        margin-left:0;
    }

    #top-header-custom {
        display:none;
    }

}