/*
 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 */

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

.bg-gray {
	background: #d1d2d4;
}

.block-over-effect {
	margin-top:-40px;
}

.block-over-effect-less {
    margin-top: -26px;
    position: relative;
    max-width: 92%;
    margin-left: auto;
    margin-right: auto;
}

.block-max-width {
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
}

.padding-box-right {
	padding-right: 10% !important;
}

.float-left-image {
	float: left;
	margin-right: 20px;
}

.flex-box-bg .full_section_inner, .flex-box-bg-image {
	display: flex;
}

.undertitle-p p {
    color: #4e4e4e;
    font-size: 18px;
    margin-top: 4px;
    letter-spacing: 1px;
}

.max-width-block-text {
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}

.hover-on-this-shadow {
	transition-duration: 0.4s;
}

.hover-on-this-shadow:hover {
	-webkit-box-shadow: 0 4px 30.08px 1.92px rgba(80,78,78,.2);
    -moz-box-shadow: 0 4px 30.08px 1.92px rgba(80,78,78,.2);
    box-shadow: 0 4px 30.08px 1.92px rgba(80,78,78,.2);
}

.smaller-h3 h3 {
	font-size: 25px !important;
}

/* header */

.header_bottom {
    padding: 0 25px 10px !important;
}

header.centered_logo .header_inner_left {
    margin: 20px 0 -10px !important;
}

.q_logo img {
    max-height: 70px !important;
}

/* home */

.padding-box-home {
	padding:20px 20px;
}

.max-width-logos .section_inner_margin {
	max-width: 900px !important;
	margin-left: auto;
	margin-right: auto;
}

.border-round-image .hover-on-this-shadow {
	border:1px solid #d1d2d4;
}

/* footer */

span.adres-icon, span.email-icon, span.phone-icon, span.skype-icon, span.fax-icon, span.clock-icon, span.facebook-icon-yf {
    margin-left: 20px;
    display: block;
    margin-bottom: 15px;
}

span.adres-icon::before {
    content: "";
    position: absolute;
    font-size: 13px;
    font-family: FontAwesome;
    margin-left: -20px;
}

span.email-icon::before {
    content: "";
    position: absolute;
    font-size: 13px;
    font-family: FontAwesome;
    margin-left: -20px;
}

span.phone-icon::before {
    content: "";
    position: absolute;
    font-size: 13px;
    font-family: FontAwesome;
    margin-left: -20px;
}

span.clock-icon::before {
    content: "";
    position: absolute;
    font-size: 13px;
    font-family: FontAwesome;
    margin-left: -20px;
}

span.facebook-icon-yf::before {
	content: "";
    position: absolute;
    font-size: 13px;
    font-family: FontAwesome;
    margin-left: -20px;
}

.footer_col4 img {
    margin-bottom: 10px;
}

.footer_bottom a {
	font-weight: bold;
}

.footer_top .textwidget, .footer_top a, .footer_top li, .footer_top p, .footer_top span {
	color:#d7d7d7 !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: -15px;
    justify-content: center;
}

/* overview styling css start */

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

#yacht_list {
    background: #fff;
    padding: 20px 0px 20px 0px;
}

.clmn-100.yf-searchbox-holder {
    padding: 0px 20px;
    width: calc(100% - 40px);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

/* search box */

.clmn-100.yf-search-fields {
    max-width: 1300px;
    display: flex;
    justify-content: center;
}

.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: 10px;
    margin-right: 0px;
}

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

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

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

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

.push-top-space {
	margin-top: 20px;
}

#yf_sorting {
    margin-top: 25px;
    margin-bottom: 20px;
}

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

#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: 'Open Sans', sans-serif;
    font-size: 13px;
    margin-left: 10px;
    min-width: 150px;
}

#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;
}

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

#yf_main_search select {
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 0 40px 0 20px;
    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;
}

#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;
}

.yf-label {
    font-weight: 700;
    color: #000;
    margin-bottom: 4px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align:center;
}

.yf-search-holder {
}

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

input.yf-zoeken-btn {
    background: #000;
    width: calc(50% - 10px) !important;
    margin-top: 20px;
    color: #fff;
    cursor: pointer;
    transition-duration: 0.4s !important;
    margin-right: 0px !important;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 1px;
    margin-left: 4px;
}

input.yf-zoeken-btn:hover, input.yf-reset-btn:hover {
    background: #7d7d7d;
}

input.yf-reset-btn {
    border: 0px !important;
    cursor: pointer;
    color: #fff;
    width: calc(50% - 10px) !important;
    background: #d6d5d4;
    margin-left: 11px !important;
    margin-right: 0px !important;
    margin-top: 20px;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 1px;
    transition-duration: 0.4s;
}

/* common overview styling */

