/*!
Theme Name: Herirakhau
Theme URI: http://herirakhau.com/
Author: Ashok KC
Author URI: https://kcashok.com.np
Description: Magazine WordPress Themes for Herirakhau.com
Version: 3.1.2
Tested up to: 8.1
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: Herirakhau
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */
img:hover {
	-webkit-transition: all 0.4s;
    transition: all 0.4s;
    transform: scale(1.01);
}

.sticky {
	position: sticky;
	top: 10px;
 }

 /* sidebar title */
 .block-title {
	font-size: 14px;
	line-height: 100%;
	text-transform: uppercase;
	margin: 0 0 30px;
	border-bottom: 2px solid #1c1c1c;
 }
 
 .block-title>span {
	background: #1c1c1c;
	color: #fff;
	height: 30px;
	line-height: 30px;
	padding: 8px 15px;
	position: relative;
 }
 
 .block-title>span:after {
	border-color: #272727 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
	position: absolute;
	content: " ";
	width: auto;
	height: auto;
	bottom: -20px;
	margin-left: -10px;
	left: 50%;
	border-width: 10px;
	border-style: solid;
 }

/*
 .category-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
		-ms-flex-pack: justify;
			justify-content: space-between;
	position: relative;
	overflow: hidden;
	margin-bottom: 50px;
  }
  .category-title>span {
	background-color: red;
	font-family: white;
	color: #fff;
	font-size: 22px;
	line-height: 28px;
	font-weight: 700;
	text-transform: capitalize;
	position: relative;
	padding: 9px 18px 14px;
  }
  .category-title>span:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 5000%;
	height: 2px;
	background-color: red;
  }
*/
 /* view more */
.category-title .view-more {
  display: inline-block;
  -ms-flex-item-align: center;
 -ms-grid-row-align: center;
  align-self: center;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 500;
  color:orange;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}

.category-title .view-more .icon {
  padding-left: 5px;
  color: rgb(255, 0, 76);
}

.category-title .view-more:hover {
  color: blue;
}
 /* category block title */
  .category-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
	overflow: hidden;
	margin-bottom: 2px;
  }
  .category-title .title {
	background-color: red;
	color: #fff;
	font-size: 22px;
	line-height: 28px;
	font-weight: 700;
	text-transform: capitalize;
	position: relative;
	padding: 9px 18px 14px;
  }
  .category-title .title::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 5000%;
	height: 2px;
	background-color: red;
  }
  
 /* shadow */
.p-3 {
    padding: 1rem!important;
}
.mb-1, .my-1 {
    margin-bottom: 0.25rem!important;
}
.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
}
.rounded {
    border-radius: 0.25rem!important;
}
.bg-white {
    background-color: #fff!important;
}

.p-3 {
    padding: 1rem!important;
}

.mb-5, .my-5 {
    margin-bottom: 3rem!important;
}
.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0,0,0,.175)!important;
}

.ts-pagination {
    padding: 0;
    margin-top: 20px;
  }
  
  .ts-pagination li {
    display: inline-block;
  }
  
  .ts-pagination li span, .ts-pagination li a{
    background: #0e5dae;
    padding: 10px 15px;
    color: #FFF;
    font-size: 20px;
    font-weight: 600;
    border-radius: 10px;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
  }
  .ts-pagination li span, .ts-pagination li a:hover{
    background: #0e5dae;
    
  }
  .ts-pagination li span.current {
    color: #fff;
    background: #0e5dae;
    -webkit-box-shadow: 0px 5px 15px 0px rgba(252, 74, 0, 0.25);
    box-shadow: 0px 5px 15px 0px rgba(252, 74, 0, 0.25);
  }

  .posts__banner__ads, .banner__ads {
    text-align: center;
}
.site-by a{
	color: rgb(216, 21, 21);
}

.site-by a:hover{
	color: rgb(247, 211, 9);
}


