/*
Theme Name: Manning, Olden - OceanWP Parent
Theme URI: gpswp.com
Template: oceanwp
Author: RL
Version: 1.0
Updated: 2025-01
*/

/*------------------
---SITESNAPPER FIXES------
------------------*/

#scroll-top>span:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f062";
}

.icon-home:before {
    content: "\e069";
}
.icon-user, .icon-people, .icon-user-female, .icon-user-follow, .icon-user-following, .icon-user-unfollow, .icon-login, .icon-logout, .icon-emotsmile, .icon-phone, .icon-call-end, .icon-call-in, .icon-call-out, .icon-map, .icon-location-pin, .icon-direction, .icon-directions, .icon-compass, .icon-layers, .icon-menu, .icon-list, .icon-options-vertical, .icon-options, .icon-arrow-down, .icon-arrow-left, .icon-arrow-right, .icon-arrow-up, .icon-arrow-up-circle, .icon-arrow-left-circle, .icon-arrow-right-circle, .icon-arrow-down-circle, .icon-check, .icon-clock, .icon-plus, .icon-minus, .icon-close, .icon-exclamation, .icon-organization, .icon-trophy, .icon-screen-smartphone, .icon-screen-desktop, .icon-plane, .icon-notebook, .icon-mustache, .icon-mouse, .icon-magnet, .icon-energy, .icon-disc, .icon-cursor, .icon-cursor-move, .icon-crop, .icon-chemistry, .icon-speedometer, .icon-shield, .icon-screen-tablet, .icon-magic-wand, .icon-hourglass, .icon-graduation, .icon-ghost, .icon-game-controller, .icon-fire, .icon-eyeglass, .icon-envelope-open, .icon-envelope-letter, .icon-bell, .icon-badge, .icon-anchor, .icon-wallet, .icon-vector, .icon-speech, .icon-puzzle, .icon-printer, .icon-present, .icon-playlist, .icon-pin, .icon-picture, .icon-handbag, .icon-globe-alt, .icon-globe, .icon-folder-alt, .icon-folder, .icon-film, .icon-feed, .icon-drop, .icon-drawer, .icon-docs, .icon-doc, .icon-diamond, .icon-cup, .icon-calculator, .icon-bubbles, .icon-briefcase, .icon-book-open, .icon-basket-loaded, .icon-basket, .icon-bag, .icon-action-undo, .icon-action-redo, .icon-wrench, .icon-umbrella, .icon-trash, .icon-tag, .icon-support, .icon-frame, .icon-size-fullscreen, .icon-size-actual, .icon-shuffle, .icon-share-alt, .icon-share, .icon-rocket, .icon-question, .icon-pie-chart, .icon-pencil, .icon-note, .icon-loop, .icon-home, .icon-grid, .icon-graph, .icon-microphone, .icon-music-tone-alt, .icon-music-tone, .icon-earphones-alt, .icon-earphones, .icon-equalizer, .icon-like, .icon-dislike, .icon-control-start, .icon-control-rewind, .icon-control-play, .icon-control-pause, .icon-control-forward, .icon-control-end, .icon-volume-1, .icon-volume-2, .icon-volume-off, .icon-calendar, .icon-bulb, .icon-chart, .icon-ban, .icon-bubble, .icon-camrecorder, .icon-camera, .icon-cloud-download, .icon-cloud-upload, .icon-envelope, .icon-eye, .icon-flag, .icon-heart, .icon-info, .icon-key, .icon-link, .icon-lock, .icon-lock-open, .icon-magnifier, .icon-magnifier-add, .icon-magnifier-remove, .icon-paper-clip, .icon-paper-plane, .icon-power, .icon-refresh, .icon-reload, .icon-settings, .icon-star, .icon-symbol-female, .icon-symbol-male, .icon-target, .icon-credit-card, .icon-paypal, .icon-social-tumblr, .icon-social-twitter, .icon-social-facebook, .icon-social-instagram, .icon-social-linkedin, .icon-social-pinterest, .icon-social-github, .icon-social-google, .icon-social-reddit, .icon-social-skype, .icon-social-dribbble, .icon-social-behance, .icon-social-foursqare, .icon-social-soundcloud, .icon-social-spotify, .icon-social-stumbleupon, .icon-social-youtube, .icon-social-dropbox {
    font-family: 'simple-line-icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}



/*------------------
---RANDOM UTILITIES------
------------------*/
/**** CAPTION IMAGE ***/
figcaption {
    margin: 8px 0;
}
/**** Vimeo Embed Fix***/
aside iframe {
    height: 100%;
}
/**** Custom Show/hide ***/
.small-hide {
    display: block;
}
.small-view {
    display: none;
}
.hide-title .widget-title {
    display: none;

}
/**** Form Notice?****/
.alert {
    background: #333;
    border: 1px solid #333;
    color: #fff;
    padding: 10px 10px 0;
}
/**** Sticky Footer
.elementor.elementor-1825 {
    position: sticky;
    bottom: 0;
    z-index: 100;
}***/
.elementor-icon-box-title a:hover {
   color: #F5B23C !important;
}
/**** Bringing Guests Checkbox Hide ***/
.gpswp-va-form [hidden] {
    display: none !important;
}
/*** GPS Event Spacing ****/
article.gps-events {
    padding: 20px 0;
}
/**** Border Left Color on Widgets ****/
.widget-title {
    border-color: #222 !important;
}
/****Sidebar Lists ***/
ul#menu-services li, .widget_categories li {
    padding: 6px 0;
    font-size: 14px;
    border-bottom: none;
}
a:hover, button:hover {
    cursor: pointer;
}



