/*
	Theme Name: Quds Press Theme
	Description: WordPress Theme
	Version: 1.0.0
	Author: Ehab Hamzeh (ehab1mail@gmail.com)

	Tags: basic, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

@font-face {
    font-family: al-jazeera;
    src: url(fonts/al-jazeera-arabic/al-jazeera-arabic-regular.ttf);
}
@font-face {
    font-family: al-jazeera-bold;
    src: url(fonts/al-jazeera-arabic/al-jazeera-arabic-bold.ttf);
    font-weight: bold;
}

@font-face {
    font-family: tajawal;
    src: url(fonts/tajawal/tajawal-regular.ttf);
}
body{
    direction:rtl;
    background:var(--c-gray1);
    font-family:al-jazeera;
    line-height: 150%;
}
.gall_title {
    color: #fff;
    text-align: center;
    padding: 5px 5px 0px 5px;
    width: 100%;
    font-weight: bold;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
    line-height: 150%;
}
.mailpoet_message{
    padding: 0px !important;
}
:root{
    --c-red:#E30A22;
    --c-gray1:#F0F0F1;
    --c-gray2:#CACACD;
    --c-gray3:#32323C;
    --c-dark:#222;
    --bs-primary:green !important;
}
.pagination{
    justify-content: center;
    margin:2rem 0px;
}
p.mailpoet_validate_success {
    width: 100%;
    color: red !important;
}
form.mailpoet_form.mailpoet_form_form.mailpoet_form_html {
    display: flex;
    width: 100%;
	
}
.nll-eh1{
	min-width:70%;
}
.nll-eh2{
	min-width:30%;
}
.lines-container{
    --this-height:5rem;
    display: flex;
    padding: 0px 5%;
    justify-content: center;
    align-items: center;
    min-height: var(--this-height);
}
.lines-2{
    --lines-count:2;
    overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: var(--lines-count); /* number of lines to show */
           line-clamp: var(--lines-count); 
   -webkit-box-orient: vertical;
}
.no-view-article .view-article{
    display: none;
}
.morre{
    color: #000;
    line-height: 2rem;
    padding-bottom: 1%;;
}
.morre i{
    background-color:var(--c-red);
    color:#fff;
    line-height: 1.5rem;
    width:1.5rem;
    border-radius: 50%;
    margin:0rem 0.1rem 0rem 0rem;
    text-align: center;
}

.page-numbers ,ul.pagination li {
    min-width: 1.5rem;
    line-height: 2rem;

    text-align: center;
    margin: 1px;
    padding: 0px 0.7rem;
    border: solid 1px #ddd;
    color:#999;
   
}
.page-numbers.current,ul.pagination li:has(.current){
    background-color: var(--c-red);
    color:#fff;
}
[class*='col-'],[class*='row-col'] > div,.row > div{
    padding: 0px;
}


.put_share{
    margin-top:1rem;
}
.red-bg{
    background-color:var(--c-red) !important;
}
.gray3-bg{
    background-color:var(--c-gray3);
}
.gray2-bg{
    background-color:var(--c-gray2);
}
.gray1-bg{
    background-color:var(--c-gray1);
}

.red-c{
    color:var(--c-red);
}
.gray3-c{
    color:var(--c-gray3);
}
.gray2-c{
    color:var(--c-gray2);
}
.gray1-c{
    color:var(--c-gray1);
}

