/*
Theme Name: BlankSlate Child
Theme URI: https://github.com/tidythemes/blankslate
Author: TidyThemes
Author URI: https://github.com/tidythemes
Description: Donations: https://calmestghost.com/donate. BlankSlate is the definitive WordPress boilerplate starter theme. We've carefully constructed the most clean and minimalist theme possible for designers and developers to use as a base to build websites for clients or to build completely custom themes from scratch. Clean, simple, unstyled, semi-minified, unformatted, and valid code, SEO-friendly, jQuery-enabled, no programmer comments, standardized and as white label as possible, and most importantly, the CSS is reset for cross-browser-compatability and no intrusive visual CSS styles have been added whatsoever. A perfect skeleton theme. For support and suggestions, go to: https://github.com/tidythemes/blankslate/issues. Thank you.
Tags: accessibility-ready, one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Version: 2023
Requires at least: 5.2
Tested up to: 6.1
Requires PHP: 7.0
License: GNU General Public License v3 or Later
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: blankslate-child
Template: blankslate

/*Default*/
body {
    font-family: 'Lato', sans-serif;
}
#sidebar, #footer {
    display: none;
}
#container .header {
    height: 0;
    overflow: hidden;
}
.entry-content section {
    padding-left: 30px;
    padding-right: 30px;
}
h2 {
    font-size: 56px;
    font-weight: 900;
    line-height: 1.17;
    color: #1E9649;
}
h3 {
    font-size: 36px;
    font-weight: 900;
    line-height: 1.28;
    color: #0C4E27;
    margin-bottom: 40px;
}
h4 {
    font-size: 24px;
    font-weight: 900;
    line-height: 1.22;
    color: #0C4E27;
}
h5 {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
}
.zelva-fw-400 {
    font-weight: 400;
}
.zelva-color-black {
    color: #000;
}
.zelva-fw-700, strong {
    font-weight: 700;
}
.zelva-ls-7 {
    letter-spacing: 7px;
}
.zelva-italic {
    font-style: italic;
}
.zelva-button a,
.zelva-cf-submit-field input {
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    letter-spacing: 5px;
    padding: 20px 40px;
    border-radius: 10px;
    background: #1E9649;
    text-transform: uppercase;
    transition: linear 0.2s;
}
.zelva-button a:hover,
.zelva-cf-submit-field input:hover {
    background: #0C4E27;
    transition: linear 0.2s;
}
.zelva-mw-460 a {
    min-width: 460px;
}
.zelva-p80 {
    padding-top: 80px;
    padding-bottom: 80px;
}
.zelva-p50 {
    padding-top: 50px;
    padding-bottom: 50px;
}
.zelva-align-center {
    text-align: center;
}
.zelva-mw-1380 {
    max-width: 1380px;
    width: 100%;
    margin: auto;
}
/*Header*/
#header {
    background: #FFF;
    box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.15);
}
.header-wrapper {
    max-width: 1380px;
    margin: auto;
    padding: 0 30px;
    height: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.zelva-countdown-timer .hurrytimer-cdt__inner > div,
.zelva-countdown-timer .hurrytimer-cdt__inner > div > div {
    font-size: 56px;
    font-weight: 700;
    margin: 0;
}
/*Content*/
.zelva-3-columns {
    max-width: 1100px;
    width: 100%;
}
.zelva-3-columns img {
    height: 227px;
    width: auto;
    margin-bottom: 40px;
}
.zelva-mw-937 {
    max-width: 937px;
    margin-left: auto;
    margin-right: auto;
}
.zelva-ul {
    list-style: disc;
    padding-left: 30px;
}
.zelva-ul li {
    width: fit-content;
    margin: auto;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.58;
}
.zelva-text-behind {
    position: relative;
    padding-top: 140px;
}
.zelva-text-behind:before {
    content: "DEJSTVO!";
    position: absolute;
    top: 0;
    left: 0;
    font-size: 300px;
    font-style: italic;
    line-height: 0.7;
    color: rgba(30, 150, 73, 0.08);
}
.zelva-accordion {
    margin-bottom: 15px;
}
.zelva-accordion summary {
    width: fit-content;
    margin: auto;
    list-style: none;
    font-size: 18px;
    font-weight: 700;
    font-style: italic;
    line-height: 1.2;
}
.zelva-accordion summary:before {
    content: "";
    background-image: url(/wp-content/uploads/2024/01/zelva-acc-closed.svg);
    width: 18px;
    height: 18px;
    display: inline-block;
    margin-right: 6px;
}
details.zelva-accordion[open] summary:before {
    background-image: url(/wp-content/uploads/2024/01/zelva-acc-open.svg);
}
.zelva-accordion p {
    width: fit-content;
    margin: auto;
    text-align: center;
    margin-top: 15px;
    line-height: 1.5;
}
.zelva-cf-input-fields {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px 35px;
}
.zelva-cf-input-field label {
    font-size: 18px;
    font-weight: 700;
}
.zelva-cf-input-field input {
    width: 100%;
    height: 60px;
    margin-top: 8px;
    border: 1px solid #0C4E27;
    border-radius: 10px;
}
.zelva-cf-submit-field input {
    margin: 40px auto 0;
    display: block;
    border: none;
    box-shadow: none;
    cursor: pointer;
    min-width: 460px;
}
.zelva-6-columns img {
    height: 110px;
    width: auto;
    margin-bottom: 20px;
}
.pum-theme-default-theme {
    background-color: rgba( 255, 255, 255, 0.6 );
}
.pum-theme-109 .pum-container, .pum-theme-default-theme .pum-container {
    background-color: #fff !important;
}
.pum-theme-109 .pum-container ul {
    list-style: disc;
    padding-left: 20px;
    color: #000;
    font-size: 18px;
    line-height: 1.55;
}
.pum-close.popmake-close {
    background-color: #0C4E27 !important;
}
@media screen and (max-width: 1440px) {
    .zelva-text-behind:before {
        font-size: 200px;
    }
    .zelva-text-behind {
        padding-top: 80px;
    }
}
@media screen and (max-width: 1024px) {
    .zelva-text-behind:before {
        font-size: 120px;
    }
    .zelva-text-behind {
        padding-top: 30px;
    }
    .zelva-countdown-timer .hurrytimer-cdt__inner > div,
    .zelva-countdown-timer .hurrytimer-cdt__inner > div > div {
        font-size: 36px;
    }
}
@media screen and (max-width: 768px) {
    h2 { font-size: 40px;}
    h3 { font-size: 28px;}
    h4,
    .zelva-countdown-timer .hurrytimer-cdt__inner > div,
    .zelva-countdown-timer .hurrytimer-cdt__inner > div > div { 
        font-size: 20px;
    }
    h5 { font-size: 16px;}
    .zelva-text-behind:before {
        font-size: 70px;
    }
    .zelva-mw-460 a,
    .zelva-cf-submit-field input {
        min-width: 300px;
        white-space: normal;
    }
    .zelva-button a, .zelva-cf-submit-field input {
        letter-spacing: 2px;
        line-height: 1.2;
        padding: 20px;
    }
    .zelva-p80,
    .zelva-p50 {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .zelva-cf-input-fields {
        grid-template-columns: 1fr;
    }
    .zelva-6-columns img {
        margin-bottom: 8px;
    }
    .zelva-3-columns img {
        margin-bottom: 20px;
    }
}