/*
Theme Name: JNews - Child Theme
Version: 1.2.120
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
/* ------------------------------------------------------------------------- */

.t-banners {
  text-align: center;
}

#categories-3 .cat-item.cat-item-38{
    display: none;
}

.jeg_footer.jeg_footer_5 .footer_logo {
    margin-bottom: 20px;
}

.jeg_footer.jeg_footer_5 .jeg_about p{
	margin-bottom: 0;
}

.jeg_footer .copyright {
    font-size: 100%;
}

.jeg_footer .widget_nav_menu li a{
	font-weight: normal;
}

.jeg_footer.jeg_footer_5 .footer_column {
    padding: 30px 40px 16px;
}

.jeg_main_menu>li>a {
  font-size: 16px;
}

.jeg_viewport.hy .jeg_main_menu>li>a {
  font-size: 14px;
}

@media (max-width: 1180px) {
  .jeg_viewport.hy .jeg_main_menu>li>a {
    font-size: 12px;
  }
}

.overUnset {
  overflow: unset !important;
}
.fLeft {
  float: left;
}
.jeg_logo a {
  background-color: #c91212;
}
.jeg_logo img {
  height: 71px;
}
.jeg_search_button .fa-search:before {
  /* color: #c91212; */
}
.round-thumb .thumbnail-container {
  height: 120px;
  border-radius: 50%;
}
.round-thumb .thumbnail-container > img {
  object-fit: cover;
  o-object-fit: cover;
}
.home .jeg_vc_content .vc_row {
  margin-left: auto;
}

.jnews_search_content_wrapper .jeg_post{ 
  margin-bottom: 10px;  
}

.jnews_search_content_wrapper .jeg_post:not(:first-child){
  border-top: #c91212 solid 3px; 
  padding-top: 30px; 
}

.jeg_main .jeg_container, .jeg_bottombar .jeg_nav_row, .jeg_topbar .jeg_nav_row, .jeg_header.full .container {
  max-width: 1320px !important;
}

.jeg_navbar_boxed .jeg_nav_row{
    border: none !important;
}

.jeg_bottombar .container, .jeg_topbar .container{
    padding-right: 0;
    padding-left: 0;
}

/*
@media only screen and (min-width: 1281px) {
   .22d .jeg_boxed.jeg_sidecontent .jeg_container{
        max-width: unset !important;
    }
}
*/



.jeg_autoload_separator .separator_bg{
    background: none;
}

.jeg_cat_content{
    padding-top: 30px;
}

#jeg_sidecontent {
    float: none !important;
    background: #fff;
    width: 100%;
    height: 430px !important;
    position: relative;
    max-height: 100%;
    overflow: hidden;
    z-index: 4;
    border-right: none !important;
    outline: 0;
    top:0 !important;
}

#text-2{
    margin-top: 40px;
}

.d-none{
    display: none;
}

.elections{
    margin-top: 30px;
}
/*
.jeg_topbar.jeg_container{
   max-width: none !important;
}
*/
.home .jeg_slider_type_1 .jeg_slide_caption {
  position: relative;
  background: #fff;
  padding: 0 0 5px 0;
}


.jnews-dark-mode .jeg_sidefeed .jeg_post:hover {
  background:#2f2d2d;
}


.jnews-dark-mode.home .jeg_slider_type_1 .jeg_slide_caption {  
  background: none;
}




.home .jeg_slider_wrapper {
  margin-top: -10px;
}

.home .jeg_slider_type_1_wrapper .jeg_slider_thumbnail{
	display: none;
}
.home .jeg_post_category {
  display: none;
}
.home .jeg_slider_type_1 .jeg_caption_container {
  padding: 0;
  max-width: 100%;
}
.home .jeg_slider_type_1 .jeg_slide_caption h2 {
  text-align: center;
}
.home .jeg_slider_type_1 .jeg_slide_caption h2 a {
  color: #111111;
}
.home .jeg_slider_type_1 .jeg_slide_caption h2 a:hover {
  color: #c91212;
}
.home .jeg_slider .jeg_post_meta {
  position: absolute;
  bottom: 10px;
  left: 10px;
  z-index: 200;
  color: #FFFFFF;
}
.home .jeg_slider .jeg_post_meta .jeg_meta_date {
  display: inline-block;
  padding: 2px 4px;
  background: #c91212;
}

