/*
 Theme Name:   Bridge Child
 Theme URI:    https://www.yachtfocus.company/
 Description:  YachtFocus thema
 Author:       YachtFocus Systems B.V.
 Author URI:   https://www.yachtfocus.company/
 Template:     bridge
 Version:      1.0.0
 Text Domain:  bridge-child
*/

/* General */

.element_from_bottom>div, .element_from_fade>div, .element_from_left>div, .element_from_right>div, .element_from_top>div {
	opacity:1 !important;
}

nav.mobile_menu ul>li.has_sub>span.mobile_arrow {
    width: 50% !important;
    background: rgba(255, 255, 255, 0.2) !important;
}

.drop_down .narrow .second .inner ul li a {
    border-bottom: 1px dotted #d2d2d2;
}

li.narrow .second .inner ul {
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

.qode-advanced-image-gallery.qode-image-behavior-lightbox .qode-aig-image a:hover .aig-gallery-hover {
	opacity: 0 !important;
}

.qode-advanced-image-gallery .qode-aig-image a, .qode-advanced-image-gallery .qode-aig-image img {
    margin-left: auto;
    margin-right: auto;
}

.qode-advanced-image-gallery .qode-aig-image a {
	transition: 0.4s;
}

.qode-advanced-image-gallery .qode-aig-image a:hover {
	opacity: 0.7;
}

h2, h3 {
	margin-bottom: 10px !important;
}

.bigger-h3 h3, .bigger-h3 h2 {
	font-size: 30px;
	line-height: 1.2 !important;
}

.smaller-p p {
	font-size: 13px !important;
    font-style: italic !important;
    color: #6d6d6d !important;
    line-height: 2em;
    margin-top: 15px;
    text-align: center;
}

.content img {
	border: 9px solid white;
    outline: 1px solid #eaeaea;
    box-shadow: 0 10px 41px 0 rgba(9, 26, 44, 0.2);
}

.content .hover-a-effect a {
	transition: 0.4s;
}

.content .hover-a-effect a:hover {
	opacity: 0.7;
}

.own-button-style a {
	font-family: "Montserrat", sans-serif;
    font-size: 13px;
    font-weight: 700;
    text-transform: none;
    font-style: normal;
    width: 100%;
    display: block;
    text-align: center;
    background: #21366c;
    color: #fff;
    padding: 10px 0px;
    margin-top: 0px !important;
    transition: 0.4s;
    max-width: 300px;
}

.own-button-style a:hover {
    background: #c09551;
    color:#fff !important;
}

/* header */

ul li ul .current_page_item a {
	color:#ffcc03 !important;
}

nav.main_menu > ul > li:not(:first-child):before {
    content: '•' !important;
}

.title.has_fixed_background {
	background-size: contain !important;
}

.title.has_fixed_background:before {
	background-color: #0e162b;
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    opacity: .4;
    z-index: 99;
}

.title_subtitle_holder {
    text-align: center !important;
}

.title .separator {
    opacity: 1;
}

.title.title_size_small h1 {
    padding-bottom: 20px;
    margin-top: -60px;
}

.subtitle {
    padding-top: 30px;
    opacity: 0.7;
    font-style: italic !important;
}

.title .separator {
	position: relative;
	border: 1px solid #339fce;
	margin-left: auto !important;
    margin-right: auto !important;
}

.title .separator:before {
	content: "";
    width: 60px;
    height: 46px;
    display: flex;
    position: absolute;
    font-size: 28px;
    background: #cde5f3;
    top: -21px;
    font-family: FontAwesome;
    left: calc(50% - 32px);
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    color: #fff;
    border: 2px solid #339fce;
    -webkit-text-stroke-width: 1px;
   -webkit-text-stroke-color: black;
}

.title.has_fixed_background:after {
    text-align: center;
    background-image: url(/wp-content/themes/bridge-child/assets/waves.png);
    width: 100%;
    display: block;
    height: 58px;
    bottom: 0px;
    opacity: 1;
    z-index: 99;
    position: absolute;
    content: "";
    background-size: cover;
    background-repeat: no-repeat;
}

/* footer */

.footer_top .two_columns_50_50>.column1, .footer_bottom_holder .two_columns_50_50>.column2 {
	width: 30%;
}

.footer_top .two_columns_50_50>.column2, .footer_bottom_holder .two_columns_50_50>.column1 {
	width: 70%;
}

.footer_top {
	border-top: 1px solid #ebebeb;
}

.footer_top .container_inner > .two_columns_50_50 {
	border-bottom: 1px dotted #b2b2b2;
    margin-top: 3px;
    padding-bottom: 10px;
}

.footer_top .widget.widget_nav_menu li {
    float: left;
    margin-right: 25px !important;
    margin-left: 25px !important;
}

.footer_top .widget.widget_nav_menu li:last-child {
    margin-right: 0px !important;
}

.footer_top ul {
    list-style: none;
    height: 54px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

/* table styling */

.table-styling table {
	width: 100%;
}

.table-styling table td, .table-styling table th{
	text-align: left;
}

.table-styling table td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #dddddd;
}

.table-styling tbody > tr:hover {
    background-color: #f5f5f5;
}

.table-styling .head-of-td {
	border-top: 0px;
    font-weight: bold;
    padding-top: 30px;
}

/* page styling */

.border-effect-box h3 {
	font-size: 20px !important;
    min-height: 60px;
    line-height: 30px;
}

.border-effect-box .vc_col-sm-3 {
    border-right: 1px dotted #a5a5a5;
    border-bottom: 1px dotted #a5a5a5;
    padding: 20px 10px;
    width: calc(25% - 20px) !important;
    text-align: center;
}

.border-effect-box .vc_col-sm-3:last-child {
    border-right: 0px;
}

.border-effect-box:last-child .vc_col-sm-3 {
    border-bottom: 0px;
}

.border-effect-box .vc_col-sm-4 {
    border-right: 1px dotted #a5a5a5;
    border-bottom: 1px dotted #a5a5a5;
    padding: 20px 10px;
    width: calc(33.33% - 20px) !important;
}

.border-effect-box .vc_col-sm-4:last-child {
    border-right: 0px;
}

.border-effect-box:last-child .vc_col-sm-4 {
    border-bottom: 0px;
}


/* tabs styling */

span.qode-advanced-tab-text-after-icon {
	font-family: Montserrat;
	text-transform: uppercase;
}

.qode-advanced-tabs.qode-advanced-horizontal-tab .qode-advanced-tabs-nav li.ui-state-active {
    background-color: #f5f5f5 !important;
}

.qode-advanced-tabs .qode-advanced-tabs-nav li {
    background-color: #21366b !important;
}

/* accordion styling */

.qode-accordion-holder .qode-accordion-content {
    padding: 20px 20px 40px 20px !important;
}

.qode-accordion-holder .qode-title-holder.ui-state-active, .qode-accordion-holder .qode-title-holder.ui-state-hover {
    color: #303030 !important;
    background-color: #f5f5f5 !important;
}

.qode-accordion-holder .qode-title-holder {
	font-family: Montserrat !important;
	text-transform: uppercase !important;
	background-color: #21366b !important;
	font-size: 17px !important;
	font-weight: 700 !important;
	color:#fff;
}

span.qode-tab-title-inner {
	font-size: 15px !important;
}


.qode-accordion-content .q_elements_holder .q_elements_item {
    vertical-align: top !important;
}


/* form styling */

input.wpcf7-form-control.wpcf7-date, input.wpcf7-form-control.wpcf7-number, input.wpcf7-form-control.wpcf7-quiz, input.wpcf7-form-control.wpcf7-text, select.wpcf7-form-control.wpcf7-select, textarea.wpcf7-form-control.wpcf7-textarea {
	background-color: #f5f5f5 !important;
	font-size: 15px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-family: 'Merriweather', sans-serif !important;
    line-height: 18px !important;
}

.wpcf7-form div > span:first-child {
    width: 30% !important;
}

.wpcf7-form div > span:last-child {
    width: 70% !important;
}

span.wpcf7-list-item {
    display: block !important;
}

.wpcf7-form div {
    display: flex !important;
    align-items: center;
}

.more-space-label {
    margin-top: 10px;
    margin-bottom: 10px;
}

.headofform {
    margin-top: 30px;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 20px;
    color: #000;
}

.recaptcha-holder {
	margin-top: 10px;
	margin-bottom: 10px;
}

input.wpcf7-form-control.wpcf7-submit {
    margin-top: 10px !important;
    min-width: 200px;
    text-align: center !important;
}

.wpcf7-form .ajax-loader {
	max-width: 16px !important;
}

div.wpcf7-response-output.wpcf7-validation-errors {
	background-color: red !important;
}

/* random styling */

span.name-of-engine {
    color: #c09551;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-family: Montserrat;
    font-weight: 700;
}

.motor-price-styling p:first-child {
	margin-bottom: 0px;
} 


.motor-price-styling h3 {
    min-height: 30px !important;
}

.motor-price-styling.vc_col-sm-4 {
    border-right: 1px dotted #a5a5a5;
    border-bottom: 1px dotted #a5a5a5;
    padding: 20px 10px;
    width: calc(33.33% - 20px) !important;
    min-height: 281px !important;
}

/* --------- boat overview styling standaard ------------ */

/* widget boat css styling start */

#recent_aanbod .items, .flex-holder-boatlist {
    padding: 0px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    margin: 0px 0px 40px 0px;
    justify-content: center;
    position: relative;
    width: 100%;
}

