/*!
Theme Name: Arkdin - Vos Technische Montage
Theme URI: https://arkdin-wp.laralink.com/
Author: Themeservices
Author URI: https://themeforest.net/user/themeservices/
Description: Origineel Arkdin-design, gevuld met Vos Technische Montage content en huisstijl.
Version: 1.1.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: arkdin
Tested up to: 6.6
Requires PHP: 7.2
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* VOS logo header and footer optimisation */
.cs_site_branding img,
.logo img,
.sticky-logo img,
.custom-logo-link img {
    max-height: 68px !important;
    width: auto !important;
    height: auto !important;
    display: block;
}
.cs_footer_logo img,
.footer-logo img,
.widget img[src*="vos-logo"] {
    max-width: 180px !important;
    width: auto !important;
    height: auto !important;
}
.cs_footer_logo {
    margin-bottom: 18px !important;
}
@media (max-width: 991.98px) {
    .cs_site_branding img,
    .logo img,
    .sticky-logo img,
    .custom-logo-link img {
        max-height: 56px !important;
    }
    .cs_footer_logo img,
    .footer-logo img,
    .widget img[src*="vos-logo"] {
        max-width: 165px !important;
    }
}
@media (max-width: 767px) {
    .cs_site_branding img,
    .logo img,
    .sticky-logo img,
    .custom-logo-link img {
        max-height: 48px !important;
    }
    .cs_footer_logo img,
    .footer-logo img,
    .widget img[src*="vos-logo"] {
        max-width: 150px !important;
    }
}

/* VOS footer credit */
.cs_footer_copyright .vos-footer-credit {
    margin-left: 10px;
    opacity: .82;
    white-space: nowrap;
}
.cs_footer_copyright .vos-footer-credit::before {
    content: "•";
    margin-right: 10px;
    opacity: .55;
}
.cs_footer_copyright .vos-footer-credit a {
    color: #29AAE1;
    text-decoration: none;
    font-weight: 600;
}
.cs_footer_copyright .vos-footer-credit a:hover {
    text-decoration: underline;
}
@media (max-width: 767px) {
    .cs_footer_copyright .vos-footer-credit {
        display: block;
        margin: 6px 0 0;
        white-space: normal;
    }
    .cs_footer_copyright .vos-footer-credit::before {
        display: none;
    }
}