.home .in_world .jeg_readmore{
    display: none;
}

.text-type .thumbnail-container:after,
 .video-type .thumbnail-container:after{
	content: ' ';
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	z-index: 1;
	right: 5px;
	top: 5px;
	left: auto;
	
}

.text-type .thumbnail-container:after,
.jnews-dark-mode .text-type .thumbnail-container:after{
	background: url(assets/img/type-text.png); 
	background-size: 100% 100%;
    background-repeat: no-repeat;
}

.video-type .thumbnail-container:after,
.jnews-dark-mode .video-type .thumbnail-container:after{
	background: url(assets/img/type-video.png); 
	background-size: 100% 100%;
    background-repeat: no-repeat;
}

.jeg_sidefeed .jeg_post{
	transition: all .2s;
}

.jeg_sidefeed .jeg_post:hover{
	background: #f7f7f7;
}

/*
.jeg_sidefeed .jeg_post:hover .jeg_post_title a{
	color: #fff;
}
*/

.home .jeg_slider_type_1 .owl-nav div.owl-prev{
	left: 0;
	top: 50%;
	margin-top: 50px;
	right: auto;
	background-color: #c91212;
	color: #fff;
	opacity: .7;
}

.home .jeg_slider_type_1 .owl-nav div.owl-prev:hover {
    color: #212121;
    background: #f7f7f7;
	
}

.home .jeg_slider_type_1 .owl-nav div.owl-next{	
	top: 50%;
	margin-top: 50px;
	right: 0;
	opacity: .7;
}

.jeg_main_content #jeg_sidecontent{
	display: none;
}

.home .jeg_slider .jeg_post_meta .jeg_meta_date{
	opacity: .8;
}

.footer_column-1 .jeg_new_social_icon_block{
	display: none;
}

.jeg_footer_social .jeg_about{
	display: none;
}

#footer .jeg_footer_5 .jeg_footer_secondary {
    padding: 15px 0 0;
}

@media only screen and (max-width: 480px) {
  .home .jeg_slider_type_1 .jeg_slide_caption .jeg_post_title {
    font-size: 21px;
  }
	
	.jeg_footer.jeg_footer_5 .footer_column {
		padding: 30px 0 20px;
	}	
	
}
@media only screen and (max-width: 768px) {
	
	.footer_column-1 .jeg_new_social_icon_block{
		display: block;
	}
	
	.jeg_footer_social .jeg_about{
		display: block;
		text-align: center;
	}
	
	.jeg_footer_social .jeg_new_social_icon_block,
	.footer_column-1 .jeg_about {
		display: none;
	}
	
	.footer_column-1 .socials_widget span {
    display: none;
}
	
	.footer_column-1 .socials_widget .jeg_facebook{
		display: inline-block!important;
	}
	
	.footer_column-1 .socials_widget a{
		margin: 0 15px;
	}
	
	.jeg_footer_5 .jeg_footer_primary{
		padding: 0;
	}
	
	.jeg_footer.jeg_footer_5 .footer_column.footer_column-1{
		padding: 30px 0 20px;
	}
	
	.jeg_footer.jeg_footer_5 .footer_column.footer_column-2{
		padding: 0 40px 10px;
	}
	
	.jeg_footer.jeg_footer_5 .footer_column.footer_column-3{
		padding: 0 40px 20px;
	}
	
  .home .jeg_slider_wrapper {
    margin-top: -20px;
  }
  .home .jeg_slide_caption .jeg_post_category {
    line-height: normal;
    text-align: center;
  }
  .round-thumb .thumbnail-container {
    height: 80px;
    border-radius: 50%;
  }
  .jeg_vc_content .vc_row {
    margin-left: auto;
  }
  .vc_column_container, .jeg_sidebar {
    padding-right: 15px !important;
    padding-left: 15px !important;
    margin-right: auto;
    margin-left: auto;
  }
  .jeg_post_excerpt, .mHide {
    display: none;
  }
  .jeg_content .jeg_section, .jeg_singlepage .container {
    margin-left: 0 !important;
  }
  .jeg_content {
    padding: 30px 0 0;
  }
  .jeg_postblock {
    margin-bottom: 0;
  }
  .jeg_pl_sm_2 {
    margin-bottom: 16px;
  }
  .jeg_pl_md_1 .jeg_post_title, .jeg_pl_md_box .jeg_post_title, .jeg_pl_lg_1 .jeg_post_title, .jeg_heroblock_5:not(.owl-carousel) .jeg_post_title {
    font-size: 20px !important;
  }
  .vc_empty_space {
    height: 2px !important;
  }
  .entry-header .jeg_post_title {
    word-wrap: break-word;
  }
  .jeg_postblock_17 {
    padding-right: 0 !important;
  }
  .addPadding {
    padding-left: 16px !important;
  }
    
    .jeg_footer_content .footer_widget.widget_categories{
        display:  none;
    }
    
    .jeg_navbar_mobile_wrapper .fa.fa-bolt{
        display: none;
    }
	
	.jeg_sidefeed .ya-share2{
		display: none;
	}
	
	.home .ardev{
		display: none;
	}
	
	
	.jeg_main_content #jeg_sidecontent{
		display: block;
		margin-top: 20px;
}
	
	.vc_col-sm-4 #jeg_sidecontent{
	display: none;
}


