/*
Theme Name: Bridge Child
Theme URI: http://demo.qodeinteractive.com/bridge/
Description: A child theme of Bridge Theme
Author: Qode Interactive
Author URI: http://www.qodethemes.com/
Version: 1.0.0
Template: bridge
*/
@import url("../bridge/style.css");

/*********
Algemeen
*********/

.color-orange {
	color: #f39200;
}
.color-white p, .color-white h1, .color-white h2 {
	color: #fff !important;
}
h1 > strong {
	font-weight: inherit !important;
	text-transform: lowercase !important;
}
table.aarts td {
    text-align: left;
    padding: 4px 30px 4px 0px;
}
.anchor {
	padding-top: 70px;
	margin-top: -70px;
	visibility: hidden;
}
.shadow {
    position: absolute;
    width: 100%;
    height: 100%;
    box-shadow: inset 0px 0px 10px 0 rgba(0,0,0,0.3);
    top: 0;
    left: 0;
    z-index: 1;
}
.wpb_text_column p, .wpb_text_column > .wpb_wrapper h1 {
	margin-bottom: 22px;
}
body blockquote {
    padding-top: 0;
	font-style: italic;
}
.img-round img {
	-webkit-border-radius: 200px;
	border-radius: 200px;
}
.img-350 img {
    height: 350px !important;
    width: 350px !important;
}
.neg-margin-t-b-70 img {
    margin-top: -70px;
    margin-bottom: -70px;
}
.bold {
	font-weight: bold !important;
}
body .title.has_background {
	background-position: center top !important;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
}
.no-margin {
	margin: 0 !important;
}
body .widget_nav_menu > h5 {
    font-size: 17px;
    line-height: 22px;
    font-weight: bold;
    text-transform: uppercase;
    color: #303030;
}
.return-btn {
	position: relative;
	display: block;
	width: auto;
	color: rgb(255, 255, 255);
	background-color: rgb(243, 146, 0);
	height: 47px;
	line-height: 47px;
	font-size: 13px;
	padding: 0 20px;
	text-align: center;
	font-weight: 400;
	text-decoration: none;
	cursor: pointer;
	outline: 0;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	border: 2px solid rgb(243, 146, 0);
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.return-btn:hover {
	background-color: rgb(208, 125, 0);
}

/* VC 5-block */
.vc_responsive .five_box_wrap.wpb_row .vc_col-sm-2 {
	float: left;
	width: 18.8%;
	padding: 0;
	margin-right: 1.5%;
	min-height: 0;
}
.five_box_wrap .five_box_last {
	margin: 0 !important;
}
.five_box_wrap .five_box_hide {
	display: none !important;
}
.wpb_widgetised_column .widget a:hover, .wpb_widgetised_column .widget li.current-menu-item a {
	color: #f39200;
}


/*********
Header
*********/

body header .header_top_bottom_holder {
    margin-top: 14px;
}
body header .header_top_bottom_holder > .header_bottom {
	height: 144px;
}

body header nav.main_menu.left {
	left: 0 !important;
    margin-top: 100px;
}
body .header_bottom_right_widget_holder {
    padding: 0 14px;
	text-align: right;
}
body header nav.main_menu>ul>li>a {
	line-height: 44px !important;
	padding: 0 28px 0 0;
}
body nav.main_menu ul li#nav-menu-item-1136.active a {
    color: #666666;
}
body header .header_inner_right {
	font-size: 20px;
}
body header .header_inner_right .textwidget > a {
	margin-right: 26px;
	-webkit-transition: opacity .3s ease-in-out,color .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out,color .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out,color .3s ease-in-out;
    -ms-transition: opacity .3s ease-in-out,color .3s ease-in-out;
    transition: opacity .3s ease-in-out,color .3s ease-in-out;
}
body header .side_menu_button>a.search_button {
    vertical-align: top;
	color: #f39200;
}
body header .drop_down .second .inner ul {
	background: none;
	padding: 0;
}
body header .main_menu.drop_down .second .inner ul > li {
	background-color: rgba(255,255,255,0.96);
    margin-top: 4px;
	width: 250px;
}

