/*
Theme Name: Enab Baladi
Author: Enab Baladi
Version: 3.0
Text Domain: enabbaladi.net
*/


/*@font-face {
  font-family: 'Dubai-Bold';
  src: url('assets/fonts/DubaiW23-Bold.eot?#iefix') format('embedded-opentype'), url('assets/fonts/DubaiW23-Bold.woff') format('woff'), url('assets/fonts/DubaiW23-Bold.ttf') format('truetype'), url('assets/fonts/DubaiW23-Bold.svg#Dubai-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}*/

@font-face {
    font-family: 'Dubai-Regular';
    src: url('assets/fonts/DubaiW23-Regular.eot?#iefix') format('embedded-opentype'), url('assets/fonts/DubaiW23-Regular.woff') format('woff'), url('assets/fonts/DubaiW23-Regular.ttf') format('truetype'), url('assets/fonts/DubaiW23-Regular.svg#Dubai-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica-Reg';
    src: url('assets/fonts/helveticareg.eot');
    src: url('assets/fonts/helveticareg.eot#iefix') format('embedded-opentype'), url('assets/fonts/helveticareg.woff') format('woff'), url('assets/fonts/helveticareg.ttf') format('truetype'), url('assets/fonts/helveticareg.svg#helveticareg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica-Bd';
    src: url('assets/fonts/helveticabold.eot');
    src: url('assets/fonts/helveticabold.eot#iefix') format('embedded-opentype'), url('assets/fonts/helveticabold.woff') format('woff'), url('assets/fonts/helveticabold.ttf') format('truetype'), url('assets/fonts/helveticabold.svg#helveticabold') format('svg');
    font-weight: normal;
    font-style: normal;
}

a {
    color: inherit;
    text-decoration: none;
}

a:hover {
    color: inherit;
    text-decoration: none;
    /* color: #000; */
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'PT Serif';
}

p,
div,
samp {
    font-family: 'PT Serif';
}

.container-fluid {
    background: #f5f5f5;
}

.container-inner {
    max-width: 81.29rem;
    margin: 0 auto;
    background: #ffffff;
    padding: 20px 20px 0 20px;
    position: relative;
}

.border-top-red {
    border-top: 1px solid #DD172A;
}

.border-bottom-red {
    border-bottom: 1px solid #DD172A;
}

.border-top-gray {
    border-top: 1px solid #EAEAEA;
}


/* one post */

.one-post {
    margin-bottom: 20px;
    width: 100%;
}

.one-post p {
    font-size: 13px;
}

.one-post h3 {
    font-size: 1.07rem;
    font-weight: 600;
    line-height: 1.4;
}

.one-post .item-thumbnail {
    margin-bottom: 10px;
    position: relative;
}

.no-thumbnail .item-label-red {
    bottom: -16px !important;
}

.no-thumbnail .item-content {
    padding: 10px 5px 5px 5px !important;
}

.no-thumbnail .gallery-overlay {
    display: none;
}

.one-post .item-label-red {
    background: #ED1C24;
    color: #fff;
    padding: 0 10px;
    position: absolute;
    font-size: 11px;
    bottom: -6px;
}

.one-post samp {
    font-size: 12px;
    color: #7d7d7d;
}

.one-post .item-content p {
    margin-bottom: 0px;
}

.light-gray .one-post {
    background: #f7f7f7;
}

.light-gray .item-content {
    padding: 0 5px 5px 5px;
}

.opinion-archive .light-gray .item-content {
    padding-top: 5px;
}

.dark-gray .one-post {
    background: #484848;
}

.dark-gray .one-post h3,
.dark-gray .one-post p {
    color: #ffffff;
}

.dark-gray .item-content {
    padding: 0 5px 5px 5px;
}

.red-back .one-post {
    background: #eb2227;
}

.red-back .one-post h3,
.red-back .one-post p {
    color: #ffffff;
}

.red-back .item-content {
    padding: 0 5px 5px 5px;
}

.red-back .one-post .item-label-red {
    background: #000000;
}

.red-back .one-post samp {
    color: #ffffff;
}

img.alignleft {
    margin: 0 10px 10px 0;
}

.alignleft {
    float: left;
}

img.alignright {
    margin: 0 0 10px 10px;
}

.alignright {
    float: right;
}

.green-back .one-post {
    background: #03a550;
}

.green-back .one-post h3,
.green-back .one-post p {
    color: #ffffff;
}

.green-back .item-content {
    padding: 0 5px 5px 5px;
}

.green-back .one-post samp {
    color: #ffffff;
}

.black-back .one-post {
    background: black;
}

.black-back .one-post h3,
.green-back .one-post p {
    color: #ffffff;
}

.black-back .item-content {
    padding: 0 5px 5px 5px;
}

.black-back .one-post samp {
    color: #ffffff;
}


/* end one post */

.with-side {
    margin-left: 12rem;
}

.with-side>div {
    /*display: flex;*/
}


/* min-nav */


/* header */

.header {
    /* padding-bottom: 20px; */
    border-bottom: 1px solid #eb2227;
}

.header .container-inner {
    padding: 0;
}

.header .row .logo {
    padding-right: 10px;
    padding-top: 8px;
    width: 46px;
    padding: 5px 0;
}

.shrink {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
    background: #fff;
    padding-bottom: 0;
    -webkit-box-shadow: 0px 0px 9px 0px rgba(50, 50, 50, 0.4);
    -moz-box-shadow: 0px 0px 9px 0px rgba(50, 50, 50, 0.4);
    box-shadow: 0px 0px 9px 0px rgba(50, 50, 50, 0.4);
}

.padding-top {
    padding: 3.5rem 0 0 0;
}


/* end header */

.min-nav li {
    font-family: 'Helvetica-Reg';
}

.min-nav .menu-main_menu-container>ul {
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0;
}

.min-nav .menu-main_menu-container>ul>li {
    display: inline-block;
}

.min-nav .menu-main_menu-container>ul>li:last-child {
    float: none;
}

.min-nav .menu-main_menu-container>ul>li>a {
    padding: 0.50rem 0.50rem;
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
}

.min-nav .sub-menu {
    display: none;
    padding-right: 0px;
    z-index: 10;
    position: absolute;
    width: 100%;
    left: 0;
    background: #F5F5F5;
}

.min-nav .menu-main_menu-container>ul>li:hover .sub-menu {
    display: block;
}

.min-nav .menu-main_menu-container .current-menu-item .sub-menu,
.min-nav .menu-main_menu-container .current-menu-parent .sub-menu,
.min-nav .current-post-ancestor .sub-menu {
    display: block;
}

.min-nav .menu-main_menu-container>ul>.current-menu-item>a,
.min-nav .menu-main_menu-container>ul>.current-menu-parent>a,
.min-nav .sub-menu .current-menu-item,
.min-nav .current-post-ancestor>a {
    color: #ed1c24;
}

.min-nav .sub-menu li {
    list-style: none;
    display: inline-block;
}

.min-nav .sub-menu>li>a {
    padding: 0.50rem 0.60rem;
    display: block;
    text-transform: uppercase;
    font-size: 13px;
    white-space: nowrap;
}

.current-main-category {
    font-family: 'Helvetica-Bd';
    font-size: 1.15rem!important;
}

.current-category {
    font-family: 'Helvetica-Bd';
    font-size: 0.9rem !important;
}

.selected-category {
    color: red;
}

.min-nav .menu-main_menu-container>ul>li>a {
    padding: 1rem 0.50rem !important;
    font-weight: 800 !important;
    font-size: 14px;
}

.min-nav .menu-main_menu-container>ul>li>a:hover {
    color: blue;
}

.logo img {
    width: 9rem;
    padding: 5px 0;
    max-width: inherit;
}

.menu {
    margin-top: 0.5rem;
    list-style: none;
}

.min-left-nav {
    padding-right: 4rem !important;
}

.full-header-menu {
    background-color: black !important;
    padding-top: 5rem;
    z-index: 200;
    width: 100%;
    height: 100%;
    position: fixed;
    display: none;
    padding-right: 2rem;
}

.nav-header {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}

.header-search {
    padding: 0rem 5rem 1rem 3rem;
}

.left-menu {
    float: right !important;
    padding-left: 1rem;
}

.left-menu img {
    width: 25px !important;
    padding-top: 0.9rem;
}

.left-menu img:hover {
    cursor: pointer;
}

.mobile-edition {
    display: none;
}

.padding-top-mobile {
    padding-top: 5rem;
}

.min-nav {
    margin-left: 6.4rem;
}

#min-nav .mares>a {
    color: #fff0;
    content: "";
    background: url(https://www.enabbaladi.net/wp-content/uploads/2018/09/mares-logo-png-011.png) no-repeat;
    background-position: 7px 15px;
}

.left-menu.dropdown a:first {
    padding: 1rem 0rem !important;
}

@media(max-width:970px) {
    .min-nav {
        margin-left: 4.4rem !important;
    }
    .mobile-menu ul li:not(.left-menu) {
        display: none;
    }
    .full-header-menu .nav-header {
        padding-right: unset !important;
    }
    .header-search {
        padding: unset;
    }
    .footer-ul {
        padding: 0rem 5rem 0rem 5rem !important;
    }
    .footer-copyright {
        padding: 0rem 2rem 0rem 2rem !important;
    }
}

.footer-social-media li img {
    height: 32px;
    width: 25px;
}


/* end min-nav */

.top-social-media {
    padding-right: 0px;
    margin-bottom: 0;
    float: right;
}

.top-social-media li {
    list-style: none;
    display: table-cell;
    padding: 5px 4px;
}

.top-social-media li img {
    width: 22px;
}

.search-form-top input {
    width: 97px;
    border: 0px;
    font-size: 16px;
    background-image: url(assets/images/searchicon.png);
    background-position: 10px 6px;
    background-repeat: no-repeat;
    padding: 12px 0px 12px 35px;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
    height: 35px;
    margin-top: -6px;
    margin-left: 1rem;
}

.search-form-top input:focus {
    width: 300px;
}

.search-form-top {
    float: right;
    padding-top: 5px;
}

.text-date {
    padding-top: 5px;
    margin: 0;
    font-size: 13px;
    font-weight: 700;
}


/* post news article*/

.single-post .article-body {
    margin-right: 25rem;
    margin-left: 12.5rem;
}

.single-post .article-body table {
    width: 100%;
}

.single-post .post-thumbnail img {
    width: 100%;
    height: auto;
}

.post-thumbnail-video {
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 52.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
}

.post-thumbnail-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.post-thumbnail {
    margin-bottom: 20px !important;
}


/* end post news article */

.post-share-bar {
    list-style: none;
    padding: 0;
    margin-left: -2px;
    margin-right: -2px;
    margin-bottom: 0px;
}

.post-share-bar li {
    display: table-cell;
    padding: 0 2px;
}

.post-share-bar img {
    width: 32px;
}

.post-category a {
    color: #808080;
    font-size: 12px;
}

.post-category img {
    width: 15px;
}

.post-datetime {}

.post-datetime ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.post-datetime li {}

.post-datetime a {
    color: #808080;
    font-size: 12px;
}

.post-datetime img {
    width: 13px;
}

.font-large {
    border-top: 1px solid #DDDCDC;
    margin-top: 5px;
}

.font-large img {
    width: 15px;
}

.font-large samp {
    line-height: 0.5;
}

.meta-post {
    margin-left: -12.40rem;
    position: absolute;
    max-width: 11.10rem;
    width: 100%;
    top: 0;
}

.post-authors {
    text-align: center;
    border-bottom: 1px solid #DDDCDC;
    margin-bottom: 10px;
    padding-bottom: 2px;
}

.post-authors img {
    width: 100px;
}

.post-authors h3 {
    font-size: 12px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.category-opinion-analysis .post-thumbnail {
    display: none;
}

.breadcrumbs {
    position: relative;
    margin: 0;
    color: #757575;
    margin-bottom: 10px;
}

.breadcrumbs ul {
    margin: 10px 0 0 0;
    padding: 0px;
}

.breadcrumbs ul li {
    display: inline-block;
}

.breadcrumbs a {
    color: #727272;
    font-size: 15px;
    white-space: pre-wrap;
}

.sep {
    color: #9e9e9e;
    padding: 0 3px;
}


/* custom grid enab*/

.one-side-content .one-post {
    display: flex;
}

.one-side-content .item-thumbnail {
    margin-bottom: 0px;
    width: 75%;
    order: 2;
}

.one-side-content .item-content {
    width: 25%;
    padding: 10px;
    order: 1;
}

.one-side-content .one-post h3 {
    font-size: 23px;
    font-weight: 600;
    line-height: 1.4;
}

.one-side-content .item-label-red {
    bottom: 0;
}


/* list-post */

.list-post {
    display: block !important;
}

.list-post .one-post {
    width: 100%;
    height: auto;
    clear: both;
    border-top: 1px solid #e0e0e0;
    display: flex;
}

.list-post .item-thumbnail {
    width: 30%;
    margin-bottom: 0;
    height: 100%;
}

.list-post .item-content {
    padding: 0.5rem;
    width: 70%;
}

.list-post h3 {}

.list-post .item-label-red {
    bottom: 0px;
}

.mobile {
    display: none;
}


/* end list post */


/* enab-sidenav  */

.enab-sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background: #efefef;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    text-align: right;
}

.enab-sidenav a {
    padding: 3px 10px 3px 8px;
    text-decoration: none;
    font-size: 20px;
    color: #000;
    display: block;
    transition: 0.3s;
    border-bottom: 1px solid #e6e3e3;
}

.enab-sidenav a:hover {
    background: #d0d0d0;
}

.enab-sidenav .closebtn {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 36px;
    margin-right: 50px;
    ;
}


/* end enab-sidenav  */

.mobile {
    overflow: auto;
}

.mobile .logo {
    float: right;
}

.mobile .meta-menu {
    float: left;
    direction: ltr;
}

.mobile .meta-menu div {
    display: inline-block;
}

.mobile .eb_menu_mobile {
    font-size: 35px;
    cursor: pointer;
    display: block;
    color: #000000;
    line-height: 1;
}

.mobile .search-logo img {
    margin: 0 0 13px 5px;
}

.mobile .eb_eng {
    font-size: 24px;
    color: #5c5c5c;
    margin: 0 0 0px 6px;
    display: table-caption;
}

.meta-section {
    position: absolute;
    left: 20px;
    text-align: left;
}

.bottom {
    bottom: 0px;
}

.meta-section .title-section h3 {
    font-size: 20px;
    color: #DD172A;
}

.currency-exchange {
    margin-bottom: 20px;
}

.currency-exchange h5 {
    font-size: 12px;
    color: #7B7B7B;
    margin-bottom: 0px;
}

.currency-exchange p {
    margin-bottom: 3px;
    font-size: 12px;
}

.currency-exchange hr {
    margin: 5px 0 10px 0;
}

.container-fluid section .more {
    text-align: left;
    padding-right: 11px;
    margin-top: -10px;
}

.container-fluid section .more a {
    font-weight: 800;
    margin-bottom: 10px;
    display: inline-block;
}

.container-fluid section .more img {
    width: 16px;
    margin-right: 5px;
}

.one-post .authors-thumbnail img {
    max-width: 130px;
}

.one-post .author-name {
    margin-bottom: 3px;
    color: #DD172A;
    font-size: 12px;
}

.inline-author .one-post {
    border-top: none;
}

.inline-author .author-name {
    text-align: center;
    margin-top: 5px;
}


/* footer */

footer {
    background: #e9e9e9 !important;
}

footer .container-inner {
    background: none;
}

.footer-social-media {
    padding-left: 0px;
    margin-bottom: 20px;
    text-align: center;
}

.footer-social-media li {
    list-style: none;
    display: inline-block;
    padding: 0px 8px;
}

.footer-social-media li img {
    width: 25px;
}

.menu-footer ul {
    padding-right: 0;
    margin-bottom: 20px;
    text-align: center;
}

.menu-footer ul li {
    list-style: none;
    display: inline-block;
    padding: 4px 10px;
    border-right: 1px solid #919191;
    font-size: 20px;
}

.menu-footer ul li:last-child {
    border-right: none;
}

.copyright {
    border-top: 1px solid #a9a9a9;
    text-align: left;
}

.copyright p {
    margin: 10px 0;
}

.footer-menu {
    background-color: black !important;
}

.footer-copyright {
    padding: 0rem 5rem 0rem 5rem;
}

.footer-ul {
    text-align: left;
    list-style-type: none;
    width: 100%;
    padding: 0rem 5rem 0rem 5rem;
}

.footer-ul ul {
    padding: 0px;
}

.footer-ul a:hover {
    color: gray;
}

.footer-ul a {
    color: white;
}

.footer-menu p {
    color: white !important;
}

.menu-footer a {
    color: white !important;
}

.menu-footer a:hover {
    color: gray !important;
}

.footer-social-media li img {
    height: 32px;
}

@media (max-width: 777px) {
    .min-nav {
        margin-left: 1.2rem !important;
    }
    .inner-footer-ul li {
        display: none;
    }
    .inner-footer-ul li a {
        font-size: 1.2rem;
    }
    .footer-ul li {
        text-align: center;
    }
}

.big-icon {
    width: 40px !important;
    height: 40px !important;
}

.no-right-padding {
    padding-right: 0px !important;
}

.en-link {
    padding-left: 0.4rem;
}

.copyright p {
    text-align: center;
    color: white;
}


/* end footer */

.widgets-area {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 23.75rem;
    margin: 0 10px 0 20px;
    width: 100%;
}

.post-thumbnail .caption,
.big-thumbnail .caption {
    font-size: 13px;
    font-style: italic;
    padding: 2px 0;
    border-bottom: 1px solid #ececec;
    margin-bottom: 5px;
}

.post-thumbnail .caption img,
.big-thumbnail .caption img {
    width: 15px;
    margin-left: 5px;
}

.big-thumbnail {
    margin: 0 -20px 0 -20px;
}

.big-thumbnail img {
    width: 100%;
    height: auto;
}

.widget-recent-posts {
    list-style: none;
    padding-left: 0px;
}

.widget-recent-posts li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 10px;
}

.widget-recent-posts .thumbnail img {
    margin-right: 10px;
    width: 100px;
    height: auto;
    max-width: inherit;
}

.widget-recent-posts .content h3 {
    font-size: 1rem;
    margin-bottom: 0px;
}

.widget-recent-posts .content samp {
    font-size: 11px;
}

.widget_recent_entries>h3 {
    margin-bottom: 10px;
    border-top: 1px solid #DD172A;
    color: #000;
    padding-top: 5px;
    font-size: 1rem;
}

.widget_recent_entries .content {
    margin: auto 0;
}

.widget-recent-posts .author {
    width: 90px !important;
}

.content-article {
    position: relative;
    font-size: 18px;
}

.content-article a {
    color: #1d62b7;
}

.content-article .aligncenter img {
    width: 100%;
    height: auto;
}

.content-article .size-full {
    width: 100%;
    height: auto;
}

.wp-caption .wp-caption-text {
    font-size: 13px;
    font-style: italic;
}

.wp-caption {
    width: initial !important;
}

.quotebox {
    display: block;
    background: #f5f5f5;
    margin: 0 0 20px;
    position: relative;
    border-left: 3px solid #eb2227;
    -moz-box-shadow: 2px 2px 15px #ccc;
    -webkit-box-shadow: 2px 2px 15px #ccc;
    box-shadow: 2px 2px 15px #ccc;
    font-weight: 700;
    padding: 5px 20px 5px 20px;
    width: 100% !important;
    height: auto !important;
    line-height: 1.3;
}

.quotebox::before {
    content: url('assets/images/right-quote-sign.svg');
    display: block;
    height: 50px;
    width: 50px;
    position: absolute;
    right: 15px;
    top: 5px;
}

.quotebox::after {
    content: url('assets/images/left-quote-sign.svg');
    display: block;
    height: 50px;
    width: 50px;
    position: absolute;
    left: 15px;
    bottom: 5px;
}

.quotebox .quoteintext {
    text-align: justify !important;
    padding-top: 50px;
    padding-bottom: 50px;
}

blockquote {
    font-weight: 700;
    padding-right: 20px;
    font-style: italic;
}

.page-numbers {
    list-style: none;
    padding-right: 0;
}

.page-numbers li {
    display: inline-block;
    font-size: 13px;
    padding-bottom: 3px;
}

.page-numbers a {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #03a550;
    background-color: #fff;
    border: 1px solid #ddd;
}

.page-numbers span {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #ffffff;
    background-color: #03a550;
    border: 1px solid #ddd;
}

.page-numbers .dots {
    background-color: #ddd;
    color: #000;
}

.category-pdf .one-post h3 {
    font-size: 0.9rem;
}

.content-pdf .article-body,
.content-video .article-body,
.content-gallery .article-body {
    margin-right: 0 !important;
}

.content-pdf .font-large,
.content-video .font-large,
.content-gallery .font-large {
    display: none;
}

.content-video .container-fluid,
.content-gallery .container-fluid {
    background: #383838;
}

.content-video .container-inner,
.content-gallery .container-inner {
    background: #484848;
}

.content-video,
.content-video a,
.content-gallery,
.content-gallery a {
    color: #fff;
}

.content-video .with-side,
.content-gallery .with-side {
    margin-left: -10px;
    margin-right: 12rem;
}

.content-video .meta-section,
.content-gallery .meta-section {
    right: 20px;
    left: auto;
}

.video-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .4);
    text-align: center;
    color: #fff;
}

