/*
Theme Name:     Axel Krottler's Divi
Description:    
Author:         Axel Krottler
Template:       Divi

(optional values you can add: Theme URI, Author URI, Version, License, License URI, Tags, Text Domain)
*/

/*** Take out the divider line between content and sidebar ***/
#main-content .container:before {display:none;}
 
/*** Hide Sidebar ***/
#sidebar {display:none;}
 
/*** Expand the content area to fullwidth ***/
@media (min-width: 981px){
#left-area {
    width: 700px;
    padding: 23px 0px !important;
    float: none !important;
    margin: auto;
}
}

p, h1, h2, h3, h4, h5, h6 {
	font-weight: 300;
}

.wp-pagenavi {
    text-align: center;
}

span.logo_text {
    color: #333;
    font-weight: bold;
    font-size: x-large;
}

#main-content .container {
    padding-top: 0px;
}

#et-top-navigation {
    font-weight: 300;
}

::-moz-selection { background: #55f0b8; }
::selection { background: #55f0b8; }