/*
Theme Name: JNews - Child Theme
Version: 1.0.0
Theme URI: http://themeforest.net/?ref=jegtheme
Description: A basic starter child theme for customization purpose of JNews theme.
Author: Jegtheme
Author URI: http://themeforest.net/user/jegtheme?ref=jegtheme
Template: jnews
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* TODO: Responsive */
/* TODO: Pages */
/* TODO: Newsletter ActiveCampaign integration */

/**
 * #13161a
 * #ffffff
 * #d9d9d9
 * #111111
 * #808080
 * #f4800c
 * rgba(255, 255, 255, 0.7)
 * #E3E3E3
 */

body {
    font-family: "Poppins", "sans-serif";
}

a,
.jeg_main_menu > li > a,
.jeg_post_title a,
.jeg_menu_footer li a {
    transition: 0.2s;
}

a:hover {
    opacity: 0.7;
}

.site-title a:hover,
.jeg_main_menu a:hover,
.jeg_search_toggle:hover {
    opacity: 1;
}

.single .content-inner,
.entry-content .content-inner,
.entry-content .content-inner p,
.entry-content .content-inner span,
.entry-content .intro-text,
.entry-content blockquote,
.entry-content q {
    color: #222222;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.7;
}

.entry-content .content-inner h1,
.entry-content .content-inner h2,
.entry-content .content-inner h3,
.entry-content .content-inner h4,
.entry-content .content-inner h5,
.entry-content .content-inner h6 {
    font-weight: 700;
    letter-spacing: -0.03em;
    line-height: 1.55;
    margin: 0 0 35px 0;
}

.entry-content .content-inner h1 {
    font-size: 30px;
}

.entry-content .content-inner h2 {
    font-size: 25px;
}

.entry-content .content-inner h3 {
    font-size: 20px;
}

.entry-content .content-inner h4 {
    font-size: 16px;
}

.entry-content .content-inner h5 {
    font-size: 14px;
}

.entry-content .content-inner h6 {
    font-size: 12px;
}

.entry-content .content-inner a {
    font-weight: 700;
}

.content-inner > [class^=wp-block-]:not(h1, h2, h3, h4, h5, h6),
.content-inner blockquote,
.content-inner p,
.content-inner q,
.content-inner ol,
.content-inner ul,
.wpb_text_column ol,
.wpb_text_column ul {
    margin: 0 0 35px 0;
}

.entry-content .content-inner > *:last-child {
    margin-bottom: 0;
}

.btn:hover,
.button:hover,
input[type=submit]:hover {
    box-shadow: none !important;
    opacity: 1;
}

.jscroll-to-top {
    display: none !important;
}

.thumbnail-container > img {
    object-fit: cover;
}


/**
 * Layout
 */

.jeg_main_content.vc_col-sm-8,
.jeg_main_content.col-md-8,
.jeg_main_content.col-sm-8 {
    width: 100% !important;
    padding-left: 15px !important;
    padding-right: 15px !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 {
    border-top: 1px solid #E3E3E3 !important;
    width: calc(100% - 15px * 2) !important;
    padding-top: 60px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-top: 60px !important;
    margin-left: 15px !important;
    margin-right: 15px !important;
}

.jeg_main_content.vc_col-sm-8 + .jeg_sidebar .widget,
.jeg_main_content.vc_col-sm-8 + .jeg_sticky_sidebar .widget,
.jeg_main_content.col-md-8 + .jeg_sidebar .widget,
.jeg_main_content.col-sm-8 + .jeg_sidebar .widget {
    /* max-width: 300px !important; */
}

/* Responsive */

@media (min-width: 576px) {
    
}

@media (min-width: 768px) {
    
}

@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% - 300px - 60px - 15px) !important;
        padding-right: 60px !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 {
        border-top: 0 !important;
        border-left: 1px solid #E3E3E3 !important;
        width: calc(300px + 60px + 15px) !important;
        padding-top: 0 !important;
        padding-left: 60px !important;
        padding-right: 15px !important;
        margin-top: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}

@media (min-width: 1200px) {
    
}

@media (min-width: 1400px) {
    
}


/**
 * Header
 */

.jeg_navbar,
.jeg_navbar_mobile,
.jeg_mobile_wrapper {
    background: #13161a;
    border: 0;
}

/* Logo */

.jeg_navbar .site-title a,
.jeg_navbar_mobile .site-title a {
    color: #ffffff;
}

/* Menu */

.jeg_main_menu > li > a {
    color: #ffffff;
    font-size: 14px !important;
}

.jeg_menu.jeg_main_menu > .menu-item-has-children > a::after {
    color: #ffffff;
}

.jeg_menu_style_1 > li.current-menu-ancestor > a::before,
.jeg_menu_style_1 > li.current-menu-item > a::before,
.jeg_menu_style_1 > li.sfHover > a::before,
.jeg_menu_style_1 > li > a:hover::before {
    background: #f4800c;
    width: calc(100% - 12px);
}

.jeg_menu_style_1 > li.current-menu-item:not(.menu-item-has-children) > a::before,
.jeg_menu_style_1 > li.sfHover:not(.menu-item-has-children) > a::before,
.jeg_menu_style_1 > li:not(.menu-item-has-children) > a:hover::before {
    width: 100%;
}