/* overview styling css start */

.max-width-boatlist {
    max-width: 2200px;
    margin-left: auto;
    margin-right: auto;
}

#yacht_list {
    background: #fff;
    padding: 46px 20px 20px 20px;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}

.clmn-100.yf-searchbox-holder {
    padding: 0px 0px;
    width: calc(100% - 40px);
}

/* search box */

.clmn-33 {
    width: 33.33%;
    float:left;
}

.clmn-33:first-of-type {
	width:calc(33.33% - 10px);
	margin-right: 10px;
}

.clmn-33:nth-child(2) {
    width: calc(33.33% - 10px);
    margin-left: 5px;
    margin-right: 5px;
}

.clmn-33:last-of-type {
    width: calc(33.33% - 10px);
    margin-left: 10px;
}

.full-input-width input {
	width: calc(100% - 20px) !important;
}

.label-50 input:first-of-type {
    width: calc(50% - 27px) !important;
    margin-right:5px !important;
}

.label-50 input:last-of-type {
    width: calc(50% - 27px) !important;
    margin-right:0px !important;
    margin-left:5px !important;
}

.sort-holder-boat {
    display: block;
    width: calc(100% - 1px);
    position: relative;
}

#yf_sorting {
    float: right;
}

#yf_sorting .yf_sort_button {
	position: relative;
	z-index: 101
}

