/*
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
*/

/* ------------------------------------------------------------------------- *
 *  Theme customization starts here
/* ------------------------------------------------------------------------- */
/** Header **/
.jeg_navbar_boxed .jeg_nav_row {
	border-left: 0;
	border-right: 0;
}

/** Menu **/
.jeg_main_menu > li > a {
	font-size: 15px;
	font-weight: 600;
	text-transform: none;
	letter-spacing: normal;
}
/** .jeg_menu_style_5 > li > a:hover, .jeg_menu_style_5 > li.sfHover > a, .jeg_menu_style_5 > li.current-menu-item > a, .jeg_menu_style_5 > li.current-menu-ancestor > a {
    color: #212121; **/
}

/** Video Player **/

/** Block **/
.jeg_block_heading_6 {
	border-bottom-color: inherit;
}
.jeg_block_heading_6:after {
	background: transparent !important;
}
.jeg_block_heading_6 .jeg_block_title {
	font-size: 18px;
}

.jeg_post_meta {
	color: #808080;
	font-size: 12px;
}
.jeg_post_meta a {
	font-weight: normal;
}
.entry-header .jeg_meta_author a, .jeg_postblock .jeg_meta_author a {
	color: #111;
}
.jnews-dark-mode .entry-header .jeg_meta_author a, 
.jnews-dark-mode .jeg_postblock .jeg_meta_author a, {
	color: var(--j-txt-color);
}
.jeg_pl_lg_box .jeg_meta_author a,
.jeg_pl_md_box .jeg_meta_author a {
	color: inherit;
}
.entry-header .jeg_post_meta a, .jeg_meta_author a {
	color: #333;
}
.jnews-dark-mode .entry-header .jeg_post_meta a, .jnews-dark-mode .jeg_meta_author a {
	color: var(--j-txt-color);
}
.entry-header .jeg_post_meta {
	color: #808080;
}
.entry-header .jeg_meta_author, .jeg_meta_author {
	text-transform: none;
}
.entry-header .jeg_post_meta .fa, .jeg_post_meta .fa, .jeg_post_meta .jpwt-icon {
	color: inherit !important;
}

.jeg_share_button a, .sidefeed_loadmore .btn, .jscroll-to-top > a {
	border-radius: 0;
}

.jeg_post_excerpt {
	font-size: 15px;
	line-height: 24px;
}

.jeg_readmore {
	box-shadow: none;
	border: 0;
	background: #111;
	color: #fff !important;
	padding: 4px  16px;
}

.jeg_pl_xs_2 .jeg_post_title {
	line-height: 22px;
}
.jeg_pl_md_5 .jeg_post_title {
	line-height: 24px;
}
.jeg_pl_lg_4 .jeg_post_title {
	font-size: 28px;
	line-height: 40px;
}

#bs-main-block .jeg_postblock .thumbnail-container {
   /*height: 375px;*/
}

@media only screen and (min-width:1024px) {
	.jeg_pl_lg_5 .jeg_post_title {
		font-size: 34px;
		line-height: 48px;
		margin-bottom: 6px;
	}
	.jeg_pl_lg_5 .jeg_post_excerpt {
		margin-top: 22px;
		margin-bottom: 26px;
	}

	.jeg_pl_lg_box .jeg_post_title {
		font-size: 26px;
		line-height: 37px;
	}
	.jeg_postblock_carousel_3 .jeg_post_title {
		font-size: 13px;
		line-height: 18px;
	}
}

.jeg_postblock_16 .jeg_posts {
	padding-top: 22px;
}

.jeg_postblock_20 .jeg_pl_xs {
    border-top: 1px solid #eee;
    padding-top: 1em;
}

.jeg_pl_sm .jeg_post_title {
	font-size: 14px;
	font-weight: normal;
	line-height: 21px;
	margin-bottom: 4px;
}

.jeg_postblock_carousel_3 .jeg_post_meta {
	font-size: 11px;
}
.jeg_postblock_carousel_3 .jeg_thumb {
	margin-right: 15px;
}

