@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

body {
    font-family: "Inter", sans-serif;
    gap: 30px;
    list-style: none;
    margin: 0;
    padding: 0;
    background-color: #321E37 !important;
}

a {
    color: #f2b321;
}

.single-post, .single-post h1, .single-post h2, .entry-title a, .entry-content {
    color: white;
}

.single-post .post-header img {
    width: 100%;
    height: auto;
}

.single-post .post-header {
    position: relative;
    margin-bottom: 30px;
    max-height: 100vh;
    overflow: hidden;
}

.post-header-content {
    position: absolute;
    bottom: 20px;
    left: 20px;
}

.post-header-content h1 {
    font-size: 2.5em;
    line-height: 1;
    margin: 0;
    max-width: 50%;
    text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.7);
}

.post-meta {
    font-size: 0.7em;
}

.main-navigation a {
    color: white;
    text-decoration: none;
    font-weight: bold;
}

.site-header {
    margin-top: 10px;
    background-color: #71477C;
}

.featured-section .featured-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 450px;
    background-image: url('../images/featured-background.png');    
    z-index: -1;
}

.header-inner {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
    margin: auto;
}

.main-navigation {
    flex: 1;
    text-align: center;
}

.menu {
    width: 100%;
}

.logo img {
    height: 80px;
}

.header-inner div {}


.social-icons {
    display: flex;
    gap: 15px;
}

.social-icons img {
    width: 20px;
}

.container {
    max-width: 1200px;
    width: 100%;
    margin: auto;
}

.home-section {
    margin-top: 50px;
}

.home-section.featured-section .post-card h3 {
    font-size: 1.3em;
}

.home-section .post-card h3 {
    font-size: 1em;
}

.home-section-row {
    display: flex;
    gap: 30px;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: stretch;
}

.home-section.reviews .posts-grid {
    grid-template-columns: repeat(1, 1fr);
}

.home-section.news .posts-grid {
    grid-template-columns: repeat(2, 1fr);
}

.home-section-row .home-section {
    flex: 1 1 0;
    min-width: 280px;
}

.section-title-wrapper {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.read-more-btn {
    padding: 10px 20px;
    color: white;
    cursor: pointer;
}

.single .post-navigation {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

.single .post-navigation span {
    font-size: 0.7em;
    display: block;
    margin-bottom: 10px;
}

.single .post-navigation a,
.post-navigation a,
.post-navigation .prev-post,
.post-navigation .next-post {
    color: white;
}


.post-navigation .prev-post,
.post-navigation .next-post {
    flex: 1;
    border: 1px solid white;
    padding: 20px;
}

.post-navigation .next-post {
    text-align: right;
    margin-left: 10px;
}

.post-navigation .prev-post {
    margin-right: 10px;
}

.single .post-navigation a:hover,
.post-navigation a:hover
{
    color: #f2b321;
}

.footer-menu-wrapper {
    color: white;
    font-size: .8em;
    display: flex;
}

.footer-menu-wrapper ul {
    margin: 0 30px;
}

.footer-menu-wrapper ul li a {
    color: white;
}

#ast-scroll-top {
    display: none !important;
}

.section-title {
    display: inline-block;
    background-image: url('../images/section-lbl-bg.png');
    color: #000;
    padding: 10px 20px;
    font-weight: bold;
    margin-bottom: 30px;
    min-width: 160px;
}

.posts-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.post-card {
    background: #4a2754;
    overflow: hidden;
}

.post-card img {
    width: 100%;
    display: block;
}

.post-card-content {
    padding: 15px;
    color: white;
}

.post-card-content h3 {
    color: white;
}

.post-card h3 {
    margin: 0;
    font-size: 20px;
}

.site-footer {
    margin-top: 80px;
    background: #4a2754;
    padding: 15px 0;
}

.footer-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ast-separate-container .ast-article-post, .ast-separate-container .ast-article-single, .ast-separate-container .comment-respond {
    padding: 0;
}

.ast-separate-container .comments-area {
    background-color: transparent;
}

.post-comments {
    margin-top: 50px;
}

.ast-separate-container .comments-title, .ast-narrow-container .comments-title,
.ast-separate-container .ast-comment-list li.depth-1, .ast-narrow-container .ast-comment-list li.depth-1 {
    padding: 0 !important;
}

input#submit, input[type="button"], input[type="submit"], input[type="reset"], #comments .submit {
    background-color: #4a2754;
}

h3.comment-reply-title, h3.comments-title {
    color: white;
    padding: 0;
}

.search-form { 
    display: flex;
    gap: 10px;
    padding: 0 10px;
    background-color: white;
    align-items: center;
    border-radius: 15px;
}

h1, h2, h3, h4, h5, h6, .entry-content :where(h1,h2,h3,h4,h5,h6) {
    color: white;
}

header.entry-header .entry-title {
    max-width: var(--wp--custom--ast-content-width-size);
    margin-left: auto;
    margin-right: auto;
}

label {
    color: white;
}

.menu li {
    display: inline-block;
    margin: 0 15px;
}

article.type-page {
    padding: 0 18px;
}

.search-form input[type="text"] {
    flex: 1;
    border: none;
    height: 30px;
}

.search-form input[type="image"] {
    width: 20px;
    height: 20px;
}

@media (max-width: 1299px) {
  body {
    zoom: 0.85;
  }

  .container {
    padding: 0 16px;
  }
}

.logo-mobile {
    display: none;
}

@media(max-width: 740px) {
    .home-section-row .home-section {
        min-width: 100%;
    }

    .post-header-content h1 {
        max-width: 80%;
    }

    .logo-mobile {
        display: block;
    }

    .logo-desktop {
        display: none;
    }

}

@media(max-width: 800px) {

    .footer-menu-wrapper 
    {
        flex-direction: column;
        gap: 20px;
        align-items: center;
    }
    
    .footer-inner {
        flex-direction: column;
        gap: 20px;
    }

    .posts-grid {
        grid-template-columns: 1fr;
    }
}