/* Remove breadcrums sitewide */
.jeg_breadcrumbs,
.jeg_breadcrumb_container {
	display: none;
}

/* Remove Grey Author Box */
.jeg_author_wrap {
	display: none;
}

/* Change Post Image Width */
.jeg_pl_lg_2 .jeg_thumb, 
.jeg_pl_lg_3 .jeg_thumb,
.jeg_pl_md_2 .jeg_thumb {
    width: 300px;
}

/* Change Post Image Height */
.size-715 {
    padding-bottom: 61.5%;
}

/* Change Post Snippet Font */
.jeg_post_excerpt {
    font-size: 18px;
    line-height: 1.5;
}

/* Change Sidebar Title Font */
.widget_sidebar_title .jeg_post_title a {
    font-size: 20px;
    line-height: 20px;
}

/* Remove Grey background of Category Header */
.jeg_cat_header_2 {
	background: none;
}



/* Change Post Title Font and Category Title */
.jeg_post_title a,
.jeg_cat_title {
    color: #222222;
    font-size: 32px;
    line-height: 32px;
    font-weight: 400;
    font-family: Lato;
}

.jeg_pl_lg_2 .jeg_post_title {
    /* Space for category */
    margin-top: 30px;
		margin-bottom: 20px;
}

/* Space between excerpt and byline */
.jeg_post_excerpt {
	margin-top: 17px;
}

/* Divider between posts */
.jeg_pl_md_2, .jeg_pl_md_3,
.jeg_pl_lg_2, .jeg_pl_lg_3 {
	border-bottom: 1px solid #e8e8e8;
	padding-bottom: 30px;
}

/* This affects the 'boldness' of all fonts on the site! This does not work for all browsers either! */
body {
	-webkit-font-smoothing: auto;
}

/* Font for Navbar */
@font-face {
  font-family: 'Rubik-Medium';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local('Rubik Medium'), local('Rubik-Medium'), url(https://fonts.gstatic.com/s/rubik/v9/iJWHBXyIfDnIV7Eyjmmd8WD07oB-.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* Font for Navbar */
.jeg_navbar .sf-with-ul {
	font-family: "Rubik-Medium" !important;
	font-weight: 500;
}

/* Bullet point list styling in posts */

.content-inner ul {
	list-style: disc;
	margin: 0 0 1.6em 1.3333em;
	font-family: Lora;
	font-size: 18px;
	padding-left: 0px;
}

/* --- Crypto Livewire Box --- */
.jeg_block_heading_6 {
	border: none;
	margin-top: 15px;
	margin-left: 23px;
}

.jeg_block_heading_6::after {
	content: none;
}

.jeg_block_heading_6 h3 {
	float: none;
}

#uplp-list-15965, 
#uplp-list-22461,
#uplp-list-66183 {
	padding: 5px;
	border: 1px solid #E8E8E8;
}

#uplp-list-15965 .jeg_block_heading_6 h3 span, 
#uplp-list-22461 .jeg_block_heading_6 h3 span,
#uplp-list-66183 .jeg_block_heading_6 h3 span {
	font-size: 18px;
	font-family: Lato;
	font-weight: 500;
}

#uplp-list-66183 ul {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

#uplp-list-66183 h3 {
	font-size: 18px;
	font-family: Lato;
	font-weight: 500;
	margin-top: 15px;
    margin-left: 23px;
    margin-bottom: 30px;
}

#uplp-list-15965 ul li, 
#uplp-list-22461 ul li,
#uplp-list-66183 ul li {
	margin-bottom: 24px;
	margin-left: 23px;
	margin-right: 23px;
	border-left-width: 0px;
	border-right-width: 0px;
}

#uplp-list-15965 ul li .uplp-post-title, 
#uplp-list-22461 ul li .uplp-post-title,
#uplp-list-66183 ul li .uplp-post-title {
	margin-left: 94px;
}

#uplp-list-15965 ul li .uplp-post-title a, 
#uplp-list-22461 ul li .uplp-post-title a,
#uplp-list-66183 ul li .uplp-post-title a {
	color: #474747;
	font-size: 16px;
}

#uplp-list-15965 ul li .uplp-post-date, 
#uplp-list-22461 ul li .uplp-post-date,
#uplp-list-66183 ul li .uplp-post-date {
	margin-left: 94px;
	color: gray;
	font-size: 13px;
	font-family: Lora;
	line-height: 29px;
}

#uplp-list-15965 ul li .uplp-post-thumbnail a img,
#uplp-list-22461 ul li .uplp-post-thumbnail a img,
#uplp-list-66183 ul li .uplp-post-thumbnail a img {
	object-fit: cover;
}
/* --- --- --- --- --- --- */

/* this css will only be used when the screen size is min 1025px */
@media screen and (min-width: 1025px) {
	/* Makes thumbnail images square, but fixed */
	.jeg_pl_lg_2 .thumbnail-container, .jeg_pl_md_2 .thumbnail-container {
		height: 284px;

	}

	/* Makes thumbnail images square keep their proportions */
	.jeg_pl_lg_2 .thumbnail-container img,
	.jeg_pl_md_2 .thumbnail-container img,
	.jeg_pl_lg_3 .thumbnail-container img {
		object-fit: cover;
	}
}

.jeg_readmore {
    display: none;
}

.entry-content p {
 	font-size: 18px;
	line-height:29px;
}

/* For red line next to block quotes */
.entry-content blockquote, .jeg_footer_content blockquote {
		position: relative;
		border: none;
		padding-left: 40px;
		/* Spacing around blockquote */
		margin-top: 40px;
		margin-bottom: 30px;
}

/* Hack to stop footer blockquote from indenting */
.jeg_footer_content blockquote {
	left: -40px;
	margin-top: 0px;
}

