.story-title {
    margin-bottom: 5px !important;
}


/* TESTIMONIAL */

.story-location {
    margin-bottom: 0 !important;
}

.story-intro h3:before {
    content: "...";
    display: block;
    letter-spacing: 5px;
    font-size: 60px;
    line-height: 1;
    color: #f27b05;
    margin-bottom: 30px;
}

.story-intro {
    max-width: 55%;
    margin: 0 auto 20px;
}


/* /TESTIMONIAL */


/* INTRODUCTION */

.intro-section .elementor-column {
    max-width: 70%;
    margin: auto;
}

.intro-section .elementor-text-editor>div:not(:last-child) {
    margin-bottom: 30px;
}

.intro-section .elementor-widget-text-editor .elementor-text-editor h3:not(:first-child) {
    margin-top: 30px;
}

.intro-section .elementor-widget-text-editor .elementor-text-editor h3 {
    margin-bottom: 5px;
}

.intro-section .elementor-widget-text-editor .elementor-text-editor div:not(:first-child) {
    margin-top: 30px;
}

.featured-img .elementor-image img {
    width: 100%;
    border-top-right-radius: 60px;
    border-bottom-left-radius: 60px;
}


/* /INTRODUCTION */


/* CONTENT */

.content-section {
    z-index: 2;
}

.content-section .elementor-column {
    max-width: 70%;
    margin: auto;
}


/* /CONTENT */


/* IMAGE SECTION */

.image-section {
    z-index: 1;
}

.image-left,
.image-right {
    margin-top: -100px !important;
}

.image-section .elementor-column {
    max-width: 70%;
    margin: auto;
}


/* /IMAGE SECTION */


/* BELOW IMAGE SECTION */

.below-img-section .elementor-column {
    max-width: 70%;
    margin: auto;
}


/* /BELOW IMAGE SECTION */


/* SHARE SECTION */

.share-section .elementor-row {
    max-width: calc(70% - 20px);
    margin: auto;
    border-top: 1px solid #e7e6e2;
}

.share-section .fa-facebook:before {
    content: "";
    display: block;
    background-image: url(/wp-content/uploads/2019/10/Fb-Icon.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 26px;
    height: 26px;
    transition: all 0.25s ease;
}

.share-section i.fa-twitter:before {
    content: "";
    display: block;
    background-image: url(/wp-content/uploads/2019/10/Twitter-Icon.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 26px;
    height: 26px;
    transition: all 0.25s ease;
}

.share-section i.fa-envelope:before {
    content: "";
    display: block;
    background-image: url(/wp-content/uploads/2019/10/Mail-Icon.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 26px;
    height: 26px;
    transition: all 0.25s ease;
}

.share-section i:hover:before {
    transform: scale(1.1);
}


/* /SHARE SECTION */


/* RELATED STORIES */

.related-section-title {
    color: #777671;
    text-align: center;
    margin-bottom: 50px;
    font-size: 34px;
    line-height: 40px;
}

.related-story a {
    text-decoration: none !important;
}

.related-stories {
    margin-bottom: 30px;
}

.related-story-img {
    width: 100%;
    height: 250px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-bottom: 20px;
    border-top-right-radius: 40px;
    border-bottom-left-radius: 40px;
    transition: all 200ms ease-in;
}

.related-story a:hover .related-story-img {
    transform: scale(1.05);
}

.related-story-header {
    margin-bottom: 25px;
}

.related-story-header-inner {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.related-story-title {
    color: #767570;
    font-size: 28px;
    line-height: 40px;
}

.related-story-dot {
    font-size: 40px;
    line-height: 1;
    color: #f27b05;
}

.related-story-location {
    color: #767570;
    font-size: 18px;
    line-height: 21px;
}

.related-story-content {
    color: #767570;
    font-size: 22px;
    line-height: 32px;
}


/* /RELATED STORIES */


/* LARGE SCREENS */

@media only screen and (min-width: 1600px) {
    .separator-curve-section {
        margin-top: 100px !important;
    }
    .separator-curve-section>.elementor-container {
        min-height: 125px !important;
    }
    .content-section>.elementor-container {
        min-height: 85vh !important;
    }
}

@media only screen and (min-width: 1500px) and (max-width: 1599px) {
    .separator-curve-section>.elementor-container {
        min-height: 80px !important;
    }
    .content-section>.elementor-container {
        min-height: 80vh !important;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1499px) {
    .separator-curve-section>.elementor-container {
        min-height: 70px !important;
    }
    .content-section>.elementor-container {
        min-height: 80vh !important;
    }
}


/* LARGE SCREENS */


/* IPAD CSS */

@media only screen and (max-width:1023px) and (min-width: 768px) {
    .story-intro {
        max-width: 70%;
    }
    .related-stories .row {
        display: flex;
    }
    .separator-section .elementor-image img {
        max-height: 50px !important;
        width: auto;
    }
}


/* /IPAD CSS */


/* MOBILE CSS */

@media only screen and (max-width:767px) {
    .separator-section .elementor-column.elementor-col-50 {
        max-width: 50%;
    }
    .separator-section .elementor-image img {
        max-height: 30px !important;
        width: auto;
    }
    .story-intro,
    .intro-section .elementor-column,
    .content-section .elementor-column,
    .below-img-section .elementor-column,
    .share-section .elementor-row {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .content-section {
        padding-top: 75px !important;
        padding-bottom: 75px !important;
    }
    .content-section>.elementor-container {
        min-height: auto !important;
    }
    .image-section .elementor-column {
        max-width: 100%;
    }
    .image-left {
        margin-top: -50px !important;
        max-width: 50% !important;
        padding-left: 15px;
        padding-right: 7.5px;
    }
    .image-right {
        margin-top: -50px !important;
        max-width: 50% !important;
        padding-left: 7.5px;
        padding-right: 15px;
    }
    .image-left .elementor-column-wrap,
    .image-right .elementor-column-wrap {
        padding: 0 !important;
    }
    .share-section .elementor-column {
        max-width: 50%;
    }
    .related-stories .row>div:not(:last-child) {
        margin-bottom: 30px;
    }
}


/* MOBILE CSS */