.video-overlay:before {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 48%;
    top: -webkit-calc(50% - 16px);
    top: -moz-calc(50% - 16px);
    top: calc(50% - 16px);
    left: 48%;
    left: -webkit-calc(50% - 16px);
    left: -moz-calc(50% - 16px);
    left: calc(50% - 16px);
    content: "\f04b";
    font-size: 0px;
    background: url('assets/images/play-button.svg');
    background-repeat: no-repeat;
    background-size: 40px 40px;
    display: inline;
    color: inherit;
    -webkit-transition: opacity .4s;
    -moz-transition: opacity .4s;
    transition: opacity .4s;
}

.gallery-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .4);
    text-align: center;
    color: #fff;
}

.gallery-overlay:before {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 48%;
    top: -webkit-calc(50% - 16px);
    top: -moz-calc(50% - 16px);
    top: calc(50% - 16px);
    left: 48%;
    left: -webkit-calc(50% - 16px);
    left: -moz-calc(50% - 16px);
    left: calc(50% - 16px);
    content: "\f04b";
    font-size: 0px;
    background: url('assets/images/photo-camera.svg');
    background-repeat: no-repeat;
    background-size: 40px 40px;
    display: inline;
    color: inherit;
    -webkit-transition: opacity .4s;
    -moz-transition: opacity .4s;
    transition: opacity .4s;
}

