/*
Theme Name: BeInCrypto
Version: 1.1.63
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
*/

/* ------------------------------------------------------------------------- *
 *  Theme customization starts here
/* ------------------------------------------------------------------------- */

/*--------------------------------------------------------------
# Pages
--------------------------------------------------------------*/
/* Style for Article page*/
@import "article.css?ver=1.1.63";
/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Leaky Paywall Start*/
#leaky_paywall_message {
    /*box-shadow: 0 0 0.5em 0.25em #EAC81F20;*/
    box-shadow: none;
    padding: 1.375em;
    /*border: 3px solid #EAC81F;*/
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: white;
    color: #333333;
    font-size: 1em;
    line-height: 1.625;
}

.leaky_subscribe_message_block1 .subscribe_block p {
    margin-bottom: 10px;
}

.leaky_paywall_subscription_option h3 {
    font-weight: bold;
}

#leaky_subscription_wrapper h2,
.entry-content .leaky_paywall_subscription_options h3,
.entry-content .leaky-paywall-subscription-details-wrapper h3,
.entry-content .leaky-paywall-payment-form h3 {
    font-weight: bold;
}

#leaky-paywall-submit {
    border: none;
    border-radius: 2px;
    background-color: #eac81f !important;
    color: #111111 !important;
    -webkit-transition: 0.2s all ease;
    transition: 0.2s all ease;
}

.leaky_paywall_subscription_option {
    background: none;
    color: inherit;
}

a.yellow-btn {
    background-color: #EAC81F;
    color: #111111;
    padding: 10px 40px;
    display: inline-block;
}

a.white-btn {
    background: white;
    color: #EAC81F !important;
    padding: 15px 40px;
    margin-right: 20px;
    border: 2px solid #EAC81F;
    display: inline-block;
}

a.transparent-btn {
    background: none;
    color: white !important;
    border: 2px solid white;
    padding: 13px 40px;
    margin-right: 20px;
    display: inline-block;
}

.leaky_subscribe_message_block1 .login_block a {
    border-bottom: 1px solid #eed34e;
    padding: 5px 10px 3px;
    margin-left: 10px;
}

.leaky_subscribe_message_block1 .login_block {
    font-size: 15px;
    margin-bottom: 20px;
}

.leaky_subscribe_message_block2 {
    text-align: left;
    background: #EAC81F;
    padding: 30px;
    color: white;
}

.leaky_subscribe_message_block1 {
    padding: 30px;
    border: 3px solid #EAC81F;
    text-align: center;
    background: white;
    margin-bottom: 30px;
}

.leaky-register-form-wrapper form#leaky-paywall-payment-form input:not([type="submit"]) {
    width: 100%;
    border: 1px solid #ddd;
}

.leaky-register-form-wrapper form#leaky-paywall-payment-form {
    /*  padding: 30px;
      border: 2px solid #EAC81F;*/
}

.leaky-register-form-wrapper label {
    font-size: 15px;
    color: #222222;
    font-weight: bold;
}

i.required {
    color: #EAC81F;
}

.leaky-register-form-wrapper h3 {
    margin-top: 0;
    display: inline-block;
    padding: 0 10px 0 0;
    border-bottom: 3px solid #eac81f;
}

.leaky-register-form-wrapper ul li {
    list-style: none;
    font-size: 15px;
    margin-bottom: 0;
}

.entry-content .leaky-register-form-wrapper ul {
    padding-left: 0;
}

.simplebar-scrollbar:before {
    position: absolute;
    content: "";
    background: black;
    border-radius: 7px;
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}

.leaky-register-form-wrapper .leaky-paywall-user-fields {
    float: left;
    width: 48%;
    margin-right: 2%;
}

.leaky-register-form-wrapper .leaky-paywall-account-fields {
    width: 50%;
    float: left;
}

#leaky_subscription_wrapper .leaky_paywall_subscription_option p {
    margin-bottom: 0;
}

.leaky_paywall_subscription_option {
    width: 80%;
    max-width: 800px;
    border: .25em solid #eac81f;
    position: relative;
}

.subscription-options-title {
    margin-bottom: 50px;
}

