/*
Theme Name: Darlington Arts - Ocean WP Child
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme example child theme.
Author: Nick
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

#medium-searchform {
    text-align: right
}

@media (min-width:768px) {
    #site-header.medium-header .top-col.col-2,
    #site-header.medium-header .top-col.logo-col {
        text-align: left
    }
}

.top-bar-link {
    background-color: green;
    display: inline-block;
    margin: -8px 5px;
    padding: 8px 16px;
    color: white !important;
    font-weight: bold
}

.top-bar-donate {
    background-color: #52b848
}

.top-bar-register {
    background-color: #eab804
}

.site-breadcrumbs {
    font-size: 15px
}

.page-header-title {
    font-weight: 700 !important
}

.background-image-page-header .site-breadcrumbs {
    margin-top: 0
}

ul.child-sidebar-menu {
    border: 1px solid
}

.child-sidebar-menu >li {
    padding: 10px;
    border-bottom: 1px solid #a4b5c4;
    font-weight: bold;
    font-size: 1.15em
}

.child-sidebar-menu li:last-child {
    border-bottom: none
}

.child-sidebar-menu li:last-child {
    margin-bottom: 0;
    padding-bottom: 5px
}

.grandchild-sidebar-menu {
    /* padding:10px !important;*/
}

.grandchild-sidebar-menu >li {
    margin: 5px;
    border-bottom: 1px dotted #ccc;
    padding: 10px
}

.grandchild-sidebar-menu li {
    font-size: .85em
}

.child-sidebar-menu a:before {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f105';
    margin-right: 5px
}

.child-sidebar-menu .current_page_item >a {
    color: #2a5bab
}

.grandchild-sidebar-menu a:before {
    content: '\f101'
}

@media only screen and (max-width:767px) {
    #top-bar {
        padding: 15px 0
    }
    div#top-bar-wrap {
        position: fixed;
        /* margin-bottom:60px;*/
        width: 100%;
        top: 0
    }
    #top-bar-social {
        display: none
    }
    body {
        padding-top: 20px
    }
}