/*
Theme Name: newsly
description: wordpress themes for news website
Version:2.04
Author: <a href="https://abdullahmagdy.com/" target="_blank">abdullah magdy</a>
*/
/* 
Swissra Bold 
*/
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Arabic:wght@100;200;300;400;500;600;700&display=swap');
@font-face {
  font-family: SwissraBold;
  font-style:normal;
  font-weight:400;
  src: url(layout/fonts/arfonts-swissra-bold.ttf);
}
:root {
    --font-Changa: 'SwissraBold', sans-serif;
    --main-color: '#0F5CBF';
}
a, abbr, acronym, address, applet, b, big, blockquote, body, caption, center, cite, code, dd, del, dfn, div, dl, dt, em, field set, font, form, h1, h2, h3, h4, h5, h6, html, i, iframe, img, ins, kbd, label, legend, li, object, ol, p, pre, q, s, samp, small, span, strike, strong, sub, sup, table, tbody, td, th, thead, toot, tr, tt, u, ul, var {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
}
nav, ol, ul {
    list-style: none;
}
a, a:focus, a:hover {
    text-decoration: none;
}
img {
    border-radius: 5px;
    max-width: 100%;
}
body, html {
    padding: 0!important;
    margin: 0!important;
    font-family: 'SwissraBold', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 15px;
    font-weight: 400;
    background: #fff;
}
h1, h2, h3, h4, h5, h6 {font-family: var(--font-Changa);margin: 20px 0;font-weight:900;}
h2{font-size: 1.8rem;}
h3{font-size: 1.5rem;}
h4{font-size: 1.2rem;}
h5{font-size: 1rem;}
h6{font-size: 0.7rem;}
.sitename{display:none;}
.basic-yop-poll-container{border-color:#d5d5d5 !important;}
.basic-yop-poll-container .basic-answer input{margin-left:5px !important;;margin-right:0 !important;}
.language{
	position: fixed;
  top: 0;
  right: 0;
}
.site_headers {
    background: #fff;
    padding: 10px;
}
.site_headers .top_heads.fixed {
    position: fixed;
    width: 100%;
    padding: 0;
    left: 0;
    right: 0;
    top: 0;
    background: #fff;
    z-index: 999;
    -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, .09);
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, .09);
    animation-name: fixedheads;
    animation-duration: .5s;
}
@keyframes fixedheads {
    0% {
    top: -200px;
}
100% {
    top: 0;
}
}
.site_headers .navbar {
    margin: 0;
  	padding:0;
    margin-left: 0;
    margin-right: 0;
    border-radius: 4px;
    border: none !important;
}
.navbar-collapse {
    padding: 0;
}
.site_headers .navbar li a {
    display: inline-block;
    color: #222;
    padding: 20px 10px;
    font-weight: 700;
    font-size: 17px;
    position: relative;
    margin-left: 5px;
    font-family: var(--font-Changa);
}
.site_headers .navbar li.current-menu-item  a {
    color: #0F5CBF;
}
.site_headers .navbar li a:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    border-bottom: 3px solid;
    transform: scale(0) translateZ(0);
    -webkit-transition: -webkit-transform .45s ease, opacity .55s ease;
    -moz-transition: -moz-transform .45s ease, opacity .55s ease;
    -ms-transition: -ms-transform .45s ease, opacity .55s ease;
    -o-transition: -o-transform .45s ease, opacity .55s ease;
    transition: transform .45s ease, opacity .55s ease;
}
.site_headers .navbar li:hover>a:before, .site_headers .navbar>li.active a:before,
.site_headers .navbar li.current-menu-item  a:before {
    border-color: #0F5CBF;
    opacity: 1;
    transform: scale(1) translateZ(0);
}
.site_headers .navbar li a:hover {
    background: 0 0;
}
.site_headers .navbar .navbar-brand {
    padding: 0;
}
header .menus_toggl {
    display: none;
    position: relative;
    width: 38px;
    z-index: 999;
    height: 65px;
  }
  header .menus_toggl span {
    width: 38px;
    height: 2px;
    position: absolute;
    background-color: #111;
    top: 30px;
    z-index: 12;
  }
  header .menus_toggl span::before, header .menus_toggl span::after {
    content: "";
    display: block;
    width: 38px;
    height: 2px;
    background-color: #111;
    border-radius: 4px;
    position: absolute;
  }
  header .menus_toggl span::before {
    top: 10px;
  }
  header .menus_toggl span::after {
    bottom: 10px;
  }
