/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/
/*EVENTS*/
.geodir-ayi-wid {padding:10px;border:1px solid var(--contrast-3)!important;border-radius:10px!important;margin-bottom:5px;}
.wp-block-post-author__avatar img {margin-right: 0em;width 50px!important;height:auto;border-radius:50%;box-shadow: 0px 0px 5px 1px rgb(0 0 0 / 15%)!important;}
.wp-block-post-author__avatar {margin-right: 10px;}
.wp-block-post-author__name {font-size:18px;font-weight:600;}
.wp-block-post-author__content {margin-top: 10px;} /*moved autor name down to centre on avatar*/
.geodir-field-map_directions {border:1px solid #0a0a0a;padding:10px;}
/*RSVP Tab Styling*/
.event-title {margin:20px;font-weight:600;}
.event-item {
    display: flex; /* Use flexbox to create a horizontal layout */
    padding: 20px;
    background-color: white;
    border-radius: 10px;
    margin-bottom: 20px;
    box-shadow: 0px 0px 5px 1px rgb(0 0 0 / 15%);
}
@media only screen and (max-width: 767px) {
    .event-item {
        flex-direction: column; /* Change to vertical layout on smaller screens */
        align-items: center; /* Center align content horizontally */
        text-align: center; /* Center align text */
    }
}
.event-thumbnail {max-width:25%;}
.event-thumbnail img{border-radius:10px;}
@media only screen and (max-width: 767px) {
    .event-thumbnail {max-width:100%;}
    }
}
/* MY ACTIVITY TAB */
.toast.show.w-100.mw-100.shadow-none{
    margin-bottom:20px!important;
	padding:10px!important;
	box-shadow: 0px 0px 5px 1px rgb(0 0 0 / 15%)!important;
}
.bsui .toast-body {
    padding: var(--bs-toast-padding-x);
    word-wrap: break-word;
    font-size: 16px;
}
/*Notifications TAB*/
.avatar.avatar-50.photo.rounded-circle {
    max-width: 100%;
    width:80px;
	height: auto;
    vertical-align: middle;
	box-shadow: 0px 0px 5px 1px rgb(0 0 0 / 15%)!important;
	margin-right:20px;
	text-align: center; /* Center align text */
}
.notification-item.col-12.p-3.m-0.unread.bg-light {
    background-color: white!important;
    padding: 20px!important;
    box-shadow: 0px 0px 5px 1px rgb(0 0 0 / 15%)!important;
    margin-bottom: 20px!important;
    border-radius: 10px;
}
/* BBPRESS */
.bbpress-subscribed-loop {
    display: flex; /* Use flexbox to create a horizontal layout */
    padding: 20px;
    background-color: white;
    border-radius: 10px;
    margin-bottom: 20px;
    box-shadow: 0px 0px 5px 1px rgb(0 0 0 / 15%);
}
@media only screen and (max-width: 767px) {
    .bbpress-subscribed-loop {
        flex-direction: column; /* Change to vertical layout on smaller screens */
        align-items: center; /* Center align content horizontally */
        text-align: center; /* Center align text */
    }
}
.bbpress-avatar-container {
    flex: 0 0 auto; /* The avatar column will not grow or shrink */
    margin-right: 20px; /* Add spacing between avatar and text */
	text-align: center; /* Center align text */
}

.bbpress-avatar img{
    max-width: 100%; /* Ensure the avatar doesn't exceed container width */
	width: 80px;
    border: 3px white;
    border-radius: 50%;
    box-shadow: 0px 0px 10px 0 rgb(0 0 0 / 25%);
}
.bbpress-subscribed-text-container {
    flex: 1; /* Text container will take up available space */
}
.bbpress-subscribed-title {
    font-size: 20px;
    font-weight: 600;
    color: var(--global-color-blue)!important;
}

.bbpress-reply-content {
	margin-top:10px;
	font-weight:400;
	font-size:16px;
}

.bbpress-content-author {
	margin-top:10px;
	font-weight:400;
	font-size:14px;
}