.subscription-badge {
    position: absolute;
    top: -50px;
    padding: 10px 30px;
    left: -5px;
    background: #eac81f;
    color: black;
    border-radius: 3px 3px 0 0;
}

.leaky_paywall_subscription_allowed_content {
    padding: 30px 0;
}

.leaky-paywall-payment-button a:hover {
    background-color: #eed34e;
    box-shadow: inset 0 0 0 100px rgba(0, 0, 0, .15);
    color: black;
}

.leaky-paywall-payment-button a {
    background: #EAC81F;
    border-radius: 3px;
    color: #111111;
    font-size: 0.875rem;
    letter-spacing: .1em;
    text-transform: uppercase;
    transition: 0.2s all ease;
    font-weight: bold;
    min-width: 200px;
    padding: 15px 0;
    margin-top: 15px;
}

.leaky-register-form-wrapper .fields-wrapper:after {
    clear: both;
    display: table;
    float: none;
    content: "";
}

#leaky_subscription_wrapper span {
    font-size: 14px;
    display: block;
}

#leaky_subscription_wrapper {
    text-align: center;
}

.leaky_paywall_subscription_option h3 {
    margin-top: 0;
}

#leaky_subscription_wrapper .static-subscription-content span {
    display: block;
    font-size: 20px;
    opacity: 0.6;
}

.static-subscription-content p {
    font-size: 30px;
}

.static-subscription-content {
    margin-top: -350px;
    color: white;
    margin-bottom: 60px;
}

.container-subscription {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url('assets/img/laptop.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 500px;
}

#subscribe_faq {
    max-width: 800px;
    margin: 0 auto;
}

#subscribe_faq .vc_toggle_default .vc_toggle_icon::before {
    border: 1px solid #000000;
}

#subscribe_faq .vc_toggle_default .vc_toggle_icon::after, #subscribe_faq .vc_toggle_default .vc_toggle_icon::before {
    background: #000000;
}

#subscribe_faq .vc_toggle_default .vc_toggle_icon {
    background: #000000;
    border: 1px solid #000000;
}

#subscribe_faq .vc_toggle_content p {
    font-size: 14px;
}

#subscribe_faq h2 {
    margin-bottom: 30px;
}

#subscribe_faq h4 {
    font-size: 16px;
}

/* Leaky Paywall End*/
/* Glossary Start*/
.glossary-tooltip-content img {
    display: none !important;
}

/* Glossary End*/
/* Career Start*/
.jnews-dark-mode .awsm-load-more-main a, .jnews-dark-mode .awsm-load-more-main a:hover, .jnews-dark-mode .awsm-load-more-main a:focus {
    background: transparent;
    color: #FFFFFF !important;
}

/* Career End*/

/* AMP Start*/
.amp-wp-article a {
    color: #1e73be;
}

/* AMP End*/
@media screen and (max-width: 767px) {
    .leaky-register-form-wrapper .leaky-paywall-user-fields, .leaky-register-form-wrapper .leaky-paywall-account-fields {
        width: 100%;
        float: none;
    }

    .static-subscription-content {
        margin-top: -450px;
    }
}

div#toc_container {
    width: 100%;
    border-radius: 3px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
    border: 1px solid #ccc;
}

@media only screen and (max-width: 767px) {
    .jeg_overlay_slider {
        margin-top: -100px;
    }
}

