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

/* homepage fix */

.contactform-seven-br-fix br {
	display:none;
}
@media screen and (min-width: 768px) {
	.search_form_holder .contactform-seven-br-fix .wpcf7 form.wpcf7-form p:nth-child(5), .search_form_holder .contactform-seven-br-fix .wpcf7 form.wpcf7-form p:nth-child(6), .search_form_holder .contactform-seven-br-fix .wpcf7 form.wpcf7-form p:nth-child(7) {
		display: flex;
	}
	.search_form_holder .contactform-seven-br-fix .half-width span {
		width: calc(100% - 0px) !important;
	}
	.search_form_holder .contactform-seven-br-fix .half-width span:first-child {
		margin-right: 0 !important;
	}
}

/* flags show only mobile */

.header_bottom_right_widget_holder {
    display: none !important;
}

@media only screen and (max-width: 767px) {
	.header_bottom_right_widget_holder {
    	display: table-cell !important;
    	padding:0 !important;
	}
	.mobile_menu .wpml-ls-item {
		display:none !important;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation : portrait) {
	.header_bottom_right_widget_holder {
    	display: table-cell !important;
    	padding:0 !important;
	}
	.mobile_menu .wpml-ls-item {
		display:none !important;
	}
}

/* flags show only mobile - end */


.wpml-ls-item .qode-featured-icon {
	display:none !important;
}

nav.mobile_menu ul li a {
    padding: 10px 10px;
}

nav.mobile_menu ul li a:hover, nav.mobile_menu ul li.active > a, nav.mobile_menu ul li.current-menu-item > a {
	padding: 10px 10px;
}

.menu-item-has-children a {
    background: #fff !important;
    color: #000 !important;
}

.menu-item-has-children a:hover {
    background: #008cb7 !important;
    color: #fff !important;
}

nav.main_menu > ul > li:hover > a, header.sticky nav.main_menu > ul > li:hover > a {
    background-color: #008cb7 !important;
}

.drop_down .narrow .second .inner ul li.current-menu-item a {
	background: #008cb7 !important;
    color: #fff !important;
}

.main-holder-yf .wpcf7-recaptcha {
    padding-left: 40px;
    padding-right: 40px;
}

.current-menu-item a {
	background: #008cb7 !important;
    color: #fff !important;
}

/* general styling */

.drop_down .second .inner>ul, li.narrow .second .inner ul {
    background-color: #008cb7 !important;
    border-color: #008cb7 !important;
}

.home div.wpcf7-response-output.wpcf7-mail-sent-ok {
    position: absolute;
    top: 0px;
    left: 0px;
    margin-top: 0px !important;
    height: calc(100% - 33px);
    z-index: 20;
    display: flex !important;
}

.no-arrows span.wpcf7-form-control-wrap.Categorie:before, .no-arrows span.wpcf7-form-control-wrap.Materiaal:before {
	display: none !important;
}

.q_image_with_text_over .caption.no_icon {
    opacity: 1 !important;
}

/*hide featured image on all single posts*/
body.single.single-post .blog_holder article .post_image {
    display: none;
}

.latest_post_holder.image_in_box {
    padding: 40px 40px 10px 40px !important;
    width: calc(100% - 80px) !important;
}

.latest_post {
    margin-bottom: 20px;
}

.latest_post_holder p {
    padding-left:0px !important;
    padding-right:0px !important;
 }

 .latest_post_holder h3 a {
    font-size:24px;
    line-height: 34px;
    color:#707070;
    font-weight:900;
    text-decoration: none !important;
 }

 a.klantervaring-btn {
    display: block !important;
    max-width: 294px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 40px !important;
}

/* post page */

.blog .content .container .container_inner, .single-post .content .container .container_inner {
    background: #fff;
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    -webkit-box-shadow: 0 14px 10px rgba(0, 0, 0, 0.03);
    -moz-box-shadow: 0 14px 10px rgba(0, 0, 0, 0.03);
    box-shadow: 0 14px 10px rgba(0, 0, 0, 0.03);
    margin-bottom: 20px;
    border-bottom: 1px solid #e0e0e0;
}

.blog .content .container, .single-post .content .container {
    background:#f7f7f7;
    padding-bottom:1px;
}

.post_text_inner span.date {
    display:none;
}

 .blog_holder article .post_info {
    display: none !important;
}

.blog_holder.blog_small_image article .post_text .post_text_inner {
    display: grid;
    align-content: center;
}

 .blog_holder .post_text h2 a {
    font-size: 27px !important;
    line-height: 50px !important;
    color: #707070 !important;
    font-weight: 900 !important;
    text-decoration: none !important;
}

p.post_excerpt {
    margin:0 !important;
}

.blog_holder article .post_more {
    margin: 10px 0 0;
}

.blog_holder {
    padding: 20px 40px;
}


/* menu */

nav.main_menu>ul {
    left: 0 !important;
}

nav.main_menu.left {
    float: none !important;
    left: 0px !important;
    background: transparent;
    outline: 1px solid #017C91;
    margin-top: -5px;
    height:65px;
}

nav.main_menu > ul > li > a {
    line-height: 65px !important;
}

nav.main_menu ul li.active a {
    background: #008cb7;
}

nav.main_menu.right {
    float: left !important;
    left: 0px !important;
    width: 100%;
    padding-left: 140px;
    outline: 1px solid #e0e0e0;
    display: flex;
    justify-content: center;
}

.container:first-of-type .container_inner {
	display: flex;
    align-items: flex-end;
}

.q_logo a {
    margin-top: 20px;
    margin-left: -20px;
    height: 176px !important;
}

.header_inner_left {
    z-index: 102 !important;
}

h1 {
    margin-top: 50px !important;
    display: block;
}

h1.module-title {
    margin-top: 0px !important;
}


/* home */

.padding-home-bar {
	padding:65px;
    outline:1px solid #333;
}

/* blokken */

.q_image_with_text_over h2 {
	text-shadow: 0px 0px 10px #000;
}

.home-box-link {
	display: block;
	width: 100%;
}

.q_image_with_text_over .desc {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    padding: 0;
    margin: 0 !important;
    align-items: center;
}

.q_image_with_text_over.q_iwto_hover h2 {
    text-transform: none !important;
    font-weight: bold;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding: 24px;
	bottom: 0px;
	position: absolute;
	width: calc(100% - 48px);
}

@media only screen and (min-width: 768px) {
	.q_image_with_text_over.q_iwto_hover:lang(de-DE) h2 {
	    font-size: 42px !important;
	}
	.q_image_with_text_over.q_iwto_hover:lang(en-GB) h2 {
	    font-size: 42px !important;
	}
}


.home-box-link {
    display: block;
    width: 100%;
    height: 20px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-decoration: underline;
}

.home-box-link:hover {
    text-decoration: none;
    color:#fff;
}

.special-over-click {
	display: block;
	content:"";
	width:100%;
	height:100%;
	background:transparent;
	position: absolute;
}

span.holder-home-box {
    padding: 70px 20px 20px 20px;
	min-height: 332px;
}

.qode-banner .qode-banner-image {
    text-align: center !important;
}

.qode-banner:hover .qode-banner-content {
    opacity: 1 !important;
}

.qode-banner .qode-banner-content .qode-banner-text-holder {
    vertical-align: bottom !important;
    text-align: left !important;
}

.qode-banner .qode-banner-content .qode-banner-text-holder span.h3 {
    text-transform: none !important;
    font-weight: 700;
    font-size: 34px;
    line-height: 34px;
    text-shadow: 0px 0px 10px #000;
}

.qode-banner .qode-banner-content {
	background-color: rgba(0,0,0,.0) !important;
	transition-duration: 0.4s;
	opacity: 1;
}

.qode-banner:hover .qode-banner-content {
	background-color: rgba(0,0,0,.0) !important;
	opacity: 0.9;
}

.qode-banner  {
	transition-duration: 0.4s;
	opacity: 1;
}

.qode-banner:hover {
	opacity: 0.7;
}

h1.module-title, h2.module-title, h3.module-title {
    color: #008cb7;
    text-shadow: 0 1px 0 #fff;
    font-size: 20px;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    background-color: #fafafa;
    -webkit-box-shadow: inset 1px 1px 0 #fff;
    -moz-box-shadow: inset 1px 1px 0 #fff;
    box-shadow: inset 1px 1px 0 #fff;
    padding: 17px 40px;
    position: relative;
    font-weight: bold;
    text-transform: none;
    letter-spacing: 0px;
    line-height: 20px !important;
}


h1.module-title {
	text-transform: uppercase;
}

.main-holder-yf p {
	padding-left:40px;
	padding-right: 40px;
}


.main-holder-yf ul {
    padding-left: 40px;
    padding-right: 40px;
}

h1.module-title:before, h2.module-title:before, h3.module-title:before {
    bottom: 0;
    content: "";
    height: 61px;
    right: -1px;
    position: absolute;
    width: 10px;
    background: url(/wp-content/themes/bridge-child/assets/images/title-shadow.png) no-repeat;
    z-index: 2;
}

.disable_negative_margin .section_inner_margin {
	margin-left:0px;
	margin-right:0px;
}

.qode_content_slider .qode_content_slider_inner {
    padding-left: 0px !important;
    min-width: 100% !important;
}

.main-holder-bg-line .section_inner.clearfix {
	background: #fff;
	border-left: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
	-webkit-box-shadow: 0 14px 10px rgba(0, 0, 0, 0.03);
    -moz-box-shadow: 0 14px 10px rgba(0, 0, 0, 0.03);
    box-shadow:0 14px 10px rgba(0, 0, 0, 0.03);
    margin-bottom: 20px;
    border-bottom: 1px solid #e0e0e0;
}

.right-line-separate {
	border-right: 1px solid #e0e0e0;
}

.main-holder-bg-line .section_inner_margin.clearfix {
    display: flex;
}

.image-cert-holder {
    background: #fff;
    padding: 10px;
    display: flex;
    justify-content: center;
    border:1px solid #e0e0e0;
    min-height: 136px;
    align-items: center;
}

.image-cert-holder img {
	margin-right: 7px;
}

.column1.footer_col1 {
    padding-left: 10px;
    width: calc(50% - 10px) !important;
}

.search_form_holder {
    background: url(/wp-content/themes/bridge-child/assets/images/hbg2.png) repeat;
    height: 100%;
    padding: 0px;
    -webkit-box-shadow: inset 0 0 79px rgba(0, 0, 0, 0.2), 0 0 15px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: inset 0 0 79px rgba(0, 0, 0, 0.2), 0 0 15px rgba(0, 0, 0, 0.4);
    box-shadow: inset 0 0 79px rgba(0, 0, 0, 0.2), 0 0 15px rgba(0, 0, 0, 0.4);
    min-height: 420px !important;
}

.search_form_title {
    font-size: 22px;
    line-height: 22px;
    color: #006d81;
    text-align: center;
    display: block;
    margin-bottom: 5px !important;
}

.search_form_holder .vc_column-inner .wpb_wrapper {
    padding: 0px 10px;
}

span.smaller-holder-logos {
	max-width: 100%;
}

/* form styling */


.search_form_holder input.wpcf7-form-control.wpcf7-text, .search_form_holder select.wpcf7-form-control.wpcf7-select {
    width: 100% !important;
    padding: 7px 10px !important;
    margin: 1px !important;
    box-sizing: border-box !important;
    font-size: 14px !important;
    color:#000 !important;
    background-color: #fff !important;
    border: 1px solid #bbb !important;
}

span.wpcf7-form-control-wrap.Categorie:before, span.wpcf7-form-control-wrap.Materiaal:before {
    position: absolute;
    display: block;
    font-family: FontAwesome;
    background-color: transparent;
    content: "";
    z-index: 20;
    height: 32px;
    width: 20px;
    right: 0px;
    pointer-events: none;
    color:#000;
    font-size: 20px;
    line-height: 32px;
}

.search_form_holder label span {
    position: relative;
    display: block;
}

.search_form_holder .half-width {
    display: flex;
    flex-wrap: wrap;
}

.search_form_holder .half-width span {
    width: calc(50% - 3px) !important;
    display: block;
}

.search_form_holder .half-width span:first-child {
    margin-right:3px;
}

.search_form_holder .half-width span:last-child {
    margin-left:3px;
}

.search_form_holder .wpcf7 form.wpcf7-form p {
    margin-bottom: 0px !important;
    margin-top: 10px !important;
}

.search_form_holder input.wpcf7-form-control.wpcf7-submit {
    width:calc(100% - 46px);
    text-align: center;
    margin-bottom: -4px;
}

.wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ng {
    background: red;
    margin: 0px 0px 20px;
}

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:#f5f5f5 !important;
}