/* Sticky */

.jeg_header .jeg_sticky_nav .jeg_menu_style_1 > li {
    line-height: 70px;
    height: 70px;
}

/* Dropdown */

.jeg_menu li > ul {
    background: #2b2e31;
}

.jeg_menu li > ul li a {
    border: 0;
    color: #ffffff;
}

.jeg_menu li > ul li.current-menu-ancestor > a,
.jeg_menu li > ul li.current-menu-item > a,
.jeg_menu li > ul li.sfHover > a,
.jeg_menu li > ul li:hover > a {
    background: none;
    color: rgba(255, 255, 255, 0.7);
    opacity: 1;
}

/* Socials */

.jeg_navbar .socials_widget a .fa,
.jeg_navbar_mobile .socials_widget a .fa,
.jeg_mobile_wrapper .socials_widget a .fa {
    color: #ffffff !important;
}

/* Separator */

.jeg_navbar .jeg_separator,
.jeg_navbar_mobile .jeg_separator {
    border-color: rgba(255, 255, 255, 0.15);
}

/* Search */

.jeg_navbar .jeg_search_toggle,
.jeg_navbar_mobile .jeg_search_toggle {
    color: #ffffff;
}

.jeg_navbar .jeg_search_toggle .fa,
.jeg_navbar_mobile .jeg_search_toggle .fa {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 100%;
    line-height: 40px;
    width: 40px;
    height: 40px;
}

.jeg_navbar:not(.jeg_navbar_boxed):not(.jeg_navbar_menuborder) .jeg_search_popup_expand:last-child .jeg_search_form,
.jeg_navbar:not(.jeg_navbar_boxed):not(.jeg_navbar_menuborder) .jeg_search_popup_expand:last-child .jeg_search_result {
    right: -6px;
}

.jeg_search_expanded .jeg_search_popup_expand .jeg_search_form {
    background: #2b2e31;
    border: 1px solid #2b2e31;
}

.jeg_search_popup_expand .jeg_search_form::before,
.jeg_search_popup_expand .jeg_search_form::after,
.jeg_navbar_mobile .jeg_search_expanded .jeg_search_popup_expand .jeg_search_toggle::before,
.jeg_navbar_mobile .jeg_search_expanded .jeg_search_popup_expand .jeg_search_toggle::after {
    border-color: transparent transparent #2b2e31;
}

.jeg_navbar_mobile .jeg_search_expanded .jeg_search_popup_expand .jeg_search_toggle::before,
.jeg_navbar_mobile .jeg_search_expanded .jeg_search_popup_expand .jeg_search_toggle::after {
    right: 11px;
}

.jeg_search_wrapper .jeg_search_form .jeg_search_input {
    background: rgba(255, 255, 255, 0.15);
    border: 0;
    box-shadow: none !important;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
}

.jeg_search_wrapper .jeg_search_form .jeg_search_input::-webkit-input-placeholder {
    color: #D9D9D9;
}

.jeg_search_wrapper .jeg_search_form .jeg_search_input:-moz-placeholder,
.jeg_search_wrapper .jeg_search_form .jeg_search_input::-moz-placeholder {
    color: #D9D9D9;
}

.jeg_search_wrapper .jeg_search_form .jeg_search_input:-ms-input-placeholder {
    color: #D9D9D9;
}

.jeg_search_wrapper .jeg_search_form .jeg_search_button,
.jeg_search_wrapper .jeg_search_form .jeg_search_button:hover {
    color: #ffffff;
}

.jeg_search_expanded .jeg_search_popup_expand .jeg_search_result {
    margin-top: 78px;
}

.jeg_search_result {
    background: #13161a;
    border: 0;
}

.jeg_search_result .jeg_post_title a {
    color: #ffffff;
}

.jeg_search_result .jeg_post_meta {
    color: #d9d9d9;
    text-transform: none;
    margin-right: -2px;
}

.jeg_search_result .jeg_post_meta .jeg_meta_date .fa {
    display: none;
}

.jeg_search_result .search-noresult,
.jeg_search_result .search-all-button {
    border: 0;
    color: #ffffff;
}

.jeg_search_result .search-all-button {
    background: #2b2e31;
}

.jeg_search_result .search-all-button .fa {
    display: none;
}

/* Mobile */

.jeg_mobile_wrapper .jeg_aside_item {
    border: 0;
}

.jeg_mobile_wrapper .jeg_mobile_menu > li > a {
    color: #ffffff !important;
    font-size: 14px;
    font-family: "Oswald", "Helvetica", "Arial", "sans-serif";
    font-weight: 600;
    text-transform: uppercase;
}

.jeg_mobile_wrapper .jeg_mobile_menu > .menu-item-has-children > a::after {
    content: "\f107";
    color: #ffffff;
    font-family: "FontAwesome";
}

.jeg_mobile_wrapper .jeg_mobile_menu > .menu-item-has-children.sfHover > a::after {
    transform: rotate(180deg);
}

.jeg_mobile_wrapper .jeg_mobile_menu li .sub-menu {
    background: #2b2e31;
    width: calc(100% + 20px * 2);
    padding: 20px;
    margin-bottom: 15px;
    margin-left: -20px;
    margin-right: -20px;
}

