/*
 Theme Name:     goforsail
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    GoForSail Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        0.0.1
*/
 
/* =Theme customization starts here
------------------------------------------------------- */

h1{
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 700;
	font-size: 45px;
	line-height: 55px;
	letter-spacing: 1.2px;
	text-transform: capitalize;
	color: #122543;
}

h1 .results-h1{
	font-family: 'Manrope';
	color: #FFF !important;
	font-style: normal;
	font-weight: 700!important;
	font-size: 45px!important;
	line-height: 77px!important;
	padding: 50px 30px!important;
}

h2{
	font-family: 'Nunito Sans';
	font-style: normal;
	font-weight: 600;
	font-size: 40px!important;
	
	
}

h3{
	font-family: 'Nunito Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 30px;
	;
	
}
h4{
	font-family: 'Nunito Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 26px!important;
	
	
}
.spec-titles h4{
	font-weight:bold!important;
}
h5{
	font-family: 'Nunito Sans';
	font-style: normal;
	line-height: 1.4em;
	font-weight: 400;
	font-size:20px;
	
	
}
h6{
	font-family: 'Nunito Sans';
	font-style: normal;
	line-height: 1.4em;
	font-weight: 400;
	font-size: 16px;
	
	
}
p{
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	
	
}
/* --------------- header fixes ----------------------------------*/
.et-menu .menu-item-has-children > a:first-child::after {
	margin-top: 10px;
}

.sub-menu{top: 45px!important;width: max-content;}
.nav li ul {width: max-content!important;}
.sub-menu a{width:100%!important;}
.et_pb_menu--without-logo .et_pb_menu__menu > nav > ul > li > a {
  padding-bottom: 20px;
}



/* --------------- bootstrap fixes ----------------------------------*/

.isDisabled{
	color: currentColor;
	cursor: not-allowed;
	opacity: 0.5;
	text-decoration: none;
}

.isHided{
	display:none;
}



@media (min-width: 1400px){
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  max-width: 1440px!important;
  padding-left:0px!important;
  padding-right:0px!important;
 }
 }
/* ------------ home reservation form start ------------ */

input.text, input.title, input[type="email"], input[type="password"], input[type="tel"], input[type="text"], select, textarea, #js-example-basic-single, #embarkation, #disembarkation {
  background-color: #fff;
  padding-left: 5px;

  border-radius: 0;
  height: 50px;
  border:none;
  font-size: 13px!important;
}
.form-control {
    border: none!important;
    border-radius: 0px!important;
	padding-left:5px!important;
	Font-size:13px!important;
}
.form-control:focus {
    border-color:#532E92;
}
.date-dropdown , .year-dropdown {
	text-align:center;
}


#booking{
	background: #ffffff4d;
	padding: 40px 10px;
}

.booking-form .form-group {
	position: relative;
	margin-bottom: 30px;
}

#search_form .submit-btn, #submit-button-search{
	font-family: Manrope;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	text-transform:uppercase;
	line-height: normal;
	background-color:#532E92;
	color:#fff;
	border:none;
	padding: 10px 45px;
	margin-top: 13px;
	width: 100%;
    height:55px;
	border-radius: 40px;
}
#search_form .submit-btn:hover, #submit-button-search:hover{
	background: #7262db!important;
}


	
.et_pb_post a.more-link {
    color: #fff;
	background: #532E92;
	margin-top: 20px;
	padding:15px 40px;
	text-transform: Capitalize;
	display: inline-block;
	border-radius: 35px!important;
}
.et_pb_post a.more-link:hover {
	background: #7262db;
}

.booking-form .form-control,.booking-form  #guest_num {
	background-color: #ebecee;
	border: none;
	height: 40px;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: rgba(62, 72, 92, 0.5);
	font-size: 14px;
}

#guest_num{
	width: 100%;
	padding: 10px;
}

.book-form-slogan{
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 700;
	font-size: 25px;
	line-height: 43px;
	display: flex;
	align-items: center;
	color: #000000;
	padding: 25px 25px 0px 25px;
}

.booking-form .form-control::-webkit-input-placeholder {
	color: rgba(62, 72, 92, 0.3);
	padding-left:10px;
}

.booking-form .form-control:-ms-input-placeholder {
	color: rgba(62, 72, 92, 0.3);
	padding-left:10px;
}

.booking-form .form-control::placeholder {
	color: rgba(62, 72, 92, 0.3);
	padding-left:10px;
}

