/*
Theme Name: Pogovorim
Theme URI: https://pogovorim.online/blog/
Description: PogovorimOnline is a fast, clean, modern-looking Best Responsive Full Site Editing blog theme.
Author: Anantsites
Author URI: https://pogovorim.online
Requires at least: 6.7
Tested up to: 6.8
Requires PHP: 7.4
Version: 2.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: pogovorim
Tags: full-site-editing, editor-style, block-patterns, wide-blocks, block-styles, style-variations, threaded-comments, translation-ready, sticky-post, footer-widgets, custom-background, custom-colors, custom-header, custom-logo, custom-menu, featured-image-header, featured-images, flexible-header, one-column, two-columns, three-columns, full-width-template, rtl-language-support, grid-layout, left-sidebar, right-sidebar, portfolio, blog, news
*/

@font-face {
    font-family: 'Gilroy';
    src: url('fonts/gilroy/Gilroy_Regular.woff2') format('woff2'),
    url('fonts/gilroy/Gilroy_Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('fonts/gilroy/Gilroy_Medium.woff2') format('woff2'),
    url('fonts/gilroy/Gilroy_Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('fonts/gilroy/Gilroy_SemiBold.woff2') format('woff2'),
    url('fonts/gilroy/Gilroy_SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: Gilroy, serif;
    font-weight: 400;
}

.wp-block-button__link {
    border-radius: 10px;
}

.pogovorim-ticker {
    min-height: 75px;
    border-radius: 15px;
    padding: 0 6px;
}

.pogovorim-ticker-header {
    font-weight: 600;
    font-size: 16px;
    padding: 0 28px 0 14px;
    text-wrap: nowrap;
}

.pogovorim-ticker-feature {
    border-radius: 15px;
    font-weight: 500;
    font-size: 14px;
    height: 65px;
}

.pogovorim-ticker-feature h2 {
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
}

@media screen and (max-width: 781px) {
    .pogovorim-ticker {
        padding: 30px 16px;
    }

    .pogovorim-ticker-header {
        text-align: center;
    }
}

.pogovorim-footer-container {
    width: 100%;
}

.pogovorim-footer-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    flex-wrap: wrap;
}

.pogovorim-footer-block {
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex-basis: auto !important;
}

.pogovorim-footer-title {
    font-family: Gilroy;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0%;
}

.pogovorim-footer-link {
    margin: 0;
    font-family: Gilroy;
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    line-height: 120%;

}

.pogovorim-footer-support-button {
    background: rgba(168, 254, 33, 1);
    color: rgba(51, 51, 51, 1) !important;
    width: 170px !important;
    height: 45px;
    border-radius: 10px;
    padding-top: 15px;
    padding-right: 45px;
    padding-bottom: 15px;
    padding-left: 45px;
    font-family: Gilroy;
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    box-sizing: border-box;
}

@media screen and (min-width: 1091px) {
    .pogovorim-footer-container {
        border-radius: 30px;
    }
    .pogovorim-footer {
        border-radius: 0 0 30px 30px;
    }
}
@media screen and (max-width: 1090px) {
    .pogovorim-footer-container {
        border-radius: 0;
    }
    .pogovorim-footer {
        border-radius: 0;
    }
}

@media screen and (min-width: 1091px) {
    .pogovorim-footer-support-wrapper {
        flex-wrap: nowrap;
    }
}
@media screen and (max-width: 1090px) {
    .pogovorim-footer-support-wrapper {
        flex-wrap: wrap;
        flex-direction: column;
    }
}

@media screen and (max-width: 1090px) {
    .pogovorim-header-desktop-buttons {
        display: none !important;
    }
}
@media screen and (min-width: 1091px) {
    .pogovorim-header-mobile-buttons {
        display: none !important;
    }
}
@media screen and (max-width: 991px) {
    .pogovorim-header-desktop-nav {
        display: none !important;
    }
}
@media screen and (min-width: 992px) {
    .pogovorim-header-mobile-nav {
        display: none !important;
    }
}
