/********************************************/
/*											*/
/*		SEMBO CORE RESPONSIVE CSS.			*/
/*											*/
/********************************************/


/*
	INDEX:
	======
	-> Max width 1200px
	-> Max width 992px
	-> Max width 768px
	-> Max width 480px
	-> Max width 320px


*/



/********************************************/
/*	Large Devices, Desktops, Wide Screens	*/
/********************************************/
@media only screen and (max-width : 1200px) {

}



/********************************************/
/*			Medium Devices, Desktops		*/
/********************************************/
@media only screen and (max-width : 992px) {

}



/********************************************/
/*			Small Devices, Tablets			*/
/********************************************/
@media only screen and (max-width : 768px) {

	.unique-selling-points {
	border: 1px solid #DAEEF7;
	border-radius: 0px;
	}

}


/********************************************/
/*			Extra Small Devices, Phones		*/
/********************************************/
@media only screen and (max-width : 480px) {

	p.usp-text {
		font: 9px/12px Arial;
	}
	
	
	p.newsletter-text {
		font: 9px/12px Arial;
	}
	
	/* Footer */
	p.contact-information {
		font-size: 6px;
	}
	
	.post-footer p {
		font-size: 6px;
	}
	
}


/********************************************/
/*			Custom, iPhone Retina			*/ 
/********************************************/
@media only screen and (max-width : 320px) {
        
}












/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
