.hide { display: none;}

header.entry-header {
    display: none;
}

html {
  scroll-behavior: smooth;
}

img{
	max-width: 100%;
	height: auto;
}


h1 {font-size: 60px;}
h2 {font-size: 45px;}
h3 {font-size: 30px;}



.site-header {
    background: #fff;
    color: #000;
    padding: 28px 5px;
    position: relative;
}

.home .site-header {
    background: transparent;
    color: #fff;
    padding: 28px 5px;
    position: relative;
    position: absolute;
    width: 100%;
    z-index: 9;
}

.home .logo img {
    filter: brightness(0) invert(1);
}

.logo {
    text-align: center;
}

/* .site-header:after { */
    /* content: ''; */
    /* background: #5f5f5f; */
    /* width: 56.5%; */
    /* height: 1px; */
    /* position: absolute; */
    /* bottom: 63px; */
    /* right: 0; */
/* } */

/* .home .site-header { */
    /* position: absolute; */
	/* background: transparent; */
	/* top: 100px; */
    /* z-index: 999; */
    /* width: 100%; */
/* } */

/* 


/*----------- Main_menu_bar----------*/

/* header .row { */
    /* align-items: center; */
/* } */

nav.main_menu_bar {
    margin-top: 13px;
}


/* .main_menu_bar { */
    /* clear: both; */
    /* text-transform: uppercase; */
    /* font-weight: 600; */
/* } */

/* .main_menu_bar .main_menu_cont > ul > li a:hover:after { */
    /* position: absolute; */
    /* content: ''; */
    /* border-bottom: 4px solid #b3cae3; */
    /* width: 100%; */
    /* height: 3px; */
    /* left: 0; */
    /* bottom: -5px; */
   /* margin-left: 8%; */
    /* font-weight: 500; */
/* } */


/* .main_menu_bar .main_menu_cont > ul > li:after { */
    /* content: ''; */
    /* position: absolute; */
    /* background: #fff; */
    /* width: 1px; */
    /* height: 15px; */
    /* top: 1px; */
    /* left: -17px; */
/* } */

/* .main_menu_bar .main_menu_cont > ul > li:first-child:after { */
	/* display:none; */
	/* } */


.main_menu_bar .main_menu_cont ul:not(.sub-menu) > .current_page_item a {
    color: #feb406;
}

/*  .main_menu_bar .main_menu_cont ul:not(.sub-menu) > .current-menu-item a {
    color: #feb406;
}
  */

.drop_menu>li ul.sub-menu .menu-item a:hover:after {display:none;}

/* .main_menu_bar .main_menu_cont {
	position:relative;
	display:inline-block;
} */
.main_menu_bar .main_menu_cont ul {
	margin:0;
	padding:0;
	list-style:none;
	display: flex;
	align-items: center;
	justify-content:center;
	gap:45px;
	font-family: "Marcellus";
}
.main_menu_bar .main_menu_cont li {
	position:relative;
}

/* .main_menu_bar .main_menu_cont > ul > li{ */
	/* display:inline-block; */
	 /* padding:0 0 14px;  */
	/* position:relative; */
/* } */

/* .main_menu_bar .main_menu_cont ul:not(.sub-menu) > .current-menu-item:before, */
/* .main_menu_bar .main_menu_cont ul:not(.sub-menu) > .current_page_item:before, */
/* .main_menu_bar .main_menu_cont ul:not(.sub-menu) > .current_page_parent:before */
/* /*.main_menu_bar .main_menu_cont > ul > li:before*/ /* { */
	/* position:absolute; */
	/* content:''; */
	/* border-bottom: 4px solid #b3cae3; */
	/* width: 90%; */
	/* height: 3px; */
	/* left: 0; */
	/* bottom: 7px; */
	/* margin-left: 10%; */
	/* font-weight:500; */
/* } */



.main_menu_bar .main_menu_cont > ul a {
	color:#000
}

.home .main_menu_bar .main_menu_cont > ul a {
	color:#fff
}	
.main_menu_bar .main_menu_cont > ul a {
	display:block;
	text-decoration:none;
	font-size:20px;
	line-height:33px;
	/* border-left:1px solid #8dc53e; */
	/* padding: 0 7px 0 11px; */
	transition: all 0.2s linear 0s;
	-webkit-transition: all 0.2s linear 0s;
}

a.menu-contact {
    color: #fff;
    text-decoration: none;
    font-size: 17px;
    -webkit-transition: all 0.2s linear 0s;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 3px;
}


.main_menu_bar .main_menu_cont > ul li:first-child a,
.main_menu_bar .main_menu_cont .sub-menu a{
	border-left:0;
}

.main_menu_bar .main_menu_cont > ul > li:hover > a,
.top_links > ul > li:hover > a,
.top_links .current-menu-item a,
.top_links .current_page_item a,
.top_links .current_page_parent a {
	color:#a9a8a5;
}




/*
**************************
submenu
**************************
*/
.drop_menu li {
	position:relative;
}
.drop_menu li:hover > ul.sub-menu {
	display:block;
}
.drop_menu>li >ul.sub-menu {
	box-shadow: 2px 2px 18px 2px rgba(0,0,0,0.2);
	top: 20px;
	left: 13px;
	padding: 10px 0;
	z-index: 5;
	transition: all 0.2s linear 0s;
	-webkit-transition: all 0.2s linear 0s;
}
.drop_menu>li ul.sub-menu {
	background: rgba(255,255,255,0.90);
	border: 2px solid #feb406;
	margin: 0;
	position: absolute;
	width: 210px;
	display: none;
}
.drop_menu>li >ul.sub-menu ul {
	top:0;
	left:210px;
	margin-left: -4px;
}
.drop_menu>li >ul.sub-menu:before{
    content: "";
    position: absolute;
    top: -7px;
    left: 10px;
    border-bottom: 5px solid #FEB406;
    border-left: 10px solid rgba(0, 0, 0, 0);
    border-right: 10px solid rgba(0, 0, 0, 0);
    margin: 0 auto;
    width: 16px;
	z-index: 2;
}
.no-arrow:before {
	border: 0 !important;
}
.drop_menu>li ul.sub-menu li {
	font-size: 14px;
	text-transform: capitalize;
	text-align: left;
	margin: 0px;
}
.drop_menu>li ul.sub-menu .menu-item {
	list-style: none;
}
.drop_menu>li>ul.sub-menu>li.menu-item-has-children {
	/*display: table-cell;*/
}
.drop_menu>li ul.sub-menu li a {
	display: block;
	padding: 9px 11px;
	color: #000;
	text-decoration: none;
	background-color:transparent !important;
	line-height: 20px;
	border-top:1px solid #fff;
}
/*.drop_menu>li ul.sub-menu > li.menu-item-has-children > a {
	color: #111;
	text-transform: uppercase;
}*/
.drop_menu>li ul.sub-menu li:hover > a,
.drop_menu>li ul.sub-menu li.current_page_item > a {
	color: #fff;
	background-color:#030403 !important;
	transition: all 0.2s linear 0s;
	-webkit-transition: all 0.2s linear 0s;
}