.top__advertisement {
	display: block;
	position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999;
    height: 100%;
    width: 100%;
	transition: 3s;
    background-color: #fff;
}
.top__advertisement .container .row { 
	text-align: center; 
	justify-content: center;  
}
.top__advertisement .container .row .content .image  {
	max-width: 100%;
	height: auto;
}
.top__advertisement .close__top__ads {
	position: absolute; 
	right: 100px; 
	margin-top: -60px; 
}
.top__advertisement .close__top__ads .skip__ads {
	background: #e11b22;
	text-transform: uppercase;
	line-height: 44px; 
	font-size: 16px; 
	font-weight: 600; 
	padding: 5px 20px; 
	color: #FFF;  
	border-radius: 50px;
}
.top__advertisement .close__top__ads .skip__ads:hover {
	transition: .3s;
	color: #FFF;  
	cursor: pointer;
}

@media (max-width: 992px) { 
	.top__advertisement .container .row {
		margin-top: 50px;
	}
	.search__box input {
		margin-bottom: 20px;
	}
}
@media (max-width: 767px) { 
	.top__advertisement .container .row {
		margin-top: 120px;
	}
	.top__advertisement .close__top__ads {
		top: 20px;
	}
	.top__advertisement .close__top__ads .skip__ads {
		padding: 0px 20px;                           
	}
	.top__header__ads {
		display: none;
	}
	.logo .date {
		text-align: center;
		padding-top: 10px;
	}
	.single-post iframe {
	    width: 100%;
    }
}


  .sticky-footer-ads {
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.sticky-footer-ads {
    position: fixed;
    bottom: 0;
    width: 100%;
    max-width: none;
    text-align: center;
    z-index: 9997;
}

.footer-fixed-ads {
    max-width: 1140px;
    margin: 0 auto;
    position: relative;
}

.sticky-footer-ads .mini-btn {
    cursor: pointer;
    position: absolute;
    z-index: 1;
    top: -20;
    left: 133px;
    background: #ddd;
    color: #fff;
    padding: 0;
    width: 24px;
    height: 24px;
    font-size: 12px;
    text-align: center;
    line-height: 28px;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.sticky-footer-ads .mini-btn:before {
    content: "\f107";
    font-family: "fontawesome";
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    color: #666;
}

.sticky-footer-ads a {
    display: table;
    margin: 0 auto;
}

.sticky-footer-ads img {
    max-width: 100%;
    margin: 0;
}

.sticky-footer-ads.sticky-ad-hide {
    -webkit-transform: translate(0,100%);
    -moz-transform: translate(0,100%);
    -ms-transform: translate(0,100%);
    -o-transform: translate(0,100%);
    transform: translate(0,100%);
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.sticky-footer-ads.sticky-ad-hide .mini-btn {
    top: -24px;
}

.sticky-footer-ads .mini-btn:hover {
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

/* Banner News */

.inews-banner {
  padding: 50px 0;
  position: relative;
  max-width: 98%;
    margin-left: auto;
    margin-right: auto;
}


.inews-banner h2{
	/*font-size: 68px;*/
    line-height: 1.4;
    font-family: mukta,sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 0;
    margin-bottom: 0;
}

.inews-banner h2 a{
	color: #fc4a00;
    text-decoration: none;
    display: block;
    transition: all .3s ease;
    line-height: 1.3;
}

.inews-banner h2 a:hover{
	color:#102c57;
}
.inews-banner .inews-author-wrap{
    margin-right: 18px;
    display: inline-flex;
    position: relative;
}

.inews-banner .author-icon {
    height: 45px;
    width: 45px;
    object-fit: cover;
}

.inews-banner .author-icon>img {
    height: 40px;
    width: 40px;
    object-fit: cover;
    border-radius: 50%;
    border: solid 2px #fff;
    overflow: hidden;
}

.inews-banner .author-name{
    font-size: 12px;
    margin-right: 5px;
    margin-top: 10px;
}
.inews-banner .post-date{
    font-size: 12px;
    margin-right: 5px;
    margin-top: 10px;
}

.inews-banner .inews-feauted-img {
    width: 100%;
    height: auto;
    max-height: 600px;
    overflow: hidden;
    margin-bottom: 15px;
    border-radius: 6px;
}

.inews-feauted-img img {
    display: block;
    width: 100%;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
 .inews-feauted-img:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  .inews-banner  p {
   /* font-size: 22px;*/
    opacity: .68;
    font-weight: 400;
    margin-top: 24px;
    margin-bottom: 0;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
}
