/* Red category flags */
.jeg_overlay_slider .jeg_post_category, .jeg_thumb .jeg_post_category a, .jeg_pl_lg_box .jeg_post_category a, .jeg_pl_md_box .jeg_post_category a, .jeg_postblock_carousel_2 .jeg_post_category a, .jeg_heroblock .jeg_post_category a, .jeg_slide_caption .jeg_post_category a {
    border-color: #ec1c24;
}
.jeg_thumb .jeg_post_category a, .jeg_pl_lg_box .jeg_post_category a, .jeg_pl_md_box .jeg_post_category a, .jeg_postblock_carousel_2 .jeg_post_category a, .jeg_heroblock .jeg_post_category a, .jeg_slide_caption .jeg_post_category a {
    background-color: #ec1c24;
}

/* reduce logo size */
.jeg_navbar_mobile .site-title a {
	width: 50%;
	margin: auto;
}
.jeg_header .jeg_logo_img {
	width: auto;
	height: 25px !important;
}  
.jeg_footer_content .jeg_logo_img {
	max-width: 100px !important;
}

/* restrict full width section */
.elementor-section.elementor-top-section.elementor-element.elementor-element-1df9ef6.elementor-section-full_width.elementor-section-stretched.elementor-section-height-default {
	max-width: 1600px;
	left: 0 !important;
	margin-right: auto;
	margin-left: auto;
}
.jeg_main {
	max-width: 1600px;
	margin: auto;
}

/* memberpress login form */
.mp_wrapper.mp_login_form {
	border: 1px solid #333;
	padding: 20px;
	margin: 0 20px;
	width:600px;
}

#header_member_tag {
	border: 1px solid red;
	border-radius: 3px;
	padding: 0 2px;
	color: red;
	margin-left: -30px;
}
#header_mobile_member_tag {
	border: 1px solid red;
	border-radius: 3px;
	padding: 2px;
	color: red;
	margin-left: -53px;
}

/* checkout remove related posts */
.memberpressproduct-template-default #jeg_off_canvas, .memberpressproduct-template-default #jp-relatedposts {
	display: none;
}


/* Member Account Page */
#mepr-account-nav {
	border: 1px solid #333;
	margin: 0 !important;
	padding: 10px;	
}
#mepr-account-nav .mepr-nav-item {
	padding: 0;
}
#mepr-account-nav .mepr-nav-item a {
	padding: 10px;
	border-right:1px solid #333;
}
/* Category video overlay */
.jeg_post.format-video .jeg_thumb:before {
	height: 0;
	opacity: 0;
}
.jeg_post.format-video .jeg_thumb:after {
	top: 30px;
	left: unset;
	right: 10px;
}

/* Mobile header - switch bottom to top */
@media only screen and (max-width:1024px) {
	.jeg_navbar_mobile, .jeg_navbar_mobile_wrapper {
		display: flex;
		flex-direction: column-reverse;
	}
	.jeg_mobile_bottombar.jeg_mobile_midbar.jeg_container {
		width: 100%;
	}	
	.jeg_navbar_mobile_menu .menu-top-bar-navigation-container {
		float: right;
	}	
	.jeg_navbar_mobile_menu li {
		display: inline-block;
		line-height: 40px;
	}	
	.jeg_navbar_mobile_menu li a, .jeg_navbar_mobile_menu li a:hover, .jeg_navbar_mobile_menu li a:active {
		border: 1px solid #333;
		padding: 2px 10px;
		border-radius: 5px;
		margin-right: 10px;
		background: #000;
		color: #fff !important;
	}
	#menu-item-2894 a {
		background: #EC1C24;
	}
}
/* fix arrows on mega menu */
.jeg_pl_xs_4 .jeg_postblock_content:before {
	top: -14px;
}

/* Fix ul/li */
ol, ul {
	list-style: unset;
	padding-inline-start: 15px;
}

/* comment containter on posts page */
.jnews_comment_container {
	.comment-form .comment-notes {margin: 0;}
	.comment-form .comment-form-comment {margin: 0;}
	.comment-form-author {width: 48%;float: left;padding-right: 20px;}
}

@media only screen and (max-width: 767px) {
	.mp_wrapper.mp_login_form {
		margin: 0;
		width: 100%;
	}
}
