/*
Theme Name: 221767 GeneratePress Child
Theme URI: https://221767.ru/
Description: Child theme for 221767.ru based on GeneratePress. Created to move customizations out of the parent theme.
Author: 221767.ru
Template: generatepress
Version: 1.0.0
Text Domain: generatepress-221767
*/

/* Migrated from WordPress Custom CSS */

/* blog page */
.entry-title {
        font-size: 25px;
        font-weight: bold;
}

.entry-content h2 {
        font-size: 21px;
        font-weight: bold;
}

.entry-content h3 {
        font-size: 17px;
        font-weight: bold;
}
/* ------------ */

.page-header h1 {
        font-size: 25px;
        font-weight: bold;
}

.entry-meta .byline {
        display: none;
}

.main-navigation .main-nav ul li a {
        line-height: 30px;
}

.kwl-padding-5 {
        padding: 5px;
}

.kwl-padding-10 {
        padding: 10px;
}

.kwl-text-justify {
        text-align: justify;
}

/* Migrated from modified GeneratePress parent CSS */

.main-navigation .main-nav ul li a,
.main-navigation .menu-bar-item > a,
.main-navigation .mobile-bar-items a,
.menu-toggle {
        line-height: 30px;
}

.inside-site-info {
        padding: 5px 40px;
}

/* 221767 call popup styles start */
.tr-call-popup {
    position: fixed;
    inset: 0;
    z-index: 99999;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.2s ease, visibility 0.2s ease;
}

.tr-call-popup.is-open {
    visibility: visible;
    opacity: 1;
}

.tr-call-popup__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
}

.tr-call-popup__dialog {
    position: relative;
    max-width: 430px;
    margin: 12vh auto 0;
    padding: 28px 28px 24px;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 16px 50px rgba(0, 0, 0, 0.3);
    text-align: center;
}

.tr-call-popup__close {
    position: absolute;
    top: 8px;
    right: 12px;
    border: 0;
    background: transparent;
    font-size: 30px;
    line-height: 1;
    cursor: pointer;
}

.tr-call-popup__title {
    margin: 0 0 14px;
    font-size: 24px;
    font-weight: 700;
}

.tr-call-popup__text {
    margin: 0 0 18px;
    font-size: 16px;
}

.tr-call-popup__phones {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 18px 0;
}

.tr-call-popup__phone {
    display: block;
    padding: 12px 16px;
    border-radius: 6px;
    background: #d40000;
    color: #ffffff !important;
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
}

.tr-call-popup__phone:hover,
.tr-call-popup__phone:focus {
    color: #ffffff !important;
    text-decoration: none;
    filter: brightness(0.92);
}

.tr-call-popup__note {
    margin: 14px 0 0;
    font-size: 14px;
}

.tr-call-popup-open {
    overflow: hidden;
}

@media (max-width: 520px) {
    .tr-call-popup__dialog {
        margin: 8vh 16px 0;
        padding: 24px 20px 22px;
    }

    .tr-call-popup__phone {
        font-size: 18px;
    }
}
/* 221767 call popup styles end */