.jeg_mobile_wrapper .jeg_mobile_menu li .sub-menu a {
    border: 0;
    color: #ffffff;
    padding: 0;
    margin: 0;
}

.jeg_mobile_wrapper .jeg_mobile_menu li .sub-menu > li + li a {
    margin-top: 15px;
}

.jeg_mobile_wrapper .jeg_mobile_menu li.current-menu-ancestor > a,
.jeg_mobile_wrapper .jeg_mobile_menu li.current-menu-item > a,
.jeg_mobile_wrapper .jeg_mobile_menu li:hover > a {
    background: none;
    color: rgba(255, 255, 255, 0.7);
    opacity: 1;
}

.jeg_mobile_wrapper .socials_widget a .fa {
    font-size: 16px;
}

.jeg_mobile_wrapper .jeg_aside_copyright {
    color: #D9D9D9;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.7;
}

.jeg_mobile_wrapper .jeg_aside_copyright a {
    border: 0;
}


/**
 * Footer
 */

.jnews_above_footer_ads {
    margin-top: 60px;
}

#footer {
    margin-top: 60px;
}

#footer .footer__row--first {
    padding-top: 60px;
}

#footer .footer__row--second {
    padding-top: 35px;
    padding-bottom: 60px;
}

#footer .jeg_footer .vc_col-sm-8,
#footer .jeg_footer .vc_col-sm-4 {
    float: none;
    width: 100%;
    padding-left: 15px !important;
    padding-right: 15px !important;
}

#footer .jeg_footer .vc_col-sm-4 {
    margin-top: 35px;
}

#footer .jeg_footer .widget .widgettitle {
    color: #ffffff;
    font-family: "Oswald", "Helvetica", "Arial", "sans-serif";
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.03em;
    line-height: 1.55;
    text-transform: uppercase;
    margin: 0 0 30px 0;
}

#footer .jeg_footer a {
    color: #ffffff;
}

#footer .jeg_footer p {
    color: #D9D9D9;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.7;
}

#footer .jeg_footer p a {
    color: #D9D9D9;
}

#footer .jeg_footer p:last-child {
    margin-bottom: 0;
}

#footer .jeg_footer .gform_legacy_markup_wrapper {
    margin: 0;
}

#footer .jeg_footer .socials_widget {
    margin-top: 35px;
}

#footer .jeg_footer .socials_widget a {
    margin-bottom: 0 !important;
}

#footer .jeg_footer .socials_widget a .fa {
    color: #ffffff;
}

#footer .jeg_footer .widget_nav_menu .menu .menu-item {
    padding: 0;
}

#footer .jeg_footer .widget_nav_menu .menu .menu-item + .menu-item {
    margin-top: 8px;
}

#footer .jeg_footer .widget_nav_menu .menu .menu-item a {
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.55;
}

#footer .jeg_footer .footer__copyright p {
    font-size: 11px;
}

/* Newsletter */

#footer .jeg_footer .footer__newsletter .gform_wrapper form {
    display: flex;
    flex-wrap: nowrap;
}

#footer .jeg_footer .footer__newsletter .gform_wrapper .gform_body {
    flex: 0 0 calc(100% - 129px);
}

#footer .jeg_footer .footer__newsletter .gform_wrapper .gform_body .gform_fields .gfield .ginput_container {
    margin: 0 !important;
}

#footer .jeg_footer .footer__newsletter .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_container_email input[type="text"] {
    background: #2b2e31;
    color: #ffffff;
    font-size: 12px;
}

#footer .jeg_footer .footer__newsletter .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_container_email input[type="text"]::-webkit-input-placeholder {
    color: #D9D9D9;
}

#footer .jeg_footer .footer__newsletter .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_container_email input[type="text"]:-moz-placeholder,
#footer .jeg_footer .footer__newsletter .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_container_email input[type="text"]::-moz-placeholder {
    color: #D9D9D9;
}

#footer .jeg_footer .footer__newsletter .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_container_email input[type="text"]:-ms-input-placeholder {
    color: #D9D9D9;
}

#footer .jeg_footer .footer__newsletter .gform_wrapper .gform_footer {
    flex: 0 0 129px;
    padding: 0;
    margin: 0;
}

#footer .jeg_footer .footer__newsletter .gform_wrapper .gform_footer .gform_button:hover {
    background: #ffffff !important;
    color: #111111 !important;
}

#footer .jeg_footer .footer__newsletter .gform_wrapper.gform_validation_error .gform_validation_errors {
    margin-bottom: 12px !important;
}

/* Responsive */

@media (min-width: 992px) {
    #footer .footer__row--first {
        padding-top: 90px;
    }
    
    #footer .footer__row--second {
        padding-bottom: 90px;
    }
    
    #footer .jeg_footer .vc_col-sm-8,
    #footer .jeg_footer .vc_col-sm-4 {
        float: left;
    }
    
    #footer .jeg_footer .vc_col-sm-8 {
        width: calc(100% - 300px - 60px - 15px) !important;
        padding-right: 60px !important;
    }
    
    #footer .jeg_footer .vc_col-sm-4 {
        width: calc(300px + 60px + 15px) !important;
        padding-left: 0 !important;
        margin-top: 0;
    }
    
    #footer .jeg_footer .widget_nav_menu .menu .menu-item {
        display: inline-block;
    }
    
    #footer .jeg_footer .widget_nav_menu .menu .menu-item + .menu-item {
        margin-top: 0;
    }
    
    #footer .jeg_footer .widget_nav_menu .menu .menu-item:not(:first-child)::before {
        content: "\f111";
        display: inline-block;
        color: #ffffff;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: 2px;
        text-rendering: auto;
        position: relative;
        top: -3px;
        margin-left: 6px;
        margin-right: 10px;
    }
}


