/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Developer: Waris Khan
Email: k.waris14@gmail.com
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

:root{
	/* 	COLORS */
	--gray: #7a7a7a;
	--red: #EC1C24;
	--blue: #00539C;
	--black: #000000;
	--white: #ffffff;
    --white-2: #fcfcfc;
	
	/* 	FONT FAMILY */
	--ff-playfair: playfair-display;
	--ff-helvetica: helvetica;
	--ff-georgia-pro: georgia-pro;
	--ff-noto-nastaliq: 'Noto Nastaliq Urdu, serif';
    --ff-noto-naskh: 'Noto Naskh Arabic', serif;
	
	--h-250: 250px;
	--h-110: 110px;
    --h-150: 150px;
	--h-360: 360px;

    --fs-22: 22px;
    --fs-20: 20px;
}




/* @font-face {
font-family: var(--ff-noto-nastaliq);
src: url(get_template_directory() . 'fonts/NotoNastaliqUrdu-Regular.ttf') format('woff2');
font-weight: normal;
}

@font-face {
    font-family: var(--ff-noto-naskh);
    src: url(href="https://fonts.googleapis.com/css2?family=Noto+Naskh+Arabic:wght@400;700&display=swap" rel="stylesheet") format('woff2');
    font-weight: normal;
    } */

*[lang="ur"] { 
	font-family: 'Noto Nastaliq';
}

body{
    background-color: white !important;
}

/* body.home {
    background-color: #f3f3f3 !important;
} */
.t4b-news ul li:before {
    color: red !important;
}
.site-content .ast-container {
    display: block !important;
}

p{
	margin-bottom: 5px;
}
a{
    text-decoration: none !important;
}
img.lazy {
    border-radius: 10px;
}
.text-trim-two-lines{
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.text-trim-three-lines{
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3 !important;
    -webkit-box-orient: vertical;
}
.text-trim-four-lines{
	overflow: hidden;
    /* display: -webkit-box; */
    -webkit-line-clamp: 4 !important;
    -webkit-box-orient: vertical;
}
.post_title.big-title {
    font-size: 36px !important;
}

.height-250{
	height: var(--h-250) !important;
}
.ictd.height-110{
	height: var(--h-110) !important;
}
.height-150{
	height: var(--h-150) !important;
}
.height-360{
	height: var(--h-360);
}

.fs-22{
    font-size: var(--fs-22) !important;
}
.fs-20{
    font-size: var(--fs-20) !important;
}

.fw-700{
    font-weight: 700 !important;
}
.br-10{
    border-radius: 10px !important;
}

body{
    font-family: var(--e-global-typography-primary-font-family) !important;
    line-height: 1.3 !important;
}
.english-btn{
    margin-bottom: 0 !important;
}

.palestine-update{
    background: var(--red);
}
.palestine-update:hover a{
    color: #d5d5d5 !important;
}
.palestine-update .elementor-item-active.menu-link {
    color: var(--white) !important;
}


.post_category,.post_title,.post_date .elementor-widget-container {
    margin-bottom: 5px !important;
}
.post_category a{
    /* color: var(--e-global-color-text ) !important; */
    color: var(--red );
}

.heading {
    font-family: var(--e-global-typography-primary-font-family);
    font-weight: 700;
    color: var(--blue);
	text-transform: uppercase;
    margin-bottom: 35px !important;
    font-size: 36px;
}
.hero-section-center .img_wrapper{
    height: 430px !important;
}
.round-img {
    border-radius: 100% !important;
    width: 100px;
    height: 100px;
    flex-shrink: 0;
    flex: none !important;
}

.tag-menu li.menu-item {
    background-color: #03539d !important;
    margin-inline: 1px;
    border-radius: 5px;
}
.tag-menu li.menu-item a{
    color: white !important;
}


/* POST SINGLE ITEM */
.img_wrapper {
    border-radius: 10px;
    overflow: hidden;
}
.img_wrapper img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
a.post_category{
    color: var(--red) !important;
}

:is(.business-section,.sports-section,.technology-section,.entertainment-section,.world-section) .post_category{
    display: none;
}


/* TOP HEADLINES SECTION */
.top-heading .post_title{
    font-size: 18px;
}

/* BANNER IMAGE SECTION */
.banner-img-wrapper img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}


