/*!
Theme Name: Papermag Child
Template:   papermag
Theme URI: https://itcroctheme.com/papermag/#demo
Author: itcroc
Author URI: https://themeforest.net/user/itcroc
Description: newspaper & magazine WordPress Theme
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: papermag-child
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

header.header-area .header-main .header-right .papermag-search button i{
    display: none;
}


.common-style-meta .papermag-cate-name,
.papermag-tabs-list.nav-pills .nav-link,
.papermag-post-tap-area .papermag-tabs li a,
.post-list-content-one .post-cat a {
    font-size: 17px !important;
}


.author-bio {
    display: flex;
    gap: 20px;
    background: #f8f8f8;
    padding: 15px;
    border-radius: 12px;
    align-items: center;
    max-width: 100%;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.author-image img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #9b3d3d;
}

.author-info {
    flex: 1;
}

.author-name {
    margin: 0;
    font-size: 1rem;
    color: #333;
}

.author-role {
    margin: 5px 0 10px 0;
    font-size: 1rem;
    color: #777;
}

.author-description {
    margin: 0 0 10px 0;
    color: #555;
    line-height: 1.5;
}

.author-social a {
    margin-right: 10px;
    text-decoration: none;
    font-size: 1.2rem;
    transition: transform 0.2s;
}

.author-social a:hover {
    transform: scale(1.2);
}


.event-slide-image {
    margin-bottom: 15px;
	border-radius:10px;
	overflow:hidden;
}
.event-slide-image img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.event-slide-title{
    margin-bottom:35px;
}