/**
 * Home
 */

/* Hero */

.home__hero .jeg_slider_type_6 .jeg_slide_item {
    height: 500px;
}

.home__hero .jeg_slider_type_6 .jeg_slide_caption {
    width: 100%;
    left: 0;
    right: 0;
    top: unset;
    bottom: 90px;
    transform: unset;
    padding: 0 15px;
}

.home__hero .jeg_slider_type_6 .jeg_caption_container {
    max-width: 600px;
}

.home__hero .jeg_slider_type_6 .jeg_slide_caption .jeg_post_title {
    font-size: 25px !important;
    font-weight: 700;
    line-height: 1.6 !important;
    letter-spacing: -0.03em;
    margin: 20px 0;
}

.home__hero .jeg_slider_type_6 .jeg_slide_caption .jeg_post_title::before {
    display: none;
}

.home__hero .jeg_slider_type_6 .jeg_slide_caption .jeg_post_excerpt {
    display: none;
}

.home__hero .jeg_slider_type_6 .jeg_slide_caption .jeg_post_meta {
    display: block;
    color: #D9D9D9;
    font-size: 12px;
    letter-spacing: 0.01em;
    line-height: 1.55;
    text-transform: none;
    padding: 0;
    margin-left: 0;
}

.home__hero .jeg_slider_type_6 .jeg_slide_caption .jeg_post_meta a {
    color: #ffffff;
    font-weight: 600;
}

.home__hero .jeg_slider_type_6_wrapper .tns-controls {
    bottom: 10px;
    left: 15px;
    opacity: 1;
}

.home__hero .jeg_slider_type_6_wrapper .tns-controls button {
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    font-family: "Oswald", "Helvetica", "Arial", "sans-serif";
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.03em;
    line-height: 44px;
    text-transform: uppercase;
    height: 44px;
}

.home__hero .jeg_slider_type_6_wrapper .tns-controls button.tns-next::before,
.home__hero .jeg_slider_type_6_wrapper .tns-controls button.tns-prev::before {
    top: 0;
    transition: unset;
}

.home__hero .tns-outer .tns-controls button:hover {
    background: #ffffff;
    color: #111111;
}

.home__hero .jeg_slider_type_6_wrapper .tns-controls button:hover,
.home__hero .jeg_slider_type_6_wrapper:hover .tns-controls {
    opacity: 1;
}

/* Below hero */

.jeg_postblock_23 {
    margin: 0;
}

.jeg_postblock_23 .jeg_posts {
    gap: 60px;
    margin: 0;
}

.jeg_postblock_23 .jeg_posts .jeg_post {
    float: none;
    width: 100%;
    padding: 0;
    margin: 0;
}

.jeg_postblock_23 .jeg_posts .jeg_post .jeg_thumb {
    margin: 0 0 30px 0;
}

.jeg_postblock_23 .jeg_posts .jeg_post .jeg_thumb .jeg_post_category {
    bottom: 0;
    left: 0;
}

.jeg_postblock_23 .jeg_posts .jeg_post .jeg_postblock_content .jeg_post_title {
    color: #111111;
    font-size: 25px;
    font-weight: 700;
    letter-spacing: -0.03em;
    line-height: 1.6;
    margin: 0 0 24px 0;
}

.jeg_postblock_23 .jeg_posts .jeg_post .jeg_postblock_content .jeg_post_title a {
    color: #111111;
}

.jeg_postblock_23 .jeg_posts .jeg_post .jeg_postblock_content .jeg_post_excerpt {
    color: #222222;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.7;
    margin: 0 0 20px 0;
}

.jeg_postblock_23 .jeg_posts .jeg_post .jeg_postblock_content .jeg_post_meta,
.jeg_postblock_23 .jeg_posts .jeg_post .jeg_postblock_content .jeg_post_meta a {
    color: #808080;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 1.55;
    text-transform: none;
}

.jeg_postblock_23 .jeg_posts .jeg_post .jeg_postblock_content .jeg_post_meta .jeg_meta_author a {
    color: #111111;
    font-weight: 600;
}

.jeg_postblock_23 .jeg_posts .jeg_post .jeg_postblock_content .jeg_post_meta .fa {
    display: none;
}

.home__below-hero {
    padding-top: 60px;
    padding-bottom: 60px;
}

.home__below-hero .jeg_postblock_23 .jeg_posts .jeg_post .jeg_postblock_content .jeg_post_title {
    color: #ffffff;
}

.home__below-hero .jeg_postblock_23 .jeg_posts .jeg_post .jeg_postblock_content .jeg_post_title a {
    color: #ffffff;
}

.home__below-hero .jeg_postblock_23 .jeg_posts .jeg_post .jeg_postblock_content .jeg_post_excerpt {
    color: #D9D9D9;
}