/* BLOG POST CTD */
.post_category,.post_date{
	color: var(--gray);
}
.top-heading .post-single-item.ctd {
    border-bottom: 1px solid var(--black);
    margin-bottom: 15px;
}

.post-single-item :is(.post_category,.post_date) {
    color: var(--gray);
    font-family: var(--e-global-typography-primary-font-family);
    font-size: 12px;
	/* line-height: 1.8; */
    line-height: 1.5 !important;
}
.post-single-item .post_category {
    color: var(--red);
}
.post-single-item .post_title {
    font-family: var(--e-global-typography-primary-font-family);
    font-weight: 500;
    /* line-height: 2.3; */
    line-height: 1.5 !important;
}
.post-single-item .post_title a{
    color: var(--black);
}
.top-heading .post-single-item.ctd:last-child {
    border-bottom: none;
}
.top-heading .big-video{
    height: 120px;
    width: 320px;
    border-radius: 10px;
}
.top-heading .big-video iframe{
    height: auto !important;
}
.top-heading .img_wrapper{
    height: 120px;
}
.top-heading .heading{
    margin-bottom: 15px !important;
}

/* HERO SECTION CENTER COLUMN */
.post-content strong {
    /* line-height: 2; */
    line-height: 1.5 !important;
    font-size: 16px;
    color: #7a7a7a;
}

/* HERO SECTION TABS */
 .nav-pills{
    margin: 0;
    margin-bottom: 20px;
}
 .nav-pills .nav-link.active{
    background: var(--red);
    color: var(--white);
    border: 1px solid var(--red);
}
 .nav-pills .nav-link{
    border: 1px solid var(--black);
    border-radius: 0;
    color: var(--black);
    font-size: 14px;
    font-family: var(--e-global-typography-primary-font-family);
    font-weight: 600;
}
 .nav-pills li:first-child .nav-link{
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
 .nav-pills li:last-child .nav-link{
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.post-single-item.ictd-horizontal {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
    align-items: center;
}
.post-single-item.ictd-horizontal .img_wrapper{
    flex: 1 0 45%;
    margin-bottom: 0 !important;
}
.post-single-item.ictd-horizontal .post_title{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 18px;
    font-weight: 700;
}
.post-single-item.ictd-horizontal :is(.post_category,.post_date){
    font-size: 12px;
}
.post-single-item.ictd-horizontal .post_date{
    margin-bottom: 0;
}

:is(.top-heading,.tag-tabs) .post-single-item .post_date{
    display: none;
}
.tag-tabs .big-video {
    height: 130px !important;
    width: 320px !important;
    border-radius: 10px;
}
.tag-tabs .big-video iframe{
    height: 130px !important;
    width: 320px !important;
}

/* PAKISTAN SECTION */
.pakistan-section .six-post-row .row > .col-md-4:is(:nth-child(2),:nth-child(5)){
    border-right: 1px solid var(--black);
    border-left: 1px solid var(--black);
}
.pakistan-section .six-post-row .row > .col-md-4{
    padding-inline: 20px;
}

/* WORLD SECTION */
.world-bottom-posts-row .col-md-2{
    flex: 0 0 20%;
    border-left: 1px solid var(--black);
    padding-inline: 12px;
}
.world-bottom-posts-row .col-md-2:last-child{
    border-left: none;
}

/* BREAKING NEWS SECTION */
.post-single-item.ictd-horizontal .breaking-news-img {
    flex: 1 0 45%;
    margin-bottom: 0 !important;
}
.big-video {
    height: 552px;
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
}

.big-video video {
    height: 552px;
    width: 100%;
	object-fit: cover;
}

.big-video iframe{
	height: 552px;
}
.small-video {
    height: 113px;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.small-video video {
    height: 113px;
    width: 100%;
	object-fit: cover;
}
.small-video iframe{
	height: 113px;
}

/* BUSINESS SECTION */
.business-six-col-posts .col-md-6:is(:nth-child(1),:nth-child(3),:nth-child(5)) {
    border-left: 1px solid var(--black);
}

/* TECHNOLOGY SECTION */
.tech-ctd-posts .post-single-item.ctd{
    border-bottom: 1px solid var(--black);
}

.tech-ctd-posts .col-md-12:nth-child(6) .post-single-item.ctd{
    border-bottom: none
}

/* ENTERTAINMENT SECTION */
.entertainment-bottom-row-posts .col-md-2{
    flex: 1 0 20%;
}
.entertainment-bottom-row-posts .col-md-2{
    /* border-left: 1px solid var(--black); */
    border-left: 1px solid var(--gray);
}
.entertainment-bottom-row-posts .col-md-2:is(:nth-child(5),:nth-child(10)){
    border-left: none;
}
.entertainment-bottom-row-posts .img_wrapper.height-110 {
    height: 110px;
}



 /* SINGLE PAGE STYLING */
.post_category ul{
    margin: 0;
    list-style: none;
    margin-bottom: 30px;
}
.featured_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}
.featured_img {
    border-radius: 20px;
    overflow: hidden;
    /* height: 450px; */
    height: 360px;
    width: 640px;
}
.post-col{
    padding-right: 10px !important;
}
.single-post-content-wrapper p{
    font-size: 22px;
    line-height: 2;
    color: #5a5a5a;
}
strong{
    color: black;
}

 /* BREADCRUMB STYLING */
.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}
.breadcrumb a {
    color: #428bca;
    text-decoration: none;
    font-size: 12px;
}
span.separator {
    margin-inline: 5px;
    font-size: 10px;
    display: flex;
    align-items: center;
}

 /* POST TAGS STYLING */
.post-tags {
    display: flex !important;
    gap: 10px !important;
    flex-wrap: wrap;
}
.post-tags .post-tag{
    background: var(--blue);
    padding: 5px 15px;
    border-radius: 50px;
    font-size: 10px;
    color: var(--white);
    margin-inline: 5px;
}
.post-tags.mt-5 {
    display: flex;
}

/* AUTHOR STYLING */
.author-details {
    display: flex;
    align-items: center;
    gap: 10px;
}
.author-img-wrapper{
    width: 50px;
    height: 50px;
    border: 1px solid #a3a3a3;
    overflow: hidden;
    border-radius: 50%;
}

/* AUTHOR PLUS SHARING BUTTONS */
.author-sharebtns-box .share-heading{
    display: none;
}
.author-sharebtns-box .social-box{
    margin-top: 0 !important;
}
.author-sharebtns-box{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

 /* COMMENT BOX STYLING */
#ast-commentform .logged-in-as a{
    display: none !important;
}
#ast-commentform .logged-in-as .required-field-message{
    display: block !important;
}
.comment-section #respond {
    padding: 0;
    background: transparent;
}
#ast-commentform textarea{
    border-radius: 10px !Important;
}
#ast-commentform .form-submit #submit{
    background: var(--blue) !important
}
.comments-area .form-submit {
    margin-bottom: 0;
    margin-top: 20px;
}
#ast-commentform input{
    border-radius: 8px;
}
.comment-section{
    margin-top: 50px;
}
h3#reply-title {
    color: var(--red);
}

 /* SOCIAL SHARE STYLING */
