/*---------------------------------------------------------------------------------
 Theme Name:   Base Pro Child Theme
 Theme URI:    https://divistride.com/product/base-pro-child-theme/
 Description:  A blank child theme for Divi
 Author:       Divi Stride
 Author URI:   https://divistride.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
------------------------------ ADDITIONAL CSS HERE ------------------------------*/

.single-post #left-area {
    padding-bottom: 0!important;
}

.single-post article {
    margin-bottom: 0!important;
    padding-bottom: 0!important;
}

.single-post .watch-action {
    padding-top: 50px!important;
    padding-bottom: 50px!important;
    text-align: center!important;
    background: #000!important;
    padding-left: 15%!important;
    padding-right: 15%!important;
}

ul.doc-navigation li:first-of-type {
    border-top: 0!important;
}

ul.doc-navigation li {
    display: block!important;
    border-top: 1px dashed #dedede!important;
    padding-top: 15px!important;
    padding-bottom: 15px!important;
}

ul.doc-navigation li a {
    color: #1e1e1e!important;
    font-weight: bold!important;
}

ul.doc-navigation li:hover {
    background: #dedede!important;
    padding-left: 25px!important;
}

ul.doc-navigation {
    list-style: none!important;
    padding-left: 0!important;
}