/*
Theme Name: Impreza Child
Theme URI: https://vimpe.cz
Description: Impreza Child
Author: Vimpe s.r.o.
Author URI: https://vimpe.cz
Template: Impreza
Version: 1.0.0
*/

.hero_nadpis {
    font-size: 3.5rem;
    max-width: 500px;
    font-weight: bold;
}
.hero h3 {
    font-size: 1.2rem;
    font-weight: bold;
    padding-bottom: 1rem;
}

.hero p {
    font-size: 0.9rem;
    max-width: 550px;
}
.w-image.sun_hero.align_none {
    position: absolute;
    right: -150px;
    bottom: -250px;
}

.ndp_counter {
    font-size: 2.3rem;
    font-weight: bold;
    text-align: center;
}

.txt_counter {
    text-align: center;
    font-size: 1.1rem;
    padding-top: 1rem;
}

.num_how {
    font-size: 2.3rem;
    text-align: center;
    font-weight: bold;
}
.txt_krok {
    text-align: center;
    font-weight: bold;
    padding-top: 1rem;
}

.steps .vc_column-inner {
    background-color:   var(--color-content-primary)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                !important;
    margin: 0 auto;
    border-radius: 400px;
    padding: 50px 10px;
    color: white;
}

.ndp_poradce {
    font-size: 1.1rem;
    font-weight: bold;
	padding-bottom: 2rem;
    color: var(--color-content-primary);
}
.poradce_name {
    font-size: 3.5rem;
    line-height: 3.7rem;
    color: var(--color-content-primary);
    font-weight: 700;
    padding: 1rem 0;
}

.hero_page_nadpis {
    font-size: 3rem;
    max-width: 800px;
    font-weight: bold;
    color: var(--color-content-primary);
}

h2 {
    margin-bottom: 2rem;
}
.ndp_kroky {
    font-size: 1.1rem;
    font-weight: bold;
    color: var(--color-content-primary);
    text-align: center;
}

.number {
    text-align: center;
    background-color: var(--color-content-primary);
    color: white;
    width: 3rem;
    height: 3rem;
    font-weight: bold;
    font-size: 1.2rem;
    padding: 0.8rem;
    border-radius: 5rem;
    margin: 0 auto;
}
.txt_kroky {
    text-align: center;
    padding-top: 1.2rem;
}

.half {
    width: 49.4%;
    display: inline-block;
}
span.wpcf7-spinner {
    display: none !important;
}
input.wpcf7-form-control.has-spinner.wpcf7-submit {
    border-color: var(--color-content-primary) !important;
    color: var(--color-content-primary) !important;
    margin-top: 1rem;
}
/*.w-iconbox-title {
    color: var(--color-content-primary);
}*/
.captcha{
    font-size: 0.8rem;
}
a.w-nav-anchor.level_1:hover {
    color: var(--color-content-primary) !important;
}
.bg_transparent .us-btn-style_3 {
    color: white !important;
}
.sticky .us-btn-style_3 {
    color: var(--color-content-primary) !important;
}

@media only screen and (max-width: 700px) {
.txt_counter {
    padding-bottom: 2rem;
}
.half {
    width: 100%;
    display: inline-block;
}
.header_hor .l-subheader-cell.at_right>* {
    margin-left: 0rem;
}
.hero_page_nadpis {
    font-size: 2.8rem;
}
}