/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/
@media (max-width: 1080px) {
    .headerContactsHours {
        display: none;
    }
}
@media (max-width: 840px) {
    .headerContactsEmail {
        display: none;
    }
}
@media (max-width: 770px) {
    .headerContacts3phone {
        display: none;
    }
}
@media (max-width: 440px) {
    .headerContacts2phone {
        display: none;
    }
    .wd-page-title h1.entry-title.title {
        font-size: 26px;
    }
}
@media (max-width: 1070px) and (min-width: 1025px) {
    .wd-nav > li > a.woodmart-nav-link {
        font-size: 13px;
    }
}
.headerContacts .elementor-widget-icon-box.elementor-mobile-position-top .elementor-icon-box-wrapper {
    display: flex;
    flex-direction: row;
    text-align: start;
    align-items: center;
}
.headerContacts .elementor-widget-icon-box.elementor-position-left .elementor-icon-box-icon {
    display: inline-flex;
    flex: 0 0 auto;
    margin-bottom: unset;
    margin-left: 0;
    margin-right: var(--icon-box-icon-margin, 15px);
}
.wd-content-layout {
    padding-block: 0;
}
.wd-page-content.main-page-wrapper .title-size-small {
    --wd-title-sp: 10px;
}
.search-results header.entry-header {
    display: none;
}
.search-results main.wd-content-layout.content-layout-wrapper.container {
    padding-block: 50px 0;
}
.footerMenu ul.sub-menu.elementor-nav-menu--dropdown {
    display: block !important;
    margin-left: 0 !important;
    margin-top: 0 !important;
    position: relative !important;
    background-color: transparent !important;
    width: auto;
}
.footerMenu a {
    padding: 3px 0 !important;
    color: #fff !important;
}
.footerMenu .elementor-sub-item:hover {
    background-color: transparent !important;
}
.bgForIcon:before {
    content: '';
    background-color: #dfdfdf;
    height: 80%;
    bottom: 0;
    top: auto;
    border: 4px solid #fff;
}
form.elementor-form button.elementor-button.elementor-size-md {
    background-color: #696969;
    border-radius: 0;
}
form.elementor-form button.elementor-button.elementor-size-md:hover {
    background-color: #333333;
}
.elementor-g-recaptcha {
    display: none;
}