/*
 Theme Name:   Sjaak van Huenen Auto's Child Theme
 Description:  Sjaak van Huenen Auto's Child Theme
 Author:       Fabian Westhoff
 Author URI:   http://themeforest.net/user/Anps/portfolio
 Template:     hairdresser
 Version:      1.0.0
 License:      GNU General Public License
 License URI:  license.txt
 Tags:         responsive-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, left-sidebar, custom-colors, custom-header, custom-menu, theme-options, translation-ready, threaded-comments
 Text Domain:  hairdresser-child
*/

/* Place your custom CSS in this file */
.clear  {clear: both;}


#filter-uitgebreid-block ul li {
    display: inline-block;
    width: 25%;
}

li.sf-field-submit {
    width: 100% !important;
}
.sf-field-submit input {
    margin-top: 10px;
    border-radius: 4px;
    /* background-color: #1b9eb8; */
    background-color: #00428b;
    color: #ffffff!important;
    border: none;
    padding: 11px 17px;
    font-size: 14px;
    float: right;
}

.noUi-connect {
background-color: #1b9eb8 !important;
}

@media (max-width: 767px) {

#filter-uitgebreid-block ul li {
  display: inline-block;
  width: 100%;
}

}

#home-block2 .homeblocks-links .home-block {
    padding: 10px;
    background-color: #f7f7f7;
    height: 70px;
    line-height: 70px;
    text-align: center;
    margin-bottom: 20px;
}
#home-block2 .homeblocks-links a h3 {
    margin-top: 0px;
    font-weight: bold;
    font-size: 16px;
}

#home-block2 .homeblocks-links a h3:hover {
    color: #00428b!important;
}
#home-block3 {
    margin-bottom: 40px;
}
#home-block4 {
    display: block;
}
#home-block4 .slick-dots {
    display: none!important;
}

.pagination {
    display: inline-block;
    width: 100%;
    text-align: center;
}
.pagination .next-link,
.pagination .prev-link {
    display: inline-block;
}
.pagination .text-center {
    width: 200px;
    text-align: center;
    display: inline-block;
}

.pagination a {
    background-color: #00428b;
    border-radius: 4px;
    color: #ffffff!important;
    border: none;
    padding: 11px 17px;
    font-size: 14px;
    height: auto;
    line-height: 22px;
}

#ajax-pagination a.pagination-left {
    float: left;
}
#ajax-pagination a.pagination-right {
    float: right;
}

.contact-map {margin: 40px 0px 20px 0px;}
.contact-map #map-button {background-color: #00428b!important; margin: 30px 0px 0px 0px; float: right;}

.contact-privacy #privacy-button {float: left; background-color: #00428b!important;}

#uwpqsf_id {border: none;}

/*----- FORM ------ */
/* The container */
.label-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.label-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.label-checkmark {
    position: absolute;
    top: 3px;
    left: 0px;
    height: 20px;
    width: 20px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.label-container:hover input ~ .label-checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.label-container input:checked ~ .label-checkmark {
    background-color: #00428b;
}

/* Create the label-checkmark/indicator (hidden when not checked) */
.label-checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the label-checkmark when checked */
.label-container input:checked ~ .label-checkmark:after {
    display: block;
}

/* Style the label-checkmark/indicator */
.label-container .label-checkmark:after {
    left: 8px;
    top: 4px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.uwpqsf_class > label {width: 16.6%!important;}
.label-keyword-title,
.uwpqsf_class > span[class*='cmflabel-'] {   
    margin: 0px;
    font-size: 18px;
    font-weight: bold;
    color:black;}

.uform_title {display: none;}
#uwpqsf_id {border:none!important;}
#uwpqsf_id_btn { 
    margin-top: 10px;   
    border-radius: 4px;
    /*background-color: #1b9eb8;*/
    background-color: #00428b;
    color: #ffffff!important;
    border: none;
    padding: 11px 17px;
    font-size: 14px;
    float: right;}
#cmfdp-1,
#cmfdp-2,
#uwpqsf_id_key {
    border: 1px solid #eee;
    border-radius: 3px;
    outline: none;
    padding: 14px 19px;
    width: 100%!important;
    margin-left: 0%!important;
    margin-right: 0%!important;
    -webkit-transition: 0.2s border;
    transition: 0.2s border;}
