.footer-widget-1 div h1 {
    color: #ffffff;
    line-height: 22px;
    margin-bottom: 45 px;
}

.footer-widget-1 div h2 {
    color: #ffffff;
    line-height: 19px;
    margin-bottom: 45 px;
}

.footer-widget-1 div h3 {
    color: #ffffff;
    line-height: 17px;
    margin-bottom: 45 px;
}

.footer-widget-1 div h4 {
    color: #ffffff;
    line-height: 15px;
    margin-bottom: 45 px;
}

.footer-widget-1 div h5 {
    color: #ffffff;
    line-height: 13px;
    margin-bottom: 45 px;
}

.footer-widget-1 div p {
    color: #ffffff;
    line-height: 13px;
    margin-bottom: 45 px;
}

.social-style-two a {
    margin: 0 3 px;
    width: 40 px;
    height: 40 px;
    font-size: 13px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    display: inline-block;
    background: #ffffff;
}

.foo-widget h5 a {
    background: #D0D0D0;
    margin-right: 6 px;
}

.bypostauthor {
    display: block;
    padding: 0.5em 0.5em 0.5em -webkit-calc(0.5em + 32px);
    padding: 0.5em 0.5em 0.5em calc(0.5em + 32px);
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 3px solid rgba(255, 102, 99, 0.2);
}

@media (min-width: 1291px) {
    .aspace-video-iframe {
        width: 850px;
        padding-left: 0px;
        right: 50px;
    }
}

@media (min-width: 991px) and (max-width: 1290px) {
    .aspace-video-iframe {
        width: 850px;
        padding-left: 0px;
        right: 50px;
    }
}

@media (min-width: 768px) and (max-width: 990px) {
    .aspace-video-iframe {
        width: 720px;
        padding-left: 0px;
        right: 80px;
    }
}

@media (min-width: 540px) and (max-width: 767px) {
    .aspace-video-iframe {
        width: 520px;
        padding-left: 0px;
        right: 80px;
    }
}

@media (min-width: 350px) and (max-width: 539px) {
    .aspace-video-iframe {
        width: 320px;
        padding-left: 0px;
        right: 60px;
    }
}

@media (min-width: 250px) and (max-width: 349px) {
    .aspace-video-iframe {
        width: 250px;
        padding-left: 0px;
        right: 40px;
    }
}