/* - - - - - - - - - - - - - - - - - - - - -

 Title : Contact Form CSS 
 Author : DesignDesign, Inc.
 URL : http://designdesignonline.com

 Last Updated : May 21, 2018

- - - - - - - - - - - - - - - - - - - - - */

/* -- Logo -- */

#emf-container #emf-logo a /* logo image */
{
  display:none;
}


/* -- Backgrounds -- */

body /* wallpaper */
{
  background-image: none; 
  background-color: #ffffff;
}

body#emf-container-wrap.form /* wallpaper */
{
  background-image: none; 
  background-color: #ffffff;
}

#emf-container #emf-logo /* header */
{
  background-image: none;
  background-color: #ffffff;
  display: none;
}

#emf-container /* form */
{
  background-color: #ffffff;
  margin-top:0;
  min-height: 620px;
  width:auto;
  padding:0;
  border: none; 
}

#emf-container #emf-form {
	padding-top:0;
}

#emf-container div.emf-div-field input, /* field */
#emf-container div.emf-div-field select
{
	width: 100%;
	margin: 3px 0 6px;
	padding: 3px 6px;
	outline: none;
	background-color: #F1F2F2;
	border: 1px solid #333333;
	font-family: "Lato", sans-serif;
    color: #414042;
	font-size: 14px;
	font-style: normal;
	line-height: 1.5em;
	letter-spacing: 0.04em;
	list-style-type: none;
	transition: border-color 0.15s;
}


/* Stylizing Question and Comments textbox */ 	

#emf-container div.emf-div-field textarea {
	outline: none;
	background-color: #F1F2F2;
	border: 1px solid #333333;
	font-family: "Lato", sans-serif;
    color: #414042;
	font-size: 14px;
	font-style: normal;
	line-height: 1.5em;
	list-style-type: none;
	padding: 3px 6px;
	height: 120px;
	resize: none;
	margin-bottom:10px;
	transition: border-color 0.15s;
}

#emf-container div.emf-div-field input:hover , #emf-container div.emf-div-field textarea:hover {
	border: 1px solid #EE3124; /* Red */
}

#emf-container #emf-form ul li.highlight-field /* highlight */
{
  background-color: #ffffff;
}

#emf-container li .emf-div-instruction, #emf-container li .emf-div-field label /* instructions */
{
  background-color: none;
}

#emf-container ul li label.emf-label-desc span {
    color: #EE3124;
}


/* -- Typography -- */

#emf-container li label.emf-label-desc, #emf-container div.emf-div-field label, #emf-container li .emf-div-instruction, #emf-container li .emf-div-field label.emf-bottom-label, #emf-container div.emf-div-field input, #emf-container div.emf-div-field textarea, #emf-container div.emf-div-field select, #outer-after-post h2, #outer-after-splash h2{
	font-family: "Lato", sans-serif;
}

#emf-container #emf-form-title /* title */
{
	font-family: "Lato", sans-serif;
    color: #414042;
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: 0.04em;
    margin: 10px 0 3px 0;
}

#emf-container #emf-form-description /* description */
{
  font-family: "Lato", sans-serif;
    color: #414042;
  font-size: 14px;
  line-height: 20px;
  font-style: normal;
}

#emf-container label.emf-label-desc /* field title */
{	
  display: inline-block;
  max-width: 100%;
  font-weight: normal;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  color: #414042;
  font-size: 14px;
  letter-spacing: 0.04em;
}

#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: "Lato", sans-serif;
    color: #414042;
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: 0.04em;
  font-style: normal;
}

#emf-container div.emf-div-field input, /* field text */
#emf-container div.emf-div-field textarea,
#emf-container div.emf-div-field select {
  width: 100%;
  border: 1px solid #333333;
  padding: 3px 6px;
  transition: border-color 0.15s;
  line-height: 1.5; }
  #emf-container div.emf-div-field input:focus
  #emf-container div.emf-div-field textarea:focus
  #emf-container div.emf-div-field select:focus{
    border-color: #EE3124;
    outline: 0;
    transition: border-color 0.15s; }
  #emf-container div.emf-div-field input[type="search"], 
  #emf-container div.emf-div-field textarea[type="search"], 
  #emf-container div.emf-div-field select[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 100%; }
  #emf-container div.emf-div-field input[type="radio"], input[type="checkbox"],
  #emf-container div.emf-div-field textarea[type="radio"], 
  #emf-container div.emf-div-field select[type="radio"],
  #emf-container div.emf-div-field input[type="checkbox"]
  #emf-container div.emf-div-field textarea[type="checkbox"]
  #emf-container div.emf-div-field select[type="checkbox"]{
    margin: 0.25em .25em 0;
    margin-top: 1px \9;
    line-height: normal;
    display: inline-block;
    width: auto; }
  #emf-container div.emf-div-field input[type="file"],
  #emf-container div.emf-div-field textarea[type="file"],
  #emf-container div.emf-div-field select[type="file"]{
    display: block; }
  #emf-container div.emf-div-field input[type="range"],
  #emf-container div.emf-div-field textarea[type="range"],
  #emf-container div.emf-div-field select[type="range"]{
    display: block;
    width: 100%; }
  #emf-container div.emf-div-field input[type="search"],
  #emf-container div.emf-div-field textarea[type="search"],
  #emf-container div.emf-div-field select[type="search"]{
    -webkit-appearance: none; }