.booking-form input[type="date"].form-control:invalid {
	color: rgba(62, 72, 92, 0.3);
	padding-left:10px;
}

.booking-form select.form-control {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.booking-form select.form-control+.select-arrow {
	position: absolute;
	right: 0px;
	bottom: 4px;
	width: 32px;
	line-height: 32px;
	height: 32px;
	text-align: center;
	pointer-events: none;
	color: rgba(62, 72, 92, 0.3);
	font-size: 14px;
}

.booking-form select.form-control+.select-arrow:after {
	content: '\279C';
	display: block;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}



.booking-form .form-label {
	display: inline-block;
	font-family: 'Nunito Sans';
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 21px;
	color: #BDBDBD;
}

.booking-form .submit-btn {
	display: inline-block;
	color: #fff;
	background-color: #30a8d5;
	font-weight: 700;
	padding: 8px 50px;
	border: none;
	-webkit-transition: 0.2s all;
	margin-top: 30px;
}

.booking-form .submit-btn:hover,
.booking-form .submit-btn:focus {
	opacity: 0.9;
}

.booking-cta {
	margin-top: 80px;
	margin-bottom: 30px;
}

.booking-cta h1 {
	font-size: 52px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 700;
}

.booking-cta p {
	font-size: 16px;
	color: rgba(255, 255, 255, 0.8);
}

.select2-dropdown{
	border: none;
	margin-top: -8px;
	background-color: #ebecee;
	top: -32px;
}
.charter_search_form   .select2-selection{

	border-radius: 0px !important;
	height: 40px!important;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #3e485c;
	font-size: 14px;
	border-bottom: 1px solid #bbb;
  border-top: 0;
  border-right: 0;
  border-left: 0;
}
.select2-results__option{
	font-size: 14px;
}

#search_form .form-control{
	box-shadow: none !important;
  border-bottom: 1px solid #bbb !important;
  height: 40px;
}

.charter_search_form  .select2-selection__rendered{

	padding: 5px 0px !important;
}

.charter_search_form .select2-selection__arrow {
  padding: 18px 35px;
}





/* ------------ home reservation form finish ------------ */

/* ------------ home best deals start ------------ */

#best_deals .col-md-4{
	margin-bottom: 30px;
} 

#best_deals .card {
  background: #FFFFFF;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.12);
  border: none;
  border-radius:0px;
  
}

#best_deals h3{padding-top:5px;padding-bottom: 5px;}
#best_deals .base{
	padding-bottom: 5px;
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 400;
	font-size: 11px;
	line-height: 13px;
	margin-top: 6px;
	letter-spacing: 0.35548px;
	
}


#best_deals .carousel-item img,  #best_deals .carousel-item video{

	object-fit: cover;
}

#best_deals .card .subtitle {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  line-height: 13px;
  color: #98B1D0;
}

#best_deals .card .yacht-details {
	border-top: 1px solid #DFDFDF;
    padding: 10px 0px;
}

#best_deals .card .yacht-details p {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400;
  font-size: 10.819px;
  line-height: 13px;
  text-align: center;
  letter-spacing: 0.35548px;
  
}

#best_deals .card .price {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
  
  padding: 0px 16px;
}

/* ------------ home best deals finish ------------ */

.slider-subhead{color:#fff;}

.btn-modal-marinas{
	width: 100%!important;
	height: 40px!important;
}


.home-marinas-heading{
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	color:#fff;
}
.home-marinas-subheading{
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 17px;
	color:#fff;
}

#homeblog article{border:none;}
#homeblog article img{border-radius:8px;}
footer .et_pb_text_inner, footer h3 {color:#fff;}


.price-avail .tag-availability{
	font-size: 13px;
	line-height: 15px;
	text-align:center;
}

/*-------------- book now ----------------*/

.book-now-sidebar-icons{
	position: absolute;
	left: -34px;
	top: 15px;
	width: 10%;
}

.book-now-yeach-title-details .subtitle {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 20px;
  color: #532E92;
}

.book-now-yeach-title-details .yacht-details {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 13px;
  color: #737B8F;
}

.book-now-yeach-title-details .yacht-details p{
	display: inline-block;
	vertical-align: middle;

}

#contactForm h2{
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 700;
	font-size: 27.2328px;
	line-height: 41px;
	color: #000000;
	
}

#contactForm h4{
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 30px;
    margin-top: 20px;
	color: #000929;
	opacity: 0.6;
	

}

