/*
Theme Name: Betheme Child
Theme URI: https://themes.muffingroup.com/betheme
Author: Muffin group
Author URI: https://muffingroup.com
Description: Child Theme for Betheme
Template: betheme
Version: 1.6.2
*/

.logo img {
    content: url('https://saralglobal.us/wp-content/uploads/2025/02/saral-logo-transparant-1.png') !important;
    max-height: 85px !important;
    height: auto;
}
p , ul>li {
    font-size: 15px;
    line-height: 28px;
    font-weight: 500;
}
.banner_description p{
    font-size: 18px;
    line-height: 34px;
}

#Top_bar .logo{
	margin: 0 0 !important;
}
#Top_bar.is-sticky #logo img.logo-sticky {
    max-height: 50px !important;
}
.widgets_wrapper .widget_mfn_menu ul li a{
    padding :0 !important;
    border:unset !important;
}
p.footer-content , .footer_copy .copyright {
    font-size: 15px;
    line-height: 23px;
    font-weight: 500;
}
.widget_custom_html h2 {
   font-size: 20px;
    line-height: 30px;
    font-weight: 600;
}
.widget_text.widget.widget_custom_html {
    margin :0px;
}

.mcb-column-inner .widget{
    margin:0 0 !important;
}

#Footer .widget_mfn_menu ul li a {
    color: #000 !important;
    background: transparent;
    font-size: 15px;
    line-height : 22px;
    font-weight: 500;
}


#Footer .widget_mfn_menu ul li a:hover{
    color : #063961 !important;
    background-color: transparent;
}
#Footer .widget_mfn_menu ul li.current_page_item a {
    color : #063961 !important;
} 
.wp-block-column.is-vertically-aligned-top {
    align-self: center !important;
}

/* For screens 767px and below */
@media screen and (max-width: 767px) {
    .logo img {
        max-height: 85px !important;
        margin: 0 15px;
    }
    .widgets_wrapper  h4{
        font-size: 20px;
        line-height: 30px;
        font-weight: 600;

    }
    figure.wp-block-image{
        text-align: left;
    }
    .wp-block-image img{
        max-width: 27%;

    }
}

/* For screens 600px and below */
@media screen and (max-width: 600px) {
    .logo img {
        max-height: 50px !important;
        margin: 0 15px;
    }
}

