/**
* 8.0 Media Queries
 * ----------------------------------------------------------------------------
 */
@import url("../upstar/responsive.css");

@media only screen and (max-width: 1200px){
.single-product.woocommerce .woocommerce-message, .single-product.woocommerce-page .woocommerce-message{width: auto; margin: 0px 15px 20px !important;}
.post-navigation a.prev-post {float: left;}
.post-navigation a.next-post {margin-top: 15px; float: left;}

}
@media only screen and (max-width: 979px){
/* Footer */
.footer-widget .widget.widget_accepted_payment_methods {margin-left: 0px;}
.site-footer .title-outer:before, .site-footer .toggled-off .title-outer:before {color: #000000;}
}

@media only screen and (max-width: 767px){
/* Banners */
.sub-banner {text-align: center;}
.sub-banner .right-img {text-align: center;}
.sub-banner .link-text{padding: 6px 16px;}
.topbar-link-toggle::before {color: #000000;}
}