/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/

@font-face {
    font-family: 'Panel Sans';
    src: url('https://regisztracio.ro/wp-content/themes/salient-child/fonts/subset-PanelSans-Black.eot');
    src: url('https://regisztracio.ro/wp-content/themes/salient-child/fonts/subset-PanelSans-Black.eot?#iefix') format('embedded-opentype'),
        url('https://regisztracio.ro/wp-content/themes/salient-child/fonts/subset-PanelSans-Black.woff2') format('woff2'),
        url('https://regisztracio.ro/wp-content/themes/salient-child/fonts/subset-PanelSans-Black.woff') format('woff'),
        url('https://regisztracio.ro/wp-content/themes/salient-child/fonts/subset-PanelSans-Black.ttf') format('truetype'),
        url('https://regisztracio.ro/wp-content/themes/salient-child/fonts/subset-PanelSans-Black.svg#PanelSans-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
} 


h1{
    font-weight: 900;
    font-size: 44px;
    line-height: 1.2;
}
h1, h2, h3{
    font-family: 'Panel Sans';
}

h2{
    margin-top: 20px !important;
    margin-bottom: 20px !important;
    font-weight: 900;
    line-height: 1.1;
}
h3{
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 20px;
}

h4{
    font-family: 'Inter';
    font-weight: 500;
    font-size: 26px;
    line-height: 1.1;
}

p{
    font-size: 16px;
    line-height: 1.3; 
    color: #24305C;
    font-weight: 400;
}
.wpb_text_column ul li,
.wpb_text_column ol li,
.toggles ul li,
.toggles ol li {
    color: #24305C !important;
    font-size: 16px !important;
    margin-bottom: 5px;
    font-weight: 500 !important;
}

.uc{
    text-transform: uppercase;
}

.border-radius .vc_column-inner .column-bg-overlay-wrap .column-bg-overlay{
    border-radius: 37px;
}

.nectar-button.large{
    font-size: 20px;
    text-transform: uppercase;
    font-family: 'Panel Sans';
    padding: 20px 25px;
}
body .nectar-button.large.see-through{
    padding-bottom: 20px;
    padding-top: 20px;
}
#hero .nectar-button.large{
    margin-right: 10px;
}
#hero p{
    font-size: 20px;
    padding-right: 30px;
}


#lakcim .row-bg.using-image{
    background-position: 100% 50% !important;
    background-size: 45%;
}

#lakcim .column-image-bg{
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: 100%;
    border-radius: 67px;
}

.green-boxes img{
    max-width: 50px;
    max-height: 50px;
    object-fit: contain;
}
.green-boxes h4{
   font-size: 18px;
   text-transform: uppercase;
   font-weight: bold; 
   line-height: 1.1;
}
.green-boxes p{
    font-size: 14px;   
    color: #fff; 
}
#hero-offline .row-bg.using-image{
   background-position: 100% 0% !important; 
    background-size: 60%;
}
#gyakori-kerdesek .row-bg.using-image{
    background-position: 100% 0% !important;
}

#gyakori-kerdesek .toggle{
    background-color: #fff;
    border: 1px solid #F3F4FE !important;
    margin-bottom: 20px;
    border-radius: 25px !important;
    padding: 15px 30px 15px;
    box-shadow: 0px 0.78px 2.33px 0px #A6AFC366;
    min-height: 75px;
}
#gyakori-kerdesek .toggle h3{
    display: flex;
    align-items: center;
}
#gyakori-kerdesek .toggle>.toggle-title a{
    font-size: 18px;
    font-family: 'Inter';
    font-weight: 600;
    color: #111928;
    padding-left: 55px;
    line-height: 1.1;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 40px;    
}
#gyakori-kerdesek .toggle>.toggle-title i{
    right: auto;
    left: 0;
    width: 40px;
    height: 40px;
    background-color: #009446;
    color: #fff;
    border-radius: 10px;
}
#gyakori-kerdesek .toggle > .toggle-title .fa-plus-circle::before{
    content: '\f107' !important;
    background-color: transparent !important;
    color: #fff;
    font-size: 30px;
    left: 8px;
    top: 11px;
}
#gyakori-kerdesek .toggle > .toggle-title .fa-minus-circle:before{
    content: '\f106' !important;
    background-color: transparent !important;
    color: #fff;
    font-size: 30px;
    left: 8px;
    top: 8px;
}
#gyakori-kerdesek .toggle > .toggle-title i:after{
    display: none;
}
#gyakori-kerdesek .toggle> div{
    padding-left: 55px;
}
.steps {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    gap: 2rem;
    position: relative;
    margin: 0 auto 40px;
}

.step {
    text-align: center;
    flex: 1;
    position: relative;
    color: #7a859c; 
}

.step.active {
    color: #ffffff; 
}

.step-number {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid #8AD6A5;
    background: #131A32;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 10px;
    font-weight: bold;
    font-size: 32px;
    font-family: 'Panel Sans';
    margin-top: -5px;
    position: relative;
}