/**** GPS Radio *****/
.radio-archive-heading {
    background-color: #333 !important;
    color: #fff!important;
}
a.list-group-item {
    position: relative;
    display: block;
    background: #333;
    padding: 5px;
    margin: 5px 0;
    color: #fff;
    transition: all 0.3s;
}
a.list-group-item:hover {
    position: relative;
    display: block;
    background: #eee;
    padding: 5px;
    margin: 5px 0;
    color: #333;
}
.panel-body {
    padding: 10px;
    background: #eee;
    margin-bottom: 20px;
}
.radio-player-wrapper {
    border: none;
    background: #afafaf;
    border-bottom: 1px solid #ddd;
    padding: 10px;
    margin: 20px 0 0;
}




/*------------------
---Header&Nav------
------------------*/

header .dropdown-menu, header .dropdown-menu > li > a:hover {
    display: block;
    border: none;
    box-shadow: none;
    background: transparent;
}
header a.menu-link { color: #333; }

/**** Interior Page Header****/
.page-header {
    background-color: #222222 !important;
}
.background-image-page-header .page-header-title small {
    font-size: 45%;
    position: relative;
    bottom: -20px;
}
.background-image-page-header .page-header-title {
    margin-top: -20px;
}
.background-image-page-header .page-subheading {
    font-size: 20px !important;
    font-weight: 200 !important;
    margin-top: 10px;
}

/**** Top Bar ***/



/*------------------
---VA Form & Buttons------
------------------*/

button.dropdown-toggle, button.dropdown-toggle:hover, open > .dropdown-toggle.btn-default, button.dropdown-toggle:focus {
    padding: 9px;
    color: white !important;
    text-shadow: none !important;
    background: #F5B23C !important;
    outline: none;
    box-shadow: none;
    font-weight: 300;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background: #F5B23C;
    color: #fff;
}
input.btn.btn-primary {
    padding: 15px 35px;
    color: white !important;
    text-shadow: none !important;
    background: #F5B23C;
    outline: none;
    font-weight: 300;
    font-size: 14px;
    border-radius: 30px;
    width: 100%;
    margin-top: 10px;
}
input.btn.btn-primary:hover {
    background: #222;
}
form input[type="text"]:focus {
    border-color: #F5B23C !important;
}
input[type="submit"] {
    text-transform: none;
}


.btn.button {
    background: #ffffff;
    color: black;
    border-radius: 30px;
    font-size: 14px !important;
    padding: 15px 30px;
    font-weight: 300;
}
.btn.button:hover {
    background: #F5B23C;
    color: white;
}
.wp-block-button__link {
    color: #fff;
    background-color: #F5B23C;
    border-radius: 9999px;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    font-size: inherit;
    padding: 7px 15px;
    text-align: center;
    text-decoration: none;
    word-break: break-word;
    box-sizing: border-box;
}
.wp-block-button__link:hover {
    color: #fff !important;
    background: #333;
}

btn.btn-white {
    background: white;
    color: #F5B23C;
    border: 1px solid #fff;
}
btn.btn-white:hover {
    background: #F5B23C;
    color: white;
}




/*---------------------
------- Footer ---------
----------------------*/
.footer-box img {
    width: 180px;
    height: auto;
}
#footer-bottom {
    display: none;
}
div#footer-bottom-menu {
    display: none;
}
#footer-bottom div#copyright {
    width: 100%;
}
#footer-bottom-inner.container {
    width: 100%;
    max-width: 100%;
    padding: 20px 50px;
}
#footer-widgets li {
    font-size: 14px;
    border-color: #222 !important;
}
#footer-widgets .footer-box .widget-title {
    font-size: 15px !important;
    border: none;
    padding: 0;
}
button.disclosure {
    margin-top: 40px;
    background-color: #222;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 20px;
    padding: 3px 16px;
    transition: all 0.3s;
}
button.disclosure:hover {
    background:#F5B23C;
    color: white;
    transition: all 0.3s;
    border: 1px solid #F5B23C !important;
}





