.img-holder{
    width: 70%;
    margin: 0 auto;
    height: 400px;
}

.img-holder .img {
    border-radius: 8px;
}

.img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.post-date{
    color: gray;
    font-size: 90%;
    margin: 1% 0 0 0;
    text-align: center;
}

.post-title {
    font-size: 215%;
    margin: 0;
    text-align: center;
}

.post-holder{
    width: 70%;
    margin: 2% auto;
}

.post-holder h2, .post-holder h3{
    margin-top: 6%;
    margin-bottom: 2%;
}

.post-holder h3, .post-holder h4{
    font-weight: 600;
}

.post-holder h4{
    margin-top: 6%;
}

.post-holder img:not(.cta-img){
    display: block;
    object-fit: contain;
    margin: 0 auto;
    padding: 4% 0;
    width: 75%;
    max-width: 700px;
    max-height: 700px;
}

.post-holder p{
    text-align: left;
    line-height: 1.6;
    margin: 2% 0;
}

.post-holder li{
    margin: 20px 0;
}

.post-holder p, .post-holder li{
    font-size: 110%;
}

.author{
    margin-top: 45px;
    font-weight: 600;
    font-style: italic;
}

iframe{
    max-width: 100%;
    margin: 5% auto 5% auto;
    display: block;
}

.index-holder{
    box-shadow: var(--darkBoxShadow);
    border: 1px solid var(--black);
    border-radius: 8px;
    padding: 0 0 10px 0;
    margin: 6% 0;
}

.index-title{
    text-align: center;
    font-size: 150%;
    font-weight: 600;
    padding: 20px 0;
    background: var(--gradientText);
    color: white;
    border-radius: 8px 8px 0 0;
}

.index-holder ul{
    padding-right: 20px;
}

.index-holder li{
    margin: 35px 0;
    list-style-type: square;
    font-size: 100%;
}

.index-holder a{
    font-weight: 500;
    color: var(--black);
    text-decoration: none;
    border-bottom: 1px solid gray;
}

/**************** Embedded Media from Social Platforms ***********/

.instagram-media, .twitter-tweet {
    margin: auto !important;
}

/**************** newsletter ***********/

.signup-holder{
    background-color: var(--black);
    color: white;
    width: calc(88% - 40px);
    margin: 7% auto 0 auto;
    text-align: center;
    border-radius: 15px;
    padding: 50px 20px;
    border: 1px solid var(--black);
}

.signup-title{
    font-size: 210%;
    margin: 0;
}

.signup-txt{
    line-height: 1.4;
    font-weight: 300;
    font-size: 110%;
    margin: 2% 0 3% 0;
}

.signup-form{
    display: flex;
    align-items: stretch;
    justify-content: center;
}

.signup-input{
    width: 400px;
    font-size: 105% !important;
    border-radius: 8px 0 0 8px !important;
}

.signup-btn{
    background: var(--gradientText);
    background-color: var(--black);
    color: white;
    width: fit-content;
    padding: 20px;
    font-size: 105% !important;
    border-radius: 0 8px 8px 0 !important;
    box-shadow: none !important;
}

/**************** similar posts ***********/

.similar-posts-holder{
    width: 88%;
    margin: 0 auto;
}

.similar-posts-title{
    font-size: 145%;
    font-weight: 600;
    margin: 7% 0 4% 0;
}

.listing-row {
    display: flex;
    justify-content: space-between;
}

.profile-listing-holder {
    width: 32%;
    min-width: 275px;
}


.profile-listing-img {
    -webkit-mask-image: linear-gradient(to top, rgb(0 0 0 / 30%) -15%, rgba(0, 0, 0, 1)) !important;
}


.similar-post-title {
    font-size: 130%;
    color: white;
    font-weight: 500;
    padding: 20px 12px;
    margin: 0;
}

/**************** similar profiles end ***********/

.cta-holder{
    margin: 7% 0;
    height: 350px;
    position: relative;
    background-color: #2b2b2b75;
    display: flex;
    border-radius: 15px;
}

.cta-overlay-holder{
    position: absolute;
    height: 100%;
    width: 45%;
    background: linear-gradient(to right, #212121 74%, #000000b8 84%, #000000ab 87%, #0000009c 92%,#00000087 95%, #0000006b 97%,transparent);
    color: white;
    border-radius: 15px 0 0 15px;
}

.cta-txt-holder{
    width: 80%;
    height: 100%;
    margin: -2% auto auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.cta-img{
    height: 100%;
    width: 80%;
    object-fit: cover;
    object-position: 100px;
    margin-left: auto;
    border-radius: 15px;
}

.cta-title{
    font-weight: 600;
    font-size: 210%;
    margin: 0;
}

.cta-txt{
    margin: 3% 0;
    font-weight: 400;
    font-size: 100%;
}

.cta-btn{
    background-color: white;
    color: var(--black);
    width: 190px;
    padding: 16px 5px;
    margin: 3% 0 0 0;
}

.edit-btn{
    width: 200px;
    padding: 15px;
    background-color: var(--black);
    color: white;
    margin: 1% auto 0 auto;
}

@media only screen and (max-width: 1000px) {
    .similar-posts-holder{
        width: 92%;
    }

    .listing-row {
        overflow-x: scroll;
    }

    .profile-listing-holder {
        margin: 0 3% 0 0;
    }
}


@media only screen and (max-width: 800px) {
    .post-title{
        font-size: 170%;
        text-align: left;
    }

    .post-date{
        margin: 2% 0 0 0;
        text-align: left;
    }

    .img-holder {
        width: 100%;
        height: 240px;
    }

    .img-holder .img {
        border-radius: 0;
    }

    .post-holder{
        width: 92%;
        margin: 4% auto;
    }

    .post-holder h2, .post-holder h3{
        margin-top: 13%;
        margin-bottom: 8%;
    }

    .post-holder p{
        margin: 6% 0;
    }

    .post-holder img:not(.cta-img){
        width: 100%;
    }

    .cta-holder{
        margin: 10% 0;
        height: 315px;
    }

    .cta-overlay-holder{
        width: 100%;
        background: rgba(0, 0, 0, 0.65);
        text-align: center;
        border-radius: 15px;
    }

    .cta-img{
        width: 100%;
        object-position: 0;
    }

    .cta-txt-holder{
        width: 90%;
        margin: 0 auto auto;
    }

    .cta-title{
        font-size: 175%;
    }

    .cta-txt{
        margin: 5% 0;
    }

    .cta-btn{
        width: 100%;
        padding: 22px 0;
        margin: 5% auto 0 auto;
    }

    .signup-holder{
        margin: 12% auto 0 auto;
        width: calc(92% - 40px);
    }

    .signup-title {
        font-size: 170%;
    }

    .signup-txt {
        font-size: 100%;
        margin: 6% 0 10% 0;
    }

    .signup-input{
        width: 90%;
    }

    .similar-posts-title {
        margin: 17% 0 4% 0;
    }

    .profile-listing-img-holder {
        height: 300px !important;
    }

    .profile-listing-img {
        -webkit-mask-image: linear-gradient(to top, rgb(0 0 0 / 30%) 100%, rgba(0, 0, 0, 1)) !important;
    }
}