/* responsive */

/* kleiner scherm */

@media only screen and (max-width: 1000px) {
nav.mobile_menu>ul {
    max-width: 648px !important;
}
}

@media only screen and (min-width: 1001px) and (max-width: 1399px) {
	.flex-smaller-screen .full_section_inner {
		display: flex;
		align-items: center;
	}
	.padding-home-bar {
    	padding: 35px;
    }
    span.smaller-holder-logos {
    	max-width: 200px;
	}
	.padding-home-bar .vc_col-sm-3 {
		margin-top:-9px;
	}
}

@media only screen and (min-width: 1001px) and (max-width: 1200px) {
	nav.main_menu.right {
	    width: 100%;
	}
	.padding-home-bar {
    	padding: 25px;
    }
    .container:first-of-type .container_inner {
    	max-width: 950px;
	}
	nav.main_menu > ul > li > a {
        font-size: 13px !important;
        padding: 0 15px !important;
    }
    .search_form_holder input.wpcf7-form-control.wpcf7-text, .search_form_holder select.wpcf7-form-control.wpcf7-select {
    	font-size: 12px !important;
    }
}

@media only screen and (min-width: 1001px) and (max-width: 1040px) {
	nav.main_menu > ul > li > a {
    	font-size: 13px !important;
    }
    .header_bottom {
    	padding: 0 25px !important;
    }
}

