@media screen and (min-width:981px) {
	.nav li li {
		width: 310px;
		padding: 0 5px;
	}
	
	@media screen and (min-width:981px) {
		.et-menu li:not(.mega-menu) ul, #top-menu li:not(.mega-menu) ul {
			width: 310px !important;
		}
		
		.et_pb_contact_form input:-webkit-autofill, .et_pb_contact_form textarea:-webkit-autofill, .et_pb_contact_form input:-webkit-autofill:hover, .et_pb_contact_form input:-webkit-autofill:focus, .et_pb_contact_form textarea:-webkit-autofill:focus, .et_pb_newsletter input:-webkit-autofill, .et_pb_newsletter input:-webkit-autofill:hover, .et_pb_newsletter input:-webkit-autofill:focus {
			-webkit-box-shadow: 0 0 0 1000px #faf7f1 inset !important;
			-webkit-text-fill-color: inherit !important;
			transition: background-color 9999s ease-in-out 0s;
		}
	}
}