/*
Theme Name: Salient Child Theme
Theme URI: http://mysite.com/
Description: This is a custom child theme for Salient
Author: My Name
Author URI: http://mysite.com/
Template: salient
Version: 1.0
*/

/* changed by Copilot on 2024-10-05: Fixed malformed URLs and updated version for latest standards */


/*To hide the date and love on masonry blog*/
body #post-area.masonry article.post .post-meta {display: none!important;}
article.post .content-inner {border-bottom: none;}

#pagination {
  
  text-align:center;
}


/*To reduce padding on masonry preview in home page*/
.masonry.classic_enhanced .masonry-blog-item .article-content-wrap {
    padding: 10%!important;
    position: relative;
    z-index: 100;
    background-color: #fff;
}

/*To reduce padding on masonry preview in home page*/
#post-area.masonry.classic_enhanced .quote-wrap, #post-area.masonry.classic_enhanced .link-wrap, .masonry.classic_enhanced .masonry-blog-item:not(.has-post-thumbnail).regular.format-standard .article-content-wrap, .masonry.classic_enhanced .masonry-blog-item:not(.has-post-thumbnail).regular.format-video .article-content-wrap, .masonry.classic_enhanced .masonry-blog-item:not(.has-post-thumbnail).regular.format-audio .article-content-wrap {
    padding: 10%!important;
    display: block;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    top: 50%;
    z-index: 10;
    left: 0;
    position: absolute;
}

/*To place a max height on masonry image*/
#post-area.masonry.classic_enhanced article.post .post-featured-img {
    max-height: 120px;
}


/*Custom Home Page Recent Posts*/
.am-post-header_homepage {
	padding-left:10%;
	padding-right:10%;
	}
.blog-recent {
	 background-color:#ffffff;
	 height:380px;
	 border-radius: 4px;
    overflow: hidden;
    perspective: 1000px;
    -webkit-perspective: 1000px;
    box-shadow: 0px 1px 3px rgba(0,0,0,.08)!important;
	}
	
/*Styles for Homilies Elements*/	
body [class^="icon-"].icon-default-style {
    line-height: 16px!important;
    height: 16px;
    width: 16px;
    margin-right: 0px;
    font-size: 16px!important;
}
.iwithtext .iwt-text {
    padding-left: 26px;
}

/*This is to reduce spacing on Recent Post Section of Home Page*/
#post-area.masonry {
    margin-bottom: 40px;
}

#podPress_footer {
    display: none;
}

