/* ----------- Image Text Changed to Brand Color ----------- */
.filter-wrapper .featured-box .content-box h3 a span {
    display: block;
    font-style: italic;
    color: #ba8748;
    text-transform: none;
    letter-spacing: 0em;
}

.featured-box .content-box.share-box-wrapper {
    height: 30px;
    padding: 0;
}


.featured-box .content-box.share-box-wrapper .share-box h4 {
    top: -56px;
}


/* ----------- Facebook Icon Centered ----------- */
.share-box .socials-buttons .facebook-btn a i {
    position: relative;
}

.share-box .socials-buttons .facebook-btn a i::before {
    position: absolute;
    top: -17px;
    left: -5px;
}


/* ----------- Twitter Icon Centered ----------- */
.share-box .socials-buttons .twitter-btn a i {
    position: relative;
}

.share-box .socials-buttons .twitter-btn a i::before {
    position: absolute;
    top: -18px;
    left: -10px;
}


/* ----------- About SO Centered Text ----------- */
footer section .container-author {
    padding: 0;
    background-color: #ededee;
}

section .container-author .author_photo {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 334.8px;
}

@media (min-width: 767px) {

    section .container-author .author_photo {
        height: 480px;
    }
}

@media (min-width: 1600px) {

    section .container-author .author_photo {
        height: 600px;
    }
}

section .container-author h2,
section .container-author p {
    text-align: center !important;
}

section .container-author .author-content {
    padding: 45px !important;
    position: relative;
}

@media (min-width: 767px) {
    section .container-author .author-content {
        height: 480px !important;
    }

    section .container-author .author-content .content-wrapper {
        position: absolute;
        left: 0;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        padding: 0 45px;
    }
}

@media (min-width: 1600px) {
    section .container-author .author-content {
        height: 600px !important;
    }
}

@media (min-width: 1024px) {
    section .container-author .author-content .content-wrapper {
        padding: 0 60px;
    }
}

@media (min-width: 1200px) {
    section .container-author .author-content .content-wrapper {
        padding: 0 120px;
        max-width: 650px;
        margin: 0 auto;
    }
}



/* ----------- Enquiry Form Spacing ----------- */

footer .content.visible .container {
    padding-bottom: 0;
}

/* @media (min-width: 767px) { */

footer .contact-form input,
.contact-form textarea {
    margin-bottom: 15px;
}

/* } */



/* ----------- Featured Box Text ----------- */
/* 
.featured-box .content-box p {
    font-style: italic !important;
} */

.container-fluid .row .style-gold .featured-box .content-box p {
    margin-bottom: 0;
}

.featured-box .content-box blockquote {
    font-style: normal;
    /* text-transform: uppercase; */
}

.intro-section .featured-box .content-box .post-title {
    text-transform: uppercase;
    letter-spacing: 1.7px;
}


@media (max-width: 767px) {
    .featured-box .content-box p {
        font-size: 18px;
    }
}


/* ----------- You Might Also Like... ----------- */

.related-posts a .container {
    width: 95%;
    padding: 0;
    padding: 30px 20px 50px 20px;
}

.related-posts .animation-wrapper {
    margin-bottom: 80px;
}

.related-posts .row .animation-wrapper p {
    transition: .3s;
    margin-top: 40px;
    line-height: 30px;
    padding: 0 30px;
}

.related-posts .row .animation-wrapper:hover p {
    color: black;
}

.related-posts .animation-wrapper:nth-child(2) {
    display: none;
}

.related-posts .animation-wrapper:last-child {
    display: none;
}

.related-posts .row .animation-wrapper .featured-box img {
    margin-bottom: 0 !important;
    object-fit: cover;
    max-width: 100%;
    height: 265px;
    transform: scale(1.01);
    -webkit-transform: scale(1.01);
}

.related-posts .row .animation-wrapper:hover .featured-box img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transition: all 10s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -webkit-transition: all 10s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}

.related-posts h2 {
    margin-bottom: 40px;
}

@media (min-width: 767px) {

    .related-posts .animation-wrapper {
        padding: 0 5px;
    }

    .related-posts .animation-wrapper:nth-child(2) {
        display: block;
    }

    .related-posts .animation-wrapper:last-child {
        display: block;
    }

    .related-posts .row .animation-wrapper .featured-box img {
        height: 200px;
    }

    .related-posts .row .animation-wrapper p {
        padding: 0 25px;
    }
}


@media (min-width: 1200px) {
    .related-posts .row .animation-wrapper .featured-box img {
        /* height: 284px !important; */
        height: 298px;
    }

    .related-posts .row .animation-wrapper p {
        width: 95%;
        margin: 40px auto 0 auto;
        padding: 0 30px;
    }

    .related-posts .row .animation-wrapper .featured-box .content-box h3 a span {
        letter-spacing: 1.7px;
    }

    .related-posts .animation-wrapper {
        padding: 0 8px;
    }

}

@media (min-width: 1440px) {
    .related-posts .row .animation-wrapper .featured-box img {
        height: 336px;
    }
}




/* @media (max-width: 767px) {
    .animation-wrapper {
        margin-top: 40px;
    }

    .animation-wrapper:first-child {
        margin-top: 0;
    }
} */

/* ----------- Responsive Video ----------- */

/* .portfolio_item-template-default .container p:has(iframe) {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}

.portfolio_item-template-default .container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
} */

