/*revslider*/
div.hermes .tp-bullet.selected:after {
    background-color: #ffe400;
}
div.hermes .tp-bullet.selected {
    background-color: #ffe400;
    border: 2px solid white;
}
div.hermes .tp-bullet {
    background-color: #0f62b9;
}
div.hermes .tp-bullet:hover {
    background-color: #ffe400;
}

/*buttons*/
a.btn-jvh,a.btn-main {
    position: relative;
    display: inline-block;
    top: 0;
    padding: 8px 18px;
    border-radius: 6px;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    transition: .2s;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    font-family: 'Bazooka';
    text-align: center;
}
a.btn-jvh:hover, a.btn-main:hover{
    transition: .2s;
    -webkit-transition: .2s;
    -moz-transition: .2s;
}
a.btn-blue{
    background-color: #0d55a1;
    color: #fff;
    box-shadow: 0px 4px 0px 2px #011c66, 0px 6px 0px 4px rgba(0, 0, 0, 0.07);
    -webkit-box-shadow: 0px 4px 0px 2px #011c66, 0px 6px 0px 4px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0px 4px 0px 2px #011c66, 0px 6px 0px 4px rgba(0, 0, 0, 0.07);
}
a.btn-blue:hover {
    top: 3px;
    box-shadow: 0px 1px 0px 1px #011c66, 0px 2px 0px 2px rgba(0, 0, 0, 0.07);
    -webkit-box-shadow: 0px 1px 0px 1px #011c66, 0px 2px 0px 2px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0px 1px 0px 1px #011c66, 0px 2px 0px 2px rgba(0, 0, 0, 0.07);
}
a.btn-yellow, a.btn-main{
    background-color: #ffe400;
    color: #0f62b9;
    box-shadow: 0px 4px 0px 2px #ffcc00, 0px 6px 0px 4px #0f62b9;
    -webkit-box-shadow: 0px 4px 0px 2px #ffcc00, 0px 6px 0px 4px #0f62b9;
    -moz-box-shadow: 0px 4px 0px 2px #ffcc00, 0px 6px 0px 4px #0f62b9;
}
a.btn-yellow:hover, a.btn-main:hover {
    top: 3px;
    box-shadow: 0px 1px 0px 1px #ffcc00, 0px 2px 0px 2px #0f62b9;
    -webkit-box-shadow: 0px 1px 0px 1px #ffcc00, 0px 2px 0px 2px #0f62b9;
    -moz-box-shadow: 0px 1px 0px 1px #ffcc00, 0px 2px 0px 2px #0f62b9;
}
a.btn-big {
    font-size: 52px;
    box-shadow: 0px 5px 0px 3px #ffcc00, 0px 8px 0px 5px #0f62b9;
    -webkit-box-shadow: 0px 5px 0px 3px #ffcc00, 0px 8px 0px 5px #0f62b9;
    -moz-box-shadow: 0px 5px 0px 3px #ffcc00, 0px 8px 0px 5px #0f62b9;
}
a.btn-yellow.btn-big:hover {
    top: 4px;
    box-shadow: 0px 1px 0px 2px #ffcc00, 0px 3px 0px 4px #0f62b9;
    -webkit-box-shadow: 0px 1px 0px 2px #ffcc00, 0px 3px 0px 4px #0f62b9;
    -moz-box-shadow: 0px 1px 0px 2px #ffcc00, 0px 3px 0px 4px #0f62b9;
}
.characters-section a.btn-big {
    font-size: 52px;
    width: calc(100% + 160px);
    text-align: center;
    left: -80px;
    padding: 14px 10px 0px 10px;
    margin-top: -10px;
}
.characters-section.vc_row[data-vc-full-width] {
    height: 170px;
    overflow: visible;
    border-bottom: 3px solid #0f62b9;
    margin-bottom: 30px;
}
.characters-section .wpb_single_image {
    margin-top: -80px;
    margin-bottom: 20px;
}
.tp-caption span {
    color: #ffe400;
    text-transform: uppercase;
    font-family: 'Bazooka';
    text-shadow: 5px 3px 0px #0f62b9;
}
/*jvh hover box*/
.hover-box-wrapper {
    background-color: #f7f7f7;
    padding: 30px 42px;
    text-align: center;
    border-radius: 12px;
    box-shadow: 0px 4px 0px 4px #0f62b9;
    -webkit-box-shadow: 0px 4px 0px 4px #0f62b9;
    -moz-box-shadow: 0px 4px 0px 4px #0f62b9;
    transition: .3s;
}
.jvh-hover-box .hover-box-img-wrapper {
    min-height: 240px;
    position: relative;
}
.jvh-hover-box .hover-box-img-wrapper img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.jvh-hover-box img:nth-child(2) {
    opacity: 0;
}
.jvh-hover-box h2 {
    min-height: 82px;
    font-size: 32px;
    margin-bottom: 0;
    color: #0f62b9;
}
.jvh-hover-box:hover .hover-box-wrapper {
    background-color: #0d55a1;
    transition: .3s;
}
.jvh-hover-box:hover img:nth-child(1) {
    opacity: 0;
}
.jvh-hover-box:hover img:nth-child(2) {
    opacity: 1;
}
.jvh-hover-box:hover h2{
    color: #fff;
}
.img_align1 .jvh-hover-box img {
    left: 46px;
}
.img_align2 .jvh-hover-box img {
    right: 46px;
}
.jvh-hover-box {
    margin-bottom: 60px;
}
/*cta section*/
.cta-section p {
    margin-bottom: 0;
    color: white;
    font-weight: 500;
    font-size: 32px;
}
.cta-section {
    background-color: #0d55a1;
    padding: 39px 0;
}
/*laatste blog*/
.r-post_img_wrapper img {
    border-radius: 9px;
}
.blog-details div {
    display: inline-block;
    font-size: 12px;
}
.blog-author {
    text-transform: uppercase;
}
.r-post-content {
    padding: 18px 15px;
}
.r-post-content h3 {
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 4px;
    color: #0f62b9;
    font-family: 'Bazooka';
}
.r-post-txt {
    margin-bottom: 25px;
}
.r-post-content .blog-details {
    margin-bottom: 4px;
}
.r-post-content a.btn-jvh {
    width: 100%;
    max-width: 200px;
}
.recente-bericht {
    margin-bottom: 30px;
}
/*footer*/
.footer-container {
    background-color: #0f62b9;
    color: white;
    border-bottom: 2px solid white;
    padding: 50px 0 20px 0;
}
.footer_cr {
    background-color: #0f62b9;
    color: white;
    padding: 15px 0;
    font-size: 14px;
}
footer .textwidget iframe {
    max-width: 100%;
}
span.widgettitle {
    display: block;
    margin-bottom: 20px;
    font-size: 24px;
    font-family: 'Bazooka';
    font-weight: 500;
}
footer p {
    margin-bottom: 20px;
    font-weight: 300;
    line-height: 1.3;
    font-size: 16px;
}
.openingstijden span {
    text-align: right;
    position: absolute;
    top: 0;
    left: 130px;
}
.openingstijden p {
    margin-bottom: 0;
    position: relative;
}
.contact-links p {
    margin-bottom: 0;
    position: relative;
}
.contact-links a{
    position: absolute;
    top: 0;
    left: 80px;
}
footer .contact-links a {
    color: white;
}
.contact-links {
    margin-bottom: 20px;
}
.images-inligne .wpb_single_image {
    display: inline-block;
    width: 32%;
    text-align: center;
}
.images-inligne .wpb_single_image .vc_single_image-wrapper {
    width: 178px;
    height: 78px;
    position: relative;
}
.images-inligne .wpb_single_image .vc_single_image-wrapper img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
/*caroussel recensies*/
.slick-dots button {
    background: transparent;
    font-size: 0;
    width: 14px;
    height: 14px;
    border-radius: 100%;
    border: 2px solid #0f62b9;
    display: inline-block;
    padding: 0;
    outline: none;
}
.slick-dots li.slick-active button{
    background: #0f62b9;
    width: 10px;
    height: 10px;
}
.slick-dots li{
    display: inline-block;
    padding: 3px; 
}
.slick-dots {
    width: 100%;
    text-align: center;
}
.slick-slide{
	outline: none;
}
.recensie-txt {
    font-size: 16px;
}
.recensie-content h3 {
    font-family: 'Bazooka';
    color: #0f62b9;
    margin-top: 0;
    font-size: 12px;
    margin-bottom: 0;
}
li.recente-recensie {
    margin-bottom: 30px;
}
.recensie-slider .slick-slide {
    border-bottom: 2px solid;
}
.recente-recensies {
    padding: 30px 42px;
    border: 1px solid #0f62b9;
    border-radius: 10px;
    margin-bottom: 50px;
}
/*over ons*/
.border-img .vc_single_image-wrapper {
    border: 11px solid #0f62b9;
}
.img-inligne .border-img:nth-child(2) {
    top: 130px;
    right: 0;
}
/*breadcrumbs*/
.breadcrumbs-section {
    background-color: #f7f7f7;
}
.banner-content h1 {
    font-size: 46px;
    color: #0f62b9;
    font-family: 'Bazooka';
    margin-bottom: 10px;
}
p.header-breadcrumbs {
    margin-bottom: 20px;
    padding-top: 20px;
    text-align: right;
    font-size: 16px;
}
span.breadcrumb_last {
    color: red;
}
.breadcrumbs-section {
    margin-bottom: 50px;
}
/*404*/
.not-found-img-wrapper {
    text-align: right;
    position: absolute;
    right: 0;
    bottom: -85px;
}
.error_pagenotfound {
    position: relative;
}
/*nieuws*/
.blog-content {
    margin-bottom: 42px;
    background-color: #f7f7f7;
    padding: 30px 42px;
    border-radius: 12px;
    box-shadow: 0px 6px 0px 2px #0f62b9;
    position: relative;
}
.blog-content h2 {
    margin-bottom: 0px;
    font-family: 'Bazooka';
}
.blog-content h2 a{
    color: #0f62b9;
}
.blog-content .btn-wrapper {
    padding-top: 15px;
    text-align: right;
    position: absolute;
    right: 36px;
    bottom: 40px;
}
.sidebar .widget{
    margin-bottom: 30px;
}
.sidebar .widget .s-form .search-field {
    position: relative;
    padding-top: 13px;
    padding-bottom: 10px;
    border: 2px solid #0f62b9;
    border-radius: 5px;
    box-shadow: none;
}
.sidebar .widget .s-form button {
    background: url(..//images/s-icon.png) no-repeat center;
    width: 21px;
    height: 20px;
    position: absolute;
    right: 11px;
    top: 15px;
}
p.comment-form-url {
    display: none;
}
label.gfield_label {
    display: none;
}
.single-content .blog-details {
    margin-bottom: 10px;
    margin-top: 10px;
}
.blog-img-wrapper img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.blog-single-content {
    border-radius: 10px;
    box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.18);
    margin-bottom: 50px;
}
.blog-single-content-wrapper {
    padding: 30px 20px;
    background-color: #f7f7f7;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.vc_row-full-width.vc_clearfix {
    height: 0px;
}
.wpb_content_element.nomargin {
    margin-bottom: 0;
}
.assort_box h3 {
    font-family:  'Bazooka';
    color: #0f62b9;
    font-size: 29px;
    margin-bottom: 20px;
    margin-top: 0;
}
.assort_box p {
    font-weight: 500;
    font-size: 20px;
}
.assort_box {
    background-color: #f7f7f7;
    padding: 30px 25px;
    border-radius: 10px;
    box-shadow: 0px 4px 0px 3px #0f62b9;
}
.tijden_lijst span {
    float: right;
}
.tijden_lijst li:nth-child(odd){
    background-color: #F7F7F7;
}
.tijden_lijst li {
    padding: 3px 14px;
    font-size: 22px;
}
.header-contact a:hover {
    color: #fff;
}
p.vc_custom_heading.bold {
    font-weight: 600;
}
.contact_text p {
    margin-bottom: 0;
    position: relative;
}
.contact_text p span {
    position: absolute;
    display: inline-block;
    width: 100%;
    left: 70px;
    top: 0;
}
.wpb_content_element.less-margin {
    margin-bottom: 30px;
}
h2.screen-reader-text {
    display: none;
}
span.page-numbers.current {
    font-size: 28px;
    font-weight: 700;
    color: #0d55a1;
}
.search-content .blog-content {
    padding: 30px 26px;
}
.search-content .blog-content .blog-text {
    padding-right: 0;
}
.blog-content .btn-wrapper {
    position: static;
    padding: 20px 0 0 0;
}
