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

/*Default layout for Guttenberg
.section.the_content.has_content{
    padding-top: 200px;
    padding-bottom: 100px;
}*/

/*Action Bar*/
#Action_bar .social-menu li::before{
    margin-right: 10px;
}

/*Custom Icons*/
.icon-whatsapp-green{
    position: relative;
    background-image: url('../../../wp-content/uploads/2024/12/WhatsApp_icon.png'); 
    background-size: 14px auto;
    background-position: left;
    padding-left: 20px;
    background-repeat: no-repeat;
    }
    .icon-whatsapp-green.big{
        background-size: 22px auto;
        padding-left: 27px;
    }

/*Menus*/
    /*Menu Mobile*/
    #Side_slide .social-menu {
        text-align: left;
        padding: 11px 5px 10px 20px;
    }
        #Side_slide .social-menu li {
            display: block;
            margin-bottom: 10px;
        }
        #Side_slide .social-menu li::before {
            margin-right: 10px;
        }

    #Footer .footer_copy .social li a{
        font-size: 24px;
    } 

/*Encabezados*/
    /*Home mobile*/
    @media only screen and (max-width: 479px) {
        h1, .text-logo #logo {
            font-size: 28px;
            line-height: 34px;
            font-weight: 400;
            letter-spacing: 0px;
            padding: 20px;
        }
    }

/*Archive*/
.archive.category #Content{
    padding-top: 100px !important;
}

/*Single Post*/
.single-post.header-empty #Content {
    background-color: #ffffff;
    color: #000000;
}
.single-post.header-empty #Content main {
    padding-top: 60px;
}

.single-post.header-empty #Content main .wp-block-categories{
    list-style: none;
    margin: 0 0 15px 0;
}

.ssbp-wrap .ssbp-list li:first-child{
    margin-left: 0px !important;
}

    /*Destacado Single Post*/
    @media only screen and (max-width: 1360px) {
        #Intro {
            padding: 250px 0px 0px 0px !important;
        }
        #Intro .intro-inner {
            padding: 125px 10% !important;
        }
    }
    @media only screen and (max-width: 767px) {
        #Intro {
            padding: 100px 0px 0px 0px !important;
        }
        #Intro .intro-inner {
            padding: 50px 10% !important;
        }
    }
    #Intro  {
        position: relative;
        padding: 400px 0px 0px 0px;
    }
    #Intro .intro-inner {
        position: relative;
        padding: 200px 10%;
        background-color: rgba(92, 16, 18, 0.6);
        height: calc(100% / 7);
    } 
        #Intro .intro-title{
            opacity: 100%;
        }
        #Intro .intro-meta{
            opacity: 100%;
        }

/*Footer*/
#Footer .footer_copy .copyright{
    text-align: center;
    float: none;
}