/* 
 Theme Name:     Frauvis
 Author:         Frauvis
 Author URI:     https://Frauvis.com
 Template:       Divi
 Version:        1.0
 Description:   A Child Theme built using the elegantmarketplace.com Child theme maker
Developed by Andrew Palmer for Elegant Marketplace www.elegantmarketplace.com Free to use and duplicate as many times as you like
 Wordpress Version: 4.9.7
*/ 


/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */ 

btn-inline .et_pb_button_module_wrapper {
    display: inline-block;
    margin: 0 5px;
}

.btn-inline {
    text-align: center !important;
}

/*----------Mailchimp SignUp----------*/   
 
.mc4wp-form input[type=text] {
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    box-shadow: inset 0 1px 10px rgba(0, 0, 0, 0);
    box-shadow: inset 0 1px 10px rgba(0, 0, 0, 0);
    box-shadow: inset 0 1px 10px rgba(0, 0, 0, 0);
    float: left;
    padding: 10px;
    background: white;
    border: 0px;
    margin-right: 12px;
    font-size: 15px;
    width: 25%!important;
}
 
.mc4wp-form input[type=email] {
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    box-shadow: inset 0 1px 10px rgba(0, 0, 0, 0);
    box-shadow: inset 0 1px 10px rgba(0, 0, 0, 0);
    box-shadow: inset 0 1px 10px rgba(0, 0, 0, 0);
    float: left;
    padding: 10px;
    background: white;
    border: 0px;
    margin-right: 12px;
    font-size: 15px;
    width: 25%!important;
}
 
.mc4wp-form input[type=submit] {
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    float: left;
    color: #fff!important;
    background-color: #34495e!important;
    border: 0px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 10px;
    border: 0px;
    width: 15%!important;
}
 
.mc4wp-form input[type=submit]:hover {
    background-color: #34495e!important;
    color: white!important;
    cursor: pointer;
}
 
/*----------Sidebar Mailchimp SignUp----------*/   
 
#sidebar .mc4wp-form input[type=text] {
    background: #f1f1f1;
    width: 100%!important;
    margin-bottom: 10px;
}
 
#sidebar .mc4wp-form input[type=email] {
    background: #f1f1f1;
    width: 100%!important;
    margin-bottom: 10px;
}
 
#sidebar .mc4wp-form input[type=submit] {
    width: 100%!important;
}
 
/*----------Mailchimp SignUp Tablet Settings----------*/   
 
@media only screen and (max-width: 980px) {
     
.mc4wp-form input[type=text] {
    width: 49%!important;
    margin-right: 5px;
}
 
.mc4wp-form input[type=email] {
    width: 50%!important;
    margin-right: 0px;
}
 
.mc4wp-form input[type=submit] {
        width: 100%!important;
    margin-top: 10px;
}
}
 
/*----------Mailchimp SignUp Mobile Settings----------*/
 
@media only screen and (max-width: 623px) {
     
.mc4wp-form input[type=text] {
    width: 100%!important;
    margin-right: 0px;
    margin-bottom: 10px;
}
 
.mc4wp-form input[type=email] {
    width: 100%!important;
    margin-right: 0px;
}
 
.mc4wp-form input[type=submit] {
    width: 100%!important;
    margin-right: 0px;
    margin-top: 10px;
}
}