.jnews_search_content_wrapper .jeg_post{ 
  margin-bottom: 5px;  
}

.jnews_search_content_wrapper .jeg_post:not(:first-child){
  border-top: #c91212 solid 2px; 
  padding-top: 30px; 
}
	
    
}

@media only screen and (min-width: 768px) {
  .vc_column_container, .jeg_sidebar {
    padding-right: 20px !important;
    padding-left: 3% !important;
    margin-right: auto;
    margin-left: auto;
  }
	
	
    
   
}
.jeg_mobile_logo img {
  max-height: 40px;
  width: 40px;
}
.jeg_stickybar .jeg_logo img {
  max-height: 41px;
}
.jeg_slider_wrapper, .jeg_video_playlist {
  margin-bottom: 0px !important;
}
.jeg_boxed .jeg_main .jeg_container {
  background-color: var(--j-bg-color) !important;
}
.jscroll-to-top.show {
  z-index: 99;
}
@media only screen and (max-width: 1024px) {
     .menu-footer-navigation-container{
        display: none;
    }
    
  .vc_custom_1586997047690 {
    padding-left: 0 !important
  }
  #mobileFeed {
    display: block;
  }
  .jeg_postblock_16 article:nth-child(4) {
    display: none;
  }
  .jeg_vc_content .vc_row, .jeg_vc_content .vc_row[data-vc-full-width=true] > .jeg-vc-wrapper, .jeg_content .jeg_section, .jeg_singlepage .container {
    margin-left: 0 !important;
  }
  .jeg_slide_caption .jeg_post_category {
    display: none
  }
    #jeg_sidecontent {
    display: block;
}
    
    .ya-share2 {
    float: none !important;
    }
}
@media only screen and (min-width: 1025px) {
  .desFlex .jeg_postblock_17 {
    width: 50%;
  }
  .jnews_category_header_top {
    margin-left: 0 !important;
  }
  #mobileFeed {
    display: none;
  }
  .jeg_inner_content {
    padding-left: 3%;
  }
  .desFlex .jeg_wrapper {
    display: flex;
  }
}
.ya-share2__badge {
  background-color: #cccccc !important;
}

.jnews-dark-mode .ya-share2__badge {
  background-color: #6c6c6c !important;
}
.ya-share2__badge:hover, .ya-share2__list_direction_vertical .ya-share2__badge {
  background-color: #c91212 !important;
}
.ya-share2 {
  float: right;
  position: relative;
  top: 6px;
}
#jeg_sidecontent .jeg_pl_xs_3 {
  overflow: unset;
}
.jeg_postblock_31 .ya-share2 {
  top: -16px;
}
.jeg_pl_xs_2 .jeg_post_title {
  font-size: 15px;
  font-weight: normal;
}
.jeg_postblock p {
  font-size: 15px !important;
}
h3.jeg_block_title {
  font-weight: 500 !important;
}
.jeg_heroblock_5 .jeg_post_category, .jeg_postblock_1 .jeg_post_category, .jeg_postblock_17 .jeg_post_category {
  display: none;
}

