/*
Theme Name: Clear Network
Template: Divi
Author: Kevin Brown Design
Version: 1.0.1449613690
*/

@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,700i&display=swap');

#top-menu > .menu-item + .menu-item::before {
    content: none !important;
    position: absolute;
    left: -16px;
    font-size: smaller;
    top: -1px;
}

span.mobile_menu_bar:before {
    color: #007387 !important;
}
.single-post-bottom {
    position: relative;
    overflow: hidden;
}

.single-post-body {
    width: 70%;
    float: left;
}

.single-post-top {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #ccc;
    padding: 50px 0 10px;
}

.single-post-top-content h1 {
    color: #fff;
    text-align: center;
    font-weight: 700;
    font-family: 'Source Sans Pro', sans-serif;
}

.single-post-top-content a {
    text-align: center;
    color: #fff;
    display: block;
    font-family: 'Source Sans Pro', sans-serif;
    font-style: italic;
}