.home__below-hero .jeg_postblock_23 .jeg_posts .jeg_post .jeg_postblock_content .jeg_post_meta,
.home__below-hero .jeg_postblock_23 .jeg_posts .jeg_post .jeg_postblock_content .jeg_post_meta a {
    color: #D9D9D9;
}

.home__below-hero .jeg_postblock_23 .jeg_posts .jeg_post .jeg_postblock_content .jeg_post_meta .jeg_meta_author a {
    color: #ffffff;
}

/* Responsive */

@media (min-width: 768px) {
    .home__hero .jeg_slider_type_6 .jeg_slide_caption {
        max-width: 750px;
    }
    
    .jeg_postblock_23 .jeg_posts .jeg_post {
        width: calc(1 / 3 * 100% - (1 - 1 / 3) * 60px);
    }
    
    .home__hero .jeg_slider_type_6_wrapper .tns-controls {
        left: unset;
        right: 10px;
    }
}

@media (min-width: 992px) {
    .home__hero .jeg_slider_type_6 .jeg_slide_caption {
        max-width: 970px;
    }
    
    .home__hero .jeg_slider_type_6 .jeg_slide_item {
        height: 700px;
    }
    
    .home__hero .jeg_slider_type_6 .jeg_slide_caption .jeg_post_title {
        font-size: 36px !important;
        line-height: 1.55 !important;
        letter-spacing: -0.04em;
        margin: 40px 0 46px 0;
    }
    
    .home__hero .jeg_slider_type_6 .jeg_slide_caption .jeg_post_title::before {
        display: block;
        border-top: 3px solid #ffffff;
        bottom: -57px;
    }
    
    .home__hero .jeg_slider_type_6 .jeg_slide_caption .jeg_post_excerpt {
        display: block;
        color: #D9D9D9;
        font-size: 15px;
        letter-spacing: 0;
        line-height: 1.6;
        text-shadow: none;
        margin: 0 80px 30px 80px;
    }
    
    .home__hero .jeg_slider_type_6 .jeg_slide_caption .jeg_post_meta {
        margin-left: 80px;
    }
    
    .home__below-hero {
        padding-top: 90px;
        padding-bottom: 90px;
    }
}

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


/**
 * Archive
 */

.jeg_postblock_5 {
    margin-bottom: 0;
}

.jeg_postblock_5 .jeg_posts .jeg_post {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin: 0;
}

.jeg_postblock_5 .jeg_posts .jeg_post:not(:first-child) {
    border-top: 1px solid #E3E3E3;
    padding-top: 60px;
    margin-top: 60px;
}

.jeg_postblock_5 .jeg_posts .jeg_post .jeg_thumb,
.jeg_postblock_5 .jeg_posts .jeg_post .jeg_postblock_content {
    flex: 1 1 100%;
    width: 100%;
    float: none;
    padding: 0;
    margin: 0;
}

.jeg_postblock_5 .jeg_posts .jeg_post .jeg_postblock_content {
    display: flex;
    flex-direction: column;
}

.jeg_postblock_5 .jeg_posts .jeg_post .jeg_postblock_content .jeg_post_category {
    margin: 0 0 20px 0;
}

.jeg_postblock_5 .jeg_posts .jeg_post .jeg_postblock_content .jeg_post_title {
    font-size: 25px;
    font-weight: 700;
    letter-spacing: -0.03em;
    line-height: 1.6;
    margin: 0;
}

.jeg_postblock_5 .jeg_posts .jeg_post .jeg_postblock_content .jeg_post_meta {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 1.55;
    text-transform: capitalize;
    margin: auto 0 0 0;
}

.jeg_postblock_5 .jeg_posts .jeg_post .jeg_postblock_content .jeg_post_meta .jeg_meta_author a {
    color: #111111;
    font-weight: 600;
}

.jeg_postblock_5 .jeg_posts .jeg_post .jeg_postblock_content .jeg_post_meta .jeg_meta_date .fa {
    display: none;
}

/* Load more */

.jeg_postblock_5 .jeg_block_navigation,
.jeg_postblock_5 + .jeg_block_navigation {
    margin: 0;
}

.jeg_postblock_5 .jeg_block_navigation .jeg_block_loadmore,
.jeg_postblock_5 + .jeg_block_navigation .jeg_block_loadmore {
    margin: 60px 0 0 0;
}

.jeg_postblock_5 .jeg_block_navigation .jeg_block_loadmore a,
.jeg_postblock_5 + .jeg_block_navigation .jeg_block_loadmore a {
    display: block;
    background: #13161A;
    color: #ffffff;
    font-family: "Oswald", "Helvetica", "Arial", "sans-serif";
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.03em;
    line-height: 60px;
    border: 0;
    height: 60px;
}

.jeg_postblock_5 .jeg_block_navigation .jeg_block_loadmore a::before,
.jeg_postblock_5 .jeg_block_navigation .jeg_block_loadmore a::after,
.jeg_postblock_5 + .jeg_block_navigation .jeg_block_loadmore a::before,
.jeg_postblock_5 + .jeg_block_navigation .jeg_block_loadmore a::after {
    display: none;
}

/* Category */

.jeg_post_category a {
    background: #FC7F0A !important;
    color: #ffffff !important;
    font-family: "Oswald", "Helvetica", "Arial", "sans-serif" !important;
    font-size: 11px !important;
    font-weight: 500 !important;
    letter-spacing: 0.05em !important;
    line-height: 1 !important;
    padding: 8px 18px !important;
}

