a:not(.btn):not(.badge), a:not(.btn):not(.badge), a:not(.btn):not(.badge) {
  color: #856338;
}

.gradient-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0.7));
    pointer-events: none;
}

.gradient-overlay-dark {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.3));
    pointer-events: none;
}

.footer-text {
    position: relative;
    padding-top: 10px;
    margin-top: 24px;
}
.footer-text:before {
    content: "";
    height: 2px;
    position: absolute;
    background: #cd9f52;
    top: 0px;
    width: 15%;
    right: 0;
    transform: skew(0, 45deg);
    transform-origin: top left;
}
.footer-text:after {
    content: "";
    height: 2px;
    position: absolute;
    background: #cd9f52;
    top: 0;
    width: 85%;
    left: 0;
}

.footer-text a {
    color: #D09D58 !important;
}
.footer-text a:hover {
    color: #AD894A !important;
}

#header {
    z-index: 999 !important;
}

@media (min-width: 992px) {
    #header:not(.sticky-active):not(.events-header) {
        padding-left: 40px;
        padding-right: 40px;
        position: relative;
        top: 20px;
    }
    #header.sticky-active .header-inner {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.breadcrumb {
    font-size: 14px;
}

.post-item .post-item-description .post-meta-date {
    color: #A2A2A2;
    font-size: 14px;
}

.grid-layout .grid-item a img {
    width: 100%;
}





/* Card Container */
.p2card {
    border: 1px solid #e0e0e0;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background-color: #ffffff;
    text-decoration: none;
    color: inherit;
    display: block;
}

.p2card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

/* Card Image */
.p2card-img-top {
    width: 100%;
    height: auto;
    object-fit: cover;
}

/* Card Body */
.p2card-body {
    padding: 20px;
    text-align: center;
    position: relative;
}

/* Titles */
.p2card-title {
    font-size: 24px;
    font-weight: 700;
    margin: 0;
    color: #333333;
    text-decoration: underline #D09D58 2px;
    text-underline-offset: 12px;
    -webkit-text-decoration: underline #D09D58 2px;
    -webkit-text-underline-offset: 12px;
}

.p2card-subtitle {
    font-size: 20px;
    font-weight: 600;
    color: #888888;
    margin: 10px 0 0;
}

/* Card Text */
.p2card-area {
    font-size: 14px;
    color: #888888;
    margin-top: 8px;
    font-weight: 500;
}

/* Icon Container */
.p2card-icon {
    background-color: #f5f5f5;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px auto 0; /* Positioned at the bottom */
    transition: background-color 0.3s ease;
}

.p2card-icon i {
    font-size: 28px;
    color: #cd9f52;
    transition: color 0.3s ease;
}

.p2card:hover .p2card-icon {
    background-color: #cd9f52;
}

.p2card:hover .p2card-icon i {
    color: #ffffff;
}

.slide h1 {
    text-decoration: underline #D09D58;
    -webkit-text-decoration-line: underline #D09D58;
    text-decoration-color: #D09D58;
    -webkit-text-decoration-color: #D09D58;
    text-decoration-thickness: 4px;
    -webkit-text-decoration-thickness: 4px;
    text-underline-offset: 1.6rem;
}

.heading-underline-1 {
    text-decoration: underline #D09D58 2px;
    text-underline-offset: 0.7rem;
    -webkit-text-decoration: underline #D09D58 2px;
    -webkit-text-underline-offset: 0.7rem;
    line-height: 46px !important;
}

#footer.inverted .copyright-text {
    color: #666;
}

#footer.inverted .copyright-text a:not(:hover) {
    color: #3c4043;
}

#footer.inverted .copyright-text a:hover {
    color: #999;
}

@media (max-width: 1185px) {
    #mainMenu nav > ul > li > a {
        padding: 10px 6px;
    }
}

@media (max-width: 1090px) {
    #mainMenu nav > ul > li > a {
        padding: 10px 5px;
        font-size: 15px;
    }

    #logo img {
        width: 200px;
    }
}

@media (max-width: 992px) {
    .wrp-slider .slide .slide-captions h1,
    .wrp-slider .slide .slide-captions h2 {
        line-height: 68px;
        text-underline-offset: 1rem;
    }

    .single-post .post-item .post-item-description > h2,
    .single-post .post-item .post-item-description > h2 > a {
        font-size: 30px;
        line-height: 46px;
    }
    
    .wide-screen-content {
        display: none;
    }
}