.jeg_archive_search{
  background-color: transparent;
}

.jeg_archive_search .jeg_search_button.btn{
  background-color: transparent;
  color: #c91212;
  font-size: 16px;
}

.jeg_archive_search .jeg_search_button.btn:hover{
  box-shadow: none;
  color: #000;
}

.jeg_archive_search .jeg_search_input{
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 2px solid #c91212;
  border-radius: 10px;
}

.jeg_archive_search_add.text{
  padding-left: 20px;
  color: #5e5e5e;
  font-size: 15px;
}


@media (max-width: 1548px) {
  .ardev {
    max-width: max-content;
  }
}
@media only screen and (max-width: 1570px) and (min-width: 1025px) {
  .jeg_sidecontent .container {
    padding: 0 10px;
  }
}
.jeg_facebook_widget {
  overflow: hidden;
}
/*.jeg_nav_row {max-width: 1310px;margin: 0 auto; }*/
.owl-stage-outer .owl-stage {
  margin: 0 auto;
}
.jnews_category_header_top {
  height: 70px;
}
.jeg_content .jeg_section, .jeg_singlepage .container {
  margin-left: 0;
}
.jeg_postblock_16 .jeg_posts {
  padding: 18px 0;
}
.sidecontent_postwrapper {
  height: 400px !important;
  width: 100% !important;
}
/*
#jeg_sidecontent {
  overflow: unset;
}
*/
.jeg_footer {
  background-color: #212121;
}
.jeg_cat_header_2 {
  max-height: 70px;
}
.jeg_postblock_17 {
  padding-right: 40px;
}
.hamburger {
  margin-right: 30px;
  z-index: 10;
  position: relative;
}
.hamburger .line {
  width: 30px;
  height: 3px;
  background-color: rgb(102, 101, 101);
  display: block;
  margin: 5px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.hamburger:hover {
  cursor: pointer;
}
#hamburger-5.is-active {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#hamburger-5.is-active .line:nth-child(2) {
  width: 0px;
}
#hamburger-5.is-active .line:nth-child(1), #hamburger-5.is-active .line:nth-child(3) {
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
#hamburger-5.is-active .line:nth-child(1) {
  -webkit-transform: translateY(9px);
  -ms-transform: translateY(9px);
  -o-transform: translateY(9px);
  transform: translateY(9px);
}
#hamburger-5.is-active .line:nth-child(3) {
  -webkit-transform: translateY(-7px) rotate(90deg);
  -ms-transform: translateY(-7px) rotate(90deg);
  -o-transform: translateY(-7px) rotate(90deg);
  transform: translateY(-7px) rotate(90deg);
}
#top_cat {
  background-color: #252525;
  height: auto;
  width: 100%;
  z-index: 9;
  display: none;
  overflow: hidden;
  position: absolute;
}
#top_cat ul {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: flex-start;
  list-style: none;
  padding: 0;
  height: 160px;
  line-height: 2em;
  font-size: 16px;
  margin: 30px 0;
}
#top_cat ul li {
  margin-right: 30px;
}
#top_cat a {
  color: white;
}
#top_cat img {
  position: relative;
  width: 282px;
}
.entry-header .jeg_post_title {
  font-size: 2.125rem;
}
.jeg_block_title, .jeg_side_tabs li, .jeg_breakingnews_title {
  font-size: 18px;
}
.jeg_footer .widget_categories li a, .jeg_breakingnews_title, .jeg_side_tabs li {
  text-transform: none;
}
.jeg_mainmenu_wrap ul {
  overflow: hidden;
}
.footer_logo img {
  max-width: 250px;
}
.widget_categories li a {
  font-weight: normal;
}
/*.jeg_featured, .jeg_featured .thumbnail-container,.jeg_featured .thumbnail-background>div {max-height: 365px;}*/
.thumbnail-container, .thumbnail-container:after {
  background: none;
}
.jeg_featured .thumbnail-background > div {
  background-size: contain;
}
#myFeed {
  overscroll-behavior: none;
  display: none;
  width: 100%;
  height: 100%;
}
#myFeed .jeg_bg_overlay {
  opacity: .85;
  visibility: visible;
  transition: .4s cubic-bezier(.22, .61, .36, 1) .1s;
}
#myFeed .jeg_menu_close {
  opacity: .75;
  visibility: visible;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  transition: .2s ease .3s;
}
#myFeed .jeg_mobile_wrapper {
  opacity: 1;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 1px 0 5px rgba(0, 0, 0, .1), 3px 0 25px rgba(0, 0, 0, .18);
}
#myFeed #jeg_sidecontent {
  width: 100% !important;
  left: 0 !important;
  display: block;
  height: 100% !important;
}
#myFeed .jspContainer, #myFeed .sidecontent_postwrapper {
  width: 100% !important;
  height: 100% !important;
}
#myFeed .jspContainer {
  overflow: scroll !important;
}
#myFeed .jeg_pl_xs_3 .jeg_postblock_content {
  padding-left: 0;
}