a:hover {
    color: #293148;
}
a {
    color: #293148;
}


a.main-btn, .blog-pagination a {
    background: #6C94AA;
    color: #fff;
    font-size: 18px;
    padding: 13px 42px;
    border-radius: 2px;
    transition: 0.3s;
    display: inline-block;
    font-weight: 600;
	text-decoration:none;
}

a.main-btn:hover, .blog-pagination a:hover {
    text-decoration: none;
    background: #000;
    box-shadow: 0px 0px 18px -4px #000;
}

a.main-btn:after {
    content: '\f061';
    font-family: 'Font Awesome 5 Free';
    margin-left: 11px;
}


a.get-started.main-btn {
    padding: 13px 21px;
}

a.get-started.main-btn:hover {
    transform: none;
}

/*---------Home Page--------*/

.beneath-banner-form #gform_fields_1 input[type="text"],
.beneath-banner-form #gform_fields_1 input[type="email"],
.beneath-banner-form #gform_fields_1 input[type="tel"] {
    background: #2B3C58;
    border: none;
    color: #fff;
    height: 62px;
    padding: 20px;
    font-size: 20px;
}

.beneath-banner-form #gform_fields_1 input[type="text"]::placeholder,
.beneath-banner-form #gform_fields_1 input[type="email"]::placeholder,
.beneath-banner-form #gform_fields_1 input[type="tel"]::placeholder {
    color: #ffffffa6;
}


.home-first-seciton h4
 {
	font-size: 19px;
    color: #CBA250;
    font-family: 'Inter';
    letter-spacing: 4px;
    font-weight: 600;
    text-transform: uppercase;

}

.home-first-seciton h2 {
    font-size: 75px;
    color: #434343;
    /* line-height: normal; */
	line-height: 78px;
	margin-bottom: 20px;
}

.home-first-seciton p {
    color: #434343;
	line-height: 27px;
}


.gform_button {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #1a2332;
    color: #fff;
    padding: 16px 30px;
    border: none;
    border-radius: 4px;
    font-weight: 600;
    cursor: pointer;
    width: 100% !image-box;
}

.gform_button svg {
    transition: transform 0.3s ease;
}

.gform_button:hover svg {
    transform: translateX(5px);
	color:#000;
}


.home-bottom-contact p {
    color: #fff;
}

.home-bottom-contact h2 {
    color: #fff;
    font-size: 60px;
}

button#gform_submit_button_1 {
    background: #6C94AA;
    font-size: 20px;
    padding: 20px;
	transition:0.3s;
	border:1px solid #000;
	width:100%;
}

button#gform_submit_button_1:hover
{
	background:#fff;
	color:#000;
	border:1px solid #000;
}



.gform-theme--foundation .gform_fields {
        gap: 20px !important;
	}


.theme-content h4 {
    text-transform: uppercase;
    letter-spacing: 6px;
    font-size: 16px;
    font-weight: 400;
	color:#fff;
}


.theme-content h3 {
    font-size:40px;
	color:#fff;
}


.theme-content h2 {
    font-size: 70px;
	color:#fff;
}
.theme-content p {
    line-height: 34px;
	color:#fff;
}


.theme-content a {
    font-size: 16px;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 4px;
    box-shadow: inset 0 0 0 0 #ffffff;
    padding: 4px 12px;
    margin: 0px -.25rem;
    margin-bottom: 0px;
    margin-bottom: 0px;
    transition: color .3s ease-in-out, box-shadow .3s ease-in-out;
}


.theme-content a:hover {
    box-shadow: inset 380px 0 0 0 #ffffff;
    text-decoration: none;
    color: #2c3c45;
}


.theme-content-black h4 {
    text-transform: uppercase;
    letter-spacing: 6px;
    color: #6C94AA;
    font-size: 16px;
    font-weight: 400;
	font-family:"Lato";
}
.theme-content-black h2 {
    font-size: 70px;

}
.theme-content-black p {
    line-height: 34px;
	
}

/* .theme-content-black a {
    font-size: 16px;
    text-decoration: none;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 4px;
} */

.theme-content-black a {
    font-size: 16px;
    text-decoration: none;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 4px;
    box-shadow: inset 0 0 0 0 #000;
    padding: 4px 12px;
    margin: 0px -.25rem;
    margin-bottom: 0px;
    margin-bottom: 0px;
    transition: color .3s ease-in-out, box-shadow .3s ease-in-out;
}

.theme-content-black a:hover {
    box-shadow: inset 480px 0 0 0 #2B3C58;
    text-decoration: none;
    color: #ffffff;
}



.theme-content-black a:after, .theme-content a:after {
    content: '\f061';
    font-family: "Font Awesome 6 Free";
    font-weight: 600;
    margin-left: 10px;
}

.home-luxury-section {
    padding: 40px 10px;
}
.bg-retreat {
    margin-top: -60px;
    margin-bottom: -60px;
	padding-top: 70px;
}

.bobby-section .vc_row {
    max-width: 1500px;
    margin: auto !important;
	justify-content:center;
}

.quote-text p:first-child {
    margin-bottom: -30px;
}

/* .vc_custom_1787237966089 {
	    margin-bottom: -35px;
    margin-top: -65px;
    padding-top: 100px;
}
 */
.home-luxury-section p {
    max-width: 900px;
    margin: auto;
}

.home-luxury-section img {
    width: 90%;
}

.home-luxury-section img {
    border-radius: 15px;
}

.bobby-section {
    background: linear-gradient(90deg, rgba(43, 59, 68, 1) 0%, rgba(108, 148, 170, 1) 100%);
	position: relative;
    margin-top: 60px;
    margin-bottom: 60px;
    z-index: 999;
    overflow: visible !important;
}