*{
    /*outline: solid 1px red;*/
    box-sizing: border-box;
}
img,video,figure{
    max-width:100%;
}
iframe{
    max-width:100% !important;
}
.logo {
    background-position:center;
    background-size:contain;
    background-repeat:no-repeat;
    background-image: url(img/logo.png);
}
.container{
    max-width:1200px;
}
a{
    color:#000;
    text-decoration: none;
    
}
.view-article{
	background-color: var(--c-red);
	color:#fff;
	padding: 0.2rem 1rem;
	display: inline-block;
	margin:0.5rem 0px;
    cursor: pointer;
}
.view-article:hover{
	background-color: var(--c-gray3);
	color:#fff;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
    margin:0px;
}
.justi,.justi p,.justi h4{
    
    
    font-size:1.1rem;
}
.justi,.justi p,.justi .h1,.justi .h2,.justi .h3,.justi .h4,.justi .h5,.justi .h6,.justi h1,.justi h2,.justi h3,.justi h4,.justi h5,.justi h6.justi span {
	font-family:al-jazeera !important;
    font-weight: bold;
    margin-bottom: 1.5rem;
    line-height: 1.7;
    text-align:justify ;
}
.nav-link:hover,.nav-link:focus,a:hover{
    color:var(--c-red) ;
}
a:focus{

}
.pal-title{
    color: var(--c-red);
    border-bottom: solid 0.3rem var(--c-red);
 
    margin:0px;
    padding: 0.5rem 1rem;
    width:100%;
}
.nav-link{
    color:#000;
}
.icon_btn{
    --sqr-size:2rem;

    min-width:var(--sqr-size);
    line-height:var(--sqr-size);
    text-align:center;
    display:inline-block;
    margin-right:2px;
    position: relative;
    background-color:var(--c-gray3);
    color:#fff;
    border-radius: var(--sqr-size);
    text-align: center;
    cursor: pointer;
}
.icon_btn label{
    cursor: pointer;
}
.icon_btn_double{
    min-width:calc( 2 * var(--sqr-size) );
}
.iphone_toggle{
    text-align: right;
}

.iphone_toggle i{
    position: absolute;
    min-width:var(--sqr-size);
    line-height:var(--sqr-size);

    text-align: center;
    left:0px;

}
.iphone_toggle i:nth-child(2){
    left:var(--sqr-size);
}
.iphone_toggle_input{
    display: none;
}
.iphone_toggle_label .iphone_toggle .icon_btn{
    margin:0px;
}
.dark_body .iphone_toggle_label .iphone_toggle .icon_btn{
    margin-right:var(--sqr-size) ;
}
.navbar{

    font-family:tajawal;
    font-weight:bold;
}
.navbar a{
    position: relative;
}
.navbar .nav-link.active{

    color:var(--c-red);
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff !important;
    text-decoration: none;
    background-color: var(--c-red);
}
ul{
    margin:0px;
    padding:0px;
}
.nav-item{
    padding:0.4rem;
}
.aspect{
    width:100%;
    padding-bottom:60%;
    position: relative;
    overflow: hidden;
}
.square{
    padding-bottom:100%;
}
.aspect img{
    width:100%;
    height:100%;
    object-fit: cover;
    position: absolute;
    object-position: center;
    left:0px;
    top:0px;
}
.btn-3{
    max-width:calc( 33% - 0.2rem );

}
.anim{
    transition: all 0.5s;
}
.p-p{
    padding: 0.3rem 0.7rem !important;
}
.p-p2{
    padding: 0.7rem 0.7rem !important;
}

footer{
    background-image: url(img/navbar.jpg);
    background-size: cover;
    background-position: center;
    color:#000;
}
.hover-img:hover img{
    transform: scale(1.2);
}
.bt-red{
    background-color: #fff;
    border-top: solid 10px var(--c-red);
    padding: 1rem !important;
    position: relative;
}
.tab-radio:checked ~ label:after,.bt-red::before{
    content: "";
    position: absolute;
    height:10px;
    background-color: #353535;
    width:150px;
    border-left: solid 2px #fff;
    top:-10px;
    right:0px;
}
.tab-radio:checked ~ label:after{
    top:0px;
}
.red_header{
    color: var(--c-red);
    font-weight: bold;
    font-size: 1.5rem;
}
.border-black{
    border:solid 1px var(--c-gray2);
}
.small-font{
    font-size: 0.8rem;
}
.small-font2{
    font-size: 0.75rem;
}
.toggle-gray:hover{
    background-color: var(--c-gray2);
}
.hover-img:hover .image_title{
    height:100%;
    white-space: normal;
}
.image_title{
    position: absolute;
    bottom:0px;
    right:0px;
    width:100%;
    background-color: rgba(0,0,0,0.5);
    color: #fff;
    padding: 0.2rem 1rem;
    white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
    height:20%;
    transition: all 0.5s;
    text-align: center;
}
.footer_title{
    text-align: start;
    border-bottom: solid 1px var(--c-gray3);
    margin-bottom: 1rem;
    font-weight: bold;
}
.list-itemm{
    display:flex;
    align-items: center;
    text-align: start;
}
.list-itemm-img{
    width:20%;
}
.list-itemm-title{
    width:80%;
    padding: 3%;
}
.list-itemm-title-small{
    font-size: 70%;
    color: var(--c-gray2);
}
.search-input {
    line-height: 100%;
   
    
    outline: none;
    border: 0;
    padding: 0px;
    width:150px;
    border-bottom: solid 1px #999;
}
.serch_toggle{
    visibility: hidden;
    overflow: hidden;
    width: 0px;
    height: 0px;
    position: absolute;
}
form.search{

	width:220px;
    height: 50px;
	padding: 0px;
	position: absolute;
	border:1px solid rgba(0,0,0,.15);
	left:0px;
	transition: all 0.5s;
    background-color: #fff;
    display: none;
    padding: 8px;
    z-index: 1;
}
form.search *{
	display: inline-block;
}