.uwpqsf_class > span[class*='cmflabel-'] {
    padding: 0px;
}

.no-results {
    display: block;
}
.cmflabel-0, 
.cmflabel-1 {
    padding: 0px!important;
}
/*.search-field-container {
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 10px;
}*/

/*.products-header-container,
.products .product {
    box-shadow: 0 5px 5px 0 rgba(0,0,0,.2);
}*/
/*.onsale {
    border-radius: 0px!important; 
    color: #fff;
    font-size: 18px!important;
    padding: 13px 6px;
    position: absolute;
    text-transform: uppercase;
    bottom: 38%;
    z-index: 1;
    left: 0!important;
    right: 0!important;
    top:auto!important;
    text-align: center;
    font-weight: bold;
    background-color: rgba(0, 66, 139, 0.6)!important;
}*/

.portfolio-wrapper .product .product-container {
    box-shadow: 0 0 7px 0 rgba(0,0,0,.15);
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}
.portfolio-wrapper .product .product-container:hover{
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
    box-shadow: 0 5px 5px 0 rgba(0,0,0,.2);
}
.portfolio-wrapper .product .product-header {
    overflow: hidden;
}
.product-header-container {
    overflow: hidden;
    position: relative;
}
.onsale {
    width: 200px!important;
    position: absolute!important;
    text-align: center!important;
    line-height: 50px!important;
    letter-spacing: 1px!important;
    color: white!important;
    transform: rotate(-45deg)!important;
    -webkit-transform: rotate(-45deg)!important;

    top: 25px!important;
    right: -50px!important;
    left: auto!important;
    transform: rotate(45deg)!important;
    -webkit-transform: rotate(45deg)!important;

    box-shadow: 0 0 3px rgba(0,0,0,.3)!important;    

    background-color: rgba(0, 66, 139, 0.6)!important;
    font-size: 14px!important;

    border-radius: 0!important;
    padding: 0!important;
    z-index: auto!important;
}

.onsale-big {
    width: 330px!important;
    position: absolute!important;
    top: 25px!important;
    left: -50px!important;
    text-align: center!important;
    line-height: 70px!important;
    letter-spacing: 1px!important;
    color: white!important;
    transform: rotate(-45deg)!important;
    -webkit-transform: rotate(-45deg)!important;
    top: 50px!important;
    right: -80px!important;
    left: auto!important;
    transform: rotate(45deg)!important;
    -webkit-transform: rotate(45deg)!important;
    box-shadow: 0 0 3px rgba(0,0,0,.3)!important;
    background-color: rgba(0, 66, 139, 0.6)!important;
    font-size: 24px!important;
    border-radius: 0!important;
    font-size: auto!important;
    /* padding: 0 10px!important; */
    z-index: auto!important;
}
 

.bannerreportage {
    width: 100%!important;
    position: absolute!important;
    text-align: center!important;
    line-height: 50px!important;
    letter-spacing: 1px!important;
    color: white!important;

    top:41%;
    text-transform: uppercase!important;

    box-shadow: 0 0 3px rgba(0,0,0,.3)!important;    

    background-color: rgba(0, 66, 139, 0.6)!important;
    font-size: 16px!important;

    border-radius: 0!important;
    padding: 0!important;
    z-index: auto!important;
}

.bannerreportage i {
    font-size: 20px;
    margin-right: 10px;
}

.bannerreportage-big {
    font-size: 24px!important;
}
.bannerreportage-big i {
    font-size: 30px!important;
}

/* HOME SLIDER */
.home .homepage-slider .tp-caption.Newspaper-Button:hover {
    background-color: #00428b!important;
    color: white!important;
    border-color:#00428b!important;
}

