/*
 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.1
 Text Domain:  bridge-child
*/

.wpcf7 form .wpcf7-response-output {
    border: 0!important;
}


/* gravity forms styling */

.gform_required_legend {
	display:none !important;
}

body .gform_wrapper .gform_fields .gfield {
    margin: 0 0 0px !important;
}

.gform_wrapper.gravity-theme .gfield_label {
    display: inline-block !important;
    margin-bottom: 8px !important;
    padding: 0 !important;
    color: #a0a0a0 !important;
    font-family: 'Titillium Web', sans-serif !important;
    font-size: 17px !important;
    line-height: 28px !important;
}

body .gform_wrapper .gform_footer input[type=submit] {
	color: #ffffff;
    border-color: #2a4563;
    font-weight: 400;
    background-color: #2a4563;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    text-transform: uppercase;
    border-width: 1px;
	border: 2px solid #303030;
	position: relative;
    display: inline-block;
    width: auto;
    height: 39px;
    line-height: 36px;
    margin: 0;
    padding: 0 23px;
    font-size: 13px;
    font-family: Raleway,sans-serif;
	text-align: left;
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
    outline: 0;
    font-style: normal;
	letter-spacing: 1px;
	transition:0.3s;
}

body .gform_wrapper .gform_footer input[type=submit]:hover {
	background-color: #6b98ad;
	border: 2px solid #6b98ad;
}

/* General styling */

._1drm._1b90, ._1drm._1ds4 {
	border:0px !important;
}

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

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    color: black !important;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    border-color: #ffb900;
	color: black !important;
}

.padding-standaard {
	padding:0px 45px !important;
}

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

.box-shadow-effect {
	box-shadow: 0px -24px 100px rgba(0, 0, 0, 0.4);
}

.box-shadow-effect-smaller {
    box-shadow: 0px 11px 20px rgba(0, 0, 0, 0.1);
}

.first-half-heading {
	color:#6b98ad;
}

.caps-first-half-heading {
	color:#6b98ad;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size:34px !important;
	line-height: 42px !important;
}

.caps-second-half-heading {
	color:#6b98ad;
	font-weight:600;
	letter-spacing: 1px;
	text-transform: uppercase;
	line-height: 42px;
	font-size:34px !important;
}

.caps-third-half-heading {
	color:#2a4563;
	font-weight:900;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size:34px !important;
	line-height: 42px !important;
}

h1, h2, h3 {
	margin-bottom:10px !important;
	text-transform:none !important;
}

.smallerh3style {
    font-size: 20px !important;
    margin-top: 16px;
    line-height: 32px;
}

.content_inner p {
	margin-bottom: 10px !important;
}

.tekst-color-wit h3, .tekst-color-wit p, .tekst-color-wit h2, .tekst-color-wit h1, .tekst-color-wit a, .tekst-color-wit li {
	color:#fff !important;
}

p.home-text {
	font-size:34px !important;
	text-shadow: none !important;
}


.type-aanduiding {
	max-width: 100% !important;
    margin-left: auto;
    margin-right: auto;
    width: auto !important;
    margin-top:-66px !important;
    padding:0px 10px;
    max-height: 28px !important;
}

.max-width-contact {
	max-width:770px !important;
	margin-left: auto !important;
	margin-right:auto !important;
}

.max-width-form {
	max-width:500px !important;
	margin-left:auto !important;
	margin-right:auto !important;
}

.ui-tabs-active h2 a {
    text-decoration:underline !important;
}
.ebd_results {
	flex-wrap: wrap;
    display: flex;
    position: relative;
    background-color: #f5f5f5;
    align-items: center;
    align-content: center;
}
.ebd_results a.ebd_link:before {
    content: "";
    background: url(/wp-content/uploads/2018/04/img_pdf.png) no-repeat right center;
    width: 43px;
    height: 44px;
    display: inline-block;
    margin-right: 10px;
    margin-top: -5px;
}

a.ebd_link {
    color: #063856;
    font-weight: normal;
    font-size: 24px;
    background: #f5f5f5;
    padding: 10px 16px;
    border-radius: 0px;
	display: inherit;
}

div.ebd_results + div.ebd_results {
    display: none;
}

div.ebd_results > :not(:first-child) {
	display: none !important;
}
/*
a.ebd_link:first-child ~ * {
    display: none !important;
}

a.ebd_link:first-child {
    display: block !important;
}
*/
/* pop up request */

