/*======================================
Theme Name: Goldwynn
Theme URI: https://mountainwebmedia.com/
Description: Residences at Goldwynn Bahamas
Version: 1.1
Author: Mountain Web Media
Author URI: http://mountainwebmedia.com
Template: Divi
======================================*/
.et_pb_menu_0_tb_header a {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

/* You can add your own CSS styles here. Use !important to overwrite styles if needed. */
.custom-top-header a.elementor-button1,
.custom-top-header a.elementor-button2,
.custom-top-header .weather-widget,
.custom-top-header .header-phone a{
	font-weight: 600 !important;
	font-size:15px !important;
}

.et_pb_text_2_tb_header {
    width: 36.3% !important;
}
.custom-top-header .et_pb_text_1_tb_header{
	margin-right:0px !important;
}
.header-weather {
    width: 65px !important;
}
@keyframes wi-moveX {
    0% { transform: translateX(0); }
    50% { transform: translateX(10px); }
    100% { transform: translateX(0); }
}

@keyframes wi-moveY {
    0% { transform: translateY(0); }
    50% { transform: translateY(10px); }
    100% { transform: translateY(0); }
}

.weather-widget {
	display: flex;
    gap: 13px;
    align-items: center;
	
}

.et_pb_button et_pb_button_0_tb_header et_pb_bg_layout_light{
	white-space:nowrap !important;
}
.header-phone {
	padding:0 38px 0px 19px !important;
/* 	width:auto !important; */
	margin-bottom:0px !important;
	display:flex;
	align-items:center;
	
}
.header-phone a{
	white-space:nowrap;
	color:#000 !important;
	font-weight:500;
	letter-spacing:0.2px;
}

.weather-widget i.wi-moveX {
    animation: wi-moveX 2000ms linear infinite;
}
.header-weather {
    display: flex;
    align-items: center;
    height: 100%;
}
.header-weather{
	margin:0px !important;
}

.weather-widget i.wi-moveY {
    animation: wi-moveY 2000ms linear infinite;
}
.floorplan-btn {
    padding: 20px 30px !important;
    background: #74385C !important;
    color: #FECD72 !important;
    display: flex !important;
	align-items:center;
    overflow: hidden;
}

.rollover {
    height: 17px !important;
    overflow: hidden;
    cursor: pointer;
    gap: 6px !important;
}


.rollover__item {
    font-size: 15px;
	font-weight:500;
    display: block;
    line-height: 1;
    transition: transform 0.4s ease;
    text-transform: uppercase;
    transform: translateY(0);
	white-space:nowrap;
}

.rollover__item_left {
    transform: translateY(0); 
}

.rollover__item_right {
    transform: translateY(100%);
    transition: transform 0.6s ease;
/*     background: linear-gradient(to right, #FFCD72 0%, #ffcd7273 100%);
    -webkit-background-clip: text!important;
    -webkit-text-fill-color: transparent; */
}

.floorplan-btn:hover .rollover__item_left {
    transform: translateY(-100%); 
}

.floorplan-btn:hover .rollover__item_right {
    transform: translateY(-100%);
}


.custom-header .et_pb_code_inner {
	height:100%;
}


.custom-header .et_pb_code_inner a {
	height:100%;
}

.custom-header .et_pb_column.et_pb_column_1_3{
	width:37% !important;
}
#sticky-menu-area{
	opacity:0;
}
#sticky-menu-area.sticky {
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 999;
  opacity:1 !important;
/*   background-color: #fff; */
  transition: top 0.3s ease-in-out;
}

/* .et_pb_row.et_pb_row_3_tb_header, .sidebar-menu-main{
	display:none !important;
} */
#sticky-menu-area .et_pb_image_wrap {
	max-width:150px !important;
}

#sticky-menu-area .et_pb_with_border.et_pb_column_1_5.et_pb_column{
	max-width:220px !important;
}
#sticky-menu-area{
	display:flex !important;
	justify-content:space-between !important;
	padding: 0 20px;
	background:#F1EDE2;
	transition: top 0.3s ease-in-out;
	top: -300px;
	
}

  .show {
    top: 30px;
  }

#sticky-menu-area .et_pb_column.et_pb_column_1_5.et_pb_column_8_tb_header{
max-width:150px;
}
.sticky-main-menu{
	background:transparent !important;

}
.menu-item.menu-item-type-post_type a{
	color:#000;
	font-size:15px;
    font-weight: 400;
    letter-spacing: 0.5px;
}
.sticky-main-menu .floorplan-btn{
	padding:14px 30px !important;
}
 #sticky-menu-area .et_pb_row:after, #sticky-main-menu .et_pb_row_inner:after{
	 display:none;
}
#sticky-menu-area .et_pb_column.et_pb_column_3_5.et_pb_column_7_tb_header{
	flex:1;
}
.custom-top-header{
	max-height:65px !important;
}
.custom-top-header .et-last-child  {
    display: flex;
    justify-content: flex-end;
    width: 23% !important;
}
.sticky-main-menu-btn .floorplan-btn{
	padding:14px 30px !important;
}