/* HEADER */
.nav-wrap .site-logo a img {max-height: 50px;}
.nav-wrap .site-logo a {max-width: 100%!important;}
.page-heading {background-position: center;}
.page-heading h1 {color: white; font-weight: bold; text-align: left;}
.header-imgblock > .style-2 {
    background-image: url('/wp-content/uploads/2018/03/Schadeafwikkeling-header-detailpagina-1200x800.jpg');
}

.site-navigation > ul > li.current_page_item > a, .home .site-navigation > ul > li.current_page_item > a,
.site-navigation .sub-menu li.current_page_item a {
    color:black!important;
}

/* CONTACT-FORMULIER */
.contact-container textarea {
    max-width: 100%!important;
}
/* SLIDER */
.home .content-container {margin-top: 0px;}

/* SIDEBAR-MENU */
.wp-side-menu .wp-side-menu-item .wo-icon {
    background-color: #00428b;
}
.wp-side-menu .wp-side-menu-item {
    background-color: #00428b!important;
}
.wp-side-menu-item:hover .wo-icon,
.wp-side-menu .wp-side-menu-item:hover {
    background: #1b9eb8!important;
}

.wp-side-menu-item span {
    font-size: 12px!important;
}

.menu-sidebarpages-container {
    overflow: auto;
}
.menu-sidebarpages-container ul {
    margin: 0;
    padding: 0;
}
.menu-sidebarpages-container ul li {
    list-style: none;
    float: left;
    margin-bottom: 5px;
    width: 100%;
}
.menu-sidebarpages-container ul li a {
    color: #fff;
    background-color: #00428b;
    padding: 10px;
    display: block;
    position: relative;
    font-size: 16px;
}
.footer-contact #menu-side-menu a:hover,
.menu-sidebarpages-container ul li a:hover {
    color:white!important;
    background-color: #1b9eb8!important;
}
.menu-sidebarpages-container ul li a::after {
    font: normal normal normal 14px/1 FontAwesome!important;
    content: "\f105"!important;
    font-size: 17px;
    font-family: Georgia, serif;
    position: absolute;
    right: 11px;
    top: 15px;
}
.sidebar-milltek .menu-sidebarpages-container ul li .sidebar-milltek-li {
    color: #fff;
    background-color: #00428b;
    padding: 10px;
    display: block;
    position: relative;
    font-size: 16px;
    padding-right: 20px;
}
.sidebar-milltek .menu-sidebarpages-container ul li a::after {
    content: "\f058"!important; 
}
.menu-sidebarpages-container ul li.current-menu-item a {
    background-color: #1b9eb8;
}


/* OCCASION HEADER */
.filter-container-occasion {}
.filter-container-occasion ul  {
    margin: 0;
    padding: 0;
}
.filter-container-occasion ul li {
    list-style: none;
    margin-bottom: 5px;
    padding-left: 0;
}
.filter-container-occasion ul li#filter-uitgebreid,
.filter-container-occasion ul li#filter-uitgebreid-footer {
    cursor: pointer;
    padding: 0;
}
.filter-container-occasion ul li .menu-uitgebreid {
    background-color: #1b9eb8!important;
}
.filter-container-occasion ul li a,
.filter-container-occasion ul li .menu-uitgebreid {
    background-color: #00428b;
    color: white;
    padding: 10px;
    display: block;
    position: relative;
    font-size: 16px;
}
.filter-container-occasion ul li a:hover {
    background-color: #1b9eb8;
}
.filter-container-occasion ul li.current-menu-item a {
    background-color: #1b9eb8;
}
.filter-container-occasion ul li a::after{
    /*content: "›"!important;*/
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font: normal normal normal 14px/1 FontAwesome!important;
    content: "\f105"!important;
    font-size: 17px; 
    font-family: Georgia, serif;
    position: absolute;
    right: 11px;
    top: 15px;
    text-rendering: auto;  
}
.filter-container-occasion ul li.open-filter .menu-uitgebreid::after {
    font: normal normal normal 14px/1 FontAwesome!important;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f106"!important;
    right: 11px;
    top: 15px;
    position: absolute;
}
.filter-container-occasion ul li .menu-uitgebreid::after {
    font: normal normal normal 14px/1 FontAwesome!important;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f107"!important;
    right: 11px;
    top: 15px;
    position: absolute;
}

