/*
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
*/

/*
# GLOBAL STYLES
    ## font    
    ## title template
    ## bttn styles
    ## custom link
    ## modal fix
# HEADER
    ## menu
    ## sticky menu
# FOOTER
# UVODKA
    ## slider
    ## slider boxes
    ## o nas
    ## vyroby
    ## kontakt
        ### prodejna
        ### blocks 
        ### wpcf7
*/
/*
#wpfront-notification-bar-spacer {
    height: auto !important;
}
*/

#wpfront-notification-bar {
    /*height: auto !important;*/
    position: relative;
    padding: 0;
    border-bottom: 1px solid #A9930C;
    padding-left: 10px !important;
    padding-right: 40px !important;
}

#wpfront-notification-bar td {
    padding: 0px !important;
}

#wpfront-notification-bar div.wpfront-close {
    font-size: 16px !important;
    color: #fff !important;
    font-weight: 900 !important;
    padding-top: 1px !important;
}

#wpfront-notification-bar div.wpfront-close:hover {
    opacity: 0.5;
}

/*# DOCASNE VYJIMKY - PRIPO*/

.slider-box.vyjimka h2 {
    text-transform: none;
    line-height: 1.2 !important;
}

/*
.slider-box.vyjimka .fusion-column-inner-bg-image::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    background: linear-gradient(90deg, rgba(255,255,255,1) 26%, rgba(255,255,255,0.8351541300113796) 61%, rgba(255,255,255,0) 100%);
}
*/


/**/
/*# GLOBAL STYLES*/

.bilime, .bilime p, .bilime a {
    color: #fff !important;
}

.bg-txt {
    font-size: 30px;
    font-family: "Nadianne";
}

/*## font*/

@font-face {
    font-family: "Nadianne";
    src: url("/wp-content/themes/Avada-Child-Theme/ufontscomnadianne-bold.woff2") format("woff2"),
        url("/wp-content/themes/Avada-Child-Theme/ufontscomnadianne-bold.woff") format("woff");
}

h1, h2, h3, h4 {
    font-family: "Nadianne" !important;
}

/*## title template*/

/*.tit h2 {
    text-transform: uppercase;
}*/

/*## bttn styles*/

.fusion-button .fusion-button-text {
    font-size: 17px;
}

/*## custom link*/

.custom-link {
    text-transform: uppercase;
    font-weight: 900;
}

.custom-link i {
    padding-left: 3px;
    transition: 0.5s all;
}

.custom-link:hover i {
    padding-left: 8px;
    transition: 0.5s all;
}


/*## modal fix*/

.fusion-modal .modal-header {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}


/**/
/*# HEADER*/

/*## menu*/
.fusion-header .menu-text {
    /*text-transform: uppercase;*/
}

/*## sticky header*/

.fusion-header-wrapper.fusion-is-sticky .fusion-logo {
    display: none;
}

.fusion-is-sticky .fusion-mobile-menu-design-modern .fusion-mobile-nav-holder > ul, .fusion-is-sticky.fusion-mobile-menu-design-modern .fusion-mobile-nav-holder > ul {
    max-height: unset !important;
}

/**/
/*# FOOTER*/

.fusion-footer #custom_html-2 .textwidget {
    display: flex;
    justify-content: center;
}

.fusion-footer #custom_html-2 .col:not(:last-child) {
    padding-right: 50px;
}

.fusion-footer #custom_html-2 i {
    padding-right: 7px;
    font-size: 22px;
}

.fusion-footer #custom_html-2 a, .fusion-footer #custom_html-2 p {
    font-size: 20px;
}


/**/
/*# UVODKA*/

/*## slider*/

.tfs-slider {
    border-top: 2px solid #A9930C;
    border-bottom: 2px solid #A9930C;
}

.tfs-slider h1, .tfs-slider h2 {
    /*text-transform: uppercase;*/
}

.tfs-slider .slide-content-container {
    top: 45% !important;
    left: 50%;
}

.tfs-slider .slide-content-container .slide-content {
    margin: 0 !important;
}

.tfs-slider .caption {
    width: 60%;
}

.tfs-slider .flex-control-nav.flex-control-paging {
    bottom: 50px !important;
}

/*## slider boxes*/

.home .post-content {
    position: static;
}

.slider-boxes {
    top: -70px;
}

/*
.slider-box .fusion-title {
    position: absolute;
    right: 150px;
    padding-bottom: 40px;
}
*/

.slider-box {
    overflow: hidden;
}

/*.slider-box h2 {
    text-transform: uppercase;
}*/

.slider-box .fusion-column-wrapper {
    min-height: 230px !important;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    box-shadow: 4px 3px 19px -3px rgba(0,0,0,0.25) !important;
    transition: 0.5s all;
    border: 2px solid #A9930C !important;
}

.slider-box .fusion-clearfix {
    display: none;
}

.slider-box .fusion-column-inner-bg {
    width: auto;
    height: auto;
    right: 0;
    bottom: 0;
    transition: 0.75s all;
}

