/*
Theme Name: OceanWP 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 */
.lwptoc .lwptoc_i {
    padding: 0 !important;
}
.lwptoc:first-child {
    margin: 0 !important;
}
span.lwptoc_item_label:before {
    content: '→ ' !important;
}
.lwptoc_item {
    margin-top: 10px !important;
}
span.lwptoc_item_label {
    font-weight: 600 !important;
}
body.search div#primary {
    padding-top: 20px !important;
}
#headersearch input {
    background: #1E1E1E;
    border: none;
    color: #d7d7d7;
}