/**
 * Tablet + Mobile
 */
@media only screen and (min-width: 320px) and (max-width: 860px) {
/* Global */
	/* Slider */
	.mh-custom-slider .slick-arrow{
		display: none !important;
	}

	.mh-section-top-row .elementor-row {
		transform: none;
		-moz-transform: none;
		-webkit-transform: none;
		-o-transform: none;
	}


}

/**
 * Tablet
 */
@media only screen and (min-width: 426px) and (max-width: 860px) {

}

/**
 * Mobile
 */
@media only screen and (min-width: 320px) and (max-width: 425px) {
/* Global */

/* Homepage */
	.mh-block-form-register .mh-field-half {
		width: 100%;
	}

	.mh-block-form-register .gform_footer {
		position: static;
	}

	.mh-block-form-register .gform_footer .gform_button {
	    padding: 10px 30px !important;
	    font-size: 13px !important;
	}    

}

@media only screen and (max-width: 320px) {

}