body header .main_menu.drop_down .second .inner ul > li.current-menu-item a {
    color: #f39200;
}
body header .header_inner_right > .right {
    position: absolute;
    right: 50%;
    width: 480px;
}
body header .header_inner_right .side_menu_button {
    height: 100px;
}
body header .header_inner_right_bottom {
    float: right;
    position: relative;
    z-index: 110;
    margin-top: 100px;
	padding: 0 0 0 28px;
	line-height: 44px;
	font-size: 20px;
}
body header .header_inner_right_bottom a {
	margin-left: 20px;
    -webkit-transition: opacity .3s ease-in-out,color .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out,color .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out,color .3s ease-in-out;
    -ms-transition: opacity .3s ease-in-out,color .3s ease-in-out;
    transition: opacity .3s ease-in-out,color .3s ease-in-out;
}
body header .header_inner_right_bottom a:hover {
	color: #f39200;
}
body header .header_inner_right_bottom a i {
	font-size: 20px;
    vertical-align: middle;
}
body header.scrolled .drop_down .second {
    top: 100%;
}
/*
header nav.main_menu {
	width: 100%;
}
header nav.main_menu > ul > li:last-of-type {
	float: right;
}
header nav.main_menu > ul > li:last-of-type a {
	padding: 0 0 0 28px;
}
*/


/*********
AARTS intro box
*********/

#aarts-intro-box {
	background: #fff;
	-webkit-box-shadow: 2px 4px 10px 1px rgba(0,0,0,0.2);
	box-shadow: 2px 4px 10px 1px rgba(0,0,0,0.2);
	-webkit-border-radius: 12px;
	border-radius: 12px;
	text-align: center;
	padding: 22px 12px 10px 12px;
	margin-top: -134px;
	min-height: 300px;
	font-size: 15px;
	line-height: 20px;
}
#aarts-intro-box .box-image img {
	-webkit-border-radius: 80px;
	border-radius: 80px;
}
#aarts-intro-box .box-title {
    color: #f39200;
    font-size: 18px;
    line-height: 20px;
    text-transform: uppercase;
    min-height: 40px;
    padding: 10px 0;
}
#aarts-intro-box .box-description {
	margin-bottom: 12px;
	font-size: 16px;
	line-height: 20px;
	min-height: 70px;
	font-style: italic;
}
#aarts-intro-box .box-btn {
    background: #f39200;
    color: #fff;
    font-size: 14px;
    line-height: 18px !important;
    text-transform: uppercase;
    padding: 8px 14px;
    display: inline-block;
    -webkit-transition: opacity .3s ease-in-out,color .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out,color .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out,color .3s ease-in-out;
    -ms-transition: opacity .3s ease-in-out,color .3s ease-in-out;
    transition: opacity .3s ease-in-out,color .3s ease-in-out;
}
#aarts-intro-box .box-btn:hover {
    background: #d07d00;
}


/*********
Diensten
*********/
.wpb_wrapper > h1.diensten-title {
	margin-bottom: 0;
}
body blockquote {
    padding: 0;
	margin-top: 26px;
}


/*********
Aarts blockquote
*********/

#aarts-blockquote {
	font-size: 	22px;
	line-height: 28px;
	margin: 28px 0;
	color: #666666;
	font-style:italic;
}
#aarts-blockquote > i {
    font-size: 16px;
    vertical-align: top;
    color: #c1c0c0;
}
#aarts-blockquote > i.fa-quote-left {
	margin-right: 12px;
}
#aarts-blockquote > i.fa-quote-right {
	margin-left: 12px;
}


/*********
Nieuws list
*********/
.nieuws-title {
	background-position: center top !important;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
}