@media only screen and (max-width: 479px) {
    .jeg_overlay_caption_container {
        bottom: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .jeg_overlay_caption_container {
        bottom: 20px;
    }
}

.jeg_postblock_5 .jeg_pl_lg_2 .jeg_thumb .jeg_post_category {
    display: none
}

.jeg_postblock_5 .jeg_pl_lg_2 .jeg_thumb {
    width: 50%;
    padding-right: 5px
}

.jeg_postblock_5 .jeg_post_excerpt {
    display: none
}

.jeg_col_3o3.jeg_postblock_5 .jeg_pl_lg_2 .jeg_post_title {
    font-size: 16px;
    line-height: 24px
}

@media only screen and (min-width: 768px) {
    .jeg_col_3o3.jeg_postblock_5 .jeg_pl_lg_2 .jeg_post_title {
        font-size: 32px;
        line-height: 40px
    }

    .jeg_postblock_5 .jeg_pl_lg_2 .jeg_thumb {
        padding-right: 15px
    }
}

@media only screen and (min-width: 1025px) {
    .jeg_col_3o3.jeg_postblock_5 .jeg_pl_lg_2 .jeg_post_title {
        font-size: 40px;
        line-height: 48px
    }

    .jeg_postblock_23 .jeg_pl_md_1 .jeg_post_title {
        font-size: 24px;
        line-height: 32px
    }
}

.jeg_heroblock_13 .jeg_post_category {
    display: none
}

.jeg_col_3o3.jeg_postblock_6 .jeg_post_excerpt {
    display: none
}

.jeg_col_3o3.jeg_postblock_6 .jeg_post_title {
    font-size: 24px;
    line-height: 32px
}

@media only screen and (max-width: 767px) {
    .jeg_col_3o3.jeg_postblock_6 .jeg_thumb {
        float: none;
        width: 100%;
        margin-left: 0;
        margin-bottom: 20px
    }
}

@media only screen and (min-width: 768px) {
    .jeg_col_3o3.jeg_postblock_6 .jeg_post_title {
        font-size: 24px;
        line-height: 32px
    }

    .jeg_col_3o3.jeg_postblock_6 .jeg_post {
        display: flex;
        align-items: center
    }

    .jeg_col_3o3.jeg_postblock_6 .jeg_postblock_content {
        flex: 1
    }

    .jeg_col_3o3.jeg_postblock_6 .jeg_thumb {
        order: 2;
        width: 60%
    }
}

@media only screen and (min-width: 1025px) {
    .jeg_col_3o3.jeg_postblock_6 .jeg_post_title {
        font-size: 48px;
        line-height: 56px
    }
}

div.jeg_block_heading_9 {
    border-top: 0px solid;
}

div#toc_container {
    width: 100%;
    border-radius: 3px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
    border: 1px solid #ccc;
}


.jeg_content {
    padding: 0;
}

.jeg_breadcrumbs, .jeg_singlepage .jeg_breadcrumbs {
    margin: 20px auto 20px;
}

.ajax_comment_button span {
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    div.jeg_sidebar {
        display: none;
    }
}

.jnews-dark-mode .awsm-selectric-items {
    background: #000;
}

.awsm-job-item, .awsm-selectric, .awsm-job-form-inner {
    background: none;
}

.jnews-dark-mode .awsm-selectric-items li.highlighted, .jnews-dark-mode .awsm-selectric-items li.selected {
    background: rgba(202, 202, 202, 0.55);
}

.jnews-dark-mode .awsm-selectric-items li:hover {
    background: rgba(202, 202, 202, 0.35);
}

.jeg_logo img {
    min-height: 40px;
}

.jeg_cat_overlay .jeg_breadcrumbs {
    top: 20px;
}

.jnews-dark-mode .content-inner .jeg_post_tags a {
    color: var(--j-link-txt-color);
    background: #000000;
}

.entry-header .jeg_meta_container.jeg_meta_container-with-views_count .jeg_share_stats {
    position: absolute;
    top: 0;
    right: 0;
    text-align: right;
    z-index: 500;
}

.entry-header .jeg_meta_container.jeg_meta_container-with-views_count .jeg_views_count {
    white-space: nowrap;
    display: inline-block !important;
}

.entry-header .jeg_meta_container.jeg_meta_container-with-views_count .jeg_share_stats .counts {
    color: #000;
    font-size: 13px;
}

.entry-header .jeg_meta_container.jeg_meta_container-with-views_count .jeg_share_stats i {
    color: #a0a0a0;
    font-size: 18px;
    float: right;
    line-height: 23px;
    margin-left: 5px;
}

.jnews-dark-mode .entry-header .jeg_meta_container.jeg_meta_container-with-views_count .jeg_share_stats .counts,
.jnews-dark-mode .entry-header .jeg_meta_container.jeg_meta_container-with-views_count .jeg_share_stats i {
    color: var(--j-link-txt-color) !important;
}

.jeg_cat_subtitle a {
    color: #1e73be
}