.jeg_post_category a.category-altcoin-news {
    background: #1964BD !important;
}

.jeg_post_category a.category-sponsored {
    background: #01AB41 !important;
}

.jeg_post_category a.category-press-release {
    background: #5338B2 !important;
}

.jeg_post_category a.category-exchange-news {
    background: #13161A !important;
}

.jeg_post_category a:hover {
    opacity: 1;
}

/* Responsive */

@media (min-width: 768px) {
    .jeg_postblock_5 .jeg_posts .jeg_post {
        flex-direction: row;
        gap: 60px;
    }
    
    .jeg_postblock_5 .jeg_posts .jeg_post .jeg_thumb,
    .jeg_postblock_5 .jeg_posts .jeg_post .jeg_postblock_content {
        flex: 1 1 50%;
    }
    
    .jeg_postblock_5 .jeg_posts .jeg_post .jeg_postblock_content .jeg_post_category {
        margin: 0 0 30px 0;
    }
}


/**
 * Single
 */

.jeg_content {
    padding: 60px 0 0 0;
}

.jeg_article_top,
.jnews_article_bottom_ads {
    margin: 60px 0 0 0;
}

.jeg_article_top .ads_image {
    padding: 0;
}

.jnews_content_bottom_ads {
    margin: 0;
}

/* Hero */

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

.single .single-post-hero-background {
    position: relative;
    width: 100%;
    height: 500px;
    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.6);
    /* 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;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.single .single-post-hero .single-post-hero-content {
    position: absolute;
    width: 100%;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.single .single-post-hero .single-post-hero-content .entry-header {
    max-width: 600px;
    width: 100%;
    text-align: left;
    margin: 0;
}

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

.single .single-post-hero .single-post-hero-content .entry-header .jeg_post_category a {
    margin: 0 0 20px 0;
}

.single .single-post-hero .single-post-hero-content .entry-header .jeg_post_title {
    color: #ffffff;
    font-size: 25px !important;
    font-weight: 700;
    letter-spacing: -0.03em;
    line-height: 1.6 !important;
    text-align: left;
    width: 100%;
    margin: 0 0 20px 0;
}

.single .single-post-hero .single-post-hero-content .entry-header .jeg_post_meta {
    color: #D9D9D9;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 1.55;
    text-align: left;
    position: relative;
    padding: 0;
}

.single .single-post-hero .single-post-hero-content .entry-header .jeg_post_meta .jeg_meta_author a {
    color: #FFFFFF;
    font-weight: 600;
}

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

.single .single-post-hero .single-post-hero-content .entry-header .jeg_post_meta .jeg_meta_date::before {
    margin-right: 6px;
}

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

/* Share */

.single .single-post-hero .single-post-hero-content .single-post-hero-share-container {
    position: relative;
    display: inline-block;
    margin-top: 30px;
}

.single .single-post-hero .single-post-hero-content .single-post-hero-share-container .single-post-hero-share-button {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    align-items: center;
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    font-family: "Oswald", "Helvetica", "Arial", "sans-serif";
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.03em;
    line-height: 44px;
    text-transform: uppercase;
    height: 44px;
    padding: 0 20px 0 18px;
    cursor: pointer;
    transition: 0.2s;
}

.single .single-post-hero .single-post-hero-content .single-post-hero-share-container .single-post-hero-share-button .single-post-hero-share-button-svg {
    display: block;
    width: 16px;
    height: 16px;
}

.single .single-post-hero .single-post-hero-content .single-post-hero-share-container .single-post-hero-share-button:hover {
    background: #ffffff;
    color: #111111;
}

.single .single-post-hero .single-post-hero-content .single-post-hero-share-container .single-post-hero-share-popup {
    display: flex;
    flex-wrap: nowrap;
    gap: 18px;
    align-items: center;
    background: #ffffff;
    color: #111111;
    max-width: 0;
    width: auto;
    height: 44px;
    position: absolute;
    top: 0;
    left: 100%;
    overflow: hidden;
    visibility: hidden;
    transition: 0.5s;
}

.single .single-post-hero .single-post-hero-content .single-post-hero-share-container .single-post-hero-share-popup.single-post-hero-share-popup--open {
    max-width: 200px;
    visibility: visible;
}

.single .single-post-hero .single-post-hero-content .single-post-hero-share-container .single-post-hero-share-popup .single-post-hero-share-icon {
    display: block;
}

.single .single-post-hero .single-post-hero-content .single-post-hero-share-container .single-post-hero-share-popup .single-post-hero-share-icon:first-child {
    margin-left: 20px;
}

.single .single-post-hero .single-post-hero-content .single-post-hero-share-container .single-post-hero-share-popup .single-post-hero-share-icon:last-child {
    margin-right: 20px;
}

.single .single-post-hero .single-post-hero-content .single-post-hero-share-container .single-post-hero-share-popup .single-post-hero-share-icon svg {
    display: block;
    width: 16px;
    height: 16px;
}

/* Related posts */

.jnews_related_post_container {
    border-top: 1px solid #E3E3E3;
    padding: 35px 0 0 0;
    margin: 35px 0 0 0;
}

