/*
Theme Name: Ashe Child
Template: ashe
Theme URI: https://wp-royal.com/
Author: Royal Flush
Author URI: http://wp-royal.com/
Description: Clean and Minimalist blogging theme.
Version: 1.0
License: GPLv3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.en.html
Text Domain: 
Tags: blog, e-commerce, food-and-drink, one-column, two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, custom-logo, featured-images, footer-widgets, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
*/

/*--------------------------------------------------------------
 You Custom Code Goes Here
--------------------------------------------------------------*/
p.custom-indent {
    text-indent:60px;
    }
#page-3876 header.post-header {display:none;
    }
#page-3876 h2.wp-block-heading {margin-top:20px; margin-bottom:20px;
    }
body.page-id-3876 li.wp-block-post {list-style-type:none;
    }
#page-3876 .wp-block-query {
        border-top: lightgray solid 1px;
        margin-top: 40px;
        padding-top:30px;
    }
body.page-id-3876 .post-content ul {margin-left:0; padding-left:0;
    }
/**** EXCERPTS ****/
.wp-block-post-excerpt {
        display:flex;
        flex-direction:column;
        border-bottom: lightgray solid 1px;
        margin-bottom: 30px;
    }
.wp-block-post-excerpt__more-link {display: inline-block;
        width: auto;
    padding: 0 25px;
    border: 1px solid;
    font-size: 13px;
    line-height: 40px;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
    cursor: pointer;
    margin: 25px auto 40px auto;
    text-align: center;
    }
/***** HOME PAGE ID-3876 *****/
body.page-id-3876 hr.wp-block-separator { margin: 20px 0;
    }
body.page-id-3876 .wp-block-post-featured-image {margin-bottom: 18px;
}
body.page-id-3876 .wp-block-post-date {font-style:italic; 
    margin-bottom: 20px;
}
body.page-id-3876 .wp-block-post-title a {color:black;
}
body.page-id-3876 .wp-block-post-title a:hover {color:rgb(202, 155, 82);
} 
/***** PREVIOUS NEXT NAVIGATION *******/
.prevnext_nav {
	display: flex;
	justify-content: space-between;
	width: 100%;
	padding: 20px 0;
	border-bottom: 1px solid;
    border-bottom-color: #e8e8e8; 
}
.single-post .previous-post, .single-post .next-post {
    position: relative;
	margin-top:0;
}
.post-footer {
   padding: 0;
  border-bottom: none;
}
@media screen and (max-width: 480px) {
.prevnext_nav a.single-navigation {
  display: inline !important;
}
}