/*
Theme Name:Thulopardanew
Theme URI: http://www.appharu.com
Author: Ishant Sitaula
Author URI: http://www.ishant.com.np
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: appharu
*/

body {
    font-family: 'Mukta', sans-serif;

}

a {
    color: #ffffff;
}

h1 {
    color: #333;
    font-size: 30px;
    text-shadow: 1px 0.2px #333;
}

h1,
h2,
h3,
h4,
h5 {
    line-height: 1.3;
}

p {
    color: #656565;
}

.nav-item:first-child .nav-link {
    padding-left: 0px;
}

a.nav-link {
    font-size: 18px;
    font-weight: 500;
}

a.nav-link:hover {
    color: #fff;
}

.dropdown-menu {
    background: #d33c00;
    font-family: 'Mukta', sans-serif;
}
.widget p {
    margin: 0px;
}
.dropdown-item {
    color: #fff;
    padding: 10px 5px;
    border: none;
    border-radius: 0px;
}

.dropdown-item:hover {
    background: transparent;
    color: #fff;
}

.dropdown-toggle::after {
    display: none;
}

.fa.fa-facebook,
.fa.fa-twitter,
.fa.fa-youtube,
.fa.fa-instagram {
    background: #5c3839;
    color: #fff;
    padding: 10px;
    border-radius: 50%;
    width: 40px;
    text-align: center;
}

.p-icon {
    background: #a10700d9;
    padding: 10px;
}

.fa.fa-facebook:hover,
.fa.fa-twitter:hover,
.fa.fa-youtube:hover,
.fa.fa-instagram:hover {
    background: #5c3939;
}

.custom-input {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    width: 125px !important;
    padding: 4px 10px;
}
.author-imgs img{
	width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 50%;
}
.parda-post-time{
	margin: 0px;
	 font-size: 11px;
}
.my-search {
    width: 160px !important;
    background: #ffffff;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.main-img img {
    height: 305px;
}

.social-icon {
    font-size: 25px;
    padding: 3px 10px;
}

.submit-search {
    position: absolute;
    right: 0;
    BACKGROUND: #5c3939;
    height: 38px;
    width: 45px;
    padding: 7px;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
}

.submit-search:hover {
    cursor: pointer;
}

.archive-title {
    border-bottom: 2px solid black;
    margin-bottom: 20px;
}

.card-body p {
    margin: 0px
}

aside .card {
    border: none;
}

.post-list,
.video-list {
    padding: 10px 0px;
    border-bottom: dashed 1px #ddd !important;
}

.ads-video img {
    height: 137px;
}

.post-list.card img {
    width: 100%;
}

aside .post-list:last-child,
.category .post-list {
    border-bottom: none !important;
}

.small-list img {
    width: 100px;
    height: 100px;
    float: left;
    margin-right: 10px;
}
.page p {
    font-size: 20px !important;
}
.page header {
    background: #efefef;
    padding: 10px;
}

.post-entry p {
    font-size: 1.2rem;
    color: #333;
}
.post-entry a{
	color:#a10700;
}
.post-entry blockquote {
    border-left: solid 5px #bbb;
    padding: 10px;
    background: #e3e3e3;
}

.post-meta {
    font-size: 16px;
}

.video-thumb {
    overflow: hidden;
}
.wp-block-image figcaption{
	text-align: center;
    font-size: 14px;
    margin: 0;
    padding: 10px;
    border: solid 1px #ddd;
    color: #6b6b6b;
}
.list-wrap {
    background: #000;
    text-align: center;
}