.yf_sort_button:before {
    content: "Sorteer op:";
    display: block;
    position: absolute;
    left: -82px;
}

#yf_sorting .yf_sort_button {
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 0 50px 0 10px;
    line-height: 40px;
    height: 40px;
    width: calc(100% - 60px);
    border: 1px solid #e8e6e3;
    background: url(/wp-content/themes/bridge-child/assets/arrow-bottom.svg) no-repeat #fff;
    background-size: 12px 12px;
    background-position: right 10px top 50%;
    cursor: pointer;
    font-family: 'Merriweather', sans-serif;
    font-size: 13px;
    margin-left: 0px;
    min-width: 150px;
    margin-bottom: 10px;
}

#yf_sorting .yf_sort_button:hover ul {
    left: 0;
    border: 1px solid #e8e6e3;
}

#yf_sorting ul {
    margin: 0px 0px 0px -1px !important;
    padding-left: 0;
    width: 100%;
    background:#fff !important;
}

#yf_sorting ul li {
    transition-duration: 0.4s;
}

#yf_sorting ul li:hover {
    background:#d1d2d4;
}

span.sort-box-yf {
	display: flex;
	align-items: center;
}

span.sort-box-yf {
	 font-family: 'Merriweather', sans-serif;
	 font-size: 13px;
	 color:#000;
	 line-height: 14px;
}

.clmn-75.yf-search-fields {
    width: calc(75% - 45px) !important;
    padding-left: 45px;
    display: inline-flex;
    flex-wrap: wrap;
}

.yf-search-fields h3 {
    margin-bottom: 15px !important;
}

#yf_main_search select {
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 0 30px 0 10px;
    line-height: 46px;
    height: 46px;
    width: 100%;
    border: 1px solid #e8e6e3;
    background: url(/wp-content/themes/bridge-child/assets/arrow-bottom.svg) no-repeat #fff;
    background-size: 12px 12px;
    background-position: right 10px top 50%;
    cursor: pointer;
    margin-bottom: 10px;
}

#yf_main_search input {
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 0 10px 0 10px;
    line-height: 46px;
    height: 46px;
    border: 1px solid #e8e6e3;
    background-size: 12px 12px;
    width: calc(50% - 40px);
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.yf-label {
    font-weight: 400;
    color: #000;
    margin-bottom: 4px;
    text-align: left;
    font-family: 'Merriweather', sans-serif;
    font-size: 14px;
}

.yf-search-holder {
    margin-bottom: 16px;
}

.btn-holder-inner {
    max-width: 380px;
    margin-left: auto;
}

input.yf-zoeken-btn {
    background: #21366c;
    width: 100% !important;
    margin-top: 20px;
    color: #fff;
    cursor: pointer;
    transition-duration: 0.4s !important;
    margin-right: 0px !important;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: none;
    font-style: normal;
    border:0px !important;
}

input.yf-zoeken-btn:hover {
    background: #c09551;
}

input.yf-reset-btn {
    border: 0px !important;
    cursor: pointer;
    color: #fff;
    width: 100% !important;
    background: #fff;
    margin-top: 10px;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: none;
    font-style: normal;
    transition-duration: 0.4s;
    display: block !important;
    height: 27px !important;
    line-height: 27px !important;
    color: #21366c;
    text-decoration: underline;
}

input.yf-reset-btn:hover {
	text-decoration: none;
}

/* common overview styling */