.navbar-form {
    position: relative;
    padding: 0;
    margin:0;
}
.searchform input{border-radius: 25px;background-color:rgba(0,0,0,0.05);}
.searchform input:after{content:'';position: absolute;top: 5px;}
.navbar-form button {
    position: absolute;
    top: 7px;
    left: 5px;
    background: 0 0;
    border: none;
    font-size: 15px;
}
.top_heads {
    margin-bottom: 15px;
    overflow: hidden;
}
.top_heads .logos {
    padding: 0;
    width: 25%;
    float: right;
}
.top_heads .logos img {
    max-width: 100%;
    width: auto;
    height: auto;
    margin-top: 20px;
}
.top_heads .ads_topheads {
    height: 100px;
}
.top_heads .ads_topheads img {
    max-width: 100%;
    width: 100%;
    height: 100px;
}
.main_menus {
    width: 75%;
    float: left;
}
.navbar-right:last-child {
    margin-left: 15px;
}
.navbar-nav>li.menu-item-has-children>a {
    padding-right: 25px;
}
.navbar-nav li .dropdown-menu li.menu-item-has-children>a:after, .navbar-nav>li.menu-item-has-children>a:after {
    content: "\e260";
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    position: absolute;
    top: 25px;
    right: 5px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.navbar-nav li .dropdown-menu li.menu-item-has-children>a:after {
    top: 15px;
    left: 5px;
    right: auto;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.navbar-nav>li.menu-item-has-children>a:hover::after, .navbar-nav>li>.dropdown-menu li.menu-item-has-children>a:hover::after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}
.navbar-nav>li>.dropdown-menu li.menu-item-has-children a:hover::after {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform: rotate(90deg);
}
.navbar-nav .posts-list {
    position: static;
}
.navbar-nav>li>.dropdown-menu {
    width: 250%;
    -webkit-transition: display .3s ease-in-out;
    -moz-transition: display .3s ease-in-out;
    transition: display .3s ease-in-out;
}
.navbar-nav>li>.dropdown-menu li a {
    padding: 10px;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    border-bottom: 1px solid #ddd;
}
.navbar-nav li.posts-list ul.dropdown-menu {
    width: 100%}
.navbar-nav li.posts-list ul.dropdown-menu li {
    float: right;
    width: 20%;
    overflow: hidden;
}
.navbar-nav li.posts-list ul.dropdown-menu li a {
    display: block;
    line-height: 4;
    overflow: hidden;
    text-align: center;
    font-weight: 700;
}
.navbar-nav li.posts-list ul.dropdown-menu li img {
    max-width: 100%;
    float: right;
    margin-left: 15px;
    width: 100%;
    display: block;
}
.navbar-nav li.posts-list ul.dropdown-menu li:hover a:before {
    display: none;
}
.navbar-nav>li>.dropdown-menu li>.dropdown-menu {
    top: 0;
    right: 100%}
.dropdown:hover>.dropdown-menu {
    display: block;
}
.latest_news {
    padding: 15px 0;
}
.latest_news .items {
    background: #fff;
    -webkit-box-shadow: 0 0 5px 1px #d2d2d2;
    -moz-box-shadow: 0 0 5px 1px #d2d2d2;
    box-shadow: 0 0 5px 1px #d2d2d2;
    margin: 0;
    overflow: hidden;
    position: relative;
}
.latest_news .items:before {
    content: " ";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1;
    bottom: 0;
    left: 0;
    border-radius: 0 0 4px 4px;
    background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, .85) 100%);
    background: -webkit-gradient(linear, left bottom, left bottom, color-stop(60%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, .85)));
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, .85) 100%);
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, .85) 100%);
    background: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, .85) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, .85) 100%);
}
.latest_news .items .thumbnails {
    height: auto;
}
.latest_news .items .thumbnails img {
    height: 100%;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.latest_news .items:hover .thumbnails img {
    -webkit-transform: rotate(5deg) scale(1.2);
    -moz-transform: rotate(5deg) scale(1.2);
    transform: rotate(5deg) scale(1.2);
}
.latest_news .owl-carousel .owl-nav {
    display: block;
}
.latest_news .owl-carousel .owl-nav .owl-prev {
    left: 15px;
}
.latest_news .owl-carousel .owl-nav .owl-next {
    right: 15px;
}
.latest_news .owl-carousel {
    width: 100%;
    margin: 0 auto;
    padding: 0;
}
.latest_news .owl-prev {
    position: absolute;
    left: 0;
    top: 45%;
    background: #ffffff2e;
    padding: 8px 15px;
    border-radius: 5px;
}
.latest_news .owl-next {
    position: absolute;
    right: 0;
    top: 45%;
    background: #ffffff2e;
    padding: 8px 15px;
    border-radius: 5px;
}
.latest_news .contents {
    padding: 25px;
    position: absolute;
    bottom: 0;
    color: #fff;
    z-index: 333;
}
.latest_news .contents span#categs {
    margin-bottom: 15px;
    display: inline-block;
    background: #0f5cbf;
    padding: 8px;
    border-radius: 10px;
    font-size: 13px;
}
.latest_news .owl-nav i {
    font-size: 25px;
    color: #fff;
}
.latest_news .owl-nav .owl-next:hover, .latest_news .owl-nav .owl-prev:hover {
    background: #fc661b;
}
.latest_news .owl-nav .owl-next:hover i, .latest_news .owl-nav .owl-prev:hover i {
    color: #fff;
}
.latest_news .contents h2 {
    font-size: 25px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 37px;
    font-family: var(--font-Changa);;
}
.latest_news .contents h2 a {
    color: #fff;
}
#owl-carousel1 .owl-dots {
    display: none;
}
.feautreds_news {
    padding: 0;
}
.feautreds_news .feaut_items {
    width: 47%;
    height: 225px;
    float: right;
    margin: 5px;
    background: #fff;
    -webkit-box-shadow: 0 0 5px 1px #d2d2d2;
    -moz-box-shadow: 0 0 5px 1px #d2d2d2;
    box-shadow: 0 0 5px 1px #d2d2d2;
    overflow: hidden;
    position: relative;
}
.feautreds_news .feaut_items:before {
    content: " ";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1;
    bottom: 0;
    left: 0;
    border-radius: 0 0 4px 4px;
    background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, .85) 100%);
    background: -webkit-gradient(linear, left bottom, left bottom, color-stop(60%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, .85)));
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, .85) 100%);
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, .85) 100%);
    background: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, .85) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, .85) 100%);
}
.feautreds_news .feaut_items .thumbnails {
    height: 230px;
    overflow: hidden;
}
.feautreds_news .feaut_items .thumbnails img {
    width: 100%;
    height: 100%;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.feautreds_news .feaut_items:hover .thumbnails img {
    -webkit-transform: rotate(5deg) scale(1.2);
    -moz-transform: rotate(5deg) scale(1.2);
    transform: rotate(5deg) scale(1.2);
}
.feautreds_news .feaut_items .contents h2 {
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 0;
    line-height: 25px;
}
.feautreds_news .feaut_items .contents h2 a {
    color: #fff;
}
.latest_news_ticker {
    margin: 0 auto 15px;
    padding: 0;
}
.innersnews_ticker{background: #171717;overflow: hidden;}
.latest_news_ticker .headline {
    width: 15%;
    float: right;
    background:#0F5CBF;
}
.latest_news_ticker .headline h3 {
    float: right;
    height: 50px;
    line-height: 45px;
    padding-top: 3px;
    padding-bottom: 0;
    padding-right: 35px;
    padding-left: 5px;
	margin:0;
    color: #fff;
    font-size: 15px;
    position: relative;
    z-index: 1;
    background: var(--main-color)
}
.latest_news_ticker .headline .title:before {
    content: "";
    position: absolute;
    right: 8px;
    top: 10px;
    width: 20px;
    height: 20px;
    background: url(layout/img/download.svg) center no-repeat;
    display: block;
}
#newsTicker2 .ent_label{display: none;}
.latest_news_ticker .js-conveyor-1 {
    width: 84%;
    float: left;
    height: 50px;
    overflow: hidden;
}
.latest_news_ticker .js-conveyor-1 .ent_prefix,
.latest_news_ticker .js-conveyor-1 .ent_date{display: none;}
.wp-block-latest-posts li{width: 100%;margin-bottom: 15px;overflow: hidden;}
.wp-block-latest-posts li .wp-block-latest-posts__featured-image{width: 33%;float: right;}
.wp-block-latest-posts li .wp-block-latest-posts__featured-image img{max-width: 100%;width: 110px;}
.wp-block-latest-posts li .wp-block-latest-posts__post-title{width: 65%;float: left;font-size: 20px;font-weight: bold;color: #000;}
.wp-block-latest-posts li .wp-block-latest-posts__post-date{width: 65%;float: left;}
#newsTicker2 .ent_news_url .ent_heading{font-size: 16px;font-family:var(--font-Changa) !important;}
.trends_section {
    padding: 20px 25px;
}
#newsTicker2 .ent_navigation{padding: 0px !important;display: block;background: transparent !important;}
#newsTicker2 .ent_navigation .ent_prev_news,
#newsTicker2 .ent_navigation .ent_next_news{float: left;margin:0 5px !important;border-width: 0 0 0 1px;border-color: rgba(255,255,255,0.1);padding: 10px 15px !important;width: 45px;height: 45px;border-color: #fff !important;}
#newsTicker2 .ent_navigation .ent_prev_news:after,
#newsTicker2 .ent_navigation .ent_next_news:after{color: #fff !important;}
#newsTicker2 .ent_news_wrapper{background: transparent !important;}
#newsTicker2 .ent_news_url .ent_heading{color: #fff !important;}
.trends_section #inerrsbrodcast {
    background: #fff;
    border-radius: 5px;
    padding: 15px;
}
.trends_section .heads {
    margin-bottom: 45px;
  text-align: right;
}
.trends_section .heads h3 {
  position: relative;
  font-size: 22px;
  background: #0f5cbf;
  color: #fff;
  display: inline-block;
  padding: 10px 15px;
  line-height: 30px;
}
.trends_section .post_infos {
    padding: 10px 5px;
    overflow: hidden;
    height: 40px;
    margin: 10px 0;
}
.trends_section .post_infos p {
    float: right;
    color: #666;
    font-size: 13px;
}
.trends_section .post_infos p:last-child {
    float: left;
}
.trends_section .post_infos p i {
    margin-right: 3px;
    font-size: 13px;
    padding: 2px;
    border-radius: 4px;
    width: 20px;
    height: 20px;
    line-height: 16px;
    text-align: center;
}
.trends_section .post_infos p a {
    color: #666;
}
.trends_section h3 {
    font-size: 1.5rem;
    padding: 15px;
    line-height: 1.5;
}
.trends_section h3 a {
    color: #333;
}
.trends_section h3 a:hover {
    color: var(--main-color);
}
.trends_section .items{position: relative;}
.trends_section .items .thumbnails {
    height: 360px;
    overflow: hidden;
}
.trends_section .items .thumbnails:after{
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 0;
    height: 65%;
    transition: opacity 0.2s;
    background-image: linear-gradient(to bottom, transparent, rgba(0,0,0,0.75));
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
	border-radius:15px;
  }
.trends_section .items .thumbnails img {
    height: 100%;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.trends_section .items .thumbnails img:hover {
    -webkit-transform: rotate(5deg) scale(1.2);
    -moz-transform: rotate(5deg) scale(1.2);
    transform: rotate(5deg) scale(1.2);
}
.trends_section .items .contents{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 33;
}
.trends_section .items .contents h3 a{color: #fff;}
.trends_section .owl-carousel .owl-nav {
    display: block;
}
.trends_section .owl-nav i {
    width: 45px;
    height: 65px;
    align-items: center;
    align-content: center;
    margin: 0;
    background: #fff;
    color: #0F5CBF;
    line-height: 22px;
    padding: 0;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.trends_section .owl-nav i:hover {
    background: #0F5CBF;
    color: #fff;
}
.trends_section .owl-next, .trends_section .owl-prev {
    display: inline-block;
    position: absolute;
    top: 45%;
}
.trends_section .owl-next{
    right: -5px;
}
.trends_section .owl-prev {
    left: -5px;
}
.trends_section .owl-carousel .owl-dots {
    display: none;
}

.bodcast_sect {
    padding: 20px 25px
}

.bodcast_sect #inerrsbrodcast {
    background: #fff;
    border-radius: 5px;
    padding: 15px
}

.bodcast_sect .heads {
    margin-bottom: 25px
}

.bodcast_sect .heads h2 {
    text-align: right;
    position: relative;
    font-size: 22px;
    background: #0f5cbf;
    color: #fff;
    display: inline-block;
    padding: 10px 15px;
    line-height: 30px;
}

.bodcast_sect .post_infos {
    padding: 10px 5px;
    overflow: hidden;
    height: 40px;
    margin: 10px 0
}

.bodcast_sect .post_infos p {
    float: right;
    color: #666;
    font-size: 13px
}

.bodcast_sect .post_infos p:last-child {
    float: left
}

.bodcast_sect .post_infos p i {
    margin-right: 3px;
    font-size: 13px;
    color: #0F5CBF;
    background: #ffeaea;
    padding: 2px;
    border-radius: 4px;
    width: 20px;
    height: 20px;
    line-height: 16px;
    text-align: center
}

.bodcast_sect .post_infos p a {
    color: #666
}

.bodcast_sect h3 {
    font-size: 15px;
    line-height: 22px
}

.bodcast_sect h3 a {
    color: #333;
    -webkit-transition:all 0.4s ease-in-out;
    -moz-transition:all 0.4s ease-in-out;
    transition:all 0.4s ease-in-out;
}
.bodcast_sect h3 a:hover{color: #0F5CBF;}

.bodcast_sect .items .thumbnails {
    height: 160px;
    overflow: hidden
}

.bodcast_sect .items .thumbnails img {
    height: 100%;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.bodcast_sect .items .thumbnails img:hover {
    -webkit-transform: rotate(5deg) scale(1.2);
    -moz-transform: rotate(5deg) scale(1.2);
    transform: rotate(5deg) scale(1.2)
}

.bodcast_sect .owl-carousel .owl-nav {
    display: block;
    position: absolute;
    top: -60px;
    left: 0;
    direction: ltr
}

.bodcast_sect .owl-nav i {
    width: 26px;
    height: 26px;
    margin: 0 3px;
    background: 0 0;
    border: 1px solid #dedede;
    color: #999;
    line-height: 22px;
    padding: 0;
    border-radius: 30px;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.bodcast_sect .owl-nav i:hover {
    background: #0F5CBF;
    color: #fff
}

.bodcast_sect .owl-next,
.bodcast_sect .owl-prev {
    display: inline-block
}

.bodcast_sect .owl-carousel .owl-dots {
    display: block;
    margin: 25px 0;
    text-align: center
}

.bodcast_sect .owl-carousel .owl-dots .owl-dot {
    display: inline-block
}

.bodcast_sect .owl-carousel .owl-dots .owl-dot span {
    background: none repeat scroll 0 0 #869791;
    border-radius: 20px;
    display: block;
    height: 12px;
    margin: 5px 7px;
    opacity: .5;
    width: 12px
}

.bodcast_sect .owl-carousel .owl-dots .active span {
    background: #0f5cbf;
    opacity: 1
}
.main_contents .container {
    padding: 0;
}
.main_contents .post {
    margin-bottom: 30px;
    background: #fff;
    padding: 15px;
    -webkit-box-shadow: 0 6px 18px 0 #f3f3f3;
    -moz-box-shadow: 0 6px 18px 0 #f3f3f3;
    box-shadow: 0 6px 18px 0 #f3f3f3;
    border-radius: 5px;
}
.main_contents .post .thhumbnail {
    position: relative;
    padding: 0;
    width: 300px;
    height: 175px;
    overflow: hidden;
}
.main_contents .post .thhumbnail span {
    position: absolute;
    left: 10px;
    bottom: 10px;
    background: #0F5CBF;
    color: #fff;
    padding: 5px 8px;
    border-radius: 5px;
}
.main_contents .post .thhumbnail img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.main_contents .post .thhumbnail img:hover {
    -webkit-transform: rotate(5deg) scale(1.2);
    -moz-transform: rotate(5deg) scale(1.2);
    transform: rotate(5deg) scale(1.2);
}
.main_contents .post #meta-headpost {
    width: 100%;
    margin-bottom: 10px;
}
.main_contents .post #meta-headpost span {
    display: inline-block;
    margin-left: 25px;
    color: #333;
}
.main_contents .post #meta-headpost span i {
    margin-left: 5px;
}
.main_contents .post h2 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 10px;
}
.main_contents .post h2 a {
    color: #111;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.main_contents .post h2 a:hover {
    color: #0F5CBF;
}
.sidebar_box:first-child {
    margin-top: 25px;
}
.sidebar_box {
    padding: 10px 25px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
    background: #fff;
}
.sidebar_box h2 {
    font-size: 20px;
    padding: 5px;
    margin-bottom: 15px;
    font-weight: 700;
}
.sidebar_box h2:after {
    content: "";
    display: block;
    width: 50px;
    height: 2px;
    background: #d75717;
}
.sidebar_box ul li {
    margin-bottom: 10px;
}
.sidebar_box ul li a {
    color: #333;
    font-size: 14px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.rpwwt-widget ul li img {
    width: 65px;
    height: 65px;
    border-radius: 5px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.sidebar_box ul li a:hover {
    color: #ec0000;
}
.rpwwt-widget ul li:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    transform: scale(1.2);
}
.social-icon {
    list-style: none;
    margin: 0;
    padding: 0;
}
.social-icon li {
    display: inline-block;
    margin: 0;
}
.social-icon li a i {
    background: #ec0000;
    color: #fff;
    font-size: 18px;
    width: 44px;
    height: 44px;
    line-height: 44px;
    border-radius: 36px;
    text-align: center;
    -webkit-transition: 350ms;
    -o-transition: 350ms;
    transition: 350ms;
}
.social-icon li a i.fa-rss {
    background: #fa9b39;
}
.social-icon li a i.fa-facebook {
    background: #3b5998;
}
.social-icon li a i.fa-twitter {
    background: #00aced;
}
.social-icon li a i.fa-google-plus {
    background: #dd4b39;
}
.social-icon li a i.fa-vimeo-square {
    background: #7fc400;
}
.social-icon li a i.fa-youtube {
    background: #b00;
}
.social-icon li a i:hover {
    background: #1c1c1c;
}
.social-icon-box>li {
    width: 100%;
    background: #1c1c1c;
    padding: 12px;
    color: #fff;
    border-radius: 15px;
    margin-bottom: 10px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.social-icon-box>li>a, .soiallinks ul li a {
    color: #fff;
}
.social-icon-box>li>a i {
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    float: right;
    border-radius: 50px;
    margin-left: 20px;
    background: rgba(0, 0, 0, .2);
}
.social-icon-box .ts-social-title {
    font-size: 14px;
    margin-bottom: -5px;
    text-transform: uppercase;
    font-weight: 600;
}
.social-icon-box .ts-social-desc {
    display: block;
    font-size: 13px;
    font-weight: 500;
}
.social-icon-box>li.rss {
    background: #fa9b39;
}
.social-icon-box>li.facebook {
    background: #3b5998;
}
.social-icon-box>li.twitter {
    background: #00aced;
}
.social-icon-box>li.gplus {
    background: #c53942;
}
.social-icon-box>li.linkedin {
    background: #1a428e;
}
.social-icon-box>li.instagram {
    background: #f65a3e;
}
.social-icon-box>li.youtube{
	background:#ff0033;
}
.social-icon-box>li.tiktok{
	background:#201319;
}
.social-icon-box>li:hover {
    background: #111;
}
.cat-item a {
    color: #333;
    font-size: 14px;
}
.allvideos {
    padding: 50px 15px;
}
.sp-thumbnails {
    height: 100%;
    min-height: 100%}
.sp-thumbnails-container {
    height: 100%;
    min-height: 100%}
.sp-thumbnail-container .sp-thumbnail {
    border-bottom: 1px solid #f2f0f0;
    padding: 6px 2px;
}
.sp-thumbnail-image-container {
    width: 65px;
    height: 65px;
    float: right;
}
.sp-thumbnail-image-container img {
    max-width: 100%;
    height: 100%}
.sp-thumbnail-text {
    float: right;
    width: 75%;
    text-align: right;
    direction: rtl;
    padding: 0 10px;
}
.sp-slides, .sp-slides p {
    height: 100%}
.sp-slides iframe, .sp-slides video {
    width: 100%;
    height: 100%}
.single_post {
    padding-left: 0;
}
.single_post article,
.page_content article{
    background: #fff;
    padding: 15px;
	font-family: "IBM Plex Sans Arabic", sans-serif;
}
.the_breadcrumb_contents {
    margin-bottom: 25px;
    color: #888;
    font-size: 13px;
}
.the_breadcrumb_contents a, .the_breadcrumb_contents span {
    color: #888;
    font-size: 13px;
}
.single_post .titles_thumbns {
    margin-bottom: 25px;
}
.single_post .titles_thumbns h1 {
    font-size: 2.5em;
    font-weight: 700;
    color: #111;
    line-height: 1.4;
}
.single_post .titles_thumbns img {
    width: 100%;
    height: auto;
    max-width: 100%;
    border-radius: 5px;
    margin: 25px 0 0;
}
.post_category {
    margin-bottom: 30px;
}
.post_category ul li {
    display: inline-block;
    margin: 3px;
}
.post_category ul li a {
    background: #0F5CBF;
    padding: 6px 8px;
    font-size: 13px;
    border-radius: 10px;
    color: #fff;
}
.single_post .about-author {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
    padding: 25px;
    margin: 15px 0;
}
.author-thumbns {
    width: 20%;
    float: right;
    text-align: center;
}
.author-thumbns img {
    border-radius: 50%;
    width: 110px;
    height: 110px;
}
.author-info {
    width: 79%;
    float: left;
    padding-top: 15px;
}
.author-info .author-name a {
    color: #111;
    font-family: tahoma, verdana;
    font-size: 18px;
    margin-bottom: 10px;
    display: inline-block;
}
.author-info .author-bio {
    font-family: tahoma, verdana;
    font-size: 15px;
    color: #666;
}
.author-info .author-bio ul {
    display: block;
}
.author-info .author-bio ul li {
    display: inline-block;
}
.comments {
    padding: 25px 20px;
    background: #fff;
    border-radius: 15px;
    margin: 10px 0;
}
.comments h3#reply-title {
    display: inline-block;
    padding: 5px 20px;
    background: #0f5cbf;
    color: #fff;
    font-size: 16px;
    height: 40px;
    line-height: 30px;
    font-weight: 400;
    border-radius: 5px;
    z-index: 8;
    position: relative;
}
.comments p {
    margin: 15px 0;
}
.comment-form-comment {
    margin: 10px 0;
}
.comments .comment-form-author input, .comments .comment-form-email input, .comments .comment-form-url input {
    width: 100%;
    outline: 0;
    border: none;
    background: #fff;
    height: 45px;
    border-radius: 1px;
    padding: 0 30px;
    border: 1px solid #ddd;
    color: #2b2d34;
    font-weight: 500;
    font-size: 14px;
    margin: 5px;
}
.comments .comment-form-comment textarea {
    width: 100%;
    outline: 0;
    border: none;
    background: #fff;
    padding: 0 30px;
    color: #2b2d34;
    font-weight: 500;
    border: 1px solid #ddd;
    font-size: 14px;
    margin: 5px;
}
.comments p.form-submit {
    text-align: center;
    margin-top: 5px;
}
.comments p.form-submit input[type=submit] {
    display: inline-block;
    width: 150px;
    padding: 10px 0;
    outline: 0;
    border: none;
    border-radius: 10px;
    color: #fff;
    background: #333;
    font-size: 15px;
    font-weight: 900;
}
.comments ul li{display:block;width:100%;border:1px solid #f3f3f3;}
.comment-author span.says {
    display: none;
}
.comment-author img {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    margin-left: 20px;
    vertical-align: middle;
}
.comment-author cite {
    color: #333;
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    vertical-align: middle;
}
.comment-author {
    font-size: 0;
}
.comment-body {
    position: relative;
    margin-bottom: 30px;
}
.comment-meta.commentmetadata {
    position: absolute;
    left: 0;
    top: 15px;
    font-size: 14px;
    color: #b1b3be;
    font-weight: 500;
}
.comment-meta.commentmetadata a {
    color: #b1b3be;
}
.comment-body p {
    font-size: 16px;
    color: #000;
    margin-top: 15px;
    margin-right: 70px;
    line-height: 30px;
}
.reply {
    margin-right: 70px;
    margin-top: 15px;
}
.reply a {
    color: #f3c60f;
    font-size: 14px;
    font-weight: 600;
    padding: 6px 19px;
    background: #f2f2f2;
    border-radius: 13px;
}
p.comment-form-author, p.comment-form-email {
    width: calc(50% - 15px);
    float: right;
}
p.comment-form-email {
    margin-right: 30px;
}
.comment-respond label {
    margin-bottom: 5px;
}
.comment-form-cookies-consent {
    display: none;
}
.comment ul.children {
    padding: 10px;
    padding-right: 65px;
    background: #f4f4f4;
}
.category_info {
    padding: 10px 10px;
    margin-bottom: 30px;
    border-radius: 15px;
    background: #fff;
}
.category_info h1 {
    margin: 15px 0 20px;
    font-size: 35px;
    color: #111;
}
.category_info p {
    font-size: 14px;
    color: #444;
}
.crunchify-link {
    color: #fff;
    background: #333333;
    font-size: 12px;
    border-radius: 2px;
    margin-right: 2px;
    cursor: pointer;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    box-shadow: inset 0 -3px 0 rgba(0, 0, 0, .2);
    -moz-box-shadow: inset 0 -3px 0 rgba(0, 0, 0, .2);
    -webkit-box-shadow: inset 0 -3px 0 rgba(0, 0, 0, .2);
    margin-top: 2px;
    display: inline-block;
    text-decoration: none;
}
.crunchify-link:active, .crunchify-link:hover {
    color: #fff;
}
.crunchify-twitter {
    background: black;
}
.crunchify-twitter:active, .crunchify-twitter:hover {
    background: #111;
}
.crunchify-facebook {
    background: #3b5997;
}
.crunchify-facebook:active, .crunchify-facebook:hover {
    background: #2d4372;
}
.crunchify-googleplus {
    background: #d64937;
}
.crunchify-googleplus:active, .crunchify-googleplus:hover {
    background: #b53525;
}
.crunchify-buffer {
    background: #444;
}
.crunchify-buffer:active, .crunchify-buffer:hover {
    background: #222;
}
.crunchify-pinterest {
    background: #bd081c;
}
.crunchify-pinterest:active, .crunchify-pinterest:hover {
    background: #bd081c;
}
.crunchify-linkedin {
    background: #0074a1;
}
.crunchify-linkedin:active, .crunchify-linkedin:hover {
    background: #006288;
}
.crunchify-whatsapp {
    background: #43d854;
}
.crunchify-whatsapp:active, .crunchify-whatsapp:hover {
    background: #009688;
}
.crunchify-reddit{
    background: #ff4500;
}
.crunchify-vk{  background: #45668e;}
.crunchify-tumblr{
    background: #35465c;
}
.crunchify-social {
    margin: 20px 0 25px 0;
    -webkit-font-smoothing: antialiased;
    font-size: 12px;
    overflow: hidden;
    background: #dddddd5c;
    padding: 30px 15px;
}
.crunchify-social h5 {
    width: 20%;
    float: right;
    font-size: 18px;
    line-height: 3;
    font-weight: 400;
}
.crunchify-social ul {
    width: 100%;
    float: left;
}
.crunchify-social ul li {
    width: 45px;
    height: 45px;
    float: right;
}
.crunchify-social ul li a {
    display: block;
    margin: 5px;
    padding: 8px 5px;
    text-align: center;
    box-shadow: none;
}
.Pagination {
    clear: both;
    width: 100%}
.Pagination .wp-pagenavi {
    text-align: center;
}
.Pagination .pages {
    display: none;
}
.Pagination .current, .Pagination .nextpostslink, .Pagination .page, .first, .last, .previouspostslink {
    background: #222;
    padding: 6px 14px;
    color: #fff;
    border-radius: 5px;
    display: inline-block;
    margin: 5px 7px;
    display: inline-block;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.page_content article li,
.page_content article p,
.single_post article p,
.single_post article li{
    line-height: 33px;font-family: "IBM Plex Sans Arabic", sans-serif;font-weight: 400;
  font-size: 19px;
  margin: 10px 0;
}
.Pagination .current:hover, .Pagination .nextpostslink:hover, .Pagination .page:hover, .first:hover, .last:hover, .previouspostslink:hover {
    background: #ec0000;
}
.Pagination .current {
    background: #ec0000;
}
.Pagination .extend {
    display: none;
}
.site_headers .main_menus .navbar-brand {
    display: none;
}
.section_slider_ticker .slider_ticker{width: 70%;float: right;}
.section_slider_ticker .slider_sidebars{width: 28%;float: left;}
.cr-exchange-rates{list-style: none;}
div.cr-exchange-rates:last-child{display: none;}
.cr-exchange-rates .d-flex{padding: 3px;}
.cr-exchange-rates .widget-exchange-rates-currency-table table th img{width: 25px;height: 25px;}
.cr-exchange-rates .widget-exchange-rates-currency-table table td img{margin-right: 5px;}
li.widget_block::marker{content: "";}
.basic-yop-poll-container .basic-answer .basic-answer-content{margin-right:0 !important;}
.basic-vote .basic-vote-button{background:#0f5cbf !important;color:#fff !important;border-color: transparent !important;
  border-radius: 5px !important;}
.page_content article {
    border: 1px solid #ddd;
    border-radius: 15px;
    padding: 25px;
}
.page_content article h2,
.page_content article h3,
.page_content article h4,
.page_content article h5,
.page_content article p,
.page_content article ul,
.page_content article li{margin-bottom:10px}
.page_content .titles_thumbns {
    margin-bottom: 25px;
}
.page_content .titles_thumbns h1 {
    font-size: 2.5em;
    font-weight: 700;
    color: #111;
    line-height: 1.4;
}
.page_content .titles_thumbns img {
    width: 100%;
    height: auto;
    max-width: 100%;
    border-radius: 5px;
    margin: 25px 0 0;
}
.wpcf7-form p {
    margin-bottom: 10px;
}
.wpcf7-form p#headds {
    margin-bottom: 10px;
    display: block;
}
.wpcf7-form p .wpcf7-form-control-wrap {
    display: inline-block;
    margin-top: 10px;
}
.wpcf7-form p input, .wpcf7-form p textarea {
    border: 1px solid #ddd;
    padding: 5px;
    border-radius: 10px;
}
.wpcf7-quiz {
    width: 150px;
}
.error_page {
    padding: 35px 10px;
    overflow: hidden;
}
.error_page h3 {
    font-size: 255px;
    font-weight: 700;
    margin-bottom: 15px;
}
.error_page h6 {
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 15px;
}
.error_page p {
    margin-bottom: 15px;
}
.site_footer {
    background: #161619;
    height: auto;
    padding: 15px;
}
.site_footer p {
    color: #fff;
    direction: rtl;
    margin: 5px 5px;
    font-size: 14px;
}
.socialslnks {
    margin-left: 35px;
}
.socialslnks li {
    float: right;
    margin: 4px;
}
.socialslnks li a {
    color: #fff;
    padding: 4px 5px;
    width: 25px;
    height: 28px;
    border-radius: 5px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.socialslnks li a i {
    font-size: 14px;
}
.socialslnks li a:hover {
    background: #d75717;
    color: #fff;
}
.footermenus li {
    float: right;
}
.footermenus li a {
    color: #fff;
    font-size: 13px;
    padding: 8px 5px;
    margin-left: 5px;
}
.footermenus li a:hover {
    background: 0 0;
    color: #d75717;
}
#menu-footers {
    max-width: 50%;
    overflow: hidden;
    height: 40px;
}
.feautred_posts {
    margin: 15px 0;
    background: #fff;
}
.feautred_posts .innersfeaut {
    display: block;
    clear: both;
    border-radius: 3px;
    padding: 20px;
    overflow: hidden;
    margin: 0 0 15px;
}
.feautred_posts .headsfeaut {
    display: block;
    clear: both;
    margin-bottom: 15px;
    position: relative;
}
.feautred_posts .headsfeaut .title {
    display: inline-block;
    padding: 10px 15px;
    background: #0f5cbf;
    color: #fff;
    font-size: 22px;
    line-height: 30px;
    font-weight: 400;
    border-radius: 5px;
    z-index: 8;
    position: relative;
}
.feautred_posts .posts {
    overflow: hidden;
    vertical-align: top;
    display: inline-block;
    padding: 0;
}
.feautred_posts #inerrspost {
    width: 100%;
    height: 100%;
    min-height: 385px;
    padding: 15px;
    margin: 5px;
    margin-top: 10px;
    margin-left: 15px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
    display: inline-block;
}
.feautred_posts .thumb {
    float: none;
    width: 100%;
    height: 250px;
    margin-left: 15px;
    display: block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}
.feautred_posts .thumb img {
    width: 100%;
    height: 100%}
.feautred_posts .cont-title {
    margin-top: 15px;
    margin-bottom: 5px;
    overflow: hidden;
    height: auto;
    clear: both;
}
.feautred_posts .cont-title a {
    font-size: 17px;
    color: #444;
    font-weight: 700;
    display: block;
    line-height: 28px;
    max-height: 4.5em;
    overflow: hidden;
}
.feautred_posts .cont-title a:hover{
    color: #0f5cbf;
}
.cont-author a {
    font-size: 14px;
    color: #666;
}
.cont-author i {
    margin-left: 5px;
    font-size: 14px;
    color: #666;
}
a {
    text-decoration: none;
}
a:focus, a:hover {
    text-decoration: none;
}
.pre-loader {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.pre-loader .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.pre-loader .content img {
    max-width: 350px;
    height: auto;
}
@-webkit-keyframes loader {
    0% {
    width: 0;
}
20% {
    width: 10%}
25% {
    width: 24%}
43% {
    width: 41%}
56% {
    width: 50%}
66% {
    width: 52%}
71% {
    width: 60%}
75% {
    width: 76%}
94% {
    width: 86%}
100% {
    width: 100%}
}@keyframes loader {
    0% {
    width: 0;
}
20% {
    width: 10%}
25% {
    width: 24%}
43% {
    width: 41%}
56% {
    width: 50%}
66% {
    width: 52%}
71% {
    width: 60%}
75% {
    width: 76%}
94% {
    width: 86%}
100% {
    width: 100%}
}.pre-loader .progress-bar {
    background-color: #d3d3d3;
    border: none;
    overflow: hidden;
    width: 200px;
    height: 2px;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 42px 0 0 0;
}
.pre-loader .progress-bar .Shape_1 {
    background-color: #d3d3d3;
    position: absolute;
    left: 583px;
    top: 459px;
    width: 200px;
    height: 2px;
    z-index: 4;
}
.pre-loader .progress-bar span {
    display: block;
}
.pre-loader .bar {
    background-color: #d3d3d3;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.pre-loader .progress {
    -webkit-animation: loader 8s ease infinite;
    animation: loader 8s ease infinite;
    background: #771413;
    border: none;
    color: #fff;
    padding: 0;
    width: 0;
    height: 2px;
}
.pre-loader .progress-bar {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.author-profile-card {
    background: #fff;
    border: 1px solid #eee;
    padding: 25px;
    overflow: hidden;
    webkit-box-shadow: 0 6px 18px 0 #ddd;
    -moz-box-shadow: 0 6px 18px 0 #ddd;
    box-shadow: 0 6px 18px 0 #ddd;
    border-radius: 10px;
    margin-bottom: 25px;
}
.author-profile-card h2 {
    width: 84%;
    float: left;
    font-weight: 700;
    color: #00a367;
}
.author-profile-card .author-info {
    width: 84%;
    float: left;
}
.author-profile-card .author-photo {
    width: 15%;
    float: right;
}
.author-profile-card .author-photo img {
    max-width: 100%}
.related_posts {
    padding: 10px 0;
    background: #fff;
}
.related_posts h2{
    display: inline-block;
    padding: 5px 20px;
    background: #0f5cbf;
    color: #fff;
    font-size: 16px;
    height: 40px;
    line-height: 30px;
    font-weight: 400;
    border-radius: 5px;
    z-index: 8;
    position: relative;
}
.main_contents .related_posts .post {
    box-shadow: none;
}
.main_contents .related_posts .post .thhumbnail {
    width: 100%}
.main_contents .related_posts .post .Description {
    margin: 15px 0;
}
.main_contents .related_posts .post .Description h3 a {
    color: #333;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
}
.main_contents .related_posts .post #meta-headpost {
    margin-top: 5px;
}
.main_contents .related_posts .post #meta-headpost span {
    font-size: 13px;
    color: #666;
}
.older_newer_posts {
    margin: 15px 0;
    padding: 10px 0;
    background: #fff;
    overflow: hidden;
    border: 1px solid #ddd;
    border-radius: 15px;
}
.older_newer_posts .post-box {
    float: right;
    width: 50%;
    padding: 25px;
}
.older_newer_posts .post-box.prevPost img {
    border: 1px solid #ddd;
    max-width: 100%;
    width: 100%;
    height: 165px;
}
.older_newer_posts .post-box.nextPost img {
    border: 1px solid #ddd;
    max-width: 100%;
    width: 100%;
    height: 165px;
}
.older_newer_posts .post-box h3 {
    margin-top: 15px;
    text-align: center;
    color: #000;
    font-size: 16px;
    font-weight: 700;
}
.older_newer_posts .post-box a {
    display: block;
    position: relative;
}
.older_newer_posts .post-box a:before {
    font-family: FontAwesome;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    top: 30%;
    left: 0;
    right: 0;
    display: inline-block;
    width: 65px;
    margin: 0 auto;
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    border: 1px solid #fff;
    padding: 10px;
    text-align: center;
    border-radius: 50%;
    background: rgba(32, 32, 32, .7);
}
.older_newer_posts .post-box.prevPost a:before {
    content: "\f105"}
.older_newer_posts .post-box.nextPost a:before {
    content: "\f104"}
.top_heads .ads_topheads img {
    max-width: 100%}
.main_contents_echodata {
    margin: 10px 0;
    padding: 10px;
}
.echodata_post .inners {
    text-align: center;
    background: #fff;
    padding:  25px 15px;
    border-radius: 5px;
}
.echodata_post .inners img {
    max-width: 100%;
    width:  150px;
    margin-bottom:  15px;
}
.echodata_post .inners h3 {
    font-size: 20px;
}
.echodata_post .inners h3 a {
    color: #222;
}
.single_post_echodata .titles_thumbns img {
    max-width: 100%;
    width: 180px;
    margin:  0 auto;
    display:  block;
    
}
body.category .site_headers {
    -webkit-box-shadow: 0 6px 18px 0 #f3f3f3;
    -moz-box-shadow: 0 6px 18px 0 #f3f3f3;
    box-shadow: 0 6px 18px 0 #f3f3f3;
}
.wp-block-embed {margin:0;}