/* SITE WIDE 
 * ---------------------------- */

.entry-content a {
	color:#1bbc9b;
}
.entry-content a:hover {
	color:#16967C;
}
.entry-content h1 a,
.entry-content h2 a,
.entry-content h3 a,
.entry-content h4 a {
	color:#000000;
}
img.circle {
	border-radius: 50%;
}
img.rounded {
	border-radius: 30%;
}
.text-col-2 {
	column-count: 2;
	vertical-align:top;
}
.text-col-3 {
  column-count: 3;
  vertical-align:top;
}
ol li, ul li {
	font-family: Roboto, Helvetica, Arial, sans-serif;
    font-weight: 400;
    text-transform: none;
    color: #808080;
    font-size: 18px;
    line-height: 2em;
    letter-spacing: 0.01em;
}
.bctt-click-to-tweet {
	margin-bottom:36px;
}

/* Menu */

ul.primary-menu li ul.sub-menu {
	border:1px solid #eee;
	width:300px;
}


/* POSTS 
 * ---------------------------- */

/* General */

.entry-header,
.entry-content,
.entry-footer {
	padding: 0!important;
}

.rt-reading-time,
.post-series-manager-block {
	display:inline-block!important;
	width:46%;
}

blockquote.wp-block-quote {
	border-left: 3px solid #d1d1d1;
  margin: 10px 0 20px 0;
	padding: 10px 20px;
}
blockquote.wp-block-quote cite {
	color:#404040;
}

/* Post Comments */

#comments {
	margin-top:28px;
}

/* Social */

.swp_social_panel span.iconFiller,
.swp_social_panel a .swp_count:not(.swp_hide) {
	color:#fff!important;
}


/* SITE WIDE 
 * ---------------------------- */
.sidebar-gray {
	background-color:#eee;
	padding:20px 10px 10px 10px;
}
.sidebar-about img {
	display: block;
	margin-left: auto;
	margin-right: auto
}
.sidebar-about img.circle {
  object-fit: cover;
  border-radius: 50%;
  height: 250px;
  width: 250px;
}
.right-sidebar ul {
	margin-left:0!important;
}
.jetpack_widget_social_icons ul {
	margin: 0 auto;
	text-align:center;
}
.right-sidebar h2.widget-title {
	text-align:center;
}
.right-sidebar .sidebar-ads h2.widget-title {
	font-size:12px;
	color:#808080;
}
.right-sidebar .sidebar-ads {
	border:3px double #eee!important;
	margin:0 auto;
	padding:10px;
	text-align:center;
}