/*
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
*/

@import url('https://fonts.googleapis.com/css2?family=League+Gothic&display=swap');

/* Latest News Card - from Homepage */

.news-card img{
    height: 280px;
    object-fit: cover;
}

/* Etapele Inscrierii - from Proiecte */

#etape-inscriere li.active a{
    background-color: #FFF200 !important;
}

#etape-inscriere li.active a h5{
    color: black !important;
}

/* Content Boxes - from Contact */
.contact-box{
    /*box-shadow: 10px 5px 5px rgba(0, 0, 0, 0.29);*/
}

.barometru__info {
    justify-content: flex-start;
    flex-direction: row;
    display: flex;
    width: 100%;
    flex-grow: 0;
}

.barometru__info .col {
    flex: 0 50%;
}

.taburi-etape{
    width: 75% !important;
}

#etape-inscriere ul.nav-tabs {
    display: flex;
    flex-wrap: wrap;
}

#etape-inscriere .nav-tabs.nav-justified > li{
    width: 50%;
}

#etape-inscriere .nav-tabs.nav-justified > li:last-child{
    width: 100%;
    display: block;
    border: 1px solid #f5f9f4;
}

#etape-inscriere .nav-tabs.nav-justified > li a{
    padding-left: 16px;
    padding-right: 16px;
    height: 100%;
}

.parteneri-flipbox .flip-box-inner-wrapper{
    min-height: 200px;
}

.parteneri-flipbox .flip-box-inner-wrapper .flip-box-front,
.parteneri-flipbox .flip-box-inner-wrapper .flip-box-back{
    border: 1px solid #d4d4d4 !important;
    border-top-left-radius: 25px !important;
    border-bottom-right-radius: 25px !important;
}

.parteneri-flipbox .flip-box-inner-wrapper .flip-box-back .flip-box-back-inner p{
    text-transform: uppercase;
    text-decoration: none;
}

.parteneri-flipbox .flip-box-inner-wrapper .flip-box-back .flip-box-back-inner p a:hover{
    /*color: #4e6d43 !important;*/
    color: #fff200 !important;
}

#sectiune-form-petitie form label small {
    font-size: 15px;
    font-weight: normal;
    line-height: normal;
    font-family: "Roboto", sans-serif;
}

@media only screen and (min-width: 1024px) {
    .logo-parteneri img{
        width: 70%;
    }

    .parteneri-flipbox .flip-box-inner-wrapper{
        min-height: 200px !important;
    }
}

@media only screen and (max-width: 1024px)  {
    .barometru__info .col p{
        text-align: center;
    }

    .logo-parteneri img{
        width: 70%;
    }
}

@media only screen and (max-width: 640px)  {
    .max-width-70-center{
        width: 90% !important;
    }
}

@media only screen and (max-width: 540px) {
    .barometru__container svg{
        width: 300px !important;
        height: 300px !important;
    }
}

@media only screen and (max-width: 811px)  {
    .fusion-tabs .nav-tabs li .tab-link .fontawesome-icon{
        display: none !important;
    }

    .taburi-etape{
        width: 100% !important;
    }
    
    .logo-parteneri img{
        width: 70%;
    }
}

.sv-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 99;
    display: none;
}

.sv-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 100;
    padding: 0;
    width: 450px;
    height: 450px;
    background: transparent;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5); /* Umbra */
    border-radius: 8px; /* Opțional, pentru colțuri rotunjite */
}

.sv-popup p {
    display: block;
    font-family: 'League Gothic', serif;
    font-size: 65px;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    margin-top: 0;
    border: 1px solid rgb(255, 242, 0);
}

.sv-popup-close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    /*background: red;*/
    color: white;
    text-align: center;
    line-height: 30px;
    font-size: 20px;
    text-decoration: none;
    border-radius: 50%;
}

.sv-popup-close:hover {
    /*background: darkred;*/
}
