/*
Theme Name:     Stratus - Child Theme
Theme URI:      http://themovation.com/stratus
Template:       stratusx
Author:         Themovation
Author URI:     http://themovation.com
Version:        4.0
Text Domain:    stratus
Domain Path:    /languages/
*/


/* = Theme customization starts here
-------------------------------------------------------------- */

/* Problema scroll su mobile */
@media only screen and (max-width: 1045px){
	html, body {
		-webkit-overflow-scrolling: unset!important;
		overflow-y: unset!important;
	}
}