/* side bar */
.sd-header-menu{
	max-height:65px !important;
	display:flex !important;
	justify-content:space-between !important;
	align-items:center;
	position:fixed !important;
	width:100% !important;
}
.sd-side-left-content {
	position: fixed !important;
    top: 65px !important;
	width:100% !important;
	z-index:-1 !important;
}
.sd-header-telicon{
 	cursor: pointer !important;
}
.sd-header-menu > div{
	max-height:65px !important;
}
.sd-header-menu div:first-child{
    display: flex;
    align-items: center;
    max-width: 182px;
}
.sd-header-menu .et-last-child{
	max-width:266px !important;
	gap:20px !important;
}

.et_pb_row.et_pb_row_3_tb_header.sd-header-menu .et-last-child{
	margin-right:29px !important;
}


.sd-header-menu div.et-last-child::after, .sd-header-menu .et_pb_row:after {
	display:none !important;
}

header .et_pb_row:after, header .et_pb_row_inner:after{
	display:none !important;
}
header .et_pb_module.et_pb_code.et_pb_code_6_tb_header{
	margin-bottom:0px !important;
}

.sidebar-menu-left {
	background:#74385C !important;
	width:25% !important;
	padding:0 !important;
    display: flex !important;
    flex-direction: column !important;
	align-items:center !important;
}
.sd-side-left-content {
	height:93vh ;
	margin: 0;
}
.sd-side-left-content .et-menu-nav{
    display:flex !important;
	align-items:center;
}

.sd-header-iconbar {
  cursor: pointer;
	margin-left:20px !important;
}

.sd-header-iconbar svg rect {
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.sd-header-iconbar svg.active rect:nth-of-type(1) {
  transform: translateX(6px) translateY(-1px) rotate(45deg);
}

.sd-header-iconbar svg.active rect:nth-of-type(2) {
  opacity: 0;
}
.sd-header-iconbar svg.active rect:nth-of-type(3) {
  transform:translateX(-11px) translateY(9px) rotate(-45deg);
}

#menu-sidebar-mobile-menu {
	display:flex;
	flex-direction:column;
}

#menu-sidebar-mobile-menu a{
	font-size:29px;
	font-weight:600;
	line-height:1em;
}

.et_pb_column.et_pb_column_3_5.et_pb_column_12_tb_header.et_pb_css_mix_blend_mode_passthrough.et-last-child.et_pb_column--with-menu{
	display:flex !important;
	align-items:center !important;
}

.et_pb_menu_2_tb_header.et_pb_menu, .et_pb_menu_3_tb_header.et_pb_menu {
	background:transparent !important;
}

.sd-side-left-logo{
	padding: 0 1.5rem !important;
    margin: 10vh 0 !important;
}


.sd-side-left-content .floorplan-btn {
    color: #000 !important;
    background-color: transparent !important;
    background-image: linear-gradient(90deg, #FFCD72 0%, #AF7F4C 100%) !important;
	
}
.sd-side-left-btn{
	height:65px !important;
	margin-bottom:7vh !important;
}

.sd-side-left-social{
	margin:0 !important;
	margin-top: 22vh !important;
}

.sd-side-left-phone{
	margin:0 !important;
}

.sd-left-content-human-image{
    position: absolute;
    bottom: 18vh;
    transform: rotate(45deg) translateX(91px) translateY(-49px);
}

.sidebar-menu-left{
	overflow:hidden !important;
}
.sd-header-menu .et_pb_column_9_tb_header{
padding-left:20px !important;
}

.sd-header-btn .rollover {
    height: 17px !important;
    overflow: hidden;
    cursor: pointer;
    gap: 0px !important;
	flex-direction:column;
}
.sd-header-btn  .floorplan-btn {
    padding: 15px 30px !important;
}
@media only screen and (max-width: 1024px) {
		.sidebar-menu-left {
	 	width: 40% !important;
     	margin-right: 2rem !important;
	}
	.sd-left-content-human-image{
		display:none !important;
	}
}

@media only screen and (max-width: 1024px) {
	.sd-side-left-content .et_pb_column{
		margin-bottom:0px !important;
	}
	.sd-side-left-content .et_pb_menu,.sd-side-left-content .et_pb_menu__menu{
		display:flex !important;
	}
	.sidebar-menu-left {
	 	width: 37% !important;
     	margin-right: 2rem !important;
	}
	#menu-sidebar-mobile-menu a {
		font-size:15px !important;
	}
	.sd-header-menu .et_pb_column {

    	margin-bottom: 0px;
	}
	.et_pb_column_9_tb_header{
		padding:0 !important;
	}

	.sd-side-left-content .et_pb_column{
		width:auto !important;
	}
	
	.sidebar-menu-left .et_pb_column .et_pb_module{
		margin:0px !important;
	}

}
.sd-side-left-content .et_mobile_nav_menu{
	display:none !important;
}