.bobby-section img {
    /* position: absolute; */
    /* right: 0; */
    /* z-index: 999; */
    /* top: -60px; */
    /* overflow: visible; */
	margin: -110px 0px;
}

.quote-text p {
    font-family: "Sorts Mill Goudy", serif;
    font-weight: 400;
    font-style: italic;
    font-size: 36px;
    line-height: normal;
	color:#fff;
}
.quote-text {
    width: 85%;
    position: absolute;
    bottom: -60px;
    padding: 40px;
    left: calc(10% - 20px);
}

.quote-text img {
	margin-bottom:10px;
}


.image-gallery1 {
  display: flex;
  width: 100%;
  height: 650px;
  overflow: hidden;
  position: relative;
}

.image-gallery1 .image1 {
  flex: 1;
  position: relative;
  transition: flex  0.75s ease;
  overflow: hidden;
}

.image-gallery1 .image1 img {
  width: 100%;
  height: 100%;
  object-fit: none;
  transition: transform  0.75s ease;
}

.image-gallery1 .image1:hover {
  flex: 4;
}

.image-gallery1 .image1:not(:hover) {
  flex: 1;
}

/* Text Overlay */
.text-overlay1 {
    position: absolute;
    bottom: 0;
    left: 0;
    color: white;
    z-index: 2;
    /* text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.7); */
    white-space: nowrap;
    padding: 40px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
	width:100%;
}

.text-overlay1 h2 {
  font-size: 56px;
  margin: 0;
	font-weight:400;
}

.text-overlay1 p {
  font-size: 20px;
}

.image-gallery1 .image1 {
  flex: 1;
  transition: flex  0.75s ease;
  overflow: hidden;
}

.image-gallery1 .image1.active1 {
  flex: 4;
}

.image-gallery1 .image1:hover {
  flex: 4;
}

.image-gallery1 .image1:not(:hover):not(.active1) {
  flex: 1;
}

.image1.active1 .text-overlay1 {
    display: block;
}
.image1 .text-overlay1 {
    display: none;
}

.slider-section .wpb_raw_code.wpb_raw_html.wpb_content_element {
    margin-bottom: 0;
}

.three-section-n {
    padding-top: 50px;
	padding-bottom: 40px;
}

.three-section-text1 {
    background: #6C94AA;
    padding: 50px;
}

.three-section-text2 {
    background: #2B3C58;
    padding: 50px;
}

.three-section-text3 {
    background: #000000;
    padding: 50px;
}

.three-section-n .vc_column-inner {
    padding-left: 0px !important;
	padding-right: 0px !important;
}

.three-section-n1, .three-section-n2, .three-section-n3 {
    padding-top: 40px;
    padding-bottom: 40px;
}


.section-life {
	position: relative;
    z-index: 999;
    overflow: visible !important;
}

.section-life img
 {
    margin-top: -23.9%;
}


.section-life h3{
	font-size:45px;
}

.home-cta 
{
	text-align:center;
	padding-top:40px;
	padding-bottom:40px;
}



.list-special h3 {
    font-size: 45px;
    margin-bottom: 30px;
}

.list-special .vc_col-md-4:after
 {
    content: '';
    background: #C8C8C8;
    position: absolute;
    width: 1px;
    height: 210px;
    top: 110px;
    left: -10px;
}

.list-special .vc_col-md-4:first-child:after
{
	display:none;
}

.explore-section h2 {
    font-size: 43px;
    line-height: 63px;
	text-align:center;
}
.explore-section {
    text-align: center;
    max-width: 1181px;
    margin-left: auto;
    margin-right: auto;
}

.charade-content2 {
    padding: 20px 75px 50px;
}



.home-blog-section h2 {
    font-size: 60px;
    padding-bottom: 30px;
}


.recent_blog_content {
    padding-top: 18px;
    display: inline-block;
}

.recent_blog_title a {
    color: #fff;
    font-size: 30px;
    text-decoration: none;
    font-weight: 600;
    font-family: 'Poppins';
	transition:0.3s;
}

.recent_blog_title a:hover {
    color: #F5D132;
}

.home-blog-section {
    padding-top: 30px;
    padding-bottom: 30px;
}


.time {
	color: #ffffff;
    font-size: 18px;
    font-family: 'Onest';
}


/* .main_col_3 { */
    /* background: #F9FAFB; */
    /* padding: 25px; */
    /* border: 1px solid #D4D4D4; */
    /* border-radius: 24px; */
	/* transition:0.3s; */
/* } */

.recent_blog_img img {
    border-radius: 10px;
}
h4.recent_blog_title {
    padding: 20px 0;
}



.bottom-cta-section {
    background: linear-gradient(90deg, rgba(168, 0, 27, 1) 0%, rgba(66, 0, 11, 1) 100%);
	 overflow: visible !important;
}


button#gform_submit_button_2 {
    background: transparent;
    position: absolute;
    top: 10px;
    right: 0;
}

div#gform_wrapper_2 {
    position: relative;
}

div#gform_wrapper_2 input#input_2_1 {
    padding: 32px;
}