/** Post **/
.jeg_single_tpl_2 .entry-header {
	border-bottom: 2px solid #111;
	padding-bottom: 15px;
}
.jnews-dark-mode.jeg_single_tpl_2 .entry-header {
	border-color: var(--j-border-color);
}
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
	font-weight: bold;
}
.jeg_single_tpl_2 .entry-header .jeg_post_title, .jeg_single_tpl_3 .entry-header .jeg_post_title, .jeg_single_tpl_6 .entry-header .jeg_post_title {
	font-size: 46px;
	line-height: 63px;
}
.entry-content blockquote, .entry-content q {
	font-style: normal;
	color: #111;
}
.entry-content .pullquote:before, .entry-content .pullquote:after {
	background: #111;
	width: 4em;
}

.jnews-dark-mode .entry-content .pullquote:before, .jnews-dark-mode .entry-content .pullquote:after {
	background: var(--j-border-color);
}

.entry-content .pullquote.align-center:before, .entry-content .pullquote.align-center:after {
	width: 7em;
}
.entry-content .pullquote.align-center:before {
	margin: .5em auto 1.25em;
}
.entry-content .pullquote.align-center:after {
	margin: 1.25em auto .5em;
}
.entry-content .pullquote.align-left, .entry-content .pullquote.align-right {
    max-width: 300px;
}

.entry-content .dropcap.shadow {
	font-family: 'Libre Baskerville', Georgia, serif;
	font-size: 6em;
	margin-bottom: -5px;
}
.jeg_post_tags a {
	letter-spacing: .5px;
	color: #333;
}

/** Archive **/
.jeg_authorpage .jeg_author_wrap {
	background: transparent;
	border-radius: 0;
	border-left: 0;
	border-right: 0;
}

/** Widget **/
.popularpost_item .jeg_post_title {
	line-height: 21px;
}
.popularpost_item:first-child .jeg_post_title {
	line-height: 26px;
}
.jeg_tabpost_nav li {
	font-weight: bold;
}
.jeg_tabpost_nav li.active, .woocommerce div.product .woocommerce-tabs ul.tabs li.active {
	border-bottom-color: #111 !important;
}

/** Custom Class **/
.jeg_otb {
	overflow: visible !important;
}

.jeg_postblock.alt .jeg_post_meta,
.jeg_postblock.alt .jeg_meta_author,
.jeg_postblock.alt .jeg_meta_author a,
.jeg_postblock.alt .jeg_post_meta a {
	color: #eee;
}

@media only screen and (max-width: 1024px) {
	.jeg_pl_lg_4 .jeg_post_title {
		font-size: 25px;
		line-height: 33px;
	}
	.jeg_pl_lg_5 .jeg_post_title,
	.jeg_pl_lg_box .jeg_post_title {
		font-size: 28px;
		line-height: 38px;
	}
	.jeg_pl_lg_box .jeg_post_title {
		font-size: 20px;
		line-height: 30px;
	}
}
@media only screen and (max-width : 767px) {
	.jeg_pl_lg_4 .jeg_post_title {
		font-size: 21px;
		line-height: 32px;
	}
}
@media only screen and (max-width : 667px) {
	.jeg_pl_lg_5 .jeg_post_title,
	.jeg_pl_lg_box .jeg_post_title {
		font-size: 24px;
		line-height: 34px;
	}
	.jeg_pl_lg_box .jeg_post_title {
		font-size: 22px;
		line-height: 32px;
	}
}
@media only screen and (max-width : 480px) {
	.entry-header .jeg_post_title {
		font-size: 30px;
		line-height: 1.3em !important;
	}
	.jeg_pl_lg_5 .jeg_post_title {
		font-size: 20px;
		line-height: 29px;
	}
	.jeg_pl_lg_box .jeg_post_title {
		font-size: 16px;
		line-height: 23px;
	}
}

.jeg_nav_item.jeg_nav_html {
    width: 100%;
}