#jeg_sidecontent .jeg_pl_xs_3 {
    display: flex;
}

.jeg_sidefeed .thumbnail-container.size-1000{
    width: 75px;
    height: 75px;
    padding-bottom: 75px;
	flex: none;
	

}

body.modal-opened {
  overflow: hidden;
}
.jeg_mobile_midbar .mobileFeed, .searchLink {
  padding: 0 12px;
  font-size: 19px;
}
.jeg_mobile_midbar .jeg_mobile_toggle {
  padding: 0 0 0 12px;
}
.jeg_mobile_midbar .jeg_nav_item {
  display: inline-flex;
}
.subButton {
  display: flex;
  margin: 20px 0;
}
.subButton a span {
  font-size: 16px;
  font-weight: normal;
  display: block !important;
}

.single-post .subButton{
    display: none;
}



.single-post .content-inner p > iframe{
    display: block;
    margin: 0 auto;
}

.jeg_singlepage .jeg_preview_media_content_holder img{
    height: auto !important;
    width: 100% !important;
    left: 0 !important;
}

.jeg_post_tags{
    text-align: left; 
}

.jeg_post_tags a{
    letter-spacing: normal;
    border: 1px solid #2D2D2D;
    border-radius: 2px;
    padding: 5px 9px;
    font-size: 13px;
    margin-bottom: 5px;
    margin-right: 5px;
}

.jeg_post_tags span{
    display: none;
}

.sidefeed_loadmore{
    display: none;
}

.jeg_sidefeed .important .jeg_post_title{
	font-weight: bold;
}

.jeg_singlepage .featured_image a{
	cursor: auto;
}

.popularpost_list .jeg_socialshare{
	display: none;
}

.popularpost_list li{
	margin-bottom: 20px;
	min-height: 38px;
}

.jeg_side_tabs_new{
	border-bottom: 2px solid #c91212;
	padding: 0;
	
}

.jeg_side_tabs_new li{
	font-size: 18px;
	line-height: 38px;
    font-weight: 700;
	letter-spacing: 1px;
}

.jspDrag{
	border-radius: 1px;
	opacity: .8;
}

.page-id-311853 .jeg_side_heading,
.page-id-311844 .jeg_side_heading{
	display: none;
}



.page-id-311853 .sidecontent_postwrapper,
.page-id-311844 .sidecontent_postwrapper{
    height: auto!important;
    width: 100% !important;
}

.page-id-311853 #jeg_sidecontent,
.page-id-311844 #jeg_sidecontent{
    height: auto!important;
}


.all-news .jeg_inner_content.news{
	padding-right: 3%;
}

.jeg_footer_5 .footer_column{
	padding: 30px 40px 20px;
}

.jeg_footer_5 .jeg_footer_secondary {
    padding: 20px 0 0;
}

@media (max-width: 1380px) and (min-width: 1024px) {
  .jeg_main_menu li a {
    font-size: 11px;
  }
  .vc_column_container, .jeg_sidebar {
    padding-left: 15px !important;
  }
  .jeg_sidecontent .jeg_vc_content > .vc_row {
    padding-left: 0 !important;
  }
}
.addPadding {
  padding-left: 72px;
}

