/*
Theme Name: Zev Alliance - Divi Child Theme
Theme URI: http://www.elegantthemes.com/gallery/divi/
Version: 3.0
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Template: Divi
*/

@import url("../Divi/style.css");

/* --------- THEME CUSTOMIZATION STARTS BELOW */

h2 {
    font-size: 24px !important;
}

h3 {
    font-size: 20px !important;
}

ul.members-list {
    list-style: none;
    padding: 0px;
    font-size: 20px;
    line-height: 35px;
    color: #0085b7;
}

.et_pb_contact .et_pb_contact_field_half {
    float: left;
    overflow: hidden;
    width: 100%;
}


/* -------- HEADER STYLES */

header#main-header {
    box-shadow: 1px 1px 5px rgba(0,0,0,0.8);
}

.et_fullwidth_nav #main-header .container {
    padding: 0px;
}

#et-top-navigation {
    float: left;
    margin-left: 50px;
    width: 94%;
}

#top-menu li:after {
    content: "//";
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    color: #989898;
}

#top-menu li:last-child:after {
    display: none;
}

#top-menu li {
    padding-left: 20px;
}


/* -------- BLOG STYLES */

.et_pb_posts h2.entry-title {
    font-size: 16px !important;
    text-decoration: underline;
    font-weight: 500;
    text-transform: none;
    font-family: Roboto, sans-serif;
    margin-top: 0px;
    padding-bottom: 0px;
}

.et_pb_posts .et_pb_post {
    margin-bottom: 30px;
    border-left: 1px solid #fff;
    padding-left: 30px;
}

.et_pb_posts.et_pb_module {
    padding-left: 90px;
}

.et_pb_posts.et_pb_module.publications {
    padding-left: 0px;
}

.et_pb_posts .post-content {
    font-size: 16px;
}

.et_pb_posts.publications .et_pb_post {
    padding-left: 0px;
}

a.more-link {
    margin-top: 20px;
}

/* -------- SLIDER STYLES */

h2.et_pb_slide_title, .et_pb_slide_content {
    text-shadow: none;
}

/* --------- SEARCH STYLES */

.search p.post-meta {
    display: none;
}

/* ------- SIDEBAR STYLES */

#sidebar div#text-4 {
    margin-bottom: 0px;
}


/* -------- FOOTER STYLES */

footer .container {
    width: 90%;
    max-width: 1200px;
}

.footer-logo {
    float: left;
    margin-right: 30px;
}

footer#main-footer {
    border-top: 1px solid #dfdfdf !important;
}

#footer-widgets {
    padding: 3% 0 0;
}

.footer-widget:last-child {
    float: right;
}

.et-social-icon a.icon {
    color: #009fda;
    font-size: 34px !important;
}

.footer-info, .footer-logo {
    min-height: 150px;
}

.copyright, .copyright a {
    color: #b7aca2;
    font-size: 12px;
}





