body.single-post:not(.elementor-page) .elementor-widget-theme-post-content {
    padding: 10px;
    margin: 0 auto;
    max-width: 1140px !important;
}

.single-post .page-content p {
    color: #9c8d7c;
    font-size: 16px;
    font-family: "Fira Sans", Sans-serif !important;
}

.single-post .page-content a, a {
    color: #875d3e;
    text-decoration: none !important;
}

.single-post .page-content ul {
    padding: 0;
    color: #875d3e;
    font-size: 16px;
    margin: 10px 0;
}

.single-post .page-content ul li {
    line-height: 28px;
    margin: 10px 0;
}

.form-contact {
    display: flex;
    flex-direction: column;
    gap: 5px 0;
}

.form-contact .form-line lable p {
    margin-top: 15px;
}

.form-contact .form-line label {
    color: #9c8d7c !important;
}

.form-contact .wpcf7-submit {
    background: #9c8d7c !important;
    color: #fff !important;
    font-size: 22px !important;
    width: 100% !important;
    border: none !important;
    padding: 10px 15px !important;
}

.form-contact .wpcf7-submit:hover {
    background: #875d3e !important;
    color: #fff !important;
}

.jdw-time-line .pp-timeline-card {
    gap: 60px;
    display: flex;
}

.jdw-time-line .pp-timeline.pp-timeline-horizontal {
    margin: 0;
    padding: 60px;
    width: 1200px;
    position: relative;
    background: linear-gradient(to right, #875d3e 0%, #875d3e 29%, #fcfcf7 29%, #fcfcf7 100%);
}

.jdw-time-line .pp-timeline-card .pp-timeline-card-image {
    width: 50%;
}

.jdw-time-line .pp-timeline-card .jdw-time-line-content {
    width: 50%;
    gap: 20px 0;
    display: flex;
    flex-direction: column;
}

.jdw-time-line .pp-timeline-card .jdw-time-line-content hr {
    border: 0;
    opacity: .25;
    border-bottom: 1px solid #e9e7db;
}

.jdw-time-line .pp-timeline-navigation {
    margin: 40px 0;
}

.jdw-time-line .pp-timeline-navigation:before {
    height: 0;
    transform: translateY(0);
    border-bottom: 1px dashed #875d3e;
}

.jdw-time-line .slick-current .pp-timeline-card-date {
    font-weight: 600;
}

.jdw-btn-wrap {
    gap: 5px;
    left: 60%;
    bottom: 60px;
    display: flex;
    position: absolute;
    align-items: center;
    transform: translateX(-50%);
}

.jdw-btn-wrap > button {
    border: 0;
    outline: none;
    padding: 10px;
    border-radius: 0;
    color: #9c8d7c;
    background-color: transparent;
}

.jdw-btn-wrap > span {
    color: #9c8d7c;
}

.jdw-nav-btn-wrap > button {
    border: 0;
    padding: 0;
    width: 30px;
    height: 30px;
    bottom: 20px;
    outline: none;
    display: flex;
    position: absolute;
    align-items: center;
    border-radius: 100px;
    justify-content: center;
    transform: translateY(-50%);
    background-color: #ebe6d1;
    color: var(--e-global-color-primary);
}

.jdw-nav-btn-wrap > button.prev-btn {
    left: 0;
}

.jdw-nav-btn-wrap > button.next-btn {
    right: 0;
}

.product-content h1, .product-content h2, .product-content h3, .product-content h4, .product-content h5 {
    line-height: 1.4;
    font-family: "Fira Sans", Sans-serif;
}

.product-content h1 {
    font-size: 52px;
    margin-top: 36px;
}

.product-content h2 {
    font-size: 48px;
    margin-top: 30px;
}

.product-content h3 {
    font-size: 32px;
    margin-top: 24px;
}

.product-content h4 {
    font-size: 22px;
    margin-top: 16px;
}

.product-content h5 {
    font-size: 16px;
    margin-top: 12px;
}

.product-content p, .product-content ul li {
    font-size: 16px;
    color: #9c8d7c;
    line-height: 28px;
    margin-bottom: 10px;
    font-family: "Fira Sans", Sans-serif;
}

.product-content table td {
    font-size: 20px;
    color: #875d3e;
    font-weight: 500;
}

.product-content table {
    border-color: #875d3e !important;
}

h3.jdw-post-date {
    font-size: 16px;
    color: #875d3e;
    margin: 0 0 .5rem 0;
}

.jdw-related-products .pp-slider-arrow {
    display: none;
}

.product-gallery-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

.product-gallery .gallery-item img, .product-gallery-nav .nav-item img {
    width: 100%;
    display: block;
}

.product-gallery .gallery-item, .product-gallery-nav .nav-item {
    margin: 5px;
    padding: 5px;
    border: 1px solid #ccc;
}

.product-gallery-nav .slick-arrow {
    top: 50%;
    z-index: 9;
    width: 30px;
    opacity: .7;
    height: 30px;
    font-size: 32px;
    text-align: left;
    position: absolute;
    transform: translateY(-50%);
    color: var(--e-global-color-primary);
}

.product-gallery-nav .slick-prev {
    left: 10px;
}

.product-gallery-nav .slick-next {
    right: 10px;
    text-align: right;
}

.product-gallery-nav .slick-arrow:hover {
    opacity: 1;
    color: var(--e-global-color-primary);
}

.jdw-cta-1 .elementor-cta__content-item > img {
    opacity: 0;
    visibility: hidden;
    transition: all .4s;
}

.jdw-cta-1:hover .elementor-cta__content-item > img {
    opacity: 1;
    visibility: visible;
}

.jdw-cta .elementor-cta__title:after {
    width: 50px;
    content: '';
    display: block;
    margin: 8px auto 10px;
    border-bottom: 2px solid #FFF;
}

.jdw-cta .elementor-cta .elementor-cta__bg-overlay {
    background-color: rgba(31, 16, 5, .65);
}

.jdw-cta .elementor-cta:hover .elementor-cta__bg-overlay, .jdw-cta .elementor-cta:hover .elementor-cta__description {
    transform: rotateY(90deg);
}

#jdw-back-top {
    opacity: 0;
    right: 30px;
    width: 36px;
    bottom: 80px;
    height: 36px;
    display: flex;
    z-index: 1000;
    color: #FFF;
    cursor: pointer;
    position: fixed;
    font-size: 16px;
    visibility: hidden;
    align-items: center;
    justify-content: center;
    background-color: #C9A76C;
    transition: background-color .3s, opacity .5s, visibility .5s;
}

