/**
 * Helper
 */

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    float: none !important;
}

.flex::before,
.flex::after {
    display: none !important;
}

.vertical-top {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.vertical-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.vertical-bottom {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}



/**
 * Fix
 */

.archive-posts .jeg_ad_module.jeg_ajax_loaded {
    display: none;
}

/* FontAwesome */

.fa-facebook-official:before {
    content: "\f09a" !important;
}

.fa-telegram:before {
    content: "\f1d8" !important;
}



/**
 Base Typography
 */

/*
body,
body .content-inner {
    color: #58667E;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.7;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {

}
*/

.content-inner ul {
    color: #58667E;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.7;
}



/**
 * Header
 */

@media only screen and (max-width: 1199px) {

    .jeg_header {
        display: none !important;
    }

}

@media only screen and (max-width: 1200px) {

    .jeg_navbar_mobile,
    .jeg_navbar_mobile_wrapper {
        display: block !important;
    }

}

/* Header Top Bar */

.jeg_header .jeg_topbar .jeg_top_menu .menu-item {
    padding: 0;
}

.jeg_header .jeg_topbar .jeg_top_menu .menu-item a {
    color: #58667E;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.005em;
    line-height: 1.2;
    padding: 20px 0;
}

.jeg_header .jeg_topbar .jeg_top_menu .menu-item:not(:last-child) a::after {
    content: "·";
    display: inline-block;
    margin-left: 6px;
    margin-right: 6px;
}

/* Header Middle Bar */

.jeg_header .jeg_midbar__banner {
    margin-top: 30px !important;
}

/* Header Bottom Bar */

.jeg_bottombar {}

.jeg_header .jeg_bottombar .jeg_main_menu,
.jeg_header_sticky .jeg_stickybar .jeg_main_menu {
    /* justify-content: space-between; */
}

.jeg_header .jeg_bottombar .jeg_main_menu > li,
.jeg_header_sticky .jeg_stickybar .jeg_main_menu > li {
    /* flex: 0 0 0; */
}

.jeg_header .jeg_bottombar .jeg_main_menu > li > a,
.jeg_header_sticky .jeg_stickybar .jeg_main_menu > li > a {
    background: none !important;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.005em;
    /* padding: 0 12px; */
}

.jeg_header .jeg_bottombar .jeg_main_menu > li > .sf-with-ul::after,
.jeg_header_sticky .jeg_stickybar .jeg_main_menu > li > .sf-with-ul::after {
    content: "\f078";
    color: #fff !important;
    font-size: 8px;
    position: relative;
    top: -3px;
    margin-left: 6px;
}

.jeg_header .jeg_bottombar .jeg_main_menu > li:first-child > a,
.jeg_header_sticky .jeg_stickybar .jeg_main_menu > li:first-child > a {
    /* padding-left: 0; */
}

.jeg_header .jeg_bottombar .jeg_main_menu > li:last-child > a,
.jeg_header_sticky .jeg_stickybar .jeg_main_menu > li:last-child > a {
    /* padding-right: 0; */
}

/* Dropdown */

.jeg_header .jeg_topbar .jeg_top_menu .sub-menu,
.jeg_header .jeg_bottombar .jeg_main_menu .sub-menu,
.jeg_header_sticky .jeg_stickybar .jeg_main_menu .sub-menu {
    /* border-radius: 5px; */
    min-width: 200px;
    /* top: calc(100% + 12px); */
    /* left: -4px; */
    left: 11px;
    padding: 16px;
}

.jeg_header .jeg_topbar .jeg_top_menu .sub-menu li,
.jeg_header .jeg_bottombar .jeg_main_menu .sub-menu li,
.jeg_header_sticky .jeg_stickybar .jeg_main_menu .sub-menu li {
    line-height: 1;
}

.jeg_header .jeg_topbar .jeg_top_menu .sub-menu li + li,
.jeg_header .jeg_bottombar .jeg_main_menu .sub-menu li + li,
.jeg_header_sticky .jeg_stickybar .jeg_main_menu .sub-menu li + li {
    margin-top: 16px;
}

.jeg_header .jeg_topbar .jeg_top_menu .sub-menu li a,
.jeg_header .jeg_bottombar .jeg_main_menu .sub-menu li a,
.jeg_header_sticky .jeg_stickybar .jeg_main_menu .sub-menu li a {
    background: none !important;
    border: 0;
    color: #58667E !important;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.005em;
    text-transform: none;
    padding: 0;
}

.jeg_header .jeg_topbar .jeg_top_menu .sub-menu {
    left: -16px;
}

.jeg_header .jeg_topbar .jeg_top_menu .sub-menu li a {
    font-size: 13px;
}

.jeg_header .jeg_topbar .jeg_top_menu .sub-menu li a::after {
    display: none !important;
}

/* Mobile */

.jeg_navbar_mobile .jeg_mobile_logo .jeg_logo_img {
    max-height: 24px;
}

.jeg_navbar_mobile .jeg_mobile_toggle .fa {
    font-size: 18px;
}

.jeg_navbar_mobile .jeg_search_toggle .fa {
    font-size: 14px;
    position: relative;
    top: -2px;
}



/**
 * Footer
 */

#footer .footer-row,
#footer .copyright-row {
    background: #181D23;
    color: rgba(255, 255, 255, 0.4);
}