.social-box {
    margin-top: 50px !important;
}
.social-box .share-heading{
    margin-bottom: 20px;
    color: var(--red);
}
.social-box .social-btn{
    display: flex;
}
.social-box .social-btn .sbtn{
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    color: var(--white);
    font-size: 24px;
}
.social-box .social-btn .sbtn span{
    display: flex;
    align-items: center;
    justify-content: center;
}
.social-btn .sbtn:hover {
    background-color: var(--white);
    color: var(--red);
}
.social-box {
    margin-top: 50px !important;
}
.s-facebook svg path{
    fill: #0165E1;
}
:is(.top-news,.most-read-news) .ictd-horizontal .img_wrapper {
    height: 110px;
}

.featured_img_caption p.image-caption{
    font-size: 12px !important;
    color: gray !important;
    margin-top: 5px;
    font-style: italic;
}

.single-post-content-wrapper .social-box{
    display: none;
}

 /* CATEGORY PAGE STYLING */
.category-main-section {
    padding-right: 50px !important;
}
.child-category-posts .row {
    flex-wrap: wrap;
}

:is(.child-category-posts,.parent-category-posts) .row .col-md-4:nth-child(1){
    width: 100%;
    margin-bottom: 30px;
}

:is(.child-category-posts,.parent-category-posts) .row .col-md-4:first-child .img_wrapper {
    height: 450px;
}