#jdw-back-top:hover {
    background-color: var(--e-global-color-primary);
}

#jdw-back-top.show {
    opacity: 1;
    visibility: visible;
}

@media (max-width:1200px) {
    .jdw-time-line .pp-timeline.pp-timeline-horizontal {
        width: 100%;
        padding: 0 15px;
    }

}

@media (max-width:1024px) {
    .jdw-time-line .pp-timeline-card {
        gap: 30px;
        align-items: center;
    }

    .jdw-time-line .pp-timeline-card .jdw-time-line-content {
        gap: 0;
    }

    .jdw-nav-btn-wrap {
        display: none;
    }

}

@media (max-width:768px) {
    .jdw-time-line .pp-timeline.pp-timeline-horizontal {
        padding: 0;
        background: #fff;
    }

    .jdw-time-line .pp-timeline-card .pp-timeline-card-image {
        width: 100%;
    }

    .jdw-time-line .pp-timeline-card .jdw-time-line-content {
        width: 100%;
    }

    .jdw-time-line .pp-timeline-card {
        flex-direction: column;
    }

    .jdw-arrow.media-top:after {
        top: unset;
        right: unset;
        bottom: 100%;
        left: 50%;
        margin: 0;
        margin-left: -20px;
        border-color: transparent;
        border-bottom-color: #FFF;
    }

    .jdw-arrow.media-bottom:after {
        top: 100%;
        right: unset;
        bottom: unset;
        left: 50%;
        margin: 0;
        margin-left: -20px;
        border-color: transparent;
        border-top-color: #FFF;
    }

    .jdw-btn-wrap {
        left: 0%;
        bottom: 0px;
        position: relative;
        transform: translateX(0%);
    }

}