#footer .footer-row {
    padding-top: 84px;
    padding-bottom: 84px;
}

#footer .footer-row .textwidget {
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.005em;
    line-height: 1.7;
}

#footer .footer-row .socials_widget a {
    margin-bottom: 0;
}

#footer .footer-row .socials_widget a .fa {
    color: #fff;
}

#footer .footer-row .jeg_footer_title,
#footer .footer-row .jeg_block_title {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.005em;
    line-height: 1.2;
    text-transform: uppercase;
    margin-bottom: 50px;
}

#footer .footer-row .jeg_footer_title span,
#footer .footer-row .jeg_block_title span {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.005em;
    line-height: 1.2 !important;
    height: unset !important;
}

#footer .footer-row .widget_nav_menu {
    margin-top: -4px;
}

#footer .footer-row .widget_nav_menu .menu li:last-child {
    padding-bottom: 0;
}

#footer .footer-row .widget_nav_menu .menu li a {
    color: rgba(255, 255, 255, 0.4) !important;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.005em;
    line-height: 1.2;
}

#footer .copyright-row {
    font-size: 10px;
    font-weight: 400;
    letter-spacing: -0.01em;
    line-height: 1.2;
    text-align: center;
    padding-bottom: 32px;
}

#footer .copyright-row a {
    color: rgba(255, 255, 255, 0.4) !important;
}

@media (max-width: 767px) {
    #footer .footer-row {
        padding-top: 62px;
        padding-bottom: 40px;
    }

    #footer .footer-row .widget_nav_menu {
        margin-top: 40px;
    }

    #footer .footer-row .jeg_footer_title,
    #footer .footer-row .jeg_block_title {
        margin-bottom: 20px;
    }
}

/*
.jeg_footer .jeg_footer_primary .footer_column {
    width: 100% !important;
}

@media (min-width:992px) {

    .jeg_footer .jeg_footer_primary .footer_column:nth-child(1) {
        width: calc(100% - 150px - 40px - 40px - 300px - 40px - 15px) !important;
        padding-right: 40px !important;
    }

    .jeg_footer .jeg_footer_primary .footer_column:nth-child(2) {
        width: calc(150px + 40px + 40px) !important;
        padding-left: 40px !important;
        padding-right: 40px !important;
    }

    .jeg_footer .jeg_footer_primary .footer_column:nth-child(3) {
        width: calc(300px + 40px + 15px) !important;
        padding-left: 40px !important;
    }

}

.jeg_footer .widget_nav_menu li {
    padding: 0 0 4px;
}
*/

/* Copyright */

@media (min-width:992px) {

    .jeg_footer .jeg_footer_secondary .copyright {
        text-align: center;
    }

}



/**
 * Sidebar
 */

