/* -------------------[ Freemium Forms]------------------- */


.et_field_list-freemium{
	border:none;
	float:left;
	}
	
 .et_text-freemium{
	 width:300px !important;
	 display:block;
	 float:left;
	 height:25px;
 }


.submit-freemium{
	 width:200px !important;
	 display:block;
	 float:left;
	 height:29px;
	 margin-left:15px;
	 font-size:16px;
 }

/* -------------------[ Long From Style ]------------------- */

.long-form{
	width:400px;
}

.long-form ul li{
	background:none;
}

.submit-long-form{
	 width:auto;
	 display:block;
	 float:left;
	 height:29px;
	 font-family:Arial, Helvetica, sans-serif;
	 font-weight:bold;
	 color:#ffffff;
	 margin-left:15px;
	 font-size:16px;
}

.et_field_list-long-form{
	width:auto;
}



/* -------------------[ Email Only Form ]------------------- */



.et_text-email-only-form {
    float: left;
    margin: 1px 15px 0 0;
    width: 200px;
	height:20px;
}

.submit-email-only-form {
    color: #FFFFFF;
    display: block ;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    font-weight: bold;
    height: 24px;
    width: auto;
}

.et_field_list-email-only-form{
    float:left;

}


/* -------------------[ Quick Subscribe Form ]------------------- */
.et_text-quick-subscribe-form{
	float: left;
    margin: 1px 15px 0 0;
    width: 200px;
	height:20px;
}

.submit-quick-subscribe-form{
    color: #FFFFFF;
    display: block;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    font-weight: bold;
    height: 24px;
    width: auto;
}

.et_field_list-quick-subscribe-form{
    float:left;

}

.et-quick-subscribe.active .g-recaptcha,
.et_form_wrapper.active {
    border: 4px solid #ccc;
    background-color: transparent;
    position: relative;
    z-index:100;
    padding: 25px;
    
}
.et-quick-subscribe.active .g-recaptcha::before,
.et-quick-subscribe.active .g-recaptcha::after,
.et_form_wrapper.active::before,
.et_form_wrapper.active::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    border-color: transparent;
    border-style: solid;
}

.et-quick-subscribe.active .g-recaptcha::before,
.et_form_wrapper.active::before {
    border-width: 1.5em;
    border-left-color: #ccc;
    border-top-color: #ccc;
}

.et-quick-subscribe.active .g-recaptcha::after,
.et_form_wrapper.active::after {
    border-radius: 0.4em;
    border-width: 1.35em;
    border-left-color: #596359;
    border-top-color: #596359;
}

.et_form_wrapper.active .g-recaptcha {
  display: block;
  position:relative;
  clear:both;
  z-index: 100;
}
.et_form_wrapper .g-recaptcha {
  display:none;
  margin-top: 15px;
}

.et-quick-subscribe .g-recaptcha {
  display:none;
}

.et-quick-subscribe.active .g-recaptcha {
 display:block;
 position:absolute;
 z-index: 100;
 background:#3d3d40;
}
