/*
Theme Name: Arkana-child
Version: 1.0
Description: A child theme of Arkana
Author: Marcin Doliszny
Template: arkana
*/

@import url("../arkana/style.css");

.maheim img {
    max-width: 720px;
    min-height: auto !important;
    object-fit: contain;
    width: 100%;
}

#main.front-page .section-box header.section-title::after, #inspiration .section-box header.section-title::after {
    display: block;
    margin: 15px auto 0;
    background: #2a3d98;
    width: 150px;
    height: 3px;
    content: '' !important;
}

#footer .container.copyright .languages .lang-changer {
    text-align: left;
}

#footer {
    background: linear-gradient(to bottom, #4868fc, #2b3e99) !important;
}

#footer .container .logo {
    width: 250px !important;
}

#footer .container .footer-box h3, #footer .container .footer-box address {
    color: white !important;
}

#header .info-row .contact-link .svg path {
    fill: #2a3d98 !important;
}

.widget.woocommerce h2 {
    color: #2a3d98;
}

.pro-item {
    background: url('img/pro.png') no-repeat center center;
}