.bottom-newsletter {
    padding: 70px 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

p.gform_required_legend {
    display: none;
}


/*-------HOME PAGE END-----------*/



/*-------INNER PAGE START-----------*/


.inner-page-first-section p
{
	text-align: center;
    font-size: 20px;
    line-height: 30px;
}


.about-page-section {
    background-repeat: no-repeat;
    background-size: auto;
    background-position: right bottom;
}


.team-page-section 
{    
	background-repeat: no-repeat;
    background-size: auto;
    background-position: right bottom;
}



.contact-page-address li {
    margin-bottom: 25px;
    position: relative;
    padding-left: 53px;
}

.contact-page-address ul {
    list-style: none;
    padding: 0;
    font-size: 20px;
}

.contact-page-address i {
    color: #e7a50f;
    border: 2px solid #e7a50f;
    padding: 9px;
    position: absolute;
    border-radius: 50%;
    left: 0;
    width: 41px;
    text-align: center;
    height: 41px;
}

.contact-page-address a {
    color: #000;
}

.contact-page-address b {
    color: #e7a50f;
}

.contact-page-social {
    padding-top: 20px;
	transition:0.3s;
}
.contact-page-social i {
    color: #e7a50f;
    border: 2px solid #e7a50f;
    padding: 10px;
    border-radius: 50%;
    width: 50px;
    text-align: center;
    height: 50px;
    font-size: 25px;
    margin: 4px;
}

.contact-page-social a:hover {
    text-decoration: none;
	opacity:0.8;
}


.faq-page-section .vc_toggle_size_md.vc_toggle_default .vc_toggle_title .vc_toggle_icon {
    left: 10px;
}

.faq-page-section .vc_toggle_title {
    background: #323232;
    padding: 14px 14px 14px 35px !important;
    border-radius: 10px;
}

.faq-page-section
{
	background-repeat: no-repeat;
    background-size: auto;
    background-position: right bottom;
	background-attachment:fixed;
}



.gform_button {
    background: #2e5dab;
    color: #fff;
    font-size: 16px;
    padding: 10px 28px;
    border-radius: 24px;
    transition: 0.3s;
    border: none;
}

.gform_button:hover {
	text-decoration: none;
    background: #3872d2;
}



a.recent_blog_btn {
    color: #000;
    font-size: 17px;
    transition: color .3s ease-in-out, box-shadow .3s ease-in-out;
    display: inline-block;
    text-decoration: none;
}

a.recent_blog_btn:hover {
    text-decoration: none;
    color: #263a7c;
}

.recent_blog_cate {
    position: absolute;
    margin-top: -80px;
    background: #263a7c;
    font-family: 'Poppins';
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    padding: 10px 15px;
    font-size: 14px;
}


p.blogInfo {
    color: #263a7c;
    font-size: 15px;
	margin-bottom: 10px;
}

.bottom-sect
 {
    position: relative;
	padding: 27px;
    background: #293040;
	color: #fff;
    line-height: 32px;
    font-size: 24px;
}

.bottom-sect:after {
    content: '';
    background: #263a7c;
    width: 150px;
    height: 77px;
    position: absolute;
    top: -13px;
    right: -11px;
    z-index: -9;
}





.top-banner h1 {
    color: #fff;
    font-weight: 600;
}
.top-banner {
    text-align: center;
    color: #fff;
    padding: 30px;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    padding: 150px 30px 100px;
    background-position: center;
    background: url(http://localhost/usama/danville/php/wp-content/uploads/2026/04/abstract-geometric-background-with-blue-red-hues-1.jpg);
}



/*---------BLOG PAGE ------------*/

span.screen-reader-text {
    display: none;
}

.blog .top-banner, .single-post .top-banner{
    background: url(https://rosewoodremodelingco.com/wp-content/uploads/2024/06/Inner-page-banner-min.jpg);
	margin-bottom: 30px;
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    text-align: center;
    padding: 20.7vh 30px;
}

.search .top-banner, .error404 .top-banner, .category .top-banner{
    background: url(https://rosewoodremodelingco.com/wp-content/uploads/2024/06/Inner-page-banner-min.jpg);
	margin-bottom: 30px;
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    text-align: center;
    padding: 20.7vh 30px;
}





/* 
section.blog {
    padding-top: 40px;
    border-top: 1px solid #ccc;
} */


.blogImage{border:1px solid #cccdcd;overflow:hidden;position:relative;margin-bottom:20px;background:#ebebeb;}
.blogImage img{width:100%; height: 300px; object-fit: cover;}
.blogImage .blogDate{position:absolute;left:0;top:0;z-index:1;width:39px;background:#e7a50f;color:#fff;padding:10px 13px;text-align:center;}
.blogImage .blogDate i{font-size:12px;font-style:normal;display:block;}
.blogImage .blogDate span{font-size:20px;font-style:normal;display:block;}
.blogImage .blogDate i,
.blogImage .blogDate span{margin-left:-3px;}
.blogImage .blogDate i ~ i{margin-left:-6px;}
.blogImage .blogDate hr{border-top:1px solid #fff;padding:5px 0 0 0;margin:5px 0 0 0;}
.blogContent h3.blog-title{font-size:24px;line-height:1.2;}
.blogContent h2.blog-title{font-size:30px;line-height:1.2;}
.blogDesc a.more {font-size:16px;}
.blogBox:hover{border-color:#f79421;}
.blogImage.hoverStyle .hoverIcons,
.blogImage .hoverStyle .hoverIcons,
.galleyBox.hoverStyle .hoverIcons{bottom:50%;margin-bottom:-16px;}
.blogPage hr {
    border-color: 
    #d6d6d6;
}

/* .more2:hover {
  box-shadow: inset 200px 0 0 0 #8F1019;
  text-decoration: none;
  color: #fff;
}

a.more2 {

box-shadow: inset 0 0 0 0 #8F1019;
padding: 0 .25rem;
margin: 0 -.25rem;
color: #000;
font-size: 16px;
font-weight: 600;
margin-bottom: 15px;
display: inline-block;
transition: color .3s ease-in-out, box-shadow .3s ease-in-out;
} */

.fa-clock::before {
  content: "\f017";
  font-family: 'Font Awesome 5 Free';
  margin-right: 4px;
  font-style: normal;
}

.blog-title a:hover {
  color: #7d7b7b;
  text-decoration: none;
}
.blog-title a {
  color: #000;
  transition: 0.3s;
}
.zoom img {
  transition: 0.3s;
}
.zoom img:hover {
  transform:scale(1.04);
}

/*---- BLOG PAGE NEW-------*/

section.blog-header {
    padding: 30px 0 50px;
}

.blog-desc {
    margin-top: 30px;
}

.blog_date span {
    color: #6C94AA;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 500;
}

.blog_box {
	margin-bottom:40px;
}

.blog_box a {
    text-decoration: none;
}

h3.blog-title {
    font-family: 'Marcellus';
    font-size: 45px;
    line-height: normal;
}

.blog-pagination {
    text-align: center;
    padding: 30px;
    border-top: 1px solid #E0E0E0;
}

.blog .bottom-newsletter, .single-post .bottom-newsletter{
    background: url(/wp-content/uploads/2026/09/bottom-bg-1.jpg);
    background-position: center;
    background-size: cover;
}

section.single_post {
    padding-bottom: 40px;
}



.blogSideBar .widget_search button[type="submit"] {
 padding:8px 15px;
 font-size:20px
}

.blogSideBar h4.widget-title {
 font-size:23px;
 color:#fff;
 background:#000;
 padding:7px 12px;
 border-left:10px solid #c1c1c1;
 margin-top:40px
}

.blogSideBar .widget_search button[type="submit"]:hover {
 color:rgba(255,255,255,.7)!important
 	transform: translate(0px, -10px);
    box-shadow: 0px 0px 18px -4px #fff;
}

.post-description.clearfix {
  margin-top: 30px;
}

.blog-sidebar span.screen-reader-text {
    display: none;
}



/*-------- SINGLE PAGE ---------*/

section.single-blog.single-post {
    padding-top: 50px;
}

.sidebar .widget_container {
 margin-top:30px
}
.sidebar .widget_container:first-child {
 margin-top:0!important
}
.sideBox {
 margin-bottom:30px
}
.blogSideBar .widget_search {
 background:#f1f1f1;
 border:1px solid #ddd;
 border-radius:8px;
 padding:30px 25px;
 margin-bottom:30px
}
.blogSideBar ul {
 list-style:none;
 margin:0;
 padding:0
}
.blogSideBar ul li:first-child {
 border-top:0;
 padding-top:0
}
.blogSideBar ul li {
 border-top:1px dashed #b0b0b0;
 margin-left:2px
}
.blogSideBar ul li a {
 	color:#323232;
 	display:block;
 	padding:10px 0;
	 transition: 0.4s;
}
.blogSideBar ul li a:before {
 content:"\f0da";
 margin:0 10px 0 5px;
 display:inline-block;
 font-family:'Font Awesome 5 Free';
 font-weight:700
}
.blogSideBar ul li a:hover {
 color:#feb406;
/*  background:#8F1019; */
 text-decoration:none
}
.blogSideBar .list_accordion dt:before {
 content:"\f13a";
 color:#373737
}
.blogSideBar .list_accordion dt.open:before {
 content:"\f139";
 color:#f79421
}
.blogSideBar .list_accordion dd {
 padding:10px;
 background:none
}
.blogSideBar .list_accordion dt.open {
 margin-bottom:0
}
.blogSideBar h4 {
 border-bottom:1px dashed #333;
 padding:0 0 8px
}
.blogSideBar #search-2 {
 background:#f1f1f1;
 border:1px solid #ddd;
 border-radius:8px;
 padding:30px 25px;
 margin-bottom:30px
}

.blogSideBar input[type="submit"] {
  position: absolute;
  padding: 10px 24px;
  right: 0px;
  border: 0px;
  background: #e7a50f;
  color: #fff;
  transition: 0.2s;
  font-weight: 700;
  border-radius: 5px;
	bottom:0px;
}


.blogSideBar form.search-form {
    position: relative;
}

.blogSideBar input[type="submit"]:hover {
    background: #bf8a14;
    box-shadow: 5px 7px 7px -6px #bf8a14;
}



.blogSideBar input[type="search"] {
 	border:none;
 	padding:10px;
	width:100%
}

.blogSideBar form.search-form label {
	 width:100%;
	 margin-bottom:0px;
}





/*-----Contact Us------*/





/*---------Search Page-------*/

.search-title {
    font-size: 40px;
    color: #8F1019;
    line-height: normal;
    font-weight: 600;
    margin-bottom: 11px;
}

.search .entry-summary {
    margin-top: 30px;
}

.search .more_link {
    margin-top: 11px;
}

.search .more_link a
{
	color:#8F1019;
}


.search article {
    border-bottom: 1px solid #c9c9c9;
    padding: 15px 0px 24px 0px;
    margin-top: 20px;
}

.pagination ul {
    display: flex;
    list-style: none;
    margin: auto;
    text-align: center;
    padding-left: 0;
}

.pagination ul li span {
    color: #fff;
    background: #bf0815;
}
.pagination ul li a:hover {
    background: #bf0815;
    text-decoration: none;
}
.pagination ul li a, .pagination ul li span {
    background: #8F1019;
    padding: 7px 16px;
    margin: 10px 2px;
    transition: 0.3s;
    display: inline-block;
}

.pagination ul li a, .pagination ul li span {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}

.pagination ul li span {
    background: #bf0815;
}


/*---------404 Page-------*/

.error-404.not-found .search-field, .search .search-field, .category .search-field {
    width: 100%;
    background: #e8e8e8;
    border: none;
    padding: 15px 23px;
    border-radius: 10px;
    font-size: 19px;
}

.error-404.not-found, .search.not-found {
    text-align: center;
    padding: 60px 30px;
}

.error-404.not-found .search-submit, .search .search-submit, .category .search-submit {
    position: absolute;
    background: #A8001B;
    border: none;
    color: #fff;
    font-size: 19px;
    padding: 15px 21px;
    font-weight: 600;
    border-radius: 10px;
    top: 0px;
    right: 0px;
	transition:0.3s;
}

.error-404.not-found .search-form, .search .search-form, .category .search-form {
    position: relative;
}

.error-404 .search-form label, .search .search-form label, .category .search-form label {
    width: 100%;
}

.error-404.not-found .search-submit:hover, .search .search-submit:hover, .category .search-submit:hover  {
    background: #000;
    transform: translate(0px, -10px);
    box-shadow: 0px 0px 18px -4px #fff;
}



/*---------FOOTER-------*/



.bg-contact-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0;
}

.bg-contact-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 40px;
  text-align: left;
}

.bg-contact-icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bg-contact-text strong {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #000;
}

.bg-contact-text p {
  margin: 0;
  font-size: 14px;
  color: #333;
}

.bg-contact-text a {
  color: #333;
  text-decoration: none;
}

.bg-contact-text a:hover {
  color: #0791a2;
}

/* Mobile responsive */
@media (max-width: 767px) {
  .bg-contact-row {
    flex-direction: column;
    gap: 20px;
  }
  .bg-contact-item {
    border-right: none;
    display: block;
    text-align: center;
    padding: 3px;
  }
}



section.main-footer {
    font-size: 16px;
    line-height: 26px;
}


.site-footer {
    background: #F8F8F8;
    color: #000;
}

section.footer-top {
    padding: 37px 5px;
}

section.footer-mid {
    padding: 37px 5px;
    border-top: 1px solid #A2A2A2;
}

/* section.main-footer { */

    /* padding: 50px 3px 30px; */
/* } */


footer h3.widget-title {
    font-size: 30px;
    font-weight: 400;
    color: #000;
	margin-bottom: 27px;
	text-align:center;
}

/* .main-footer ul { */
    /* list-style: none; */
    /* padding-left: 0; */
/* } */

/* .main-footer ul li { */
    /* margin-bottom: 11px; */
/* } */

/* .main-footer ul.menu li a { */
    /* color: #fff; */
    /* text-decoration: none; */
    /* transition: 0.3s; */
    /* color: #fff; */
    /* text-transform: uppercase; */
    /* letter-spacing: 3px; */
    
    /* font-size: 12px; */
    /* text-decoration: none; */
/* } */


/* .footer-1, .footer-2, .footer-3, .footer-4 { */
    /* position: relative; */
/* } */




.footer-contact a {
    color: #fff;
    text-decoration: none;
    font-size: 33px;
    font-weight: 600;
	transition:0.3s;
}
.footer-contact p {
    color: #868686;
    font-size: 18px;
    margin-bottom: 0;
}
.footer-contact {
    display: flex;
    color: #fff;
}


.footer-detail i {
    background: #263a7c;
    border-radius: 24px;
    width: 40px;
    height: 40px;
    padding: 12px;
	color:#fff;
}
.footer-detail p {
    color: #fff;
}

.footer-detail p {
    margin-top: -40px;
    margin-left: 52px;
}




a.footer-consult-btn:hover{
	background: #263a7c;
	color:#fff;
	
}

.footer-contact a:hover {
	color:#263a7c;
}

.copyright
{
	border-top:1px solid #A2A2A2;
	    padding: 30px;
	 text-align: center;
}

.copyright .row{
	align-items:center;
}


/* div#gform_wrapper_2 { */
    /* position: relative; */
/* } */

/* input#input_2_1 { */
    /* background: 0 0; */
    /* border-left: none; */
    /* border-right: none; */
    /* border-top: none; */
    /* font-size: 16px; */
    /* padding: 29px; */
    /* border-bottom: 1px solid #fff; */
    /* color: #fff; */
    /* border: 1px solid; */
/* } */

/* input#gform_submit_button_2 { */
    /* position: absolute; */
    /* top: 5px; */
    /* right: 7px; */
    /* padding: 16px 34px; */
    /* background: #a8001b; */
    /* text-transform: uppercase; */
    /* letter-spacing: 3px; */
/* } */



/* .main-footer #gform_2 input[type="text"], .main-footer #gform_2 input[type="tel"], .main-footer #gform_2 input[type="email"], .main-footer #gform_2 textarea, .main-footer #gform_2 input[type="number"]{ */
	/* border-top:none; */
	/* border-left:none; */
	/* border-right:none; */
    /* border-bottom: 1px solid #d6d6d6; */
	/* padding: 0px; */
	/* background: transparent; */
    /* box-shadow: none; */
	/* color:#fff; */
    /* font-size: 16px; */
/* } */

/* .main-footer #gform_2 input[type="text"]::placeholder, */
/* .main-footer #gform_2 input[type="tel"]::placeholder, */
/* .main-footer #gform_2 input[type="email"]::placeholder, */
/* .main-footer #gform_2 input[type="number"]::placeholder */
/* { */
	/* color:#fff; */
/* } */

/* .main-footer #gform_2 span.gform-field-label__text { */
    /* color: #fff; */
/* } */

/* button#gform_submit_button_2 { */
    /* background: #CBA250; */
    /* font-size: 20px; */
    /* padding: 20px; */
	/* transition:0.3s; */
	/* width:100%; */
/* } */

/* button#gform_submit_button_2:hover */
/* { */
	/* background:#fff; */
	/* color:#000; */
/* } */


/* label#input_2_4_visible_label, label#country_selector_button_4_label { */
    /* display: none; */
/* } */




p.copy-right-text {
    font-size: 17px;
	margin-bottom: 0;
}


/* .footer_social i { */
    /* color: #000; */
    /* transition: 0.3s; */
    /* padding: 13px; */
    /* font-size: 30px; */
/* } */


/* .footer_social i:hover { */
    /* background: #cba250; */
/* } */


.footer-1 {
    text-align: center;
}

ul#menu-footer-menu a {
    display: block;
    color: #000;
    text-decoration: none;
    font-size: 20px;
    line-height: 33px;
    /* border-left: 1px solid #8dc53e; */
    padding: 0 7px 0 11px;
    transition: all 0.2s linear 0s;
    -webkit-transition: all 0.2s linear 0s;
}
ul#menu-footer-menu li {
    position: relative;
}

ul#menu-footer-menu li:after {
    content: '';
    background: #000;
    width: 1px;
    height: 21px;
    position: absolute;
    top: 6px;
    left: -15px;
}
ul#menu-footer-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 32px;
    font-family: "Marcellus";
}

ul#menu-footer-menu li:first-child:after
{
	display:none;
}


.footer_social {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
}

.footer_social a {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    color: #333333 !important;
    font-size: 2rem !important;
    text-decoration: none !important;
    margin: 0 6px;
    transition: color 0.3s ease, transform 0.3s ease;
}


 #return-to-top {
    position: fixed;
    bottom: 50px;
    right: 20px;
     background: #2B3C58;
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 15px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	 z-index:99999;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 18px;
    top: 11px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: #000;
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}



