/**
* Theme Name: Linden Child
* Description: This is a child theme of Linden.
* Author: firstsight_design
* Author URI: https://themeforest.net/user/firstsight_design
* Template: linden
* Version: 1.0.0
*/

.art-logo img {
    max-width: 172px;
    max-height: 98px;
    object-fit: contain;
}

.art-sticky .art-logo img {
    max-height: 70px;
}

.btn.btn_regular a{
    min-width: 254px;
}

.banner-btn-caption p {
    font-size: 14px;
}

.art-swiper-top .art-swiper-title {
    width: 100%;
}

.art-swiper-top .art-swiper-title-wrap::before {
    display: none;
}

@media (min-width: 768px) {
    /*.art-widget-contact-info {*/
    /*    width: max-content;*/
    /*    margin-left: auto;*/
    /*}*/

    .art-footer-widgets.art-columns-2 .art-footer-widgets__inner {
        /*justify-content: center;*/
    }

    .art-footer-widgets.art-columns-2 .art-footer-widgets__area:nth-child(1) {
        width: 27%;
        margin: 0 auto;
    }

    .art-footer-widgets.art-columns-2 .art-footer-widgets__area:nth-child(2) {
        width: 38%;
    }
}