p>embed,
p>iframe,
p>object,
span>embed,
span>iframe,
span>object {
    margin-bottom: 0;
}

embed,
iframe,
object,
video {
    max-width: 100%;
}

.last-newspaper {
    max-width: 140px;
}

.last-newspaper:hover {
    max-width: 185px;
    overflow: visible;
}

.last-newspaper .item-content {
    display: none;
}

.last-newspaper .item-thumbnail {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    background-color: transparent;
    margin: 2px;
}

.attach-post ul {
    list-style: none;
    text-align: center;
    margin: 0;
}

.attach-post ul li {
    display: inline-block;
    padding: 0 5px;
}

.attach-post .telegram-follow a {
    color: #000;
}

.attach-post img {
    width: 18px;
}

.attach-post .feedback {
    font-style: italic;
    font-size: 11px;
    border-top: 1px solid #c0c0c0;
    padding-top: 5px;
    color: #808080;
    margin-bottom: 9px;
}

.attach-post li>p>a {
    font-size: 13px;
    background: #e0e0e0;
    padding: 1px 7px;
    border-radius: 4px;
}

.attach-post h5 {
    font-size: 15px;
}

.eb-related-post {
    background: #f5f5f5;
    padding: 5px;
    margin-bottom: 20px;
}

.eb-related-post h3 {
    margin-bottom: 5px;
    font-size: 17px;
}