/*---------------------
------- Vanilla Modal ---------
----------------------*/
.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;
}
.popup-trigger {
    display: inline-block;
}
.popup-modal {
    overflow-y: scroll;
    overflow-x: hidden;
    height: auto;
    max-height: 70vh;
    width: 650px;
    max-width: 90%;
    background-color: #fff;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    padding: 45px;
    opacity: 0;
    pointer-events: none;
    transition: all 300ms ease-in-out;
    z-index: 1011;
}
.popup-modal.is--visible {
    opacity: 1;
    pointer-events: auto;
}
.popup-modal__close {
    position: absolute;
    right: 11px;
    top: 1px;
    cursor: pointer;
}







@media only screen and (min-width: 960px) and (max-width: 1080px) {

}

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

    #footer-widgets {
        padding-top: 50px;
    }
    #footer-widgets .col {
        margin-bottom: 60px;
    }
    footer .col:not(.slick-slide) {
        width: 100% !important;
    }
    .small-view {
        display: block;
    }
    .small-hide {
        display: none;
    }
    #top-bar {
        display: block;
    }
}

@media only screen and (max-width: 767px) {
    .btn.button {
        font-size: 12px !important;
    }


    header.page-header.background-image-page-header {
        height: 300px !important;
    }
    .centered-page-header .page-header-title, .centered-minimal-page-header .page-header-title, .page-header.background-image-page-header .page-header-title {
        font-size: 38px;
    }
    .background-image-page-header .page-subheading {
        font-size: 17px !important;
    }




}



#sidr, #mobile-dropdown {
    background-color: #fff !important;
    color:#444;
}


#body .sidr a:hover, body .sidr-class-dropdown-toggle:hover, body .sidr-class-dropdown-toggle .fa, body .sidr-class-menu-item-has-children.active >a, body .sidr-class-menu-item-has-children.active >a >.sidr-class-dropdown-toggle, #mobile-dropdown ul li a:hover, #mobile-dropdown ul li a .dropdown-toggle:hover, #mobile-dropdown .menu-item-has-children.active >a, #mobile-dropdown .menu-item-has-children.active >a >.dropdown-toggle, #mobile-fullscreen ul li a:hover, #mobile-fullscreen .oceanwp-social-menu.simple-social ul li a:hover {
    color: #444 !important;
}



.single-post:not(.elementor-page) .entry-content a:not(.wp-block-button__link):not(.wp-block-file__button), .page:not(.elementor-page):not(.woocommerce-page) .entry a:not(.wp-block-button__link):not(.wp-block-file__button) {
    text-decoration: none !important;
}


a:focus,
a.x-btn:focus,
select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="submit"]:focus,
input[type="checkbox"]:focus,
input[type="button"]:focus {
    outline: none !important;
}