.jeg_nav_search .jeg_search_input:focus{
  border-color: #c91212;
}

.jeg_nav_search .jeg_search_form{
  width: 200px;
  transition: all .2s;
}

.thumbnail-container>img{
  object-fit: cover;
}



@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .round-thumb .thumbnail-container {
    height: 100px;
  }
}

@media only screen and (max-width: 991px) and (min-width: 767px) {
	.jeg_sidefeed .thumbnail-container.size-1000{
		display: none;
	}
}

.pswp {
  display: none;
}

@media only screen and (max-width: 1024px){
    .bottom-3-columns{
        padding-left: 25px;
    }
	
	.jeg_footer_primary .footer_column-3{
		display: none;
	}

  .jeg_mobile_midbar .jeg_nav_item .mobileFeed{
    display: none;
  }
}

@media only screen and (min-width: 1380px) {
  .jeg_bottombar .jeg_nav_row{
    padding-left: 3% !important;
}
}

@media only screen and (min-width: 1024px) {

  .jeg_nav_search .jeg_nav_search_active{
    width: 273px;
  }

  #side_feed_mob{
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 1200px) {
    .jeg_nav_search .jeg_nav_search_active{
      width: 337px;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1025px){
    
    .jeg_sidecontent .jeg_vc_content > .vc_row{
        padding: 0;
    }
}

@media only screen and (max-width: 768px){
    .bottom-3-columns{
        padding-left: 15px;
    }
    
    .single-post .content-inner p > iframe{
   width: 100%;
}
	
.home .elections {
		margin-top: 0;
	}
	
.single-post .entry-header .adsbygoogle{
	display: none!important;
}

	
}


@media only screen and (max-width: 480px){
    .jeg_sidebar #jeg_sidecontent {
        left: 0 ;
    }
    
    .single-post .content-inner p > iframe{
   width: 100%;
}
	
.home .jeg_main_content #jeg_sidecontent {
    width: 100%;
    left: 0;
}
	
.home .jeg_slider_type_1 .owl-nav div.owl-next {
    top: 50%;
    margin-top: 10px;
    right: 0;
}
	
.home .jeg_slider_type_1 .owl-nav div.owl-prev {
    top: 50%;
    margin-top: 10px;
}
	
.blocks-gallery-grid .blocks-gallery-item{
	width: 100%;
	margin: 0 0 15px;
}
	
.content-inner ul.blocks-gallery-grid{
		padding: 0;
	}
	
}

@media only screen and (max-width: 1264px) and (min-width: 1025px) {
    .jeg_nav_item.socials_widget.jeg_social_icon_block{
        display: none;
    }
}

.ads-left,
.ads-right{
    display: none;
}

@media only screen and (min-width: 1800px) {
    .ads-left,
    .ads-right{
        position: absolute;
        width: 240px;
        height: 600px;
        top:120px;
/*        border: 1px solid #ccc;*/
        display: block;
    }
    .ads-left{
        left: 3px;
    }
    
    .ads-right{
        right: 3px;
    }
}


  .jeg_inner_content  .jeg_share_bottom_container{
        max-width: 100%;
    }


.jeg_top_weather{
	display: none !important;
}

.jeg_topbar .jnews_header_topbar_weather{
	border-right: none !important;
}


.single-post .jeg_main_content .content-inner{
	font-size: 17px;
} 

.home .jeg_pl_sm .jeg_post_title{
	font-weight: normal;
	font-size: 16px;
}

.content-inner .lyte-wrapper.fourthree{
  width: 100% !important;
}

.search-results .jeg_posts .jeg_thumb{
  display: none;
}


.search_category{
  margin-bottom: 30px;
}

.thumbnail-container.size-500{
  padding-bottom: 60%;
} 

.jeg_inner_content .entry-content p{
  text-align: justify;
}


.telegram-banner{
  margin-top: 0;
  margin-bottom: 30px;
}

.telegram-banner-mob{
  display: none;
}

@media only screen and (max-width: 780px){
  .telegram-banner-mob{
    margin: 30px auto 0;
    display: block;
  }

  .telegram-banner{
    display: none;
  }

}


.home .jeg_postblock_content .jeg_readmore{
  display: none;
} 