.serch-i{

    position: absolute;
    top:0px;
    right:0px;
    height: 100%;
    width:var(--sqr-size);
    line-height:var(--sqr-size);
    cursor: pointer;
    text-align: center;
}
.serch_toggle:checked + .icon_btn{
   
    
}



.serch_toggle:checked + .icon_btn .dropdown-menu{
    display: block;
    width:100%;
}
.serch_toggle:checked + .icon_btn form.search{
	display: block;
}
.darker{
    background-color: rgba(0, 0, 0, 0.3);
}
.ww-s-3{
	width:calc( 33% - 0.5rem );
}
.no-wrap{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.mfp-counter{
	direction: ltr;
}
.iconn-titlee{
    margin-right: 0.5rem;
}
.only-iconn .iconn-titlee{
    display:none;
}

.footer-lenks{

    padding:0.5rem 0px;
    font-size: 1.2rem;
}
.loop-itemm{
    border-bottom: solid 1px var(--c-gray2);
}
.ssba-share-text{
    display: none;
}
.ssbp-list{
    margin-bottom:1rem !important;
}
.post-cats {
    margin: 1rem 0px;
    background: var(--c-gray1);
    padding: 0px 1rem;
    line-height: 3rem;
}
.post-cats a {
    color: var(--c-red);
    text-decoration: underline;
    margin: 0px 0.3rem;
    display: inline-block;
}
.dark_body,.dark_body .toggle_dark,.dark_body footer,.dark_body .bg-white ,.dark_body .bt-red ,.dark_body .tab-root label,.dark_body .sharedaddy *{
    background: var(--c-dark) !important;
   color:#fff !important;
   --c-red:#999;
}
.dark_body *{
    border-color: #333 !important;
}
.dark_body .bt-red::before{
    visibility: hidden;
}

.dark_body .navbar-collapse{
    background:#111;
}
.dark_body .bt-red,.dark_body footer,.dark_body header.navBar{
    border: solid 1px #111;

}
.dark_body a{
    color:#fff !important;
}
.dark_body img {
    filter: brightness(.8) contrast(1.2);
  }
.dark_body .bt-red {

    border-top: solid 10px var(--c-gray2);

}
.dark_body .tab-radio:checked ~ label:before{
    background-color:var(--c-gray2);
}
.dark_body header.navBar{
    background: var(--c-dark) !important;
}
.dark_body .logo {

    background-image: url(img/logo-white.png);
}
.dark_body .footer-logo{
    background-image: url(img/logo-w-white.png);
}
  .iphone_toggle_label *{
    pointer-events: none;
  }
  .iphone_toggle_label {
    cursor: pointer;
  }
.wp-block-tnp-minimal{
    padding: 0px !important;
    margin-bottom: 1rem;
}
.tnp-subscription-minimal input.tnp-submit{
    background-color: var(--c-red) !important;
    color: #fff;
}
.news_title{
    /*background-image: url(img/news.png);*/
    background-repeat: no-repeat;
    background-size: auto 90%;
    background-position: center;
    width:60px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.news_title span{
   /*background-color: green;
    min-width:200px;
    display: inline-block;
    transform: rotate(-90deg) ;

    
    transform-origin: 50% 50%;*/
    writing-mode: vertical-rl;
    text-align: center;

    font-size: 1.3rem;
    /*padding: 0.2rem 0px;*/
    transform: rotate(-180deg);
}
.news_items{
    width:calc( 100% - 60px )
}
.cat-videograph .aspect,#home-block-videograph .aspect,.cat-comics .aspect,#home-block-comics .aspect{
    padding-bottom: 125%;
}
.cat-infograph .aspect,#home-block-infograph .aspect{
    padding-bottom: 140%;
}
.cat-images .aspect, #home-block-images .aspect {
    padding-bottom: 125%;
}
.cat-programs .aspect, #home-block-programs .aspect ,#home-block-reports .aspect,.cat-reports .aspect{
    padding-bottom: 177%;
}
#home-block-videograph .image_title{
    display:none;
}
header.navBar{
    padding: 1rem;
}
.footer-logo{
    background-image: url(img/logo-w.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    height: 100%;
    width:100%;

}
.text-over-image{
    background-color: rgba(0,0,0,0.5);
    color:#fff;
    position: absolute;
    bottom:0px;
    right:0px;
    width: 100%;
}

    .ehab-custom-gallery{
        border:solid 1px rgb(241, 241, 241);
        padding:10px;
        margin-top: 10px;
    }
    .ehab-custom-gallery .item{
        -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
        -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
        box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
       

    }
    .ehab-custom-gallery .owl-item{
        padding: 5px;
    }
    
    .ehab-custom-gallery .owl-carousel .owl-stage {
  
        display: flex;
        align-items: center;
        margin:10px 0px;
    }
    .ehab-custom-gallery img{
        padding: 5px;
    }
    .owl-nav {
        position: absolute;
        top: 50%;
        margin: 0px !important;
        transform: translateY(-50%);
        pointer-events: none;
        display: flex;
        justify-content: space-between;
    }
    .owl-nav button{
        pointer-events: auto;
    }
    .car_i{
        color:rgba(0,0,0,0.4);
        font-size: 5rem;
        -webkit-text-stroke: 2px #fff;

    }
.post_indd {
    justify-self: flex-start;
    z-index: 1;
    background: url(img/num-bg-01.svg);
    color: #424242;
    width: 35px;
    line-height: 35px;
    text-align: center;
    margin: 3px;
    font-weight: 900;
   margin-left: 8px;
}
.taps-area .ww-3{
    position: relative;
}
.taps-area .ww-3::after{
    position: absolute;
    content: "";
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    background: url(img/play.png);
    background-size: 30%;
    background-repeat: no-repeat;
    background-position: 50% 70%;
    opacity: 0.5;
}
.ads_container {
    
    position: fixed;
    z-index: 9999;
    /* right: -150%; */
   /*  transform: translateX(50%); */
    bottom: 10px;

    width: 90%;
    max-width: 400px;
    


    transition: all 1s;
    right: 0px;
    pointer-events: none;
}
.ads_container .fa-close{
    display:none;
}
.ads_container.show_ads .fa-newspaper{
    display: none;
}
.ads_container.show_ads .fa-close{
    display: inline;
}
.ads_container.show_ads{
    
    right: 10px;
    pointer-events: auto;
    
}
.ads_container_list {
    background: #fff;
    max-height: calc( 100vh - 100px);
    overflow: auto;
    padding-top: 20px;
    margin-top: -15px;
    -webkit-box-shadow: 0px 0px 54px -7px rgba(0,0,0,0.33);
    -moz-box-shadow: 0px 0px 54px -7px rgba(0,0,0,0.33);
    box-shadow: 0px 0px 54px -7px rgba(0,0,0,0.33);
    pointer-events: none;
    transition: all 0.5s;;
    position: relative;
    width:100%;
    right:-150%;
}
.ads_container.show_ads .ads_container_list {
    pointer-events: auto;
    right:0px;
    
    
}
.ads_container_title {
    background: var(--c-red);
    padding: 4px 0px 7px;
    color: #fff;
    font-weight: 900;
    position: relative;
    z-index: 1;
    width: 35px;
    overflow: hidden;
    /* text-align: center; */
    text-wrap: nowrap;
    transition: width 0.5s;
    border-radius: 5px;
    display: inline-block;
    pointer-events: auto !important;
}
.ads_container_pubble {
    position: absolute;
    z-index: 2;
    background: #e96c00;
    width: 20px;
    line-height: 15px;
    text-align: center;
    border-radius: 50%;
    font-size: 13px;
    color: #fff;
    pointer-events: none;
    top: -11px;
    right: 20px;
    border: solid 2px #fff;
    height: 20px;
}
.ads_container.show_ads .ads_container_title{
    width:110px;
}
.ad_title {
    font-weight: 900;
    font-size: 1.2rem;
}
a.ads_container_close {
    padding: 0px 10px;
    color: #fff;
    border-left: solid 1px;
    margin-left: 10px;
    cursor: pointer;
}
.ad_item:not(:last-of-type) {
    border-bottom: solid 1px #ddd;
}
.ad_item {
    margin-bottom: 7px;
    padding: 10px;
    padding-bottom: 15px;
    display: flex;
    align-items: center;
    border-left: solid 5px var(--c-red);
}
.ad_summary {
    flex: 1;
}
.ad_icon img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border: solid 1px #ddd;

    margin-left: 15px;
}
.ad_content {
    margin: 5px 0px 10px;
}
.ads_container_list a {
    background: var(--c-red);
    color: #fff;
    padding: 3px 7px 7px;
    /* line-height: 27px; */
    font-size: 0.9rem;
    border-radius: 3px;
}
figure.w-100 img{
    width:100% !important;
}
.under_news{
    padding: 0px;
    margin-bottom:15px;
}
.edit_post_btn {
     position: absolute;
     margin: 2px;
    box-shadow:inset 0px 1px 0px 0px #cf866c;
    background:linear-gradient(to bottom, #d0451b 5%, #bc3315 100%);
    background-color:#d0451b;
    border-radius:3px;
    border:1px solid #942911;
    display:inline-block;
    cursor:pointer;
    color:#ffffff;
    font-size:13px;
    padding:6px 24px;
    text-decoration:none;
    text-shadow:0px 1px 0px #854629;
}
.edit_post_btn:hover {
    background:linear-gradient(to bottom, #bc3315 5%, #d0451b 100%);
    background-color:#bc3315;
}
.edit_post_btn:active {
    position:relative;
    top:1px;
}
@media only screen and (max-width: 767px) {
    .only_desktop{
        display: none;
    }
    .ads_container{
        top:auto;
        bottom:10px;
    }
    .small-font-for-phone{
        font-size: 60%;
		padding: 0.1rem !important;
	}
    .logo{
        margin-left: auto;
        order: -1;
        background-position: right center;
        height: 70px;
        width:70px !important;
    }
    .social-menu{
        position: fixed;
        left:0px;
        top:50%;
        transform: translateY(-50%);
        z-index: 2;
    }
	.social-menu li {
		margin: 5px 0px 0px 10px;
	}
    .footer-logo{
        height: 100px;
        background-position: center right;
    }
    
}
@media only screen and (min-width: 768px) {

    .only_phone{
        display:none;
    }
    form.search{
        left:auto;
        right:0px;
    }
	.tab-root{
		padding-bottom: 40% !important;
	   
	}
    
    .ww-3{
        width:calc( 33% - 0.5rem );
    }
    .cat-videograph .ww-3,#home-block-videograph .ww-3 ,.cat-programs .ww-3,#home-block-programs .ww-3{
        width:calc( 20% - 0.5rem );
    }
    .cat-infograph .ww-3,#home-block-infograph .ww-3{
        width:calc( 20% - 0.5rem );
    }
    .cat-reports .ww-3,.cat-images .ww-3,#home-block-images .ww-3{
        width:calc( 25% - 0.5rem );
    }
    .taps-area .ww-3{
        width:calc( 25% - 0rem );
        margin:0px;
        padding:0px 2px 0px 2px;
    }
    .ww-2{
        width:calc( 50% - 0.5rem );
    }
    .pp-r{
        padding-right: 1rem !important;
    }
    .nav-link{
        white-space: nowrap;
    }
    #news_more{
        padding-LEFT: 1rem;
    }
    .daily-archive-item{
        padding: 0.20rem 0px !important;
    }
    .navBar{
        position: fixed;
        z-index: 5;
        top:0px;
        left:50%;
        transform: translateX(-50%);
        background-color: var(--c-gray1);
    }
    .navBar.scroll .logo{
       height: 35px;

       background-image: url(img/logo-small.png) !important;
    }
    
    .dropdown-menu a{
        color:#000 !important;
    }
    body{
        padding-top:11rem;
        
    }
    .navbar-collapse{
        background-color: #D5D5D3;
        border-radius: 500px;
    }
    header.navBar{
        background-image: url(img/navbar.jpg);
        background-size: cover;
        background-position: center;
        padding: 0.5rem 2rem;
    }
    .logo{
        height: 100px;
    }
    .nav-item{
        padding:0rem 0.4rem;
    }
    .second_menu ul{
        min-width:200px;
    }
    .content-md-center{
        display: flex;
        align-items: center;
        
    }
    .footer_part .menu-links {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .footer_part .menu-links li{
        min-width:49%;
        width:49%;

        
    }
  }


  .dark_body .navBar.scroll .logo {

    background-image: url(img/logo-small-white.png) !important;
}

