.post-content {
    display: flex;
    justify-content: space-between;
    margin-bottom: 32px;
    margin-top: 43px;
}

.post-content .post-image {
    height: 572px;
    width: 572px;
    min-width: 572px;
    margin-right: 20px;
    position: relative;
}

.post-content .post-image .thumb img {
    object-fit: cover;
    width: 100%;
    height: 572px;
}

.post-content .post-image .image-container {
    position: relative;
    height: 100%;
}

.post-content .post-image .image-container .image-caption {
    padding: 10px 20px;
    color: #000;
    font-weight: 500;
    font-size: 14px;
    position: absolute;
    bottom: 0;
    right: 0;
    background: rgba(204, 204, 204, 0.8);
}

.post-content .post-image .thumb {
    overflow: hidden;
    position: relative;
}

.post-content .post-image .wvg-slider-next-arrow, .post-content .post-image .wvg-slider-prev-arrow {
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: rgba(0,0,0,.5);
    z-index: 1;
    cursor: pointer;
    font-size: 16px;
    margin-top: -20px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    opacity: .5;
}

.post-content .post-image .wvg-slider-prev-arrow {
    left: -40px;
}

.post-content .post-image:hover .wvg-slider-prev-arrow {
    left: 0;
}

.post-content .post-image .wvg-slider-next-arrow {
    right: -40px;
}

.post-content .post-image:hover .wvg-slider-next-arrow {
    right: 0;
}

.post-content .post-image .wvg-slider-next-arrow:before, .post-content .post-image .wvg-slider-prev-arrow:before {
    color: #fff;
}


.post-content .post-image .gallery .slick-list {
    width: calc(100% - 44px);
    height: 100%;
    margin: 0 22px;
    padding: 0 73px 0 0 !important;
}

.post-content .post-image .gallery img {
    cursor: pointer;
    opacity: .3;
    margin: 0;
    max-width: 100%;
    height: 152px;
    object-fit: cover;
}
.post-content .post-image .gallery {
    display: flex;
    align-items: center;
}


.post-content .post-image .gallery img.slick-current, .post-content .post-image .gallery img:hover {
    opacity: 1;
}

.post-content .post-image .gallery .wvg-thumbnail-next-arrow.slick-arrow, .post-content .post-image .gallery .wvg-thumbnail-prev-arrow.slick-arrow {
    position: absolute;
    background-color: transparent !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    opacity: 1;
    visibility: visible;
    width: 11px;
    height: 64px;
    top: calc(50% - 32px);
}

.post-content .post-image .gallery .wvg-thumbnail-next-arrow.slick-arrow::before, .post-content .post-image .gallery .wvg-thumbnail-prev-arrow.slick-arrow::before {
    content: '';
}

.post-content .post-image .gallery .wvg-thumbnail-prev-arrow.slick-arrow {
    left: 0;
    background-image: url(../img/arrow-left.png) !important;
}

.post-content .post-image .gallery .wvg-thumbnail-next-arrow.slick-arrow {
    right: 0;
    background-image: url(../img/arrow-right.png) !important;
}

.post-content .post-info {
    margin-right: 108px;
    width: 100%;
}

.post-content .post-info .heading {
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0.09em;
    color: #6C6C6C;   
    padding-bottom: 12px; 
    border-bottom: 1px solid #C4C4C4;
    margin-bottom: 16px;
}

.post-content .post-info .price-wrap p {
    font-size: 1.4em !important;
    color: #C49A6C !important;
    font-weight: bold;
}

.post-content .post-info .price-wrap {
    margin-bottom: 16px;
}

.post-content .post-info .info {
    padding: 8px 0;
    border-bottom: 1px solid #C49A6C;
    display: flex;
    justify-content: space-between;
}

.post-content .post-info .info .title {
    font-size: 14px;
    line-height: 18px;
    color: #6C6C6C;
}

.post-content .post-info .info .value {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    text-align: right;
    color: #6C6C6C;
}

.post-content .post-info .info .value p {
    margin-bottom: 8px;
}

.post-content .post-info .buttons {
    margin: 16px 0;
    display: flex;
    justify-content: center;
}

.post-content .post-info .buttons a {
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    color: #FFFFFF;
    padding: 8px 16px;
    text-align: center;
    background: rgba(196, 154, 108, 1);
    border-radius: 2px;
    transition: .3s;
}

.post-content .post-info .buttons a:hover {
    background: rgba(196, 154, 108, .6);
}

.recent-posts {
    border-top: 1px solid #C4C4C4;
}

.recent-posts .heading {
    padding: 16px 0;
    font-size: 18px;
    line-height: 21px;
    color: #000000;
    text-align: center;
}

.recent-posts .posts {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 24px;
}

.recent-posts .posts .post img {
    height: 220px;
    width: 100%;
    object-fit: cover;
    margin-bottom: 8px;
}

.recent-posts .posts .post .title {
    text-align: center;
    font-weight: 600;
    font-size: 10px;
    line-height: 12px;
    color: #6C6C6C;
}

.overlay {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .6);
    justify-content: center;
    align-items: center;
}

.overlay.active {
    display: flex;
    z-index: 99999;
}

.overlay .wpcf7 {
    width: 70%;
    background: #fff;
}

.overlay form {
    height: 100%;
}

.overlay #contact_form {
    height: 100%;
    padding: 40px;
    position: relative;
}

.overlay #contact_form .close_form {
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
}