.eb-related-post a {
    color: #696969;
    font-size: 15px;
}

.eb-related-post li {
    padding: 3px 0;
}

.eb-related-post ol {
    margin: 0;
    list-style: inherit !important;
    padding-right: 30px;
}

.ad-inside-post {
    margin: 0 10px 10px 0;
    float: left;
    text-align: center;
}

twitterwidget {
    margin: 0 auto;
}

.post-by-id {
    width: 183px;
    height: auto;
    margin: 10px -200px 10px 20px;
    border-top: 2px solid #DD172A;
    background: #F5F5F5;
    float: right;
}

.post-by-id .one-post {
    margin: 0;
}

.post-by-id .one-post a {
    color: #FFF;
}

.post-by-id .item-content {
    padding: 0 5px 5px 5px;
}

.popular-posts {
    list-style-type: decimal;
    padding-right: 20px;
    font-size: 1.1rem;
    color: #545454;
    line-height: 1.8;
}

.popular-posts-section {
    background: #dcdcdc;
}

.popular-posts-section h3 {
    font-size: 20px;
    font-weight: 600;
    color: #545454;
}

.popular-posts-section .container-inner {
    background: #dcdcdc;
    box-shadow: 0 0 10px 0 #ababab;
}

.secondary-headline {
    font-size: 23px;
    color: #4e4e4e;
}