.jeg_main_content.vc_col-sm-8,
.jeg_main_content.col-md-8,
.jeg_main_content.col-sm-8,
.jeg_main_content.vc_col-sm-8 + .jeg_sidebar,
.jeg_main_content.vc_col-sm-8 + .jeg_sticky_sidebar,
.jeg_main_content.col-md-8 + .jeg_sidebar,
.jeg_main_content.col-sm-8 + .jeg_sidebar {
    width: 100% !important;
}

@media (min-width: 992px) {
    .jeg_main_content.vc_col-sm-8,
    .jeg_main_content.col-md-8,
    .jeg_main_content.col-sm-8 {
        width: calc(100% / 3 * 2 - 40px / 2) !important;
        padding-right: 0 !important;
        margin-right: 20px !important;
    }

    .jeg_main_content.vc_col-sm-8 + .jeg_sidebar,
    .jeg_main_content.vc_col-sm-8 + .jeg_sticky_sidebar,
    .jeg_main_content.col-md-8 + .jeg_sidebar,
    .jeg_main_content.col-sm-8 + .jeg_sidebar {
        width: calc(100% / 3 - 40px / 2) !important;
        padding-left: 0 !important;
        margin-left: 20px !important;
    }
}

/* Single Post */

@media (min-width: 992px) {
    .single-post .jeg_main_content.vc_col-sm-8,
    .single-post .jeg_main_content.col-md-8,
    .single-post .jeg_main_content.col-sm-8 {
        width: calc(100% - 300px - 40px / 2 - 15px - 40px / 2) !important;
        padding-right: 0 !important;
        margin-right: 20px !important;
    }

    .single-post .jeg_main_content.vc_col-sm-8 + .jeg_sidebar,
    .single-post .jeg_main_content.vc_col-sm-8 + .jeg_sticky_sidebar,
    .single-post .jeg_main_content.col-md-8 + .jeg_sidebar,
    .single-post .jeg_main_content.col-sm-8 + .jeg_sidebar {
        width: calc(300px + 40px / 2 + 15px - 40px / 2) !important;
        padding-left: 0 !important;
        margin-left: 20px !important;
    }
}



/**
 * Archive
 */

.archive-posts .jeg_post,
.archive-posts > .jeg_ad {
    flex-basis: 100%;
    max-width: 100%;
    margin-bottom: 50px;
    margin-left: 0;
    margin-right: 0;
}

@media (min-width: 576px) {
    .archive-posts .jeg_post,
    .archive-posts > .jeg_ad {
        flex-basis: calc(50% - 40px / 2);
    	max-width: calc(50% - 40px / 2);
        margin-left: 20px;
        margin-right: 20px;
    }

    .archive-posts .jeg_post:nth-child(odd),
    .archive-posts > .jeg_ad:nth-child(odd) {
        margin-left: 0;
    }

    .archive-posts .jeg_post:nth-child(even),
    .archive-posts > .jeg_ad:nth-child(even) {
        margin-right: 0;
    }
}

.archive-posts .jeg_post .jeg_thumb {
    border-radius: 5px;
    float: none;
    width: 100%;
    margin: 0 0 20px 0;
}

.archive-posts .jeg_post .jeg_post_title {
    color: #1A2330;
    font-size: 21px !important;
    font-weight: 900;
    letter-spacing: -0.02em;
    line-height: 1.42 !important;
    margin-bottom: 20px;
}

.archive-posts .jeg_post .jeg_post_excerpt {
    margin-bottom: 22px;
}

.archive-posts .jeg_post .jeg_post_excerpt p {
    color: #58667E;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.005em;
    line-height: 1.7;
}

.archive-posts .jeg_post .jeg_post_meta {
    color: #9CA1AA;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.005em;
    line-height: 1.7;
    text-transform: none;
}

.archive-posts .jeg_post .jeg_meta_author,
.archive-posts .jeg_post .jeg_meta_date {
    margin: 0;
}

.archive-posts .jeg_post .jeg_meta_author::after {
    content: "·";
    display: inline-block;
    margin-left: 6px;
    margin-right: 6px;
}

.archive-posts .jeg_post .jeg_meta_author a {
    color: #0099FD;
    font-weight: 500;
}

.archive-posts .jeg_post .jeg_meta_date .fa,
.archive-posts .jeg_post .jeg_meta_comment {
    display: none;
}