.jnews_related_post_container .jeg_block_heading {
    font-family: "Oswald", "Helvetica", "Arial", "sans-serif";
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.03em;
    line-height: 1.55;
    text-transform: uppercase;
    margin-bottom: 35px;
}

.jnews_related_post_container .jeg_postblock_23 .jeg_posts .jeg_post {
    width: 100%;
}

/* Responsive */

@media (min-width: 768px) {
    .jnews_related_post_container .jeg_postblock_23 .jeg_posts .jeg_post {
        width: calc(1 / 2 * 100% - (1 - 1 / 2) * 60px);
    }
}

@media (min-width: 992px) {
    .single .single-post-hero-background {
        height: 700px;
    }
    
    .single .single-post-hero .single-post-hero-content {
        bottom: 90px;
    }
    
    .single .single-post-hero .single-post-hero-content .entry-header .jeg_post_category a {
        margin: 0 0 40px 0;
    }
    
    .single .single-post-hero .single-post-hero-content .entry-header .jeg_post_title {
        font-size: 36px !important;
        letter-spacing: -0.04em;
        line-height: 1.55 !important;
        margin: 0 0 45px 0;
    }
    
    .single .single-post-hero .single-post-hero-content .entry-header .jeg_post_meta {
        padding: 0 0 0 70px;
    }
    
    .single .single-post-hero .single-post-hero-content .entry-header .jeg_post_meta::before {
        content: "";
        display: inline-block;
        background: #ffffff;
        width: 40px;
        height: 2px;
        position: absolute;
        top: 8px;
        left: 0;
    }
    
    /* Share */
    
    .single .single-post-hero .single-post-hero-content .single-post-hero-share-container {
        display: block;
        position: absolute;
        bottom: 0;
        right: 15px;
        margin: 0;
    }
    
    .single .single-post-hero .single-post-hero-content .single-post-hero-share-container .single-post-hero-share-popup {
        top: 0;
        left: unset;
        right: 100%;
    }
}


/**
 * Page
 */

.page .entry-header .jeg_post_title {
    color: #111111;
    font-size: 36px;
    font-weight: 700;
    letter-spacing: -0.04em;
    line-height: 1.55;
    margin: 0 0 35px 0;
}


/**
 * Sidebar
 */

.jeg_sidebar .widget {
    margin: 0 0 60px 0;
}

.jeg_sidebar .wpb_content_element,
.jeg_sidebar .widget:last-child,
.jeg_sidebar .widget:last-child > div {
    margin-bottom: 0;
}

.jeg_sidebar .widget .jeg_block_heading {
    border: 0;
    margin: 0 0 35px 0;
}

.jeg_sidebar .widget .jeg_block_heading::after {
    display: none;
}

.jeg_sidebar .widget .jeg_block_heading .jeg_block_title {
    float: none;
    font-family: "Oswald", "Helvetica", "Arial", "sans-serif";
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.03em;
    line-height: 1.55;
    text-transform: uppercase;
}

.jeg_sidebar .widget .jeg_block_heading .jeg_block_title span {
    height: auto;
    line-height: 1.55;
}


/**
 * Ads
 */

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

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

.jeg_ad .ads-wrapper iframe {
    max-width: 100% !important;
    width: 100% !important;
}

.jnews_archive_above_content_ads > .ads-wrapper > *,
.jnews_archive_above_hero_ads > .ads-wrapper > *,
.jnews_archive_below_hero_ads > .ads-wrapper > *,
.jnews_article_top_ads > .ads-wrapper > * {
    padding-bottom: 0;
}

/* Archive */

.jeg_postblock_5 .jeg_posts .jeg_ad {
    border-top: 1px solid #E3E3E3;
    padding-top: 60px;
    margin-top: 60px;
}

.jeg_ad.jnews_archive_above_hero_ads {
    margin-bottom: 60px;
}

/* Single */

.jeg_ad.jnews_content_top_ads,
.jeg_ad.jeg_ad_article {
    margin: 0 0 35px 0;
}

/* Text */

.jeg_ad .text-ad {
    border: 1px solid #E3E3E3;
    text-align: left;
    padding: 15px;
}

.jeg_ad .text-ad p {
    display: block !important;
    color: #222222;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.7;
}

.jeg_ad .text-ad.text-ad--amgcrypto {
    display: flex;
    align-items: center;
}

.jeg_ad .text-ad.text-ad--amgcrypto img {
    width: 80px;
    margin-right: 15px;
}

.jeg_ad .text-ad.text-ad--amgcrypto > div {
    width: calc(100% - 80px - 15px);
}

.jeg_ad .text-ad.text-ad--amgcrypto div p {
    margin-bottom: 10px;
}

.jeg_ad .text-ad.text-ad--amgcrypto div a {
    display: inline-block;
    background: #32cd32;
    color: #ffffff;
    font-family: "Oswald", "Helvetica", "Arial", "sans-serif";
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.03em;
    line-height: 1.55;
    text-transform: uppercase;
    padding: 6px 20px;
}


/**
 * Form
 */

.gform_wrapper {
    /* margin: 0 0 35px 0; */
    margin: 0;
}

.gform_wrapper .gform_body .gform_fields .gfield {
    padding: 0;
    margin: 0;
}