.bbpress-modified-date {
	margin-top:10px;
	font-weight:400;
	font-size:12px;
	color:#333333
}
/* Forum home page */
#bbpress-forums li.bbp-body ul.forum, #bbpress-forums li.bbp-body ul.topic {padding: 30px 20px 30px 20px!important;box-shadow: 0px 0px 10px 3px rgb(0 0 0 / 25%);}
.entry-title {display:none;}
.bbp-forum-title {font-size:22px;font-weight:500;color:var(--global-color-blue);}
.bbp-forum-info, .bbp-forum-reply-count, .bbp-forum-topic-count, .bbp-forum-freshness {font-size:14px;}
.bbp-forum-content {font-size:14px!important;}
.bbp-forums-list {display:none;}
#bbpress-forums li.bbp-footer, #bbpress-forums li.bbp-header {background: var(--global-color-13);border-color: var(--global-color-13);border-top: 0px solid #eee;padding: 20px 10px 20px 10px;text-align: left;color: var(--global-color-blue);}
#bbpress-forums li.bbp-body ul.forum,#bbpress-forums li.bbp-body ul.topic,#bbpress-forums li.bbp-header,#bbpress-forums li.bbp-footer {padding: 20px;}
.bbp-footer {display:none;}
/*bbpress search bar*/
#bbpress-forums ul.bbp-forums, #bbpress-forums ul.bbp-lead-topic, #bbpress-forums ul.bbp-replies, #bbpress-forums ul.bbp-search-results, #bbpress-forums ul.bbp-topics {border: 0px;}
#bbp-search-form input[type="submit"] {background-color: var(--contrast);color: var(--base-3);font-size: 16px;font-weight: 600;letter-spacing: 0.1em;padding: 10px 20px;border-radius: 0px;border: 1px;margin: 0;height: 50px;}
#bbp-search-form input[type="text"] {font-size: 16px;background: var(--global-color-13);border-color:var(--contrast-2);padding: 10px 20px;margin-right: 0px;border-radius: 0px;border: 1px;width: 55%;height: 50px;}
.bbp-forum-visibility-publish {padding: 10px 0px 10px 0px;}
@media only screen and (max-width: 767px) {#bbp-search-form input[type="submit"] {width: 100%!important;margin-bottom:20px;}}
@media only screen and (max-width: 767px) {#bbp-search-form input[type="text"] {width: 100%!important;margin-bottom:1px;}}
/*bbpress search bar on forum page*/
.gb-grid-column.gb-grid-column-83c621cd {box-sizing: border-box;width: 60%;} /*text container*/
.gb-grid-column.gb-grid-column-9730cd16 {width: 40%;text-align: right;} /*search form*/
@media only screen and (max-width: 767px) {.gb-grid-column.gb-grid-column-83c621cd {width: 100%;} /*text container*/}
@media only screen and (max-width: 767px) {.gb-grid-column.gb-grid-column-9730cd16 {width: 100%} /*search form*/}
@media only screen and (max-width: 767px) {li.bbp-forum-info, li.bbp-topic-title {float: none;text-align: left;width: 100%;margin-bottom: 30px!important;}}
@media only screen and (max-width: 767px) {li.bbp-forum-reply-count, li.bbp-forum-topic-count, li.bbp-topic-reply-count, li.bbp-topic-voice-count {float: none;text-align: left;width: 100%;}}
@media only screen and (max-width: 767px) {li.bbp-forum-reply-count, li.bbp-forum-topic-count, li.bbp-topic-reply-count, li.bbp-topic-voice-count {float: none;text-align: left;width: 100%;}}
@media only screen and (max-width: 767px) {#bbpress-forums li.bbp-header {display: none;}}
#bbpress-forums ul.bbp-lead-topic, #bbpress-forums ul.bbp-topics, #bbpress-forums ul.bbp-forums, #bbpress-forums ul.bbp-replies, #bbpress-forums ul.bbp-search-results, #bbpress-forums, div.bbp-breadcrumb, div.bbp-topic-tags {font-size: 14px;}
.bbp-topic-permalink {font-size:20px;font-weight:600;color:var(--global-color-blue);}
.bbp-topic-title, .bbp-topic-voice-count, .bbp-topic-reply-count, .bbp-topic-freshness {font-size:14px;}
#bbpress-forums fieldset.bbp-form input[type=password], #bbpress-forums fieldset.bbp-form input[type=text], #bbpress-forums fieldset.bbp-form select {font-size: 14px;}
div.bbp-template-notice, div.indicator-hint {border-width: 0px;border-style: solid;padding: 1em 1em;margin: 5px 0 15px;border-radius: 0px;background-color: var(--global-color-13);border-color: var(--global-color-blue);color: var(--global-color-blue);clear: both;}
@media only screen and (max-width: 767px) {#bbpress-forums .bbp-body div.bbp-reply-author, #bbpress-forums .bbp-body div.bbp-topic-author {padding-left: 80px;min-height: 50px!important;}}
#bbpress-forums li.bbp-header .bbp-reply-author, .bbp-reply-content {text-align: left;font-size:14px;}
#bbpress-forums div.bbp-forum-content, #bbpress-forums div.bbp-reply-content, #bbpress-forums div.bbp-topic-content {font-size: 16px;line-height: 1.5;padding: 20px 15px 15px 10px;}
#bbpress-forums .bbp-forum-info .bbp-forum-content, #bbpress-forums p.bbp-topic-meta {font-size: 16px!important;}
.bbp-topic-started-by {font-size:14px;}
.bbp-author-name {font-size: 14px;}fu #subscription-toggle {font-size: 16px;margin-top: 10px;margin-bottom: 20px;}
/*#bbpress-forums div.bbp-forum-author, #bbpress-forums div.bbp-reply-author, #bbpress-forums div.bbp-topic-author {padding: 12px 12px 12px 0;width: 140px;text-align: center!important;}*/
#bbpress-forums fieldset.bbp-form label {font-size: 16px;}
div.bbp-template-notice li, div.bbp-template-notice p {font-size: 14px;}
#bbpress-forums li.bbp-footer .bbp-forum-content, #bbpress-forums li.bbp-footer .bbp-reply-content, #bbpress-forums li.bbp-footer .bbp-search-content, #bbpress-forums li.bbp-footer .bbp-topic-content, #bbpress-forums li.bbp-header .bbp-forum-content, #bbpress-forums li.bbp-header .bbp-reply-content, #bbpress-forums li.bbp-header .bbp-search-content, #bbpress-forums li.bbp-header .bbp-topic-content {margin-left: 0px;padding: 0;text-align: left;font-size: 14px;}
#bbpress-forums ul.bbp-threaded-replies {margin-left: 30px;}
.gb-container-6ee7ad6f {background-color: var(--global-color-blue);color:#ffffff;padding:30px 50px 10px 50px;margin:-86px -75px 20px -75px;}
@media only screen and (max-width: 767px) {.gb-container-6ee7ad6f {padding:20px 30px 10px 30px;margin:-66px -25px 20px -25px;}}
.gb-container-6ee7ad6f a {color: #ffffff;}
.gb-container-6ee7ad6f a:hover {color: var(--global-color-13);}
.bbp-author-role {display:none;}
/*avatar*/
#bbpress-forums div.bbp-forum-author img.avatar, #bbpress-forums div.bbp-reply-author img.avatar, #bbpress-forums div.bbp-topic-author img.avatar {margin: 10px 0px 0px 0px;border: 3px white;border-radius: 50%;box-shadow: 0px 0px 10px 0 rgb(0 0 0 / 25%);}
@media only screen and (max-width: 767px) {#bbpress-forums div.bbp-reply-author img.avatar, #bbpress-forums div.bbp-topic-author img.avatar {width: 50px;top: -20px;}}
#bbpress-forums .widget_display_replies img.avatar, #bbpress-forums .widget_display_topics img.avatar, #bbpress-forums div.bbp-template-notice img.avatar, #bbpress-forums p.bbp-topic-meta img.avatar, #bbpress-forums ul.bbp-reply-revision-log img.avatar, #bbpress-forums ul.bbp-topic-revision-log img.avatar {border: 3px white;border-radius: 50%;min-width: 25px;min-height: 25px;max-height: 30px;max-width: 30px;}
/*bbpress voting*/
.bbp-voting.bbp-voting-float {float: right;}
.bbp-voting {margin-left: 20px;padding: 0px;min-width: 0px;}
.bbp-voting .score {font-size: 18px;font-weight: 400;color: #03405c;}
.bbp-voting a.vote {border-left: 8px solid transparent !important;border-right: 8px solid transparent !important;}
/*.bbp-topic-voice-count {display:none;}*/
/*append text to topic and discusison counts on mobile*/
/*@media only screen and (max-width: 767px) {li.bbp-forum-reply-count, li.bbp-topic-reply-count::after {content: ' Replies';}}*/
@media only screen and (max-width: 767px) {.bbp-forum-topic-count::aftere {content: ' Topics';}}
@media only screen and (max-width: 767px) {.bbp-forum-reply-count, .bbp-topic-reply-count, li.bbp-topic-reply-count::after {content: ' Replies';}}
@media only screen and (max-width: 767px) {.bbp-forum-reply-count::after {content: ' Replies';}}
@media only screen and (max-width: 767px) {.bbp-topic-voice-count::after {content: ' Members';}}
@media only screen and (max-width: 767px) {.bbp-topic-freshness::before {content: 'Activity: ';}}
@media only screen and (max-width: 767px) {li.bbp-forum-freshness::before {content: 'Activity: ';}}
@media only screen and (max-width: 767px) {li.bbp-forum-freshness, li.bbp-topic-freshness {text-align: left;float: none;width: 100%;padding-top: 10px;}}
@media only screen and (max-width: 767px) {span.bbp-reply-post-date, span.bbp-topic-post-date {margin-right: 10px;}} /*admin text above forum topic*/
/*Top sections of forum pages - hidden due to grid laout*/
.bbp-template-notice.info {display:none;}
.bbp-pagination {display:none;}
/*.subscription-toggle {display:none;}
#bbpress-forums #favorite-toggle, #bbpress-forums #subscription-toggle {display:none;}*/
/*.subscription-toggle {padding: 10px 20px 10px 20px;background-color:#0a0a0a;color:white;}
.subscription-toggle:hover {background-color:#444444;color:white;} 
.favorite-toggle {margin-right: -7px;padding: 10px 20px 10px 20px;background-color:#0a0a0a;color:white;} 
.favorite-toggle:hover {background-color:#444444;color:white;}*/
.bbp-topic-tags {display:none;}
.bbp-forum-header a.bbp-forum-permalink, .bbp-reply-header a.bbp-reply-permalink, .bbp-topic-header a.bbp-topic-permalink {font-size: 14px;}
span.bbp-admin-links a {font-size: 12px;}
.bbp-voting a.vote.down {border-top: 15px solid #F15B2A !important;}
.bbp-voting a.vote.up {border-bottom: 15px solid #79D4AD !important;}
/*Shadow around forum containers*/
#bbpress-forums div.even, #bbpress-forums ul.even {box-shadow: 0px 0px 10px 3px rgb(0 0 0 / 25%);}
#bbpress-forums li.bbp-body, #bbpress-forums li.bbp-footer, #bbpress-forums li.bbp-header {box-shadow: 0px 0px 5px 1px rgb(0 0 0 / 25%);}
#bbpress-forums fieldset.bbp-form {padding: 0px 20px 20px 20px;margin-top: -20px;margin-right: 5px;margin-bottom: 20px;margin-left: 5px;box-shadow: 0px 0px 5px 1px rgb(0 0 0 / 25%);} 
#bbpress-forums fieldset.bbp-form legend {font-size: 18px;font-weight: 600;padding-top: 60px;margin-bottom: 0px;}
div.bbp-submit-wrapper {float: left;}
/*BBPRESS END*/
/*menu highlights*/
.feature-menu {background-color:rgba(242, 91, 41, 0.3);border-radius:5px;} 
/*Move main context box up 100px over page hero*/
.site-content .content-area { margin-top: -100px; z-index: 0; }
/*Related Post Styling*/
.wpsp-related-posts1 {background-color: #fff;padding: 15px 20px 50px 20px;margin-top: 20px;-webkit-box-sizing: border-box;box-sizing: border-box;box-shadow: 5px 5px 10px 0 rgb(0 0 0 / 25%) !important;counter-reset: wplogout-list;}
#77171 p{counter-increment: wplogout-list;margin-bottom: -25px;}
#77171 p:before {content: counter(wplogout-list) ". ";color: #1b78e2;}
/*THA CONTAINER STYLING*/
.warning-box {background-color:var(--global-color-14);padding: 20px 20px 5px 20px;border-radius:0px;}
.text-box-dark {background-color: var(--global-color-dusty-grey);padding: 20px 20px 2px 20px;border-radius:0px;font-size:1.1em;margin-bottom:30px;text-align:center;color:var(--base-3);}
.text-box-light {background-color: var(--global-color-12);padding: 20px 20px 2px 20px;border-radius:0px;margin-bottom:30px;}
.text-box-mid {background-color: var(--global-color-13);padding: 20px 20px 2px 20px;border-radius:0px;margin-bottom:30px;}
.feature-box {/*background colours are now inline styles*/padding: 25px 25px 20px 25px;margin: 30px 0px 30px 0px;border-radius:0px;color:var(--base-3);}
/*THA container elements*/
.container-radius {border-radius: 0px;}
.container-shadow {box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.30);}
/*CSS Modal Popup*/
@media only screen and (max-width: 767px) {.black-button {width:fit-content}}
.modalDialog {position: fixed;top: 0;right: 0;bottom: 0;left: 0;background: rgba(0, 0, 0, 0.8);z-index: 99999;opacity:0;-webkit-transition: opacity 400ms ease-in;-moz-transition: opacity 400ms ease-in;transition: opacity 400ms ease-in;pointer-events: none;}
.modalDialog:target {opacity:1;pointer-events: auto;}
.modalDialog > div {width: 400px;position: relative;margin: 10% auto;padding: 5px 20px 13px 20px;border-radius: 5px;background: #FFFFFF;}
.close {background: #606061;color: #FFFFFF;line-height: 25px;position: absolute;text-align: center;top: 10px;width: 24px;text-decoration: none;font-weight: bold;-webkit-border-radius: 12px;-moz-border-radius: 12px;border-radius: 12px;}
.close:hover {color: #79D4AD;}
.modal-header .close[data-dismiss="modal"] {padding: 0px 0px 30px 0px!important;margin: -1rem 0rem -1rem auto!important;float: right!important;position: relative!important;justify-content: right;flex: end;}
.apply-filters {margin:10px 0px 20px 0px;border-radius: 5px;}
.apply-filters:hover {color: #79D4AD;}
/*End CSS Modal*/
/*Hide images from the search bar listing suggestions*/
.gd-suggestions-dropdown .gdasac-icon {display:none!important;}
.gd-suggestions-dropdown .list-group-item-action {padding-left: 10px!important;}
/*Load more button on photo gallery*/
#cff .cff-load-more {width: fit-content;padding: 10px 20px;}
/*GRADE Badge (circle) for hike card*/
/*grade 1*/
.wpgb-block-term[data-id="26732"] {background: #79D4AD;}
/*grade 2*/
.wpgb-block-term[data-id="26733"] {background: #CC6699;}
/*grade 3*/
.wpgb-block-term[data-id="26722"] {background: #FFAE00;}
/*grade 4*/
.wpgb-block-term[data-id="26726"] {background: #F15B2A;}
/*grade 5*/
.wpgb-block-term[data-id="26730"] {background: #EC0033;}
/*gridbuilder map height on mobile*/
@media only screen and (max-width: 767px) {.wpgb-map-facet {height: 600px;}}
/*gridbuilder map styling*/
.leaflet-container a {color: #035D5D!important;}
/*gridbuilder reset button*/
.wpgb-facet button.wpgb-button {padding: 10px 33px!important;background: #0a0a0a;}
.wpgb-facet button.wpgb-button:hover {background: #444444;}
/*gridbuilder map popup cotainer*/
.wpgb-map-facet .leaflet-popup-content-wrapper, .wpgb-map-facet .gm-style .gm-style-iw-c {overflow: hidden;padding: 0 !important;max-height: none !important;border-radius: 2px;}
.wpgb-facet .mapboxgl-popup-content, .wpgb-facet .gm-style .gm-style-iw-d, .wpgb-facet .leaflet-popup-content {overflow: hidden;padding: 0;border-radius: 2px!important;}
/*hide Review navigation text from post comments (h1)*/
.assistive-text {display: none;}
/*GridBuilder MAP - hide active update on pan checkbox on mpa*/
.wpgb-map-pan-to-search {display: none!important;}
/*responsive video size*/
.video {position: relative;padding-bottom: 56.25%;padding-top: 20px;height: 0;overflow: hidden;}
.video iframe,  
.video object,  
.video embed {position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
.wpgb-facet select.wpgb-select:not([multiple]) {background-color: #ffffff;color: #0a0a0a;}
/*gridbuilder dropdown field bottom offset*/
.wpgb-facet>fieldset:last-child {margin-bottom: 30px!important;}
/*home page search field facet*/
.wpgb-facet .wpgb-search-facet input[type="search"], .wpgb-facet .wpgb-autocomplete-facet input[type="search"] {padding: 6px 32px;background-color: #ffffff!important;}
.gb-container-10b8388e > .gb-inside-container {display: inline-flex;}
.wpgb-facet button.wpgb-apply, .wpgb-facet button.wpgb-reset {margin: 0 0 40px 10px!important;padding: 12px 36px;}
/*metaslider display responsive types (commented out as not using this as of 24/08/2023)
@media only screen and (max-width: 767px) {.metaslider-27111 {display:none;}}
@media screen and (min-width:650px) {.metaslider-130029 {display:none;}}
@media screen and (min-width:650px) {.metaslider-136929 {display:none;}}*/
/*map clusters overlays*/
.wpgb-map-facet .leaflet-cluster-icon.leaflet-digits-3 {background-image: url("/wp-content/uploads/2022/03/map-cluster-3-purple.png")!important;}
/*photonic gallery more buton*/
.photonic-more-button, .photonic-more-button:visited, .photonic-show-gallery-button, .photonic-show-gallery-button:visited {margin: 10px 0 0 0!important; padding: 10px 100px!important; font-family: inherit!important; font-size: inherit!important; background: rgba(10, 10, 10, 0.0)!important; color: #0a0a0a!important; border-radius: 0px!important;border:2px solid #0a0a0a;}
.photonic-more-button:hover {background: rgba(10, 10, 10, 0.25)!important;text-decoration:none!important;}
/*hide photinic spinner*/
.photonic-loading { display: none !important; }
/*breadcrumbs*/
.gd-breadcrumbs {font-size: 12px;margin-top: -15px;color: #777777;text-align: center;}
/*Bookmark and List Icons - Selected*/
.fa-solid.fa-bookmark {color: #F15B2A!important;}
.fa-regular.fa-square-check {color: #F15B2A!important;}
.fa-solid.fa-heart {color: #F15B2A!important;}
/*WP Block button*/
.wp-block-button {border-radius: 0px;padding: 0px!important;}
/*WP Block button Link*/
.wp-block-button__link {border-radius: 0px;padding: 0px;!important}
/*Button hover color set in theme editor*/
/*a.wp-block-button__link:not(.has-background):hover {color: #ffffff;background-color: #444444!important;}*/
.gd-secondary.gv-secondary {font-weight: 400;}
/*Headline on main home page banner*/
.white-headline {text-align: center;margin-bottom: 30px;}
/*Headings in home page image containers*/
.image-headlines {text-shadow: rgba(0, 0, 0, 0.5) 5px 5px 10px;color: #ffffff;text-transform:uppercase;font-size:36px;}
/*Darren Edwards Profile Pic*/
.darren-edwards {border-radius: 50%;border-top-width: 0px;border-top-style: solid;border-right: 4px solid var(--global-color-dusty-grey);border-bottom-width: 0px;border-bottom-style: solid;border-left: 4px solid var(--global-color-blue);width: 100px;}
/*Mobile menu icon size*/
.main-navigation .menu-toggle {font-size: 30px;padding-right:0px!important;}
@media (max-width: 975px) {.main-navigation .menu-toggle {padding-right:0px!important;}}
/*Padding below post navigation in footer*/.site-main .post-navigation {margin-bottom: 30px;}
/*.gp-icon.icon-search {font-size: 24px;}*/
/*Title on home page*/ .has-x-large-font-size {line-height: 1.1em;}


/*END DARREN*/

/*ADDED BY NATHAN*/
/*General CSS*/
.comma-after::after {content: ","}
.gd-badge.border-0.gd-badge-btn {padding: 15px 20px!important;font-size: 16px!important;border-radius: 0px!important;line-height: 1.5!important;background-color:rgba(10, 10, 10, 0.0)!important;border:2px solid!important;border-color:#0a0a0a!important;color:#0a0a0a!important}
.gd-badge.border-0.gd-badge-btn:hover {background-color:rgba(10, 10, 10, 0.25)!important}
@media only screen and (max-width: 767px) {.gd-badge-btn {width:fit-content}}
/*box shadow*/
.site-main{box-shadow: 5px 5px 10px 0 rgb(0 0 0 / 25%)}
.home .site-main{box-shadow: none}
/*sidebar margin*/
.separate-containers .content-area {margin-right: 20px!important;margin-left: 20px!important}
.geodir-page.right-sidebar .site-main {margin-right:0px}
/*Navigation Menu*/
.inside-navigation {border-bottom: 1px rgb(255 255 255 / 50%) solid; margin: 10px 30px;} 
/*GD Search-Box*/
.fa-cog:before {content:"\f1de"!important}
/*Footer*/
.footer-socials-text {vertical-align: top}
.footer-socials-icons {width: fit-content;display: inline-block;}
.custom-footer .submit-container .ninja-forms-field {border-radius: 0px;}
.custom-footer.search-box {overflow: visible;}
/*homepage*/
.home .inside-article {background-color:var(--base)	padding:0px}
.home .page-hero .gd-search-field-near {display:none}
.home .page-hero .geodir-show-filters {display:none}
.home .page-hero .bsui .form-control {border-radius: 0px;border:2px solid #ffffff;}
.home .page-hero .geodir_submit_search {width:50px;background-color: rgba(30, 46, 56, 0.0); border-color: #ffffff;border:1px solid #ffffff!important;border-radius:0px}
.home .page-hero .geodir_submit_search:hover {background-color: rgba(10, 10, 10, 0.25)!important}
/*Near Me button*/
.home .custom-near-me-btn .gd-badge {background-color: rgba(30, 46, 56, 0.0)!important;color: #ffffff;padding: 15px 20px;font-size: 18px;border-radius: 0px;border:1px solid #ffffff!important;line-height: inherit;width: fit-content;margin:0px!important}
/*Near Me button hover*/
.home .custom-near-me-btn .gd-badge:hover {background-color: rgba(10, 10, 10, 0.25)!important}
.home .custom-near-me-btn .gd-badge, .home .mw-150 {min-width: 150px!important;}
.gb-button-ad80d769:hover {text-decoration: none;}
.wp-block-button__link:not(.has-background):hover {text-decoration: none;}
.wpgb-block-4:hover {text-decoration: none;}
@media only screen and (max-width: 768px) {.home .custom-near-me-btn .gd-badge {margin-left:auto!important;margin-right:auto!important}}
.bsui .pl-4, .bsui .px-4 {padding-left: 2rem !important;}
/*WP Search Page*/
.search-results .generate-columns-container {padding: 50px 75px 50px 75px;background: #ffffff;margin-left: 0px;}
@media only screen and (max-width: 768px) {.search-results .generate-columns-container {padding: 30px 25px 30px 25px;}}
.search-results .page-header {display:none}
.search-results .generate-columns-container .generate-columns {margin-bottom: 2em;padding:0em 1em}
.search-results .generate-columns-container .inside-article {padding: 0px;box-shadow: 1px 1px 15px 0 rgb(0 0 0 / 25%);border-radius: 3px;}
/*GD Archive pages & Search*/
/*.geodir-archive .grid-container,.geodir-page-location .grid-container {max-width:1240px}
.geodir-archive .inside-article ,.geodir-page-location .inside-article  {padding-left:0px;padding-right:0px}*/
@media only screen and (max-width: 768px) {.bsui .row-cols-sm-2>* {flex: 0 0 100%;max-width: 100%;}}
.geodir-page-search .post-card-img, .geodir-page-search .post-card-meta {display:none} 
.geodir-page-search .post-card-dynamic-content-container .gb-inside-container {padding-right: 0px;padding-left: 0px;}
/*GD Compare Page*/
.geodir-compare-field-images, .geodir-compare-field-ratings {display:none}
/*GD Archive Item*/
.bsui .ab-bottom-left {left: 30%;right: 30%;}
.geodir-post .card-body {margin-top: -32px;position: relative;background: white;padding-top: 32px!important;}
.geodir-post .card-body .geodir-entry-title {font-size: 18px;}
.geodir-post .card .hike-grade-cardab-bottom-left {position: absolute;z-index: 1;bottom: 12px;left: 50%;margin: 0;transform: translate(-50%, 0);}
/*.geodir-post .card-footer {display: grid;grid-template-columns: 1fr 1fr 1fr;}*/
.geodir-post .card-footer .geodir-post-meta-container {border-right: 1px solid #3a3a3a;width: fit-content;display: inline-block;padding-right: 8px;}
.geodir-post .card-footer .geodir-post-meta-container:last-of-type {border-right:none}
.geodir-post .card-footer .geodir_post_meta {width: fit-content;display: inline-block!important}
/*Map Bubble*/
.leaflet-popup-content-wrapper {background: none;padding:0px;border-radius: 0px;}
.leaflet-popup-content {margin:0px}
.custom-gd-bubble {min-width:300px}
.custom-gd-bubble .gd-bubble-inside {background-color: #ffffff;}
.custom-gd-bubble .geodir-entry-title {font-size: 18px;}
.custom-gd-bubble .geodir-bubble_body {padding: 20px 10px;font-size:15px;}
/*.custom-gd-bubble .hike-grade-card {position: relative !important;}*/
.custom-gd-bubble .hike-grade-card {position: relative;}
/*.custom-gd-bubble .hike-grade-card .gd-badge {position: absolute;z-index: 1;bottom: -15px;left: 50%;margin: 0;transform: translate(-50%, 0);}*/
.custom-gd-bubble .hike-grade-card .gd-badge {position: absolute;z-index: 1;bottom: -22px;left: 50%;margin: 0;transform: translate(-50%, 0);}
.custom-gd-bubble .geodir-bubble_footer {padding: 10px 10px;background-color: rgba(0,0,0,0.03);border-top: 1px solid rgba(0,0,0,0.125);}
.custom-gd-bubble .geodir-bubble_footer .geodir-post-meta-container {width: fit-content; display: inline-block!important;}
/*GD Details Page*/
.geodir-page-single .page-hero .gd-secondary {display:none}
.geodir-page-single #weather {max-height:290px}
.geodir-page-single .gd-rating-wrap .fa-fw {width:1.4em}
@media only screen and (max-width: 400px).geodir-page-single .gd-rating-label {display:none}
.geodir-page-single .comments-area .commentlist {margin-left:0px}
.geodir-page-single .comments-area .comments-title, .geodir-page-single .comments-area .media-heading {font-size:1.2rem;display:none;}


/*Post Comment button*/
.comment-form>.form-submit {margin-bottom: 0;max-width: fit-content;}
button, html input[type="button"], input[type="reset"], input[type="submit"], a.button, a.wp-block-button__link:not(.has-background) {color: #0a0a0a;background-color: rgba(10, 10, 10, 0.0);border-radius:0px;border:2px solid #0a0a0a;}

/*Post review button*/
.submit.btn.btn-primary.form-control.text-white {background: #0a0a0a;border: none;}
.submit.btn.btn-primary.form-control.text-white {background: rgb(10 10 10 / 0%);border: 2px solid #0a0a0a;color: #0a0a0a!important;border-radius: 0px;}
.submit.btn.btn-primary.form-control.text-white:hover {background: rgb(10 10 10 / 25%);}

/*GD Profile and Accounts page buttons*/
.bsui input[type="submit"].btn-block, .bsui input[type="reset"].btn-block, .bsui input[type="button"].btn-block {background-color: #0a0a0a; margin-top: 10px;width: fit-content;border:none; text-transform: inherit!important;}
.btn.btn-primary.btn-block.text-uppercase:hover {box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.0);outline: 0 !important;background-color: #444444;}
.bsui .btn-circle.btn-sm, .bsui .btn-group-sm>.btn-circle.btn {height: 1.85rem;width: 1.85rem;font-size: .85rem!important;}
.uwp-user-title.h2.card-title {margin-top:20px!important;}