/* - - - - - - - - - - - - - - - - - - - - -

 Title : Custom CSS 
 Author : EmailMeForm
 URL : http://emailmeform.com

 Last Updated : June 22, 2011

 - - - - - - - - - - - - - - - - - - - - - -

INSTRUCTIONS

You can modify all or portions of these CSS rules.

- - - - - - - - - - - - - - - - - - - - - */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap');

/* -- Logo -- */

#emf-container #emf-logo a /* logo image */
{
  background-repeat:no-repeat;
  text-indent:-99999px;
  background-image: url("http://emf2/builder/images/themes/logos/airplane.png");
  background-repeat: no-repeat;
  height: 40px;
}


/* -- Backgrounds -- */

body /* wallpaper */
{
  background-image: none; 
}

#emf-container #emf-logo /* header */
{
  background-image: none;
  background-color: tansparent;
}

#emf-container /* form */
{
  background-color: #ffffff;
  border: 1px solid #DDDDDD;
  padding: 20px;
}

#emf-container div.emf-div-field input, /* field */
#emf-container div.emf-div-field textarea,
#emf-container div.emf-div-field select
{
  background-color: #FFFFFF;
}

#emf-container #emf-form ul li.highlight-field /* highlight */
{
}

#emf-container ul li.emf-li-half-width {
    display: inline-block;
    width: 48%;              /* make each a bit narrower */
    margin-right: 2%;        /* gap between the columns */
    vertical-align: top;
}

#emf-container ul li.emf-li-half-width:nth-child(2n) {
    margin-right: 0;         /* remove margin on the second column */
}

#emf-container li .emf-div-instruction, #emf-container li .emf-div-field label /* instructions */
{
  background-color: none;
}


/* -- Typography -- */

#emf-container #emf-form-title /* title */
{
  font-family: 'Poppins', sans-serif;
  font-style: oblique;
  font-size: 23px;
  color: #3D484B;
}

#emf-container #emf-form-description /* description */
{
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-size: 15px;
  color: #515151;
}

#emf-container label.emf-label-desc /* field title */
{
font-family: 'Poppins', sans-serif;
font-size: 14px;
font-weight: 400 !important;
color: #000000;
}

#emf-container div.emf-div-field input, /* field text */
#emf-container div.emf-div-field textarea,
#emf-container div.emf-div-field select
{
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  color: #515151;
  padding: 10px;
  border-radius: 5px;
  border: none;
  background-color: #F0F0F0;
}

#emf-container li .emf-div-instruction, #emf-container li .emf-div-field label /* instructions */
{
  font-family: 'Poppins', sans-serif;
  font-style: italic;
  font-size: 10px;
  color: #000000;
}


/* -- Borders -- */

#emf-container /* form */
{ 
  padding: 20px;
}

#emf-container-outer {
  padding: 20px;
}

#emf-form {
  position: relative;
}
/* - - - - - - - - - - - - - - - - - - - - -


#emf-container #emf-logo /* header */
{
  -moz-border-radius:2px 2px 0 0;
  -webkit-border-radius:2px 2px 0 0;
}

/* -- Shadows -- */



/* -- Separator Lines -- */

#emf-container .emf-head-widget, #emf-container li .emf-section-separator{
  border-bottom-style: dashed;
  border-color: #3D484B;
}

/* -- Section Title -- */

#emf-container li.emf-field-section_break div.emf-div-field-section h3{
	font-size:16px;
}

/* -- Section Text -- */

#emf-container li.emf-field-section_break .emf-section-text{
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-size: 12px;
  color: #515151;
}

#emf-container li .emf-div-instruction, #emf-container li .emf-div-field label.emf-bottom-label {
    font-family: 'Poppins', sans-serif;
    color: #737373;
    background-image: none;
    font-size: 11px;
    font-style: normal;
    font-weight: normal;
}

/* -- Buttons -- */

#emf-container .emf-action-next /* next button */
{
}

#emf-container .emf-action-previous /* previous button */
{
}

#emf-container #submit_form /* submit button */
{
}

#emf-li-post-button  input[type="submit"]{
  font-family: 'Poppins', sans-serif;
  background-color: #f27007;
  border: 0px;
  color: #fff;
  border-radius: 50px;
  padding: 10px 30px;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  text-decoration: none;
  display: inline-block;
}


#emf-li-post-button input[type="submit"]{   cursor: pointer;}
#emf-li-post-button input[type="submit"]:hover{
    background: #D93E10 !important;
    color: #ffffff;
}

/* -- CAPTCHA -- */

#emf-container li#emf-li-captcha #emf-captcha-top-settings
{
  background-color:#ffa300;
  color:#FFFFFF;
}

#emf-container li#emf-li-captcha #emf-captcha-bottom-settings
{
  background-color:#E4F8E4;
}

#emf-container li#emf-li-captcha #emf-captcha-input-settings,
#emf-container li#emf-li-captcha #emf-captcha-input-settings a
{
  color:#000000;
}

/* -- Error message -- */

#emf-container-wrap .formError .formErrorContent, #emf-container-wrap .formError .formErrorArrow div {
  box-shadow: none;
  font-size: 14px;
  font-family: 'Poppins';
  color: #ffffff;
  border: 0px;
  background-image: none;
  background-color: #F27007;
}

.formError .formErrorArrow {
  display: none;
}

#emf-container ul li label.emf-label-desc span {
  color: #ffa300;
}