/*
Theme Name: Planisimo Divi Child Theme
Theme URI: http://planisimo.com/
Version: 1.0
Description: A customized version of Divi which adds a number of tiny features I need.
Author: Dana Birca
Author URI: http://www.planisimo.com
Template: Divi
*/

/* Style 404 page not found*/
.error404 #main-content .container, .error404 #content-area, .error404 #left-area {
 padding: 0 !important;
 margin: 0 ;
 width: 100% !important;
 max-width: none;
}
.error404 #customHeader{
min-height: 200px;
margin-top: -15px;
}

.error404 #sidebar {
 display: none;
}

.error404 .et_pb_post:last-child {
margin-bottom: 0;
}
@media only screen and (min-width: 981px) {
.error404 #logo {
    max-height: 30%;
}
.error404 #main-content .container:before {
   display: none;
   content: "";
}
}

/* Sidebar */
@media (min-width: 981px) {
.search-results #main-content .container:before,
.archive #main-content .container:before,
.category #main-content .container:before,
.post-template-default #main-content .container:before {
    position: absolute;
    top: 200px !important;
    width: 1px;
    max-height: 100%;
    min-height: 70%;
    height: auto !important;
    background-color: #e2e2e2;
    content: "";
}
}
.et_pb_widget_area li {
    font-size: 14px;
}

/* Search results, archive and category Main Menu */
.search-results #top-header, .archive #top-header, .category #top-header{
    background-color: #1081d2;
}
.search-results #main-header, .archive #main-header, .category #main-header{
    background-color: #111111;
}
@media only screen and (min-width: 981px) {
.search-results #logo {
    max-height: 30%;
}
}

body{
font-weight: 400;
font-size: 16px;
}