.one_yacht, .ra_yacht {
    max-width: 100%;
    min-width: 100%;
    background-color: #fff;
    padding: 0px;
    text-align: left;
    cursor: pointer;
    overflow: hidden;
    transition-duration: 0.4s;
    margin: 12px 10px 12px 10px;
    box-shadow: 0 10px 41px 0 rgba(9, 26, 44, 0.2);
}

.one_yacht .ra_foto_holder, .ra_yacht .ra_foto_holder {
	transition-duration: 0.4s;
    margin-bottom: -10px;
    float: left;
    max-width: calc(45% - 20px);
    min-width: calc(45% - 20px);
    border: 10px solid #fff;
}

.one_yacht .ra_foto_holder img, .ra_yacht .ra_foto_holder img {
	border:0px !important;
	box-shadow: none;
}

.one_yacht:hover .ra_foto_holder, .ra_yacht:hover .ra_foto_holder {
	opacity: 0.8;
}

.yf-holder-info {
    padding: 20px 0px;
    background: #fff;
    width: 55%;
    font-size: 15px;
    line-height: 27px;
    z-index: 20;
    position: relative;
    float: left;
    height: 100%;
    min-height: 228px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.voorgestelde-boten-block .yf-holder-info {
	background: #fff;
}

.spec-label-boat {
	min-width: 110px;
    display: block;
    font-weight: 700;
    color: #000;
    float: left;
}

h3.yf-model, h3.yf-model a {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 20px;
    text-transform: none;
    margin-bottom: 10px;
    font-weight: 700;
    font-family: 'Merriweather', sans-serif;
    color:#000;
    padding:0px 10px;
    width: 100%;
}

h3.yf-model {
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}

.one_yacht:hover h3.yf-model, .one_yacht:hover h3.yf-model a, .ra_yacht:hover h3.yf-model, .ra_yacht:hover h3.yf-model a {
	color:#21366c; 
}

.yf-prijs {
    font-size: 16px;
    font-weight: 700;
    text-transform: none;
    margin-top: 12px;
    color: #000;
    font-family: 'Merriweather', sans-serif;
    font-style: normal;
    border-top: 1px solid #eee;
    padding:15px 20px 0px 20px;
    width: 100%;
}

#specs {
    margin-top: 30px;
}

.main-specs-holder {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0px 20px;
}

.yf-specs-full-width {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    font-family: 'Merriweather', sans-serif;
    padding: 0px;
    width: 100%;
}

.yf-specs-full-width.first-row-specs {
    width: 100%;
    margin-bottom: 5px;
}

.yf-specs-full-width:last-of-type {
	border-bottom: 0px;
}

.last-btn-boat {
    text-align: center;
    background: #f3f2f1;
    border-bottom: 0px;
    transition: 0.4s;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
}

.one_yacht:hover .last-btn-boat, .ra_yacht:hover .last-btn-boat {
	background: #21366c;
	color:#fff;
}

/* ===========================
    labels boten            ==
=========================== */

.ra_yacht a, .one_yacht a {
    position: relative;
}

.yf_yacht_offerasked:before, .yf_yacht_exclusive:before, .yf_yacht_newforsale:before, .yf_yacht_underoffer:before, .yf_yacht_pricenegotiable:before, .yf_price_reduced:before, .yf_yacht_sold:before {
    position: absolute;
    color: #fff;
    padding: 10px 20px 10px 20px;
    font-size: 16px;
    bottom: 4px;
    left: 0;
    content: attr(data-status);
    z-index: 99;
    font-weight: 700;
    background: #21366c;
    font-family: 'Merriweather', sans-serif;
}

/* --------------- boat detail page ---------- */

.flex-boat-detail {
    display: flex;
    flex-wrap: wrap;
}

.limit-boat-width {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px 20px;
}


.image-bg-holder-yf {
    background-size: cover;
    min-height: 500px;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.flex-holder-detail-boat {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
}

.photo-holder-name h1 {
    width: 100%;
    color: #ffffff;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
}

.photo-holder-name h2 {
	order:1;
	width: 100%;
	color: #ffffff;
    font-size: 40px;
    line-height: 1.4em;
    font-weight: 400;
    font-style: normal;
    text-transform: none;
    letter-spacing: 0px;
    font-family: 'Merriweather', sans-serif;
}

.boat-header {
	margin-top: 10px;
	margin-bottom: 10px;
}
	.title-of-boats {
    	margin-top: 5px;
	}
	.boat-name {
		width:calc(65% - 20px);
		padding-right:20px;
	}
	.price-of-boat {
	    text-align: right;
	    width:calc(35% - 20px);
	    padding-left:20px;
	}
	.price-of-boat h2 {
	    font-size: 26px !important;
	    line-height: 74px !important;
	    font-family: 'Merriweather', sans-serif;
	    font-weight: 300;
	}

.back-knop-simple a {
	font-weight: 700;
	font-size: 16px;
}

/* gallery */

#yacht_image_slider, .galleria-container {
    min-height: 590px !important;
    max-height: 590px !important;
}