.breaking-news {
    background: #ca1c20;
}

.breaking-news .container-inner {
    background: #eb2227;
    padding-top: 10px;
    padding-bottom: 10px;
}

.breaking-news p,
.breaking-news h2 {
    margin-bottom: 0px;
    color: #ffffff;
    display: inline-block;
}

.breaking-news h2 {
    font-size: 24px;
    margin-left: 10px;
}

.custom-search {
    margin-bottom: 20px;
    text-align: center;
}

.custom-search ul {
    list-style: none;
    padding-right: 0;
    margin-bottom: 0;
}

.custom-search li {
    display: inline-block;
    padding-left: 10px;
}

.twitter-tweet {
    margin: 0 auto;
}

.fb-post {
    margin: 0 auto 20px auto;
    display: table;
}

.author-box {
    text-align: center;
}

.author-box img {
    max-width: 180px;
    width: 100%;
}

.mob-ad {
    display: none;
}

.headline {
    font-weight: 800;
    font-size: 4rem;
}


/* ================================================================================================== */

@media (max-width: 1340px) {
    .header .container-inner {
        margin-left: 20px;
        margin-right: 20px;
    }
    .mobile-menu ul li:not(.left-menu) {
        display: none;
    }
}

@media (max-width: 1199px) {
    .with-side {
        margin-left: -10px;
    }
    .desktop {
        display: none;
    }
    .mobile {
        display: block;
        padding: 10px;
        background: #ffffff;
    }
    .mobile .logo {
        width: 130px;
    }
    .container-fluid {
        padding-right: 0px;
        padding-left: 0px;
    }
    .meta-section {
        position: unset;
        left: unset;
        text-align: unset;
    }
    .currency-exchange .currency-vertical>div {
        display: inline-block;
        margin-left: 20px;
    }
    .currency-exchange .currency-vertical>div>hr {
        display: none;
    }
    .currency-exchange .currency-vertical .flag {
        direction: ltr;
    }
    .currency-exchange h5 {
        margin-bottom: 5px;
    }
    .single-post .article-body {
        margin-left: 22rem;
        margin-right: 10.5rem;
    }
    .meta-post {
        margin-right: -10.4rem;
        max-width: 9.1rem;
    }
    .widgets-area {
        max-width: 20.75rem;
    }
    .content-video .with-side,
    .content-gallery .with-side {
        margin-left: -10px;
        margin-right: 10rem;
    }
    .temp-hide {
        display: none;
    }
    .post-by-id {
        margin: 10px -170px 10px 20px;
    }
    .mobile-menu {
        display: block;
        padding: 0px 1rem;
        background: #ffffff;
        /* position: fixed; */
        top: 0;
        z-index: 1020;
        width: 100%;
        -webkit-box-shadow: 0px 0px 5px 0px rgba(206, 140, 141);
        -moz-box-shadow: 0px 0px 5px 0px rgba(206, 140, 141);
        box-shadow: 0px 0px 5px 0px rgba(206, 140, 141);
    }
}

