#content-page .description-interactive, #content-post-page .description-interactive {
    text-align: center;
    padding: 60px 0;
}

#content-page .description-interactive .button, #content-post-page .description-interactive .button {
    width: auto;
    height: auto;
    margin: 20px auto;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    background-color: #ee246f;
    color: white;
    display: inline-block;
    border: 1px solid #ee246f;
    text-transform: uppercase;
    text-decoration: none;
    transition: all .3s ease;
    padding: 15px 25px;
}

#content-page .button:hover, #content-post-page .button:hover {
    background-color: #fff;
    color: #ee246f;
    text-decoration: none;
}

/*Dot wrappers :))*/
.feed-title-wrapper {
    height: 80px;
}

.content-feed-wrapper .feed-content h2 {
    height: auto;
}

/**/

/*Better spacing for featured posts*/
@media (max-width: 991px) {
    #features-section .feat-overlay {
        bottom: 0;
        height: 155px;
    }

    #features-section .featured-dot-container {
        top: 75px;
    }
}

@media (max-width: 767px) {
    #features-section .featured-dot-container {
        top: 75px;
    }
}


/*Footer*/
footer .footer-brandstar-original {
    justify-content: center;
    display: flex;

    background: #dedede;
    background: -moz-linear-gradient(left, #dedede 0%, #ffffff 50%, #dedede 100%);
    background: -webkit-linear-gradient(left, #dedede 0%,#ffffff 50%,#dedede 100%);
    background: linear-gradient(to right, #dedede 0%,#ffffff 50%,#dedede 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dedede', endColorstr='#dedede',GradientType=1 );
}

footer .footer-brandstar-original a {
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    color: #232222;
    position: relative;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    width: 100%;
}
footer .footer-brandstar-original a div.bso-inner {
    display: inline-block;
    position: relative;
    padding: 3px 0 3px 150px;
}

footer .footer-brandstar-original a div.bso-inner::after {
    content: " ";
    background: url(https://militarymakeover.tv/wp-content/uploads/sites/9/2018/10/bs-logo-clipped.png) no-repeat;
    position: absolute;
    background-size: 100% auto;
    width: 150px;
    height: 0;
    padding-bottom: 17%;
    bottom: 0;
    margin-right: -145px;
    right: 100%;
}
@media screen and (max-width: 991px) and (min-width: 768px) {
    #header .logo {
        height: 70px!important;
    }
}
@media screen and (max-width: 991px) {
    #footer .footer-final-content:last-of-type {
        padding-bottom: 18px;
    }
}
@media screen and (max-width: 480px) {
    footer .footer-brandstar-original a div.bso-inner {
        padding-left: 80px;
    }

    footer .footer-brandstar-original a::after {
        width: 120px;
        margin-right: -75px;
    }
}

@media screen and (max-width: 360px) {
    footer .footer-brandstar-original a div.bso-inner {
        padding-left: 40px;
    }

    footer .footer-brandstar-original a div.bso-inner::after {
        width: 92px;
        padding-bottom: 16.5%;
        margin-right: -45px;
    }
    #footer .footer-final-content:last-of-type {
        padding-bottom: 12px;
    }
}