:is(.child-category-posts,.parent-category-posts) .row .col-md-4:first-child .post-single-item .post_title {
    font-size: 35px;
}
.category .default_img {
    height: auto !important;
}
.category .col-md-4:not(:nth-child(1)) .video_wrapper {
    height: 163px;
    border-radius: 10px;
    overflow: hidden;
}
.category .col-md-4:not(:nth-child(1)) .video_wrapper iframe{
    height: 163px;
}
.child-category-posts .col-md-4:not(:nth-child(1)) .img_wrapper{
    height: 150px;
}
:is(.category,.single) .ad-img-wrapper {
    position: sticky;
    top: 50px;
}

 /* RELATED POSTS STYLING */
.relatedthumb.img_wrapper {
    height: 165px !important;
}

.hero-section-center .social-box{
    display: none;
}
#related_posts .post_title{
    font-size: 18px;
}

/* PAGINATION STYLING */
.pagination-wrapper {
    text-align: center;
    margin-top: 20px;
}
.pagination-wrapper .page-numbers{
    color: #555555;
    font-size: 17px;
    padding-inline: 3px;
}
.pagination-wrapper :is(.prev,.next){
    color: var(--blue);
    margin-inline: 10px;
}
.pagination-wrapper .current{
    border: 1px solid red;
    width: 20px;
    height: 20px;
    border-radius: 50px;
    background: var(--red);
    color: var(--white);
    display: inline-block;
}
:is(.business-sec-tabs,.entertainment-sec-tabs) ul{
    display: none;
}



/* ADVERTISEMENT STYLING */

/* .pak-ads,.technology-ad,.economy-ad {
    position: absolute;
    top: 56%;
    left: 0% !important;
    width: 33%;
}
.technology-ad{
    top: 9% !important;
}
.technology-ad,.economy-ad{
    top: 9% !important;
} */

.top-heading,.tabs-column {
    background-color: var(--white) !important;
    padding-block: 15px;
    border-radius: 10px;
}

.hero-section-center .post-content {
    background-color: var(--white) !important;
    padding: 15px;
    border-radius: 10px;
}

/* section.sports-section {
    background-color: #194183;
    padding-top: 50px;
    margin-bottom: 30px;
}
section.sports-section .post-single-item .post_title a{
    color: var(--white-2);
}
section.sports-section .heading{
    color: var(--white-2);
}
section.sports-section #pills-tab .nav-link {
    color: #fcfcfc;
    border: 1px solid var(--white-2);
} */

/* section.pakistan-section .post-single-item.ictd {
    background-color: var(--white);
    border-radius: 10px;
}
section.pakistan-section .post-single-item.ictd .img_wrapper {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
section.pakistan-section .post-single-item.ictd .post-content{
    padding-inline: 15px;
    padding-bottom: 10px;
} */