div#popup-contactform {
    position: absolute;
    z-index: 99999;
    display: block;
    width: 100vh;
    height: 100vh;
}

#popup-contactform .full_section_inner.clearfix {
	margin-left:auto;
	margin-right:auto;
}

#popup-contactform form {
    background: #f5f5f5;
    max-width: 450px;
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
}

.closethis {
    position: absolute;
    top: 4px;
    right: 30px;
    font-size: 30px;
    font-weight: 400;
    cursor: pointer;
}

.button-request {
	color: #2a4563;
	cursor: pointer;
	font-size: 20px !important;
	font-family: 'Titillium Web', sans-serif;
}

.button-request:hover {
	color: #6b98ad;
}

.open-contactform-popup .qode_icon_font_awesome {
	cursor: pointer;
}

div#popup-contactform {
    left: 0px;
    position: fixed;
    z-index: 100189;
    display: none;
    width: 101%;
    height: 100%;
    top: 0px;
    align-items: center;
}

footer {
    z-index: 99 !important;
}

/* qcode slider */

.carousel-inner .item .image {
	background-size: auto !important;
}

.qode_image_gallery_no_space .controls a.next-slide {
	right: 16px !important;
}

/* full screen photo */

.photocover .full_section_inner {
	display: flex;
}

.photocover .vc_col-has-fill .vc_column-inner {
    height: 100%;
}

/* Contact map */

.map_height_holder .vc_column-inner, .map_height_holder .vc_column-inner .wpb_wrapper {
	height:100%;
}

/* table styling detail boat page */

.tablestylingdetail table {
	margin-left:auto;
	margin-right:auto;
	width:100%;
}

.tablestylingdetail table th {
	text-align:right;
	width:50%;
}
.tablestylingdetail table td {
	text-align:left;
	width:50%;
}

.tablestylingdetail table tr:nth-child(odd) {
    background: #ececec;
}

.tablestylingdetail table tr:nth-child(even) {
    background: #f5f5f5;
}

/* conversie part detail page */

.detailpagelink p a {
	font-size:20px !important;
}

/* Head slider */

.max-width-400 {
	max-width:580px !important;
}

.parallax_section_holder {
	background-size:cover !important;
}

.animatie_slider p, .animatie_slider h1 {
    color: #fff;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4);
}

.animatie_slider p {
    font-size:15px;
}

.animatie_slider h1 {
	font-size:48px !important;
	line-height:52px !important;
	margin-bottom:10px;
}

.animatie_slider .qbutton {
    color: #fff;
    border: 0px solid #fff;
    margin-top: 10px;
    font-weight: 400;
    border-radius: 0px;
    padding: 7px 40px;
    font-size: 15px;
    background: #2a4563;
}


/* font styling */

.fatter {
	font-weight:600 !important;
}

h1.white {
	color:#fff !important;
	font-size:34px !important;
}

h1.white .fatter {
	font-size:34px !important;
}

.slider-text-yf {
	font-size:15px !important;
	color:#fff !important;
	margin-bottom:0px !important;
}

.slider_button_yf {
	font-size:12px !important;
	height:inherit !important;
	padding: 5px 20px !important;
}

p.voor_titel_white {
	text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 1px;
    color:#fff;
    margin-bottom: 0px !important;
}

p.voor_titel {
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 1px;
    margin-bottom: 0px !important;
}

/* image hover effect */

.q_image_with_text_over h4 {
	font-size: 48px !important;
    line-height: 52px !important;
    color: #fff;
    text-shadow: 1px 1px 15px rgba(0, 0, 0, 0.4);
}

/* old
.q_image_with_text_over .button_boats {
	padding: 10px 20px;
    border: 1px solid #fff;
    display: block;
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    margin-top: 20px;
    background:transparent;
    transition-duration: 0.4s;
}
*/

.q_image_with_text_over .button_boats {
    padding: 10px 20px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    background: transparent;
    transition-duration: 0.4s;
    height:100%;
    width: 100%;
    position: absolute;
    top: 0px;
    margin-top:-6px;
}

.q_image_with_text_over .desc {
    margin:0 !important;
    height:100%;
    vertical-align: top;
    display: contents;
}

    .q_image_with_text_over .desc p:last-of-type {
        margin-bottom:30px !important;
    }