@media only screen and (min-width: 1000px) and (max-width: 1000px) {
	.header_bottom .container_inner {
		width: 768px !important;
	}
}



/* ipad scherm liggend */

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation : portrait) { 
	.container:first-of-type .container_inner {
		display: block;
	}
	.q_logo a {
    	margin-top: 3px;
    	height: 136px !important;
    }
    nav.mobile_menu ul li a, nav.mobile_menu ul li h3 {
    	text-decoration:none;
    }
    .padding-home-bar {
    	padding: 25px;
	}
	.padding-home-bar .vc_col-sm-6 {
		width:100%;
	}
	.padding-home-bar .vc_col-sm-3 {
		width:50%;
	}
	.padding-home-bar .search_form_holder {
		margin-left: -5px;
	}
	.padding-home-bar .ipad-portait-fix {
		width: calc(50% - 10px) !important;
    	margin-right: 10px;
	}
	.ipad-portait-fix-height {
		height:11px !important;
	}
	.boxed div.section .section_inner, .carousel-inner .slider_content_outer, .container_inner, .container_inner nav.content_menu, .footer_bottom_border.in_grid, .footer_top_border.in_grid, .full_width .parallax_content, .steps_holder_inner, .title_border_in_grid_holder, div.grid_section .section_inner, nav.content_menu ul {
    	width: 650px !important;
	}
	.vc_col-sm-6 {
		width:100% !important;
	}
	.main-holder-bg-line .section_inner_margin.clearfix {
    	display: block;
	}
	.two_columns_50_50>.column1, .two_columns_50_50>.column2 {
    	width: 100% !important;	
    }
    .two_columns_50_50 {
    	text-align: center;
	}
    .column1.footer_col1 {
    	width: 100%;
    }
    .vc_col-sm-3\/5 {
    	width: 70% !important;
	}
	.vc_col-sm-2\/5 {
    	width: 30% !important;
	}
	.vc_col-sm-2\/5 .wpb_single_image.vc_align_left {
		padding-left:0px !important;
	}
	.header_bottom {
    	border-bottom: 1px solid #dedede;
	}
	.q_image_with_text_over .text:hover .desc {
    	opacity: 0 !important;
    	filter: alpha(opacity=0) !important;
	}
	.q_image_with_text_over.q_iwto_hover:hover .shader_hover {
    	opacity: 0 !important;
	}
	.q_image_with_text_over .text:hover .caption {
		opacity: 1 !important;
	}
	.search_form_holder input.wpcf7-form-control.wpcf7-submit {
    	margin-bottom: 0px;
	}
}