.galleria-container.fullscreen {
    min-height: 590px !important;
    max-height: 100% !important;
}
.galleria-container {
	background:#fff !important;
	border-bottom: solid 10px #fff;
	margin-bottom: 40px;
}

.galleria-stage:not(.fullscreen) {
    left: 0px;
    right: 0px;
    top: -11px;
}

.galleria-thumbnails .galleria-image {
    border:0px !important;
}

.galleria-counter {
    bottom: 10px;
    left: 10px;
    opacity: 1 !important;
    font-size: 14px;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
}

.galleria-fullscreenbutton {
    position: absolute;
    right: 10px;
    bottom: 10px;
    height: 40px;
}

.galleria-fullscreenbutton:hover, .galleria-container.fullscreen .galleria-fullscreenbutton:hover {
    background-image: url(/wp-content/themes/bridge-child/assets/images/fullscreen_on.png);
    background-color: transparent;
    opacity: 0.5;
}

.galleria-fullscreenbutton, .galleria-container.fullscreen .galleria-fullscreenbutton {
    background-image: url(/wp-content/themes/bridge-child/assets/images/fullscreen_on.png);
}

.galleria-fullscreenbutton {
    z-index: 20 !important;
}

.galleria-carousel .galleria-thumb-nav-left, .galleria-carousel .galleria-thumb-nav-right {
	background-color: #000;
}

/* boot beschrijving */

.lange-oms-yf {
    margin-bottom: 30px;
}

.lange-oms-yf h3 {
    margin-bottom: 10px;
    color:#000;
}

.videoWrapper {
    margin-top: 20px;
    margin-bottom: 30px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 53%;
}

.panorama {
    width: 100%;
    height: 600px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    margin-top:20px;
    margin-bottom:20px;
}

.boat-specs-holder-detail {
	width:calc(100% - 60px );
	background: #d1d2d4;
	padding:20px 30px;
}

.specs_wrap {
    margin-bottom: 30px;
    border-bottom: 1px solid #dddddd;
    padding-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    padding: 20px 40px;
}

.specs_wrap:last-of-type {
    border-bottom: 0px;
    margin-bottom: 0px;
}

#specs h3 {
	margin-bottom: 15px !important;
	text-transform: none !important;
	width: 100%;
	font-size: 26px;
	color:#000;
}

.smaller-h3 {
	margin-bottom: 20px !important;
}

.rowbg {
    display: flex;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    font-family: 'Merriweather', sans-serif;
    padding: 8px 0px;
    border-bottom: 1px solid #dddddd;
}
	.spec_label {
	    display: inline-block;
	    width: 40%;
	    text-transform: none;
	}
	.spec_value {
		display: inline-block;
		width: 60%;
	}
    .spec_value img {
        width: 16px;
        height: 15px;
        margin-right: 5px;
        border: 0;
    	outline: none;
    	box-shadow: none;
    }
	.spec_value p {
		margin: 0 !important;
	}

.rowbg:last-child {
	border-bottom: 0px;
}

.boat-sidebar-holder {
	width: calc(35% - 41px);
	margin-left: 40px;
}

.boat-spec-holder-bg {
    width: calc(100% - 40px);
    padding: 20px 20px 20px 20px;
    margin-bottom: 20px;
    background: #f5f5f5;
}

.boat-sidebar-holder h1 {
    margin-bottom: 10px;
}

.boat-spec-holder-bg h4 {
    font-size: 20px;
    color: #000;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 700;
}

.boat-spec-holder-bg h2 {
    color: #000;
    font-size: 17px;
    line-height: 24px;
    margin-top: 0px;
    margin-bottom: 15px;
    font-family: 'Merriweather', sans-serif;
    font-weight: 400;
    letter-spacing: 0px;
}

	.specs-holder .clmn-100 span.spec-label {
	    font-weight: 700;
	    text-transform: none;
	    color: #000;
	    font-family: 'Merriweather', sans-serif;
	    min-width: 110px;
	    line-height: 30px;
	}

	.specs-holder .clmn-100 {
	    margin-top: 10px;
	    display: flex;
	}
	.specs-holder .clmn-100:nth-child(2), .specs-holder .clmn-100:nth-child(1) {
		margin-top: 0px;
	}

.specs-holder p {
	margin-top: 0px !important;
	font-family: 'Merriweather', sans-serif;
}

.btn-holder a {
	background: #21366c;
    color: #fff;
    width: calc(100% - 45px);
    display: block;
    margin-bottom: 5px;
    padding: 10px 0px 10px 45px;
    text-align: left;
	font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: none;
    font-style: normal;
    transition-duration: 0.4s;
}

.btn-holder a:hover {
	background:#c09551;
	color:#fff;
}