/* Font size of blockquotes */
.entry-content blockquote h5 {
		font-size: 18px;
}

/* For red line next to block quotes */
.entry-content blockquote::before, .jeg_footer_content blockquote::before {
    content: "";
    top: 0.4em;
    position: absolute;
    bottom: 0px;
    left: 0px;
		background-color: #c6290d;
    width: 2px;
}

.entry-header .jeg_post_title {
	color: #222222;
	font-size: 42px;
	line-height: 50px;
	letter-spacing: .1px;
	font-family: Lato;
	font-weight: 400;
}

/* Stylize byline on post pages*/
.entry-header .jeg_meta_author a,
.entry-header .jeg_meta_category a {
	color: #c6290d;
}

.entry-header .jeg_meta_category a {
	text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
	.entry-header .jeg_post_title {
		color: #222222;
		font-size: 24px;
		line-height: 24px;
		font-family: Lato;
		font-weight: 400;
	}
	
	.jeg_pl_lg_2 .jeg_thumb, 
	.jeg_pl_lg_3 .jeg_thumb {
		width: 40%;
	}

	.jeg_post_title a {
		font-size: 20px;
		line-height: 20px;
	}
	
	/* Change Post Image Width */
	.jeg_pl_md_2 .jeg_thumb {
			width: 100%;
	}
	
	.jnews_search_content_wrapper article .jeg_postblock_content,
	.jnews_category_content_wrapper article .jeg_postblock_content
	{
		display: inline-block;
		padding-top: 15px;
	}
	
	
	.jnews_search_content_wrapper article, .jnews_category_content_wrapper article {
		padding-bottom: 15px;
	}
}

/* Settings for Tablets */
@media only screen and (max-width: 1024px) and (min-width: 768px) {
    .jeg_pl_lg_2 .jeg_thumb, 
    .jeg_pl_lg_3 .jeg_thumb {
        width: 280px;
    }
    
    .jeg_post_title a {
        font-size: 24px;
        line-height: 24px;
    }
}

/* To remove comments icon on post pages */
div.jeg_meta_comment {
display: none;
}

/* To remove clock icon on post pages */
div.jeg_meta_date i.fa-clock-o {
display: none;
}

/* To left-align text on module 30 */
.jeg_postblock_30 .jeg_post_title
{
  text-align:left;
}

/* To left-align text on module 30 */
.jeg_postblock_30 .jeg_post_meta
{
  text-align:left;
}

/* To left-align text on module 30 */
.jeg_postblock_30 .jeg_post_excerpt
{
  text-align:left;
}

/* Remove the word "by" before the author on posts */
.entry-header .meta_text,
.jeg_meta_author .by {
	display: none;
}

/* Change Author font on homepage */
.jeg_post_meta a {
	font-weight: 400;
	font-size: 14px;
	color: #777777;
	text-transform: none;
	font-family: Lora;
	padding-right: 19px;
	margin-right: 5px;
	position: relative;
	vertical-align: baseline;
}

/* Little red box */
.jeg_meta_author a::after {
	background-color: #c6290d;
	content: '';
	position: absolute;
	top: 8px;
	right: 0px;
	width: 3px;
	height: 3px;
}

/* Remove grey dash before date on post pages */
.jeg_meta_date::before {
	display: none;
}

/* Set share button colors*/
.jeg_share_button .jeg_btn-reddit {
	background: #ff5700;
}

.jeg_share_button .jeg_btn-toggle {
	background: #ee8e2d;
}

/* Hide Categories on mobile homepage module 30 */
.jeg_postblock_30 .jeg_post_category {
    display: none;
}

/* Push Categories to the right on home page */
.jeg_thumb .jeg_post_category {
	position: absolute;
	left: 316px;
	text-align: left;
	width: 200px;
	margin-left: 35px;
	font-family: Lora;
}

.jeg_thumb .post_category span {
	line-height: 12px;
}

.jeg_thumb .jeg_post_category a {
	background-color: transparent;
	color: #c6290d;
	font-size: 12px;
	font-weight: 400;
	padding: 0px 0px 0px 5px;
}

/* Add red bars next to category */
.jeg_thumb .jeg_post_category a::before,
.entry-header .jeg_meta_category a::before {
	content: '';
	position: absolute;
	left: -15px;
	top: 3px;
	width: 3px;
	height: 9px;
	background-color: #c6290d;
	transform: skewX(-45deg);
}

.jeg_thumb .jeg_post_category a::after,
.entry-header .jeg_meta_category a::after
{
	  content: '';
    position: absolute;
    left: -10px;
    top: 3px;
    width: 3px;
    height: 9px;
    background-color: #c6290d;
    transform: skewX(-45deg);
}

.jeg_pl_lg_2 .jeg_thumb .jeg_post_category {
	top: 0px;
}

.entry-header .jeg_meta_category a::before,
.entry-header .jeg_meta_category a::after {
	top: 4px;
}

.entry-header .jeg_meta_category a::before {
	left: -20px;
}

.entry-header .jeg_meta_category a::after {
	left: -15px;
}

.entry-header .jeg_meta_category {
	margin-left: 5px;
}

.jeg_thumb, .thumbnail_container {
	overflow: visible;
}

/* Responsive size for videos */
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.entry-content img, 
.entry-content iframe, 
.entry-content object, 
.entry-content embed {
        max-width: 100%;
}
.postid-20475 .jeg_post_title {
	font-size: 0px;
	line-height: 0px;
}

/*Sticking the cookie notice to the top -19930540-hc - SM*/
.jnews-cookie-law-policy {
	top: 0 !important;
	bottom: auto;
}

/*Adjusting the "ADVERTISEMENT" text for Advanced Ads*/
div.daily-adlabel {
    font-size: 0.6em;
	  color: #787878;
}