/*
Welcome to Custom CSS!

To learn how this works, see https://wp.me/PEmnE-Bt
*/
.entry-meta .author,
.post-author {
	display: none !important;
}

/* add bottom margin to Jetpack likes — 3439305-zen */
div.jetpack-comment-likes-widget-wrapper iframe {
    margin-bottom: 15px;
}


/* Remove blank space on posts caused by post-nav */

nav.navigation.post-navigation {
    display: none;
}

#article-wrap .article-content {
	position: relative;
	padding-bottom: 45px;
}

/* Remove date from Featured Content posts */
body .featured-content .posted-on,
body .featured-secondary .posted-on {
  visibility: hidden;
	opacity: 0;
}

/* Change header background color */
.site-header {
	background-color: #ffda36;
}

/* Change site-title color */
.site-title a {
    color: #000 !important;
}

/* Add drop shadow to site title */
.site-title a {
    text-shadow: 0px 0px 0px black;
}

/* Change site-description color, add drop shadow */
.site-description {
    color: #000 !important;
	text-shadow: 0px 0px 0px black;
}

/* Larger site description font */
.site-description {
	font-size: 24px;
	letter-spacing: .15em;
	margin: 0 0 19px;
	padding: 0;
	text-transform: uppercase;
}

/* Main navigation background color */
.slide-menu {
	background: #1e1e1e;
}

/* Main navigation text color */
.main-navigation a, .menu-back {
	color: #fff;
}

/* Header bottom border */
.featured-row {
	border-bottom: 1px solid #ffda36;
	padding-bottom: 25px;
}

/* STORIES heading, per Leland & CSS forum*/
.home #article-wrap::before {
    content: "STORIES";
    font-size: 4em;
    letter-spacing: .17em;
    display: block; /* important to convert pseudo-element to block display */
    padding-bottom: 12px; /* space below */
    margin-top: -23px; /* negative space above */
}

/* For widget background and text color
*/
.widget .widget-title {
	background-color: #7F7F7F;
}

/* Sidebar widget margin */
.widget div >ul li, .widget > ul li {
	margin-left: 20px;
}

/* Widget link color */
.widget a, .site-info-text a {
	border-bottom: 1px solid #fc791c;
	transition: .5s border-bottom-color;
}

/* Footer widget color */
.footer-widgets {
	background: #7F7F7F;
	color: #000;
}

/* Yellow block behind post heds */
.single .entry-title:before {
	background: #ffda36;
}

/* Change link color */
.post-content a {
	color: #fc791c;
}

/* Remove previous&next post at bottom of post */
.post-navigation .nav-links {
	visibility: hidden;
}

/* Reply box color & font size */
.comment-reply-title {
	background: #ffda36;
	font-size: 36px;
	font-weight: 700;
	line-height: 1.5;
	margin: 0;
}

/* Verse block tighter, no tint */
.wp-block-verse {
	background: #fff;
	font-family: 'Lora', serif;
	font-size: 16px;
	font-size: .94rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

.wp-block-verse-green {
	background: #e4fbdb;
}

/* Hyperlinks in post, change color */
.entry-content a {
	border-bottom: 1px solid #fc791c;
	transition: .5s border-bottom-color;
}

/* Change site-title color */
.site-title a {
	color: #000;
}

/* Change site-description color */
.site-description {
	color: #000;
}

/* Bulleted list: smaller font */
.bullets-smaller-font ul {
	font-size: 17px;
}

/* Table, smaller font */
.wp-block-table {
	font-size: 12pt;
}

/* Block quote, no left border */
.single .entry-content blockquote, .page .entry-content blockquote {
	border-left: none;
}

/* "Follow" button color */
#subscribe-blog input[type="submit"] {
	background: #2d7ffd !important;
	color: #fff;
}

/* Share icons move to top or post */
.at-share-btn-elements a {
	box-shadow: none !important;
}

.at-above-post {
	margin: 0 auto !important;
	width: 440px !important;
	padding-bottom: 15px;
}

/* Recent Post Widget Extended settings */
.rpwe-block ul{
list-style: none !important;
margin-left: 0 !important;
padding-left: 10 !important;
}

.rpwe-block li{
border-bottom: 1px solid #eee;
margin-bottom: 10px;
padding-bottom: 10px;
list-style-type: none;
}

.rpwe-block a{
display: inline !important;
text-decoration: none;
}

.rpwe-block h3 a{
font-size: 16px !important;
}

.rpwe-block h3{
background: none !important;
clear: none;
margin-bottom: 0 !important;
margin-top: 0 !important;
font-weight: 500;
font-size: 14px !important;
line-height: 1.5em;
}

.rpwe-thumb{
border: 1px solid #eee !important;
box-shadow: none !important;
margin: 2px 10px 2px 0;
padding: 3px !important;
}

.rpwe-summary{
font-size: 14px;
}

.rpwe-time{
color: #bbb;
font-size: 14px;
}

.rpwe-comment{
color: #bbb;
font-size: 11px;
padding-left: 5px;
}

.rpwe-alignleft{
display: inline;
float: left;
}

.rpwe-alignright{
display: inline;
float: right;
}

.rpwe-aligncenter{
display: block;
margin-left: auto;
margin-right: auto;
}

.rpwe-clearfix:before,
.rpwe-clearfix:after{
content: "";
display: table !important;
}

.rpwe-clearfix:after{
clear: both;
}

.rpwe-clearfix{
zoom: 1;
}