.d_selected{
    background-color: red;
}
.d_current{
    background-color: green;
}

.justi :where(img[class*=wp-image-]){
    max-width: 100%;
    margin:20px 0px;
}
#wpdevar_comment_1{
    margin-top: 20px;
}
.justi .top_single_img{
    margin-bottom: 10px;
}
.justi .top_single_img img{
    margin-top: 0px;
    min-width: 100%;
}
a,h1,.h1 {
    font-weight: bold;
}
.bg-center-contain{
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.news-and-moree {
    margin-bottom: 0.3rem;
}
.gallery-big-imagee{
    background-size:contain;
    background-color:#000;
    padding-bottom:60%;
}
.window-popup-gallery .mfp-content{
    max-width: 80%;

}
.window-popup-gallery .mfp-iframe-scaler {
    height: 80vh;
    padding-top: 0px;
}
.call-from-inside-gallery{
    padding-top: 0px;
    padding-bottom: 0px;
}
.call-from-inside-gallery .mfp-content{
    max-width: none;
}
.call-from-inside-gallery .mfp-iframe-scaler {
    height: calc( 100vh - 30px );
    padding-top: 0px;
}
.call-from-inside-gallery .mfp-close {
    top: -5px;
    right: 0px;
}

/*-----------galllery-----*/
.gallery2017-left-right{
    position: absolute;
}
.gallery2017-dir-ehab,.gallery2017-big-ehab{
    background-color: rgba(0,0,0,0.6);
    border-radius: 0px;
}
.gallery2017-right, .gallery2017-left{
    background-color: #D5D5D3;
    border-radius:50% ;
    margin-top: 200px;
}
.autoplay_gallery,.gallery2017-title,.fullscreen_gallery{
    visibility: hidden;
}
/*-----------End galllery-----*/
.postt_titlee{
    margin-bottom: 20px;
}
.secondary_title{
    font-style: italic;
    border-right: solid 3px var(--c-red);
    padding: 0px 15px;
    margin-bottom: 20px;
    
}
.post_infoo {
    color: #000000;
    font-size: 14px;
    font-style: italic;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.post_infoo,.post_infoo *{
    line-height: 20px;

}
.post_infoo .sepper{
    font-style:normal;
    padding: 0px 10px;
}
.post_infoo i{
    color:#333;
    padding-left: 10px;
    font-size: 13px;

    margin-top: 3px;

}

.last_newss a{
    color:var(--c-red);
}
.last_newss a:hover{
    color:#000;
}
.wp-caption{
	position:relative;
	max-width:100% !important;
}
.wp-caption img{
    margin:0px;
    width:100%;
}
.wp-caption-text {

    padding: 7px 10px;
    border:solid 1px #ddd;
    color:#666;
    text-align: center !important;
    font-size: 0.8em !important;
    font-weight: 700 !important;
    font-style: italic;
}