/*
    Theme Name: Papr Child
    Theme URI: http://axilthemes.com/themes/papr
    Template: papr
    Description: Papr is a premium and trendy News, Magazine and Blog WordPress Theme with super flexible and fully responsive design.
    Author: Axilthemes
    Author URI: http://axilthemes.com
    Version: 1.0.1
    License: GNU General Public License v2 or later
    License URI: LICENSE
    Text Domain: papr
    Tags: one-column, two-columns, right-sidebar, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, sticky-post
    This theme, like WordPress, is licensed under the GPL.
*/

/*
.axil-header-six .main-navigation li {
	color:#000;
}
*/

.header-top__social-share li a,
.header-top a {
	color: #fff !important;
}

.footer-bottom {
	color:#fff;
	font-size:12px;
}

.header-top a:hover {
	color:#fff;
}

.header-top #menu-header-to>.menu-item>a::after {
	top:-3px;
}

.header-top {
	z-index:1000;
}

.header-top .submenu li {
	padding:0.3rem 1rem;
}

.StripeElement {
	border:1px solid #000;
	padding:9px;
}

a.btn.btn-primary:hover {
    background-color: #019EC1;
    border-color: #019EC1;
}

a.btn-link.btn-link__mixed:hover,
.navbar__style-three .main-navigation li:hover {
    color: #019EC1;
}

.btn:hover::before {
    width: unset !important;
    right: auto;
    left: 0;
}

.banner-slider-container-synced .owl-nav:hover i, .banner-slider-container-synced .slick-arrow:hover i {
    color: #019EC1 !important;
    border-color: #019EC1;
}

a.axil-top-scroll.back-top:hover {
    background-color: #019EC1;
}


.media-caption.grad-overlay a:hover,
.banner__single-type-two a:hover,
.post-block .axil-media-bottom a:hover {
    color: #ffffff;
}

div.ads-leaderboard div:first-child {
    margin: auto;
}

a.post-cat {
    background: #000 !important;
    padding: 5px 10px;
    color: #ffffff !important;
}

a.post-cat:hover {
    color: #019EC1 !important;
}

.video-popup.video-play-btn,
.video-play-btn.video-play-btn__small {
    display: none !important;
}

.banner__single-type-two {
	min-height: 40rem;
}

.ad-aligncenter .ad-row>div {
	margin:10px;
}

.subscribe-popup {
	width:inherit;
	height:inherit;
	right:0;
	bottom:0;
	top:inherit;
	left:inherit;
}

.banner .post-date{font-size: 2.5rem;}

.subscribe-popup .subscribe-popup-inner {
	max-width: 60rem;
}

.axil-img-container > a .grad-overlay{opacity: 0.4;}

.banner__default{padding: 3rem 0;}

.footer-logo img {
	max-width:230px;
}

.share_text{
    position:absolute; left:-82px; top:236px; transform: rotate(270deg); font-size: 1.4rem;
    line-height: 2.4rem;
    color: var(--grey-dark-one);
    font-weight: var(--p-bold);
}

.author_title_wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.brand-logo{max-width: 200px !important; width:100%}

.banner-share-slider-container{z-index:95!important;}

.fab.fa-twitter {
    position: relative;
}

.fab.fa-twitter::before {
    content: url(/wp-content/themes/papr/assets/img/twitter-x.svg);
    width: 12px;
    height: 12px;
    display: block;
    top: -11px;
    position: absolute;
    left: -5px;
}

.ad-970x250 .adsanity-inner iframe{
    height:250px !important;
}

.ad-300x250 .adsanity-inner iframe{
    height:250px !important;
}

.ad-300x600 .adsanity-inner iframe{
    height:600px !important;
}

@media (max-width: 1400px) {
    .social_share{display: flex; align-items: center; margin-bottom: 2rem}
    .social_share .sidebar-top.style-icon, .social_share .sidebar-top.style-icon a{margin-bottom:0px !important}
    .share_text{position:relative; left:0px; top:0px; transform: rotate(0deg); margin-right:15px;}
}

@media (min-width: 992px) {
	.menu-open-hover li:hover > ul {
		opacity: 1;
		visibility: visible;
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
}