.stock-searchbar .vs--single .vs__selected {
    display:none;
}

.stock-searchbar .vs__dropdown-toggle {
    padding: 0px !important;
}

.stock-searchbar .vs__actions {
    padding: 6px 15px 3px 15px !important;
}

.stock-searchbar .vs__search {
    background-color: transparent !important;
    margin-top: 4px !important;
}

.stock-searchbar input.vs__search::placeholder {
    padding-left: 15px;
}

.stock-searchbar-mobile input.vs__search::placeholder {
    font-size: 12px;
}

.jnews-dark-mode .stock-searchbar  .v-select.smw-vue-select.vs--single.vs--searchable {
    background-color: #373737;
}

.jnews-dark-mode .stock-searchbar  .vs__open-indicator {
    fill: #fff !important;
}

.stock-searchbar .vs__dropdown-toggle {
    border: 1px solid rgb(232 232 232) !important;
    background-color: #f8f8f8 !important;
}

.vs__dropdown-toggle {
    background-color: #fff !important;
}

.jnews-dark-mode .stock-searchbar  .vs__dropdown-toggle {
    border: 1px solid rgb(83 83 83) !important;
    background-color: #373737 !important;
}

.jnews-dark-mode span.smw-field.smw-field-price {
    color: #ffffff !important;
}

.jnews-dark-mode span.smw-field.smw-field-symbol {
    color: #fffce0 !important;
}

.jnews-dark-mode .jeg_wrapper span.smw-field.smw-field-name {
    color: #fff;
}

input.vs__search {
    background: transparent !important;
}

.jeg_sticky_sidebar .smw-widget span {
    font-size: 13px !important;
}

.jeg_sticky_sidebar .smw-widget img {
    height: 1em !important;
    margin-right: 0.5em !important;
}

.jeg_sticky_sidebar .smw-widget .smw-accordion-container {
	font-size: 13px !important;	
}

#bs-stock-chart {
    background-color: white;
    padding: 20px 0px;
    border-radius: 5px;
}

#bs-stock-card span.smw-field.smw-field-name {
    font-size: 15px;
}

.jnews-dark-mode span.smw-field,
.jnews-dark-mode span.smw-field-name,
.jnews-dark-mode span.smw-field-value {
    color: #fff !important;
}

.jnews-dark-mode #bs-stock-table-history table {
    background: #373737 !important;
}

.jnews-dark-mode #bs-stock-profile i {
    color: #8b8b8b !important;
}


.stock-searchbar.stock-searchbar-mobile.smw-widget.smw-search.smw-redirect {
    border: solid 7px #1a1a1a;
}

#quote-template .jeg_share_stats {
	display:none;
}


.jeg_nav_item.jeg_logo.jeg_desktop_logo.jeg_logo img {
    min-width: 180px !important;
}


/*
 * NEWSLETTER FORMS STYLES
 * */

