/*
 Theme Name:   Infinite Child
 Theme URI:    http://demo.goodlayers.com/infinite
 Description:  Goodlayers Infinite Child Theme
 Author:       Goodlayers
 Author URI:   http://goodlayers.com
 Template:     infinite
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, right-sidebar, responsive-layout
 Text Domain:  infinite-child

 START YOUR CHILD THEME CSS HERE
*/
/*******************************************************************************************************
** LAYOUT 1440
*/
@media only screen and (max-width: 1440px) {

}

/*******************************************************************************************************
** LAYOUT 1170
*/
@media only screen and (max-width: 1200px) {
	
}

/*******************************************************************************************************
** LAYOUT 1024
*/
@media only screen and (max-width: 1024px) {

}

/*******************************************************************************************************
** LAYOUT 980
*/
@media only screen and (max-width: 1020px) {
	.infinite-page-title-wrap { display: none; }
}

/*******************************************************************************************************
** LAYOUT INFERIORE A 768
*/
@media only screen and (max-width: 767px) {
	
}

/*******************************************************************************************************
** LAYOUT 640
*/
@media only screen and (max-width: 640px) {

}

/*******************************************************************************************************
** LAYOUT 479
*/
@media only screen and (max-width: 479px) {

}

/*******************************************************************************************************
** LAYOUT 320
*/
@media only screen and (max-width: 370px) {

}