/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/
.elementor-kit-7 {
    --e-global-typography-primary-font-family: var(--wd-title-font);
}
h1.elementor-heading-title.elementor-size-default {
    font-size: 36px;
    font-family: var(--wd-title-font) !important;
}
.whb-flex-row.whb-general-header-inner > div:nth-child(2) {
    justify-content: space-around;
}
@media (max-width: 1060px) {
    .whb-main-header .whb-general-header-inner {
        height: 148px;
        max-height: 148px;
    }
}
@media (max-width: 1024px) {
    .whb-main-header .whb-general-header-inner {
        height: 58px;
        max-height: 58px;
    }
}
.mb-0 p {
    margin-bottom: 0;
}
.headerFeature p {
    margin-top: 3px;
}
.headerFeature .elementor-icon-box-wrapper {
    align-items: center !important;
}
.headerFeature a.elementor-icon {
    background-color: #fff;
    border-radius: 50%;
    fill: var(--e-global-color-primary);
    color: var(--e-global-color-primary);
    border-color: var(--e-global-color-primary);
    padding: 5px;
}
.menuButton a.woodmart-nav-link {
    background-color: var(--e-global-color-primary);
    color: #fff !important;
    padding: 5px 10px 2px;
    border-radius: 4px;
    position: absolute;
    box-shadow: 3px 3px 0 #0000004f;
}
.menuButton a.woodmart-nav-link:hover {
    background-color: var(--e-global-color-accent);
}
@media (max-width: 1024px) {
    .menuButton a.woodmart-nav-link {
        position: relative;
        margin: 0 10px;
        justify-content: center;
    }
}
.headerPhone {
    position: relative;
}
.headerPhone p {
    margin-bottom: 0;
}
.headerPhonesBlock {
    position: absolute;
    z-index: 1;
    top: 100%;
    left: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: max-content;
    max-width: 280px;
    padding: 10px 10px;
    -webkit-transition: opacity .2s, background-color .4s, -webkit-transform .4s;
    transition: transform .4s, opacity .2s, background-color .4s, -webkit-transform .4s;
    -webkit-transform: scaleY(0);
    transform: scaleY(0) translateX(-50%);
    will-change: transform;
    -webkit-transform-origin: top;
    transform-origin: top;
    opacity: 0;
    border-radius: 5px;
}
.headerPhone:hover .headerPhonesBlock {
    display: block;
    -webkit-transition: opacity .4s, -webkit-transform .4s;
    transition: transform .4s, opacity .4s, -webkit-transform .4s;
    -webkit-transform: scaleY(1);
    transform: scaleY(1) translateX(-50%);
    opacity: 1;
}
.headerPhone b {
    margin-top: 5px;
    display: block;
}
.whb-hidden-lg .headerPhone > p {
    margin-bottom: 0;
    background-color: #ffffff;
    border: 1px solid var(--e-global-color-primary);
    margin-bottom: 5px;
    display: block;
    padding: 9px;
    border-radius: 50%;
}
.whb-general-header p, .whb-general-header a, .elementor-widget-icon-box .elementor-icon-box-title a {
    color: #fff !important;
    line-height: 130%;
}
.wd-header-html.wd-entry-content a {
    font-family: var(--wd-title-font);
    font-weight: 700;
}
.headerSocialHtml {
    display: flex;
    justify-content: flex-end;
    align-self: end;
    margin-bottom: 26px;
    margin-right: -150px;
    z-index: 9;
}
.headerPhone.socials {
    width: fit-content;
}
.headerPhone.socials a, .mobile-nav .socialMobileMenu a {
    background-color: #ffffff;
    border: 1px solid var(--e-global-color-primary);
    margin-bottom: 5px;
    display: block;
    padding: 9px;
    border-radius: 50%;
}
.headerPhone.socials > a > img {
    width: 40px;
}
.headerPhone.socials > a {
    padding: 3px 5px 7px;
    width: fit-content;
}
.headerPhone.socials .headerPhonesBlock a:hover, .socialMobileMenu a:hover,
.wd-header-text.set-cont-mb-s.reset-last-child.accessibility img:hover, .mobileMenuAccessibility img:hover {
    background-color: var(--wd-link-color-hover);
}
.wd-content-layout {
    padding-block: 0;
}
.elementor hr {
    margin: 20px 0;
}
.hrMargin hr {
    margin: 5px auto;
    max-width: 210px;
    border-color: var(--e-global-color-primary);
    opacity: 1;
}
.p15 .elementor-icon-box-content {
    font-size: 15px;
    line-height: 120%;
}
.h18 h3.elementor-icon-box-title {
    font-size: 18px;
    line-height: 110%;
}
h1.wd-entities-title.title {
    color: var(--e-global-color-primary);
    font-size: 26px;
    font-weight: 600;
}
h3.wd-entities-title.title.post-title {
    font-size: 20px !important;
    line-height: 1.2;
}
.entry-content.wd-entry-content {
    line-height: 1.2;
    font-size: 16px !important;
}
.wd-blog-element .wd-post.blog-style-bg .article-body-container {
    padding: 10px 15px;
}
.wd-posts.wd-blog-holder.wd-grid-g {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
}
.wd-post .article-inner {
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.12);
    transition: box-shadow .35s ease;
}
.has-post-thumbnail.blog-style-bg.blog-design-default .article-body-container {
    margin: 0;
    box-shadow: none;
}
@media (max-width: 1199px) and (min-width: 768px) {
    .wd-posts.wd-blog-holder.wd-grid-g {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (max-width: 767px) and (min-width: 576px) {
    .wd-posts.wd-blog-holder.wd-grid-g {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 575px) {
    .wd-posts.wd-blog-holder.wd-grid-g {
        grid-template-columns: 1fr;
    }
}
.category .has-post-thumbnail.blog-style-bg.blog-design-default .article-body-container {
    margin-top: 0px;
}
.wd-entities-title a {
    color: var(--wd-link-color);
}
.entry-content.wd-post-desc p {
    font-size: 16px;
    font-weight: 400;
    line-height: 115%;
}
.wd-post-date.wd-style-with-bg {
    box-shadow: 0 0 0px 1px rgb(255 255 255), 0 0 0px 2px var(--wd-link-color);
    border: 1px solid var(--wd-link-color);
    border-radius: 4px !important;
    background: #ffffff9c !important;
}
.wd-post-date.wd-style-with-bg .post-date-day {
    color: var(--wd-link-color);
    padding: 2px 5px;
    font-size: 14px !important;
    font-weight: 700;
}
h1.entry-title {
    color: var(--wd-link-color);
}
a.btn-read-more.more-link {
    background-color: #676767;
    color: #fff;
    width: fit-content;
    display: block;
    margin: 0px auto 10px;
    padding: 10px;
    font-weight: 500;
    border-radius: 4px;
    box-shadow: 2px 2px 0 #0000004f;
}
a.btn-read-more.more-link:hover {
    background-color: var(--e-global-color-accent);
}
legend, h1, h2, h3, h4, h5, h6, .title {
    color: var(--e-global-color-primary);
}
.elementor-element, .elementor-lightbox {
    color: var(--e-global-color-secondary);
}
:is(ul,ol) li {
    margin-bottom: 0;
}
.btn.btn-color-primary {
    color: #fff;
    background-color: var(--e-global-color-primary);
    border-radius: 4px;
    box-shadow: 3px 3px 0 #0000004f;
}
.btn.btn-color-primary:hover {
    background-color: var(--e-global-color-accent);
}
.btn-icon-pos-left span.wd-btn-text {
    order: 1;
}
.wd-footer hr {
    margin: 4px 0;
}
.wd-footer a, .wd-footer .wd-sub-menu li > a {
    color: var(--e-global-color-primary);
}
.wd-footer a:hover, .wd-footer .wd-sub-menu li > a:hover {
    color: var(--e-global-color-accent);
}
.wd-footer ul.wd-sub-menu > li.item-with-label > a {
    font-family: var(--wd-title-font);
    font-size: 20px !important;
}
.category-nomera .post-date.wd-post-date.wd-style-with-bg, .category-uslugi-dlya-gostej .post-date.wd-post-date.wd-style-with-bg, .noDate .post-date.wd-post-date.wd-style-with-bg {
    display: none;
}
body .blog-design-default .wd-post-desc {
    font-size: 90%;
    line-height: 140%;
}
.exchange-rates.d-flex.exchange-rates-caption {
    display: none !important;
}
.container.bookingMain.bookingFormBeforeBreadcrumbs div#block-search {
    margin: 5px 0;
}
p.price span {
    display: block;
}
p.price {
    margin-top: 5px;
    margin-bottom: 0;
}
.read-more-section {
    margin-top: 10px;
}
span.priceFor {
    font-size: 80%;
}
span.priceValue {
    font-size: 150%;
    line-height: 100%;
}
#breadcrumbs {
    font-size: 14px;
}
#breadcrumbs a {
    color: var(--nav-color);
    font-weight: 600;
}
path[class^="fil"] {
    fill: #1a3375 !important;
}
.current-menu-item > a.woodmart-nav-link {
    color: var(--e-global-color-primary);
}