.one_yacht, .ra_yacht {
    max-width: calc(25% - 30px);
    background-color: #fff;
    padding: 0px;
    text-align: left;
    cursor: pointer;
    margin-right: 0px;
    margin-top: 10px;
    margin-bottom: 20px;
    overflow: hidden;
    transition-duration: 0.4s;
    margin: 15px;
    -webkit-box-shadow: 0;
    -moz-box-shadow: 0;
    box-shadow: 0;
}

.one_yacht:hover, .ra_yacht:hover {
	-webkit-box-shadow: 0 4px 30.08px 1.92px rgba(80,78,78,.2);
    -moz-box-shadow: 0 4px 30.08px 1.92px rgba(80,78,78,.2);
    box-shadow: 0 4px 30.08px 1.92px rgba(80,78,78,.2);
}

.one_yacht .ra_foto_holder, .ra_yacht .ra_foto_holder {
	transition-duration: 0.4s;
	margin-bottom: -10px;
}

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

.yf-holder-info {
    padding: 14px 20px 14px 20px;
    background: #d1d2d4;
    width: calc(100% - 40px);
    font-size: 15px;
    line-height: 27px;
    z-index: 20;
    position: relative;
}

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

.spec-label-boat {
    font-weight: 600;
    min-width: 28%;
    display: inline-block;
    width: 115px;
}

h3.yf-model, h3.yf-model a {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 23px;
    font-weight: 600;
    text-transform: none;
    margin-bottom: 10px;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 1px;
}

.yf-prijs {
    font-size: 18px;
    font-weight: 600;
    text-transform: none;
    margin-top: 6px;
    color: #000;
    font-family: 'Open Sans', sans-serif;
    line-height: 40px;
    font-style: normal;
    letter-spacing: 1px;
}

.yf-specs-full-width {
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 14px;
}

/* ===========================
    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: 3px 20px 3px 20px;
    font-size: 14px;
    bottom: 6px;
    left: 0;
    content: attr(data-status);
    z-index: 99;
    font-weight: 400;
    background: #000;
    letter-spacing: 1px;
}

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

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

.limit-boat-width {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.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: 44px !important;
	}



/* gallery */

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

.galleria-container.fullscreen {
    min-height: 650px !important;
    max-height: 100% !important;
}



.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 */

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

.lange-oms-yf {
}

.lange-oms-yf h3 {
    text-transform: none !important;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 10px;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 1px;
}

.videoWrapper {
    margin-top: 20px;
    margin-bottom: 20px;
    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: 8px solid #d1d2d4;
    padding-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
}

.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;
}

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

.rowbg:nth-child(even) {
	background: #eee;
}

.rowbg {
    display: flex;
    margin-bottom: 4px;
    width: 100%;
    padding: 7px 20px;
}
	.spec_label {
	    display: inline-block;
	    width: 40%;
	    font-weight: 600;
	    text-transform: none;
	    color: #000;
	    letter-spacing: 1px;
	    font-family: 'Open Sans', sans-serif;
	    font-size: 14px;
	}
	.spec_value {
		display: inline-block;
		width: 60%;
	}
    .spec_value img {
        width: 16px;
        height: 15px;
        margin-right: 5px;
    }
	.spec_value p {
		margin: 0 !important;
	}

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

.boat-spec-holder-bg {
	width:calc(100% - 40px);
	padding:20px;
	background: #d1d2d4;
	outline: 1px solid #eee;
	margin-bottom: 20px;
	margin-top:20px;
}

.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: 'Open Sans', sans-serif;
    font-weight: 400;
    letter-spacing: 0px;
}

	span.spec-label {
	    font-weight: 600;
	    text-transform: none;
	    color: #000;
	    letter-spacing: 1px;
	    font-family: 'Open Sans', sans-serif;
	}

.specs-holder p {
	margin-top: 0px !important;
}

.btn-holder a {
    background: #000;
    color: #fff;
    width: calc(100% - 45px);
    display: block;
    margin-bottom: 5px;
    padding: 10px 0px 10px 45px;
    text-align: left;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 1px;
    transition-duration: 0.4s;
}

.btn-holder a:hover {
	background:#7d7d7d;
	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: 'Open Sans', sans-serif;
    letter-spacing: 0px;
}

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

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

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

#yfcontactform table td input#yfsubmitbutton, #sendtofriendform table td input#yfsubmitbutton {
	background: #000;
    color: #fff;
    width: 100%;
    display: block;
    margin-bottom: 5px;
    padding: 10px 20px 10px 20px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 1px;
    transition-duration: 0.4s;
    text-align: center;
    line-height: 30px;
}

#yfcontactform table td input#yfsubmitbutton:hover, #sendtofriendform table td input#yfsubmitbutton:hover {
    background: #7d7d7d;
    cursor: pointer;
}

