/*--------------------------------------------------------------*/
/*-- SCFP CSS Document --*/
/*-- Copyright (c) 2015. WebCodin --*/
/*-- @author WebCodin --*/
/*--------------------------------------------------------------*/
/*-----------------------------------------------------------------*/
/*--- SCFP Font Family :: [Refresh Icon Font] :: Icon ---*/
/*-----------------------------------------------------------------*/
@font-face {
  font-family: "SCFP-Icon";
  src: url("/web/20230404035336im_/https://lafincamexicanrestaurant.com/wp-content/plugins/wcp-contact-form/assets/fonts/scfp-icon.eot?x4gwim");
  src: url("/web/20230404035336im_/https://lafincamexicanrestaurant.com/wp-content/plugins/wcp-contact-form/assets/fonts/scfp-icon.eot#iefixx4gwim")
      format("embedded-opentype"),
    url("/web/20230404035336im_/https://lafincamexicanrestaurant.com/wp-content/plugins/wcp-contact-form/assets/fonts/scfp-icon.ttf?x4gwim")
      format("truetype"),
    url("/web/20230404035336im_/https://lafincamexicanrestaurant.com/wp-content/plugins/wcp-contact-form/assets/fonts/scfp-icon.woff?x4gwim")
      format("woff"),
    url("/web/20230404035336im_/https://lafincamexicanrestaurant.com/wp-content/plugins/wcp-contact-form/assets/fonts/scfp-icon.svg?x4gwim#SCFP-Icon")
      format("svg");
  font-weight: normal !important;
  font-style: normal !important;
}
/*-----------------------------------------------------------------*/
/*--- WCP Contact Form Icons Fonts ---*/
/*-----------------------------------------------------------------*/
[class^="scfp-icon-"],
[class*=" scfp-icon-"] {
  display: inline-block;
  font-family: "SCFP-Icon" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.scfp-icon-refresh:before {
  content: "\e900";
}
.scfp-icon-dwopdown-arrow:before {
  content: "\e901";
}
/*-----------------------------------------------------------------*/
/*--- WCP Contact Form Container ---*/
/*-----------------------------------------------------------------*/
.scfp-form-content {
  padding-bottom: 15px;
}
.scfp-form-content:after,
.scfp-form-content:before {
  clear: both;
}
.scfp-form-content .scfp-form-row {
  padding: 5px 0;
  text-align: left;
  overflow: hidden;
  box-sizing: border-box;
  clear: both;
}
/*-----------------------------------------------------------------*/
/*--- WCP Contact Form Defaults ---*/
/*-----------------------------------------------------------------*/
.scfp-form-content a,
.scfp-form-content a:focus,
.scfp-form-content a:hover {
  outline: none;
}
/*-----------------------------------------------------------------*/
/*--- WCP Contact Form Base Labels Styles ---*/
/*-----------------------------------------------------------------*/
.scfp-form-content .scfp-form-row .scfp-form-label {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding-bottom: 5px;
  font-weight: normal;
  float: none !important;
  text-align: left;
  text-shadow: none !important;
  font-size: inherit;
  line-height: 1.4em;
}
/*-----------------------------------------------------------------*/
/*--- WCP Contact Form Base Fields Default Styles ---*/
/*-----------------------------------------------------------------*/
.scfp-form-content .scfp-form-row .scfp-form-field {
  background-image: none;
  background-color: #fff;
  font-size: 90%;
  height: auto;
  min-height: 34px;
  width: 100%;
  margin: 0;
  padding: 7px 8px;
  border-width: 1px;
  border-style: solid;
  border-color: #cfcfcf;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  float: none !important;
  font-weight: normal;
  display: block;
  letter-spacing: 0;
  line-height: 1.4;
}
/*-----------------------------------------------------------------*/
/*--- WCP Contact Form Field Description ---*/
/*-----------------------------------------------------------------*/
.scfp-form-content .scfp-form-row .scfp-form-row-description {
  padding-top: 5px;
  font-size: 80%;
  line-height: 1.4em;
  clear: both !important;
}
/*-----------------------------------------------------------------*/
/*--- WCP Contact Form Required Marker ---*/
/*-----------------------------------------------------------------*/
.scfp-form-content .scfp-form-row .scfp-form-label .scfp-form-field-required {
  color: #d32f2f;
  display: inline !important;
}
/*-----------------------------------------------------------------*/
/*--- WCP Contact Form Textarea ---*/
/*-----------------------------------------------------------------*/
.scfp-form-content .scfp-form-row .scfp-form-message-field {
  padding: 5px 8px;
  min-height: 150px;
  resize: none;
}
/*-----------------------------------------------------------------*/
/*--- WCP Contact Form Drop Down ---*/
/*-----------------------------------------------------------------*/
.scfp-form-content
  .scfp-form-row.scfp-form-row-dropdown
  .scfp-form-row-dropdown-wrapper {
  position: relative;
  overflow: hidden;
}
.scfp-form-content
  .scfp-form-row.scfp-form-row-dropdown
  .scfp-form-row-dropdown-wrapper
  select.scfp-dropdown-field {
  background-color: transparent !important;
  position: relative;
  z-index: 1;
  padding: 7px 30px 7px 8px;
}
.scfp-form-content
  .scfp-form-row.scfp-form-row-dropdown
  .scfp-form-row-dropdown-wrapper
  select.scfp-dropdown-field[multiple="multiple"] {
  padding: 7px 8px;
}
.scfp-form-content
  .scfp-form-row.scfp-form-row-dropdown
  .scfp-form-row-dropdown-wrapper
  select.scfp-dropdown-field::-ms-expand {
  display: none;
}
.scfp-form-content
  .scfp-form-row.scfp-form-row-dropdown
  .scfp-form-row-dropdown-wrapper
  select.scfp-dropdown-field
  option {
  padding: 0 8px;
  line-height: 1.4;
}
/*-----------------------------------------------------------------*/
.scfp-form-content.scfp-mozilla
  .scfp-form-row.scfp-form-row-dropdown
  .scfp-form-row-dropdown-wrapper
  select.scfp-dropdown-field {
  padding-bottom: 6px;
}
/*-----------------------------------------------------------------*/
.scfp-form-content
  .scfp-form-row.scfp-form-row-dropdown
  .scfp-form-row-dropdown-wrapper
  .scfp-dropdown-arrow {
  border: 0 none;
  bottom: 1px;
  display: block;
  margin: 0;
  position: absolute;
  z-index: 0;
  right: 1px;
  text-decoration: none;
  top: 1px;
  width: 30px;
  transition: none !important;
}
.scfp-form-content
  .scfp-form-row.scfp-form-row-dropdown
  .scfp-form-row-dropdown-wrapper
  .scfp-dropdown-arrow
  .scfp-dropdown-arrow-inner {
  display: table;
  width: 100%;
  height: 100%;
  text-align: center;
}
.scfp-form-content
  .scfp-form-row.scfp-form-row-dropdown
  .scfp-form-row-dropdown-wrapper
  .scfp-dropdown-arrow
  .scfp-dropdown-arrow-inner-icon {
  display: table-cell;
  vertical-align: middle;
}
.scfp-form-content
  .scfp-form-row.scfp-form-row-dropdown
  .scfp-form-row-dropdown-wrapper
  .scfp-dropdown-arrow
  .scfp-dropdown-arrow-inner-icon
  .scfp-icon-dwopdown-arrow {
  display: block;
  font-size: 24px;
  line-height: 1px;
  color: #757575;
}
/*-----------------------------------------------------------------*/
/*--- WCP Contact Form Checkboxes and Radio Buttons ---*/
/*-----------------------------------------------------------------*/
.scfp-form-content .scfp-form-row-checkbox .scfp-form-row-checkbox-row,
.scfp-form-content .scfp-form-row-radio .scfp-form-row-radio-row {
  min-height: 15px;
  overflow: hidden;
  padding: 3px 0;
  line-height: 1.4;
  box-sizing: border-box;
}
.scfp-form-content
  .scfp-form-row-checkbox
  .scfp-form-row-checkbox-row
  label.scfp-form-label,
.scfp-form-content
  .scfp-form-row-radio
  .scfp-form-row-radio-row
  label.scfp-form-label {
  display: inline-block;
  vertical-align: top;
  width: auto;
  text-align: left;
  max-width: 90%;
  padding: 0 0 0 2px;
  line-height: 1.4;
}
.scfp-form-content
  .scfp-form-row-checkbox
  .scfp-form-row-checkbox-row
  input[type="checkbox"],
.scfp-form-content
  .scfp-form-row-radio
  .scfp-form-row-radio-row
  input[type="radio"] {
  float: none !important;
  margin: 0 !important;
  padding: 0 !important;
  position: static !important;
  vertical-align: baseline !important;
  width: auto;
  height: auto;
  display: inline-block;
  line-height: 1.4;
}
/*-----------------------------------------------------------------*/
.scfp-form-content .scfp-form-row-checkbox .scfp-form-row-description,
.scfp-form-content .scfp-form-row-radio .scfp-form-row-description {
  padding-top: 3px;
}
/*-----------------------------------------------------------------*/
/*--- WCP Contact Form Symbols/Numeric CAPTCHA ---*/
/*-----------------------------------------------------------------*/
.scfp-form-content .scfp-captcha {
  width: 100%;
  overflow: hidden;
  padding: 2px 2px 0 0;
  margin-top: -2px;
}
.scfp-form-content .scfp-captcha .scfp-captcha-image,
.scfp-form-content .scfp-captcha .scfp-captcha-field {
  float: left;
}
.scfp-form-content .scfp-captcha .scfp-captcha-image {
  width: 36%;
  text-align: center;
}
.scfp-form-content
  .scfp-captcha
  .scfp-captcha-image
  .scfp-captcha-image-wrapper {
  border-width: 1px;
  border-style: solid;
  border-color: #cfcfcf;
  background-image: none;
  background-color: #fff !important;
}
.scfp-form-content
  .scfp-captcha
  .scfp-captcha-image
  .scfp-captcha-image-wrapper
  img {
  max-width: 100%;
  height: auto;
  display: block;
  width: 200px;
  margin: 0 auto;
  padding: 0;
  border: 0;
  box-shadow: 0 0 0 !important;
  border-radius: 0;
}
.scfp-form-content .scfp-captcha .scfp-captcha-field {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 64%;
  padding-left: 10px;
  position: relative;
}
.scfp-form-content .scfp-captcha .scfp-captcha-field p {
  margin: 0 !important;
  padding: 0 !important;
}
.scfp-form-content .scfp-captcha .scfp-captcha-field input {
  width: 100%;
  margin: 0;
  padding-right: 30px !important;
}
/*-----------------------------------------------------------------*/
.scfp-form-content .scfp-captcha .scfp-captcha-refresh {
  border: 0 none;
  bottom: 1px;
  display: block;
  margin: 0;
  position: absolute;
  right: 1px;
  text-decoration: none;
  top: 1px;
  width: 30px;
  transition: none !important;
}
.scfp-form-content
  .scfp-captcha
  .scfp-captcha-refresh
  .scfp-captcha-refresh-inner {
  display: table;
  width: 100%;
  height: 100%;
  text-align: center;
}
.scfp-form-content
  .scfp-captcha
  .scfp-captcha-refresh
  .scfp-captcha-refresh-inner-icon {
  display: table-cell;
  vertical-align: middle;
}
.scfp-form-content
  .scfp-captcha
  .scfp-captcha-refresh
  .scfp-captcha-refresh-inner-icon
  .scfp-icon-refresh {
  display: block;
  font-size: 14px;
  color: #757575;
}
.scfp-form-content .scfp-captcha .scfp-captcha-refresh:hover {
  opacity: 0.8;
}
/*-----------------------------------------------------------------*/
.scfp-form-content .scfp-captcha .scfp-captcha-refresh span.scfp-no-styles {
  display: none !important;
}
/*-----------------------------------------------------------------*/
/*--- WCP Contact Form reCAPTCHA ---*/
/*----------------------------------------------------------------*/
.scfp-form-content .scfp-form-row .scfp-recaptcha iframe {
  border: 0 !important;
  outline: none !important;
  margin: 0 !important;
  padding: 0 !important;
  max-width: 100%;
}
.scfp-form-content
  .scfp-form-row
  .scfp-recaptcha.scfp-size-normal
  .scfp-recaptcha-container {
  border-radius: 3px;
}
.scfp-form-content
  .scfp-form-row
  .scfp-recaptcha.scfp-size-compact
  .scfp-recaptcha-container {
  border-radius: 3px;
}
/*-----------------------------------------------------------------*/
.scfp-form-content .scfp-form-row .rcwidget-noconfig {
  background: #fceded;
  border: 1px solid #eed3d7;
  color: #d32f2f;
  padding: 12px;
  font-size: 12px;
  line-height: normal;
  box-sizing: border-box;
}
.scfp-form-content .scfp-form-row .rcwidget-noconfig a {
  color: #d32f2f;
  text-decoration: underline;
  border: 0;
  font-size: 12px;
  line-height: normal;
}
/*-----------------------------------------------------------------*/
/*--- WCP Contact Form Submit Button ---*/
/*-----------------------------------------------------------------*/
.scfp-form-content .scfp-form-action {
  padding-top: 13px;
  text-align: left !important;
  clear: both;
}
.scfp-form-content .scfp-form-action .scfp-form-submit {
  display: inline-block !important;
  background-image: none;
  background-color: #404040;
  border: 0 !important;
  outline: none !important;
  min-width: 30%;
  height: auto;
  min-height: 32px;
  margin: 0;
  color: #fff;
  font-size: inherit;
  line-height: 1;
  font-weight: bold;
  padding: 12px 20px 11px;
  text-transform: uppercase;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  text-shadow: none !important;
  -webkit-text-shadow: none !important;
  -moz-text-shadow: none !important;
  filter: none !important;
  -webkit-appearance: none;
}
.scfp-form-content .scfp-form-action .scfp-form-submit:hover {
  opacity: 0.8;
}
/*-----------------------------------------------------------------*/
/*--- WCP Contact Form Submit Button Position ---*/
/*-----------------------------------------------------------------*/
.scfp-form-content .scfp-form-action.scfp-form-button-position-right {
  text-align: right !important;
}
.scfp-form-content .scfp-form-action.scfp-form-button-position-center {
  text-align: center !important;
}
.scfp-form-content .scfp-form-action.scfp-form-button-position-left {
  text-align: left !important;
}
/*-----------------------------------------------------------------*/
/*--- WCP Contact Form HTML5 Validation Styles ---*/
/*-----------------------------------------------------------------*/
.scfp-form-content .scfp-form-row .scfp-form-field:invalid,
.scfp-form-content .scfp-form-row input[type="checkbox"]:invalid {
  box-shadow: none !important;
  outline: none !important;
}
.scfp-form-content .scfp-form-row .scfp-form-field:focus:required:valid {
  border-color: #388e3c;
}
.scfp-form-content .scfp-form-row .scfp-form-field:focus:required:invalid,
.scfp-form-content
  .scfp-form-row
  input[type="checkbox"]:focus:required:invalid {
  border-color: #d32f2f;
  box-shadow: none !important;
}
.scfp-form-content .scfp-form-row .scfp-form-field:focus {
  border-width: 1px;
  border-style: solid;
  border-color: #cfcfcf;
  box-shadow: none !important;
  outline: none !important;
}
/*-----------------------------------------------------------------*/
/*--- WCP Contact Form Simple Validation Styles ---*/
/*-----------------------------------------------------------------*/
.scfp-notifications {
  margin-bottom: 10px;
  overflow: hidden;
  padding: 12px 0;
  position: relative;
  width: 100%;
  font-size: 12px;
  line-height: 1.2em;
  box-sizing: border-box;
}
.scfp-notifications.scfp-form-error {
  background: #fceded;
  border: 1px solid #eed3d7;
  color: #d32f2f;
}
.scfp-notifications.scfp-form-notification {
  background: #dff0d8;
  border: 1px solid #d6e9c6;
  color: #388e3c;
}
.scfp-notifications .scfp-form-notifications-content {
  float: left;
  padding: 0 0 0 13px;
  width: 93%;
  max-width: 93%;
}
.scfp-notifications .scfp-form-notifications-close {
  float: right;
  font-size: 16px;
  line-height: 12px;
  font-weight: bold;
  opacity: 0.2;
  position: absolute;
  right: 12px;
  top: 11px;
  text-decoration: none !important;
  color: #000 !important;
  font-family: Arial, Helvetica, sans-serif !important;
  outline: none !important;
  border: 0 !important;
}
.scfp-notifications .scfp-form-notifications-close:hover {
  opacity: 0.5;
}
.scfp-form-notification .scfp-notification-item,
.scfp-form-error .scfp-error-item {
  padding-top: 5px;
}
.scfp-form-notification .scfp-notification-item:first-child,
.scfp-form-error .scfp-error-item:first-child {
  padding-top: 0;
}
.scfp-form-error .scfp-error-item span {
  font-weight: bold;
  padding-right: 2px;
}
/*-----------------------------------------------------------------*/
/*--- WCP Contact Form No Border ---*/
/*-----------------------------------------------------------------*/
.scfp-form-content.scfp-form-noborder .scfp-form-row input,
.scfp-form-content.scfp-form-noborder .scfp-form-row textarea,
.scfp-form-content.scfp-form-noborder .scfp-form-row select,
.scfp-form-content.scfp-form-noborder
  .scfp-form-row
  .scfp-captcha-image-wrapper {
  border-color: transparent !important;
}
/*-----------------------------------------------------------------*/
/*--- WCP Contact Form No Background ---*/
/*-----------------------------------------------------------------*/
.scfp-form-content.scfp-form-nobackground .scfp-form-row input,
.scfp-form-content.scfp-form-nobackground .scfp-form-row textarea,
.scfp-form-content.scfp-form-nobackground
  .scfp-form-row
  .scfp-form-row-dropdown-wrapper,
.scfp-form-content.scfp-form-nobackground
  .scfp-form-row
  .scfp-captcha-image-wrapper {
  background-color: transparent !important;
}
/*-----------------------------------------------------------------*/
/*--- Styles Correction for Different Page Builders ---*/
/*-----------------------------------------------------------------*/
.scfp-form-content .scfp-form-row p {
  margin: 0 !important;
  padding: 0 !important;
}
.scfp-form-content .scfp-form-row br {
  display: none !important;
}
/*-----------------------------------------------------------------*/
/*--- WCP Contact Form Widget ---*/
/*-----------------------------------------------------------------*/
.scfp-form-content.scfp-form-widget {
  padding-bottom: 0;
}
/*-----------------------------------------------------------------*/
.scfp-form-content.scfp-form-widget .scfp-form-row .scfp-form-field {
  padding: 7px;
}
/*-----------------------------------------------------------------*/
.scfp-form-content.scfp-form-widget .scfp-form-row .scfp-form-message-field {
  padding: 5px 7px;
  min-height: 100px;
}
/*-----------------------------------------------------------------*/
.scfp-form-content.scfp-form-widget
  .scfp-form-row.scfp-form-row-dropdown
  .scfp-form-row-dropdown-wrapper
  .scfp-dropdown-arrow {
  width: 24px;
}
.scfp-form-content.scfp-form-widget
  .scfp-form-row.scfp-form-row-dropdown
  .scfp-form-row-dropdown-wrapper
  .scfp-dropdown-arrow
  .scfp-dropdown-arrow-inner-icon
  .scfp-icon-dwopdown-arrow {
  font-size: 20px;
}
/*-----------------------------------------------------------------*/
.scfp-form-content.scfp-form-widget .scfp-captcha .scfp-captcha-image {
  width: 45%;
}
.scfp-form-content.scfp-form-widget .scfp-captcha .scfp-captcha-field {
  width: 55%;
}
.scfp-form-content.scfp-form-widget
  .scfp-captcha
  .scfp-captcha-image
  .scfp-captcha-image-wrapper {
  background-image: none;
  background-color: #fff !important;
}
.scfp-form-content.scfp-form-widget .scfp-captcha .scfp-captcha-field input {
  padding-right: 25px !important;
}
.scfp-form-content.scfp-form-widget .scfp-captcha .scfp-captcha-refresh {
  width: 25px;
  background-size: 50px 27px;
  background-position: 0 center;
}
.scfp-form-content.scfp-form-widget .scfp-captcha .scfp-captcha-refresh:hover {
  background-size: 50px 27px;
  background-position: -25px center;
}
/*-----------------------------------------------------------------*/
.scfp-form-content.scfp-form-widget .scfp-form-row-checkbox .scfp-form-label {
  max-width: 85%;
}
/*-----------------------------------------------------------------*/
.scfp-form-content.scfp-form-widget
  .scfp-form-row
  .scfp-recaptcha.scfp-size-normal
  .scfp-recaptcha-container
  > div
  > div:first-child {
  max-width: 124% !important;
}
.scfp-form-content.scfp-form-widget
  .scfp-form-row
  .scfp-recaptcha.scfp-size-normal
  .scfp-recaptcha-container {
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  max-width: 124%;
  margin-bottom: -17px;
}
/*-----------------------------------------------------------------*/
.widget_scfp_form_widget .scfp-notifications {
  padding: 8px 0 9px;
}
.widget_scfp_form_widget .scfp-notifications .scfp-form-notifications-content {
  padding: 0 0 0 10px;
  width: 78%;
  max-width: 78%;
}
.widget_scfp_form_widget .scfp-notifications .scfp-form-notifications-close {
  font-size: 14px;
  right: 10px;
  top: 8px;
}
/*-----------------------------------------------------------------*/
/*--- WCP Contact Form Specific Columns Styles for Fields ---*/
/*-----------------------------------------------------------------*/
.scfp-form-content .scfp-form-row.scfp-l2c-left,
.scfp-form-content .scfp-form-row.scfp-l2c-right {
  float: left;
  width: 50%;
  clear: none;
}
.scfp-form-content .scfp-form-row.scfp-l2c-left {
  padding-right: 0.75%;
}
.scfp-form-content .scfp-form-row.scfp-l2c-right {
  padding-left: 0.75%;
}
/*-----------------------------------------------------------------*/
.scfp-form-content.scfp-form-widget .scfp-form-row.scfp-l2c-left {
  padding-right: 1.2%;
}
.scfp-form-content.scfp-form-widget .scfp-form-row.scfp-l2c-right {
  padding-left: 1.2%;
}
/*-----------------------------------------------------------------*/
.scfp-form-content .scfp-form-row.scfp-l3c-left,
.scfp-form-content .scfp-form-row.scfp-l3c-middle,
.scfp-form-content .scfp-form-row.scfp-l3c-right {
  float: left;
  width: 32.45%;
  clear: none;
}
.scfp-form-content .scfp-form-row.scfp-l3c-left {
  margin: 0;
  clear: left;
}
.scfp-form-content .scfp-form-row.scfp-l3c-middle,
.scfp-form-content .scfp-form-row.scfp-l3c-right {
  margin-left: 1.3%;
}
/*-----------------------------------------------------------------*/
.scfp-form-content.scfp-form-widget .scfp-form-row.scfp-l3c-left,
.scfp-form-content.scfp-form-widget .scfp-form-row.scfp-l3c-middle,
.scfp-form-content.scfp-form-widget .scfp-form-row.scfp-l3c-right {
  width: 32%;
}
.scfp-form-content.scfp-form-widget .scfp-form-row.scfp-l3c-middle,
.scfp-form-content.scfp-form-widget .scfp-form-row.scfp-l3c-right {
  margin-left: 1.9%;
}
/*----------------------------------------------------------------------------------------------------------------------------------*/
/*--- WCP Contact Form Field Sizes: Text, Numeric, Email, Captcha Input, Textarea ---*/
/*----------------------------------------------------------------------------------------------------------------------------------*/
.scfp-form-content .scfp-form-row.scfp-field-extrasmall > .scfp-form-field,
.scfp-form-content
  .scfp-form-row.scfp-field-extrasmall
  .scfp-form-row-dropdown-wrapper,
.scfp-form-content .scfp-form-row.scfp-field-extrasmall .scfp-captcha-field {
  width: 25%;
}
.scfp-form-content .scfp-form-row.scfp-field-small > .scfp-form-field,
.scfp-form-content
  .scfp-form-row.scfp-field-small
  .scfp-form-row-dropdown-wrapper,
.scfp-form-content .scfp-form-row.scfp-field-small .scfp-captcha-field {
  width: 33%;
}
.scfp-form-content .scfp-form-row.scfp-field-middle > .scfp-form-field,
.scfp-form-content
  .scfp-form-row.scfp-field-middle
  .scfp-form-row-dropdown-wrapper,
.scfp-form-content .scfp-form-row.scfp-field-middle .scfp-captcha-field {
  width: 50%;
}
.scfp-form-content .scfp-form-row.scfp-field-large > .scfp-form-field,
.scfp-form-content
  .scfp-form-row.scfp-field-large
  .scfp-form-row-dropdown-wrapper,
.scfp-form-content .scfp-form-row.scfp-field-large .scfp-captcha-field {
  width: 100%;
}
/*----------------------------------------------------------------------------------------------------------------------------------*/
/*--- WCP Contact Form Message Field Height ---*/
/*----------------------------------------------------------------------------------------------------------------------------------*/
.scfp-form-content
  .scfp-form-row.scfp-mfield-extrasmall
  .scfp-form-message-field {
  min-height: 50px;
}
.scfp-form-content .scfp-form-row.scfp-mfield-small .scfp-form-message-field {
  min-height: 100px;
}
.scfp-form-content .scfp-form-row.scfp-mfield-middle .scfp-form-message-field {
  min-height: 150px;
}
.scfp-form-content .scfp-form-row.scfp-mfield-large .scfp-form-message-field {
  min-height: 250px;
}
/*----------------------------------------------------------------------------------------------------------------------------------*/
/*--- WCP Contact Form Multiselect Field Height ---*/
/*----------------------------------------------------------------------------------------------------------------------------------*/
.scfp-form-content
  .scfp-form-row.scfp-msfield-extrasmall
  .scfp-form-row-dropdown-wrapper
  select[multiple="multiple"] {
  min-height: 50px;
}
.scfp-form-content
  .scfp-form-row.scfp-msfield-small
  .scfp-form-row-dropdown-wrapper
  select[multiple="multiple"] {
  min-height: 100px;
}
.scfp-form-content
  .scfp-form-row.scfp-msfield-middle
  .scfp-form-row-dropdown-wrapper
  select[multiple="multiple"] {
  min-height: 150px;
}
.scfp-form-content
  .scfp-form-row.scfp-msfield-large
  .scfp-form-row-dropdown-wrapper
  select[multiple="multiple"] {
  min-height: 250px;
}
/*----------------------------------------------------------------------------------------------------------------------------------*/
/*--- WCP Contact Form Field Labels Alignment ---*/
/*----------------------------------------------------------------------------------------------------------------------------------*/
.scfp-form-content .scfp-form-row.scfp-label-left .scfp-form-label {
  text-align: left;
}
.scfp-form-content .scfp-form-row.scfp-label-center .scfp-form-label {
  text-align: center;
}
.scfp-form-content .scfp-form-row.scfp-label-right .scfp-form-label {
  text-align: right;
}
/*----------------------------------------------------------------------------------------------------------------------------------*/
/*--- WCP Contact Form Text Fields Alignment ---*/
/*----------------------------------------------------------------------------------------------------------------------------------*/
.scfp-form-content .scfp-form-row.scfp-field-text-left .scfp-form-field,
.scfp-form-content
  .scfp-form-row.scfp-field-text-left
  .scfp-form-message-field {
  text-align: left;
}
.scfp-form-content .scfp-form-row.scfp-field-text-center .scfp-form-field,
.scfp-form-content
  .scfp-form-row.scfp-field-text-center
  .scfp-form-message-field {
  text-align: center;
}
.scfp-form-content .scfp-form-row.scfp-field-text-right .scfp-form-field,
.scfp-form-content
  .scfp-form-row.scfp-field-text-right
  .scfp-form-message-field {
  text-align: right;
}
/*----------------------------------------------------------------------------------------------------------------------------------*/
/*--- WCP Contact Form RTL ---*/
/*----------------------------------------------------------------------------------------------------------------------------------*/
.scfp-form-content.scfp-rtl .scfp-form-row,
.scfp-notifications.scfp-rtl {
  direction: rtl;
}
.scfp-form-content.scfp-rtl .scfp-form-row .scfp-form-label,
.scfp-form-content.scfp-rtl .scfp-form-row .scfp-form-field,
.scfp-form-content.scfp-rtl .scfp-form-row .scfp-form-message-field,
.scfp-form-content.scfp-rtl .scfp-form-row.scfp-form-row-checkbox,
.scfp-form-content.scfp-rtl .scfp-form-row.scfp-form-row-radio,
.scfp-form-content.scfp-rtl
  .scfp-form-row-checkbox
  .scfp-form-row-checkbox-row
  label.scfp-form-label,
.scfp-form-content.scfp-rtl
  .scfp-form-row-radio
  .scfp-form-row-radio-row
  label.scfp-form-label,
.scfp-form-content.scfp-rtl .scfp-form-row .scfp-form-row-description,
.scfp-form-content.scfp-rtl .scfp-form-row .rcwidget-noconfig,
.scfp-notifications.scfp-rtl {
  text-align: right;
}
/*----------------------------------------------------------------------------------------------------------------------------------*/
.scfp-form-content.scfp-rtl .scfp-form-row .scfp-captcha .scfp-captcha-image {
  float: right;
}
.scfp-form-content.scfp-rtl .scfp-form-row .scfp-captcha .scfp-captcha-field {
  padding: 0 10px 0 0;
}
.scfp-form-content.scfp-rtl .scfp-form-row .scfp-captcha .scfp-captcha-refresh {
  left: 1px;
  right: auto;
}
.scfp-form-content.scfp-rtl
  .scfp-form-row.scfp-form-row-dropdown
  .scfp-form-row-dropdown-wrapper
  .scfp-dropdown-arrow {
  left: 1px;
  right: auto;
}
.scfp-form-content.scfp-rtl
  .scfp-form-row.scfp-form-row-dropdown
  .scfp-form-row-dropdown-wrapper
  select.scfp-dropdown-field {
  padding: 7px 8px 7px 30px;
}
.scfp-form-content.scfp-rtl
  .scfp-form-row
  .scfp-captcha
  .scfp-captcha-field
  input {
  padding-left: 30px !important;
  padding-right: 8px !important;
}
.scfp-form-content.scfp-rtl.scfp-form-widget
  .scfp-form-row
  .scfp-recaptcha.scfp-size-normal
  .scfp-recaptcha-container {
  float: left;
  width: 125%;
}
/*----------------------------------------------------------------------------------------------------------------------------------*/
.scfp-notifications.scfp-rtl .scfp-form-notifications-content {
  float: right;
  padding: 0 13px 0 0;
}
.scfp-notifications.scfp-rtl .scfp-form-notifications-close {
  float: left;
  left: 12px;
  right: inherit;
}
/*----------------------------------------------------------------------------------------------------------------------------------*/
/*--- WCP Contact Form Specific Columns Styles for Checboxes and Radio Buttons ---*/
/*----------------------------------------------------------------------------------------------------------------------------------*/
.scfp-form-content
  .scfp-form-row.scfp-options-group-l2c
  > label.scfp-form-label,
.scfp-form-content
  .scfp-form-row.scfp-options-group-l3c
  > label.scfp-form-label,
.scfp-form-content
  .scfp-form-row.scfp-options-group-l4c
  > label.scfp-form-label,
.scfp-form-content
  .scfp-form-row.scfp-options-group-l5c
  > label.scfp-form-label {
  width: 100%;
  clear: both;
}
/*-----------------------------------------------------------------*/
.scfp-form-content
  .scfp-form-row.scfp-options-group-l2c
  .scfp-form-row-checkbox-row,
.scfp-form-content
  .scfp-form-row.scfp-options-group-l2c
  .scfp-form-row-radio-row,
.scfp-form-content
  .scfp-form-row.scfp-options-group-l3c
  .scfp-form-row-checkbox-row,
.scfp-form-content
  .scfp-form-row.scfp-options-group-l3c
  .scfp-form-row-radio-row,
.scfp-form-content
  .scfp-form-row.scfp-options-group-l4c
  .scfp-form-row-checkbox-row,
.scfp-form-content
  .scfp-form-row.scfp-options-group-l4c
  .scfp-form-row-radio-row,
.scfp-form-content
  .scfp-form-row.scfp-options-group-l5c
  .scfp-form-row-checkbox-row,
.scfp-form-content
  .scfp-form-row.scfp-options-group-l5c
  .scfp-form-row-radio-row {
  float: left;
  clear: none;
  padding-right: 3px;
}
/*-----------------------------------------------------------------*/
.scfp-form-content .scfp-form-row.scfp-options-group-l2c div:nth-of-type(3n),
.scfp-form-content .scfp-form-row.scfp-options-group-l3c div:nth-of-type(4n),
.scfp-form-content .scfp-form-row.scfp-options-group-l4c div:nth-of-type(5n),
.scfp-form-content .scfp-form-row.scfp-options-group-l5c div:nth-of-type(6n) {
  clear: left;
}
/*-----------------------------------------------------------------*/
.scfp-form-content
  div[class*="scfp-options-group-"]
  .scfp-form-row-checkbox-row
  > label.scfp-form-label,
.scfp-form-content
  div[class*="scfp-options-group-"]
  .scfp-form-row-radio-row
  > label.scfp-form-label,
.scfp-form-content.scfp-form-widget
  div[class*="scfp-options-group-"]
  .scfp-form-row-checkbox-row
  > label.scfp-form-label,
.scfp-form-content.scfp-form-widget
  div[class*="scfp-options-group-"]
  .scfp-form-row-radio-row
  > label.scfp-form-label {
  max-width: 85%;
}
/*-----------------------------------------------------------------*/
.scfp-form-content
  .scfp-form-row.scfp-options-group-l2c
  .scfp-form-row-checkbox-row,
.scfp-form-content
  .scfp-form-row.scfp-options-group-l2c
  .scfp-form-row-radio-row {
  width: 50%;
}
/*-----------------------------------------------------------------*/
.scfp-form-content
  .scfp-form-row.scfp-options-group-l3c
  .scfp-form-row-checkbox-row,
.scfp-form-content
  .scfp-form-row.scfp-options-group-l3c
  .scfp-form-row-radio-row {
  width: 33%;
}
/*-----------------------------------------------------------------*/
.scfp-form-content
  .scfp-form-row.scfp-options-group-l4c
  .scfp-form-row-checkbox-row,
.scfp-form-content
  .scfp-form-row.scfp-options-group-l4c
  .scfp-form-row-radio-row {
  width: 25%;
}
/*-----------------------------------------------------------------*/
.scfp-form-content
  .scfp-form-row.scfp-options-group-l5c
  .scfp-form-row-checkbox-row,
.scfp-form-content
  .scfp-form-row.scfp-options-group-l5c
  .scfp-form-row-radio-row {
  width: 20%;
}
/*-----------------------------------------------------------------*/
.scfp-form-content
  .scfp-form-row.scfp-options-group-inline
  > label.scfp-form-label {
  width: 100%;
  clear: both;
}
.scfp-form-content
  .scfp-form-row.scfp-options-group-inline
  .scfp-form-row-checkbox-row,
.scfp-form-content
  .scfp-form-row.scfp-options-group-inline
  .scfp-form-row-radio-row {
  float: left;
  padding-right: 15px;
}
/*-----------------------------------------------------------------*/

/*-----------------------------------------------------------------*/
/*--- Media Queries Styles ---*/
/*-----------------------------------------------------------------*/

/*-----------------------------------------------------------------*/
/*---------- Styles for tablet 0 - 640px --------*/
/*-----------------------------------------------------------------*/
@media only screen and (min-width: 0) and (max-width: 640px) {
  /*----------------------------------------------------------------------------------------------------------------------------------*/
  /*--- WCP Contact Form Specific Columns Styles for Checboxes and Radio Buttons - 4 columns to 2 columns ---*/
  /*----------------------------------------------------------------------------------------------------------------------------------*/
  .scfp-form-content
    .scfp-form-row.scfp-options-group-l4c
    .scfp-form-row-checkbox-row,
  .scfp-form-content
    .scfp-form-row.scfp-options-group-l4c
    .scfp-form-row-radio-row {
    width: 50%;
  }
  .scfp-form-content
    .scfp-form-row.scfp-options-group-l4c
    div:nth-of-type(even) {
    clear: none;
  }
  .scfp-form-content
    .scfp-form-row.scfp-options-group-l4c
    div:nth-of-type(odd) {
    clear: left;
  }
  /*----------------------------------------------------------------------------------------------------------------------------------*/
  /*--- WCP Contact Form Specific Columns Styles for Checboxes and Radio Buttons - 5 columns to 2 columns ---*/
  /*----------------------------------------------------------------------------------------------------------------------------------*/
  .scfp-form-content
    .scfp-form-row.scfp-options-group-l5c
    .scfp-form-row-checkbox-row,
  .scfp-form-content
    .scfp-form-row.scfp-options-group-l5c
    .scfp-form-row-radio-row {
    width: 50%;
  }
  .scfp-form-content
    .scfp-form-row.scfp-options-group-l3c
    div:nth-of-type(even) {
    clear: none;
  }
  .scfp-form-content
    .scfp-form-row.scfp-options-group-l3c
    div:nth-of-type(odd) {
    clear: left;
  }
}

/*-----------------------------------------------------------------*/
/*---------- Styles for tablet 0 - 570px --------*/
/*-----------------------------------------------------------------*/
@media only screen and (min-width: 0) and (max-width: 570px) {
  /*----------------------------------------------------------------------------------------------------------------------------------*/
  /*--- WCP Contact Form Specific Columns Styles for Fieldss - 2 and 3 columns to 1 column ---*/
  /*----------------------------------------------------------------------------------------------------------------------------------*/
  .scfp-form-content .scfp-form-row.scfp-l2c-left,
  .scfp-form-content.scfp-form-widget .scfp-form-row.scfp-l2c-left,
  .scfp-form-content .scfp-form-row.scfp-l2c-right,
  .scfp-form-content.scfp-form-widget .scfp-form-row.scfp-l2c-right,
  .scfp-form-content .scfp-form-row.scfp-l3c-left,
  .scfp-form-content.scfp-form-widget .scfp-form-row.scfp-l3c-left,
  .scfp-form-content .scfp-form-row.scfp-l3c-left,
  .scfp-form-content.scfp-form-widget .scfp-form-row.scfp-l3c-left,
  .scfp-form-content .scfp-form-row.scfp-l3c-middle,
  .scfp-form-content.scfp-form-widget .scfp-form-row.scfp-l3c-middle,
  .scfp-form-content .scfp-form-row.scfp-l3c-right,
  .scfp-form-content.scfp-form-widget .scfp-form-row.scfp-l3c-right {
    float: none;
    width: 100%;
    margin: 0;
    padding: 5px 0;
  }
  /*----------------------------------------------------------------------------------------------------------------------------------*/
  /*--- WCP Contact Form Specific Columns Styles for Checboxes and Radio Buttons - 3 columns to 2 columns ---*/
  /*----------------------------------------------------------------------------------------------------------------------------------*/
  .scfp-form-content
    .scfp-form-row.scfp-options-group-l3c
    .scfp-form-row-checkbox-row,
  .scfp-form-content
    .scfp-form-row.scfp-options-group-l3c
    .scfp-form-row-radio-row {
    width: 50%;
  }
  .scfp-form-content
    .scfp-form-row.scfp-options-group-l3c
    div:nth-of-type(even) {
    clear: none;
  }
  .scfp-form-content
    .scfp-form-row.scfp-options-group-l3c
    div:nth-of-type(odd) {
    clear: left;
  }
}

/*-----------------------------------------------------------------*/
/*---------- Styles for tablet 0 - 375px --------*/
/*-----------------------------------------------------------------*/
@media only screen and (min-width: 0) and (max-width: 375px) {
  .scfp-form-content
    .scfp-form-row
    .scfp-recaptcha.scfp-size-normal
    .scfp-recaptcha-container {
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    margin-bottom: -17px;
  }
  .scfp-form-content.scfp-form-widget
    .scfp-form-row
    .scfp-recaptcha.scfp-size-normal
    .scfp-recaptcha-container {
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
  }
  /*----------------------------------------------------------------------------------------------------------------------------------*/
  /*--- WCP Contact Form RTL ---*/
  /*----------------------------------------------------------------------------------------------------------------------------------*/
  .scfp-form-content.scfp-rtl
    .scfp-form-row
    .scfp-recaptcha.scfp-size-normal
    .scfp-recaptcha-container {
    float: left;
    width: 125%;
  }
  /*----------------------------------------------------------------------------------------------------------------------------------*/
  /*--- WCP Contact Form Specific Columns Styles for Checboxes and Radio Buttons - 5/4/3/2 columns to 1 column ---*/
  /*----------------------------------------------------------------------------------------------------------------------------------*/
  .scfp-form-content
    .scfp-form-row.scfp-options-group-l2c
    .scfp-form-row-checkbox-row,
  .scfp-form-content
    .scfp-form-row.scfp-options-group-l2c
    .scfp-form-row-radio-row,
  .scfp-form-content
    .scfp-form-row.scfp-options-group-l3c
    .scfp-form-row-checkbox-row,
  .scfp-form-content
    .scfp-form-row.scfp-options-group-l3c
    .scfp-form-row-radio-row,
  .scfp-form-content
    .scfp-form-row.scfp-options-group-l4c
    .scfp-form-row-checkbox-row,
  .scfp-form-content
    .scfp-form-row.scfp-options-group-l4c
    .scfp-form-row-radio-row,
  .scfp-form-content
    .scfp-form-row.scfp-options-group-l5c
    .scfp-form-row-checkbox-row,
  .scfp-form-content
    .scfp-form-row.scfp-options-group-l5c
    .scfp-form-row-radio-row {
    width: 100%;
    float: none;
  }
}