.blogSideBar input.search-field::placeholder {
    color: #fff;
}
/* about us */
.inner_heading_top h1 {
    font-size: 58px;
    line-height: 78px;
}

.page .site-header {
    position: absolute;
    width: 100%;
    z-index: 99;
    background: transparent;
}
.inner_heading_top {
    padding-top: 220px;
}
.inner_heading_top {
    background-image: url(/wp-content/uploads/2026/09/Ellipse-1.png) !important;
    background-position: left center !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
}
.inner_heading_top h2 {
    font-size: 58px;
    line-height: 78px;
}
.inner_heading_below h2 {
    line-height: 68px;
    font-size: 46px;
}
.theme-content-inner a {
    color: #fff !important;
    margin: 0px -.25rem;
    background: #6C94AA !important;
    font-family: Lato;
    font-weight: 600;
    font-size: 18px !important;
    padding: 18px 84px !important;
}
.theme-content-inner a:after {
    content: "";
    background-image: url(/wp-content/uploads/2026/09/Arrow-1.png);
    width: 30px;
    display: inline-block;
    height: 12px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    margin-left: 10px;
}
.cta_text p {
    font-family: Marcellus;
    color: #fff;
    font-size: 30px;
    line-height: 55px;
}
.heading_below_h2 h2 {
    font-size: 52px;
    color: #fff;
}
.page-id-83 .bobby-section{
margin-top: 0px !important;
}
.inner_heading_below-2 {
    padding-top: 50px;
    padding-bottom: 120px;
}
    .image-row {
        margin-top: 100px !important;
    }