/* 3 Column */

.archive-posts-3-col .archive-posts .jeg_post,
.archive-posts-3-col .archive-posts > .jeg_ad {
    flex-basis: 100%;
    max-width: 100%;
    margin-bottom: 50px;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

@media (min-width: 576px) and (max-width: 767px) {
    .archive-posts-3-col .archive-posts .jeg_post,
    .archive-posts-3-col .archive-posts > .jeg_ad {
        flex-basis: calc(50% - 40px / 2);
    	max-width: calc(50% - 40px / 2);
        margin-left: 20px !important;
        margin-right: 20px !important;
    }

    .archive-posts-3-col .archive-posts .jeg_post:nth-child(odd),
    .archive-posts-3-col .archive-posts > .jeg_ad:nth-child(odd) {
        margin-left: 0 !important;
    }

    .archive-posts-3-col .archive-posts .jeg_post:nth-child(even),
    .archive-posts-3-col .archive-posts > .jeg_ad:nth-child(even) {
        margin-right: 0 !important;
    }
}

@media (min-width: 768px) {
    .archive-posts-3-col .archive-posts .jeg_post,
    .archive-posts-3-col .archive-posts > .jeg_ad {
        flex-basis: calc(100% / 3 - 40px * 2 / 3);
    	max-width: calc(100% / 3 - 40px * 2 / 3);
        margin-left: 20px !important;
        margin-right: 20px !important;
    }

    .archive-posts-3-col .archive-posts .jeg_post:nth-child(3n + 1),
    .archive-posts-3-col .archive-posts > .jeg_ad:nth-child(3n + 1) {
        margin-left: 0 !important;
    }

    .archive-posts-3-col .archive-posts .jeg_post:nth-child(3n),
    .archive-posts-3-col .archive-posts > .jeg_ad:nth-child(3n) {
        margin-right: 0 !important;
    }
}

/* Load More */

.jeg_block_navigation,
.jeg_block_loadmore {
    margin: 0 !important;
}

.jeg_block_loadmore a {
    width: 100% !important;
    border-color: #0099fd !important;
    border-radius: 5px !important;
    border-width: 1px !important;
    box-shadow: none !important;
    color: #181d23 !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    letter-spacing: 0 !important;
    line-height: 48px !important;
    height: 50px !important;
    text-transform: none !important;

    /*
    font-size: 15px !important;
    font-weight: 500 !important;
    letter-spacing: 0.005em !important;
    height: 45px !important;
    line-height: 45px !important;
    */
}

.jeg_block_loadmore a:hover,
.jeg_block_loadmore a.active {
    border-color: #0099fd !important;
    color: #fff !important;
}



/**
 * Single
 */

/* Hero */

.single .post-wrapper .post-wrap:first-child .single-post-hero {
    margin-top: 30px;
}

.single .post-wrapper .post-wrap:not(:first-child) .single-post-hero {
    margin-top: -10px;
}

.single .single-post-hero {
    position: relative;
}

.single .single-post-hero-background {
    position: relative;
    width: 100%;
    height: 600px;
    overflow: hidden;
}

.single .single-post-hero-background::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.95) 100%);
}

