﻿article .image .overlay {
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(60, 169, 176, 0.74);
    color: #fff;
    transition: all 0.2s ease;
}

article .entry-body {
    padding-left: 35px;
}

.posts {
    padding-left: 20px;
}

article .image {
    width: 129px;
    height: 129px;
    position: relative;
    display: block;
}

    article .image img {
        height: auto;
        display: block;
        margin: 0 !important;
        width: 129px !important;
        height: 129px !important;
    }

.posts::after, article::after {
    content: '';
    display: block;
    clear: both;
}

.entry-body textarea {
    width: 261px;
    padding: 15px;
    background-color: #fff;
    border: 1px solid #000;
    font-family: 'Courier', sans-serif;
    font-size: 14px;
    white-space: pre-line;
}

article .image:hover .overlay {
    opacity: 0;
}

article .image .overlay .label {
    text-align: center;
    display: block;
    position: absolute;
    left: 0;
    font-size: 16px;
    right: 0;
    padding: 0 15px;
    line-height: 1.4;
    top: 50%;
    transform: translateY(-50%);
    white-space: normal;
}

.entry-content {
    display: flex;
    margin-bottom: 40px;
}

    .entry-content button {
        background-color: #03838c !important;
        border: none;
        color: white !important;
        padding: 10px 15px 10px 15px;
        text-align: center;
        text-decoration: none;
        font-size: 12px;
        font-family: Interstate;
        text-transform: capitalize;
        height: 40px;
        font-weight: bold;
        margin: auto;
        margin-top: 44.5px;
        margin-left: 35px;
    }


        .entry-content button:hover {
            opacity: 0.9;
        }


.wistia-thump {
    width: 129px;
    height: 129px;
    position: absolute;
    top: 30px;
}

.wistia-video {
    position: relative;
    overflow: hidden;
    display: block;
    cursor: pointer;
    width: 129px;
    height: 129px;
}

    .wistia-video img {
        width: 129px;
        height: 129px;
    }

    .wistia-video .overlay {
        content: '';
        display: block;
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(60, 169, 176, 0.74);
        color: #fff;
        transition: all 0.2s ease;
    }

    .wistia-video:hover .overlay {
        opacity: 0;
    }

.wistia_embed {
    overflow: hidden;
    border-radius: 24px;
}

    .wistia_embed .wistia_responsive_wrapper {
        border-radius: inherit;
    }

    .wistia_embed div {
        background-color: unset !important;
        background: unset !important;
        width: 129px !important;
        left: 0 !important;
        height: 129px !important;
        top: -18px !important;
    }

.wistia_click_to_play img {
    opacity: 0;
}


.wistia_embed .wisita_mouseover {
    height: 129px !important;
    width: 129px !important;
}

.wistia-video .overlay .label {
    text-align: center;
    display: block;
    position: absolute;
    left: 0;
    font-size: 16px;
    right: 0;
    padding: 0 15px;
    line-height: 1.4;
    top: 50%;
    transform: translateY(-50%);
    white-space: normal;
}


@media (max-width:991px) {
    .entry-content {
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: center;
    }


    .posts {
        padding-left: 0px;
    }

    .entry-body textarea {
        width: 100%;
    }


    .entry-content button {
        order: 1;
        flex: 1 0 100%;
        margin: auto;
        width: 100%;
        max-width: 330px;
    }

    article .entry-body {
        padding-left: 8px;
    }

    article .image {
        margin-bottom: 10px;
    }

    .article .instructions {
        margin-bottom: 35px;
    }
    .wistia-video {
        width: 116px;
        height: 116px;
        margin-bottom: 10px;
    }
    .wistia-video img {
        width: 116px;
        height: 116px;
    }

    .wistia_embed div {
        width: 116px !important;
        height: 116px !important;
    }
    article .image {
        width: 116px;
        height: 116px;
        overflow: hidden;
    }
}




@media (min-width: 768px) and (max-width: 991px) {
    .entry-content button {
        margin-top: 44.5px;
        margin-top: auto;
    }

    .entry-content button {
        max-width: 133px;
    }

    article .entry-body {
        padding-left: 40px;
    }

    .entry-body textarea {
        width: 330px;
    }
  
}
