.blogCenteredContent {
    width: 93%;
    min-width: 0px;
}

#blogTitle {
    font-weight: 900;
    color: var(--base);
    letter-spacing: 1px;
    font-size: 28px;
    display: none;
    border-bottom: none;
    margin-top: 60px;
    text-transform: capitalize;
    margin-bottom: 20px;
    text-align: center;
    font-family: 'BeautiqueDisplay';
}

#blogSubtitle {
    color: var(--base);
    font-weight: 400;
    font-family: "baskerville";
    font-size: 50px;
    width: 100vw;
    left: 0px;
    margin-bottom: 40px;
}

#blogPostTitle {
    position: relative;
    font-size: 18px;
    letter-spacing: 1px;
    color: #57585b;
    margin-bottom: 30px;
    font-weight: 600;
}

.blogSubtitle {
    position: relative;
    font-size: 16px;
    margin-bottom: 15px;

}

#blogPrevImg {
    width: 200px;
    height: auto;
    float: left;
    margin-right: 20px;
}

.blogImage {
    position: relative;
    display: block;
    height: auto;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 15px;
}

.blogCaption {
    position: relative;
    text-align: center;
    width: 80%;
    margin: 0 auto;
    font-size: 12px;
    color: black;
    margin-bottom: 25px;

}

.blogText {
    position: relative;
    display: block;
    /* margin-top: 25px; */
    /* width: 100%; */
    height: auto;
    overflow: hidden;
    color: #57585b;
    font-size: 14px;
    text-align: justify;
    padding-bottom: 10px;
    margin-bottom: 10px;
    line-height: 20px;
    font-weight: lighter;
    float: left;
    margin: 10px;
}

.blogGallery {
    position: relative;
    margin-top: 20px;
    height: auto;
    overflow: hidden;
    width: 100%;
    max-width: 800px;
    margin: auto;
}

.slick-dots {
    top: 20px;
    right: 20px;
    width: auto;
}

.slick-dots li {
    width: 14px;
    margin: 0 3px;
}

.slick-dots li button:before {
    border: 2px solid var(--cream);
    border-radius: 100px;
    width: 10px;
    height: 10px;
    background-color: transparent;
    color: transparent;
    font-size: 0px;
    opacity: 1;
    content: "" !important;
}

.slick-dots li.slick-active button:before {
    background-color: var(--cream);
    opacity: 1;
}

.blogSlider {
    position: relative;
    margin-top: 20px;
    height: auto;
    overflow: hidden;
    width: 100%;
    margin-bottom: 15px;
}

.blogSliderWrapper {
    width: 700px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}

.blogSliderSlide {
    margin-right: 10px;
    margin-left: 10px;
}

.blogSliderLeftArrow {
    position: absolute;
    left: 12.5px;
    height: 50px;
    top: calc(50% - 21.5px);
}

.blogSliderRightArrow {
    position: absolute;
    height: 50px;
    right: 12.5px;
    top: calc(50% - 21.5px);
}

.slick-slide {
    height: auto;
}

.textLink {
    font-weight: 600;
    text-decoration: underline;
    cursor: pointer;
}

@media screen and (max-width:768px) {
    .blogCenteredContent {
        width: 90% !important;
        margin-bottom: 40px;
        margin-top: 20px;
    }

    .blogCaption {
        width: 75%;
    }

    .blogSliderWrapper {
        width: 80%;
    }

    .blogImage {
        width: 100%;
        height: auto;
        max-width: 100%;
    }

    #blogTitle {
        width: 90%;
        margin: 0 auto;
        margin-top: 20px;
        margin-bottom: 20px;
        height: auto;
        padding-bottom: 10px;
        font-size: 19px;
        letter-spacing: 2px;
    }

    #blogPostTitle {
        width: 90%;
        text-align: center;
        margin: 0 auto;
        margin-top: 30px;
        margin-bottom: 30px;
        font-size: 20px;
        font-weight: bold;
    }

    .blogSubtitle {
        width: 90%;
        text-align: center;
        margin: 0 auto;
        font-size: 15px;
    }

    .blogText {
        width: 90%;
        margin: 0 auto;
        margin-top: 20px;
        line-height: 15px;
        font-size: 13px;
    }

    .blogSliderLeftArrow,
    .blogSliderRightArrow {
        height: 20px;
        top: calc(50% - 10px);
    }

    .slick-dots li button:before {
        width: 8px !important;
        height: 8px !important;
    }

    .slick-dots {
        top: 10px;
        right: 10px;
    }

    .slick-dots li {
        width: 8px !important;
        height: 8px !important;
    }
}