/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 09 2022 | 10:36:15 */
/* Sidebar Editor's Choice ----------------------------------------------------- */
.jm-sidebar-editors-choice .box-vertical .box-text {
	padding-left: 10px;
}

.jm-sidebar-editors-choice .is-divider {
	display: none;
}

.jm-sidebar-editors-choice .box-text {
	padding-bottom: 5px;
	/*border-bottom: 2px solid #CCC;*/
}

.jm-sidebar-editors-choice .box {
	border-bottom: 2px solid #CCC;
}

.jm-sidebar-editors-choice .cat-label {
	color: #c80000;
	font-size: 16px;
	padding-bottom: 10px;
}

.jm-sidebar-editors-choice .post-meta {
	font-size: 14px;
	font-weight: 500;
	padding-top: 5px;
}
/* ----------------------------------------------------------------------------- */



/* Quarterly Publications Section ----------------------------------------------- */
.jm-quarterly-publications {
	padding: 10px 0;
}

.jm-quarterly-publications .jm-magazine-issue h2 {
	color: #b00012;
	font-weight: 600;
  	font-family: 'Abril Fatface';
    font-size: 20px;
}

.jm-quarterly-publications .jm-magazine-issue p.lead {
	font-family: 'Abril Fatface';
  	font-size: 1.3em;
}

.jm-quarterly-publications .jm-magazine-issue p {
	font-size: 1.1em;
}

.jm-magazine-topics {
	padding: 10px 0;
}

.jm-magazine-topics h3 {
	color: #7E7E7E;
	font-weight: 300;
}

.jm-magazine-topics ul {
  	list-style: none;
  	position: relative;
  	margin: 0;
}

.jm-magazine-topics ul li {
  padding: 10px 15px 10px 30px;
  border-bottom: 1px solid #7E7E7E;
  margin-left: 0;
}

.jm-magazine-topics ul li:before {
   content: '⟶';
   color: #b00012;
   position: absolute;
   left: 0;
   font-weight: 800;
}
/* ------------------------------------------------------------------------------ */



/* Sidebar Trending News  ----------------------------------------------------- */
.jm-sidebar-trending-news .box-image {
	float: right;
}

.jm-sidebar-trending-news .box-text {
	float: left;
	max-width: 70%
}

.jm-sidebar-trending-news .box-text .post-title {
	font-weight: 300;
	font-size: 14px;
}

.jm-sidebar-trending-news-list {
	counter-reset: section;
}

.jm-sidebar-trending-news-list .post-item::before {
  	counter-increment: section;
  	content: counter(section)".";
	display: inline-block;
	float:left;
	font-size: 35px;
	font-family: 'Abril Fatface';
	color: #B00012;
	width: 10%;
	padding: 15px 0 5px 0;
}

.jm-sidebar-trending-news-list .post-item .col-inner {
	width: 90%;
	display: inline-block;
}
/* as-responsivness */



@media only screen and (max-width: 549px) {
  .jm-sidebar-trending-news-list .post-item::before {
    width: 20% !important;
  }
  .jm-sidebar-trending-news-list .post-item .col-inner {
    width: 80% !important;
  }
}

/* ----------------------------------------------------------------------------- */


/* Sidebar Podcast Block  ----------------------------------------------------- */
.jm-sidebar-podcasts-box .button,
.jm-sidebar-podcasts-box h2 {
  	font-family: 'Abril Fatface' !important;
}

.jm-sidebar-podcasts-box .icon-youtube:before {
	border:1px solid #FFF;
	border-radius: 50%;
	padding: 5px
}
/* ----------------------------------------------------------------------------- */


/* Sidebar Webinar Block  ----------------------------------------------------- */
.jm-sidebar-webinar-box .button,
.jm-sidebar-webinar-box h2 {
  	font-family: 'Abril Fatface' !important;
}
/* ----------------------------------------------------------------------------- */


/* Remove Line from the sidebar titles  ---------------------------------------- */
.sidebar-wrapper .section-title-main,
.post-sidebar .section-title-main{
  border-bottom: 0;
}

.sidebar-wrapper .section-title-normal,
.post-sidebar .section-title-normal {
  border-bottom: 0;
}

.sidebar-wrapper .section-title-normal span,
.post-sidebar .section-title-normal span{
  border-bottom: 0;
}
/* ----------------------------------------------------------------------------- */


/* Remove Line from the sidebar titles on Popular Posts  ----------------------- */
.post-sidebar .widget-title, .popular-posts .widget-title {
  text-transform: capitalize;
  font-size: 1.25em;
  line-height: 1.3;
  font-weight: 300;
  color: #000;
}

.post-sidebar .is-divider {
  display: none;
}

.post-sidebar .wpp-list, .popular-posts .wpp-list {
  margin-top: 1em;
}

.post-sidebar .wpp-list li, .popular-posts .wpp-list li {
  padding: 10px 0 10px 0;
  border-bottom: 1px solid #cccccc;
}

.post-sidebar .wpp-list li a, .popular-posts .wpp-list li a {
  float: left;
  width: 30%;
  color: #000000;
  font-size: 0.9em;
}

.post-sidebar .wpp-list a.wpp-post-title, .popular-posts .wpp-list a.wpp-post-title {
  width: 70%;
}

.post-sidebar ul.menu>li+li, 
.post-sidebar .widget>ul>li+li {
    border-top: 0 solid #ececec;
}

.post-sidebar .wpp-meta, .popular-posts .wpp-meta {
  font-family: 'Abril Fatface';
  font-size: 14px;
}

.block_widget .widgettitle {
  display: none;
}
/* ----------------------------------------------------------------------------- */