@media (max-width: 991px) {
    .headline {
        font-size: 3rem;
    }
    .single-post .article-body {
        margin-right: 0;
        margin-left: 20rem;
    }
    .meta-post {
        margin-left: 0;
        max-width: 100%;
        position: unset;
        margin-bottom: 20px;
    }
    .widgets-area {
        max-width: 18.75rem;
    }
    .meta-post .post-datetime,
    .meta-post .post-category,
    .meta-post .post-datetime li {
        display: inline-block;
    }
    .content-video .with-side,
    .content-gallery .with-side {
        margin-left: -10px;
        margin-right: -10px;
    }
    .post-by-id {
        margin: 10px 0px 10px 20px;
    }
}

@media (max-width: 767px) {
    .one-side-content .one-post {
        display: block;
    }
    .one-side-content .item-thumbnail {
        width: auto;
        order: unset;
    }
    .one-side-content .item-content {
        width: auto;
        order: unset;
    }
    .one-side-content .one-post h3 {
        font-size: 1.20rem;
    }
    .widgets-area {
        position: unset;
        max-width: none;
        margin: 0;
    }
    .single-post .article-body {
        margin-left: 0;
    }
    .custom-search li {
        display: block;
        margin-bottom: 10px;
        text-align: right;
        padding-left: 0;
    }
    .mob-ad {
        display: block !important;
        width: 100%;
        text-align: center;
        height: 60px;
        opacity: 1;
        z-index: 999;
        position: fixed;
        left: 0px;
        bottom: 0px;
    }
    .headline {
        font-size: 1.7rem;
    }
}