@media only screen and (max-width: 480px) {
    .entry-header .jeg_meta_container.jeg_meta_container-with-views_count .jeg_share_stats {
        top: inherit;
        bottom: -45px;
        right: 5px;
        background-color: rgba(0, 0, 0, 0.8);;
        color: #fff;
        padding: 7px 6px 6px 7px;
        line-height: 1;
        letter-spacing: .04em;
    }

    .entry-header .jeg_meta_container.jeg_meta_container-with-views_count .jeg_share_stats .counts {
        font-size: 13px;
        color: #fff;
    }

    .entry-header .jeg_meta_container.jeg_meta_container-with-views_count .jeg_share_stats i {
        line-height: 13px;
        color: #fff;
    }

    .jnews-dark-mode .entry-header .jeg_meta_container.jeg_meta_container-with-views_count .jeg_share_stats .counts,
    .jnews-dark-mode .entry-header .jeg_meta_container.jeg_meta_container-with-views_count .jeg_share_stats i {
        color: var(--j-link-txt-color) !important;
    }
}

.jeg_post_meta .jeg_views_count {
    float: right;
}

.jeg_slide_caption .jeg_post_meta {
    max-width: 40%;
}

@media only screen and (min-width: 1200px) {
    .jeg_slide_caption .jeg_post_meta {
        max-width: 420px;
    }
}

@media only screen and (max-width: 768px) {
    .jeg_slide_caption .jeg_post_meta {
        max-width: 100%;
    }
}

@media only screen and (max-width: 480px) {
    .jeg_post_meta .jeg_views_count {
        display: inline-block;
    }

	.content-inner .glossary-tooltip {
		z-index: 1;
	}
}

/* New Homepage layout changes */

.page .jeg_viewport .jeg_header_wrapper {
    margin-bottom: 30px;
}

.jeg_header {
    padding: 18px 0;
}

.jeg_header .jeg_button_1 .btn {
    border: 1px solid #000000;
}

.jeg_header .jeg_button_1 .btn:hover {
    background: #000000; /* Add background color in the custom options*/
    color: #FFFFFF;
}

.jeg_footer .footer_dark .socials_widget:not(.nobg) a .fa {
    background: transparent;
    color: #eee;
    border: 1px solid;
}

.jeg_accountlink li .fa {
    margin-right: 2px;
    font-size: 24px;
    vertical-align: middle;
}

.widget-subscribe-bottom{
    display:none !important;
}

.jeg_popup_content .post-title {
    font-size: 14px !important;
}

/* "about us" page, fix logos in darkmode*/
.jnews-dark-mode p.white-bg{
    background: white;
}

.jeg_header .jeg_bottombar {
	border: none;
}
.jeg_header .jeg_bottombar.jeg_navbar,
.jeg_bottombar .jeg_nav_icon {
	height: 25px !important;
}
.jeg_header .jeg_bottombar.jeg_navbar,
.jeg_header .jeg_bottombar .jeg_main_menu:not(.jeg_menu_style_1) > li > a,
.jeg_header .jeg_bottombar .jeg_menu_style_1 > li,
.jeg_header .jeg_bottombar .jeg_menu:not(.jeg_main_menu) > li > a {
	line-height: 25px !important;
}
.jeg_header .jeg_bottombar.jeg_navbar {
	margin-top: 20px;
}
.jeg_midbar .jeg_menu:not(.jeg_main_menu)>li>a,
.jeg_navbar .jeg_menu:not(.jeg_main_menu)>li>a {
	font-weight: normal;
}
.jeg_accountlink .logged:after {
	display: none;
}
#menu-main-navigation .dashicons-menu {
	font-size: 1.2em;
	margin-right: .25em;
}
.jscroll-to-top {
	display: none;
}
.glossary-tooltip-text a {
	color: #FFA51E !important;
	background: none !important;
	text-decoration: underline !important;
	text-underline-position: under;
}

@media only screen and (max-width: 568px) {
	.jeg_ad_article .inilineArticleInlinePosition2 {
		margin-left: -15px !important;
	}

	.jnews_content_bottom_ads {
		margin-left: -15px !important;
	}
}

