/* -------------------------------------------------------------
	AVIA COLOR SECTION
------------------------------------------------------------- */

/* Size Classes: html.size-bigscreen, html.size-full, html.size-tablet, html.size-mobile */


/* -------------------------------------------------------------
	Min height and padding mobile
------------------------------------------------------------- */

@media only screen and (max-width: 767px)
{
	.avia-section .container {
		height: inherit !important;
		min-height: var(--mobileHeight) !important;
	}
	
	/* Hero Section */
	.avia-section.herotext .container {
		height: inherit !important;
		min-height: 50px !important;
	}	
}



/* -------------------------------------------------------------
	Settings inner padding
------------------------------------------------------------- */

/* Avia Section large padding */
@media only screen and (min-width: 768px) {
	.avia-section-large .content,
	.avia-section-large .sidebar
	{
	    Xpadding-top: 140px;
	    Xpadding-bottom: 140px;
	}
}