#qd-blog .post {
	padding: 22px 22px 54px 22px;
	margin-bottom: 32px;
	background: #fff;
	-webkit-box-shadow: 2px 4px 10px 1px rgba(0,0,0,0.2);
	box-shadow: 2px 4px 10px 1px rgba(0,0,0,0.2);
	-webkit-border-radius: 12px;
	border-radius: 12px;
    min-height: 390px;
	position: relative;
}
#qd-blog .post .post-img {
	position: relative;
}
#qd-blog .post .post-img > a {
	display: block;
	margin: 0;
	padding: 0;
}
#qd-blog .post .post-img > a > img {
	margin-bottom: -8px;
}
#qd-blog .post .post-img .date {
    position: absolute;
    background: #f39200;
    color: #fff;
    width: 48px;
    height: auto;
    top: 0;
    right: 0;
    z-index: 2;
    line-height: 24px;
    font-size: 22px;
    text-transform: uppercase;
    text-align: center;
    padding: 4px 0 2px 0;
}
#qd-blog .post .post-img .date span {
    display: block;
    font-size: 1.6em;
    font-weight: bold;
    line-height: 1em;
}
#qd-blog .post h2 {
    padding: 20px 0 10px 0;
	line-height: 22px;
}
#qd-blog .post h2 a {
	font-size: 22px;
	font-weight: 300;
	line-height: 22px;
	color: #f39200;
}
#qd-blog .post .blog-btn {
	position: absolute;
	bottom: 20px;
    background: #f39200;
    color: #fff;
    font-size: 14px;
    line-height: 34px !important;
    text-transform: uppercase;
    padding: 0 14px;
    display: inline-block;
    -webkit-transition: opacity .3s ease-in-out,color .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out,color .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out,color .3s ease-in-out;
    -ms-transition: opacity .3s ease-in-out,color .3s ease-in-out;
    transition: opacity .3s ease-in-out,color .3s ease-in-out;
}
#qd-blog .post .blog-btn:hover {
    background: #d07d00;
}
#qd-blog .pagination {
    margin: 30px 0 50px;
}

/* slider */

#qd-blog.blog-slider {
	position: relative;
}

#qd-blog .slider {
    display: block;
    text-align: left;
    float: none;
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    z-index: auto;
    width: 1200px;
    margin: 0px;
    overflow: hidden;
    height: 500px;
}
#qd-blog .slider .slides {
	width: 6000px;
    text-align: left;
    float: none;
    position: absolute;
    top: 0px;
    right: auto;
    bottom: auto;
    left: 0px;
    margin: 0px;
    opacity: 1;
}
#qd-blog .slide {
	width: 400px;
    display: inline-block;
    vertical-align: top;
}
#qd-blog .slide-inner {
	box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

#blog-navi .left, #blog-navi .right {
    position: absolute;
    top: 44%;
    display: block;
    width: 50px;
    height: 50px;
    cursor: pointer;
    background: #f39200;
    color: #fff;
    text-align: center;
    font-size: 46px;
    line-height: 48px;
}
#blog-navi .left {
	left: -50px;
}
#blog-navi .right {
	right: -50px;
}

/*********
Nieuws single
*********/

.container aside.qode-sticky-sidebar {
    margin-top: 80px;
}
.container aside.sidebar .widget, .wpb_widgetised_column .widget {
	padding: 22px;
	margin-bottom: 32px;
	background: #fff;
	-webkit-box-shadow: 1px 2px 6px 1px rgba(0,0,0,0.15);
	box-shadow: 1px 2px 6px 1px rgba(0,0,0,0.15);
	-webkit-border-radius: 12px;
	border-radius: 12px;
}
.container aside.sidebar .qode-widget-sticky-sidebar {
	padding: 0;
	margin: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
}
.container aside.sidebar .widget h5 {
	color: #f39200;
}
.container aside.sidebar .widget label {
	display: none;
}
.container aside.sidebar .widget.widget_archive select {
    border: 1px solid #ccc;
	cursor: pointer;
}
.blog_holder article .post_text.image-off .post_text_inner {
	padding-top: 0;
}
.warningrtf, .tiprtf {
	padding: 20px;
	display: block;
}
.tiprtf-title, .warningrtf-title {
	font-weight: bold;
}
.tiprtf {
	background-color: #d9edf7;
    border-color: #bcdff1;
    color: #31708f;
}
.warningrtf {
    background-color: #f2dede;
    border-color: #ebcccc;
    color: #a94442;
}
.sidebar .widget .qbutton.large {
    height: 47px;
    line-height: 47px;
    font-size: 13px;
    padding: 0 20px;
}
.sidebar .widget .qbutton.large:hover {
    color: #ffffff !important;
}


