@media all
and (min-width: 600px)
and (max-width: 740px) {
.main-navigation li {
margin: 0 10px !important;
}
#menu-main-menu {
padding: 0 20px !important;
}
}
/* ------------------------------------------------------------ */
/*    CONTACT FORM
/* ------------------------------------------------------------ */
.frm_section_spacing {
  display: none !important;
}

.frm_form_widget .widgettitle {
  display: none;
}

.frm_style_formidable-style.with_frm_style label.frm_primary_label,
.frm_style_formidable-style.with_frm_style.frm_login_form label {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: bold;
}

.frm_style_formidable-style.with_frm_style input[type="text"],
.frm_style_formidable-style.with_frm_style input[type="password"],
.frm_style_formidable-style.with_frm_style input[type="email"],
.frm_style_formidable-style.with_frm_style input[type="number"],
.frm_style_formidable-style.with_frm_style input[type="url"],
.frm_style_formidable-style.with_frm_style input[type="tel"],
.frm_style_formidable-style.with_frm_style input[type="phone"],
.frm_style_formidable-style.with_frm_style input[type="search"],
.frm_style_formidable-style.with_frm_style select,
.frm_style_formidable-style.with_frm_style textarea,
.frm_form_fields_style,
.frm_style_formidable-style.with_frm_style .frm_scroll_box .frm_opt_container,
.frm_form_fields_active_style,
.frm_form_fields_error_style,
.frm_style_formidable-style.with_frm_style .chosen-container-multi .chosen-choices,
.frm_style_formidable-style.with_frm_style .chosen-container-single .chosen-single {
  background-color: #fcfcfc;
  border: 1px solid #e8e8e8;
  border-radius: 0px;
  height: 40px;
  padding: 10px !important;
}

.frm_style_formidable-style.with_frm_style input[type="text"]:focus,
.frm_style_formidable-style.with_frm_style input[type="password"]:focus,
.frm_style_formidable-style.with_frm_style input[type="email"]:focus,
.frm_style_formidable-style.with_frm_style input[type="number"]:focus,
.frm_style_formidable-style.with_frm_style input[type="url"]:focus,
.frm_style_formidable-style.with_frm_style input[type="tel"]:focus,
.frm_style_formidable-style.with_frm_style input[type="phone"]:focus,
.frm_style_formidable-style.with_frm_style input[type="search"]:focus,
.frm_style_formidable-style.with_frm_style select:focus,
.frm_style_formidable-style.with_frm_style textarea:focus {
  background-color: #ffffff;
}

.frm_style_formidable-style.with_frm_style textarea {
  min-height: 150px;
  max-height: 300px;
  resize: vertical !important;
}

.frm_form_field br,
.frm_primary_label br {
display: none !important;
}