/* Enter Your Custom CSS Here */
.mc4wp-form-theme input[type=text], .mc4wp-form-theme input[type=email], .mc4wp-form-theme input[type=tel], .mc4wp-form-theme input[type=url], .mc4wp-form-theme input[type=date], .mc4wp-form-theme input[type=number], .mc4wp-form-theme select, .mc4wp-form-theme textarea {


width: 50%;
padding: 10px 0 10px 0 ;
display: inline;

}

@media( max-width: 580px ) {
  .mc4wp-form input[type="text"],
  .mc4wp-form input[type="email"],

      display: block;
      width: 80% !important; 
      max-width: 80% !important; 
		
  }
}


@media (min-width:769px) {
.mc4wp-form-theme   .menu-item-has-children .dropdown-menu-toggle {
        font-size: 20px;
    }
}

@media (max-width: 768px) {
.mc4wp-form-theme    .menu-item-has-children .dropdown-menu-toggle {
        font-size: 16px;
    }
}