@media only screen and (max-width: 767px) {
	.page-id-756 .et_pb_column.et_pb_column_1_2.et_pb_column_3.et_pb_specialty_column.et_pb_css_mix_blend_mode_passthrough {
		min-height: 546px !important;
	}
	.gform_wrapper.gravity-theme input[type=text]{
		padding: 2px !important;
	}
}

@media only screen and (max-width: 1250px) {
	#site-header.et_pb_section_0_tb_header{
		height: 62px !important;
	}
	#site-header{
		height:76px !important;
		background:transparent !important;
		border-color:transparent !important;
		border-width: 12px 20px 0px 14px !important;
	}
	#sticky-menu-area {
		display:none !important;
	}
	.custom-top-header, .custom-main-menu {
		display:none !important;
	}

}

@media only screen and (min-width: 1250px) {
	.sd-header-menu{
		display:none !important;

	}
	.sd-side-left-content {
		display:none !important;
	}
}
@media only screen and (max-width: 768px) {
	.et-social-icons{
		padding:0 0 23px 0em !important;
	}
	.sd-side-left-social{
		margin-top: 0vh !important;
	}
	.sd-header-menu div:first-child {
		max-width: 160px;
	}
	.sd-left-content-human-image{
		display:none;
	}
	.sd-side-left-content div.et-last-child{
		width: 100% !important;
		order: 1 !important;
		display: flex !important;
		padding: 3rem 0 2rem 2rem !important;
	}
	.sd-side-left-content{
		transition: all 0.4s ease-in-out !important;
	}
	.sidebar-menu-left{
		order: 2 !important; 
		width:100% !important;
	}
	.sd-side-left-content {
/* 		display:flex !important; */
		flex-direction:column !important;
		top:112px !important;
	}
	.sd-side-left-logo{
		padding: 0 1rem !important;
    	margin: 3vh 0 !important;
	}
	.sd-side-left-btn {
		margin-bottom:3vh;
	}
	
	#site-header{
		padding:0px  !important;
		border-width:1px 6px 0px 6px !important;
	}
	.sd-side-right-menu {
		margin:0 !important;
	}
	#menu-sidebar-mobile-menu a {
		font-size:15px !important;
	}
	.sd-header-menu .floorplan-btn{
		padding:16px 19px !important;
	}
	.et_pb_row_3_tb_header {
    min-height: 54px !important;
}
	.sd-header-menu .et_pb_column_9_tb_header{padding-left: 9px !important;}
	.sd-header-logo {
		margin-top:22px !important;
	}
		
	.sd-header-logo .et_pb_image_wrap {
		max-width:65px !important;
	}
	.et_pb_module.et_pb_image.et_pb_image_3_tb_header{
		margin:0 !important;
	}
	.sd-side-left-logo{
		max-width:200px !important;
	}
	.sd-side-left-btn  .floorplan-btn {
   		padding: 12px 22px !important;
	}
	.sd-side-left-btn{
		margin-bottom: 2vh !important;
    }
	.sd-header-menu{
		top:0px !important;
	}
	.sd-side-left-content{
		top:65px !important;
	}
	.sidebar-menu-left {
     	margin-right: 0rem !important;
	}
	.sd-header-menu .et-last-child{
		max-width:199px !important;
		gap:10px !important;
	}
	.sidebar-menu-left .et_pb_module{
		margin-bottom:0px !important;
	}
	.sd-side-left-btn{
		display:none !important;
	}
	.sd-side-left-phone{
		margin-top:20px !important;
	}
	.sd-side-left-social{
		margin-top:25px !important;
	}
	.sidebar-menu-left{
		height:66% !important;
	}
}

.sd-side-left-content.et_pb_row_4_tb_header{
	display:none;
}

.sd-side-right-menu {
/* 	margin-top:28vh; */
}

.sd-header-logo{
	margin:0px !important;
	margin-top:34px !important;
}


.d-none{
	display:none !important;
}
.d-flex{
	display:flex !important;
}


.sd-side-left-content .et-social-icons{
	padding:0 0 23px 0em !important;
}


