/*
Theme Name: Divi Child Theme
Description: A child theme to house custom coding which modifies the Divi parent theme by Elegant Themes. Includes default line numbers where the code was taken from in the parent theme.
Author:   Brad Dalton http://wpsites.net
Template: Divi
*/


button.bg-blue-button {

}












.et_pb_text ul {
    padding-bottom: 1em;
    padding-top: 10px;
}


span.mobile_menu_bar:before {
    color: #303466 !important;
}


.et_header_style_split .centered-inline-logo-wrap {
    display: none !important;
}


.select_page { visibility: hidden; }

@media (max-width: 980px) {
.et_header_style_split #main-header .mobile_nav {
background-color: transparent;
	}
}


@media (max-width: 980px) {
.et_header_style_split header#main-header .logo_container {
    display: none;
}


#page-container {
padding-top: 94px;
}
}


.mobile_menu_bar:before {
    font-size: 40px;
}





#sidebar .et_pb_widget ul li {
    list-style: disc;
    font-size: 15px;
}


#sidebar .widget_recent_entries  .post-date {
display: block;
font-size: 13px;
}

input[type=text], input[type=email] {
display: block;
}



#mc-embedded-subscribe {
background-color: #1b3789!important;
    font-size: 18px;
    padding: 7px 35px;
    margin-top: 20px;
    border: 2px solid #1b3789;
    border-radius: 5px;
    cursor: pointer;
    color: #fff;
    font-weight: 600;
}
	

#mc-embedded-subscribe:hover { background-color: gainsboro !important; }



.mc-field-group  input {
    font-family: 'PT Sans Caption',Helvetica,Arial,Lucida,sans-serif;
    font-size: 15px;
    padding: 5px 13px !important;
    margin: 5px 0 15px !important;
}

.et_pb_fullwidth_header .et_pb_fullwidth_header_container.center .header-content {
    width: 100%;
    max-width: 1100px;
    margin: 15px auto;
}