/*
Theme Name: Glansgarant Sub
Author URI: https://qstylez.nl
Author: QStylez
Version: 1.0
Template:     glansgarantold
Text Domain: glansgarantold-child
*/

/* =Theme customization starts here
-------------------------------------------------------------- */

div.col.locations h3 {
    margin-top: 15px;
}

div.homeslider h2 {
    float: inherit;
    margin: 0 auto;
    text-align: center;
}

div.homeslider div.inner {
    top: 50%;
    transform: translateY(-50%);
}

.home-link img.logo.main {
    position: relative;
    border-right: solid 3px;
    border-image-source: linear-gradient(0deg, rgb(244,151,28), rgb(254,205,1));
    border-image-slice: 1;
    padding: 0px 10px 0px 0px;
    margin: 0px 10px 0px 0px;
    vertical-align: middle;
}






/**
 * Responsive algemeen
 * ----------------------------------------------------------------------------
 */

@media (max-width: 767px) {   
    
    .home-link img {
        max-height: 20px;
    }
    
    .home-link img.logo.sub {
        max-height: 35px;
    }
    
    div.topheader div.inner {
        padding: 30px 15px;
    }
    
    .site-header div.right div.topreviews {
        display: none;
    }
    
}