 /*
Theme Name: Black Belly Dancers
Theme URI: http://localhost/black-belly-dancers/
Author: Green Cubes
Author URI: http://localhost/black-belly-dancers/
Description: My Site
Version: 1.0
Tags: bootstrap
*/

/* Coming soon page css */
.emailpart-block .sr-input{
	color:#333;
}
.email_right ul li a img {
    width: 28px;
}
/* validation msg  */
label#com_email-error {
    position: absolute;
    bottom: 38px;
    color: red;
}


.mail_msg,.error_msg {
    position: absolute;
    bottom: 32px;
}
.emailpart-block {
    position: relative;
}
.mail_msg h1.server_busy {
    color: green;
    font-size: 18px;
}
.error_msg h1.msg_error{
    color: red;
    font-size: 18px;
}
.emailpart-block .btn.sr-btn:focus {
    box-shadow: unset;
}

form#c_form {
    display: flex;
    align-items: center;
}

@media (max-width:600px) {
    .emailpart-block form#c_form {
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    .emailpart-block .sr-input{
        margin-right: 0px;
    }
    .mail_msg,.error_msg{
        bottom: 6px;
        left: 0;
        right: 0;
    }
    label#com_email-error {
        bottom: 4px;
    }
    .email_right ul li a img {
        width: 38px ;
    }
}


