/*
 Theme Name:     Divi Child Theme
 Theme URI:      http://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Jon Dobson
 Author URI:
 Template:       Divi
 Version:        1.0.0
*/

/* 12/23/21 Edit By Brandon - Commenting out this import to avoid a performance bug on the site */
/*@import url("../Divi/style.css");*/

/* =Theme customization starts here
------------------------------------------------------- */
/*.et_fixed_nav #logo {
    max-height: 90px;
}

.et-fixed-header #logo {
  max-height: 60px !important;
  padding:0 !important;
}*/

.logo_container{
    padding: 5px 0;
}

body {
  font-weight: 400;
  background-color: #2e2e2e;
}

/* main nav donate button */
#menu-item-86 a {
    padding: 5px 10px !important;
    border-radius: 2px;
    background: #5c3380;
    color: #ddd;
}

/* main nav fundraise button */
#menu-item-2073 a {
	padding: 4px 9px !important;
    border-radius: 2px;
    border: 1px solid #7d7d7d;
}

/* buttons on get_involved page */
.get_involved_btn {
    padding: 140px 1em 1em 1em !important;
    width: 100%;
    height: 300px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #8c8c8c;
    border: none;
    color: #ccc;
    font-weight: bold;
}

.get_involved_btn:hover {
    background-color: #5c5c5c;
    border: none;
    color: #fff;
    text-shadow: 0 0 5px rgba(0,0,0,.8);
}


.get_involved_btn:after {
    content: none;
}


.donate-tabs .et_pb_tabs_controls li:not(.et_pb_tab_active) a {
    color: rgba(255,255,255,.8);
}

.donate-tabs .et_pb_tabs_controls li:not(.et_pb_tab_active):hover {
    background-color:#5c3380;
}

.donate-tabs .et_pb_tabs_controls li:not(.et_pb_tab_active):hover a {
    color:white;
}


.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none;   /* Chrome/Safari/Opera */
  -khtml-user-select: none;    /* Konqueror */
  -moz-user-select: none;      /* Firefox */
  -ms-user-select: none;       /* Internet Explorer/Edge */
}


.newsletter_form input {
    box-shadow: inset 0 5px 15px rgba(0,0,0,.1);
}

.et_pb_contact_right p input.et_pb_contact_captcha{
    padding: 16px 12px;
}


#main-footer{
    box-shadow: inset 0 10px 20px rgba(0,0,0,.2);
}

#footer-widgets{
    padding-top: 3%;
}

#footer-widgets .widget_nav_menu li{
    margin-bottom: 0;
    padding-left: 0;
}

#footer-widgets .widget_nav_menu li:first-child,
#footer-widgets .widget_nav_menu li:first-child a,
.footer-title{
    margin-bottom: 0;
    font-size: 15px;
    color: #c7c7c7;
    font-weight: 500;
    line-height: 1.2em;
}

#footer-widgets .widget_nav_menu li:first-child a:hover{
    color: #f2f2f2;
}

.footer-widget li {
    list-style: none;
    line-height: 1.5em;
    margin-bottom: 0;
}

#footer-widgets .footer-widget li.et_pb_social_network_link{
    padding-left: 0;
}

.footer-widget li:before {
    display: none;
}

.footer-widget{
    margin-bottom: 0 !important;
}

.footer-widget .fwidget {
    margin-bottom: 20px !important;
}

#footer-bottom{
    padding: 5px;
}

#footer-copyright{
    width: 100%;
    text-align: center;
    font-size: 14px;
    text-shadow: 0 0 15px #222222;
}

.et_pb_widget {
    float: none;
}

.et_pb_widget a {
    color: #2ea3f2;
}

.et_pb_widget a:hover {
    color: #33adff;
}



@media only screen and ( max-width: 768px ) {
    .footer-widget{
        text-align: center;
    }

    #footer-widgets {
        padding: 30px 0 0 0;
    }

    #footer-widgets .footer-widget li.et_pb_social_network_link {
        display: inline-block;
        width: 32px;
        margin: 0 2px;
        float: none;
    }
}
