/*
Theme Name: Custom Theme
Description: Custom theme voor Vita Hypotheekadvies 
Author: Jouw Website Online
Version: 25.6.11
Template: bridge
*/
@import url("../bridge/style.css");
/* --- start header --- */
.top_partner-icon {
	height: 21px;
	margin-right: 21px;
}
.header-right-widget {
	padding: 0px !important;
}
.header_top .header-widget.widget_nav_menu ul.menu > li > a:hover, .header_top .header-widget a:hover {
	color: #fff !important;
	text-decoration: overline;
	text-decoration-thickness: 2px;
	text-decoration-color: #bf8d6a;
}
#menu-top-header-menu > li > a > .fa {
	margin-right: 7px;
}
.q_logo a {
	max-height: 80px !important;
}
.q_logo a .sticky, .q_logo a .dark, .q_logo a .light {
	display: none !important;
}
nav.main_menu {
	top: 50%;
}
nav.main_menu ul li:hover a {
  opacity: 1.0 !important;
}
nav.main_menu ul li.active a {
  font-weight: 800;
}
.nav.main_menu > ul > li > a > .plus {
	display: none;
}
.fa-bars::after {
  content: "Menu";
  font-family: 'Roboto', sans-serif;
  margin-left: 7px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
/* --- end header --- */
/* --- start breadcrumbs --- */
@media only screen and (max-width: 1000px) {
	.title_outer, .title_without_animation {
		display: none;
	}
}
.breadcrumbs {
	text-align: left;
}
.breadcrumbs, .breadcrumbs span {
	font-weight: 300 !important;
}
/* --- end breadcrumbs --- */
/* --- start colors --- */
.green-bg {
	background-color: rgb(0, 83, 51) !important;
}
@media only screen and (min-width: 1001px) {
	.green-bg_desktop {
		background-color: rgb(0, 83, 51) !important;
	}
}
@media only screen and (max-width: 1200px) {
	.green-bg_mobile-1200 {
		background-color: rgb(0, 83, 51) !important;
	}
}
@media only screen and (max-width: 1000px) {
	.green-bg_mobile {
		background-color: rgb(0, 83, 51) !important;
	}
}
.alt-bg {
	background-color: rgb(0, 83, 51, 0.3) !important;
}
.grey-bg {
	background-color: rgb(230, 230, 230, 0.49) !important;
}
@media only screen and (min-width: 1001px) {
	.grey-bg_desktop {
		background-color: rgb(230, 230, 230, 0.49) !important;
	}
}
@media only screen and (max-width: 1200px) {
	.grey-bg_mobile-1200 {
		background-color: rgb(230, 230, 230, 0.49) !important;
	}
}
@media only screen and (max-width: 1000px) {
	.grey-bg_mobile {
		background-color: rgb(230, 230, 230, 0.49) !important;
	}
}
.gold-bg {
	background-color: rgb(191, 141, 106) !important;
}
.light-bg {
	background-color: rgb(255, 255, 255) !important;
}
.dark-bg {
	background-color: rgb(9, 9, 9) !important;
}
.split-bg_right {
    background: linear-gradient(270deg,#f3f3f3 25%,#005333 0);
}
.green-font {
	color: rgb(0, 83, 51) !important;
}
.alt-font {
	color: rgb(0, 83, 51, 0.3) !important;
}
.gold-font {
	color: rgb(191, 141, 106) !important;
}
.light-font {
	color: #eef0f2 !important;
}
.dark-font {
	color: rgb(9, 9, 9) !important;
}
/* --- end colors --- */
/* --- start button element --- */
.cta-btn {
	background-color: #dc3232 !important;
	border: 1px solid #dc3232 !important;
	color: #fff !important;
	margin-bottom: 14px;
}
.cta-alt-btn {
	background-color: transparent !important;
	border: 1px solid #fff !important;
	color: #fff !important;
	margin-bottom: 14px;
}
.cta-btn:hover, .cta-alt-btn:hover {
	background-color: #fff !important;
	border: 1px solid #090809 !important;
	color: #090809 !important;		
}
.qode-btn-text {
	padding-left: 21px !important;
	padding-right: 21px !important;
}





.btn_light {
	margin: 0px 14px 21px 0px !important;
}
.btn_light:hover {
	box-shadow: 0px 0px 9px #090909 !important;	
}
.btn_dark {
	margin: 0px 14px 21px 0px !important;
}
.white.btn__dark {
	border: 1px solid #fff !important; 
}
.btn_dark:hover {
    box-shadow: 0px 0px 9px #fff !important;	
}
/* --- end button element --- */
/* --- start responsiveness --- */
@media only screen and (max-width: 1200px) {
	.responsive-width-1200 {
		width: 100% !important;
	}
}
@media only screen and (max-width: 1000px) {
	.responsive-width-1000 {
		width: 100% !important;
	}
}
@media only screen and (max-width: 900px) {
	.responsive-width-900 {
		width: 100% !important;
	}
}
@media only screen and (max-width: 600px) {
	.responsive-width-600 {
		width: 100% !important;
	}
}
@media only screen and (max-width: 767px) {
	.responsive-width {
		width: 100% !important;
	}
}
@media only screen and (max-width: 1200px) {
	.desktop-only-1200 {
		display: none;
	}
}
@media only screen and (max-width: 1000px) {
	.desktop-only-1000 {
		display: none;
	}
}
@media only screen and (max-width: 900px) {
	.desktop-only-900 {
		display: none;
	}
}
@media only screen and (max-width: 600px) {
	.desktop-only-600 {
		display: none;
	}
}
@media only screen and (max-width: 767px) {
	.desktop-only {
		display: none;
	}
}
@media only screen and (min-width: 1201px) {
	.mobile-only-1200 {
		display: none !important;
	}
}
@media only screen and (min-width: 1001px) {
	.mobile-only-1000 {
		display: none !important;
	}
}
@media only screen and (min-width: 901px) {
	.mobile-only-900 {
		display: none !important;
	}
}
@media only screen and (min-width: 601px) {
	.mobile-only-600 {
		display: none !important;
	}
}
@media only screen and (min-width: 768px) {
	.mobile-only {
		display: none !important;
	}
}
@media only screen and (min-width: 1201px) {
	.centered-1200 {
		text-align: center !important;
	}
}
@media only screen and (max-width: 1200px) {
	.centered-1200 {
		text-align: left !important;
	}
}
@media only screen and (min-width: 1001px) {
	.centered-1000 {
		text-align: center !important;
	}
}
@media only screen and (max-width: 1000px) {
	.centered-1000 {
		text-align: left !important;
	}
}
@media only screen and (min-width: 901px) {
	.centered-900 {
		text-align: center !important;
	}
}
@media only screen and (max-width: 900px) {
	.centered-900 {
		text-align: left !important;
	}
}
@media only screen and (min-width: 768px) {
	.centered {
		text-align: center !important;
	}
}
@media only screen and (max-width: 767px) {
	.centered {
		text-align: left !important;
	}
}
@media only screen and (max-width: 1200px) {
	.space-in-between-1200 {
		height: 21px !important;
	}
}
@media only screen and (max-width: 1000px) {
	.space-in-between-1000 {
		height: 21px !important;
	}
}
@media only screen and (max-width: 900px) {
	.space-in-between-900 {
		height: 21px !important;
	}
}
@media only screen and (max-width: 600px) {
	.space-in-between-600 {
		height: 21px !important;
	}
}
@media only screen and (max-width: 767px) {
	.space-in-between {
		height: 21px !important;
	}
}
@media only screen and (max-width: 1200px) {
	.space-on-edge-1200 {
		height: 42px !important;
	}
}
@media only screen and (max-width: 1000px) {
	.space-on-edge-1000 {
		height: 42px !important;
	}
}
@media only screen and (max-width: 900px) {
	.space-on-edge-900 {
		height: 42px !important;
	}
}
@media only screen and (max-width: 600px) {
	.space-on-edge-600 {
		height: 42px !important;
	}
}
@media only screen and (max-width: 767px) {
	.space-on-edge {
		height: 42px !important;
	}
}
/* --- end responsiveness --- */
/* --- start contactform --- */
.wpcf7 {
	display: inline-block;
}
.cf7_custom_style_1 input.wpcf7-form-control.wpcf7-text, .cf7_custom_style_1 input.wpcf7-form-control.wpcf7-number, .cf7_custom_style_1 input.wpcf7-form-control.wpcf7-date, .cf7_custom_style_1 textarea.wpcf7-form-control.wpcf7-textarea, .cf7_custom_style_1 select.wpcf7-form-control.wpcf7-select, .cf7_custom_style_1 input.wpcf7-form-control.wpcf7-quiz {
	height: 51px;
}
.wpcf7 form.wpcf7-form p {
	margin-bottom: 7px;
}
select.wpcf7-form-control.wpcf7-select {
  	background-image: url(/wp-content/uploads/2023/10/form-dropdown_icon.svg);
  	background-position: right 16px center;
  	background-size: 12px;
  	background-repeat: no-repeat;
}
.wpcf7-acceptance .wpcf7-list-item, .wpcf7-list-item {
	margin: 0px !important;
}
.wpcf7-list-item input	{
  margin-left: 0px !important;
  top: 0px !important;
}
.wpcf7-submit:hover {
	box-shadow: 0px 0px 9px #090909 !important;	
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, div.wpcf7-response-output.wpcf7-validation-errors {
	display: inline-block !important;
}
.wpcf7 form.sent .wpcf7-response-output:before, div.wpcf7-response-output.wpcf7-mail-sent-ok:before, .wpcf7 form.invalid .wpcf7-response-output:before, .wpcf7 form.unaccepted .wpcf7-response-output:before, div.wpcf7-response-output.wpcf7-validation-errors:before {
	display: none !important;
}
/* --- end contactform --- */
ul.checkmarks  {
  	list-style: none;
}
ul.checkmarks li  {
  	width: 100%;
	float: left;
}
ul.checkmarks li:before {
  	content: '✔';
	color: #005333;
	font-weight: 900;
	margin-right: 21px;
	margin-bottom: 7px;
	float: left;
}
.wpcf7-response-output {
	text-transform: none !important;
}
.wpcf7 form .wpcf7-response-output {
	border: none !important;	
}
.wpcf7 form.sent .wpcf7-response-output {
	display: inline-block !important;
}
.wpcf7 form.sent .wpcf7-response-output, div.wpcf7-response-output.wpcf7-mail-sent-ok {
  background-color: #005333;
}
#comments, .comment_holder {
	display: none !important;
}
/* --- footer --- */
.footer_title {
	font-size: 25px;
  	line-height: 35px;
}
.footer-list {
	margin-top: 21px;
}
.footer-contact li {
	margin-bottom: 14px;
}
.footer-contact li::last-child {
	margin-bottom: inherit;
}
.footer_contact-fa {
	margin-right: 11px;
}
.footer_bottom_holder > .two_columns_50_50 > div {
	width: 100%;
}
.footer_bottom_holder > .two_columns_50_50 > .column1 {
	padding: 28px 0px;
}
.footer_bottom_holder > .two_columns_50_50 > div > div {
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
}
@media only screen and (min-width: 1500px) {
	.footer_bottom_holder > .two_columns_50_50 > div > div {
		width: 1400px;
		margin-left: auto;
		margin-right: auto;
	}
}
@media only screen and (max-width: 1200px) {
	.footer_bottom_holder > .two_columns_50_50 > div > div {
		width: 950px;
		margin-left: auto;
		margin-right: auto;
	}
}
@media only screen and (max-width: 1000px) {
	.footer_bottom_holder > .two_columns_50_50 > div > div {
		width: 768px;
		margin-left: auto;
		margin-right: auto;
	}
}
@media only screen and (max-width: 768px) {
	.footer_bottom_holder > .two_columns_50_50 > div > div {
		width: 600px;
		margin-left: auto;
		margin-right: auto;
	}
}
@media only screen and (max-width: 600px) {
	.footer_bottom_holder > .two_columns_50_50 > div > div {
		width: 420px;
		margin-left: auto;
		margin-right: auto;
	}
}
@media only screen and (max-width: 480px) {
	.footer_bottom_holder > .two_columns_50_50 > div > div {
		width: 300px;
		margin-left: auto;
		margin-right: auto;
	}
}
@media only screen and (max-width: 350px) {
	.footer_bottom_holder > .two_columns_50_50 > div > div {
		width: 95%;
		margin-left: auto;
		margin-right: auto;
	}
}
.footer_partners {
	float: left;
}
.footer_partners li {
	float: left;
    width: 113px;
	max-width: 49%;
	margin-right: 46px;
}
.footer_partners li:last-child {
	margin-right: 0px !important;
}
.footer_partner-icon {
	height: 40px;
	margin-right: 21px;
}
.footer_social-media {
	float: right;
}
.footer_social-media li {
	float: left;
    width: 35px;
	max-width: 32%;
	margin-right: 7px !important;
}
.footer_social-media li:last-child {
	margin-right: 0px !important;
}
.footer_social-media-icon {
	height: 32px;
	margin-right: 3px;
}
@media only screen and (max-width: 600px) {
	.footer_partners {
		width: 100%;
	} 
	.footer_social-media {
		float: left !important;
		width: 100%;
		margin-top: 21px;
		border-top: 1px solid #fff;
		padding-top: 21px;
	}
}
.footer_bottom_holder > .two_columns_50_50 > div:nth-child(2) {
	background: #fff;
}
.footer_bottom_columns.two_columns_50_50 .column2 .footer_bottom {
	text-align: left !important;
}
.footer-copyright, .footer-copyright span {
	color: #848484 !important;	
}
.copyright-item a {
	color: #005333 !important;
  	font-weight: 500;
}
.copyright-divider {
	margin-left: 14px !important;
	margin-right: 14px !important;
}
@media only screen and (max-width: 600px) {
	.footer-copyright {
		padding-top: 14px;
		padding-bottom: 14px;
		text-align: center;
	}
	.copyright-divider {
		display: none;
	}
	.copyright-item {
		width: 100%;
		display: inline-block !important;
	}
}