.filter-container-occasion-footer {
    margin-top: 50px;
}


.filter-container-occasion-footer ul li .menu-uitgebreid::after {
    font: normal normal normal 14px/1 FontAwesome!important;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f106"!important;
    right: 11px;
    top: 15px;
    position: absolute;
}


/* SIDE MENU FILTER*/
.wp-side-menu-filter {
    font-family: 'Open Sans', sans-serif;
    position: fixed;
    top: 50%;
    z-index: 10002;
    left: 0;
}
.wp-side-menu-item-filter i {
    background: none;
}
.wp-side-menu-item-filter {
    position: absolute;
    cursor: pointer;
    line-height: 0;
    margin: 1px;
    background: #00428b!important;
    text-align: center;
    left: -1px;
}
.wp-side-menu-item-filter:hover {
    background: #1b9eb8!important;
}

/* TOP-BARMENU */
.top-bar #anpstext-3 {
    background: #00428b;
    color: white;
}
/* STICKY-MENU LOGO */
.nav-wrap.sticky .site-logo a img {
    opacity: 100!important;
}

/* HOME */
#home-block4 .projects .projects-header {
    display: none;
}
.homeblocks-links h3 {
    font-size: 18px;
}

/* PAGES */
.post-thumbnail-pages {
    margin-top: 20px;
}

.leesmeer {
    margin:20px;
    float: right;
}

h3.page-title-top {
    font-weight: bold;
    margin-top: 17px!important;
    margin-bottom: 8.5px;
}

.page-buttons .contact-button {
    float:left;
    margin:20px 0;
}
.page-buttons .contact-button .button-right {
    margin-left: 20px;
}

/* OCCASIONS */
.product-block {
    background-color: #f7f7f7;
    padding: 10px;
    overflow: auto
}

.product-block .product-title,
.product-block a .product-title {
    margin: 0px;
    font-size: 18px;
    font-weight: bold;
    min-height: 50px;
}
.product-block .product-subtitle {
    font-size: 12px;
    word-break: break-all;
}
.product-block .product-info {
    float: left;
    position: relative;
    width: 50%;
}
.product-block ul {
    margin: 0;
    padding: 0;
}
.product-block ul li{
    margin-bottom: 0;
    list-style: none;
}
.product-block ul li .product-icon-text{
    line-height: 27px;
}
.product-block .widget_anpstext span.fa {
    left: 0;
    line-height: 27px;
    position: absolute;
    text-align: center;
    top: 1px;
    width: 16px;
}
.product-block .widget_anpstext {
    padding-left: 30px;
    position: relative;
}
.product-block .product-footer  {
    overflow: auto;
    margin-top: 20px;
}
.product-block .product-footer .product-price {
    float: left;
    font-size: 16px;
    line-height: 43px;
}
.product-block .product-footer .product-price .price-number{
    font-weight: bold;
    color: #00428b;
}
.product-block .product-footer .product-button {
    float: right;
}

.product-block-single {
    padding: 20px;
}
.product-block-single .product-title {
    margin: 0px;
    font-size: 24px;
    font-weight: bold;
}

.product-block-single .product-subtitle {
    font-size: 14px
}
.product-block-single .product-info {
    width: 100%;
    margin-top: 20px;
    float: none;
}
.product-block-single .product-info-details span {
    width: 50%;
    float: left;
}
.product-block-single .product-info-details .product-icon-text {
    font-weight: bold;
}
.product-block-single .product-info-details span .details-km {
    float: left;
}
.product-block-single .product-info-details span .logo-nap {
    float: left;
    margin-left: 10px;
}
.product-block-single .product-info-details span .logo-nap img {
    max-height: 16px;
    width: auto;
}
.product-block-single .product-info-details span .logo-onderhouden {
    float: left;
    margin-left: 10px;
}
.product-block-single .product-info-details span .logo-onderhouden img {
    max-height: 16px;
    width: auto;
}
.product-block-single .product-info-details span .logo-milltek {
    float: left;
    margin-left: 10px;
}
.product-block-single .product-info-details span .logo-milltek img {
    max-height: 16px;
    width: auto;
}
.product-block-single .product-details {
    overflow: auto;
}
.product-footer-single {
    margin-top: 20px;
}
.product-footer-single .product-price {
    font-size: 24px;
}
.product-footer-single .product-price .price-number{
    font-weight: bold;
    color: #00428b;
}