.full-container {
    background: linear-gradient(90deg, rgba(43, 59, 68, 1) 0%, rgba(108, 148, 170, 1) 100%);
    margin-top: 0px;
    z-index: 999;
    overflow: visible !important;
}

.full-container .image-boat {
    margin-top: -25px;
}
.full-container h4, .full-container h2 {
    color: #fff;
}
.image-bedroom figure, .image-boat figure {
    width: 100%;
}

.image-bedroom figure .vc_single_image-wrapper, .image-boat figure .vc_single_image-wrapper {
    width: 100%;
}

.image-bedroom figure .vc_single_image-wrapper img, .image-boat figure .vc_single_image-wrapper img {
    width: 100%;
}
.charade-content {
    width: 50%;
    margin: auto;
    margin-bottom: 35px;
}
.full-container h2 {
    font-size: 70px;
}
.full-container h4 {
    text-transform: uppercase;
    letter-spacing: 6px;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}
.content-clum {
    padding-left: 20px;
}
.content-clum ul {
    list-style: none;
    padding: 0;
}

.content-clum ul li {
    color: #000;
    font-size: 24px;
    font-weight: 300;
    line-height: 39px;
}
.content-clum {
    padding: 0 60px;
}
form#gform_3 legend,form#gform_3 label,
form#gform_5 legend,form#gform_5 label {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 12px;
}