.list {
    font-weight: bold;
    font-family: fantasy;
    background: #cd4302;
    padding: 5px 15px;
    color: #ffff;
    font-size: 25px;
    display: inline-block;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.video-list img:hover {
    transform: scale(1.2);
    transition: 1s;
}

.video-list img {
    width: 100%;
    transition: 1s;
}

.play-icon {
    position: absolute;
    bottom: 10px;
    padding: 0px 10px;
    background: #333;
    color: #fff;
}

.my-nav .nav-link {
    color: #fff !important;
}

.navbar-light .navbar-toggler {
    color: rgba(255, 255, 255, 0.5);
    text-align: center;
}

span.category {
    position: absolute;
    top: 0px;
    left: 0px;
    background: linear-gradient(90deg, #a10700 0%, #d33c00 100%);
    padding: 5px 10px;
    font-size: 14px;
    font-weight: bold;
    border-bottom-right-radius: 15px;
    color: #fff;
}

/* Home css*/

.latest .media {
    background: linear-gradient(#f7f7f7, #fff 77%, #efefef 95%);
    padding-bottom: 15px;
}

.main-list img {
    width: 100%;
}

.home .post-meta {
    position: absolute;
    bottom: 15px;
}

.popular {
    counter-reset: section;
}

.popular li:before {
    counter-increment: section;
    content: counter(section);
    color: #4c76ff;
    font-size: 35px;
    position: absolute;
    margin-top: -7px;
}

.video-text {
    position: absolute;
    bottom: 0;
    font-size: 20px;
    font-weight: bold;
}



.video-body {
    width: 100%;
    bottom: -2px;
    color: #fff;
    text-shadow: 1px 1px #000;
    background-color: transparent;
    background-image: linear-gradient(transparent, rgb(0, 0, 0));
    background-position-y: -1px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding: 15px 0px;
}

.body-wrap {
    position: absolute;
    bottom: -2px;
    width: 100%;
}

.small-wrap {
    position: relative;
}

i.fa.fa-play-circle.small-play {
    background-color: #cd4302;
    padding: 5px;
    height: 85px;
    font-size: 30px;
}

@keyframes rotater {
    0% {
        transform: rotate(0) scale(1)
    }

    50% {
        transform: rotate(10deg) scale(2)
    }

    100% {
        transform: rotate(20deg) scale(1)
    }
}

.small-wrap:hover img {
    animation-name: rotater;
    animation-duration: 2s;
    animation-iteration-count: 1;
}

.small-video-list .card-title {
    font-weight: bold !important;
}

i.fa.fa-play.indicate {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(1-90deg);
    writing-mode: lr-tb;
    position: absolute;
    top: 52px;
    color: #cd4302;
    z-index: 100;
    font-size: 43px;
    left: 2px;
}

.small-video-body {
    position: relative;
    width: 100%;
    height: 90px;
    bottom: -2px;
    color: #fff;
    background-color: transparent;
    background-image: -webkit-linear-gradient(transparent, rgba(255, 255, 255, 0.8));
    background-image: linear-gradient(transparent, rgb(0, 0, 0));
    background-position-y: -1px;
}

.video {
    position: relative;
}

.popular h5 {
    padding-left: 45px;
}

.interview img {
    min-height: 220px;
}

.interview .fa {
    position: absolute;
    bottom: 0px;
    background: #333;
    color: #ddd;
    padding: 5px 10px;
}

.custom-list-item {
    border-bottom: dashed 1px #ddd;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.custom-list .custom-list-item:last-child {
    border-bottom: none;
}

.youtube {
    background: black;
    padding: 24px;
}

blockquote:before {
    content: "\f10d";
    font-family: FontAwesome;
    float: left;
    padding: 5px 10px;
    font-size: 30px;
    border: solid 3px #a2a2a2;
    margin-right: 10px;
    color: #484848;
}

.single .text {
    font-size: 25px !important;
}

.photo img {
    min-height: 365px;
    transform: scale(1.3);
    transition: .5s;
    border: 45px solid #000;
}

.cat .card {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    border: none;
}

.desc {
    padding: 10px;
    text-align: left;
    color: #ffffff;
    font-size: 40px;
    font-weight: bold;
    background: linear-gradient(#00000005, black);
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    z-index: 1;
    right: 0;
}


.back {
    position: absolute;
    bottom: 0;
    background: linear-gradient(transparent, black);
    padding: 20px;
    width: 100%;
}

.bottom {
    position: absolute;
    bottom: 0;
    background: linear-gradient(transparent, black);
    padding: 14px 10px;
    width: 100%;
}

.bottom h5 {
    color: #fff;
    font-size: 18px;
}

img {
    width: 100%;
}

.theater-i {
    overflow: hidden;
}

.photo-wrap {
    position: relative;
}

.bottom-footer {
    transition: 1.5s;
    position: absolute;
    bottom: 0;
    height: 0;
	width:100%;
    text-align: center;
    background: #000;
}

.photo-wrap:before {
    content: "";
    background: linear-gradient(#ff000000, black);
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    height: 70%;
    bottom: 0;
    display: block;
    z-index: 1;
}

.theater-i:hover .bottom-footer {
    transition: 0.5s;
    height: 100%;
    padding: 25px;
    text-align: center;

}

.desc p {
    color: #fff;
    font-size: 22px;
    font-weight: normal;
}

.latest-wrap img {
    width: 100%;
}

.latest-wrap .card-body {
    padding: 15px 0px !important;
}

.latest-wrap .card-body h5 {
    font-size: 20px;
}


.photo-img:hover .desc {
    opacity: 1;
}

.col-md-6.clearfix.photo {
    padding: 0px;
    margin: 0px;
}

.small-video-list {
    background: #a20300;
    position: relative;
    padding: 5px 0px;
    text-shadow: 1px 1px #000;
    min-height: 85px;
    color: #fff !important;
}

.latest-wrap {
    margin-top: -10px;
    background: #000;
}

.feature-wrap {
    position: relative;
}

.f-desc {
    position: absolute;
    bottom: 0;
    height: 65px;
    background: linear-gradient(141deg, #0009 0%, #000 51%, #0009 75%);
    background-image: linear-gradient(transparent, rgb(0, 0, 0));
    padding: 10px;
    overflow: hidden;
    transition: all 1s ease-in-out;
}

.f-desc .title {
    color: #fff;
    font-weight: bold;
    height: 60px;
}

/* .f-desc .title {
    color: #f02b2e;
    height: 60px;
    background: #000c;
    font-weight: bold;
    padding: 5px 10px;
    margin-left: -15px;
    margin-right: -15px;
    text-align: center;
} */

.f-desc p {
    color: #ddd;
}

.feature-wrap:hover .f-desc {
    height: 150px;
}

.top-section {
    overflow: hidden;
}

.top-section img {
    min-height: 350px;
    width: 100%;
}

.top-section:hover .content-wrap {
    position: absolute;
    bottom: 0px;
    transition: all 2s ease-out;
}

.top-section:hover p {
    position: relative;
    bottom: 0px;
}

.content-wrap {
    background: #fff;
    position: absolute;
    bottom: -200px;
    padding: 10px;
    transition: all 2s ease-out;
}

.content-wrap p {
    position: relative;
    transform: translate(0, 100);
    bottom: -200px;
}

.cat-title {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 40px;
    font-family: 'Anton', sans-serif;
    display: inline;
}

.headline-news {
    padding: 5px 0px;
}

.headline-list:nth-child(odd) {
    background-color: #998855;
}

.headline-list:nth-child(even) {
    background-color: #998855;
}

.cat-title:after {
    content: " ";
    background: #383838;
    display: inline-block;
    width: 82%;
    height: 7px;
    position: relative;
    top: -14px;
    margin-left: 7px;
}

.block-title {
    color: #a10700;
    margin-bottom: 10px;
    position: relative;
}
.block-title a{
	color:#a10700 !important;
}
.deco {
    display: block;
    content: "";
    width: 100%;
    height: 5px;
    background-color: #000;
    position: absolute;
    bottom: 25px;
    left: 0;
    right: 0;
}

.block-title span.text {
    display: inline-block;
    background-color: #fff;
    position: relative;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 40px;
    font-family: 'Passion One', cursive;
    padding-right: 10px;
}

.headline-news img {
    width: 100px;
}

.gallery-title {
    background: #000;
    color: #d33c00;
    font-family: 'Passion One', cursive;
    padding: 0px 15px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.headline:after {
    content: " ";
    background: #383838;
    display: inline-block;
    width: 25%;
    height: 7px;
    position: relative;
    top: -14px;
    margin-left: 7px;
}

.video-play {
    position: absolute;
    font-size: 30px !important;
    color: #fffafa;
    background: #cd4302;
    border-bottom-right-radius: 6px;
    left: 0;
    top: 0;
    padding: 5px 15px;
}

.video:hover .video-play {
    color: #a10700;
    transition: all 1s ease-in-out;
}

.video h5 a {
    color: #fff;
}

.video-wrap img {
    width: 100%;
}

.related .small-list {
    margin: 10px 0px;
}

/*Other*/

.border-right {
    border-right: solid #ddd 1px;
}

.border-left {
    border-left: solid #ddd 1px;
}

.seperator {
    border-bottom: solid #ddd 1px;
    margin-bottom: 10px;
    margin-top: 10px;
}

/*footer*/

address p {
    margin-bottom: 5px;
    color: #eee;
}

.list-wrap a {
    color: #dddddd;
}
.pagination .page-link a {
    color: #000;
}
.page-item.active .page-link {
    color: #fff;
    background-color: #333;
    border-color: #000000;
}
@media (max-width: 575px) {
    .post-entry img {
        width: 100%;
    }
    .widget img {
    	height: auto !important;
	}
	.parda-times{
		margin-top: 15px;
		text-align: center;
	}
	.post-entry p {
   	 	font-size: 22px !important;
		line-height: 35px !important;
	}
}