/**
Theme Name: mah
Author: Consoft
Author URI: http://consoft.in/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mah
Template: astra
*/

/* Common css */

h3 span {
    color: var(--ast-global-color-0);
}

/* Spotlight filter */

.filter-buttons,
.custom_btn {
    padding: 10px 20px;
    background: var(--ast-global-color-0);
    color: #fff;
    border-radius: 11px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    margin: 0 10px;
}

.filter-buttons:hover,
.custom_btn:hover {
    background-color: var(--ast-global-color-1);
    color: #fff;
}

.filter-button-group {
    margin-bottom: 40px;
    display: flex;
    justify-content: center;
}

.filter-buttons.is-checked {
    background-color: var(--ast-global-color-1);
}

.spotlight-grid {
    display: flex;
    justify-content: center;
}

.element-item {
    padding: 10px;
}

.element-item {
    width: 33%;
}
.spotlight-card h4 {
    font-size: 22px;
}

.spotlight-card {
    width: 100%;
    border-radius: 10px;
    border: 1px solid lightgray;
}

.spotlight-card img {
    border-radius: 10px 10px 0 0;
    height: 200px;
    width: 100%;
}

.spotlight-card p {
    min-height: 90px;
}

.spotlight-card .content-wrapp {
    padding: 20px 10px 40px 10px;
}

.spotlight-card .custom_btn {
    margin: 20px 0;
}
/* spotlight Post */
.spotlight_slider img.swiper-slide-image {
    height: 400px;
    object-fit: cover;
    padding: 10px;
}

/* DIstrict shortcode */

.district_wrapper {
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
}

.district_wrapper img {
    height: 250px;
    border-radius: 15px;
    transition: all ease 1s;
    object-fit: cover;
}

.district_card {
    padding: 10px;
}

.district_wrapper .image_wrapper {
    overflow: hidden;
    border-radius: 15px;
}

.district_wrapper img:hover {
    transform: scale(1.2);
    transition: all ease 1s;
}

.district_wrapper h4 {
    padding: 10px;
    font-size: 22px;
    text-align: center;
    font-weight: 500;
}

.explore_districts a {
    color: #000;
}

.explore_districts a:hover {
    color: var(--ast-global-color-1);
}


/* Contact us */

.regional-offices .text{
    min-height: 300px;
}

/********** Blog layouts ********/
/* Tourist Intrsts */

.post-type-archive-tourist-intrest .blog-layout-1.ast-no-date-box,
.post-type-archive-district .blog-layout-1.ast-no-date-box,
.post-type-archive-spotlight .blog-layout-1.ast-no-date-box {
    padding: 10px;
}

.post-type-archive-tourist-intrest .post-thumb-img-content img,
.post-type-archive-district .post-thumb-img-content img,
.post-type-archive-spotlight .post-thumb-img-content img {
    min-height: 285px;
    object-fit: cover;
    width: 100%;
}

.post-type-archive-tourist-intrest .ast-blog-featured-section,
.post-type-archive-tourist-intrest .entry-header,
.post-type-archive-district .ast-blog-featured-section,
.post-type-archive-district .entry-header,
.post-type-archive-spotlight .ast-blog-featured-section,
.post-type-archive-spotlight .entry-header {
    margin: 0;
}

.post-type-archive-tourist-intrest h2.entry-title,
.post-type-archive-district h2.entry-title,
.post-type-archive-spotlight h2.entry-title {
    margin: 0;
    font-size: 24px;
    padding: 12px;
    text-align: center;
    background: #f5f5f5;
}

.post-type-archive-tourist-intrest .tourist-intrest,
.post-type-archive-district .district,
.post-type-archive-spotlight .spotlight {
    border: none !important;
}

.post-type-archive-tourist-intrest .entry-content.clear,
.post-type-archive-district .entry-content.clear,
.post-type-archive-spotlight .entry-content.clear {
    display: none;
}

/* Repository */

.eael-sign-wrapper a,
.repo_wrapper a {
    color: var(--ast-global-color-0);
}

.repo_wrapper:not(:first-child) {
    margin-top: 50px;
}

.repo_wrapper .title {
    border-bottom: 1px solid #dadada;
}

.repo_wrapper .title h2 {
    font-size: 30px;
    font-weight: 400 !important;
    margin-bottom: 0;
    line-height: 1.2em;
}

.repo_wrapper .title p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2em;
    margin-bottom: 30px;
}


.repo_wrapper .title p>span {
    font-weight: 400 !important;
}

.repo_wrapper .content_wrapper {
    padding: 30px 0 40px 0;
}

.repo_wrapper .image_wrapper .images {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;

}

.repo_wrapper .image_wrapper .images img {
    object-fit: cover;
}

.repo_wrapper .content_wrapper .sub_title {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2em;
    margin: 40px 0 20px 0;
}

.repo_wrapper .doc_wrapper span {
    padding-left: 25px;
    font-size: 16px;
    font-weight: 700;
}

.logged-in .login_form {
    display: none;
}

/* ********* Tourist intrests ******** */

.photo_gallery {
    display: grid;
    grid-template-columns: 50% 50%;
    row-gap: 20px;
}

.photo_gallery img:nth-child(odd) {
    padding-right: 10px;
}
.photo_gallery img:nth-child(even) {
    padding-left: 10px;
}
.photo_gallery img {
    height:400px;
    width:100%;
    object-fit:cover;
    
}
.mah_content_wrapp {
    padding: 40px 0;
    border-bottom: 1px solid lightgray;
}
.mah_content_wrapp h4 {
    font-size: 24px;
    line-height: 1.2em;
    margin-bottom: 20px;
}
.mah_content_wrapp h2 {
    position: relative;
    margin-bottom: 60px;
    color: #f36d21;
    text-transform: capitalize;
}
.mah_content_wrapp h2::after {
    content: "";
    width: 10%;
    height: 3px;
    background: var(--ast-global-color-2);
    position: absolute;
    bottom: -10px;
    left:0;
}
.mah_content_wrapp strong{
    color: #000;
}
.nav_wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

@media only screen and (max-width: 767px) {
    .filter-button-group {
        display: grid;
        grid-template-columns: auto auto;
        gap: 15px;
    }
    .spotlight-grid .element-item {
        width: 100%;
    }
    .district_wrapper {
        display: grid;
        grid-template-columns: 50% 50%;

    }
    .district_wrapper img{
        height: auto;
    }
}