/*

 Theme Name:   Divi Child

 Theme URI:    http://example.com/twenty-fifteen-child/

 Description:  Divi Child super theme

 Author:       John Doe

 Author URI:   http://example.com

 Template:     Divi

 Version:      1.0.0

 License:      GNU General Public License v2 or later

 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

 Tags:         Responsive

 Text Domain:  divi-child

*/

#top-menu li{
    max-width: 132px;
    text-align: center;
    line-height: 1.5em;
    vertical-align: top;
}

#top-menu .menu-item-has-children>a:first-child, #et-secondary-nav .menu-item-has-children>a:first-child{
    padding-right: 0;
}

#top-menu .menu-item-has-children>a:first-child:after, #et-secondary-nav .menu-item-has-children>a:first-child:after{
    display: none;
}

.et_pb_post_content .et_pb_row{
    padding: 0;
    width: 100%;
}

.themes .et_pb_button_module_wrapper{
    position: absolute;
    bottom: 20px;
    right: 20px;
}

#left-area ul, .entry-content ul, .et-l--body ul, .et-l--footer ul, .et-l--header ul{
    list-style-type: none;
}

#left-area ul li:before, .entry-content ul li:before, .et-l--body ul li:before{
    content: "› ";
    display: inline;
    color: #c50a1d;
    font-weight: bold;
    font-size: 1.8em;
    position: relative;
    top: 2px;
}

.side .et_pb_promo{
    max-height: 155px;
}

#custom_html-2{
    width: 100%;
    text-align: center;
}

#footer-widgets{
    padding: 2% 0 0;
}

.et_pb_gutters3 .footer-widget{
    margin-bottom: 0.5%;
}

@media screen and (max-width:1325px){
    #main-header .container{
        width: 95%;
        max-width: 100%;
    }

    #top-menu li{
        padding-right: 4px;
        max-width: 112px;
    }

    #top-menu li a{
       font-size: 16px!important; 
    }
}

@media screen and (max-width:1150px){
    .et_pb_row_1_tb_body, body #page-container .et-db #et-boc .et-l .et_pb_row_1_tb_body.et_pb_row, body.et_pb_pagebuilder_layout.single #page-container #et-boc .et-l .et_pb_row_1_tb_body.et_pb_row, body.et_pb_pagebuilder_layout.single.et_full_width_page #page-container #et-boc .et-l .et_pb_row_1_tb_body.et_pb_row{
        width: 95%!important;
    }
}

@media screen and (max-width:980px){
    .side{
        max-width: 350px;
        margin-left: calc(50% - 175px);
    }
}

@media screen and (max-width:500px){
    .side{
        max-width: 100%;
        margin-left: 0;
    }
}