.product-moreinfo .btn {
    margin-top: 5px!important;
}

.single-portfolio .portfolio-template-default .portfolio-gallery .gallery-occasions {
    margin: 20px 0px;
}
.portfolio-gallery {
    margin:15px 0;
}
.portfolio-gallery .gallery-item-portfolio {
    padding:15px 0;
}

.milltek-fullwidth {
    margin:35px 0;
    padding: 20px 0;
}

.portfolio-meerinfo {
    margin:35px 0;
    padding: 20px 0;
}
.portfolio-meerinfo h4 {
    color: white;
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 28px;
    text-transform: uppercase;
}
.portfolio-meerinfo #custom-id-11,
.portfolio-meerinfo #custom-id-12 {
    margin-top: 0px;
}


.portfolio-wrapper .product-header-verkocht:hover:after {
    opacity: 0!important;
}

.portfolio-more .button-links {
    float: left;
}
.portfolio-more .button-rechts {
    float: right;
}

.portfolio-more a {
    margin-right: 0px!important;
}

.sidebar-auto .Auto {
    padding: 20px;
    background-color: #f7f7f7;
}
.auto-opties h3 {
    margin-top:10px!important;
}
/* CONTACT */
.contact-sidebar .footer-contact ul {
    margin: 0;
    padding: 0;
}
.contact-sidebar {
    list-style: none;
}
.contact-sidebar .SidebarPage h3,
.contact-sidebar .footer-contact h3 {
    font-weight: bold;
}
.contact-sidebar .footer-contact ul li {
    list-style: none;
    padding-left: 30px;
    position: relative;
} 

.contact-sidebar .widget_anpstext span.fa {
    left: 0;
    line-height: 27px;
    position: absolute;
    text-align: center;
    top: 1px;
    width: 16px;
}

.portfolio-gallery #gallery-occasions {
    padding: 0 25px;
}

/* CONTACT FORM */
.wpcf7-submit {
    background-color: #00428b!important;
}

.portfolio-wrapper .pagination-button {
    
}
.portfolio-wrapper .next-posts-link {
    float: left;
}
.portfolio-wrapper .prev-posts-link {
    float: right;
}
.portfolio-wrapper .pagination-button a {
    background-color: #00428b;
    border-radius: 4px;
    color: #ffffff!important;
    border: none;
    padding: 11px 17px;
    font-size: 14px;
}
.contact-labels .wpcf7-select {
    border: 1px solid #ccc;
    border-radius: 4px;
    line-height: 35px;
    margin-bottom: 15px;
    padding-left: 25px;
    width: 100%;
    height: 39px;
}
.contact-labels .wpcf7-select:focus {
    border-color: #29b6cf;
    outline: none;
}
.contact-foto-block {
    width: 50%;
    float: left;
}
.contact-foto {
    display: inline-block;
}
.contact-foto .foto-txt {
    display: block;
    float: left;
    margin-right: 5px;
}
.contact-foto input[type="file"] {
    float: left;
}
.contact-txt-p {
    margin-top: 10px!important;
    font-weight: bold;
}
.contact-textarea textarea {
    min-width: 100%;
}
.contact-opties  {
    margin-bottom: 40px;
}

.contact-container .contact-foto .wpcf7-not-valid-tip {
    padding: 10px;
    z-index: 99999;
    background-color: #ffccc8;
    border: 1px solid rgba(0, 0, 0, 0.15);
    color: #727272;
}
/* FOOTER */
footer.footer-block {
    /*background-image: url('images/footer-img.jpg') no-repeat center top!important; */
    background: url('/wp-content/uploads/2018/02/Adres_footer3.png') no-repeat center top !important;
}