.gform_wrapper .gform_body .gform_fields .gfield + .gfield {
    margin-top: 35px;
}

.gform_wrapper .gform_body .gform_fields .gfield .gfield_label {
    color: #111111;
    font-family: "Oswald", "Helvetica", "Arial", "sans-serif";
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.03em;
    line-height: 1.55;
    text-transform: uppercase;
}

.gform_wrapper .gform_body .gform_fields .gfield .gfield_label .gfield_required:not(.gfield_required_asterisk) {
    margin-left: 0;
}

.gform_wrapper .gform_body .gform_fields .gfield .gfield_description {
    font-size: 14px;
    padding: 0;
    margin: 12px 0 0 0;
}

.gform_wrapper .gform_body .gform_fields .gfield .ginput_container {
    margin: 12px 0 0 0;
}

.gform_wrapper .gform_body .gform_fields .gfield .ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    line-height: 44px;
    height: 44px;
}

.gform_wrapper .gform_body .gform_fields .gfield .ginput_container textarea {
    line-height: 1.6;
}

.gform_wrapper .gform_body .gform_fields .gfield .ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container textarea {
    padding: 14px 16px;
}

.gform_wrapper .gform_body .gform_fields .gfield .ginput_container input,
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container textarea {
    color: #222222;
    font-size: 14px !important;
    font-weight: 400 !important;
    letter-spacing: 0 !important;
}

.gform_wrapper .gform_body .gform_fields .gfield .ginput_container textarea {
    display: block;
}

.gform_wrapper .gform_body .gform_fields .gfield .ginput_container .gfield_checkbox {
    margin: 0;
}

.gform_wrapper .gform_body .gform_fields .gfield .ginput_container .gfield_checkbox .gchoice {
    margin: 0;
}

.gform_wrapper .gform_body .gform_fields .gfield .ginput_container .gfield_checkbox .gchoice + .gchoice {
    margin-top: 12px;
}

.gform_wrapper .gform_body .gform_fields .gfield .ginput_container input[type="checkbox"] {
    margin-top: 1px;
}

.gform_wrapper .gform_body .gform_fields .gfield .ginput_container input[type="checkbox"] + .gform-field-label {
    color: #222222;
    font-size: 14px;
    font-weight: 400 !important;
    line-height: 1.55;
}

.gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_container_fileupload .gform_drop_area {
    background: rgba(0, 0, 0, 0.03);
    border: 1px dashed #E3E3E3;
    border-radius: 0;
}

.gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_container_fileupload .gform_drop_area .gform_drop_instructions {
    font-size: 14px;
}

.gform_wrapper .gform_footer {
    padding: 0;
    margin: 35px 0 0 0;
}

.gform_wrapper .gform_footer .gform_button,
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_container_fileupload .gform_drop_area .gform_button_select_files {
    background: #FC7F0A !important;
    color: #ffffff !important;
    font-family: "Oswald", "Helvetica", "Arial", "sans-serif";
    font-size: 14px !important;
    font-weight: 500;
    letter-spacing: 0.03em;
    line-height: 44px;
    text-transform: uppercase;
    height: 44px;
    padding: 0 30px !important;
    margin: 0 !important;
}

.gform_wrapper .gform_footer .gform_button:hover,
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_container_fileupload .gform_drop_area .gform_button_select_files:hover {
    background: #111111 !important;
    box-shadow: none !important;
}

/* Messages */

.gform_confirmation_wrapper {
    color: #22C155;
    margin: 0 0 35px 0 !important;
}

.gform_wrapper.gform_validation_error .gform_validation_errors {
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    outline: 0 !important;
}

.gform_wrapper.gform_validation_error .gform_validation_errors .gform_submission_error {
    color: #EF2C56 !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    letter-spacing: 0 !important;
    line-height: 1.6 !important;
    text-align: left !important;
}

.gform_wrapper.gform_validation_error .gform_validation_errors .gform_submission_error::before {
    display: none !important;
}

.gform_wrapper.gform_validation_error .gform_body .gform_fields .gfield.gfield_error {
    background: none !important;
    border: 0 !important;
}

.gform_wrapper.gform_validation_error .gform_body .gform_fields .gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: 100% !important;
    width: 100% !important;
    margin: 0 !important;
}

.gform_wrapper.gform_validation_error .gform_body .gform_fields .gfield.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_wrapper.gform_validation_error .gform_body .gform_fields .gfield.gfield_error textarea {
    border-color: #EF2C56 !important;
}

.gform_wrapper.gform_validation_error .gform_body .gform_fields .gfield.gfield_error .gfield_description.gfield_validation_message {
    color: #EF2C56 !important;
    font-weight: 400 !important;
    padding: 0 !important;
}


/**
 * GDPR
 */

/* Cookie Notice */

.jnews-cookie-law-policy {
    color: #222222;
}
.jnews-cookie-law-policy a {
    color: #222222 !important;
    font-weight: 700;
    text-decoration: underline;
    transition: 0.2s;
}

.jnews-cookie-law-policy .btn-cookie {
    background: #FC7F0A;
    border-radius: 0;
    color: #ffffff;
    font-family: "Oswald", "Helvetica", "Arial", "sans-serif";
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.jnews-cookie-law-policy .btn-cookie:hover {
    background: #111111;
    box-shadow: none;
}

/* Privacy Center */

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