.q_image_with_text_over table td {
    vertical-align: bottom !important;
}

/* old
.q_image_with_text_over .button_boats:hover {
	background:rgba(255, 255, 255, 0.4);
}
*/
.q_image_with_text_over {
    overflow: hidden;
}

.q_image_with_text_over img {
    transition-duration: 0.8s;
    transform: scale(1);
}

.q_image_with_text_over:hover img {
    transform: scale(1.05);
}

.line-height-normal .q_elements_item_content{
	line-height:13px !important;
}

/* content slider home */

.nieuws_blokken .full_section_inner.clearfix {
    display: flex;
    align-items: center;
    border-bottom:1px solid #f6f6f6;
}

ol.flex-control-nav.flex-control-paging {
    height: 8px;
}

.qode_content_slider .flex-control-nav{
	position: absolute !important;
	right: 20px !important;
	top: 50% !important;
	transform: translateY(-50%) !important;
	z-index: 999 !important;
}

.qode_content_slider .flex-control-nav li{
	display: block !important;
	margin-bottom: 20px !important;
}

.qode_content_slider .flex-control-nav li:last-child{
	margin-bottom: 0 !important;
}

.qode-preview-slider .qode-presl-main-slider .flex-control-nav li a, .qode_content_slider .flex-control-nav li a, .testimonials_c_holder .flex-control-nav li a, .qode-advanced-image-gallery .owl-dots .owl-dot span {
    background-color: #b7b7b7 !important;
    border-radius: 3px !important;
    border: 1px solid #b7b7b7 !important;
}

.qode-preview-slider .qode-presl-main-slider .flex-control-nav li a.flex-active, .qode-preview-slider .qode-presl-main-slider .flex-control-nav li:hover a, .qode_content_slider .flex-control-nav li a.flex-active, .qode_content_slider .flex-control-nav li:hover a, .testimonials_c_holder .flex-control-nav li a.flex-active, .testimonials_c_holder .flex-control-nav li:hover a, .qode-advanced-image-gallery .owl-dots .owl-dot.active span, .qode-advanced-image-gallery .owl-dots .owl-dot:hover span {
    background-color: #2a4563 !important;
    border: 1px solid #2a4563 !important;
}

/* footer */

.times_footer {
    margin-left: auto;
    margin-right: auto;
    font-family: 'Titillium Web', sans-serif;
}

.timetable_footer {
    width:50%;
    text-align:right;
}

td.timetable_footer  {
    padding: 0px 25px 0px 0px;
}

.times_footer {
    margin-bottom:10px;
}

.footer_top h5 {
    font-size: 20px !important;
    letter-spacing: 3px !important;
    margin-top: 0px !important;
}

.footer_top iframe {
    min-height: 199px;
}


/* smaller screen */


@media screen and (min-width: 1001px) and (max-width: 1300px) {
    .q_logo a {
        height: 100px !important;
    }

}
@media screen and (min-width: 1001px) and (max-width: 1160px) {
    .q_logo a {
        height: 80px !important;
    }
    nav.main_menu > ul > li > a {
        font-size: 14px !important;
        padding: 0 22px !important;
    }
    .caps-first-half-heading {
		color:#6b98ad;
		text-transform: uppercase;
		letter-spacing: 1px;
		font-size:20px !important;
		line-height: 30px !important;
	}

	.caps-second-half-heading {
		color:#6b98ad;
		font-weight:600;
		letter-spacing: 1px;
		text-transform: uppercase;
		line-height: 30px;
		font-size:20px !important;
	}

	.caps-third-half-heading {
		color:#2a4563;
		font-weight:900;
		letter-spacing: 1px;
		text-transform: uppercase;
		font-size:20px !important;
		line-height: 30px !important;
	}
	h1.white {
       	font-size: 20px !important;
	}
	h1.white .fatter {
    	font-size: 20px !important;
	}
	.slider-text-yf {
		font-size:12px !important;
	}
}
@media screen and (min-width: 1001px) and (max-width: 1100px) {
    .vc_row.wpb_row.section.vc_row-fluid.nieuws_blokken {
    	padding: 30px 0px;
	}
}


/* IPAD */