footer.footer-block .footer-block .menu-side-menu-container {
    overflow: auto;
}

footer.footer-block .footer-block ul li {
    list-style: none;
}    
footer.footer-block .footer-block1 .footer-contact {
    background:none;
}
footer.footer-block .footer-block1 .contact-button {
    float: left;
    margin: 5px;
}
footer.footer-block .footer-block1 h2 {
    font-weight: bold;
    margin-bottom: 0px;
}
footer.footer-block .footer-block1 .btn.style-2 {
    background-color: #1b9eb8;
}
footer.footer-block .footer-block1 .btn.style-2:hover {
    background-color: #29b6cf;
}
footer.footer-block .footer-block1 .footer-contactblocks {
    margin-bottom: 40px;
    overflow: auto;
}

footer.footer-block .footer-contact {
    border-color: #F0F0F0;
    background-color: #f7f7f7;
    border: 1px solid transparent;
    font-size: 1em;
    padding: 28px;
    word-wrap: break-word;
    color: #727272;
}
footer.footer-block .footer-contact h3.widget-title{
    text-transform: none!important;
    color: #000000;
    margin-bottom: 8.5px;
}
footer.site-footer .menu li {
    width: 100%!important;
    float: left;
}
footer.site-footer .menu a {
    color: white;
    background-color: #00428b;
    padding: 10px;
    display: block;
    position: relative;
    font-size: 16px;
}
footer.site-footer .menu a:after {
    font: normal normal normal 14px/1 FontAwesome!important;
    content: "\f105"!important;
    font-size: 17px;
    font-family: Georgia, serif;
    position: absolute;
    right: 11px;
    top: 15px;
}
footer.site-footer .footer-block2 .footer-contact {
    width: 280px;
    float: right;
}

footer.site-footer .copyright-footer {
    background-color: white;
    color:#555655!important;
}

.container .merken-blok {
    margin: 20px 0;
}

.container .merken-blok,
footer .footerlogos {
    overflow: auto;
}

.container .merken-blok .logo,
footer .footerlogos .logo {
    float: left;
    margin-right: 20px;
    margin-top: 20px;
}

footer .footerlogos .logo {
    margin-top: 30px;
}

.container .merken-blok .logo img,
footer .footerlogos .logo img {
    max-height: 40px;
    width: auto;
}

#home-block2 .home-shortblocks .wpb_wrapper:first-child {
    box-shadow: 0 0 7px 0 rgba(0,0,0,.15);
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;

}
#home-block2 .home-shortblocks .wpb_wrapper:first-child:hover{
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
    box-shadow: 0 5px 5px 0 rgba(0,0,0,.2);
}

#home-block2 .home-shortblocks .wpb_content_element .wpb_wrapper {
    box-shadow: none;
    -webkit-transition: unset;
    transition: unset;
}
#home-block2 .home-shortblocks .wpb_content_element .wpb_wrapper:hover {
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
    box-shadow: none;
}

.mobiliteitsservice-section .mobiliteitsservice-logo {
    text-align: center;
}

.milltek-box {
    border: 1px solid transparent;
    border-color: #F0F0F0!important;
    background-color: #f7f7f7!important;
    font-size: 1em;
    padding: 28px;
    font-weight: 400;
}
.milltek-box h2 {
    margin-top: 0;
}

#boxanimation .car-info {
    padding-left: 20px;
    float: left;
    display: block;
}
#boxanimation .car-info h4 {
    font-weight: bold;
    color: #00428b;
    margin-bottom: 0;
}
#boxanimation .car-info h2 {
    font-size: 45px;
    margin-top: 0;
    font-weight: bold;
}

/* Small devices (tablets, 768px and up) */
@media (max-width: 992px) {
    .footer-block .col-xs-12 {width: 50%;}
    #gallery-occasions .col-md-2 {margin-top: 0px;}
    .portfolio-meerinfo .button-middle {margin-top: 0!important;}
    .product-block .product-info {float: none; width: 100%;}
    
    .contact-container .contact-foto-block {
        width: 100%!important;
    }

}