.single .single-post-hero-background .background-img {
    display: block;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.single .single-post-hero .single-post-hero-ad {
    width: 100%;
    text-align: right;
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.single .single-post-hero .single-post-hero-ad a {
    margin-right: 30px;
}

.single .single-post-hero .single-post-hero-ad .nexo-ad {
    width: 100px;
}

.single .single-post-hero .entry-header {
    max-width: 90%;
    width: 680px;
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
    z-index: 1;
}

.single .single-post-hero .entry-header::before {
    display: none;
}

.single .single-post-hero .entry-header .jeg_post_title {
    color: #fff;
    font-size: 34px;
    font-weight: 900;
    letter-spacing: -0.025em;
    line-height: 1.47;
    margin-bottom: 20px;
}

.single .single-post-hero .entry-header .jeg_post_meta .meta_left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    float: none !important;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
}

.single .single-post-hero .entry-header .jeg_post_meta .jeg_meta_author {
    order: 1;
}

.single .single-post-hero .entry-header .jeg_post_meta .jeg_meta_category {
    order: 2;
}

.single .single-post-hero .entry-header .jeg_post_meta .jeg_meta_date {
    order: 3;
}

.single .single-post-hero .entry-header .jeg_post_meta {
    color: #9CA1AA;
    font-size: 15px;
    letter-spacing: 0.005em;
    line-height: 1.7;
}

.single .single-post-hero .entry-header .jeg_post_meta .jeg_meta_author {
    margin-right: 5px;
}

.single .single-post-hero .entry-header .jeg_post_meta .jeg_meta_author img {
    width: 38px;
    height: 38px;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 8px;
}

.single .single-post-hero .entry-header .jeg_post_meta .jeg_meta_author a {
    color: #0099FD;
}

.single .single-post-hero .entry-header .jeg_post_meta .jeg_meta_author a,
.single .single-post-hero .entry-header .jeg_post_meta .jeg_meta_category a {
    font-weight: 500;
}

.single .single-post-hero .entry-header .jeg_post_meta .jeg_meta_date {
    margin-right: 0;
}

.single .single-post-hero .entry-header .jeg_post_meta .jeg_meta_author + .jeg_meta_date::before {
    content: "·";
    margin-left: 6px;
    margin-right: 2px;
}

.single .single-post-hero .entry-header .jeg_post_meta .meta_right {
    display: none;
}

@media (max-width: 991px) {
    .single .single-post-hero-background {
        height: auto;
    }

    .single .single-post-hero-background .background-img {
        position: static;
        transform: none;
    }

    .single .single-post-hero .single-post-hero-ad {
        bottom: 30px;
    }

    .single .single-post-hero .entry-header {
        position: static;
        max-width: unset;
        width: 100%;
        text-align: left;
        transform: none;
        margin-top: 30px;
    }

    .single .single-post-hero .entry-header .jeg_post_title {
        color: #1a2330;
        font-size: 29px;
        letter-spacing: -0.02em;
    }

    .single .single-post-hero .entry-header .jeg_post_meta {
        color: #58667e;
    }

    .single .single-post-hero .entry-header .jeg_post_meta .meta_left {
        justify-content: flex-start;
    }
}

/* Share */

.single .entry-content .jeg_share_button {
    display: none;
}

.single .share-bottom {
    margin-top: 0;
}

.single .share-bottom a {
    border-radius: 4px;
    max-width: 65px !important;
    height: 45px;
    line-height: 45px;
    padding: 0 !important;
    margin-bottom: 8px;
    margin-right: 8px;
}

.single .share-bottom a:last-child {
    margin-right: 0;
}

.single .share-bottom a span {
    display: none !important;
}

/* Newsletter */

.newsletter-sign-up {
    border-top: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
    padding: 30px 0;
    margin: 30px 0;
}

.newsletter-sign-up .col-sm-6 {
    width: calc(50% - 1px);
}

.newsletter-sign-up .col-sm-6:nth-child(1) {
    padding-left: 0;
}

.newsletter-sign-up .col-sm-6:nth-child(2) {
    padding-right: 0;
}

.newsletter-sign-up h3 {
    color: #1A2330;
    font-size: 21px;
    font-weight: 900;
    letter-spacing: -0.02em;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 8px;
}

.newsletter-sign-up p {
    color: #58667E;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.005em;
    line-height: 1.2;
    margin-bottom: 0;
}

.newsletter-sign-up .mc4wp-form {
    border: 0 !important;
    text-align: left !important;
    max-width: 380px;
    padding: 0 !important;
    margin: 0 0 0 auto !important;
}

.newsletter-sign-up .mc4wp-form .mc4wp-form-fields input[type="email"] {
    display: inline-block;
    color: #9CA1AA;
    font-size: 15px;
    font-weight: 400;
    width: calc(100% - 140px - 8px - 1px) !important;
    height: 45px;
    line-height: 45px;
    margin-right: 8px;
}

.newsletter-sign-up .mc4wp-form .mc4wp-form-fields input[type="email"]::placeholder {
    color: #9CA1AA;
    opacity: 1;
}

.newsletter-sign-up .mc4wp-form .mc4wp-form-fields input[type="email"]:-ms-input-placeholder {
    color: #9CA1AA;
}

.newsletter-sign-up .mc4wp-form .mc4wp-form-fields input[type="email"]::-ms-input-placeholder {
    color: #9CA1AA;
}

.newsletter-sign-up .mc4wp-form .mc4wp-form-fields .btn {
    display: inline-block;
}

.newsletter-sign-up .mc4wp-form .mc4wp-form-fields .consent {
    color: #9CA1AA;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 0.005em;
    line-height: 1.2;
    margin-top: 12px;
}

.newsletter-sign-up .mc4wp-form .mc4wp-form-fields .consent input[type="checkbox"] {
    position: relative;
    top: 2px;
    margin-right: 4px;
}

.newsletter-sign-up .mc4wp-response {
    display: none !important;
}

@media (max-width: 1199px) {
    .newsletter-sign-up .col-sm-6 {
        width: 100%;
        padding: 0;
    }

    .newsletter-sign-up .mc4wp-form {
        margin: 20px 0 0 0 !important;
    }
}

/* Author Box */

.single .jeg_authorbox {
    border: 0;
    text-align: left !important;
    padding: 0;
}

.single .jeg_authorbox .jeg_author_image {
    width: 80px;
    margin: 0 !important;
}

.single .jeg_authorbox .jeg_author_content {
    color: #58667E;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.005em;
    line-height: 1.7;
    padding-right: 0;
    margin-left: calc(80px + 25px);
}

.single .jeg_authorbox .jeg_author_content .jeg_author_name a {
    color: #1A2330;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.2;
    margin-bottom: 16px;
}

.single .jeg_authorbox .jeg_author_content p:last-of-type {
    margin-bottom: 0;
}

.single .jeg_authorbox .jeg_author_content .jeg_author_socials {
    display: none;
}

@media (max-width: 480px) {
    .single .jeg_authorbox .jeg_author_image img {
        margin: 0 0 20px 0;
    }
}

/* Related Posts */

.single .jnews_related_post_container .jeg_postblock {
    margin-bottom: 30px;
}

.single .jnews_related_post_container .jeg_block_heading .jeg_block_title {
    font-size: 16px;
    font-weight: 900;
    letter-spacing: -0.05rem;
}

.single .jnews_related_post_container .jeg_block_heading .jeg_block_title strong {
    color: inherit;
    font-weight: inherit;
}

.single .jnews_related_post_container .jeg_posts .jeg_post:last-child {
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .single .jnews_related_post_container .jeg_posts .jeg_post:nth-last-child(2) {
        margin-bottom: 0;
    }
}

.single .jnews_related_post_container .jeg_posts .jeg_post .jeg_thumb {
    border-radius: 5px;
}

.single .jnews_related_post_container .jeg_posts .jeg_post .jeg_post_title {
    font-size: 15px;
    font-weight: 900;
    line-height: 1.4em;
}

@media (min-width: 1200px) {
    .single .jnews_related_post_container .jeg_posts .jeg_post .jeg_post_title {
        width: 85%;
    }
}

.single .jnews_related_post_container .jeg_posts .jeg_post .jeg_post_meta {
    color: #9CA1AA;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.005em;
    line-height: 1.2;
    text-transform: none;
}

.single .jnews_related_post_container .jeg_posts .jeg_post .jeg_post_meta .jeg_meta_date i {
    display: none;
}

.jeg_autoload_separator {
    display: none !important;
}



/**
 * Home Page
 */

.home .entry-header {
    display: none !important;
}

.home .jeg_main > .jeg_container > .jeg_content {
    padding-top: 0 !important;
}

/* Hero */

.jeg_heroblock_8 .jeg_post {
    text-align: center;
}

.jeg_heroblock_8 .jeg_post .jeg_thumb a > div::before {
    background: rgba(0, 0, 0, 0.3);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.95) 100%);
    opacity: 1;
}