.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: 'Open Sans', 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: 'Open Sans', 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: 'Open Sans', 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: 20px;
    color: #000;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    margin-bottom: 0px;
}

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

/* back button bottom */

.last-button-back {
	text-align: center;
}

/* voorgestelde boten */

.voorgestelde-boten {
    background: #d1d2d4;
}

h3.voorgestelde-boten-titel {
	text-align: center;
	margin-bottom: 20px;
	margin-top: 40px;
}


.voorgestelde-boten #recent_aanbod {
	margin-bottom: 50px;
}

/* random pages styling */

.min-height-box-page {
    min-height: 400px;
}

a.google-link {
    display: block;
    height: 100%;
    width: 100%;
    content: "";
    position: relative;
    min-height: 390px;
    transition: 0.4s;
    background: #fff;
    opacity: 0;
}

a.google-link:hover {
    opacity: 0.5;
}

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required, textarea.wpcf7-form-control.wpcf7-textarea {
    font-family: 'Open Sans', sans-serif;
    background: #f5f5f5 !important;
}

.limit-image-height img {
    max-height: 240px;
    min-height: 240px;
    margin-left: auto;
    margin-right: auto;
}

.limit-image-height-trailer img {
    min-height: 290px;
    margin-left: auto;
    margin-right: auto;
}

.limit-image-height-trailer {
    display: flex;
    justify-content: center;
    min-height: 300px;
}

.limit-image-height {
    display: flex;
    justify-content: center;
    min-height: 250px;
}

.inleiding-text-highlight p {
    font-size: 20px !important;
}

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

.price-of-rent {
    font-size: 20px;
    display: inline-block;
    font-weight: 700;
    margin-top: 10px;
}

.max-width-text p {
    max-width: 910px;
    margin-left: auto;
    margin-right: auto;
}

/* responsive */