.btn-holder a:hover:before {
	color:#fff;
}

.btn-holder a:before {
    font-size: 20px;
    position: absolute;
    display: inline-block;
    font-family: FontAwesome;
    color: #fff;
    margin-left: -30px;
    font-weight: 300;
}

.btn-holder a.button_mail:before {
	content: "";
}

.btn-holder a.button_print:before {
    content: "";
}

.btn-holder a.button_share:before {
    content: "";
}

.btn-holder a.button_sendtofriend:before {
    content: "";
}

/* contact and docs */

.border-top-sepa {
    border-top: 1px solid #e9e9e9;
    margin-top: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #e9e9e9;
}

/* form */

.yf-contact-holder h3 {
    text-align: center;
    color:#fff;
}

.yf-contact-holder {
    margin-top: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
    background: #83c9f3 !important;
    color: #fff;
}


.form-holder {
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
}

/* form styling */

#yfcontactform {
    padding: 0px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

#yfcontactform table td {
    padding: 5px 0px;
}

#yfcontactform h4 {
	text-align: center;
    font-size: 15px;
    line-height: 30px;
    font-family: 'Merriweather', sans-serif;
    letter-spacing: 0px;
}

#yfcontactform table td, #sendtofriendform table td {
    text-align:left;
    font-family: 'Merriweather', sans-serif;
}

#yfcontactform table td input, #sendtofriendform table td input {
    background: #f5f5f5;
    border: none;
    padding: 12px 10px 12px 10px;
	font-family: 'Merriweather', sans-serif;
	font-size: 15px;
    width: calc(100% - 20px);
}

#yfcontactform table td textarea, #sendtofriendform table td textarea {
    background: #f5f5f5;
    border: none;
    padding: 12px 10px 12px 10px;
    width: calc(100% - 20px);
    font-family: 'Merriweather', sans-serif;
    font-size: 15px;
}

#yfcontactform table td input#yfsubmitbutton, #sendtofriendform table td input#yfsubmitbutton {
	background: #21366c;
    color: #fff;
    width: 100%;
    display: block;
    margin-bottom: 5px;
    padding: 10px 20px 10px 20px;
	font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: none;
    font-style: normal;
    transition-duration: 0.4s;
    text-align: center;
    line-height: 30px;
}

#yfcontactform table td input#yfsubmitbutton:hover, #sendtofriendform table td input#yfsubmitbutton:hover {
    background: #c09551;
    cursor: pointer;
    color:#fff;
}

.alert-danger li {
    color:red;
}

/* pop-up */

.mfp-content {
    max-width: 430px;
    background: #fff;
    padding: 20px;
}

.mfp-content #yfcontactform table tr:first-child td, .mfp-content #sendtofriendform table tr:first-child td {
    background: transparent;
    padding: 10px 10px 10px 15px;
}


.mfp-content #sendtofriendform table tr:first-child td h4 {
    text-align:center;
}

.mfp-content #yfcontactform table td input#yfsubmitbutton, .mfp-content #sendtofriendform table td input#yfsubmitbutton {
    width: 100%;
}

.mfp-content #yfcontactform, .mfp-content #sendtofriendform {
    justify-content: center;
}

/* pop up email form styling - doorsturen */

#yfcontactform table td, #sendtofriendform table td {
    text-align: left;
    vertical-align: middle;
}

input#mce-EMAIL {
    width: 100%;
    display: block;
    margin: 5px 0 0;
    padding: 15px;
    border-radius: 0;
    outline: 0;
    resize: none;
    font-size: 14px;
    line-height: 17px;
    color: #818181;
    font-weight: 400;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    background: transparent;
    color: #fff;
    border: 1px solid #818181;
    font-family: 'Merriweather', sans-serif;
}

input#mce-FNAME, input#mce-LNAME {
    width: 49%;
    display: block;
    margin: 5px 0 0;
    padding: 15px;
    border-radius: 0;
    outline: 0;
    resize: none;
    font-size: 14px;
    line-height: 17px;
    color: #818181;
    font-weight: 400;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    background: transparent;
    color: #fff;
    border: 1px solid #818181;
    font-family: 'Merriweather', sans-serif;
    float:left;
    margin-top: 12px;
}

input#mce-FNAME {
    margin-right:2%;
}


input#mc-embedded-subscribe {
    color: #ffffff;
    font-style: normal;
    background-color: #41ba7c !important;
    border-width: 0px;
    position: relative;
    display: inline-block;
    width: auto;
    height: 39px;
    line-height: 36px;
    font-family: 'Merriweather', sans-serif;
    padding: 0 23px;
    font-size: 13px;
    font-weight: 700;
    text-align: left;
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
    outline: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-shadow: none;
    background-color: transparent;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -ms-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear;
    -webkit-box-sizing: initial;
    -moz-box-sizing: initial;
    box-sizing: initial;
    margin-top:15px;
}


