/*
 Theme Name:   Generate Press Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Abdul Latif
 Author URI:   https://www.linkedin.com/in/abdullatif13/
 Template:     generatepress
 Version:      0.1
*/

.site-header{
    padding: 10px 0;
}
.inside-header{
    padding: 20px 0;
}
.inside-site-info{
    padding: 100px 20px 40px 20px;
}
.site-content{
    padding: 20px 0 !important;
}
.inside-article .entry-meta .comments-link{
    display: none;
}
.author_box_sec {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    border: 1px solid #eee;
    border-radius: 8px;
    padding: 30px 30px;
    box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 11%);
    margin-top: 50px;
}
.author_box_sec .author_img {
    flex: 0 12%;
}
.author_box_sec .author_content {
    flex: 80%;
}
.author_box_sec .author_img img{
    width: 100%;
    border-radius: 100px;
}
.author_box_sec .author_content h4{
    text-transform: capitalize;
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 5px;
}
.author_box_sec .author_content p{
    margin: 0;
    line-height: 26px;
    font-size: 15px;
    font-weight: 400;
}
.author_box_sec .author_content .author-social{
    margin-top: 20px;
}
.author-social a {
    margin-right: 15px;
}
.author-social a i.fa-facebook{
    color: #1778f2;
}
.author-social a i.fa-linkedin{
    color: #126BC4;
}
.author-social a i.fa-instagram{
    color: #f00075;
}
.author-social a i.fa-pinterest{
    color: #e60122;
}
.author-social span{
    margin-right: 10px;
}
.author-info{
    margin-bottom: 20px;
}
.archive.author header.page-header{
    background-color: #fff;
    box-shadow: 0px 0px 10px 0px #0000002e;
    padding: 40px;
    border-radius: 4px;
}
.archive.author header.page-header .page-title span{
    text-transform: capitalize;
}
.related_post{
    margin-top: 50px;
}
.related_post h2{
    font-weight: 500;
    text-align: center;
    font-size: 30px;
}
.related_post_box {
    display: flex;
    gap: 20px;
}

.related_post_box_item {
    border: 1px solid #efefef;
    border-radius: 10px;
    overflow: hidden;
}
.related_post_content_sec {
    padding: 10px 20px 15px;
}
.related_post_date span {
    font-size: 14px;
    font-weight: 400;
    color: #EC1D25;
}
.related_post_title h3 {
    font-size: 18px;
    line-height: 25px;
    margin: 10px 0px 0px;
}
.comments-area{
    display: none;
}
.inside-footer-widgets{
    text-align: left;
}
.footer-widgets-container{
    padding: 100px 0 0 ;
}
.footer-widgets-container .wp-block-image figure{
    margin-bottom: 30px !important;
}
.inside-right-sidebar #block-16, .inside-right-sidebar #block-13{
    margin-bottom: 0px;
}
.custom_breadcrumbs a{
    color: #53585c;
    font-size: 12px;
}
.single.single-post .entry-content a{
	color: #ec1d25;
	text-decoration: underline;
}
.single.single-post .entry-meta a.author{
    text-decoration: underline;
    font-weight: 600;
} 
.single.single-post .entry-meta span.publisher{
	font-style: italic;
    color: #909090;
}
.is-menu.is-dropdown .search-close{
	top: calc(100% + -1px);
}
.single.single-post .wp-block-image{
	margin-bottom: 20px;
}
@media (min-width: 0px) and (max-width: 480px) {
    .author_box_sec{
        text-align: center;
        gap: 10px;
    }
    .author_box_sec .author_img{
        flex: 0 32%;
        margin: auto;
    }
    .related_post_box{
        flex-wrap: wrap;
    }
    .related_post_box_item{
        flex: 0 100%;
    }
    .related_post_content_sec{
        padding: 10px 20px 25px;
    }
    .site-content{
        padding: 20px 20px !important;
    }
    .site-header, .footer-widgets{
        padding: 10px 20px;
    }
    .widget-area.sidebar, #nav_menu-3{
        display: none;
    }
    .footer-widget-1{
        display: flex;
        flex-wrap: wrap;
    }
    .author.author-admin header.page-header .page-title span{
        font-size: 30px;
    }
    .author-social span{
        display: block;
    }
    .inside-footer-widgets{
        text-align: center;
    }
    .footer-widget-1{
        justify-content: center;
    }
    .footer-widget-1 #block-10{
        margin: 0;
    }
}
@media (min-width: 481px) and (max-width: 767px) {
    .author_box_sec{
        text-align: center;
        gap: 10px;
    }
    .author_box_sec .author_img{
        flex: 0 25%;
        margin: auto;
    }
    .related_post_box{
        flex-wrap: wrap;
    }
    .related_post_box_item{
        flex: 0 100%;
    }
    .related_post_content_sec{
        padding: 10px 20px 25px;
    }
    .footer-widget-1{
        display: flex;
        flex-wrap: wrap;
    }
    .widget-area.sidebar, #nav_menu-3{
        display: none;
    }
    .author.author-admin header.page-header .page-title span{
        font-size: 30px;
    }
    .author-social span{
        display: block;
    }
    .inside-footer-widgets{
        text-align: center;
    }
    .footer-widget-1{
        justify-content: center;
    }
    .footer-widget-1 #block-10{
        margin: 0;
    }
}


