:is(section.pakistan-section,.health-section) .post-single-item.ictd {
    background-color: var(--white);
    border-radius: 10px;
}
:is(section.pakistan-section,.health-section) .post-single-item.ictd .img_wrapper {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
:is(section.pakistan-section,.health-section) .post-single-item.ictd .post-content{
    padding-inline: 15px;
    padding-bottom: 10px;
}

:is(section.sports-section,section.technology-section) {
    background-color: #012D53;
    padding-top: 50px;
    margin-bottom: 30px;
}
:is(section.sports-section,section.technology-section) .post-single-item .post_title a{
    color: var(--white-2);
}
:is(section.sports-section,section.technology-section) .heading{
    color: var(--white-2);
}
:is(section.sports-section,section.technology-section) .nav-pills .nav-link {
    color: #fcfcfc !important;
    border: 1px solid var(--white-2);
}

section.pakistan-section .breaking-news-left-section{
    background-color: var(--white);
    padding-block: 15px;
    border-radius: 10px;
}

.business-sec-tabs .col-md-12 .world-bottom-posts-row {
    background-color: #f7f7f7;
    border-radius: 10px;
    padding-block: 15px;
    margin-bottom: 30px;
}

section.business-section{
    background-color: var(--white);
    padding-top: 30px;
}

.ictd h3.post_title{
    font-size: 20px;
}



/* GTV NEW DESIGN STYLING */

/* :is(.position-latest-news-posts,.position-top-stories-posts) .news-card .post_title{
    font-size: 14px !important;
} */
.ast-page-builder-template .site-content > .ast-container {
    padding-inline: 20px;
}
.ast-container {
    max-width: 1520px !important;
    padding-inline: 20px !important;
    position: relative;
}
.ast-page-builder-template .site-content > .ast-container {
    max-width: 1520px !important;
}
.site-content .container {
    padding: 0 !important;
}
.site .elementor-container{
    max-width: 1160px !important;
}
.site .elementor-location-header .elementor-widget-wrap {
    justify-content: space-between !important;
    padding-inline: 0;
}
:is(.position-most-popular-posts,.position-trending-posts) .img_wrapper{
    height: 125px !important;
    width: 100% !important;
}
  :is(.position-most-popular-posts,.position-trending-posts) .news-card{
    width: 100% !important;
}
  
.mobile-ad-320-100{
    display: none;
}

.video_wrapper.big_video iframe{
    width: 100%;
    height: 273px;
    border-radius: 10px;
    overflow: hidden;
}

.hero-section h2.heading {
    font-size: 16px;
    background-color: #ec1c24;
    width: fit-content;
    color: white;
    padding: 6px 8px 2px 8px;
}
.side-banner-ad {
    position: sticky;
    top: 10px;
}

.side-ad-1{
    /* border: 1px solid red; */
    position: absolute !important;
    left: -10px !important;
}
.side-ad-2{
    /* border: 1px solid red; */
    position: absolute !important;
    right: -10px !important;
}

:is(.position-latest-news-posts,.position-featured-news-posts,.position-most-popular-posts,.position-trending-posts) .news-card .post_title a{
    color: inherit;
    line-height: 20px;
    font-weight: 600 !important;
}
:is(.position-latest-news-posts,.position-top-stories-posts,.position-most-popular-posts,[class*='-category-posts']) .heading {
    font-size: 24px;
    margin: 10px 0px 10px 0px !important;
}

:is(.mpSwiper,.trendingNewsSwiper) :is(.swiper-button-next,.swiper-button-prev) {
    --swiper-navigation-size : 16px !important;
    border: 1px solid rgba(0,0,0,0.53);;
    padding-block: 15px;
    padding-inline: 8px;
    background-color: rgba(0,0,0,0.53);
    color: white;
    z-index: 5;
}
:is(.mpSwiper,.trendingNewsSwiper) :is(.swiper-button-prev) {
    right: 0 !important;
}
:is(.mpSwiper,.trendingNewsSwiper) :is(.swiper-button-next) {
    left: 0 !important;
}
:is(.mpSwiper,.trendingNewsSwiper) .post_img {
    position: relative;
}

/* POSITION FEATURED NEWS */
.position-featured-news-posts .post_img{
    position: relative;
}
.position-featured-news-posts .post_title{
    position: absolute;
    bottom: -8px;
    left: 48%;
    width: 100%;
    margin: 0 10px;
    transform: translate(-50%,-30%);
    color: white;
    z-index: 2;
    padding-inline: 10px;
}
.position-featured-news-posts .img_wrapper {
    position: relative;
}
.position-featured-news-posts .img_wrapper::before {
    position: absolute;
    content: '';
    width: 100% !important;
    height: 100% !important;
    /* background-color: #00000040 !important; */
    background-image: linear-gradient(360deg, black, transparent);
    top: 0;
    left: 0;
    z-index: 1;
}


/* POSITION LATEST NEWS */

.news-card.ictd-horizontal {
    display: flex;
    gap: 5px;
    align-items: center;
    border-bottom: 1px solid #e2e2e2;
}

:is(.position-latest-news-posts) .news-card .post_title{
    font-size: 16px !important;
    letter-spacing: 0.5px;
    font-weight: 600 !important;
    line-height: 1.5;
}

:is(.position-latest-news-posts) .news-card .img_wrapper{
    width: 100px;
    height: 75px;
}
.position-latest-news-posts .col-md-6:is(:nth-child(5),:nth-child(6)) .news-card.ictd-horizontal{
    border-bottom: none;
}


/* POSITION TOP STORIES */
.position-top-stories-posts .heading{
    transform: translateX(10px);
}
:is(.position-top-stories-posts) .news-card .img_wrapper{
    width: 100%;
    height: 90px;
}
:is(.position-top-stories-posts) .news-card .post_title{
    font-size: 12px !important;
}
:is(.position-top-stories-posts) .news-card .post_title a{
    color: inherit;
    line-height: 16px;
    font-weight: 600 !important;
}
.position-top-stories-posts .col-md-6{
    padding: 5px 5px 0px 5px;
}
.position-top-stories-posts .row{
    border: 1px solid #e2e2e2;
    border-radius: 10px !important;
}
.position-top-stories-posts .row .col-md-6:not(:nth-child(7),:nth-child(8)){
    border-bottom: 1px solid #e2e2e2;
}
.position-top-stories-posts .row .col-md-6:nth-of-type(odd){
    border-right: 1px solid #e2e2e2;
}


/* POSITION MOST POPULAR */
:is(.position-most-popular-posts) .news-card .img_wrapper{
    width: 100%;
    height: 130px;
}
.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    /* text-align: center; */
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.position-most-popular-posts .heading{
    margin-bottom: 5px !important;
}

/* POSITION MOST TRENDING  */
.position-trending-posts .heading{
    margin-bottom: 5px !important;
}

/* CATEGORY POSTS SECTION */

[class*='-category-posts'] :is(.img_title,.only_title) .post_title a{
    color: inherit;
    font-weight: 600 !important;
}
[class*='-category-posts'] :is(.only_title) .post_title{
    margin: 0 !important;
    font-size: 14px;
}
[class*='-category-posts'] :is(.only_title){
    border-bottom: 1px solid #e2e2e2;
    padding-block: 8px;
}
[class*='-category-posts'] .news-card .img_wrapper {
    height: 150px;
}
.categories-news-section .title_only_posts .news_card:nth-child(5){
    border-bottom: none;
}
.categories-news-section hr{
    color: #aaaaaa;
    margin: 20px 0px 10px 0px;
}
.categories-news-section .heading{
    /* border: 1px solid; */
    width: fit-content;
    position: relative;
    padding-bottom: 2px;
}
.categories-news-section .heading:before{
    position: absolute;
    content: '';
    height: 3px;
    width: 100%;
    background-color: #ec1c24;
    left: 0;
    bottom: 0;
}

/* SINGLE PAGE STYLING */
.single-post .post-col {
    padding-right: 12px !important;
}
.single-post-content-wrapper p{
    margin-bottom: 15px !important;
    text-align: justify;
}
.single-post .top-news-wrapper .img_wrapper{
    height: 85px !important;
}
.single-post .top-news .heading{
    margin-bottom: 15px !important;
}


/* GTV NEW DESIGN STYLING END*/




/* MEDIA QUERY START */

@media only screen  
  and (max-width: 1520px) {
    :is(.page-wrapper,.single-post-wrapper) :is(.side-ad-1,.side-ad-2) {
        display: none;
        visibility: hidden;
    }
    .page-wrapper .col-md-10 {
        width: 100% !important;
    }
    .site .elementor-container {
        max-width: calc(100% - 200px) !important;
    }
    :is(.position-top-stories-posts) .news-card .img_wrapper {
        height: 115px;
    }
    :is(.position-most-popular-posts,.position-trending-posts) .img_wrapper {
        height: 150px !important;
    }
    .position-featured-news-posts .post_title {
        bottom: 10px;
    }
}

@media only screen  
  and (max-width: 1280px) {
    .site .elementor-container {
        max-width: 100% !important;
    }
  .site .elementor-location-header .elementor-container  {
        padding-inline: 20px;
    }
  .site-content .container {
      max-width: 100% !important;
  }
}

@media only screen 
  and (min-width: 1280px) 
  and (max-width: 1920px) {
    .horizontal-ad{
        width: 728px;
        height: 90px;
    }
  }

@media only screen 
  and (min-width: 1440px) 
  and (max-width: 1920px) {
    :is(.position-top-stories-posts) .news-card .post_title.text-trim-two-lines {
        -webkit-line-clamp: 3 !important;
    }
    :is(.position-top-stories-posts) .news-card .post_title a {
      font-size: 16px;
      line-height: 1.2;
      letter-spacing: 0.5px;
    }
    :is(.position-most-popular-posts,.position-trending-posts) .news-card .post_title a {
        font-size: 20px !important;
        line-height: 25px;
        letter-spacing: 0.5px;
    }
    .position-featured-news-posts .post_title {
        padding-inline: 25px;
    }
    .single-post .featured_img {
        height: 400px;
        width: 100%;
    }
    [class*='-category-posts'] :is(.only_title) .post_title {
        font-size: 16px !important;
        letter-spacing: 1px !important;
    }
    [class*='-category-posts'] .post_title {
        font-size: 20px;
        letter-spacing: 0.5px;
        line-height: 1.5;
    }
    [class*='-category-posts'] .post_excerpt {
        font-size: 16px !important;
        letter-spacing: 0.5px;
        line-height: 1.5;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1160px !important;
        padding-left: 0;
        padding-right: 0;
    }
}


@media only screen 
  and (min-width: 320px) 
  and (max-width: 480px) {
    .hero-section .hero-section-center{
        order: 2;
    }
    .hero-section .col-md-3.top-heading{
        order: 1;
        margin-top: 30px;
        margin-bottom: 20px;
    }
    .hero-section .tabs-column{
        /* order: 3;
        margin-top: 30px; */
        display: none;
    }
    .hero-section {
        padding-top: 0 !important;
    }
    .hero-section .col-md-3 .post-single-item .post_title{
        font-size: 18px;
    }
    .height-110{
        height: 200px;
    }
    :is(.world-bottom-posts-row,.entertainment-bottom-row-posts) .col-md-2 {
        flex: 0 0 50%;
    }
    :is(.world-bottom-posts-row,.entertainment-bottom-row-posts) .col-md-2 .height-110 {
        height: 140px;
    }
    :is(.post-single-item.ictd-horizontal,.post-single-item.ctd,.post-single-item.ictd) .post_title {
        font-size: 18px;
    }
    .hero-section-center .img_wrapper {
        height: 200px !important;
    }
    :is(.hero-section-center) .post-single-item .post_title{
        font-size: 28px;
    }
    .big_title{
        font-size: 28px !important;
    }
    :is(.world-bottom-posts-row,.entertainment-bottom-row-posts) .col-md-2 {
        border-left: none;
    }
    .pakistan-section .six-post-row .row > .col-md-4:is(:nth-child(2),:nth-child(5)) {
        border-right: none;
        border-left: none;
    }
    .business-six-col-posts .col-md-6:is(:nth-child(1),:nth-child(3),:nth-child(5)) {
        border-left: none;
    }
    .business-six-col-posts .col-md-6 {
        border-bottom: 1px solid black;
    }
    .business-six-col-posts .col-md-6:nth-child(6) {
        border-bottom: none !important;
    }
    .single-post .single-post-wrapper .col-md-3{
        order: 2;
    }
    .single-post .single-post-wrapper .col-md-9{
        padding-right: 10px;
    }
    .pakistan-section .six-post-row .col-md-8 .col-md-4{
        width: 50%;
    }
    .pakistan-section .six-post-row .col-md-4 .height-110{
        height: 130px;
    }
    .pakistan-section .row{
        justify-content: center;
    }
    .pakistan-section .six-post-row .row > .col-md-4 {
        padding-inline: 10px;
    }
    .height-360 {
        height: 200px;
    }
    .world-bottom-posts-row .col-md-3{
        width: 50%;
    }
    .world-bottom-posts-row .col-md-3 .height-110{
        height: 130px;
    }
    .sports-sec-tabs .six-posts-row .col-md-2{
        width: 50%;
    }
    .sports-sec-tabs .six-posts-row .col-md-2 .height-110{
        height: 130px;
    }
    :is(.tech-ctd-posts,.world-bottom-posts-row,.entertainment-bottom-row-posts,.business-six-col-posts) :is(.col-md-2,.col-md-6,.col-md-12):nth-child(n+5){
        display: none;
    }
    :is(.sports-sec-tabs,.world-sec-tabs) :is(.six-posts-row,.ictd-horizontal-posts) :is(.col-md-2,.col-md-6,.col-md-12):nth-child(n+5){
        display: none;
    }
    /* :is(.tech-ctd-posts-col,.world-bottom-posts-row){
        display: none;
    } */
    :is(.world-section,.economy-section,.technology-section) :is(.world-bottom-posts-row,.tech-ctd-posts-col){
        display: none;
    }

    .big-title{
        font-size: 28px !important;
    }
    .sports-section .three-posts-row .post_title{
        font-size: 24px;
    }
    .entertainment-section .world-bottom-posts-row .post_title{
        font-size: 24px !important;
    }
    :is(.pakistan-section,.health-section) .six-posts-row .post_title{
        font-size: 24px;
    }
    .blog-section .post_title{
        font-size: 24px !important;
    }
    .post-single-item.ictd-horizontal .img_wrapper {
        flex: 0 0 45%;
    }
    :is(.child-category-posts,.parent-category-posts) .row .col-md-4 .post-single-item .post_title {
        font-size: 26px;
    }
    #related_posts .post_title{
        font-size: 26px;
    }


    .pakistan-section .six-post-row .row .col-md-4:nth-child(n+5){
        display: none;
    }
    .video_wrapper.big-video {
        height: 220px;
    }
    .big-video iframe {
        height: 220px;
    }
    .single-post .col-md-3 :is(.top-news-wrapper,.heading){
        display: none;
    }
    .category .col-md-3{
        order: 2;
    }
    .category .category-main-section{
        padding-right: 10px !important;
    }
    .world-sec-tabs .nav-link {
        padding-inline: 0.87rem;
    }
    .subscribe-form ::-webkit-input-placeholder {
        text-align: center;
    }
    :is(.footer-category1,.footer-category2) .elementor-nav-menu li{
        display: flex;
        justify-content: center;
    }
    .post-col .featured_img {
        width: 100%;
    }
    #ast-commentform label{
        display: block;
    }
    #ast-commentform{
        display: flex;
        flex-direction: column;
    }
    #ast-commentform .ast-comment-formwrap{
        order:1;
    }
    #ast-commentform .comment-textarea{
        order: 2
    }
    #ast-commentform .comment-form-cookies-consent{
        order: 3
    }
    #ast-commentform .form-submit{
        order: 4
    }
    .single-post-wrapper .col-md-3{
        display: none;
    }
    ul.nav-pills {
        gap: 3px;
        /* justify-content: center; */
        position: relative;
    }
    .nav-pills .nav-link {
        border-radius: 6px;
    }
    :is(section.pakistan-section,.health-section) .post-single-item.ictd {
        margin-bottom: 15px;
    }



    /* NEW GTV DESIGN MEDIA QUERY */

    /* SINGLE PAGE */
    .single-post .related_posts_section {
        display: none;
    }
    .post-col .featured_img {
        height: 225px !important;
    }
    .single-post .col-md-1 {
        display: none;
    }
    .single-post-content-wrapper .social-box{
        display: none;
    }

    :is(.position-latest-news-posts) .news-card .post_title {
        flex-basis: 65%;
    }
    :is(.position-latest-news-posts) .news-card .post_img .img_wrapper{
        width: 100% !important;
    }
    :is(.position-latest-news-posts) .news-card .post_img{
        flex-basis: 35% !important;
    }
    
    .position-top-stories-posts .row .col-md-6{
        width: 50%;
    }
    .categories-news-section [class*=-category-posts] :is(.only_title) .post_title > a{
        font-weight: 700 !important;
    }

    :is(.position-latest-news-posts) .news-card .post_title a {
        line-height: 25px;
    }
    :is(.position-top-stories-posts) .news-card .post_title {
        font-size: 14px !important;
        line-height: 1.5;
        letter-spacing: 0.5px;
    }
    :is(.position-most-popular-posts,.position-trending-posts) .news-card .post_title a {
        line-height: 1.5;
        font-size: 22px;
        letter-spacing: 0.5px;
    }
    :is(.position-most-popular-posts,.position-trending-posts) .img_wrapper {
        height: 170px !important;
        width: 100% !important;
    }
    [class*='-category-posts'] :is(.img_title,.only_title) .post_title a {
        font-size: 18px;
        line-height: 1.5;
        letter-spacing: 0.8px
    }
    [class*='-category-posts'] :is(.img_title,.only_title) .post_excerpt {
        font-size: 16px !important;
        line-height: 1.5;
        letter-spacing: 0.8px
    }
    .news-card.img_title {
        border-bottom: 1px solid #e2e2e2;
        padding-bottom: 10px;
        margin-bottom: 5px;
    }
    .position-featured-news-posts .post_title {
        padding-right: 25px !important;
        padding-left: 10px !important;
    }
    .row>* {
        flex-shrink: unset !important;
    }
    .position-featured-news-posts .post_title {
        bottom: -4px;
    }
    .mobile-ad-320-100{
        display: block;
    }
    .before-category-ad{
        display: none;
    }
}

/* MEDIA QUERY END  */