.et-social-icon.et-social-facebook{
	margin-left:0px !important;
}




.sd-side-left-content .menu-item.menu-item-type-post_type {
	position: relative;
}

 .sd-side-left-content .menu-item.menu-item-type-post_type::before {
    content: '';
    position: absolute;
    display: block;
    width: 0px;
    height: 2px;
    background: #74385c;
    left: 0px;
    top: 36%;
    transition: all 0.3s ease-in-out;
}
 .sd-side-left-content .menu-item.menu-item-type-post_type a {
	    transition: all 0.3s ease-in-out;
}

 .sd-side-left-content .menu-item.menu-item-type-post_type:hover a {
	color: #74385C;
	transform: translateX(23px);
}

 .sd-side-left-content .menu-item.menu-item-type-post_type:hover::before {
    width: 23px !important;
}
/*
.et_pb_menu_0_tb_header.et_pb_menu ul li a,.et_pb_menu_1_tb_header.et_pb_menu ul li a{
	font-weight:600 !important;
	color:#000 !important;
}
.et_pb_menu_0_tb_header.et_pb_menu ul li:hover a,.et_pb_menu_1_tb_header.et_pb_menu ul li:hover a{
	color:#74385C !important;
}
*/


.sd-side-left-content .et_pb_text_inner p a{
	color : #fff !important;
	font-weight:600 !important;
	position:relative !important;
	z-index:1000 !important;
}


.et-social-icon a.icon:before{
	color: #E2BC70 !important;
}


#site-header.et_pb_section_0_tb_header{
	border-width: 0px !important;
}
@media(min-width: 1251px){
	#site-header.et_pb_section_0_tb_header{
	height:130px !important; 
}
}

/* @media(max-width:981px){
	#site-header.et_pb_section_0_tb_header{
	height:260px !important;
}
}
@media(max-width:767px){
	#site-header.et_pb_section_0_tb_header{
	height:210px !important;
}
}
@media(max-width:400px){
	#site-header.et_pb_section_0_tb_header{
	height:200px !important;
}
}
 */

.custom-main-menu-right .et_pb_menu__wrap{
	margin-right:20px;
}


#sticky-menu-area .et-last-child{
	margin-right:20px !important;
}


.sd-side-left-email a, sd-side-left-phone a{
	font-size:15px !important;
}


/* Gravity Form Styling */
.gform_button{
	background-color: #74385C !important;
	color: #FFCE73 !important;
	padding: 15px 25px !important;
	font-weight: 600 !important;
	font-size: 13px !important;
	letter-spacing: 1px;
	text-transform: uppercase;
	cursor: pointer;
	border: none !important;
	border-radius: 1px;
}
/* End Gravity Form Styling */
.et_pb_menu .et_pb_menu__menu{
	display: inline-masonry !important;
}
.et_pb_menu__menu>nav{
	display: block !important;
}
.et_pb_menu .et_pb_menu__menu > nav > ul:not(#menu-sidebar-mobile-menu) {
	display: -webkit-box !important;
}
.et_pb_menu--without-logo .et_pb_menu__menu>nav>ul>li>a{
	font-family: "ivypresto-display", Sans-serif;
	font-weight: 400 !important;
	letter-spacing: 0.5px !important;
}
.custom-top-header a.elementor-button2, .custom-top-header a.elementor-button1{
	font-weight: 400 !important;
	font-size: 13px !important;
}
.custom-top-header .header-phone a{
	font-weight: 400 !important;
}
/* .et_pb_menu .et-menu>li{
	padding-left: 0 !important;
} */
.et_pb_image .et_pb_image_wrap img[src*=".svg"]{
	width: 257px !important;
}
.et_pb_image_0_tb_header .et_pb_image_wrap img{
	height: 137px !important;
}
#site-header .gwb-header-left{
	width: 43% !important;
}
#site-header .gwb-header-middle{
	width: 20% !important;
}
#site-header .gwb-header-right{
	width: 37% !important;
}
.et_pb_fullwidth_header_0{
	height: 100% !important;
	overflow: hidden !important;
}
.et_pb_section_1.et_pb_section{
	padding-bottom: 66px !important;
}
.et_pb_row_sticky{
	overflow: hidden !important;
}
@media only screen and (max-width: 767px) {
	.et_pb_fullwidth_header_0 {
		padding-top: 3.125em !important;
	}
}
.et_pb_menu .et-menu{
	margin-left: 0px;
	margin-right: 0px;
}
.et_pb_section_1{
	height: 100% !important;
	max-height: 100% !important;
}
.gwb-pop-up-wrapper {
	padding: 10px 0 !important;
}