input#mc-embedded-subscribe:hover {    
    background: #4a4a4a !important;
}

.yf-flex-center {
    display: flex;
    justify-content: center;
}

#yfcontactform table {
    width: 100%;
}

.request-holder h3 {
    font-size: 30px;
    color: #000;
    margin-bottom: 10px;
    text-transform: capitalize;
    font-weight: 700;
    text-align: center;
    margin-bottom: 0px;
}

.form-holder-info {
    margin-bottom: 40px;
}

/* back button bottom */

.last-button-back {

}

/* voorgestelde boten */

h3.voorgestelde-boten-titel {
	text-align: center;
    margin-bottom: 20px !important;
    margin-top: 40px;
    font-size: 30px;
    font-weight: 700;
    color: #000;
}

.voorgestelde-boten #recent_aanbod {
    margin-bottom: 50px;
    max-width: 825px;
    margin-left: auto;
    margin-right: auto;
}



.flex-boat-detail .title.has_fixed_background {
    background-position: bottom !important;
}

.no-styling-img {
	box-shadow: none !important;
	border: 0px !important;
}

span.gallerij-yf a {
    min-width: 25% !important;
    display: flex;
    justify-content: center;
    transition: 0.4s;
    margin-bottom: 10px;
}

span.gallerij-yf a:hover {
	opacity: 0.7;
}

.gallerij-yf {
	display: flex;
	flex-wrap: wrap;
	margin-top: 20px;
}


/* responsive */

@media screen and (min-width: 1001px) and (max-width: 1100px) {

	nav.main_menu > ul > li > a {
    	padding: 0 13px !important;
	}
	.title.has_fixed_background {
    	background-size: cover !important;
	}

}

@media screen and (min-width: 1001px) and (max-width: 1200px) {
	span.gallerij-yf a {
    	min-width: 33.33% !important;
	}

}

@media only screen 
and (min-width : 768px) 
and (max-width : 1024px) 
and (orientation : portrait) {
	.title.has_fixed_background {
    	background-size: cover !important;
	}
	.image.not_responsive img {
		border:0px !important;
		box-shadow: none !important;
		outline: none !important;
	}
	.own-button-style .vc_col-sm-3 {
    	width: 50% !important;
	}
	.footer_top .two_columns_50_50>.column2 {
    	width: 100%;
	}
	.footer_top .two_columns_50_50>.column1 {
    	width: 100% !important;
	}
	.footer_top .widget.widget_nav_menu li {
       	margin-right: 10px !important;
    	margin-left: 10px !important;
    	margin-top: 10px !important;
	}
	.footer_top .four_columns .column2 .column_inner>div, .footer_top .three_columns .column2 .column_inner>div, .footer_top .two_columns_50_50 .column2 .column_inner>div {
    	margin: 0 !important;
	}
	.footer_top ul {
    	justify-content: flex-start;
	}
	.two_columns_50_50>.column2>.column_inner {
		padding: 0px !important;
	}
	.footer_top .widget.widget_nav_menu li:first-child {
		margin-left: 0px !important;
	}
	.specs-holder .clmn-100 span.spec-label {
		width: 100%;
	}
	.specs-holder .clmn-100 {
    	display: block;
	}
	.specs-holder p {
    	margin-bottom: 0px;
	}
	span.gallerij-yf a {
    	min-width: 50% !important;
    }
    .vc_col-sm-9 {
    	margin-left: 0px;
    	width: calc(75% - 20px) !important;
	}
	.border-effect-box .vc_col-sm-3 {
    	width: calc(50% - 20px) !important;
	}
	nav.mobile_menu>ul {
    	padding-bottom: 30px !important;
	}
	.ipad-full-width .vc_col-sm-6 {
		width: 100% !important;
	}
	.ipad-full-width .vc_col-sm-6:first-child {
		margin-bottom: 30px !important;
	}
}

