@media only screen and (min-width: 767px) and (max-width: 1024px) {
.main-menu ul{margin: 0 0 0 5px;}
} @media only screen and (max-width: 767px) {
.content-container{background:none;}
.content-right h1{font-size:21px;margin-top: 15px;}
.main-menu ul li {margin-bottom:0;}
.footer-outer{padding:15px;}
.footer-outer p{margin-bottom:5px;text-align:center;}
.bottom-logo{text-align:center; padding: 10px 0;}
.logo-outer img { max-width: 80%; margin: 10px 0;}
.mean-container a.meanmenu-reveal {margin: 0;top: -5px;}
.content-right {padding: 0;}
.content-right .bx-wrapper .bx-viewport {left: 0;}
.featured-image {margin: -15px 0 20px;}
}
@media only screen and (min-width: 480px) {
} @media only screen and (min-width: 480px) and (max-width: 767px) {
} @media only screen and (max-width: 479px) {
.mean-container .mean-bar {top: -55px;}
} @media only screen and (min-width : 320px) and (max-width : 479px) {
}
@media only screen and (max-width : 319px) {
}