/*
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
*/

.informace {
    position: relative;
}

.informace > * {
    position: relative;
    z-index: 10 !important;
}

.informace::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%) rotate(-60deg);
    width: 600px;
    height: 1000px;
    background: url("/wp-content/uploads/2022/03/stopa_bw.png") center center no-repeat;
    background-size: contain;
    opacity: 0.15;
    z-index: 0;
}


.custom-social nav {
    width: auto !important;
}

.custom-social > a {
    align-self: center !important;
}

.custom-social {
    display: flex;
    width: 100%;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
}

/* Gallery Tabs */

.custom-tabs-gallery .tab-content {
    display: flex!important;
    justify-content: center!important;
    border-radius: 12px;
}

.custom-tabs-gallery .nav ul li h4.fusion-tab-heading {
    color: #fff!important;
    font-family: Poppins;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0px;
    font-style: normal;
}

.custom-tabs-gallery .nav {

}

.fusion-tabs.horizontal-tabs.clean .nav-tabs li .tab-link {
    margin-right: 10px!important;
}

.fusion-tabs.fusion-tabs-1 .nav-tabs li a.tab-link {
    border-radius: 12px !important;
}