.overlay #contact_form .title {
    font-weight: 700;
    font-size: 24px;
    text-align: center;
    margin-bottom: 30px;
}

.overlay #contact_form .row {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.overlay #contact_form .row br {
    display: none;
}

.overlay #contact_form .row label {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.overlay #contact_form .row label.col50 {
    width: 48%;
}

.overlay #contact_form .row label .wpcf7-form-control-wrap, .overlay #contact_form .row input, .overlay #contact_form .row label select  {
    width: 100%;
}

.overlay #contact_form .row label p {
    margin-bottom: 10px;
    font-size: 14px;
}

.overlay #contact_form .row label p span {
    color: red;
}

.overlay #contact_form .row input, .overlay #contact_form .row select  {
    background: #FFFFFF;
    border: 1px solid #C4C4C4;
    box-sizing: border-box;
    border-radius: 2px;
    padding: 7px 8px;
    font-size: 14px;
    line-height: 17px;
    color: #C4C4C4;
}

.overlay #contact_form .row select {
    color: #6C6C6C;
}

.wpcf7-not-valid-tip {
    margin-top: 5px;
}

.overlay #contact_form .row input[type="submit"] {
    cursor: pointer;
    background: rgba(196, 154, 108, 1);
    color: #fff;
    transition: .3s;
}

.overlay #contact_form .row input[type="submit"]:hover {
    background: rgba(196, 154, 108, .6);
}

.overlay #contact_form .row  .wpcf7-spinner {
    position: absolute;
    margin: 0;
    right: -26px;
    top: 4px;
}

.wpcf7-response-output {
    margin-top: 0 !important; 
}


.additional_info {
    margin-top: 107px;
    border-top: 1px solid #C49A6C;
}

.additional_info .tab a {
    color: #C49A6C !important;
}

.additional_info .tab {
    border-bottom: 1px solid #C49A6C;
    position: relative;
}

.additional_info .tab .title {
    padding: 8px 0;
    font-size: 14px;
    line-height: 17px;
    color: #6C6C6C;
    text-transform: uppercase;
    cursor: pointer;
    position: relative;
    z-index: 9999;
}

.additional_info .tab .expand {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 22px;
    color: #C49A6C;
    font-weight: bold;
}

.additional_info .tab .text {
    display: flex;
    flex-direction: column;
    font-size: 12px;
    line-height: 14px;
    color: #6C6C6C;
    max-height: 0px;
    overflow: hidden;
    transition: .3s;
}

.additional_info .tab .text.active {
    max-height: 1000px;
    padding-bottom: 8px;
}

.additional_info .tab .text .pdf {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #C49A6C;
}

.additional_info .tab .text .pdf img {
    width: 18px;
    margin-right: 6px;
}


@media(max-width: 1366px) {
    .post-content .post-info {
        margin-right: 0;
        width: 100%;
    }
    .post-content .post-image {
        margin-right: 40px;
        width: 400px;
        height: 400px;
        min-width: 400px;
    }
    .post-content .post-image .thumb img {
        height: 400px;
    }
}

@media(max-width: 1024px) {
    .post-content {
        flex-direction: column;
        position: relative;
        margin-top: 67px;
        margin-bottom: 0;
    }
    .post-content .post-image {
        margin: 0;
        width: 100%;
        height: auto;
        min-width: unset;
        display: flex;
        flex-direction: column;
        margin-bottom: 8px;
    }
    .post-content .post-image .thumb {
        height: 358px;
    }
    .post-content .post-image .gallery .wvg-thumbnail-next-arrow.slick-arrow {
        display: none;
    }
    .post-content .post-image .gallery .slick-list {
        margin: 0;
    }
    .post-content .post-info .heading {
        position: absolute;
        font-size: 18px;
        line-height: 23px;
        top: -40px;
        border-bottom: 1px solid #ACACA9;
        width: 100%;
    }
    .post-content .post-info .info.mob-noborder {
        border-bottom: unset;
    }
    .post-content .post-info .buttons {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 8px;
    }

    .post-content .post-info .buttons a {
        padding: 8px 20px;
    }

    .post-content .post-info .buttons a:first-child {
        margin-bottom: 16px;
    }
    .recent-posts {
        border-top: unset;
        padding-bottom: 16px;
        border-bottom: 1px solid #ACACA9;
    }
    .recent-posts .heading {
        padding-top: 0;
        font-size: 14px;
        line-height: 17px;
    }
    .recent-posts .posts {
        grid-template-columns: repeat(3, 1fr);
    }
    .recent-posts .posts .post:nth-child(n + 4) {
        display: none;
    }
    .recent-posts .posts .post img {
        height: 111px;
    }
    .recent-posts .posts .post .title {
        font-size: 8px;
        line-height: 10px;
    }
    .overlay #contact_form .row {
        flex-direction: column;
    }
    .overlay #contact_form .row label.col50 {
        width: 100%;
    } 
    .overlay .wpcf7 {
        width: 95%;
    }
    .overlay #contact_form {
        padding: 10px;
    }
    .overlay #contact_form .title {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .overlay #contact_form .close_form {
        right: 10px;
        top: 10px;
        width: 15px;
    }
    .overlay #contact_form .row input, .overlay #contact_form .row select {
        padding: 3px 4px;
    }
    .overlay #contact_form .row label p {
        margin-bottom: 5px;
    }
    .overlay #contact_form .row label {
        margin-bottom: 10px;
    }

}

@media(max-width: 480px) {
    .post-content .post-image .gallery img {
        height: 70px;
    }
}