/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

/* config - nemazat !! */

/*
.fusion-tb-header > .hlavicka ~ .hlavicka,
.post-content > .slider ~ .slider,
.post-content > .sluzby ~ .sluzby,
.post-content > .o_nas ~ .o_nas,
.post-content > .galerie ~ .galerie,
.post-content > .vyhody ~ .vyhody,
.post-content > .novinky ~ .novinky,
.post-content > .kontakty ~ .kontakty,
.fusion-tb-footer .fusion-footer-widget-area > .paticka ~ .paticka {
    display: none;
}

.config_panel {
    position: fixed;
    z-index: 99999999999999;
    right: 20px;
    bottom: 20px;
    background-color: #ededed;
    border-radius: 8px;
    box-shadow: 0 6px 12px 0 rgba(0,0,0,0.20);
    padding: 32px;
    width: 100%;
    max-width: 400px;
    height: 300px;
    overflow-y: scroll;
}

.config_panel input[type="text"],
.config_panel input[type="email"]{
    background-color: #fff !important;
}

.config_panel label {
    cursor: pointer;
}

.main_color_hex,
.secondary_color_hex {
    margin-left: 10px;
    display: inline-block;
    font-size: 14px;
}

.config_close_btn {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    background-color: #000;
    color: #fff;
    border-radius: 100px;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.config_show_btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    background-color: #000;
    color: #fff;
    border-radius: 100px;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: 0.25s ease all;
    font-size: 24px;
    font-weight: 700;
    display: none;
    z-index: 999999999999999;
    box-shadow: 0 6px 12px 0 rgba(0,0,0,0.20);
}

.config_print_btn {
    text-decoration: underline;
    cursor: pointer;
    display: block;
}

.config_print_btn:hover {
    text-decoration: none;
}

.config {
    height: 0 !important;
}

.odeslat_form {
    padding: 8px 16px;
    border-radius: 25px;
    background-color: #000;
    color: #fff;
    cursor: pointer;
}

.odeslat_form:hover {
    background-color: #fff;
    color: #000;
}



body:not(.page-id-178) .certifikaty_config,
.osoby_config,
body:not(.page-id-184) .formular_config,
body:not(.home) .slider_config,
body:not(.home) .sluzby_config,
body:not(.home) .o_nas_config,
body:not(.home) .vyhody_config,
body:not(.home) .galerie_config,
body:not(.home) .novinky_config,
body:not(.home) .kontakty_config {
    display: none;
}*/

.slider-contact-4w a:hover{
    z-index: 100 !important;
}

@media only screen and (max-width: 1150px) {
    .galerie-img__wrapper .fusion-builder-row {
        flex-wrap: nowrap!important;
    }
    .galerie-img__wrapper {    position: relative;
        left: unset!important;
        right: 0!important;
        top: unset!important;
        bottom: unset!important;
    }
  }
  .kontaktujte_nas2 {
    position: absolute !important;
    right: calc(50% - var(--site_width)/2 - 35px);
    top: 60px;
    z-index: 10;
}

.kontaktujte_nas2 > div {
    box-shadow: 0 6px 12px 0 rgba(0,0,0,0.20);
}
@media (max-width: 1024px) {
    .kontaktujte_nas2 {
        position: relative !important;
        right: auto;
        top: auto;
    }
    
    .kontaktujte_nas2 > div {
        box-shadow: none;
    }
    .logoImg{
        max-width: 220px !important;
    }
}

/********* Global *********/
.section-padding{
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
}


/********* Cookies *********/

.fworks_consent_bar_mini-inner{
    display: inline-block !important;
}

.fworks_consent_modal_header .fworks_consent_modal_close{
    top: 15px;
}

.fworks_consent_modal_content .fworks_consent_modal_header{
    padding-top: 2.5rem;
}

.fworks_consent_modal_content .fworks_consent_modal_header h2{
    font-size: 36px;
}

.fworks_consent_modal_content .fworks_consent_modal_body h3{
    font-size: 26px;
}