form#gform_3 span.gfield_required,
form#gform_5 span.gfield_required {
    display: none;
}

form#gform_3 input, form#gform_3 textarea,
form#gform_5 input, form#gform_3 textarea {
    background: #F8F8F8;
    border: none;
    height: 51px;
}

input#input_5_6_1 {
    height:21px !important;
}

form#gform_3 input::placeholder,
form#gform_5 input::placeholder {
    color: #949494;
}
button#gform_submit_button_3,
button#gform_submit_button_5 {
    background: #6C94AA;
    font-size: 24px;
    padding: 18px 20px;
    font-family: 'Lato';
    font-weight: 700;
}

button#gform_submit_button_3:hover,
button#gform_submit_button_5:hover {
    opacity: 0.7;
}

form#gform_5 legend, form#gform_5 label {
    color: #fff;
}

.subscribe-section
 {
    padding: 25px 30px 50px;
    align-items:center;
    min-height:100vh;
}

.subscribe-section #gform_4 {
    background: #fff;
    padding: 40px;
	max-width:750px;
	margin:auto;
}

.subscribe-section #gform_4 .gform_button {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #1a2332;
    color: #fff;
    padding: 16px 30px;
    border: none;
    border-radius: 4px;
    font-weight: 600;
    cursor: pointer;
    width: 100%;
}

.gform_button svg {
    transition: transform 0.3s ease;
}

.gform_button:hover svg {
    transform: translateX(5px);
	color:#000;
}


.subscribe-section p {
    color: #fff;
}

.subscribe-section h2 {
    color: #fff;
    font-size: 50px;
}

button#gform_submit_button_4 {
    background: #000;
    font-size: 20px;
    padding: 20px;
	transition:0.3s;
	border:1px solid #000;
	width:100%;
}

button#gform_submit_button_4:hover
{
	background:#fff;
	color:#000;
	border:1px solid #000;
}

.gform-theme--foundation .gform_fields {
        gap: 20px !important;
	}


.invite-first-sec {
    background-color: #293148;
    padding-top: 40px;
    padding-bottom: 40px;
}

.invite-first-sec h2 {
    font-size: 29px;
}

.invite-btm.theme-content {
    background: linear-gradient(90deg, rgba(20, 30, 40, 1) 0%, rgba(119, 154, 171, 1) 60%);
}

.invite-btm.theme-content h2, .invite-mid.theme-content-black h2 {
    font-size: 50px;
}


.invite-mid img {
    position: absolute;
    left: 0;
    top: 12px;
}


.bobby-list-item {
    position: relative;
    padding: 7px 10px 7px 37px;
    line-height: 32px;
}

.invite-top-mind {
    max-width: 1300px;
    margin-left: auto !important;
	 margin-right: auto !important;
}


@media only screen and (max-width: 1314px) {
	
.bobby-section {
    margin-top: 0;
    margin-bottom: 0;
}
	
.quote-text {
	position: relative;
 	padding: 0px 30px 40px;
	bottom: 0px;
	left: 0px;
	width: 100%;
}


.quote-text p:first-child {
    margin-bottom: 20px;
}

.bobby-section img {
	margin:0px;
}

.bg-contact-row {
    justify-content: left;

}
	
}


/* @media only screen and (max-width:1024px)
{
	

.bobby-section {
    margin-top: 0;
    margin-bottom: 0;
}
	
.quote-text {
	position: relative;
 	padding: 0px 30px 40px;
	bottom: 0px;
	left: 0px;
	width: 100%;
}


.quote-text p:first-child {
    margin-bottom: 20px;
}

.bobby-section img {
	margin:0px;
}
} */
@media only screen and (max-width:1024px)
{
.heading_below_h2 h2 {
    font-size: 40px;
    color: #fff;
}
.cta_text p {
    font-size: 20px;
    line-height: 38px;
}
.theme-content h2 {
    font-size: 45px;
    color: #fff;
}
.theme-content p {
    line-height: 27px;
    font-size: 16px;
}
.inner_heading_below h2 {
    line-height: 42px;
    font-size: 32px;
}
.inner_heading_below {
    padding: 50px !important;
}
.inner_heading_top h1 {
    font-size: 40px;
    line-height: 51px;
}
	.image_height {
    min-height: 500px !important;
}
.inner_heading_below-2 {
    padding-top: 50px;
    padding-bottom: 50px;
}
}
@media only screen and (max-width:991px)
{
	
.theme-content-black h2, .theme-content h2 {
    font-size: 50px;
}	
	
	.page-id-445 #rmp_menu_trigger-81 {display:none;}

	
}