@media (max-width: 575px) {
    .one-post {
        display: flex !important;
        margin-bottom: 10px;
    }
    .padding {
        padding: 2rem;
    }
    .one-post .item-thumbnail {
        width: 30%;
        order: 1;
        margin-bottom: 0;
        min-width: 120px;
    }
    .one-post .item-content {
        width: 70%;
        order: 2;
        padding: 5px;
    }
    .one-post .item-content p {
        display: none;
    }
    .one-post .item-label-red {
        display: none;
    }
    .one-post h3 {
        font-size: 1.0rem;
    }
    .one-side-content .one-post h3 {
        font-size: 1.0rem;
    }
    .big-thumbnail {
        margin: 0 -10px 0 -10px;
    }
    .container-inner {
        padding: 10px 10px 0 10px;
    }
    .container-fluid section .more {
        margin-top: unset;
    }
    .main-post .one-post {
        display: block !important;
    }
    .main-post .one-post .item-thumbnail {
        width: 100%;
        order: unset;
        min-width: unset;
    }
    .main-post .one-post .item-content {
        width: 100%;
        order: unset;
        padding: 10px 5px;
    }
    .menu-footer ul li {
        padding: 4px 8px;
        font-size: 12px;
    }
    .menu-footer ul {
        margin-bottom: 10px;
    }
    .footer-social-media {
        margin-bottom: 10px;
    }
    .footer-social-media li img {
        width: 22px;
    }
    .copyright p {
        font-size: 11px;
    }
    .ad-inside-post {
        float: none !important;
        margin: 0 auto 22px auto !important;
        clear: both;
    }
    .post-by-id .one-post {
        display: block !important;
    }
    .post-by-id .one-post .item-thumbnail {
        width: 100%;
    }
    .post-by-id .one-post .item-content {
        width: 100%;
    }
    .no-thumbnail .item-thumbnail {
        width: 0%;
        min-width: 0px;
    }
    .no-thumbnail .item-content {
        width: 100%;
    }
    .mobile-menu ul li.dropdown {
        display: none!important;
    }
}

