/*
Theme Name:		 Masco child
Theme URI:       https://mthemeus.com/demos/wp/masco
Description:	 A premium WordPress theme for Digital Agency, Software, App, Services and many more
Author:			 mthemeus
Author URI:      https://themeforest.net/user/mthemeus
Template:		 masco
Version:		 1.0.0
Text Domain:	 masco-child
*/


/*
    Add your custom styles here
*/

.blog-breadcrumb.single-banner {
    text-align: center;
}

.blog-footer-data {
    display: flex;
    justify-content: center;
    margin-top: 60px;
    gap: 30px;
    color: #000;
}

.blog-footer-data .blog-author {
    display: flex;
    align-items: center;
}

.blog-footer-data .blog-author .img {
    width: 40px;
    height: 40px;
    margin-right: 10px;
}

.blog-footer-data .blog-author .img img {
    border-radius: 50%;
}

.blog-footer-data .blog-author span.author-name {
    font-size: 18px;
    font-weight: 600;
}

.blog-date {
    display: flex;
    align-items: center;
    font-weight: 600;
    color: #000;
}

.blog-date .icon {
    width: 24px;
    margin-right: 8px;
}

.blog-readtime {
    display: inline-flex;
    align-items: center;
    font-weight: 600;
}

.blog-readtime svg {
    width: 24px;
    height: 24px;
    margin-right: 10px;
}

.author-block {background: #052f99;border-radius: 15px;color: #fff;padding: 30px;display: flex;align-items: center;flex-wrap: wrap;}

.author-block .img {
    width: 100px;
}

.author-block .img img {
    border-radius: 50%;
}

.author-block .author-content {
    width: calc(100% - 100px);
    padding-left: 30px;
}

.author-block .author-content h3.author-name {
    color: #fff;
}

.post-share {
    background-color: #E6EAF5;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #0A102F80;
    padding: 25px;
    border-radius: 10px 10px 10px 10px;
}

.post-share label {
    font-size: 18px;
    font-weight: 600;
    width: 100%;
}

.post-share a.share-btn {
    width: 30px;
    height: auto;
    margin-right: 5px;
}

.post-share a.share-btn svg {
    width: 30px;
    height: auto;
}

.post-share a.share-btn:hover { opacity: 0.7; }

.wp-block-call-to-action-block {
    background: #052f99;
    color: #fff;
    border-radius: 15px;
    padding: 30px !important;
    margin-bottom: 30px;
}

.wp-block-call-to-action-block .callToAction {
    font-size: 20px;
    font-weight: 600;
}

.wp-block-call-to-action-block .callToActionButton {
    border-radius: 5px !important;
    background: #fff;
    border: none !important;
}

.wp-block-call-to-action-block p {
	margin-bottom: 0px;
}

.wp-block-rank-math-toc-block ul {
    padding-left: 0;
}

.entry-content ul>li:after { top: 8px; }

.nav-links .nav-title {
    max-width: 400px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block !important;
}

.nav-links .nav-previous span.nav-subtitle {
    padding-left: 0;
}

.nav-links .nav-previous span.nav-subtitle {
    padding-left: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.nav-links .nav-next span.nav-subtitle {
    padding-right: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
}

.single-post-item .post-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.single-post-item .post-content {
    padding: 20px;
}

.post-thumbnail {
    overflow: hidden;
    height: 260px;
}

.single-post-item.two-column h2.entry-title, .single-post-item.three-column h2.entry-title { 
    font-size: 22px;
    line-height: 32px; 
    margin-top: 0px;
}

.single-post-item .post-meta span, .single-post-item .post-meta a, .single-post-item .post-meta span time, .single-post-content-wrap span, .single-post-content-wrap a, .single-post-content-wrap span time {
    color: #000;
    font-weight: 600;
    font-size: 15px;
    transition: 0.4s;
}

.single-post-item {
    margin-bottom: 30px;
    overflow: hidden;
    transition: .4s;
    border-radius: 10px;
    background: #FFFFFF;
    border: 1px solid #E1E1E1;
    border-radius: 10px;
    height: calc(100% - 30px );
}

.posts-row .post {
    height: 100%;
}

.single-post .post-thumbnail {
    height: auto;
}

.related-posts-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}

.single-post .related-posts-grid .post-thumbnail {
    padding-bottom: 0;
}

.single-post .related-posts-grid .single-post-item .entry-title {
    font-size: 22px;
}

.single-post .related-posts-grid  .post-category, .single-post .related-posts-grid .post-meta {
    margin: 0;
}

.related-posts-wrapper h2.related-title {
    margin-bottom: 30px;
}

.single-post  .related-posts-wrapper  .post-meta>div { 
    margin-bottom: 0;
}

ul.blog-category-list {
    list-style: none;
    padding: 0;
    display: flex; 
    margin: 0;
}

.blog-filter {
    padding:0px;
    background: #f3f5fa;
    border-radius: 5px;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    position: relative;
}

ul.blog-category-list li {
    display: inline-block;
}

ul.blog-category-list li a { color: #000;font-size: 16px; font-weight: 600; padding:14px 25px; }

ul.blog-category-list li:hover a, ul.blog-category-list li.active a { background-color: #052f99; color: #FFFFFF; }

ul.blog-category-list li:first-child a { border-top-left-radius: 5px; border-bottom-left-radius: 5px; }

.blog-search-wrap {
    position: relative;
    display: flex;
    align-items: center;
    position: absolute;
    right: 0;
}

.blog-search-form input[type="text"] {
    width: 0;
    opacity: 0;
    padding: 0;
    border: none;
    border-radius: 0px;
    transition: 0.4s ease;
    position: absolute;
    right: 53px;
    top: 0;
    width: 100%;
}

.blog-search-wrap.active .blog-search-form input[type="text"] {
    width: 320px; /* Expand width */
    opacity: 1;
    padding: 6px 10px;
}

.search-toggle {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 18px;
    background: #052f99;
    color: #fff;
    border-radius: 0 5px 5px 0;
}

.masco-portfolio-item {
    display: block; 
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    background: #fff;
    box-shadow: rgba(100, 100, 111, .2) 0 7px 29px 0;
}

.masco-portfolio-image img {
	object-fit:contain !important;
}

.masco-pf-gallery-wrap .masco-portfolio-item {
    display: flex !important;
}

.blog-breadcrumb {
	background: #E6EAF5;
}

.nice-select {
	line-height:30px !important;
}

.header-section {
	background: rgba(255, 255, 255, 1);
	-webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

.masco-btn:before {
	display:none;
}

ul {
  list-style: disc;
  padding-left: 24px;
}


@media screen and (max-width:1024px) {
	.site-branding.mobile-version.has-site-logo { top:0 !important;}
}