@media only screen and (min-width: 1001px) and (max-width: 1099px) {
    h3.yf-model, h3.yf-model a {
        font-size: 17px;
    }
    .one_yacht, .ra_yacht {
        max-width: calc(33.33% - 30px);
    }
    .yf-prijs {
        font-size: 15px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    .price-of-boat h2 {
        font-size: 20px !important;
    }
    h1, .h1, h1 a, h2, .h2, h2 a, h3, .h3, h3 a, .smaller-h3 h3 {
        font-size: 22px !important;
    }
}


@media only screen and (min-width: 1001px) and (max-width: 1240px) {
    .boat_detail_page {
        max-width: 950px !important;
        margin-right: auto;
        margin-left: auto;
    }
    .contact-page-holder .three_columns {
        display: flex !important;
        flex-wrap: wrap;
    }
    .contact-page-holder .three_columns .q_elements_item {
        width: 50% !important;
        display: flex !important;
        flex-wrap: wrap;
    }
}

@media only screen 
and (min-width : 768px) 
and (max-width : 1024px) 
and (orientation : portrait) {
     h3.yf-model, h3.yf-model a {
        font-size: 17px;
    }
    .one_yacht, .ra_yacht {
        max-width: calc(50% - 30px);
    }
    .yf-prijs {
        font-size: 15px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    .price-of-boat h2 {
        font-size: 20px !important;
    }
    h1, .h1, h1 a, h2, .h2, h2 a, h3, .h3, h3 a, .smaller-h3 h3 {
        font-size: 19px !important;
    }
    .vc_col-sm-4 {
        width: 100% !important;
        margin-bottom: 40px;
    }
    .vc_col-sm-4:last-of-type {
        margin-bottom: 0px;
    }
    .vc_col-sm-4 .block-over-effect-less {
        max-width: 82%;
    }
    .four_columns>.column1, .four_columns>.column2, .four_columns>.column3, .four_columns>.column4 {
        width: 50% !important;
    }
    .four_columns {
        display: flex;
        flex-wrap: wrap;
    }
    .footer_top .four_columns .column3 .column_inner>div, .footer_top .three_columns .column3 .column_inner>div {
        margin: 0 !important;
    }
    .four_columns>.column3>.column_inner {
        padding: 0px !important;
    }
    .column1.footer_col1, .column2.footer_col2 {
        margin-bottom: 30px !important;

    }
    .fif-to-hun .vc_col-sm-6 {
        width: 100% !important;
    }
    .fif-to-hun .vc_col-sm-6:first-of-type {
        margin-bottom: 30px !important;
    }
    .boat_detail_page {
        max-width: 600px !important;
        margin-right: auto;
        margin-left: auto;
    }
    .contact-page-holder .three_columns {
        display: flex !important;
        flex-wrap: wrap;
    }
    .contact-page-holder .three_columns .q_elements_item {
        width: 100% !important;
        display: flex !important;
        flex-wrap: wrap;
    }
    .price-of-boat {
        text-align: left;
        width: 100%;
        padding-left: 0;
    }
    .boat-name {
        width: 100%;
        padding-right: 20px;
    }
    .main-boat-holder .clmn-65, .main-boat-holder .clmn-35 {
        width: 100% !important;
    }
    .main-boat-holder .clmn-65 {
        order:3;
    }
    .main-boat-holder .clmn-35 {
        order:2;
    }
    .boat-sidebar-holder {
        margin-left: 0px;
    }
    .main-boat-holder {
        display: flex;
        flex-wrap: wrap;
    }
    .min-height-box-page {
        min-height: 230px;
    }
    .inleiding-text-highlight p {
        font-size: 16px !important;
    }
    .justify-content-center .full_section_inner {
        display: block;
        justify-content: inherit;
    }
    .flex-box-bg .vc_col-sm-6 {
        width: 100%;
        display: block;
    }
    .flex-box-bg .vc_col-sm-6:first-of-type .vc_column-inner {
         min-height: 520px;
    }
    .flex-box-bg .full_section_inner, .flex-box-bg-image {
        display: block;
    }

}

/* mobile */

@media only screen and (max-width : 767px) {
    h3.yf-model, h3.yf-model a {
        font-size: 17px;
    }
    .one_yacht, .ra_yacht {
        max-width: 100% !important;
    }
    .yf-prijs {
        font-size: 15px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    .price-of-boat h2 {
        font-size: 20px !important;
    }
    h1, .h1, h1 a, h2, .h2, h2 a, h3, .h3, h3 a, .smaller-h3 h3 {
        font-size: 19px !important;
    }
    .vc_col-sm-4 {
        width: 100% !important;
        margin-bottom: 40px;
    }
    .vc_col-sm-4:last-of-type {
        margin-bottom: 0px;
    }
    .vc_col-sm-4 .block-over-effect-less {
        max-width: 95%;
    }
    .block-over-effect {
        margin-top: -20px;
    }
    .fif-to-hun .vc_col-sm-6 {
        width: 100% !important;
    }
    .fif-to-hun .vc_col-sm-6:first-of-type {
        margin-bottom: 30px !important;
    }
    .boat_detail_page {
        max-width: 95% !important;
        margin-right: auto;
        margin-left: auto;
    }
    .contact-page-holder .three_columns {
        display: flex !important;
        flex-wrap: wrap;
    }
    .contact-page-holder .three_columns .q_elements_item {
        width: 100% !important;
        display: flex !important;
        flex-wrap: wrap;
    }
    .price-of-boat {
        text-align: left;
        width: 100%;
        padding-left: 0;
    }
    .boat-name {
        width: 100%;
        padding-right: 20px;
    }
    .main-boat-holder .clmn-65, .main-boat-holder .clmn-35 {
        width: 100% !important;
    }
    .main-boat-holder .clmn-65 {
        order:3;
    }
    .main-boat-holder .clmn-35 {
        order:2;
    }
    .boat-sidebar-holder {
        margin-left: 0px;
    }
    .main-boat-holder {
        display: flex;
        flex-wrap: wrap;
    }
    .min-height-box-page {
        min-height: 120px;
        max-height: 120px;
    }
    .inleiding-text-highlight p {
        font-size: 14px !important;
    }
    .justify-content-center .full_section_inner {
        display: block;
        justify-content: inherit;
    }
    .flex-box-bg .vc_col-sm-6 {
        width: 100%;
        display: block;
    }
    .flex-box-bg .vc_col-sm-6:first-of-type .vc_column-inner {
         min-height: 200px;
         max-height: 200px;
         background-size: cover;
    }
    .flex-box-bg .full_section_inner, .flex-box-bg-image {
        display: block;
    }
    .clmn-33 {
        width: 100% !important;
        margin-right: 0px !important;
        margin-left: 0px !important;
        margin-bottom: 15px;
    }
    .clmn-33:last-of-type {
        margin-bottom: 0px;
    }
    .clmn-100.yf-search-fields {
        flex-wrap: wrap;
    }
    .full-input-width input {
        width: calc(100% - 22px) !important;
    }
    .label-50 input:first-of-type {
        width: calc(50% - 27px) !important;
    }
    .label-50 input:last-of-type {
        width: calc(50% - 27px) !important;
    }
    span.sort-box-yf {
        display: block;
        align-items: flex-start;
        flex-wrap: wrap;
    }
    #yf_sorting .yf_sort_button {
        margin-left: 0px;
    }
    #yf_sorting {
        margin-top: 10px;
        margin-bottom: 20px;
        display: block;
        float: none;
    }
    span.sort-box-yf {
        margin-top: 15px;
    }
    #yf_sorting .yf_sort_button {
        width: calc(100% - 70px);
    }
    #yacht_image_slider, .galleria-container {
        min-height: 480px !important;
        max-height: 480px !important;
    }
}

