/*!
Theme Name: zaza
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: zaza
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

zaza is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/


/* ========================== COMMON CSS ========================== */



/* BANNER */
.inner-banner { position: relative; height: 100vm; overflow: hidden; }
.inner-banner .bg { display: flex; width: 100%; height: 100%; transform: translateY(-30px); opacity: 1; }
.inner-banner .bg img, .inner-banner .bg picture { width: 100%; }
.inner-banner .banner-content { transform: translateY(-50%) scale(0.95); opacity: 1; }
.inner-banner .banner-content .title { font-size: 70px; font-weight: 900; line-height: 1.2; color: #fff; letter-spacing: 0.4px; text-align: center; }
.inner-banner .banner-content p { font-size: 20px; line-height: 1.5; font-weight: 300; color: #fff; text-align: center; margin-bottom: 0; }



/* BLOGS PAGE */
.blogs { padding: 40px 0 120px; }
.blog-list { display: grid; grid-template-columns: repeat(2, 1fr); grid-column-gap: 50px; grid-row-gap: 80px; margin-bottom: 80px;  }
.blog-list .card { border: none; background-color:black; }
.blog-list .card .card-img { width: 100%; aspect-ratio: 1.7; margin-bottom: 20px; border-radius: 16px; overflow: hidden; transition: var(--all-medium); position: relative; }
.blog-list .card .card-img img { height: 100%; object-fit: cover; transition: var(--all-medium); }
.blog-list .card .card-img .date { position: absolute; right: 20px; bottom: 40px; display: flex; width: auto; font-size: 18px; font-weight: 300; text-transform: uppercase; writing-mode: vertical-rl; color: #fff; margin-bottom: 10px; z-index: 1; text-shadow: 0 0 20px rgb(0 0 0 / 100%); transform: rotate(180deg); }
.blog-list .card:hover .card-img { transform: scale(0.95); }
.blog-list .card:hover .card-img img { transform: scale(1.05); }
.blog-list .card .card-body { padding: 0; }
.blog-list .card .card-body .date { width: 100%; font-size: 16px; line-height: 1; font-weight: 300; margin-bottom: 15px; }
.blog-list .card .card-body .title { font-size: 22px; font-weight: 900; transition: var(--all-medium); }
/* .blog-list .card:hover .card-body .title { color: #A05544; } */
.blog-list .card .card-img{width: 100%;border-radius: 0;overflow: hidden;transition: var(--all-slow);clip-path: polygon(30px 0, 100% 0, 100% 100%, 0 100%, 0 30px);}
.blog-button { display: inline-flex; flex-flow: row wrap; align-items: center; position: relative; padding: 12px 25px; background: transparent; border: 1px solid #fff; border-radius: 30px; overflow: hidden; z-index: 1; }
.blog-button:hover { border-color: #A05544; }
.blog-button > img { width: 8px; margin-right: 10px; transition: var(--all-medium); }
.blog-button:hover > img { filter: invert(1); }
.blog-button span { text-transform: uppercase; font-size: 16px; letter-spacing: 1px; transition: var(--all-medium); z-index: 1; }
.blog-button:hover span { color: #fff; }
.blog-button::before { content: ''; border-radius: 30px; background-color: #A05544; position: absolute; left: auto; right: 0; top: 0; width: 0; height: 100%; z-index: -1; transition: var(--all-medium) cubic-bezier(.63,-0.01,.44,1); }
.blog-button:hover:before { width: 100%; right: auto; left: 0; }


/* BLOG DETAILS */
.blog-details { padding: 100px 0 50px 0px; }
.blog-details .section-title { margin-bottom: 60px; opacity: 0;}
.blog-details .section-title .title { line-height: 1.2; margin-bottom: 0; }
.blog-details .article-date-wrap { display: flex; flex-flow: column wrap; justify-content: space-between; align-items: flex-start; height: 100%; padding-bottom: 70px; }
.blog-details .button { opacity: 1;}
.blog-details .img-box { width: 100%; border-radius: 30px; overflow: hidden; margin-bottom: 40px; }
.blog-details .img-box img { width: 100%; }
.blog-details .info { width: 100%; margin-bottom: 00px; }
.blog-details .info h6 { font-size: 20px;  font-weight: 500; line-height: 1.4; opacity: 1; color:#ffffffad  }
.blog-details .info h3, .blog-details .info h4, .blog-details .info h5  { letter-spacing:1.2px; margin-bottom:5px; margin-top:20px; }
.blog-details .info h2 strong  { font-size: 25px; }
.blog-details .info h2  { letter-spacing:1.2px; margin-bottom:5px; margin-top:0px;  }
.blog-details .info p { font-size: 16px; line-height: 1.5; opacity: 1; color:#ffffffad}

.blog-details-content{margin:40px 0;}
.blog-details .list { display: flex;justify-content: space-between;}
.blog-details-content .container{padding:0;}
.blog-details .info h2, .blog-details .info h3, .blog-details .info h4, .blog-details .info h5, .blog-details .info h6{opacity: 1;color: #ffffffba;font-weight: 500;}
.blog-details .info h2, .blog-details .info h3{font-size: 22px;}
.blog-details-content strong {font-size: 18px;font-family: 'Avenir Next LT Pro';color: #ffffffba;font-weight: 500;line-height: 1.2;}
.blog-details-content div div {color: #ffffffad;}

.share-title { font-size: 16px; font-weight: 400; margin: 15px 0; opacity: 0.8; }
.share-list { display: flex; flex-flow: row wrap; align-items: center; opacity: 0.8; }
.share-list li { margin-right: 20px; opacity: 1;  }
.share-list li a { width: 20px; transition: var(--all-medium); }
.share-list li a:hover { opacity: 0.5; }
.share-list li a img { width: 100%; }
.blog-details hr { margin: 80px 0 60px; }

/* PAGINATION */
.pagination { display: flex; flex-flow: row wrap; align-items: center; margin-bottom:0px; margin-top: 50px; width: 100%;}
.pagination p { width: 100%; text-align: center; font-size: 16px; font-weight: 400; text-transform: uppercase; letter-spacing: 2px; margin-bottom: 30px;  opacity: 1;  }
.pagination a { width: calc(100% / 14 * 6); display: flex; flex-flow: row wrap; align-items: stretch;  }
.pagination .right{ place-content: end;}
.pagination a .title { flex: 1; font-weight: 900; font-size: 18px; line-height: 1.3; text-transform: uppercase; transition: var(--all-medium); }
.pagination .spacer { flex: 1; }

.blog-banner{ height: 600px;}

@media screen and (max-width: 1280px) {
.blogs {padding: 0px 0 60px;}
.blog-details .info h2, .blog-details .info h3{margin-bottom: 10px; margin-top: 25px;}
.blog-details {padding: 80px 0 50px 0px;}
.blog-details .info h2.wp-block-heading{margin-top: 0px;}
.blog-banner {height: 500px;}
}

@media screen and (max-width: 991px) {
.blogs {padding: 0px 0 20px;}
.blog-list .card .card-body .title{font-size: 18px;}
.blog-list {margin-bottom: 50px;}
.blog-banner {height: 350px;}
.blog-details {padding: 50px 0 50px 0px;}
.blog-details-content {margin: 20px 0 30px 0px;}
.blog-details {padding: 50px 0 20px 0px;}
.info.two-column-content {column-count: 2;column-gap: 30px;}
.blog-details .info h2 strong {font-size: 22px;}
.blog-banner {height: 300px;}
.blog-list {display: grid;grid-template-columns: repeat(2, 1fr);grid-column-gap: 30px;grid-row-gap: 50px;}
.blog-list .card:hover .card-img {transform: scale(1);}
}

@media screen and (max-width: 767px) {
.blogs {padding: 0px 0 40px;}
.blog-list{margin-bottom: 40px;}
.blog-list .card .card-body .title{ font-size: 17px;}
.blog-list {grid-column-gap: 20px;grid-row-gap: 40px;}
.blog-details-content strong{font-size: 15px;}
h3.wp-block-heading strong{font-size: 18px;} 
.blog-list .card .card-img { margin-bottom: 15px;}
.blog-details .info h2, .blog-details .info h3 {font-size: 20px;}
.blog-details .info p {font-size: 15px;}
.blog-list .card .card-body .title{ margin-bottom: 5px;}
.blog-list .card .card-img {margin-bottom: 12px;}
.blog-details .info h2, .blog-details .info h3{margin-bottom: 8px; margin-top: 15px;}
.blog-details .info p{ margin-bottom: 10px;}
.blog-details .info p strong{ display: inline-block;}
.blog-details .info h2.wp-block-heading {margin-top: 20px;}
.blog-details .info p a strong{ margin-top: 0px;}

}

@media screen and (max-width: 576px) {
.blog-list{display: block; }
.blog-list li{ margin-bottom: 45px;}
.blog-list li:last-child{margin-bottom: 0px;}
.blog-list .card .card-body .title{ font-size: 16px;}
.blogs {padding: 0px 0 20px;}
.blog-list .card .card-img .date {font-size: 13px; right: 10px;}
.blog-details .container{width: 90%;}
.info.two-column-content {columns: 1;}
.pagination {margin-top: 30px;}
.blog-details {padding: 30px 0 0px 0px;}
.blog-details-content {margin: 20px 0 10px 0px;}
.blog-details .info h2 strong {font-size: 20px;}
.blog-banner {height: 230px;}
.blog-list .card .card-body .content{ font-size: 14px;}
.banner {padding-top: 120px;}
.header .button {margin-left: 10px;}
.info.two-column-content .is-layout-flex{ display: block;}
}
.button span.estimate_btn::after{
	color:inherit;
}
