/*
 Theme Name:     Divi Child Theme
 Theme URI:      http://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     http://www.elegantthemes.com
 Template:       Divi
 Version:        1.0	
*/
 
@import url("../Divi/style.css");
 
/* =Theme customization starts here
------------------------------------------------------- */

#main-header {
    background-color: #b41d1b;
    padding-bottom: 10px;	
}

.et_pb_bg_layout_light .et_pb_widget li a {
    color: #3F51B5;
}

.et_pb_team_member_image {
    width: 150px;
    margin-right: 15px;
}

.et_header_style_left div.logo_container{
    position:relative;
    padding:20px 0;
    width:auto;
    height:auto;
    float:left;
}

.ubermenu-main .ubermenu-item-level-0 > .ubermenu-target{
  padding-top:15px;
  padding-bottom:15px;
}

.wpcf7 input.wpcf7-text { width: 100%; }

.wpcf7 textarea.wpcf7-textarea { 
    width: 100%; 
    background-color: beige;
    border: none;
    border-radius: 5px;
    box-shadow: 1px 1px 1px #999999;
    padding-left: 10px;
    font-size: 14px;
    color: #000000;
}

input {
    -webkit-appearance: none;
    color: white;
    font-size: 18px;
    width: 75px;
    height: 40px;
    border: none;
    border-radius: 5px;
    background-color: #0087BE;
    box-shadow: 1px 1px 1px #999999;
}

.wpcf7 input.wpcf7-text {
    width: 100%;
    background-color: beige;
    height: 30px;
    border: none;
    border-radius: 5px;
    box-shadow: 1px 1px 1px #999999;
    padding-left: 10px;
    font-size: 16px;
    color: #000000;
}

h1, h4 {
     color:#253149;	
}

/* ---- FIX FOR EVENTON POPUP ---- */
#main-header {
    position: relative;
    z-index: 89999 !important;
}
/* ---- FIX FOR EVENTON POPUP END ---- */

/* ---- WP FORMS ---- */

button.wpforms-submit {
	border-radius: 10px !important; 
	background-color: #0087BE !important;
	color: #ffffff !important;
	font-size: 18px !important;
        border: none !important;
        box-shadow: 1px 1px 1px #999999 !important;
}

.wpforms-form input, .wpforms-form textarea {
         background-color: beige !important;
         border: none !important;
         box-shadow: 1px 1px 1px #999999 !important;
}

