@media screen and (max-width:1199px) {}

@media screen and (max-width:991px) {
    
}

@media screen and (max-width:768px) {
    a.phone-number {
    	font-size: 50px;
    }
    .wrp-body-content address{
        font-size:20px;
    }
    .wrp-footer .container {
    	display: block;
    }
    .site-footer h3 {
    	font-size: 18px;
    	margin: 0px;
    }
    .site-footer {
    	margin-top: 30px;
    }
    
}

@media screen and (max-width:575px) {
   .wrp-footer {
    	height: 170px;
    	background-size: 100%;
    	background-repeat: no-repeat;
    	background-position-y: bottom;
    }
}

@media screen and (max-width:576px) {}

@media screen and (max-width:479px) {
    
}

@media screen and (max-width:360px) {}

@media screen and (max-width:320px) {
    
}