/*!
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
*/

h1,
h2,
h3,
h4,
h5,
h6{
	font-family: "Playfair Display", Sans-serif;
}
.site-logo a {
    font-family: "Playfair Display", Sans-serif;
    font-weight: 700;
    line-height: 1;
    font-size: 35px;
    color: #111;
    text-transform: uppercase;
}
body.papermag-dark-mode .papermag-header-2 .site-logo {
    display: block!important;
}
body.papermag-dark-mode .papermag-header-2 .site-logo a {
    color: #fff;
}
.papermag-header-2 .papermag-head-top {
    padding-bottom: 40px;
}
.primary-menu ul#primary-menu li:hover ul {
    top: 125%;
}
.papermag-head-top .mailus {
    display: none;
}
body.papermag-dark-mode header.header-area.sticky-top{
    background: #111;
}
.hero-section-posts .elementor-widget-container {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.post-overlay-tab-itm .post-tab-info-content{
	right:0!important;
}
.common-style-meta .papermag-cate-name {
    display: none;
}
.common-style-meta .papermag-cate-name:first-child {
    display: block;
}
.primary-menu ul#primary-menu>li.menu-item-has-children>a:after {
    right: auto!important;
    padding-left: 15px;
}
.papermag-brodacust-item {
    display: none;
}
.papermag-header-2 .primary-menu ul li a {
	line-height: 50px;
}
ul.sub-menu{
    border: 1px solid #EBEBEB;
}
.mega-menu ul.sub-menu {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    width: auto !important;
    min-width: 1000px;
}


@media (max-width:992px){
	.site-logo a {
		font-size: 25px;
	}
	.mega-menu ul.sub-menu {
		grid-template-columns: repeat(1, 1fr);
		width: auto !important;
	}
}
@media (max-width: 767px) {
	.papermag-header-2 .papermag-head-top {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.site-logo a {
		font-size: 22px;
	}
	.header-two-top-left {
        margin-bottom: 15px;
    }
	.header-two-top-left span:not(:last-child) {
		padding-right: 0!important;
	}
    html .papermag-search-two {
        display: block!important;
    }
	html .papermag-header-2 .papermag-darkmode {
		padding-left: 0;
	}
}



