/**
 * Theme main responsive CSS.
 *
 * @since S 1.0.0
 */



/**
 * Large screen devices.
 */
@media only screen and (min-width: 1600px) {
	
}



/**
 * Laptops.
 */
@media only screen and (min-width: 1240px) {
	
}



/**
 * Smaller laptops.
 */
@media only screen and (min-width: 1100px) {
	
}



/**
 * Smaller screen devices.
 */
@media only screen and (min-width: 960px) {

}



/**
 * Tablet devices.
 */
@media only screen and (min-width: 768px) {

}



/**
 * Larger mobile devices.
 */
@media only screen and (min-width: 480px) {

}