#contactForm .submit-btn{
  background: #7262db!important;
  font-family: 'Manrope';
  text-align: center;
  color: #fff !important;
  font-weight: 600;
  text-decoration: none;
  margin:auto;
  border-radius: 2em;
  border: none;
  transition: all 0.4s ease 0s;
	display: block!important;
	cursor: pointer;
	width: 300px;
	height: 55px;
	margin-bottom: 15px;
}




#contactForm .submit-btn:hover {
  text-shadow: 0px 0px 6px rgba(114, 98, 219, 10)!important;
  -webkit-box-shadow: 0px 5px 40px -10px rgba(83,46,146,0.57);
  -moz-box-shadow: 0px 5px 40px -10px rgba(83,46,146,0.57);
  transition: all 0.4s ease 0s;
}


#contactForm .submit-btn:disabled{
	background:#532E92;
}

#contactForm .book-form-box {
	background: #FFF;
	border: 0px solid #DDE1E3;
	border-radius: 0px;
	padding: 20px 0px;
	margin-bottom: 5px;
	
}

.boxes{
	background: #EEF7FD;
     
}
.boxess{
	background: #FBF8F8;
}
#contactForm .pricebreakdown .row{
	padding: 0px 0px;
	margin: 0px 20px;
}

#contactForm .pricebreakdown input[type="text"]{
	border:1px solid #96A1A8;
	text-align: right;
	color: #96A1A8;
	font-weight: 600;
	
}

#contactForm input[type="text"], #contactForm select{
	background: #FFFFFF;
	border: 1px solid #d8d8d8!important;
	border-radius: 9px!important;
	padding: 10px 15px;
	width: 100%;
	
	
}

#contactForm input[type="checkbox"]{
	width: 23px;
  height: 23px;
	margin-top: 15px;
	margin-bottom: 15px;
}

#contactForm  #final_price{background: #Fff; }

#contactForm input::placeholder {
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 26px;
	color: #6A7285;
}

#contactForm textarea {
	background: #FFFFFF;
  border: 1px solid #d8d8d8 !important;
  border-radius: 9px !important;
  padding: 10px 15px;
}

#contactForm .date-base-title{
	width: 12%;
	font-family: 'Manrope'!important;
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	line-height: 17px;
	color: #000929;
}
#contactForm .date-base{
	display: inline-block;
	width: 80%!important;
	margin-left: 8%;
}

#contactForm .guest_num_selector{
	display: inline-block;
	width: 15% !important;

}
#contactForm .input_fields{
	 background:#FFF!important;
 }

#contactForm .checkbox-label{font-family: 'Nunito Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 21px;
	color: #000000;
top: -5px;
  position: relative;
  left: 10px;
}

#contactForm .check-policies{
	  margin-left: 25%;
	height: 25px;
	margin-bottom:20px;
}

#contactForm .check-policies span{
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	top: -5px;
  position: relative;
}

#contactForm .read-our-policies{
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	line-height: 22px;
	color: #532E92;
	text-align: center;
margin-top: 30px;
margin-bottom: 25px;

}

#contactForm .message-below-btn{
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 21px;
	text-align: center;
	letter-spacing: 0.2px;
	color: #000929;
}

#contactForm .message-below-btn-2{
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 23px;
	text-align: center;
	letter-spacing: 0.2px;
	color: #7262db;
}

#contactForm #country_invoice:disabled, #contactForm #address_invoice:disabled, #contactForm #email_office:disabled{
	background: #0000003b;
}


#contactForm input:disabled{
	background: #fff;
}



/* fix modal backdop */

.modal-backdrop.show{
	z-index:0!important;
}

.book_modal_button{
background: none;
  border: none;
  color: #532E92;
}

.book_modal_button:hover{
background: none!important;
  border: none;
  color: #7262db;
}

.book_modal_button:focus{
background: none!important;
  border: none;
  color: #7262db;
}

.modal-body{
	font-family: 'Manrope';
	color:#000;
}

.modal-dialog{
	z-index: 100;
}

.modal-body ul{
	list-style: none;
}


/* --------- blog page --------- */
#main_blog_page .et_pb_post {border-radius: 0px;}


/*-------- gtraslate shortcode fix ----------*/
.gt_selector{
	border: none;
	font-size: 14px;
	color:#00000099!important;
	margin-top:-4px;
}


/*-------- gtraslate shortcode fix ----------*/
#currency_selector{
		border: none;
	font-size: 14px;
	color: #00000099!important;
	margin-top:-4px;
}


/*---------- admin bookings ----------*/