/* telefoon scherm  */

@media only screen and (max-width: 767px) { 
	nav.mobile_menu>ul {
    	padding-top: 30px;
	}
	.q_image_with_text_over .text:hover .desc {
    	opacity: 0 !important;
    	filter: alpha(opacity=0) !important;
	}
	.q_image_with_text_over.q_iwto_hover:hover .shader_hover {
    	opacity: 0 !important;
	}
	.q_image_with_text_over .text:hover .caption {
		opacity: 1 !important;
	}
	.q_image_with_text_over.q_iwto_hover h2 {
    	font-size: 22px !important;
	}
	span.holder-home-box {
		display:none;
	}
	.container:first-of-type .container_inner {
		display: block;
	}
	.q_logo a {
    	margin-top: 3px;
    	height: 136px !important;
    }
    nav.mobile_menu ul li a, nav.mobile_menu ul li h3 {
    	text-decoration:none;
    }
    .padding-home-bar {
    	padding: 25px;
	}
	.padding-home-bar .vc_col-sm-6 {
		width:100%;
	}
	.padding-home-bar .vc_col-sm-3 {
		width:100%;
	}
	.padding-home-bar .ipad-portait-fix {
		width: 100% !important;
	}
	.ipad-portait-fix-height {
		height:11px !important;
	}
	.vc_col-sm-6 {
		width:100% !important;
	}
	.qode-banner .qode-banner-content .qode-banner-text-holder {
    	text-align: center !important;
	}
	.search_form_holder {
	    margin-top: 10px;
	    width: calc(100% - 6px) !important;
	}
	.search_form_holder .half-width span {
    	width: 100% !important;
    	margin: 0 !important;
	}
	.wpb_text_column.wpb_content_element {
    	padding-left: 20px !important;
    	padding-right:20px !important;
	}
	.main-holder-yf p {
    	padding-left: 0px;
    	padding-right: 0px;
	}
	.main-holder-yf ul {
    	padding-left: 0px;
    	padding-right: 0px;
	}
	h1.module-title, h2.module-title, h3.module-title {
	    padding: 17px 20px;
    	margin-left: -20px;
    	margin-right: -20px;
	}
	.footer_top, .footer_top.footer_top_full {
    	padding-right: 0px;
    	padding-left: 0px;
	}
	.column1.footer_col1 {
    	padding-left: 0px;
    }
    .image-cert-holder {
    	display: block;
    }
	.latest_post_image {
	    width: 150px !important;
	    margin-left: auto;
	    margin-right: auto;
	    float: none !important;
	}
	.latest_post_holder.image_in_box .latest_post_text {
    	padding: 0 !important;
   		margin-top: 10px !important;
    	text-align: center;
	}

	.search_form_holder .wpb_text_column.wpb_content_element {
		padding:0 !important;
	}

	.main-holder-bg-line .section_inner_margin.clearfix {
    	display: block;
	}
	.two_columns_50_50>.column1, .two_columns_50_50>.column2 {
    	width: 100% !important;	
    }
    .two_columns_50_50 {
    	text-align: center;
	}
    .column1.footer_col1 {
    	width: 100%;
    }
    .vc_col-sm-3\/5 {
    	width: 100% !important;
	}
	.vc_col-sm-2\/5 {
    	display: none;
	}
	.vc_col-sm-2\/5 .wpb_single_image.vc_align_left {
		padding-left:0px !important;
	}
	.header_bottom {
    	border-bottom: 1px solid #dedede;
	}
}