#emf-container div.emf-div-field select {
  display: block;
  width: 100%;
  border: 1px solid #333;
  padding: 3px 6px;
  transition: border-color 0.15s;
  line-height: 1.5; }
  #emf-container div.emf-div-field select:focus {
    border-color: #EE3124;
    outline: 0;
    transition: border-color 0.15s; }

#emf-container div.emf-div-field textarea {
  width: 100%;
  border: 1px solid #333;
  padding: 3px 6px;
  transition: border-color 0.15s;
  display: block;
  resize: vertical;
  line-height: 1.5; }
  #emf-container div.emf-div-field textarea:focus {
    border-color: #EE3124;
    outline: 0;
    transition: border-color 0.15s; }

#emf-container li .emf-div-instruction, #emf-container li .emf-div-field label /* instructions */
{
  font-family: "Lato", sans-serif;
    color: #414042;
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: 0.04em;
}

#emf-container ul li .emf-div-instruction {
    padding: 2px 0 6px 0;
}

#emf-container li .emf-div-field label.emf-bottom-label {
	font-style:normal;
	font-weight: 400;
    font-family: "Lato", sans-serif;
    color: #414042;
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: 0.04em;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
	padding-bottom:6px;
}

#emf-container .emf-div-field .emf-sep {
    line-height: 50px;
}


/* -- Shadows -- */

#emf-container-outer #emf-form-shadows /* bottom shadow image */
{
  display:none;
}

/* -- Separator Lines -- */

#emf-container .emf-head-widget, #emf-container li .emf-section-separator{
	bordern:none;
  /*-- border-bottom-style: dashed;
  border-color: #3D484B;--*/
}

/* -- Section Title -- */

#emf-container li.emf-field-section_break div.emf-div-field-section h3{
	font-size: 14px;
}

/* -- Section Text -- */

#emf-container li.emf-field-section_break .emf-section-text{
  font-family: "Lato", sans-serif;
  color: #414042;
  font-style: normal;
  font-size: 14px;
}

/* -- Buttons -- */

#emf-container .emf-action-next /* next button */
{
}

#emf-container .emf-action-previous /* previous button */
{
}

#emf-container #submit_form /* submit button */
{
	border: 1px solid transparent;
	background-color: #EE3124;
    color: #fff;
	white-space: nowrap;
    padding: 8px 20px;
	text-decoration: none;
	cursor: pointer;
	display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
	font-family: "Lato", sans-serif;
	font-size: 14px;
    line-height: 1.5;
	text-transform: uppercase;
	-webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
	transition:all 0.15s ease-out 0s;
	-moz-transition:all 0.15s ease-out 0s; /* Firefox 4 */
	-webkit-transition:all 0.15s ease-out 0s; /* Safari and Chrome */
	-o-transition:all 0.15s ease-out 0s; /* Opera */
}

#emf-form input[type="submit"]{
	border: 1px solid transparent;
	background-color: #EE3124;
	color: #fff;
	white-space: nowrap;
    padding: 8px 20px;
	text-decoration: none;
	cursor: pointer;
	display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
	font-family: "Lato", sans-serif;
	font-size: 14px;
    line-height: 1.5;
	text-transform: uppercase;
	-webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
	transition:all 0.15s ease-out 0s;
	-moz-transition:all 0.15s ease-out 0s; /* Firefox 4 */
	-webkit-transition:all 0.15s ease-out 0s; /* Safari and Chrome */
	-o-transition:all 0.15s ease-out 0s; /* Opera */
}
#emf-form input[type="submit"]:hover{
	background-color: #333333;
	color: #fff;
	transition:all 0.15s ease-out 0s;
	-moz-transition:all 0.15s ease-out 0s; /* Firefox 4 */
	-webkit-transition:all 0.15s ease-out 0s; /* Safari and Chrome */
	-o-transition:all 0.15s ease-out 0s; /* Opera */
}


/* -- CAPTCHA -- */

#emf-container li#emf-li-captcha #emf-captcha-top-settings
{
  background-color:#AAD6AA;
  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 .emf-error-message
{
  margin: 10px;
  padding: 10px;
  border: 2px dashed #EE3124;
}