/*********
Aarts team
*********/

body .filter_holder ul li span {
    text-transform: lowercase;
    font-weight: 300;
    font-size: 20px;
    padding: 0 16px;
}

body .projects_holder_outer .projects_holder.portfolio_main_holder > article {
    margin: 0 0 50px 0;
}

#aarts-team {
	display: block;
	background: #fff;
	-webkit-box-shadow: 2px 4px 10px 1px rgba(0,0,0,0.2);
	box-shadow: 2px 4px 10px 1px rgba(0,0,0,0.2);
	-webkit-border-radius: 12px;
	border-radius: 12px;
	text-align: center;
	padding: 22px 16px 18px 16px;
	margin: 0 18px;
    min-height: 370px;
}

#aarts-team > div, #aarts-team > a {
    display: block;
    line-height: 22px;
    font-size: 20px;
}

#aarts-team .team-image {
    display: block;
    vertical-align: middle;
    max-width: 166px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}

#aarts-team .team-image img {
	-webkit-border-radius: 200px;
    border-radius: 200px;
}

#aarts-team .team-name {
	font-size: 28px;
    line-height: 28px;
    min-height: 56px;
    margin-top: 8px;
}

#aarts-team .function {
    margin-bottom: 40px;
}
#aarts-team .mail, #aarts-team .vcard {
    letter-spacing: 1px;
    margin-bottom: 10px;
}

/*********
Mailchimp subscribe
*********/
.subscribe-box {
	border: 2px solid #f39200;
}
body .subscribe-box > .vc_column-inner {
	padding: 40px;
}
.subscribe-box .wpb_wrapper h1 {
	margin-bottom: 0;
}
.subscribe-box .wpb_wrapper p {
	font-size: 24px;
}
body #mc_embed_signup form {
    text-align: center;
    padding: 0;
    margin: 0;
}
body #mc_embed_signup .mc-field-group {
    clear: left;
    position: relative;
    width: 100%;
    padding: 36px 0;
    min-height: 50px;
}
body #mc_embed_signup .mc-field-group input {
    font-family: inherit;
    display: block;
    width: 100%;
    padding: 14px 20px;
    font-size: 20px;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
	text-indent: inherit;
	-webkit-border-radius: 0;
	border-radius: 0;
	border: 1px solid #f39200;
}
#mc_embed_signup .aarts-button {
    font-family: inherit;
	cursor: pointer;
    color: #fff;
    border-color: #f39200;
    font-weight: 400;
    border-radius: 0px;
    background-color: #f39200;
    text-transform: uppercase;
	text-align: center;
    height: 58px;
    line-height: 58px;
    font-size: 20px;
    padding: 0 22px;
	font-style: normal;
    letter-spacing: 1px;
	margin: 0;
    display: inline-block;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#mc_embed_signup .aarts-button:hover {
	background-color: #d07d00;
	border-color: #d07d00;
}
body #mc_embed_signup div#mce-responses {
    float: none;
    top: 0;
    padding: 0;
    overflow: hidden;
    width: 100%;
    margin: 0;
    clear: both;
}
body #mc_embed_signup div.response {
    margin: 0 0 40px;
    padding: 0;
    font-weight: bold;
    float: none;
    top: 0;
    z-index: 1;
    width: 100%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}


/*********
mijn WmA
*********/

.mijn-wma iframe {
	float: right;
}

/*********
CONTACT
*********/

.border-right {
	border-right: 1px solid #dbdbdb;
}

.contact-boxes #aarts-team {
    margin: 0;
    margin-top: -74px;
}

.contact-kvk .section_inner .section_inner_margin {
	padding-left: 9%;
}