@media only screen and (min-width: 801px) and (max-width: 1000px) and (orientation : landscape) { 
	.container:first-of-type .container_inner {
		display: block;
	}
	.q_logo a {
    	margin-top: 3px;
    	height: 136px !important;
    }
    nav.mobile_menu ul li a, nav.mobile_menu ul li h3 {
    	text-decoration:none;
    }
    .padding-home-bar {
    	padding: 25px;
	}
	.padding-home-bar .vc_col-sm-6 {
		width:100%;
	}
	.padding-home-bar .vc_col-sm-3 {
		width:50%;
	}
	.padding-home-bar .search_form_holder {
		margin-left: -5px;
	}
	.padding-home-bar .ipad-portait-fix {
		width: calc(50% - 10px) !important;
    	margin-right: 10px;
	}
	.ipad-portait-fix-height {
		height:11px !important;
	}
	.boxed div.section .section_inner, .carousel-inner .slider_content_outer, .container_inner, .container_inner nav.content_menu, .footer_bottom_border.in_grid, .footer_top_border.in_grid, .full_width .parallax_content, .steps_holder_inner, .title_border_in_grid_holder, div.grid_section .section_inner, nav.content_menu ul {
    	width: 650px !important;
	}
	.vc_col-sm-6 {
		width:100% !important;
	}
	.main-holder-bg-line .section_inner_margin.clearfix {
    	display: block;
	}
	.two_columns_50_50>.column1, .two_columns_50_50>.column2 {
    	width: 100% !important;	
    }
    .two_columns_50_50 {
    	text-align: center;
	}
    .column1.footer_col1 {
    	width: 100%;
    }
    .vc_col-sm-3\/5 {
    	width: 70% !important;
	}
	.vc_col-sm-2\/5 {
    	width: 30% !important;
	}
	.vc_col-sm-2\/5 .wpb_single_image.vc_align_left {
		padding-left:0px !important;
	}
	.header_bottom {
    	border-bottom: 1px solid #dedede;
	}
	.q_image_with_text_over .text:hover .desc {
    	opacity: 0 !important;
    	filter: alpha(opacity=0) !important;
	}
	.q_image_with_text_over.q_iwto_hover:hover .shader_hover {
    	opacity: 0 !important;
	}
	.q_image_with_text_over .text:hover .caption {
		opacity: 1 !important;
	}
	.search_form_holder input.wpcf7-form-control.wpcf7-submit {
    	margin-bottom: 0px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1199px)  { 
	.home .main-holder-bg-line .vc_col-sm-8, .home .main-holder-bg-line .vc_col-sm-4 {
		width:100%;
	}
	.main-holder-bg-line .section_inner_margin.clearfix {
		flex-wrap: wrap;
	}
}