/*
Theme Name:     Elephant
Theme URI:      http://www.http://www.elegantthemes.com/gallery/divi/
Version:        1.0.0
Description:    Divi Child Theme for Elephant in the lab
Author:         Larissa Wunderlich | based on Elegant Themes
Author URI:     http://www.larissawunderlich.de/
License:        GNU General Public License v2
License URI:    http://www.gnu.org/licenses/gpl-2.0.html
Template:       Divi
*/


/* =======
Additional CSS for the Elephant.
======= */


@media (max-width: 980px){
	.et_header_style_centered #logo {
	    max-height: 100px;
	    margin-top: 30px;
	}
}
@media (max-width: 373px){
	.et_header_style_centered #logo {
	    margin-top: 5px;
	}

}

/* General layout */

#main-header {
    box-shadow: none;
}

.et_header_style_centered #main-header .logo_container {
    margin: 10px 30% -3em !important;
    position: relative;
    top: -4em;
}

/*@media (max-width: 980px){}*/
/*#top-menu-nav::before {
    border-top: 3px solid #ffd030;
    content: "";
    display: block;
    position: absolute;
    top: 1em;
    width: 5%;
    left: 0;
}

#top-menu-nav::after {
    border-top: 3px solid #ffd030;
    content: "";
    display: block;
    position: absolute;
    top: 1em;
    width: 5%;
    right: 0;
}*/

#main-content .container::before {
    background: none;
}

/* Home/arcive pages */

#el-tagline {
    float: left;
    width: 50%;
}

#top-header, #et-secondary-nav li ul {
    background-color: #fff !important;
    color: #000 !important;
    font-size: 13.5px;
    height: 2.5em;
    line-height: 13px;
    margin: 50px 0 0;
    letter-spacing: 0.1em;
    font-family: 'Lato';
}

#top-header a, #top-header a {
    color: #999;
    font-weight: 300;
}

.et_header_style_centered #main-header .logo_container {
    margin: 10px 0 0;
    position: relative;
    top: -4em;
}

/* Modules */

/* Blog grid */

.et_pb_blog_grid .et_pb_post {
    background-color: transparent;
    border: none;
    padding: 0;
}

.et_pb_image_container, .et_pb_blog_grid .et_main_video_container, .et_pb_blog_grid .et_audio_content, .et_pb_blog_grid .et_pb_post .et_pb_slider {
    margin: 0 0 10px;
}


/* Blog article */

.authors {
    color: #000;
    font-family: "Lato";
    font-size: 1.1em;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

body.single article .et_post_meta_wrapper h1 {
    font-family: "Lora";
    font-size: 2.5em;
    letter-spacing: 0;
    text-transform: none;
}

#excerpt {
    color: #000;
    font-weight: 600;
}

article .entry-content > p,
article .entry-content > ul > li{
    font-family: 'Lora', serif;
    font-size: 1.1em;
}

#left-area .entry-content > ul {
    list-style: outside none none;
    padding: 20px 0 30px 30px;
}

#left-area .entry-content > ul > li::before {
    content: "—";
    display: inline-block;
    left: 0.5em;
    position: absolute;
}

.wp-caption {
    background-color: transparent;
    border: medium none;
    margin-bottom: 10px;
    max-width: 100%;
    padding: 0;
    text-align: left;
}

.wp-caption p.wp-caption-text {
    border-top: 1px solid #000;
    font-size: 12px;
    margin: 0;
    padding: 10px 0 30px;
}

pre, code {
    color: #000;
    font-family: "Source Code Pro",Courier New,monospace;
    font-weight: 300;
    white-space: pre-line;
}

#disclaimer{
    padding: 25px 0 10px;
}

#disclaimer::before {
    border-top: 3px solid #ffd030;
    content: "";
    display: block;
    left: 0;
    position: relative;
    top: -2em;
    width: 30px;
}

#references,
#comment-wrap {
    padding-top: 45px;
}

/* Archive Pages */

.archive #page-container #left-area {
    display: grid;
    grid-template-columns: 33% 33% 33%;
    width: 100%;
    grid-gap: 50px;
}

@media screen and (max-width: 980px) {
    .archive #page-container #left-area {
        grid-template-columns: 50% 50%;
    }
}

@media screen and (max-width: 510px) {
    .archive #page-container #left-area {
        grid-template-columns: auto;
    }
}


/* Modules */


/* Shariff */

#left-area ul, .entry-content ul, .comment-content ul, body.et-pb-preview #main-content .container ul {
    padding: 30px 0 23px 0em;
    
}