/*

Theme Name:   Maris Clinic Theme

Theme URL:    https://marisclinic.com/

Description:  Maris Clinic Theme

Author:       Maris Clinic

Author URL:   https://marisclinic.com/

Version:      1.0.0

License:      GNU General Public License v2 or later

License URL:  http://www.gnu.org/licenses/gpl-2.0.html

Tags: light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready

Text Domain:  Maris Clinic

*/

/* blog css start */

body.single-post .adpBlogbreadcrumb, 
body.single-post .adpBlogbreadcrumb a {
    color: #fff;
    text-align: center;
}
body.single span{
	font-family:sans-serif;
}
body.single a.elementor-button.elementor-button-link.elementor-size-sm {
    margin: 30px 0 0;
    line-height: inherit;
}
.adpBlogbreadcrumb, .adpBlogbreadcrumb a {
    text-align: left;
    color: #fff6;
    font-size: 9px;
    font-weight: 300;
    line-height: 14px;
    text-decoration: none;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
section.BlogDetailPg ol li {
    line-height: 26px;
    margin-bottom: .5rem;
	font-size:15px;
	font-weight:400;
}
.blogDetailTxt p, .blogDetailTxt p a, .blogDetailTxt ul, .blogDetailTxt ul li, .blogDetailTxt a,
.blogDetailTxt ol, .blogDetailTxt ol li{
    font-size: 16px;
    line-height: 28px;
    color: #737e8c;
    letter-spacing: 0.32px;
    font-weight: 300;
    font-family:  sans-serif;
}
 .blogDetailTxt ul, .blogDetailTxt ul li, .blogDetailTxt a {
    font-size: 15px;
    line-height: 26px;
	 margin-bottom: .5rem;
}
.blogDetailTxt h2,
.blogDetailTxt h3,
.blogDetailTxt h4,
.blogDetailTxt h5,
.blogDetailTxt h6{
	margin: 30px 0 15px;
	font-family: "Noah", Sans-serif;
	font-weight:300;
    color:#414b58;
}
.blogDetailTxt h2 strong,
.blogDetailTxt h3 strong,
.blogDetailTxt h4 strong,
.blogDetailTxt h5 strong,
.blogDetailTxt h6 strong {
	font-weight:300;
    color:#414b58;
}
.blogDetailTxt h2{
	font-size: 1.75rem;
    line-height: 1.3;
}
.blogDetailTxt h3 {
	font-size:1.25rem;
}
/* list blog start */

.blog-posts.list {
    height: 375px;
    overflow: hidden;
}
.blog-posts.list .BlogInsideTxt {
    display: flex;
    align-items: start;
    justify-content: start;
    flex-direction: column;
}
.blog-posts.list .BlogPostCustom .post-thumbnail {
    overflow: hidden;
    position: relative;
	height: 100%;
}
.blog-posts.list .BlogPostCustom .post-thumbnail img{
	height:100%;
}
.blog-posts.list .BlogPostCustom .post-thumbnail:before {
    content: 'Featured';
    position: absolute;
    top: 30px;
    right: 30px;
    background: rgba(255, 255, 255, 0.90);
    width: 120px;
    line-height: 32px;
    height: 32px;
    display: block;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 2.25px;
    text-transform: uppercase;
    z-index: 1;
}

.blog-posts.list .blog-post.BlogPostCustom {
    display: grid;
    align-items: center;
    gap: 50px;
    grid-template-columns: repeat(auto-fit, minmax(600px, 1fr));
}
/* list blog end */

.BlogPostCustom {
	position:relative;
}
.BlogPostCustom .post-thumbnail {
    position: relative;
    width: 100%;
    height: 330px;
    margin: 0 0 30px;
	overflow:hidden;
}
.BlogPostCustom .post-thumbnail img {
    width: 100%;
    height: 100%;
	object-fit:cover;
	object-position:top;
	transition: ease all 1s;
}
.post-thumbnail:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.BlogInsideTxt {

}
.BlogInsideTxt .PostDateCS {
    font-family: Sans-serif;
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 15px;
    letter-spacing: 0.3rem;
    color: #C5BBB5;
}
.blog-posts.list .blog-post h3.post-title a,
.blog-posts.grid h3.post-title a{
    font-family: "Noah", Sans-serif;
    font-weight: 300;
    font-size: 30px;
    line-height: 36px;
    color: #414b58;
	display:block;
	text-decoration:none;
	margin:20px 0;
}
.blog-posts.grid h3.post-title a {
	font-size:18px;
	line-height:25px;
}
.blog-posts.grid .post-excerpt {
    font-size: 14px;
    line-height: 23px;
    color: #737e8c;
    font-family: sans-serif;
    font-weight: 300;
}
.blog-posts a.read-more {
    font-size: 9px;
    text-decoration: none;
    display: block;
    text-transform: uppercase;
    color: #414b58;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0.25em;
    margin: 20px 0 0;
}

/* blog css end */