@media only screen 
and (min-width : 768px) 
and (max-width : 1000px)  {
	.q_image_with_text_over .text:hover .desc {
    	display: contents !important;
	}
	.q_image_with_text_over .text .desc {
    	display: contents !important;
	}
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
	.qbutton {
		font-size:11px !important;
	}
	.type-aanduiding {
    	margin-top: -43px !important;
    	max-height: 17px !important;
	}
	#popup-contactform form {
		padding-top: 7px;
	}
	.caps-first-half-heading {
		font-size: 38px !important;
	}
	.home .caps-first-half-heading {
		font-size: 20px !important;
	}
}

@media only screen 
and (min-device-width : 769px) 
and (max-device-width : 980px) 
and (orientation : landscape) {
	.three_columns>.column1, .three_columns>.column2, .three_columns>.column3 {
		width:100% !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:0px !important;
	}
}


@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
	.kleiner-font-contact p {
		font-size:12px;
	}
	.caps-first-half-heading {
		color:#6b98ad;
		text-transform: uppercase;
		letter-spacing: 1px;
		font-size:28px !important;
		line-height: 30px !important;
	}

	.home .caps-first-half-heading {
		color:#6b98ad;
		text-transform: uppercase;
		letter-spacing: 1px;
		font-size:20px !important;
		line-height: 30px !important;
	}

	.caps-second-half-heading {
		color:#6b98ad;
		font-weight:600;
		letter-spacing: 1px;
		text-transform: uppercase;
		line-height: 30px;
		font-size:20px !important;
	}

	.caps-third-half-heading {
		color:#2a4563;
		font-weight:900;
		letter-spacing: 1px;
		text-transform: uppercase;
		font-size:20px !important;
		line-height: 30px !important;
	}
	h1.white {
       	font-size: 20px !important;
	}
	h1.white .fatter {
    	font-size: 20px !important;
	}
	.slider-text-yf {
		font-size:12px !important;
	}
	p.home-text {
    	margin-top: -50px !important;
	}
	.nieuws_blokken .full_section_inner.clearfix .vc_col-sm-6 {
		width:100% !important;
	}
	.nieuws_blokken .full_section_inner.clearfix .vc_col-sm-6:last-of-type {
		padding-top:20px;
	}
	.nieuws_blokken .full_section_inner.clearfix {
    	display: block !important;
	}
	.nieuws_blokken .full_section_inner.clearfix {
		border-bottom:0px;
		padding-bottom:20px;
	}
	h1, .h1, .title h1 {
		font-size:30px !important;
	}
	h2, .h2, .title h2 {
		font-size:30px !important;
	}
	h3, .h3, .title h3 {
		font-size:30px !important;
	}
	.ipad-width-yf .vc_col-sm-4 {
		width:100% !important;
		text-align:center;
		margin-bottom:20px;
	}
	.ipad-width-yf .vc_col-sm-4:last-of-type {
		margin-bottom:0px;
	}
	.qode-advanced-image-gallery .qode-aig-image img {
		margin-left:auto;
		margin-right:auto;
	}
	.ipad-width-yf .vc_col-sm-6 {
		width:100% !important;
		margin-bottom:20px;
	}
	.ipad-width-yf .vc_col-sm-6:last-of-type {
		width:100% !important;
		margin-bottom:0px;
	}
	.ipad-width-yf-34 .vc_col-sm-4, .ipad-width-yf-34 .vc_col-sm-8 {
		width:100% !important;
	}
	.photocover.ipad-width-yf-34 .full_section_inner {
		display: block;
	}
	.photocover .vc_col-has-fill .vc_column-inner {
		min-height:400px;
	}
	.q_image_with_text_over h4 {
    	font-size: 28px !important;
    	line-height: 32px !important;
    }
    .type-aanduiding {
    	margin-top: -43px !important;
    	max-height: 17px !important;
	}
	.q_image_with_text_over:hover img {
		transform: none;
	}
}