#bel-me-form, #route-plannen, #email-form {
	display: none;
	border: 1px solid #dbdbdb;
	margin-top: 40px;
	padding: 20px;
}
#bel-me-form input[type="text"], #email-form input[type="text"], #email-form input[type="email"], #email-form textarea, #route-plannen input[type="text"] {
    border: 2px solid #f39200;
    background: #fff;
    padding: 10px 14px;
    margin-top: 6px;
    margin-bottom: 14px;
    font-size: 16px;
    line-height: 26px;
    max-width: 500px;
    min-width: 200px;
}
#route-plannen input[type="text"] {
	width: 80%;
}
#bel-me-form input[type="submit"], #email-form input[type="submit"], .contact-btn, #route-plannen input[type="submit"] {
    cursor: pointer;
    background: #f39200;
    text-transform: lowercase;
    font-size: 18px;
    font-weight: 300;
    font-family: inherit;
    border: none;
    color: #fff;
	line-height: 46px;
    height: 46px;
    padding: 0 30px;
	margin: 8px 0 8px 0;
    display: inline-block;
	-webkit-border-radius: 0;
	border-radius: 0;
    -webkit-transition: opacity .3s ease-in-out,color .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out,color .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out,color .3s ease-in-out;
    -ms-transition: opacity .3s ease-in-out,color .3s ease-in-out;
    transition: opacity .3s ease-in-out,color .3s ease-in-out;
}
#bel-me-form input[type="submit"]:hover, #email-form input[type="submit"]:hover, .contact-btn:hover, #route-plannen input[type="submit"]:hover {
    background: #d07d00;
}
.contact-btn {
	margin: 8px 10px 4px 10px;
}
.vraag-boxes div.wpcf7-response-output {
    max-width: 500px;
}
body .vraag-boxes .gform_wrapper .top_label div.ginput_container {
    margin-top: 0;
}
body .vraag-boxes .gform_wrapper .top_label div.ginput_container select {
    cursor: pointer;
}
body #email-form div.ginput_container_address > span > input[type="text"] {
	margin-bottom: 0;
}



/*********
FOOTER
*********/

body .footer_top_holder {
    background-position: center center;
}
.footer-contact-info {
    background: rgba(0,0,0,0.5);
    color: #fff;
    padding: 80px 28px 50px 28px;
    font-size: 16px;
}
.footer-contact-info .left, .footer-contact-info .right {
	vertical-align: top;
}
.footer-contact-info p {
	color: #fff;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 18px;
}
.footer-contact-info .info-title {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 22px;
    display: block;
}
.footer-contact-info .box {
	display: inline-block;
	width: 32%;
}
.footer-contact-info .footer-logos {
	display: block;
	margin-top: 20px;
}
.footer-contact-info .footer-logos img {
	max-height: 36px;
	margin-right: 50px;
}
footer .bellen-container {
	padding: 54px 0 40px 20px;
    height: 100%;
}
footer .bellen-container-inner {
	background: rgba(0,0,0,0.5);
    padding: 20px 30px 10px 30px;
}
footer .wpcf7 form.wpcf7-form p {
    margin-bottom: 8px;
}
footer form.wpcf7-form p.cf7-title {
	color: #fff;
	margin-bottom: 20px;
}
footer .wpcf7-form input.wpcf7-text {
    background: rgba(0,0,0,0);
    border: 2px solid #fff;
    font-size: 16px;
    color: #fff !important;
}
footer .wpcf7-form input::placeholder {
    font-size: 16px;
    color: #fff;
}
footer .wpcf7-form input[type="submit"].wpcf7-form-control.wpcf7-submit {
    border: 2px solid #ccc;
    background: #fff;
    border-radius: 0;
    margin-top: 10px;
	float: right;
	color: #2D2D2D;
	text-transform: lowercase;
    font-size: 16px;
}
footer .wpcf7-form input[type="submit"].wpcf7-form-control.wpcf7-submit:hover {
    border-color: #f39200;
    background: #f39200;
	color: #fff;
}
.two_columns_50_50 > .column1.footer_col1 {
    width: 66%;
}
.two_columns_50_50 > .column1.footer_col1 > .column_inner, .two_columns_50_50 > .column2.footer_col2 > .column_inner {
	padding: 0;
}
.two_columns_50_50 > .column2.footer_col2 {
    width: 34%;
}


