/* CSS Document */

body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ol li, body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ol li {
	list-style: none!important;
}

/*[ Desktop & Tablet ]*/
@media (max-width: 1025px) {

	/*= General =================== */

	/** General >> Menu item link **/
	.menu-item a {
		border-top-color: rgb(192, 192, 192) !important;
		border-right-color: rgb(192, 192, 192) !important;
		border-bottom-color: rgb(192, 192, 192) !important;
		border-left-color: rgb(192, 192, 192) !important;
		border-top-width: 1px !important;
		border-bottom-width: 1px !important;
		border-top-style: solid !important;
	}

	/*= General _2 ================ */

	/** General _2 >> Menu item **/
	.menu-main-container ul:not([class]) > li:before {
		content:none;
	}

	/** General _2 >> Mobmenu _2 **/
	.mobmenu {
		-webkit-box-shadow: 2px 12px 42px -14px rgba(0,0,0,0.31);
-moz-box-shadow: 2px 12px 22px -14px rgba(0,0,0,0.31);
box-shadow: 2px 12px 22px -14px rgba(0,0,0,0.31);
	}

	/** General _2 >> Mob menu right panel mob icon cancel **/
	.mob-menu-right-panel .mob-icon-cancel {
		margin-top: -15px !important;
	}
}

/*[ Tablet & Phone ]*/
@media (max-width: 767px) {

	/*= General =================== */

	/** General >> Masthead **/
	#masthead {
		margin-top: 0 !important;
	}
}

/*[ Phone ]*/
@media (max-width: 746px) {

	/*= General _2 ================ */

	/** General _2 >> Slider **/
	.elementor-element-5782299 {
		display:none;
	}

	/** General _2 >> Margin Fix **/
	ul:not([class]) li + li {
		margin-top:0!important;
	}
}