/*

Theme Name: AITI
Theme URI: http://www.toolbox.squeezestaging.com/
Version: 1.0
Description: Standard theme which has all basic needed components and library. This theme is fully responsible built in sass.
Author: Squeeze Creative
Author URI: http://www.squeezecreative.com.au

*/

@media (max-width: 991px) {
	.sqz-page_banner.sqz-has_bgr.sqz-bgr_cover .sqz-banner-image.sqz-has_overlay:before {
		background: #0c0c0c;
    	background: -webkit-linear-gradient(to right, #0c0c0c 10%, rgba(12, 12, 12, 0)) !important;
    	background: linear-gradient(to right, #0c0c0c 10%, rgba(12, 12, 12, 0)) !important;
	}
	.sqz-page_banner.sqz-has_bgr.sqz-bgr_cover .sqz-banner-image.sqz-has_overlay:after {
		right:-1px;
		background: #0c0c0c;
   		background: -webkit-linear-gradient(to left, #0c0c0c 10%, rgba(12, 12, 12, 0)) !important;
    	background: linear-gradient(to left, #0c0c0c 10%, rgba(12, 12, 12, 0)) !important;
	}
}
