/*
Theme Name: Moore Update
Theme URI: oceanwp
Template: oceanwp
Author: Luson Media Kelsey
Version: 1.1
Updated: 2025-09-09

*/


.page-header {
display:none!important;
}



/*[hidden] {*/
/*    display: none !important;*/
/*}*/
/*input[type="checkbox"] {*/
/*    display: block;*/
/*    background-color: transparent;*/
/*    border: none;*/
/*    line-height: 0 !important;*/
/*    width: auto;*/
/*    min-width: auto;*/
/*    height: auto;*/
/*    margin: 5px 0 0 0;*/
/*    outline: auto;*/
/*    text-align: center !important;*/
/*    vertical-align: middle !important;*/
/*    clear: both !important;*/
/*    cursor: default !important;*/
/*    -webkit-appearance: checkbox;*/
/*    -webkit-box-shadow: none !important;*/
/*    -moz-box-shadow: none !important;*/
/*    box-shadow: none !important;*/
/*    -webkit-transition: none;*/
/*    -moz-transition: none;*/
/*    -ms-transition: none;*/
/*    -o-transition: none;*/
/*    transition: none;*/
/*}*/
/*input[type="checkbox"]:before {*/
/*    content: default;*/
/*}*/


/*.gps-events {*/
/*    border-bottom: 1px solid #ccc;*/
/*    border-top: none;*/
/*    padding: 20px 0;*/
/*}*/


/*div#player-radio-show {*/
/*    padding: 5%;*/
/*    background: #f7f7f7;*/
/*    border-radius: 10px;*/
/*}*/
/*a.list-group-item {*/
/*    margin: 5px 0;*/
/*    padding: 5px 0;*/
/*    display: block;*/
/*    border-bottom: 1px solid #eee;*/
/*}*/

/*.body-blackout {*/
/*    position: fixed;*/
/*    z-index: 1010;*/
/*    left: 0;*/
/*    top: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background-color: rgba(0, 0, 0, .65);*/
/*    display: none;*/
/*}*/
/*.body-blackout.is-blacked-out {*/
/*    display: block;*/
/*}*/




/*aside iframe {*/
/*    height: 100%;*/
/*}*/

/*.small-hide {*/
/*    display: block;*/
/*}*/
/*.small-view {*/
/*    display: none;*/
/*}*/






@media only screen and (min-width: 767px) and (max-width: 900px) {
    #site-navigation-wrap .dropdown-menu >li >a {
        font-size: 11px !important;
    }
}

@media only screen and (max-width: 959px) {
    .small-view {
        display: block;
    }
    .small-hide {
        display: none;
    }
    #footer-widgets {
        padding-top: 50px;
    }
    #footer-widgets .col {
        margin-bottom: 10px;
    }
    footer .col:not(.slick-slide) {
        width: 100% !important;
    }
}

@media only screen and (max-width: 767px) {


    #top-bar-content.top-bar-left {
        float: left;
    }
    #top-bar-social-alt.top-bar-right {
        float: right;
    }
}

