/*
Theme Name: Hello Elementor Child
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/

/*blog page*/

.bl_flex{
    flex-wrap:wrap;
    width:100%;
    display:flex;
}

.bl_flex>div{
    width:33.333%;
    padding-left:15px;
    padding-right:15px;
    margin-top:30px!important;
}
.bl_post{
    background-color: #fff;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    height: 100%;
}
.bl_post:hover{
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.075);
}
.bl_img a img{
    width: 100%;
    max-width: 100%;
    height: 228px;
    object-fit: cover;
}

.bl_container{
    padding:30px;
    background-color:#fff;
    display:flex;
    flex-direction: column;
    justify-content: space-between;
    height: calc(100% - 234px);
}

.bl_title a{
    font-family:"Josefin Sans", sans-serif;
    color:#181818!important;
    font-size: 24px;
    font-weight: 400;
    font-style: normal;
    line-height: 40px;
    letter-spacing: -0.3px;
    margin-bottom:10px;
}

.bl_meta ul{
    display:flex;
    flex-wrap:wrap;
    justify-content: space-between;
    padding-left:20px!important;
    margin-top:0!important;
    margin-bottom:0!important;
}
.bl_meta li{
    font-family: "Roboto", Sans-serif;
    font-size: 15px;
    font-weight: 500;
    font-style: normal;
    line-height: 26px;
    color: #5C5C5C;
}
.bl_meta li:last-child{
    list-style-type: none!important;
}
.bl_date:before{
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    color: inherit;
    font-size: 7px;
    padding-right: 0;
    opacity: 1;
    position: absolute;
    left: -20px;
}
.loading_auth:focus{
    outline:none;
}
.loading_auth{
    width:100%;
    margin:0 auto;
    text-align:center;
}
.loading_auth>a:focus{
    outline:none;
}
.loading_auth>a{
    display:inline-block;
    font-family: "Roboto", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    line-height: 30px;
    letter-spacing: 0.5px;
    color: #FFFFFF;
    background-color: #000000;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #000000;
    border-radius: 0px 0px 0px 0px;
    padding: 12px 50px 12px 50px;
    margin-top:30px;
    margin-bottom:30px;
    transition:all 0.3s ease-out!important;
}
.loading_auth>a:hover{
    color:#000;
    background-color:#fff;
}

@media (max-width:1024px){
    .bl_flex>div{
        width:50%;
    }
}
@media(max-width:767px){
    .bl_flex>div{
        width:100%;
    }
    .bl_container{
        padding:10px;
    }
}