#_form_3_ { font-size:14px; line-height:1.6; font-family:arial, helvetica, sans-serif; margin:0; }
 #_form_3_ * { outline:0; }
 ._form_hide { display:none; visibility:hidden; }
 ._form_show { display:block; visibility:visible; }
 #_form_3_._form-top { top:0; }
 #_form_3_._form-bottom { bottom:0; }
 #_form_3_._form-left { left:0; }
 #_form_3_._form-right { right:0; }
 #_form_3_ input[type="text"],#_form_3_ input[type="date"],#_form_3_ textarea { padding:6px; height:auto; border:#979797 1px solid; border-radius:4px; color:#000 !important; font-size:14px; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; }
 #_form_3_ textarea { resize:none; }
 #_form_3_ ._submit { -webkit-appearance:none; cursor:pointer; font-family:arial, sans-serif; font-size:14px; text-align:center; background:#fff !important; border:0 !important; -moz-border-radius:4px !important; -webkit-border-radius:4px !important; border-radius:4px !important; color:#262626 !important; padding:10px !important; }
 #_form_3_ ._close-icon { cursor:pointer; background-image:url('https://d226aj4ao1t61q.cloudfront.net/esfkyjh1u_forms-close-dark.png'); background-repeat:no-repeat; background-size:14.2px 14.2px; position:absolute; display:block; top:11px; right:9px; overflow:hidden; width:16.2px; height:16.2px; }
 #_form_3_ ._close-icon:before { position:relative; }
 #_form_3_ ._form-body { margin-bottom:30px; }
 #_form_3_ ._form-image-left { width:150px; float:left; }
 #_form_3_ ._form-content-right { margin-left:164px; }
 #_form_3_ ._form-branding { color:#fff; font-size:10px; clear:both; text-align:left; margin-top:30px; font-weight:100; }
 #_form_3_ ._form-branding ._logo { display:block; width:130px; height:14px; margin-top:6px; background-image:url('https://d226aj4ao1t61q.cloudfront.net/hh9ujqgv5_aclogo_li.png'); background-size:130px auto; background-repeat:no-repeat; }
 #_form_3_ ._form-label,#_form_3_ ._form_element ._form-label { font-weight:bold; margin-bottom:5px; display:block; }
 #_form_3_._dark ._form-branding { color:#333; }
 #_form_3_._dark ._form-branding ._logo { background-image:url('https://d226aj4ao1t61q.cloudfront.net/jftq2c8s_aclogo_dk.png'); }
 #_form_3_ ._form_element { position:relative; margin-bottom:10px; font-size:0; max-width:100%; }
 #_form_3_ ._form_element * { font-size:14px; }
 #_form_3_ ._form_element._clear { clear:both; width:100%; float:none; }
 #_form_3_ ._form_element._clear:after { clear:left; }
 #_form_3_ ._form_element input[type="text"],#_form_3_ ._form_element input[type="date"],#_form_3_ ._form_element select,#_form_3_ ._form_element textarea:not(.g-recaptcha-response) { display:block; width:100%; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; }
 #_form_3_ ._field-wrapper { position:relative; }
 #_form_3_ ._inline-style { float:left; }
 #_form_3_ ._inline-style input[type="text"] { width:150px; }
 #_form_3_ ._inline-style:not(._clear) + ._inline-style:not(._clear) { margin-left:20px; }
 #_form_3_ ._form_element img._form-image { max-width:100%; }
 #_form_3_ ._clear-element { clear:left; }
 #_form_3_ ._full_width { width:100%; }
 #_form_3_ ._form_full_field { display:block; width:100%; margin-bottom:10px; }
 #_form_3_ input[type="text"]._has_error,#_form_3_ textarea._has_error { border:#f37c7b 1px solid; }
 #_form_3_ input[type="checkbox"]._has_error { outline:#f37c7b 1px solid; }
 #_form_3_ ._error { display:block; position:absolute; font-size:14px; z-index:10000001; }
 #_form_3_ ._error._above { padding-bottom:4px; bottom:39px; right:0; }
 #_form_3_ ._error._below { padding-top:4px; top:100%; right:0; }
 #_form_3_ ._error._above ._error-arrow { bottom:0; right:15px; border-left:5px solid transparent; border-right:5px solid transparent; border-top:5px solid #f37c7b; }
 #_form_3_ ._error._below ._error-arrow { top:0; right:15px; border-left:5px solid transparent; border-right:5px solid transparent; border-bottom:5px solid #f37c7b; }
 #_form_3_ ._error-inner { padding:8px 12px; background-color:#f37c7b; font-size:14px; font-family:arial, sans-serif; color:#fff; text-align:center; text-decoration:none; -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px; }
 #_form_3_ ._error-inner._form_error { margin-bottom:5px; text-align:left; }
 #_form_3_ ._button-wrapper ._error-inner._form_error { position:static; }
 #_form_3_ ._error-inner._no_arrow { margin-bottom:10px; }
 #_form_3_ ._error-arrow { position:absolute; width:0; height:0; }
 #_form_3_ ._error-html { margin-bottom:10px; }
 .pika-single { z-index:10000001 !important; }
 #_form_3_ input[type="text"].datetime_date { width:69%; display:inline; }
 #_form_3_ select.datetime_time { width:29%; display:inline; height:32px; }
 @media all and (min-width:320px) and (max-width:667px) { ::-webkit-scrollbar { display:none; }
 #_form_3_ { margin:0; width:100%; min-width:100%; max-width:100%; box-sizing:border-box; }
 #_form_3_ * { -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; font-size:1em; }
 #_form_3_ ._form-content { margin:0; width:100%; }
 #_form_3_ ._form-inner { display:block; min-width:100%; }
 #_form_3_ ._form-title,#_form_3_ ._inline-style { margin-top:0; margin-right:0; margin-left:0; }
 #_form_3_ ._form-title { font-size:1.2em; }
 #_form_3_ ._form_element { margin:0 0 20px; padding:0; width:100%; }
 #_form_3_ ._form-element,#_form_3_ ._inline-style,#_form_3_ input[type="text"],#_form_3_ label,#_form_3_ p,#_form_3_ textarea:not(.g-recaptcha-response) { float:none; display:block; width:100%; }
 #_form_3_ ._row._checkbox-radio label { display:inline; }
 #_form_3_ ._row,#_form_3_ p,#_form_3_ label { margin-bottom:0.7em; width:100%; }
 #_form_3_ ._row input[type="checkbox"],#_form_3_ ._row input[type="radio"] { margin:0 !important; vertical-align:middle !important; }
 #_form_3_ ._row input[type="checkbox"] + span label { display:inline; }
 #_form_3_ ._row span label { margin:0 !important; width:initial !important; vertical-align:middle !important; }
 #_form_3_ ._form-image { max-width:100%; height:auto !important; }
 #_form_3_ input[type="text"] { padding-left:10px; padding-right:10px; font-size:16px; line-height:1.3em; -webkit-appearance:none; }
 #_form_3_ input[type="radio"],#_form_3_ input[type="checkbox"] { display:inline-block; width:1.3em; height:1.3em; font-size:1em; margin:0 0.3em 0 0; vertical-align:baseline; }
 #_form_3_ button[type="submit"] { padding:20px; font-size:1.5em; }
 #_form_3_ ._inline-style { margin:20px 0 0 !important; }
 }
 #_form_3_ { position:relative; text-align:left; margin:25px auto 0; padding:20px; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; *zoom:1; background:#282828 !important; border:0px solid #f0f0f0 !important; width:350px; -moz-border-radius:0px !important; -webkit-border-radius:0px !important; border-radius:0px !important; color:#fff !important; }
 #_form_3_._inline-form,#_form_3_._inline-form ._form-content,#_form_3_._inline-form input,#_form_3_._inline-form ._submit { font-family:"IBM Plex Sans", Helvetica, sans-serif, 'IBM Plex Sans', arial, sans-serif; }
 #_form_3_ ._form-title { font-size:22px; line-height:22px; font-weight:600; margin-bottom:0; }
 #_form_3_:before,#_form_3_:after { content:" "; display:table; }
 #_form_3_:after { clear:both; }
 #_form_3_._inline-style { width:auto; display:inline-block; }
 #_form_3_._inline-style input[type="text"],#_form_3_._inline-style input[type="date"] { padding:10px 12px; }
 #_form_3_._inline-style button._inline-style { position:relative; top:27px; }
 #_form_3_._inline-style p { margin:0; }
 #_form_3_._inline-style ._button-wrapper { position:relative; margin:27px 12.5px 0 20px; }
 #_form_3_ ._form-thank-you { position:relative; left:0; right:0; text-align:center; font-size:18px; }
 @media all and (min-width:320px) and (max-width:667px) { #_form_3_._inline-form._inline-style ._inline-style._button-wrapper { margin-top:20px !important; margin-left:0 !important; }
 }

/*
 * END NEWSLETTER FORMS STYLES
 * */