.slider-box:hover .fusion-column-inner-bg {
    top: -20px;
    right: -20px;
    bottom: -20px;
    left: -20px;
    transition: 0.75s all;
}


.slider-box .fusion-text p {
    margin-bottom: 0px !important;
}

.slider-box .fusion-text i {
    font-size: 12px;
    position: relative;
    top: -1px;
    padding-left: 5px;
    color: #A9930C;
    transition: 0.5s all;
}

.slider-box:hover .fusion-column-wrapper {
    border: 2px solid #A9930C;
    transition: 0.5s all;
}

.slider-box:hover .fusion-text i {
    padding-left: 10px;
    transition: 0.5s all;
}


/*## o nas*/

/*## vyroby*/

.content-col h3 {
    font-size: 35px !important;
    font-weight: 700 !important;
    /*text-transform: uppercase !important;*/
}

.produkt-tit h2 {
    /*text-transform: uppercase;*/
    font-size: 50px !important;
}

#zakazkova .fusion-fullwidth {
    padding-top: 40px !important;
}


/*
.zakazkova .content-col::after {
    content: url("/wp-content/uploads/2019/10/zakazkova-motiv.png");
    position: absolute;
    right: 105%;
    top: 50px;
    display: block;
    height: 100%;
    width: 100%;
}

.restaurovani .content-col::after {
    content: url("/wp-content/uploads/2019/10/restaurovani-motiv.png");
    position: absolute;
    left: 105%;
    top: 50px;
    display: block;
    height: 100%;
    width: 100%;
}
*/

/*## kontakt*/

/*### prodejna*/

.prodejna .fusion-text p, .prodejna i {
    color: #fff !important;
}

.prodejna h3 {
    /*text-transform: uppercase;*/
    font-weight: 700 !important;
}

.prodejna .fusion-text {
    position: relative;
}

.prodejna .cont {
    position: absolute;
    left: 35px;
}

.prodejna i {
    font-size: 20px;
}

.prodejna .fusion-text p:last-child {
    min-height: 72px;
}

.prodejna .txt {
    margin-bottom: 0px !important;
    width: 50%;
}

.prodejna .custom-link {
    color: #fff !important;
    position: relative;
    top: 5px;
}

.nominheight p {
    min-height: 1px !important;
}

.adresa-p {
    margin-bottom: 42px !important;
}

/*### blocks*/
.kontakt-block a, .kontakt-block i, .kontakt-block p {
    color: #000 !important;
    font-size: 25px !important;
    font-weight: 700 !important;
}

.kontakt-block i {
    font-size: 30px !important;
    position: relative;
    top: 4px;
}


.kontakt h3 {
    font-size: 26px !important;
    font-weight: 700 !important;
    text-transform: uppercase;
}

.kontakt .slider-box .fusion-title {
    right: 200px;
    padding-bottom: 70px;
}

.kontakt .slider-box .fusion-text {
    right: 235px;
}

.kontakt .slider-box p {
    margin-bottom: 5px !important;
}

.kontakt .slider-box i {
    position: absolute;
    padding-left: 15px;
    padding-top: 7px;
}

.kontakt .slider-box a {
    color: #000 !important;
}

.kontakt .fusion-builder-row:last-child i {
    padding-top: 4px;
}

.kontaktSecP {
    position: relative;
    top: 40px;
}


/*### wpcf7*/
.wpcf7 input:not(.wpcf7-submit), .wpcf7 textarea {
    border-width: 0px !important;
    border-bottom-width: 1px !important;
}

.wpcf7 .row {
    margin-bottom: 30px;
}

.wpcf7 label {
    color: #000;
}

.wpcf7-form > p {
    text-align: left;
}



/**/
/*# RESPO*/

.fusion-header-wrapper.fusion-is-sticky .fusion-header .menu-text {
    font-size: 16px;
}


@media only screen and (max-width: 1500px) {
    .tfs-slider .slide-content-container {
        width: unset;
    }
    .tfs-slider .caption {
        width: 80%;
    }
}

@media only screen and (max-width: 1300px) {
    .tfs-slider .caption {
        width: 100%;
    }
}

@media only screen and (max-width: 1000px) {
    .slider-boxes .fusion-column-inner-bg-image {
        background-size: contain !important;
        background-position: right top;
    }
    .fusion-column-inner-bg a span {
        height: 300px !important;
    }
    .zasnubni h3, .zasnubni h4, .zasnubni p {
        text-align: left !important;
    }
    .image-respo { max-width: 500px;}
    .image-respo .fusion-column-wrapper {
        height: 400px !important;
    }
}

@media only screen and (max-width: 700px) {
    .wpfront-message { font-size: 14px !important;}
}

@media only screen and (max-width: 600px) {
    .respo-contact-column .fusion-column-wrapper {
        padding: 50px !important;
    }
    .kontaktSepar { margin-top: 100px !important;}
}