@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 736px) {
	.smaller-font-phone p {
		font-size:13px !important;
	}
	.rev_slider .caps-first-half-heading {
		display: none;
	}

	.rev_slider .caps-second-half-heading {
		display: none;
	}

	.rev_slider .caps-third-half-heading {
		display: none;
	}
	.rev_slider h1.white {
       	display: none;
	}
	.rev_slider h1.white .fatter {
    	display: none;
	}
	.rev_slider .slider-text-yf {
		display: none;
	}
	.rev_slider a.qbutton.slider_button_yf {
		display:none;
	}
	p.home-text {
    	margin-top: -50px !important;
	}
	.nieuws_blokken .full_section_inner.clearfix .vc_col-sm-6 {
		width:100% !important;
	}
	.nieuws_blokken .full_section_inner.clearfix .vc_col-sm-6:last-of-type {
		padding-top:20px;
		padding-left: 20px;
	}
	.nieuws_blokken .full_section_inner.clearfix {
    	display: block !important;
	}
	.nieuws_blokken .full_section_inner.clearfix {
		border-bottom:0px;
		padding-bottom:20px;
	}
	h1, .h1, .title h1 {
		font-size:30px !important;
	}
	h2, .h2, .title h2 {
		font-size:30px !important;
	}
	h3, .h3, .title h3 {
		font-size:30px !important;
	}
	.ipad-width-yf .vc_col-sm-4 {
		width:100% !important;
		text-align:center;
		margin-bottom:20px;
	}
	.ipad-width-yf .vc_col-sm-4:last-of-type {
		margin-bottom:0px;
	}
	.qode-advanced-image-gallery .qode-aig-image img {
		margin-left:auto;
		margin-right:auto;
	}
	.ipad-width-yf .vc_col-sm-6 {
		width:100% !important;
		margin-bottom:20px;
	}
	.ipad-width-yf .vc_col-sm-6:last-of-type {
		width:100% !important;
		margin-bottom:0px;
	}
	.ipad-width-yf-34 .vc_col-sm-4, .ipad-width-yf-34 .vc_col-sm-8 {
		width:100% !important;
	}
	.photocover.ipad-width-yf-34 .full_section_inner, .photocover.ipad-width-yf .full_section_inner {
		display: block;
	}
	.photocover .vc_col-has-fill .vc_column-inner, .map_height_holder .vc_column-inner, .map_height_holder .vc_column-inner .wpb_wrappe, .google_map_shortcode_holder, .qode_google_map {
		min-height:400px;
	}
	.q_image_with_text_over h4 {
    	font-size: 28px !important;
    	line-height: 32px !important;
    }
    .padding-standaard {
    	padding:inherit !important;
    }
    .qode_content_slider .flex-control-nav {
    	top:27% !important;
    }
    .tablestylingdetail table th {
    	word-break: break-word;
    }
    .qbutton {
    	font-size: 12px !important;
	}
	.type-aanduiding {
    	margin-top: -43px !important;
    	max-height: 15px !important;
	}
	.align-center-text p {
		text-align: center !important;
	}
	div#popup-contactform {
		width:104% !important;
		align-items: flex-end;
	}
	a.ebd_link {
		font-size: 16px;
	}

}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    header:not(.with_hover_bg_color) nav.main_menu > ul > li > a > span:not(.plus), nav.vertical_menu > ul > li > a > span:not(.plus) {
    	display:inline !important;
    }
    .wpcf7-form-control.wpcf7-submit {
    	min-height:40px !important;
    }
    .q_image_with_text_over .desc, .q_image_with_text_over .text:hover .caption, .q_image_with_text_over .text:hover .icon_holder {
    	filter:alpha(opacity=1) !important;
    	opacity:1 !important;
    }
    .q_image_with_text_over .desc {
    	height:inherit !important;
    	vertical-align: bottom !important;
    }
}

/* custom css home header photo */

.home-bg-holder {
    min-height: 83vh;
    display: flex;
    align-items: center;
    padding: 0px 45px;
}

.sub-bg-holder {
    min-height: 51vh;
}

@media screen and (max-width: 999px) {
  .home-bg-holder {
		min-height: 50vh;
  }
  .sub-bg-holder {
    min-height: 33vh;
  }
}

@media screen and (max-width: 767px) {
	.caps-first-half-heading {
		font-size: 16px !important;
		line-height: 23px !important;
		display:block !important;
	}
	.caps-second-half-heading {
		font-size: 16px !important;
		line-height: 24px !important;
		display:block !important;
	}
	.caps-third-half-heading {
		font-size: 16px !important;
		line-height: 23px !important;
		display:block !important;
	}
	.home-bg-holder {
		min-height: 40vh;
  	}
	.sub-bg-holder {
    	min-height: 23vh;
	}
}