.step.active .step-number {
    background: #fff;
    color: #009446;
}

.step span {
    margin: 0;
    font-size: 20px;
    color: #fff !important;
    letter-spacing: 0;
    font-weight: 600;
    line-height: 1.2;
}
.step.active span{
    color: #fff !important;
}
.step small {
     color: #fff !important;
    display: block;
    font-size: 12px;
    margin-top: 4px;
}

.steps::before {
    content: "";
    position: absolute;
    top: 20px;
    left: 130px;
    right: 130px;
    height: 2px;
    background: #8AD6A5;
    z-index: -1;
}

/* .nectar-video-box[data-color] a.nectar_video_lightbox.play_button_2{
    display: none;
} */
.img-with-aniamtion-wrap.custom-width-80px .inner{
    margin: 0 auto !important;
}

.white-wrapper{
    background-color: #fff;
    border-radius: 20px;
    padding: 20px;
}
.white-wrapper h4{
    font-weight: bold;
}
.blue-wrapper{
    background-color: #24305C;
    border-radius: 20px;
    padding: 20px;
    color: #fff !important
}
.blue-wrapper h4{
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 0 !important;
}
.blue-wrapper p{
    font-size: 18px;
}
.blue-wrapper h4, .blue-wrapper p{
    color: #fff !important;
}

.hidden-mobile{
    display: inline-block;
}
.hidden-pc{
    display: none;
}
#footer img.bga{
    max-width: 120px;
}
#footer p{
    margin-top: 30px;
}
#footer p a{
    text-decoration: underline;
}
#footer p,
#footer a{
    color: #fff;
    font-size: 20px;
}
#footer ul{
    padding: 0;
    margin: 0;
}
#footer ul,
#footer ul li{
    list-style-type: none;
}
#footer ul li{
    padding-bottom: 25px;
}
#footer ul li a{
    font-size: 20px;
}
#footer .list-inline-pc ul{
    margin-top: 30px;
}
#footer .list-inline-pc ul li{
    float: left;
    margin-right: 20px;
}
#footer img{
    max-width: 350px;
}
#footer .copyright{
    margin-top: 30px;
}
#select-state > .vc_column-inner{
    position: relative;
    padding-top: 60px;
    padding-bottom: 160px !important;
}
.col-left{
    width: 48%;
    position: absolute;
}
.col-left h4{
    margin-top: 20px;
    margin-bottom: 25px;
    display: inline-block;
}

.col-left p{
    margin-top: 20px;
    padding-bottom: 50px;
}

#megyek .wpb_tabs_nav {
    width: 50%;
    position: absolute;
    right: 0;
    top: -30px;
}

#megyek .wpb_tab {
    top: 375px;
    background: rgb(255, 255, 255);
    left: -40px !important;
    border-radius: 25px;
    width: 104.3%;
    z-index: 9999;
    padding: 30px 40px 30px;
    border-radius: 20px;
}

#megyek .tabbed>ul li a {
    display: inline-block;
    background-color: #fff !important;
    color: #637381;
    font-size: 20px;
    border: none;
    padding: 5px 15px; 
    min-width: 160px;
    text-align: left;
    margin: 10px 5px 5px;
}