/*********
WMA VC BLOG OVERVIEW
*********/
#wma-blog-overview {

}
#wma-blog-overview ul,
#wma-blog-overview li {
	list-style: none;
}
#wma-blog-overview li {
	display: inline-block;
	width: 33%;
	padding: 0 1%;
	box-sizing: border-box;
	vertical-align: top;
}
.wma-blog-post {
	position: relative;
	min-height: 390px;
	padding: 22px 22px 54px 22px;
	margin-bottom: 32px;
	background: #fff;
	-webkit-box-shadow: 2px 4px 10px 1px rgba(0,0,0,0.2);
	box-shadow: 2px 4px 10px 1px rgba(0,0,0,0.2);
	-webkit-border-radius: 12px;
	border-radius: 12px;
}
.wma-blog-post .post-img {
	position: relative;
}
.wma-blog-post .post-img img {
	margin-bottom: -8px;
}
.wma-blog-post .post-img .date {
	position: absolute;
	background: #f39200;
	color: #fff;
	width: 48px;
	height: auto;
	top: 0;
	right: 0;
	z-index: 2;
	line-height: 24px;
	font-size: 22px;
	text-transform: uppercase;
	text-align: center;
	padding: 4px 0 2px 0;
}
.wma-blog-post .post-img .date span {
	display: block;
  font-size: 1.6em;
  font-weight: bold;
  line-height: 1em;
}
.wma-blog-post .post-img .shadow {
	position: absolute;
  width: 100%;
  height: 100%;
  box-shadow: inset 0px 0px 10px 0 rgba(0,0,0,0.3);
  top: 0;
  left: 0;
  z-index: 1;
}
.wma-blog-post h2,
.wma-blog-post h2 a {
	font-size: 22px;
	font-weight: 300;
	line-height: 22px;
	color: #f39200;
	word-break: break-word;
}
.wma-blog-post h2 {
	margin: 20px 0;
}
.wma-blog-post p {
	margin-bottom: 20px;
}
.wma-blog-post .blog-btn {
	position: absolute;
  bottom: 20px;
  background: #f39200;
  color: #fff;
  font-size: 14px;
  line-height: 34px !important;
  text-transform: uppercase;
  padding: 0 14px;
  display: inline-block;
  -webkit-transition: opacity .3s ease-in-out,color .3s ease-in-out;
  -moz-transition: opacity .3s ease-in-out,color .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out,color .3s ease-in-out;
  -ms-transition: opacity .3s ease-in-out,color .3s ease-in-out;
  transition: opacity .3s ease-in-out,color .3s ease-in-out;
}
.wma-blog-pagination {
	margin: 20px 0 50px 0;
}
.wma-blog-pagination .page,
.wma-blog-pagination .page-separator {
	display: inline-block;
	height: 40px;
	margin: 0 10px 0 0;
	padding: 6px 12px;
	border-radius: 4px;
	border: 1px solid #cecece;
	box-sizing: border-box;
	vertical-align: top;
}
.wma-blog-pagination .page.active {
	border-color: #f39200;
}
.wma-blog-pagination .page-separator {
	border: 0;
  border-bottom: 1px dashed #a5a5a5;
  border-radius: 0;
}


/*********
Responsive
*********/
@media only screen and (max-width: 1600px) {
	body .title.has_background {
		background-position: center top !important;
		-webkit-background-size: 1600px auto !important;
		-moz-background-size: 1600px auto !important;
		-o-background-size: 1600px auto !important;
		background-size: 1600px auto !important;
	}
}
@media only screen and (max-width: 1400px) {
	#qd-blog .slider {
		width: 800px;
		margin: 0 50px;
		margin-left: auto;
		margin-right: auto;
	}
}
@media only screen and (max-width: 1200px) {
	#aarts-intro-box .box-description {
		font-size: 14px;
	}
	#blog-navi .left {
		left: 0;
	}
	#blog-navi .right {
		right: 0;
	}
	#aarts-team {
		margin: 0;
	}
	body .filter_holder ul li span {
		font-size: 18px;
		padding: 0 10px;
	}
	.neg-margin-t-b-70 img {
		margin-top: 0;
		margin-bottom: 0;
	}
	.img-350 img {
		height: auto !important;
		width: auto !important;
	}
	body header nav.main_menu>ul>li>a {
	  padding: 0 15px 0 0;
		font-size: 18px;
	}
	body header .header_inner_right_bottom {
    font-size: 18px;
	}
}
@media only screen and (max-width: 1025px) {
	#aarts-intro-box {
		margin-top: -80px;
	}
}