.jeg_postblock_video {
	margin: 20px 0;
}
.jeg_postblock_video .jeg_empty_module{
	margin: 0;
}
.jeg_postblock_video .feature-post.blog-post h3 {
	margin-bottom: 15px;
	margin-top: 30px;
	font-size: 1.563em !important;
	line-height: 1.2;
	font-weight: 600;
}
.jeg_postblock_video .feature-post.blog-post {
	padding-bottom: 20px;
}

.jeg_postblock_video h5 a {
	display: inline-block;
	width: 100%;
	font-size: 18px;
	line-height: 120%;
}
.jeg_postblock_video p {
	font-size: 16px;
	margin: 10px 0;
}
.jeg_postblock_video .blog-post span {
	font-size: 12px;
	margin-right: 15px;
	color: #AEAEAE;
}
.jeg_postblock_video .blog-post {
	border-bottom: 1px dashed rgba(0, 0, 0, 0.3);
	margin-bottom: 20px;
}
.jeg_postblock_video .feature-post.blog-post {
	margin-bottom: 20px;
}
.jeg_postblock_video .blog-post.with-img h5 {
	min-height: 67px;
	max-height: 67px;
	overflow: hidden;
}
.jeg_postblock_video .more-new-link {
	text-transform: uppercase;
}
.jeg_postblock_video .thumbnail-container .duration {
	color: #fff;
	background: #1A1A1A;
	display: inline-block;
	font-size: 11px;
	line-height: 16px;
	padding: 0 3px;
	position: absolute;
	bottom: 0;
	right: 0;
}
.jeg_postblock_video .block-type-2-block:last-child {
	display: none;
}

.jeg_postblock_video.jeg_dark_playlist {
	background:#1A1A1A;
}
.jeg_postblock_video.jeg_dark_playlist h3 a {
	color: #ffffff;
}
.jeg_postblock_video.jeg_dark_playlist h5 a {
	color: #ffffff;
}
.jeg_postblock_video.jeg_dark_playlist p {
	color: #CACACA;
}
.jeg_postblock_video.jeg_dark_playlist .thumbnail-container {
	background-color: #1A1A1A!important;
}
.jeg_postblock_video.jeg_dark_playlist .thumbnail-container:after {
	background-color: #1A1A1A;
	background-image: url(../img/preloader-dark.gif);
}

.jeg_postblock_video.jeg_dark_playlist .jeg_empty_module {
	background:#1A1A1A;
	border: 1px solid #1A1A1A;
	color: #CACACA;
}
.jeg_postblock_video.jeg_dark_playlist .main-heading h3 {
	background: #1A1A1A;
	color: #fff;
}
.jeg_postblock_video.jeg_dark_playlist .blog-post,
.jeg_postblock_video.jeg_dark_playlist .main-heading:after,
.jeg_postblock_video.jeg_dark_playlist .main-heading:before,
.jeg_postblock_video.jeg_dark_playlist .more-new-link {
	border-color: #ffffff !important;
}
.jeg_postblock_video.jeg_dark_playlist .more-new-link {
	color: #fff;
}
.size-560{
	padding-bottom:56%
}
.size-745{
	padding-bottom:74.5%
}
@media only screen and (max-width: 568px) {
	.jeg_postblock_video .block-type-2-block {
		width: 50%;
	}
	.jeg_postblock_video .jeg_posts_wrap {
		justify-content: space-between;
		display: flex;
		flex-wrap: wrap;
	}
	.jeg_postblock_video .blog-post.with-img {
		display: block;
	}
	.jeg_postblock_video .jeg_posts_wrap .post-img {
		float: none;
		max-width: 100%;
		display: block;
	}
	.jeg_postblock_video .first_featured_block {
		min-height: auto;
		margin-bottom: 25px;
	}
	.jeg_postblock_video .first_featured_block span {
		display: none;
	}
	.jeg_postblock_video .blog-post.with-img h5 a{
		font-size: 16px;
	}
	.jeg_postblock_video .blog-post.with-img h5 {
		min-height: 98px;
		max-height: 98px;
	}
	.jeg_postblock_video .first_row {
		margin-bottom: 15px;
	}
	.jeg_postblock_video .feature-post.blog-post {
		padding-bottom: 0;
	}
	.jeg_postblock_video .block-type-2-block:last-child {
		display: block;
	}
}