.jeg_heroblock_8 .jeg_post .jeg_thumb a > div::after {
    display: none;
}

.jeg_heroblock_8 .jeg_post .jeg_postblock_content .jeg_post_category {
    display: none;
}

.jeg_heroblock_8 .jeg_post .jeg_postblock_content .jeg_post_info {
    bottom: 30px;
    margin: 0 50px;
}

.jeg_heroblock_8 .jeg_post .jeg_postblock_content .jeg_post_info .jeg_post_title {
    color: #fff;
    font-size: 21px;
    font-weight: 900;
    letter-spacing: -0.02em;
    line-height: 1.42;
    margin-bottom: 22px;
}

.jeg_heroblock_8 .jeg_post .jeg_postblock_content .jeg_post_info .jeg_post_meta,
.jeg_heroblock_8 .jeg_post .jeg_postblock_content .jeg_post_info .jeg_post_meta .jeg_meta_date a {
    color: #9CA1AA;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.005em;
    line-height: 1.7;
    text-transform: none;
}

.jeg_heroblock_8 .jeg_post .jeg_postblock_content .jeg_post_info .jeg_post_meta .jeg_meta_author,
.jeg_heroblock_8 .jeg_post .jeg_postblock_content .jeg_post_info .jeg_post_meta .jeg_meta_date {
    margin: 0;
}