@media only screen and (min-width: 1001px) {
	.mainmenu-contact {
		display: none !important;
	}
}

/* changing to mobile header */
@media only screen and (max-width: 1000px) {
	body header .header_top_bottom_holder > .header_bottom {
    	height: 100px;
	}
	body header .header_top_bottom_holder {
		margin-top: 0;
	}
	.header_inner_right {
		display: none !important;
	}
	body header .header_inner_right_bottom {
		margin-top: 30px;
	}
	nav.mobile_menu ul li a, nav.mobile_menu ul li h3 {
		font-size: 16px;
		padding: 10px 20px;
	}
	.vc_responsive .five_box_wrap.wpb_row .vc_col-sm-2 {
		width: 31.8%;
	}
	.five_box_third {
		margin: 0 !important;
	}
	#aarts-intro-box {
		margin-top: 20px;
	}
	#qd-blog .slider {
		width: 400px;
	}
	.nieuws-title .vc_empty_space {
		height: 600px !important;
	}
	.two_columns_50_50 > .column1.footer_col1, .two_columns_50_50 > .column2.footer_col2 {
		width: 100%;
	}
	footer .bellen-container {
		padding: 54px 0 0 0;
	}
	footer .footer_top .two_columns_50_50 .column2 .column_inner > div {
		margin: 0;
	}
	body header .header_inner_right_bottom {
		display: none;
	}
	nav.mobile_menu>ul {
		padding: 18px 0px;
	}
	#wma-blog-overview li {
    width: 50%;
	}
}
@media only screen and (max-width: 850px) {
	body header .header_inner_right_bottom a.mob-hide {
		display: none;
	}
	.nieuws-title .vc_empty_space {
		height: 500px !important;
	}
}
@media only screen and (max-width: 768px) {
	#qd-blog .vc_column_container {
		width: 100%;
	}
	.border-right {
		border-right: none;
	}
	body header .header_inner_right_bottom {
		padding: 0;
	}
	.mijn-wma iframe {
		float: none;
	}
	.footer-contact-info .footer-logos img {
    margin-bottom: 20px;
	}
}
@media only screen and (min-width: 600px) and (max-width: 670px) {
	body .header_bottom .container_inner {
	    max-width: 520px;
	}
}
@media only screen and (max-width: 600px) {
	#aarts-intro-box .box-title {
		font-size: 14px;
	}
	#aarts-intro-box .box-description {
		min-height: 100px;
	}
	.footer-contact-info .box {
		width: 100%;
	}
	.footer-contact-info {
		padding: 40px 28px 16px 28px;
	}
	#wma-blog-overview li {
    width: 100%;
	}
}
@media only screen and (max-width: 500px) {
	.mob-hide {
		display: none !important;
	}
	#aarts-intro-box,
	#aarts-intro-box .box-description,
	#aarts-intro-box .box-title {
		min-height: 0;
	}
	.footer-contact-info .left, .footer-contact-info .right {
		width: 99%;
	}
	.footer-contact-info {
		height: auto;
	}
	.vc_responsive .five_box_wrap.wpb_row {
		margin: 0 !important;
	}
	.vc_responsive .five_box_wrap.wpb_row .vc_col-sm-2 {
		width: 98.8%;
		margin: 0 !important;
	}
	#aarts-intro-box {
		margin-top: 30px;
	}
	body .contact-kantoor {
		padding-right: 10px !important;
		padding-left: 10px !important;
	}
	h1, .h1, .title h1 {
		font-size: 32px;
		line-height: 38px;
	}
	.nieuws-title .vc_empty_space {
		height: 350px !important;
	}
}

.sidebar li.cat-item.cat-item-5 {
    display: none!important;
}
