/*
 Theme Name:   clinica-sante-tema
 Description:  clinica-sante-tema
 Author:       clinica
 Author URI:   https://www.clinica-sante.ro/
 Template:     bootscore-main
 Version:      1.0.0
 Text Domain:  clinica-sante-tema
*/

/* 
All style editing is done via scss/_bscore_custom.scss
*/

/* @import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap'); */

/* Blog Page Style */
.button_blog_read_more{
    background-color: #ef7d00;
    border-radius: 6px;
    border-color: transparent;
    color: #fff;
    padding: 9px;
    /* font-family: 'Raleway'; */
    font-weight: 500;
    text-decoration: none!important;
    font-size: 14px;
}
.seo_h1_hidden{
    display: none;
}
.button_blog_read_more:hover {
    background-color: #149A5B;
}
.blog_general_article_title {
    padding-bottom: 8px;
}
.blog_general_article_title h2{
    font-size: 18px;
    line-height: 25px;
    font-weight: 500;
    /* font-family: 'Raleway'; */
    color: #262626;
}

.blog_general_article_data .entry-date{
    /* font-family: 'Raleway'; */
    color: #666666;
    font-size: 14px;
    font-weight: 500;
}

.blog_general_article_data .time-updated-separator,
.blog_general_article_data .updated{
    display: none;
}
.blog_general_article_category {
    display: flex;
    color: #666666!important;
    font-weight: 700;
    padding-bottom: 10px;
    flex-wrap: wrap;
}
.blog_general_article_category .bg-primary-subtle {
    background-color:#fff!important;
    --bs-badge-padding-x: 0.10em;
    --bs-badge-padding-y: 0.10em;
    margin-bottom: 0;
    /* font-family: 'Raleway'; */
    color: #666666!important;
    font-size: 15px;
    font-weight: 700;
}
.archive_posts_data_btn_red_more {
    padding: 0px 14px 20px 14px;
}
.abonareSante  .col-md-3 p{
    display: flex;
}
nav.wc-breadcrumb ol{
    padding-top: 35px;
}
.ante_breadcrumb_style.custom_breadcrumb_style nav.wc-breadcrumb ol{
    padding-top: 0PX;
}
.wpml-ls-statics-footer{
    display: none;
}
form#ecommerceconnect_payment_form {
    margin-bottom: 20px;
}
#submit_ecommerceconnect_payment_form{
    background-color: #ef7d00;
    border: none;
    color: #fff;
    padding: 6px 15px;
    border-radius: 5px;
}
#submit_ecommerceconnect_payment_form:hover{
    background-color: #0e7c7b;
}
.meniu_top_mobile{
    display: grid;
    place-items: center;
    place-content: center;
    row-gap: 5px;
}
.heading_alert_data_kiev {
    margin-bottom: 0;
    font-size: 20px;
}
.yith-wcwl-add-to-wishlist .add_to_wishlist svg{
    width: 16px;
    height: 16px;
}
.yith-wcwl-add-to-wishlist .yith-wcwl-add-button a svg path{
    fill: #f17d00;
    stroke: #f17d00;
}
.yith-wcwl-add-to-wishlist.exists .yith-wcwl-add-button a svg{
    width: 16px;
    height: 16px;
}
.yith-wcwl-add-to-wishlist.exists .yith-wcwl-add-button a svg path{
    fill: #fff;
    stroke: #fff;
}

.yith-wcwl-add-button .add_to_wishlist svg.yith-wcwl-icon-svg {
    margin-right:0px!important;
}

#customer_login_1 p.h2{
    font-size: 24px;
    font-weight: 600;
}
.logo_procesatori_plata img{
    width: 170px;
    margin-top: 8px;
}
.logo_procesatori_plata {
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
}
@media (max-width:991.98px){
    header.entry-header {
        padding-top: 25px;
    }
    nav.wc-breadcrumb ol{
        padding-top: 25px;
    }
    .breadcrumb_style_pages nav.wc-breadcrumb ol{
        padding-top: 25px;
    }
    .heading_alert_data_kiev {
        font-size: 18px;
    }
    div#customer_login_1 {
        padding: 15px;
    }
    #customer_login_1 p.h2{
        font-size: 22px;
        font-weight: 600;
    }
}
 
@media (max-width:767.98px){
    .blog_general_article_category .toblg{
        display: none;;
    } 
    .breadcrumb-scroller .breadcrumb {
        flex-wrap: nowrap!important;
    }
    .heading_alert_data_kiev {
        font-size: 17px;
    }
}
@media (max-width:576.98px){
    .blog_general_article_category,
    .blog_general_article_category .bg-primary-subtle{
        font-size: 13px;
    }
    .blog_general_article_category .toblg{
        display: none;;
    }
    .blog_general_article_title h2 {
        font-size: 16px;
    }
    .breadcrumb_style_pages nav.wc-breadcrumb ol {
        padding-top: 10px;
    }
    header.entry-header {
        padding-top: 15px;
    }
    .heading_alert_data_kiev {
        font-size: 16px;
    }
}