#megyek .tabbed>ul li .active-tab{
    background-color: #F4F5F9 !important;
    color: #009446 !important;
    font-weight: bold !important;
    border-radius: 4px;
}
#megyek .wpb_tab h3{
    font-size: 30px;
    margin-bottom: 25px;
    position: relative;
}
#megyek .wpb_tab h3:after{
    content: '';
    background-color: #8AD6A5;
    height: 3px;
    width: 50px;
    position: absolute;
    top: 40px;
    left: 0;
}
#megyek .wpb_tab h4{
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 20px;
}
@media screen and (min-width: 1001px) and (max-width: 1367px){
    #gyakori-kerdesek .row-bg.using-image{
        background-size: 68%;
    } 
}
@media screen and (min-width: 1440px) and (max-width: 1600px){
   #gyakori-kerdesek .row-bg.using-image{
        background-size: 65%;
    } 
}
@media screen and (min-width: 1600px){
    #gyakori-kerdesek .row-bg.using-image{
        background-size: 65%;
    }
}
@media screen and (min-width: 1000px){
    .page-id-2 #top #logo img{
        display: none;
    }
    .page-id-2 #top {
        padding: 30px 0;
    }
    .border-radius .vc_column-inner .column-bg-overlay-wrap .column-bg-overlay{
        border-radius: 62px;
    }
}
@media screen and (min-width: 769px) and (max-width: 1181px){
    .steps {
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
      }

    .steps::before {
        display: none;
      }

    .step {
        text-align: left;
        margin-left: 40px;
        padding-bottom: 40px;
        width: 88%;
        text-align: center;
      }

    .step-number {
        margin: auto;
      }
    .step span{
        padding-top: 15px;
        display: block;
    }
    .step::before {
        content: "";
        position: absolute;
        top: 20px;
        left: -20px;
        width: 50%;
        height: 2px;
        background: #8AD6A5;
      }

    .step::after {
        content: "";
        position: absolute;
        top: 20px;
        left: -20px;
        width: 2px;
        height: 100%;
        background: #8AD6A5;
      }
    

    .step:last-child::after {
        display: none;
      }

       #footer{
        text-align: center;
    }
    #footer img{
        float: none !important;
        margin: 20px auto 20px !important;
        display: block;
        max-width: 240px;
    }
    #footer img.mobile-footer-logo{
        max-width: 120px !important;
        margin-bottom: 30px !important;
    }
    #footer ul li{
        padding-bottom: 10px;
    }
    #footer .copyright p{
        margin-top: 30px;
        font-size: 14px;
    }
    #footer ul li a{
        font-size: 18px !important;
    }
     .hidden-mobile{
        display: none;
    }
    .hidden-pc{
        display: block;
    }
    .vc_hidden-xs{
        display: none;
    }
    #footer .vc_col-sm-6,
    #footer .img-with-aniamtion-wrap.custom-width-100px .inner{
        width: 100% !important;
        max-width: 100% !important;
    }
    #megyek .tabbed>ul li a{
        font-size: 18px;
    }
}
@media (max-width: 768px) {
    #megyek .wpb_tab h3{
        font-size: 22px;
    }
    #megyek .wpb_tab h3:after{
        top: 35px;
    }
    .col-left{
        position: relative;
        width: 100%;
    }
    #megyek .wpb_tabs_nav {
        position: relative;
        width: 100%;
    }
    #megyek .wpb_tab{
        left: -20px !important;
        top: 0 !important;
        width: 111.8%;
    }
    #megyek{
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }
    .tabbed>ul, .wpb_content_element .tabbed .wpb_tabs_nav{
        margin-bottom: 0 !important;
    }
    #megyek .tabbed>ul li a{
        font-size: 18px;
        min-width: 140px;
    }
    #megyek .wpb_tab{
        padding: 30px 20px !important;
    }
    h1{
        font-size: 30px !important;
        line-height: 1.1 !important;
        margin-bottom: 20px !important;
        display: block;
    }
    h2{
        font-size: 28px !important;
    }
    h4{
        font-size: 22px !important;
    }
    #gyakori-kerdesek .toggle> div{
        padding-left: 15px;
    }
    .nectar-button.large,
    .nectar-button.large.see-through{
        text-align: center;
        width: 100%;
        font-size: 17px;
    }
    .center-mobile{
        text-align: center !important;
    }
    #gyakori-kerdesek .row-bg.using-image{
        background-attachment: local;
    }
    .page-id-2 #gyakori-kerdesek .wpb_column:not([class*=vc_col-xs]){
        margin-bottom: 0 !important;
    }
    #gyakori-kerdesek .toggle>.toggle-title a{
        font-size: 16px;
        padding-left: 15px;
    }
    #gyakori-kerdesek .toggle{
        padding: 15px;
        min-height: auto;
    }
    #gyakori-kerdesek .toggle>.toggle-title i{
        right: 0;
        left: auto;
    }
    #footer{
        text-align: center;
    }
    #footer img{
        float: none !important;
        margin: 20px auto 20px !important;
        display: block;
        max-width: 240px;
    }
    #footer img.mobile-footer-logo{
        max-width: 120px !important;
        margin-bottom: 30px !important;
    }
    #footer ul li{
        padding-bottom: 10px;
    }
    #footer .copyright p{
        margin-top: 30px;
        font-size: 14px;
    }
    #footer ul li a{
        font-size: 18px !important;
    }
    #footer p{
        margin-top: 20px;
    }
    .hidden-mobile{
        display: none;
    }
    .hidden-pc{
        display: block;
    }
    .steps {
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
      }

    .steps::before {
        display: none;
      }

    .step {
        text-align: left;
        margin-left: 40px;
        padding-bottom: 40px;
        width: 82%;
        text-align: center;
      }

    .step-number {
        margin: auto;
      }
    .step span{
        padding-top: 15px;
        display: block;
    }
    .step::before {
        content: "";
        position: absolute;
        top: 20px;
        left: -20px;
        width: 50%;
        height: 2px;
        background: #8AD6A5;
      }

    .step::after {
        content: "";
        position: absolute;
        top: 20px;
        left: -20px;
        width: 2px;
        height: 100%;
        background: #8AD6A5;
      }
    

    .step:last-child::after {
        display: none;
      }
    #lakcim .column-image-bg{
        background-color: #fff;
        background-repeat: no-repeat;
        background-size: 100%;
        border-radius: 37px;
    }
    #lakcim h2{
        font-size: 22px !important;
    }
    #lakcim h4 br{
        display: none;
    }
    #lakcim .inner_row[data-column-margin="60px"] .child_column:not([class*="vc_col-xs-"]):not(:last-child){
        margin-bottom: 20px !important;
    }
    #general-info .wpb_column:not([class*=vc_col-xs]){
        margin-bottom: 0;
    }
}