.white-color {
    color: white;
}

.carousel-control-next,
.carousel-control-prev {
    opacity: 1;
}

.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
    margin: auto;
}

#myCarousel {
    max-width: 650px;
    margin: 0 auto;
    background: #fff;
}

#thumbCarousel {
    max-width: 650px;
    margin: 0 auto;
    overflow: hidden;
    background: #eaeaea;
    padding: 10px 0;
}

#thumbCarousel .thumb {
    float: left;
    margin-right: 10px;
    border: 1px solid #ccc;
    background: #fff;
}

#thumbCarousel .thumb:last-child {
    margin-right: 0;
}

.thumb:hover {
    cursor: pointer;
}

.thumb img {
    opacity: 0.5;
}

.thumb img:hover {
    opacity: 1;
}

.thumb.active img {
    opacity: 1;
    border: 1px solid #1d62b7;
}

.modal-backdrop {
    background-color: black;
    opacity: 1 !important;
}

.modal-pic {
    background-color: unset!important;
    color: white;
}

.modal-lg {
    max-width: 100% !important;
}

.btns {
    display: inline-block;
    text-decoration: none;
    background: #4e5052;
    color: #FFF;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
    transition: .4s;
}

.btns span {
    font-size: xx-large;
}

.modal-content {
    min-height: 100vh !important;
    margin-top: 2% !important;
}

html,
body {
    overflow-x: hidden;
}

body {
    position: relative
}

@media (max-width: 767px) {
    .body {
        /* padding-top: 0rem; */
    }
}

.carousel {
    width: -webkit-fill-available !important;
}