/*
Theme Name: Salient Child
Theme URI: https://themeforest.net/item/salient-responsive-multipurpose-theme/full_screen_preview/4363266
Author URI: https://childthemewp.com
Description: My WordPress Salient child theme.
Template: salient
License: GNU General Public License v3
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Version: 1.0.0
Text Domain: salient-child
*/

.sidebar {
    padding: 25px 0 0 0;
    border-top: 5px solid #990000;
    max-width: 450px;
}
.sidebar ul li {
    list-style: none;
    padding: .5em 0 0.5em 0;
    border-bottom: 1px solid #e5e5e5;
}
.sidebar li:last-child {
    border: none;
}
.container-wrap.fullscreen-blog-header.no-sidebar, .single.single-post .container-wrap {
	padding-bottom: 0!important;
}
.featured-media-under-header__content {
	text-align: center;
}
.page-header-wrap.page-header-bg-image {
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 1)), to(rgba(0, 0, 0, 0.4)));
}
.post-featured-img.page-header-bg-image {
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 1)), to(rgba(0, 0, 0, 1)))!important;
}
.blog-recent .more-link span, .post .more-link span {
	background-color: #990000;
}
.wp-block-latest-posts__list li {
    border-bottom: 1px solid #ededed!important;
    padding-bottom: 10px !important;
}
.wp-block-latest-posts__list li:last-child {
    border-bottom: none!important;
}
.featured-media-under-header__meta-wrap {
	display: block!important;align-content
}
.menu-logo span.menu-title-text {
	display: none;
}
.page-header-bg-image-wrap .page-header-bg-image {
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,1)), to(rgba(0,0,0,0.5)));
}
.container-wrap a {
	text-decoration: underline;
}
