/*
 Theme Name:     Divi Child Theme
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/
 
@import url("../Divi/style.css");
 
/* =Theme customization starts here
------------------------------------------------------- */

span.mobile_menu_bar:before {
    color: white !important;
} 

a {
font-weight:bold;
}



span.mobile_menu_bar:before {
    color: white !important;
} 


#stripeAmount_0 {
    width: 120px !important;
   border: 2px solid #1b105e !important;
   border-radius: 5px !important;
    padding: 8px 5px 8px 5px;
    margin-bottom: 10px;
    color: inherit;

}

.stripe-button-el span {
    display: block;
    position: relative;
    height: 30px;
    line-height: 30px;
    background: none !important;
    border: none;
    background-image: none !important; 
    font-size: 20px !important;
    width: 120px;
    font-weight: bold;
    font-family: "Amatic SC" !important;
    text-shadow: 0 0px 0 rgba(0,0,0,0.0); 
    box-shadow: inset 0 0px 0 rgba(0,0,0,0.0);
    -webkit-border-radius: 4px; 
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

.stripe-button-el {
    overflow: hidden;
    border: 2px solid #1b105e !important;
    display: inline-block;
    background: #1b105e;
    color: #ffffff !important;
    visibility: visible !important;
    background-image: none !important;  
    padding: 1px;
    text-decoration: none;
    border-radius: 5px;
    box-shadow: 0 0px 0 rgba(0,0,0,0.0);
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    cursor: pointer;
    transition: 0.3s;

}

.stripe-button-el:hover {
    background: #ffffff;
    color: #1b105e !important;

}

#stripe_button_0:after{
    content: "ffffff";
    color:#666;
    margin-top: 10px;
    font-size: 150% !important;
    text-align: right;
    letter-spacing: 3px;
    display: block;
    visibility: visible;
    position: absolute;
    content: "\f1f1  \f1f0  \f1f5";
    font-family: FontAwesome;
}