.jeg_heroblock_8 .jeg_post .jeg_postblock_content .jeg_post_info .jeg_post_meta .jeg_meta_author::after {
    content: "·";
    display: inline-block;
    margin-left: 6px;
    margin-right: 6px;
}

.jeg_heroblock_8 .jeg_post .jeg_postblock_content .jeg_post_info .jeg_post_meta .jeg_meta_author a {
    color: #0099FD;
    font-weight: 500;
}

.jeg_heroblock_8 .jeg_post .jeg_postblock_content .jeg_post_info .jeg_post_meta .jeg_meta_date .fa,
.jeg_heroblock_8 .jeg_post .jeg_postblock_content .jeg_post_info .jeg_post_meta .jeg_meta_comment {
    display: none;
}

@media (min-width: 667px) and (max-width: 991px) {
    .jeg_heroblock_8 .jeg_hero_item_3 {
        display: none !important;
    }

    .jeg_heroblock_8 .jeg_post {
        width: 50% !important;
    }

    .jeg_heroblock_8 .jeg_hero_item_2 {
        left: 50% !important;
    }
}

.jeg_heroblock {
    margin-bottom: 30px !important;
}

/* Loop */

.home .archive-posts-3-col {
    margin-bottom: 0;
}

@media (min-width: 768px) and (max-width: 991px) {
    .home .archive-posts .jeg_post,
    .home .archive-posts > .jeg_ad {
        flex-basis: calc(100% / 3 - 40px * 2 / 3);
    	max-width: calc(100% / 3 - 40px * 2 / 3);
        margin-left: 20px !important;
        margin-right: 20px !important;
    }

    .home .archive-posts .jeg_post:nth-child(3n + 1),
    .home .archive-posts > .jeg_ad:nth-child(3n + 1) {
        margin-left: 0 !important;
    }

    .home .archive-posts .jeg_post:nth-child(3n),
    .home .archive-posts > .jeg_ad:nth-child(3n) {
        margin-right: 0 !important;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .home .archive-posts-3-col .archive-posts > .jeg_ad {
        display: none;
    }

    .home .archive-posts-3-col .archive-posts .jeg_post,
    .home .archive-posts-3-col .archive-posts > .jeg_ad {
        margin-left: 20px !important;
        margin-right: 20px !important;
    }

    .home .archive-posts-3-col .archive-posts .jeg_post:nth-of-type(odd),
    .home .archive-posts-3-col .archive-posts > .jeg_ad:nth-of-type(odd) {
        margin-left: 0 !important;
    }

    .home .archive-posts-3-col .archive-posts .jeg_post:nth-of-type(even),
    .home .archive-posts-3-col .archive-posts > .jeg_ad:nth-of-type(even) {
        margin-right: 0 !important;
    }
}



/**
 * Banner
 */

.jeg_main_content .jeg_ad {
    text-align: left;
}

.jeg_ad .ads-wrapper {
    overflow: hidden;
}

.jeg_ad .ads-wrapper br,
.jeg_ad .ads-wrapper p {
    display: none !important;
}

.jeg_ad .ads-wrapper iframe,
.custom-html-widget div[id^="placement_"] iframe {
    display: block;
}

.jeg_ad.jeg_article_top .ads_code {
    padding-top: 30px;
    padding-bottom: 0;
}

.jeg_ad.jeg_ad_article .jeg_ad,
.jeg_ad.jnews_content_bottom_ads .jeg_ad,
.jeg_ad.jeg_ad_article .jeg_ad .ads-wrapper,
.jeg_ad.jnews_content_bottom_ads .jeg_ad .ads-wrapper {
    margin-bottom: 0;
}

.jnews_above_footer_ads {
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 40px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 768px) {
    .jnews_above_footer_ads {
        max-width: 750px;
    }
}

@media (min-width: 992px) {
    .jnews_above_footer_ads {
        max-width: 970px;
    }
}

@media (min-width: 1200px) {
    .jnews_above_footer_ads {
        max-width: 1230px;
    }
}

@media (min-width: 1441px) {
    .jnews_above_footer_ads {
        max-width: 1230px;
    }
}

@media (max-width: 767px) {
    .jnews_above_footer_ads {
        width: calc(100% - 10px);
    }
}

@media (max-width: 479px) {
    .jnews_above_footer_ads {
        width: 100%;
    }
}



/**
 * Hide Comments on Pages
 */

.page .jnews_comment_container,
.page #respond {
    display: none !important;
}