@media only screen and (max-width:767px)
{
	
.invite-mid .vc_empty_space {
	height:350px !important;
	}
	
.invite-btm.theme-content h2, .invite-mid.theme-content-black h2 {
    font-size: 38px;
}
	
.theme-content.invite-first-sec h2 {
		font-size:30px;
	}
	
.subscribe-section h2 {
    color: #fff;
    font-size: 36px;
	line-height:normal;
	font-weight:600;
}
	
	.subscribe-section p br {display:none;}
	
	.image_height {
    min-height: 400px !important;
}
	.inner_heading_below .wpb_text_column {
    padding: 0 15px !important;
}
	.inner_heading_below {
    padding: 0 !important;
}
.home .site-header {
    position: relative;
    background: #000;
}

ul#menu-footer-menu {
    display: inline;
}
ul#menu-footer-menu li:after {
		display:none;
	}

 #rmp-container-81 {
     min-width: 100%;
}
	
.theme-content-black h2, .theme-content h2 {
    font-size: 40px;
}
	
.home-luxury-section {
    padding: 15px 10px;
}
	
.bobby-section {
    margin-top: 0;
    margin-bottom: 0;
}
	
.quote-text {
   position: relative;
   padding: 0px 30px 40px;
   bottom: 0px;
   left: 0px;
   width: 100%;
}

/* .bg-contact-row {
    align-items: start;
    padding: 5px 40px;
} */
	
.quote-text p:first-child {
    margin-bottom: 20px;
}

.bobby-section img {
	margin:0px;
}

.copyright {
    display: block;
	text-align:center;
}

.home-blog-section h2 {
  font-size: 40px;
}

p.copy-right-text {
    text-align: center;
}

section.main-footer .col-md-4 {
    padding: 20px;
}
	
.image-gallery1 .image1 img {
   width: 100%;
   height: 430px;
   object-fit: cover;
}

.image-gallery1 .image1.active1 {
   flex: none;
    }

.text-overlay1 h2 {
    font-size: 30px;
}

.image-gallery1 {
    flex-direction: column;
    height: auto;
	}
.text-overlay1 {
    white-space: normal;
	padding:12px;
}

.text-overlay1 br	{
	display:none;
	}
	
.bg-retreat {
    margin-top: 0;
    margin-bottom: -20px;
    padding-top: 70px;
}
	    .inner_heading_top h1 {
        font-size: 30px;
        line-height: 40px;
    }
	    .inner_heading_below h2 {
        line-height: 32px;
        font-size: 24px;
    }
.cta_text p {
        font-size: 25px;
        line-height: 35px;
    }
.image-row {
    margin-top: 0px !important;
    height: 400px !important;
}
	.three-section-n {
    padding-top: 0px;
    padding-bottom: 0px;
}
	  .image-row {
        margin-top: 0px !important;
    }
	
section.blog-header {
    padding: 30px 0 20px;
}

section.blog-header h1 {
    font-size: 45px;
}
section.blog {
    padding: 10px;
}

h3.blog-title {
    font-size: 37px;
}

.blog-desc p {
    font-size: 18px;
    line-height: 30px;
}
}




.ctct-popup-inner {
    overflow: hidden !important;
}

div#success_message_0 {
    text-align: center;
    background: #00000075;
    padding: 10px;
}

  @media screen and (min-device-width: 1200px) and (max-device-width: 1580px) {
    form#ctct_form_0 {
    margin-left: 185px !important;
}
    p.ctct-form-text {
    font-size: 14px !important;
}
  }



 @media screen and (min-device-width: 768px) and (max-device-width: 1024px) {
   form#ctct_form_0 {
    margin-left: 0px !important;
}
 }

@media screen and (min-device-width: 375px) and (max-device-width: 767px) {

  .form_0 .ctct-popup-content, .ctct-form-popup.form_0 .ctct-form-defaults {
    background: url("/wp-content/uploads/2026/09/popup-mobile.jpg") !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    height: 750px;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}



  .ctct-popup-wrapper.ctct-popup-is-visible .ctct-popup-inner {
    width: 92% !important;
    margin: auto;
}

form#ctct_form_0 {
    margin: 0px !important;
}

p.ctct-form-text {
    font-size: 16px !important;
}
}







 .ctct-popup-wrapper.ctct-popup-is-visible .ctct-popup-inner {
    box-shadow: 0px 0px 10px 4px #000000;
}
.ctct-popup-content button.ctct-popup-close img.ctct-X {
    background: #7da7bd !important;
    border-radius: 40px !important;
  position: absolute;
    top: 30px;
}

.ctct-form-header::before {
  content: "";
  display: block;
  width: 180px;
  height: 80px;
  margin: 0 auto 20px;
/*   background-image: url("https://cdn.prod.website-files.com/66df8945fe54ca6e15441739/6a85d037651239f26213bae0_Group%201171277190.png"); */
  background-repeat: no-repeat;
  background-image: url("/wp-content/uploads/2026/09/popup-logo.png");
  background-position: center;
  background-size: contain;
}

  .ctct-popup-wrapper.ctct-popup-is-visible .ctct-popup-inner {
    width: 106% !important;
    max-width: 45% !important;
}

.ctct-form-popup.form_0 .ctct-form-defaults .ctct-form-header {
    font-family: 'Open Sans' !important;
      min-height: 100px !important;
}

p.ctct-form-text {
    font-family: 'Open Sans' !important;
}
  .form_0 .ctct-popup-content, .ctct-form-popup.form_0 .ctct-form-defaults {
    background: url("/wp-content/uploads/2026/09/popup-desktop.jpg");
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
        padding-top: 40px;
    padding-bottom: 40px;
}

form#ctct_form_0 {
    text-align: center !important;
      margin-left: 390px;
}

label#email_address_label_0 {
    display: none !important;
}

.ctct-popup-content div.ctct-form-popup form.ctct-form-custom input.ctct-form-element {
    border-radius: 40px !important;
    border: none !important;
}

.ctct-popup-content .ctct-form-popup.form_0 .ctct-form-custom .ctct-form-button {
    border-radius: 40px !important;
    border: none !important;
}
  p.ctct-gdpr-text {
    display: none !important;
}

p.ctct-gdpr-text {
    display: none !important;
}
