@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;
}

.pagination {
    text-align: center;
}

.pagination .page-numbers {
    color: #321E37;
    padding: 8px 15px;
    border-radius: 2px;
    font-size: .8rem;
    margin: 5px;
    background-color: #f2b321;
    display: inline-block;
}

.pagination .page-numbers.current {
    opacity: 0.5;
}

button {box-shadow: none !important; outline: none !important; border: none !important; background: none !important;}

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

.post-header-content {
    margin-top: 50px;
}

.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;
    margin-top: 10px;
}

.main-navigation a {
    color: white;
    text-decoration: none;
    font-size: .85rem;
}

.main-navigation .main-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    list-style: none;
    margin: 0 0 0 20px;
    padding: 0;
}

.main-navigation .main-menu > li {
    position: relative;
}

.main-navigation .main-menu a {
    display: block;
    padding: 8px 0;
}

.main-navigation a:hover, .main-navigation a:focus {
    color: #f2b321;
}

.main-navigation .menu-toggle {
    display: none;
    align-items: center;
    gap: 8px;
    background: none;
    color: white;
    padding: 10px 14px;
    border-radius: 999px;
    cursor: pointer;
}

.main-navigation .menu-toggle-arrow {
    display: inline-block;
    transition: transform 0.2s ease;
    font-size: 2rem;
}

.main-navigation.is-open .menu-toggle-arrow {
    transform: rotate(180deg);
}

.site-header {
    background-color: #71477C;
    box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.4);
}

.featured-background {
    width: 100%;
    background-image: url('../images/featured-background.png');
    background-attachment: fixed;
    border-bottom: 4px solid #71477C;
}

.page-id-114 {
    background-image: url('../images/featured-background.png');
    background-attachment: fixed;
}

.wp-block-contact-form-7-contact-form-selector {
    max-width: 400px !important;
}

.featured-section .post-card {
    background: rgb(50, 30, 55);
}

.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;
    position: relative;
}

.menu {
    width: 100%;
}

@media (max-width: 912px) {
    .main-navigation {
        display: flex;
        justify-content: flex-start;
        text-align: left;
    }

    .main-navigation .menu-toggle {
        display: inline-flex;
    }

    .main-navigation .main-menu {
        display: none;
        position: absolute;
        top: calc(100% + 8px);
        left: 0;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        min-width: 260px;
        margin: 0;
        padding: 8px 0;
        background: #71477C;
        border: 1px solid rgba(255,255,255,0.15);
        box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
        z-index: 1000;
    }

    .main-navigation.is-open .main-menu {
        display: flex;
    }

    .main-navigation ul .menu-item .menu-link {
        border-style: none !important;
    }

    .main-navigation .main-menu a {
        padding: 10px 16px;
        font-size: 1.4rem;
        padding: 20px 40px !important;
        text-decoration: none;
    }
}

@media (min-width: 913px) {
    .main-navigation .menu-toggle {
        display: none;
    }
}

.logo img {
    height: 80px;
    min-width: 80px;
}

body.category h1, body.search h1, body.archive h1 {
    margin: 25px 0;
}

.header-inner div {}

.ast-header-break-point .main-navigation ul .menu-item .menu-link {
    border-style: none !important;
}

.social-icons {
    padding: 30px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
}

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

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

.home-section {
    padding-top: 50px;
    padding-bottom: 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;
    display: flex;
    flex-direction: column;
    align-self: stretch;
}

.home-section-row .home-section .posts-grid {
    flex: 1 1 auto;
    align-content: stretch;
    height: 100%;
}

.home-section-row .home-section .post-card,
.home-section-row .home-section .post-card a {
    height: 100%;
}

.home-section-row .home-section .post-card a {
    display: flex;
    flex-direction: column;
}

.home-section-row .home-section .post-card-content {
    flex: 1;
}

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

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

.read-more-btn a:hover, .read-more-btn a:focus {
    color: white !important;
}

.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;
}

.post-navigation .prev-post div,
.post-navigation .next-post div {
    height: 100%;
    padding: 20px;
    border: 1px solid white;
}

.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;
    text-align: center;
}

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

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

#ast-scroll-top {
    background-color: #f2b321;
}

.section-title {
    display: inline-block;
    background-image: url('../images/section-lbl-bg.png');
    color: #000;
    padding: 10px 8px;
    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: 48px;
    background: #4a2754;
    padding: 15px 0;
}

.footer-inner {
}

.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: 550px) {
    .single .post-navigation {
        display: block;
    }

    .post-navigation .prev-post, .post-navigation .next-post {
        margin: 8px 0px;
    }
}

@media(max-width: 912px) {
}

@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;
    }
}