#admin_bookings_table tr{
	cursor: pointer;
}
#currency_selector{
	background:none;
	 color: #96a1a8;
}
.gt_selector{
	background:none;
	 color: #96a1a8;
}


/* ------ single yacht -----*/
   .collapsed-row {
        max-height: 600px;
        overflow: hidden;
    }

    .expanded-row {
        max-height: none; /* Remove the height limit */
    }
	
	.yacht-inventory-data{
		border-radius: 10px;
        background:#FBF8F8;
	}

.single-yacht-data-tables{
	
	border: 1px solid #eee;
  padding: 20px 10px;
  margin: 25px 0px;
  border-radius: 10px;
}
.crew-member h5{
	font-size:16px;
	LINE-HEIGHT: 15px;
    font-weight: 700;
}
.crew-member p{
	font-size:16px;
	line-height: 30px;
	font-weight: 400;
}
.crew-member {
	border-bottom: 1px solid #868DA5;
	padding-top:20px;
    padding-bottom:20px;
    margin-bottom:20px;
}

.single_yacht_upcoming_bookings{
	height: 685px;
	overflow-y: scroll;
}

.right_side_photos{margin-bottom: 10px;}

/* ----- moaal -----*/
.modal .modal-content{
	border-radius: 0;
	background: #FBF8F8;
}

.modal input{
	border-radius: 0;
}

.modal .btn-primary{
	font-family: Manrope;
	  font-size: 13px;
	  font-style: normal;
	  text-transform:uppercase;
	  font-weight: 500;
	  line-height: normal;
	  background-color: #7262db!important;
	  color: #fff;
	  border: none;
	  border-radius:2em!important;
	  padding: 10px 25px;
	  margin-top: 0px;
	  height: 50px;
	  text-align: center;
}
a.btn-primary{
	font-family: Manrope;
	  font-size: 15px!important;
	  font-style: normal;
	  text-transform:capitalize!important;
	  font-weight: 500;
	  line-height: 30px!important;
	  background-color: #737B8F;
	  color: #fff!important;
	  border: none;
	  padding: 10px 23px;
	  margin-top: 0px;
	  margin-bottom: 5px;
	  margin-right: 4px;
      border-radius:2em!important;
	  height: 50px;
      text-decoration:none;
	  text-align: center;
	width: 100%
}

.modal .btn-secondary{
    border-radius:2em!important;
	padding: 8px 23px;
	height: 50px;
	font-family: Manrope;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
	text-transform:uppercase;
	text-align: center;
}

.modal .btn-primary:hover {
	background-color: #000929;
	
}

.modal .btn-primary:active {
	background-color: #000929;
	
}
 .btn-primary:active {
	background-color: #000929;
	
}
.modal .btn-primary:hover {
	background-color: #000929;
}
.modal .btn-primary:focus {
	background-color: #000929;
}
.btn-primary:hover{
	background-color: #000929;
	
}
.btn-primary:focus {
	background-color: #000929!important;
}
.skiptranslate {
  display: none !important;
  }
  


#message-popup {
   display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #ffffff;
    padding: 20px;
    border: 1px solid #ccc;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.ui-slider .ui-slider-range {
    background: white;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border-radius:100%;
}
.ui-widget-content {
    margin-bottom: 7px;
}
#single_yacht_booking .main-image-box{
text-align:center;
}



.policies_buttons button{
color: #532E92;
  font-family: "Manrope";
  background: none;
  border: none;
	  transition: all 0.4s ease 0s;

}

.policies_buttons button:hover{
color: #532E92;
	 font-family: "Manrope";
	text-decoration-line: underline;
	  transition: all 0.4s ease 0s;

}

.book_now_checkboxes{
	padding: 5px 0px;
}

#terms_modal{
	z-index: 99999999;
}


#per_page_select, #order_by_select{
	background: #fff;
  border: 1px solid rgba(0,0,0,.1);
  color: #7f8a99;
  font-size: 13px;
  text-transform: uppercase;
  line-height: 30px;
  padding: 15px 25px;
  width: 100%;
}

.table_miscellaneous th.col{
	color: #000929;
	font-family: 'Manrope', sans-serif;
	opacity: 60%;
}


@media only screen and (max-width: 600px) {
	#extras-row table{
		display: block;
	  overflow-x: auto;
	  white-space: nowrap;
	}
}


.modal,
.modal-backdrop {
    z-index: 99999 !important;
}

.modal-dialog {
    z-index: 100000 !important;
}







