/*subscribe form*/
.newsletter_form1_social-icons , .newsletter_form1_section-heading , .newsletter_form1_section-sub_heading , .newsletter_form1_section-icon , .newsletter_form1_icon , .newsletter_form1_section-description{
	display:none;
}
.newsletter-api-form-theme1 .newsletter_form1{
    background-color: transparent !important;
}
.subscriber-form input[type=email]{
	display: block;
    margin: 10px auto;
    color: #9aacc1;
    font-family: 'Ubuntu', sans-serif;
    font-size: 16px;
    border-radius: 25px;
    border: none;
	padding: 10px 15px;
    width: 80%;
    outline: none;
    text-align: center;
}
.subscriber_submit{
    text-transform: capitalize;
    background: #0daffa;
    border: none;
    font-family: 'Ubuntu', sans-serif;
    color: #fff;
    border-radius: 25px;
    padding: 0px 31px;
    outline: none;
    cursor: pointer;
    line-height: 44px;
    font-size: 14px;
    margin: 0 auto;
    display: block;
	    opacity: 0;
}
/*subscribe form*/