@media only screen 
and (max-width : 767px) {
    .motor-price-styling.vc_col-sm-4 {
        width: calc(100% - 20px) !important;
    }
    .main-boat-holder {
        display: flex;
        flex-wrap: wrap;
    }
    .main-boat-holder .clmn-65 {
        order:2;
    }

    .main-boat-holder .clmn-35 {
        order:1;
    }
    .lange-oms-yf {
        margin-top: 30px;
    }

	.title.has_fixed_background {
    	background-size: cover !important;
	}
	.image.not_responsive img {
		border:0px !important;
		box-shadow: none !important;
		outline: none !important;
	}
	.own-button-style .vc_col-sm-3 {
    	width: 100% !important;
	}
	.footer_top .two_columns_50_50>.column2 {
    	width: 100%;
	}
	.footer_top .two_columns_50_50>.column1 {
    	width: 100% !important;
	}
	.footer_top .widget.widget_nav_menu li {
       	margin-right: 10px !important;
    	margin-left: 10px !important;
    	margin-top: 10px !important;
	}
	.footer_top .four_columns .column2 .column_inner>div, .footer_top .three_columns .column2 .column_inner>div, .footer_top .two_columns_50_50 .column2 .column_inner>div {
    	margin: 0 !important;
	}
	.footer_top ul {
    	justify-content: flex-start;
	}
	.two_columns_50_50>.column2>.column_inner {
		padding: 0px !important;
	}
	.specs-holder .clmn-100 span.spec-label {
		width: 100%;
	}
	.specs-holder .clmn-100 {
    	display: block;
	}
	.specs-holder p {
    	margin-bottom: 0px;
	}
	span.gallerij-yf a {
    	min-width: 50% !important;
    	max-width: 50% !important;
    }
    .vc_col-sm-9 {
    	margin-left: 0px;
    	margin-top: 30px !important;
	}
	.border-effect-box .vc_col-sm-3 {
	    width: calc(100% - 30px) !important;
	}
	nav.mobile_menu>ul {
    	padding-bottom: 30px !important;
	}
	.ipad-full-width .vc_col-sm-6 {
		width: 100% !important;
	}
	.ipad-full-width .vc_col-sm-6:first-child {
		margin-bottom: 30px !important;
	}
	.title.has_background, .title.has_fixed_background {
	    min-height: 440px;
	    max-height: 440px;
	    overflow:hidden;
	}
	.title .separator {
    	display: block !important;
    	width: 80% !important;
	}
	.image.not_responsive img {
    	min-height: 440px !important;
	}
	.title.has_background, .title.has_fixed_background {
    	width: 300%;
	}
	.title .title_holder {
	    max-width: 100vw;
	    margin-left: auto;
	    margin-right: auto;
	    display: flex !important;
	    justify-content: center;
	}
	.title.title_size_small h1 {
    	font-size: 30px !important;
    	line-height: 38px !important;
    }
    .subtitle {
    	font-size: 16px !important;
    	line-height: 26px !important;
	}
	.vc_col-sm-6:first-child {
		margin-bottom: 30px !important;
	}
	.content img {
    	max-width: calc(100% - 18px) !important;
	}
	.footer_top .two_columns_50_50 .column1 {
	    margin: 0 !important;
	}
	.footer_top ul {
    	display: block;
	}
	.footer_bottom_holder .two_columns_50_50>.column1, .footer_bottom_holder .two_columns_50_50>.column2 {
    	width: 100%;
	}
	.footer_bottom_columns.three_columns .column1 .footer_bottom, .footer_bottom_columns.three_columns .column1 .footer_bottom ul, .footer_bottom_columns.three_columns .column3 .footer_bottom, .footer_bottom_columns.three_columns .column3 .footer_bottom ul, .footer_bottom_columns.two_columns_50_50 .column1 .footer_bottom, .footer_bottom_columns.two_columns_50_50 .column1 .footer_bottom ul, .footer_bottom_columns.two_columns_50_50 .column2 .footer_bottom, .footer_bottom_columns.two_columns_50_50 .column2 .footer_bottom ul {
    	text-align: left !important;
	}
	#yacht_list .clmn-25, #yacht_list .clmn-75 {
		width: 100% ;
	}
	.clmn-100.yf-searchbox-holder {
    	width: 100%;
	}
	#yf_sorting .yf_sort_button {
	    min-width: 130px;
	    max-width: 130px;
	}
	.one_yacht .ra_foto_holder, .ra_yacht .ra_foto_holder {
		float:none;
		max-width: 100%;
    	min-width: 100%;
	}
	.yf-holder-info {
    	width: 100%;
    }
    .flex-boat-detail .title.has_fixed_background {
	    width: 150% !important;
	}
	.main-boat-holder .clmn-65, .main-boat-holder .clmn-35 {
		width: 100% !important;
	}
	.limit-boat-width {
    	max-width: calc(100% - 40px);
    }
    .specs_wrap {
    	padding: 20px 0px;
	}
	.spec_label {
    	display: block;
    	width: 100%;
    	font-weight: bold;
    }
    .rowbg {
    	display: block;
    }
    .boat-sidebar-holder {
    	margin-left: 0;
	}
	.qode-advanced-tabs .qode-advanced-tab-container {
    	padding: 15px 0px;
    }
    .wpb_text_column.wpb_content_element.table-styling {
    	overflow-x: scroll;
	}
	.wpcf7-form div > span:first-child {
    	width: 100% !important;
	}
	.wpcf7-form div > span:last-child {
    	width: 100% !important;
    	margin-bottom: 10px !important;
    	display: block;
	}
	.wpcf7-form div {
    	display: block !important;
    }

}