/**
 * Forms
 */

.gform_wrapper .gform_body .gform_fields,
.gform_wrapper .gform_body .gform_fields .gfield_checkbox {
    list-style: none;
    padding-left: 0;
}

.gform_wrapper .gform_body .gform_fields .gfield_checkbox,
.gform_wrapper .gform_body .gform_fields .gfield_checkbox li {
    margin-bottom: 0;
}

.gform_wrapper .gform_body .gform_fields .gfield {
    margin-bottom: 20px;
}

.gform_wrapper .gform_body .gform_fields .gfield .gfield_label {
    display: block;
    color: #465561;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: .5em;
}

.gform_wrapper .gform_body .gform_fields .gfield .gfield_required {
    display: none;
    color: #04A4C4;
    font-family: monospace;
    font-size: 16px;
    font-weight: 400;
}

.gform_wrapper .gform_body .gform_fields .gfield .ginput_complex span > label {
    display: none;
}

.gform_wrapper .gform_body .gform_fields .form-gdpr-checkbox .gfield_label {
    display: none;
}

body input:not([type=submit]),
body select,
body .chosen-container-single .chosen-single,
body textarea {
    border: 1px solid #E4E4E4;
    border-radius: 4px;
    font-size: 14px;
}

body .btn,
body .button,
body input[type=submit] {
    background: none;
    border: 1px solid #0099fd;
    border-radius: 5px;
    box-shadow: none !important;
    color: #1A2330;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.005em;
    height: 45px;
    line-height: 45px;
    text-transform: capitalize;
    padding-left: 40px;
    padding-right: 40px;
}

body .btn:hover,
body .button:hover,
body input[type=submit]:hover,
body .btn:focus,
body .button:focus,
body input[type=submit]:focus {
    background: #0099fd;
    color: #fff;
}

.gform_wrapper .validation_error {
    font-weight: 600;
    margin-bottom: 1.25em;
}

.gform_wrapper .validation_error,
.gform_wrapper .validation_message {
    color: #FE1849;
}

.comment-form label {
    font-weight: 600;
}

@media (max-width: 768px) {
    .gform_wrapper .validation_error {
        margin-bottom: 1em;
    }
}



/**
 * GDPR
 */

/* Cookie Notice */

.jnews-cookie-law-policy {
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.005em;
    line-height: 1.7;
}

.jnews-cookie-law-policy a {
    transition: all 0.2s ease;
}

.jnews-cookie-law-policy .btn-cookie {
    border-radius: 5px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0;
    padding-left: 24px;
    padding-right: 24px;
}

/* Privacy Center */

.privacy-center-item .vc_icon_element-icon {
    left: 0 !important;
    transform: translateY(-50%) !important;
}
