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

html, body {
    overflow-x: hidden !important;
}
div#header-logo img {
    filter: brightness(0) invert(1);
}
.post-cat a {
    background: transparent !important;
    -webkit-text-fill-color: #737373 !important;
}
.blue-heading a {
    color: #fff !important;
    background-color: #1D4DA0 !important;
    box-shadow: 0.5em 0 0 #1D4DA0, -0.5em 0 0 #fff !important;
}
.blueheading a {
    box-shadow: 0em 0 0 #1D4DA0, -0.5em 0 0 #fff !important;
    padding: 5px 10px !important;
}
article#post-991 img {
    display: none;
}
.banner-right a.papermag-cate-name span {
    -webkit-text-fill-color: #fff !important;
}
.banner-right .post-overlay-img img {
	opacity: 0;
}
.breaking {
    display: inline-block;
    background: #FF0000;
    z-index: 1;
    position: absolute;
}
.breaking h3 {
    color: #fff;
    font-size: 18px;
    padding: 0 10px;
    line-height: 30px;
}
a.read-more {
    background: #1d4da0;
    color: #fff;
    padding: 2px 20px;
    font-size: 14px;
    border-radius: 8px;
    line-height: 28px;
    font-family: 'Roboto';
    font-weight: 400;
}
a.read-more:hover {
    background: #111;
    transition: .6s ease all;
}
.video-post .papermag-authore-quote.with-popup .quote-auth-img {
    display: none;
}
.post-colum-item.post-colum-two .post-grid-thumb img {
    object-position: top;
}
.papermag-authore-quote.with-popup .quote-auth-img {
    max-width: 360px;
}


/* Marquee-CSS-Start */
.setMarquee span {
    font-family: "Playfair Display", Sans-serif !important;
    font-size: 16px !important;
    font-weight: 300 !important;
    display: inline-flex;
    align-items: center;
    gap: 0px;
    justify-content: space-between;
    color: #000;
}
.setMarquee label {
    display: inline-block;
    width: 50px;
    height: 2px;
    background: #001b1d;
    margin: 0px 0%;
}
.setMarquee {
    height: 30px;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
}
/* nested div inside the container */
.setMarquee div {
    display: flex;
    width: 240%;
    position: absolute;
    overflow: hidden;
    animation: marquee 30s linear infinite;
    top: 0;
    left: 0px;
    bottom: 0px;
}
.setMarquee img {
    width: 36px;
    object-fit: contain;
}
/* span with text */
.setMarquee span {
    float: left;
    width: 50%;
}
.setMarquee span a {
	color: #000;
}
/* keyframe */
@keyframes marquee {
    0% { left: 0; }
    100% { left: -100%; }
}
.marqueescreen .vc_column-inner {
    padding: 0 !important;
}
.marqueescreen .wpb_raw_code.wpb_content_element.wpb_raw_html {
    margin: 0 !important;
}
/* Marquee-CSS-End */


@media only screen and (max-width: 1000px) and (min-width: 320px){
	.setMarquee span {
		font-size: 16px !important;
	}
	.setMarquee div {
		width: 690%;
	}
	.setMarquee img {
		width: 30px;
	}
	.papermag-breadcrumb-area .text-right {
		display: none;
	}
	.papermag-single-content .entry-header .entry-title {
		font-size: 26px;
		margin-bottom: 0;
	}
	.papermag-post-tap-area .papermag-tabs li a {
		padding: 10px;
	}
	.papermag-post-tap-area.post-politic-tab .papermag-tabs {
		margin-bottom: 10px !important;
	}
	.papermag-authore-quote.with-popup .quote-auth-img {
		max-width: 300px;
	}
	.papermag-authore-quote.with-popup {
		padding: 20px 20px 0 20px !important;
	}
}