@media (max-width: 780px) {
    #home-block4 .slick-arrow {display: none!important;}
}

@media (max-width: 767px) {
    .footer-block .col-xs-12 {width: 100%;}
    footer.site-footer .footer-block2 .footer-contact {width: 100%; float: none;}
    .footer-block .desktop-footer {padding: 0!important;}
    #home-block2 .homeblocks-links .home-block a h3 {font-size: 14px;}
    .portfolio-meerinfo div {width: 100%; margin: 5px 0;}
    .container .merken-blok .logo {width: 100%; margin:10px 0; text-align: center;}
    .product-block .product-info li {float: none; width: 100%;}
    .product-block .product-info {float: left; width: 50%;}
    .wp-side-menu-item:hover {right: -221px!important;}
    .portfolio-more .buttons div {float: none;}
    .portfolio-more .buttons a {width: 100%;}
    #home-block4 .slick-arrow {display: none;}
}

@media (max-width: 630px) {
    .product-block .product-info {float: none; width: 100%;}

    .onsale-big {
    width: 200px!important;
    position: absolute!important;
    text-align: center!important;
    line-height: 50px!important;
    letter-spacing: 1px!important;
    color: white!important;
    transform: rotate(-45deg)!important;
    -webkit-transform: rotate(-45deg)!important;

    top: 25px!important;
    right: -50px!important;
    left: auto!important;
    transform: rotate(45deg)!important;
    -webkit-transform: rotate(45deg)!important;

    box-shadow: 0 0 3px rgba(0,0,0,.3)!important;    

    background-color: rgba(0, 66, 139, 1)!important;
    font-size: 14px!important;

    border-radius: 0!important;
    padding: 0!important;
    z-index: auto!important;
    }
    
    .uwpqsf_class > label {width: 50%!important;}

}

@media (max-width: 400px) {
    .nav-wrap .site-logo a img {max-width: 175px; height: auto!important;}
    #home-block2 .homeblocks-links .home-block a h3 {font-size: 14px;}
    footer .footerlogos .logo {margin:20px 0px; float: none;}
    footer .footerlogos .logo img {max-height: 60px;}
    .site-footer .copyright-footer .text-right {text-align: center!important;}


    .bannerreportage-big {
        font-size: 14px!important;
    }
    .bannerreportage-big i {
        font-size: 20px!important;
    }
}



@media (max-width: 767px) {
        .filter-container-occasion ul li#filter-uitgebreid, .filter-container-occasion ul li#filter-uitgebreid-footer {
            padding-right: 15px;
        }
        .wp-side-menu-filter {
            top:90%;
        }
        .Google-Ref {
            display: none;
        }
}

@media (max-width: 1200px) {
    .portfolio-meerinfo .meerinfo-button a {
        width: 100%;
        font-size: 10px;
    }
}
@media (max-width: 992px) {
    .portfolio-meerinfo .meerinfo-button-middle {
        margin-top: 20px!important;  
    }     
    .portfolio-meerinfo .meerinfo-button a {
        font-size: 14px;
    }
    .milltek-meerinfo .wpb_wrapper {
        width:100%!important;
        margin:5px;
    }
}
@media (max-width: 1200px) {
    .responsive .site-navigation > ul > li {
        margin: 0 5px!important;  
    }
    .responsive .site-navigation > ul > li > a {
        padding: 5px 5px!important;
    }
    #boxanimation .car-info-icon img {
        width: 60px!important;
    }
    #boxanimation .car-info h4 {
        font-size: 15px!important;
    }

}

@media (max-width: 991px) {
    #boxanimation .car-info-icon img {
        width: 70px!important;
    }
    #boxanimation .car-info h4 {
        font-size: 18px!important;
    }
}
@media (max-width: 570px) {
    #boxanimation .car-info-icon {
        float: none;
        width: 100%;
        margin-top:20px;
    }
        #boxanimation .car-info {
        float: none;
        width: 100%;
    }
    #boxanimation .car-info {
        padding-left: 0px;
    }
}
