/**
 Theme Name:         Hubhood
 Theme URI:          http://wt.ax/hubhood
 Author:             Web Design Trade
 Author URI:         https://themeforest.net/user/webdesigntrade
 File Description:   Master stylesheet for the theme (front end)

 @package Hubhood

/*******************************************************************************
Table of Contents
********************************************************************************
01 - Reboot (Normalize)
02 - Base / WordPress Core / Custom Bootstrap
03 - Typography
04 - Header ( Topbar ) / Navigation
05 - Quick Popup
06 - Buttons
07 - Separators
08 - Logged In User Menu
09 - WordPress Gallery
10 - Tags and Amenities
11 - Blog Comments
12 - Sidebar & General Widgets
13 - Listing Reviews
14 - Maps
15 - Single Listing
16 - Single Blog Article
17 - Glide Slide
18 - Page Header
19 - Blog Posts ( Archive ) & Pagination
20 - Lightbox
21 - Intl-tel-input
22 - Geolocation
23 - Quick Search Menu and Ajax Search
24 - WP Job Manager - General
25 - WP Job Manager - Listing Submission
26 - Woocommerce And WP Job Manager With Woocommerce
26b - Marketplace
27 - General Styles
28 - Form Placeholders
29 - Hero Sections & Popups
30 - General Term Cards
31 - Pricing Page / Pricing Cards
32 - Review Form
33 - Ajax Sign In Forms ( Login, Register, Lost Password )
34 - Map Listing
35 - Map Marker Clusters
36 - Footer
37 - Effects
38 - Media Queries and Fixes
39 - Not Found / 404
40 - Print

/*******************************************************************************
01 - Reboot (Normalize)
Normalize.css, by Nicolas Gallagher and Jonathan Neal, is included on Bootstrap.

@link https://getbootstrap.com/docs/5.0/content/reboot/
*******************************************************************************/

/*******************************************************************************
02 - Base / WordPress Core / Custom Bootstrap
*******************************************************************************/

:root,
.row {
        --vh-offset                    : 0px; 
        --hubhood-color                 : rgb(200, 150, 45);
        --hubhood-background-color-icon : transparent;
        --hubhood-scrollbar-width       : 17px;
        --bs-gutter-x                  : 30px;
        --degree                       : 330deg;
        --angular-stroke               : 45;
        --angular-stroke-diff          : calc(360 - var(--angular-stroke));
        --angular-stroke-scale         : calc(var(--angular-stroke-diff) * 0.64722222222222222222222222222222);
        --heading-background-color     : rgb(25,30,35);
        --widget-heading-icon-size     : 32px;
        --hubhood-dasharray            : 233 /* calc(40 * 3.142 * 1.85) */;
        --hubhood-custom-background-color : #222222;
}

body {
        background-color : #f4f4f4;
        font-size        : 16px;
        overflow-x       : hidden;
        font-weight      : 400;
}

body.hubhood-emulate-fixed {
        overflow : hidden;
}

body:not(.page-template-front-page) {
        padding-top : 90px;
}

.hubhood-is-listing-archive {
        overflow : hidden !important;
}

.container .container {
        padding : 0;
}

.row > [class*="col-"] {
        z-index : 1;
}

.elementor-widget-container > .hubhood-front-widget-wrapper > .container {
        padding-right: var(--bs-gutter-x,.75rem);
        padding-left: var(--bs-gutter-x,.75rem);
}

.container .hubhood-search-bar-container {
        padding-left: 30px;
        padding-right: 30px;
}

.page-template-short-width-page .elementor-widget-container > .hubhood-front-widget-wrapper > .container,
.page-template-medium-width-page .elementor-widget-container > .hubhood-front-widget-wrapper > .container {
        padding-left: 0;     
        padding-right: 0;     
}

p {
        margin-bottom : 0;
}

hr {
        margin: 30px 0;
        overflow: visible;
}

input,
textarea,
select,
button {
        letter-spacing: 0.025em;
}

select + *,
.wp-block-archives-dropdown + *,
.wp-block-categories + * {
        margin-top: 30px;
}

::-ms-clear {
        width : 0;
        height: 0;
}

input[name="post_password"] {
        margin-left: 8px;
        margin-right: 8px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
        color: #252525;
}

/* Breaking long texts */

h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
div,
header,
li {    
        word-break: break-word; 
        -ms-word-wrap: break-word;
        word-wrap: break-word;
        overflow-wrap: break-word;
        word-break: break-word;
        -ms-hyphens: none;
        -moz-hyphens: none;
        -webkit-hyphens: none;
        hyphens: none;
        width: auto;
}

.hubhood-listing-card-title,
.hubhood-card-meta {
        word-break      : break-word;
        -webkit-hyphens : none;
        -moz-hyphens    : none;
        hyphens         : none;
}

a {
        outline: none; /* Important to avoid any outlined links for clean design */
}

a,
a:hover,
a:focus {
        text-decoration: none;
}

.hubhood-link {
        color: var(--hubhood-color) !important;
}

p.has-background {
        padding: 30px;
}

.single p.has-background[class*="fa fa-"],
.page p.has-background[class*="fa fa-"] {
        position: relative;
        padding-top: 150px;
}

.single p.has-background[class*="fa fa-"]:before,
.page p.has-background[class*="fa fa-"]:before {
        position: absolute;
        top: 30px;
        left: 50%;
        margin-left: -30px;
        width: 60px;
        height: 60px;
        line-height: 62px;
        text-align: center;
        padding-left: 2px;
        border-radius: 50%;
        background-color: #fff;
        color: #252525;
        font-size: 30px;
        z-index: 1;
}

.single p.has-background[class*="fa fa-"]:after,
.page p.has-background[class*="fa fa-"]:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 120px;
        background-color: rgba(0,0,0,0.2);
        color: #252525;
}

p,
figure,
hr,
pre,
dl,
address,
.wp-block-code,
.wp-block-image,
.wp-block-button__link,
.gallery,
.wp-block-cover,
.wp-block-cover-image,
blockquote,
blockquote cite,
.wp-block-quote,
.wp-block-archives-dropdown,
.wp-block-categories,
.wp-block-file,
.wp-block-quote__citation,
.wp-block-quote cite,
.wp-block-quote footer,
.wp-block-quote.is-large,
.wp-block-quote.is-style-large,
.single #main ul,
.single #main ol,
.page #main ul,
.page #main ol,
.wp-block-cover,
.alignfull,
figure + p,
[class*="wp-block-"],
.wp-block-archives,
.wp-block-categories,
article table,
#comments table,
.wp-audio-shortcode,
.wp-block-pullquote.is-style-solid-color blockquote p,
.textwidget * {
        margin-top: 0;
        margin-bottom: 30px;
}

.hubhood-listing-location-address address {
        margin-bottom: 0;
}

.page-content .hubhood-single-blog-content-wrapper > ul,
.page-content .hubhood-single-blog-content-wrapper > ol,
.page-content .hentry > ul,
.page-content .hentry > ol {
        margin-top: 30px;
        margin-top: 30px;
}

.page-content ul ul,
.page-content ul ol,
.page-content ol ul,
.page-content ol ol,
.page-content ul ul,
.page-content ul ol,
.page-content ol ul,
.page-content ol ol {
        margin-top: 0;
        margin-top: 0;
}

.page-content ul ul,
.page-content ul ul {
        list-style-type: revert;
}

.hubhood-wp-editor-widget .hubhood-listing-widget-content ul,
.hubhood-wp-editor-widget .hubhood-listing-widget-content ol {
        margin-left: 15px;
}

.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover-image .wp-block-cover-text,
.wp-block-cover-image h2,
.wp-block-cover .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text,
.wp-block-cover h2 {
        padding: 30px;
}

.wp-block-pullquote {
        padding: 30px 0;
}

.wp-block-latest-posts.is-grid li {
        margin: 0 30px 24px 0;
}

article > *:first-child,
blockquote > *:first-child,
blockquote > p > *:first-child,
.panel-body > *:first-child,
.panel-body > p > *:first-child,
.job_description > *:first-child,
.job_description > p > *:first-child,
figure > *:first-child,
.hubhood-listing-description-text > *:first-child,
.hubhood-fix-first-wp-paragraph + *,
.wp-block-columns + *,
.wp-block-column > *:first-child,
.single #main .wp-block-column > ul:first-child,
.single #main .wp-block-column > ol:first-child,
.page #main .wp-block-column > ul:first-child,
.page #main .wp-block-column > ol:first-child,
.wp-block-media-text__content> *:first-child,
.comment-content > *:first-child,
.wp-block-cover > *:first-child,
.wp-block-cover video + *,
.alignleft,
.alignright,
.single #main ul.alignleft,
.single #main ol.alignleft,
.page #main ul.alignleft,
.page #main ol.alignleft,
.single #main ul.alignright,
.single #main ol.alignright,
.page #main ul.alignright,
.page #main ol.alignright,
.single #main ul ul,
.single #main ul ol,
.single #main ol ul,
.single #main ol ol,
.page #main ul ul,
.page #main ul ol,
.page #main ol ul,
.page #main ol ol,
[class*="wp-block-"] > *:first-child,
[class*="wp-block-"] > [class*="wp-block-"]:first-child,
.wp-block-latest-posts__post-date,
.wp-block-column,
.wp-block-media-text__content,
.wp-block-pullquote.is-style-solid-color blockquote > p:first-child,
.textwidget > *:first-child,
.textwidget * > *:first-child,
.wp-block-spacer,
article form > *:first-child,
.hubhood-front-page-has-content > .hubhood-container-wrapper > .container > .row > .col-sm-12 > *:first-child,
.page-content .hubhood-single-blog-content-wrapper > *:first-child,
.page-content .hentry > *:first-child {
        margin-top: 0;
}

.hubhood-list-reviews ~ p {
        margin-top: 30px;
}

.hubhood-list-reviews ~ .hubhood-list-inline {
        text-align: right;
}

.hubhood-list-reviews ~ .hubhood-list-inline .edit-link {
        margin-top: 30px;
}

article > *:last-child,
blockquote > *:last-child,
blockquote > p > *:last-child,
figure > *:last-child,
.hubhood-listing-description-text > *:last-child,
.single #main .wp-block-column > ul:last-child,
.single #main .wp-block-column > ol:last-child,
.page #main .wp-block-column > ul:last-child,
.page #main .wp-block-column > ol:last-child,
.wp-block-media-text__content> *:last-child,
.wp-block-cover > *:last-child,
.single #main ul ul,
.single #main ul ol,
.single #main ol ul,
.single #main ol ol,
.page #main ul ul,
.page #main ul ol,
.page #main ol ul,
.page #main ol ol,
[class*="wp-block-"] > *:last-child,
[class*="wp-block-"] > [class*="wp-block-"]:last-child,
[class*="wp-block-"] > .wp-block-embed__wrapper,
.wp-block-latest-posts__post-date,
.wp-block-latest-posts.is-grid,
.single #main ul.wp-block-latest-posts.is-grid,
.page #main ul.wp-block-latest-posts.is-grid,
.wp-block-pullquote.is-style-solid-color blockquote > p:last-child,
.wp-block-image figure figure,
.textwidget > *:last-child,
.textwidget * > *:last-child,
.wp-block-spacer,
.woocommerce-Tabs-panel--description > *:last-child,
.page-content .hubhood-block-inner > *:last-child,
[class*="wp-block-"]:last-child,
.wp-block-search__input[class*="wp-block-"] {
        margin-bottom: 0;
}

.wp-block-cover-image h1:not(.has-text-color),
.wp-block-cover-image h2:not(.has-text-color),
.wp-block-cover-image h3:not(.has-text-color),
.wp-block-cover-image h4:not(.has-text-color),
.wp-block-cover-image h5:not(.has-text-color),
.wp-block-cover-image h6:not(.has-text-color),
.wp-block-cover-image p:not(.has-text-color),
.wp-block-cover h1:not(.has-text-color),
.wp-block-cover h2:not(.has-text-color),
.wp-block-cover h3:not(.has-text-color),
.wp-block-cover h4:not(.has-text-color),
.wp-block-cover h5:not(.has-text-color),
.wp-block-cover h6:not(.has-text-color),
.wp-block-cover p:not(.has-text-color) {
        color: #fff;
}

.wp-block-cover-image *:not(video):not(img),
.wp-block-cover *:not(video):not(img) {
        z-index: 2 !important;
}

.wp-block-cover-image.has-background-dim:not([style]):before,
.wp-block-cover-image .has-background-dim:not([style]):before,
.wp-block-cover.has-background-dim:not([style]):before,
.wp-block-cover .has-background-dim:not([style]):before {
        background-color: #000;
}

.status-publish.hentry .job-manager-message, /* Important to overwrite Wp Job Manager "important" CSS */
.wp-block-embed__wrapper iframe,
.wp-block-embed__wrapper iframe {
        margin-top: 0 !important; /* Needed to have priority over JavaScript attribution */
        margin-bottom: 0 !important; /* Needed to have priority over JavaScript attribution */
}

.job-manager-message ~ form,
.job-manager-error ~ form,
.job-manager-info ~ form {
        margin-top: 75px !important;
}

.hubhood-remove-last-margin-bottom {
        margin-bottom: 0 !important; /* Needed to have priority over all CSS selectors, no matter what */
}

.job-manager-message a{
        color: var(--hubhood-color);
}

.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
        padding-top: 30px;
        padding-bottom: 30px;
}

.wp-block-media-text .wp-block-media-text__content,
.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
        padding: 0 30px;
}

.wp-block-video {
        font-size: 0;
}

a.opt,
a.opt:hover,
a.opt:focus,
button,
button *,
button:focus,
button:focus * {
        outline: none;
        box-shadow: none;
}

hr {
        border-top: 1px solid rgba(125,125,125,0.1);
        border-bottom: 0;
}

.entry-content hr,
.comment-content hr,
.hubhood-listing-description-text hr {
        clear: both;
}

.entry-content hr:not(.is-style-dots),
.comment-content hr:not(.is-style-dots),
.hubhood-listing-description-text hr:not(.is-style-dots) {
        border-top: 4px solid rgb(30,35,40);
        border-bottom: 0;
        opacity: 0.8;
}

.entry-content .hubhood-price-features-list .hubhood-dashed-separator,
.hubhood-price-features-list .hubhood-dashed-separator {
        border-top: 4px dashed rgba(125,125,125,0.4);
}

.wp-block-separator.is-style-dots:before {
        letter-spacing: 2em;
        font-weight: 800;
        font-size: 30px;
}

blockquote,
.wp-block-quote:not(.is-large):not(.is-style-large) {
        position: relative;
        color: #252525;
        padding: 30px;
        font-size: 18px;
        border-top: 0;
        border-bottom: 0;
        border-left: 4px solid #252525;
        font-style: italic;
}

#comments blockquote,
#comments .wp-block-quote:not(.is-large):not(.is-style-large) {
        border-left: 4px solid #eee;
}

.wp-block-quote > p,
blockquote > p,
.has-large-font-size,
.wp-block-pullquote.is-style-solid-color blockquote p {
        margin-bottom: 15px;
}

blockquote[style*="text-align:right"],
blockquote[style*="text-align: right"],
.wp-block-quote[style*="text-align:right"],
.wp-block-quote[style*="text-align: right"],
.wp-block-quote:not(.is-large):not(.is-style-large)[style*="text-align:right"],
.wp-block-quote:not(.is-large):not(.is-style-large)[style*="text-align: right"],
blockquote.has-text-align-right,
.wp-block-quote.has-text-align-right,
.wp-block-quote:not(.is-large):not(.is-style-large).has-text-align-right {
        border-left: 0;
        border-right: 4px solid #252525;
}

#comments blockquote[style*="text-align:right"],
#comments blockquote[style*="text-align: right"],
#comments .wp-block-quote[style*="text-align:right"],
#comments .wp-block-quote[style*="text-align: right"],
#comments .wp-block-quote:not(.is-large):not(.is-style-large)[style*="text-align:right"],
#comments .wp-block-quote:not(.is-large):not(.is-style-large)[style*="text-align: right"],
#comments blockquote.has-text-align-right,
#comments .wp-block-quote.has-text-align-right,
#comments .wp-block-quote:not(.is-large):not(.is-style-large).has-text-align-right {
        border-right: 4px solid #eee;
}

.wp-block-pullquote {
        border-top: 4px solid #252525;
        border-bottom: 4px solid #252525;
        margin-top: 30px;
        margin-bottom: 30px;
}

#comments .wp-block-pullquote {
        border-top: 4px solid #eee;
        border-bottom: 4px solid #eee;
}

.wp-block-pullquote.is-style-solid-color blockquote {
        padding-left: 0;
        padding-right: 0;
}

.wp-block-pullquote p,
.wp-block-pullquote.is-style-solid-color blockquote p {
        font-size: 28px;
}

.wp-block-quote.alignleft blockquote p,
.wp-block-quote.alignright blockquote p,
.wp-block-pullquote.is-style-solid-color.alignleft blockquote p,
.wp-block-pullquote.is-style-solid-color.alignright blockquote p {
        font-size: 18px;
}

.wp-block-pullquote blockquote,
.wp-block-pullquote .wp-block-quote:not(.is-large):not(.is-style-large),
.wp-block-pullquote blockquote[style*="text-align:right"],
.wp-block-pullquote blockquote[style*="text-align: right"],
.wp-block-pullquote .wp-block-quote[style*="text-align:right"],
.wp-block-pullquote .wp-block-quote[style*="text-align: right"],
.wp-block-pullquote .wp-block-quote:not(.is-large):not(.is-style-large)[style*="text-align:right"],
.wp-block-pullquote .wp-block-quote:not(.is-large):not(.is-style-large)[style*="text-align: right"] {
        border: 0;
        padding-top: 0;
        padding-bottom: 0;
        margin-top: 0;
        margin-bottom: 0;
}

blockquote cite,
.wp-block-quote__citation,
.wp-block-quote cite,
.wp-block-quote footer,
.wp-block-pullquote__citation,
.wp-block-pullquote cite,
.wp-block-pullquote footer,
.wp-block-pullquote.is-style-solid-color blockquote cite,
.wp-block-quote.is-large cite,
.wp-block-quote.is-large footer,
.wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large footer,
.wp-block-pullquote footer {
        color: inherit;
        display: block;
        text-transform: none;
        font-size: 15px;
        font-style: italic;
}

blockquote:not(.has-text-color) cite,
.wp-block-quote:not(.has-text-color) .wp-block-quote__citation,
.wp-block-quote:not(.has-text-color) cite,
.wp-block-quote:not(.has-text-color) cite footer,
.wp-block-pullquote:not(.has-text-color) .wp-block-pullquote__citation,
.wp-block-pullquote:not(.has-text-color) cite,
.wp-block-pullquote:not(.has-text-color) cite footer {
        color: #6c7781;
        text-align: inherit;
}

.wp-block-quote.is-style-large cite {
        text-align: right !important;
}

.wp-block-pullquote:not(.has-text-color) .wp-block-pullquote__citation,
.wp-block-pullquote:not(.has-text-color) cite,
.wp-block-pullquote:not(.has-text-color) cite footer,
.wp-block-pullquote .wp-block-pullquote__citation,
.wp-block-pullquote cite,
.wp-block-pullquote cite footer {
        color: inherit;
}

.wp-block-pullquote p,
.wp-block-pullquote.is-style-solid-color blockquote p {
        font-size: 28px;
}

.hubhood-force-quotes:before {
        content: open-quote;
        padding-right: 5px;
}

.hubhood-force-quotes:after {
        content: close-quote;
        padding-left: 5px;
}

.has-drop-cap:not(:focus)::first-letter {
        font-size: 7em;
        margin: 8px 30px 0px 0;
        font-weight: 500 !important; /* Important to overwrite inline CSS */
}

.has-drop-cap.has-medium-font-size:not(:focus)::first-letter {
        font-size: 6.5em;
        margin: 13px 30px 0px 0;
        font-weight: 500 !important; /* Important to overwrite inline CSS */
}

.has-medium-font-size,
.has-large-font-size {
        font-weight: 700 !important;
}

.has-drop-cap:not(:focus)::after {
        content: "";
        display: table;
        clear: both;
}

.wp-block-file {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 30px;
        border-radius: 0;
        background-color: rgb(35,40,45);
}

.wp-block-file a {
        margin-top: 0;
}

.wp-block-file * {
        color: #fff;
}

figure,
.wp-block-gallery .blocks-gallery-image figure,
.wp-block-gallery .blocks-gallery-item figure {
        position: relative;
        max-width: 100%;
        overflow: hidden;
}

.blocks-gallery-item a:hover,
.wp-block-image a:hover {
        opacity: 0.7;
}

.wp-caption {
        position: relative;
}

.gallery .gallery-caption,
.hubhood-listing-gallery-item-caption,
figure:not(.wp-block-embed):not(.wp-block-audio):not(.wp-block-video):not(.wp-block-gallery) figcaption,
.wp-block-image .aligncenter>figcaption,
.wp-block-image .alignleft>figcaption,
.wp-block-image .alignright>figcaption,
.wp-block-image.is-resized>figcaption,
.wp-block-image figcaption,
.wp-caption-text,
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
        position: absolute;
        display: block;
        background: linear-gradient(0deg,rgba(0,0,0,0.9),rgba(0,0,0,0.3) 70%,transparent);
        color: #fff;
        font-size: 14px;
        line-height: 1.4;
        margin: 0;
        padding: 18px 20px 35px;
        text-shadow: 1px 1px rgba(0,0,0,1);
        width: 100%;
        max-height: 100%;
        text-align: center;
        z-index: 30;
        bottom: 0;
        overflow: hidden;
        overflow-y: auto;
}

.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded figcaption {
        flex: initial;
        background: none;
        color: inherit;
        margin: 0;
        padding: 20px 15px 0px;
        position: relative;
        text-shadow: none;
        color: #252525;
}

.gallery .gallery-caption *,
.hubhood-listing-gallery-item-caption *,
figure:not(.wp-block-embed):not(.wp-block-audio):not(.wp-block-video) figcaption *,
.wp-block-image .aligncenter>figcaption *,
.wp-block-image .alignleft>figcaption *,
.wp-block-image .alignright>figcaption *,
.wp-block-image.is-resized>figcaption *,
.wp-block-image figcaption *,
.wp-caption-text *,
.wp-block-gallery .blocks-gallery-image figcaption *,
.wp-block-gallery .blocks-gallery-item figcaption * {
        color: #fff;
}

.gallery .gallery-caption a,
.hubhood-listing-gallery-item-caption a,
figure:not(.wp-block-embed):not(.wp-block-audio):not(.wp-block-video) figcaption a,
.wp-block-image .aligncenter>figcaption a,
.wp-block-image .alignleft>figcaption a,
.wp-block-image .alignright>figcaption a,
.wp-block-image.is-resized>figcaption a,
.wp-block-image figcaption a,
.wp-caption-text a,
.wp-block-gallery .blocks-gallery-image figcaption a,
.wp-block-gallery .blocks-gallery-item figcaption a {
        text-decoration: underline;
}

figure.wp-block-video figcaption {
        position: relative;
        box-shadow: none;
        background: transparent;
        color: #555d66;
        padding-top: 10px;
}

.container,
.container-fluid {
        position: relative;
}

.hubhood-no-padding {
        padding: 0;
}

.hubhood-grey-background {
        box-shadow: 0 10000px #333 inset;
}

.hubhood-light-grey {
        color: #252525;
}

.hubhood-light-grey {
        color: #bbb;
}

.hubhood-color-design {
        box-shadow: 0 10000px var(--hubhood-color) inset;
        background-color: var(--hubhood-color);
}

.hubhood-color-text-bg {
        background-color: var(--hubhood-color);
        padding-left: 10px;
        padding-right: 10px;
        border-radius: 18px;
        color: #fff;
}

.hubhood-color-design a {
        color: #fff;
        text-decoration: underline;
}

.hubhood-color-design.hubhood-no-data-found a {
        text-decoration: underline;
}

.hubhood-clear-both,
p.hubhood-empty-line {
        clear: both;
        height: 0;
        margin: 0;
        padding: 0;
}

.wp-block-spacer {
        clear: both;
}

p.hubhood-empty-line,
p:empty {
        margin-top: -30px;
}

p:empty + p {
        margin-top: 0;
}

p:empty + p + p {
        margin-top: 30px;
}

.hubhood-price-features-list p:empty + p + p {
        margin-top: 0;
}

img {
        max-width: 100%;
}

.alignwide img {
        width: 100%;
}

.page-template-short-width-page #main > .hubhood-post-content-section > .hubhood-container-wrapper,
.page-template-medium-width-page #main > .hubhood-post-content-section > .hubhood-container-wrapper {
        max-width: 760px;
        margin: auto;
        float: none;
}

.page-template-medium-width-page #main > .hubhood-post-content-section > .hubhood-container-wrapper {
        max-width: 1020px;
}

.page-template-short-width-page #main > article,
.page-template-medium-width-page #main > article {
        padding: 0;
        margin: auto;
        position: relative;
}

.hubhood-image-icon svg {
        -webkit-background-size: contain;
        -moz-background-size: contain;
        -o-background-size: contain;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center center;
        position: relative;
        display: block;
        left: 50%;
}

.hubhood-svg-icon {
        position: relative;
        width: auto;
        left: 50%;
        display: block;
        overflow: visible;
        -webkit-background-size: contain;
        -moz-background-size: contain;
        -o-background-size: contain;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center center;
}

.hubhood-uppercase {
        text-transform: uppercase;
}

[class^="fa fa-"]:before,
[class*=" fa fa-"]:before {
        font-family: "FontAwesome";
}

.hubhood-no-home-page {
        display: block;
        text-align: center;
        padding-top: 160px;
        padding-bottom: 80px;
}

.hubhood-white-background,
.hubhood-white-background * {
        background-color: #fff;
}

.hubhood-img-left {
        position: relative;
        display: inline-block;
        margin-right: 5%;
        max-width: 200px;
        top: 0;
        vertical-align: top;
        float: none;
}

.hubhood-img-left.hubhood-image-with-icon:before {
        position: absolute;
        top: 50%;
        margin-top: -30px;
        left: 0;
        width: 100%;
        font-size: 52px;
        text-align: center;
        color: #fff;
        z-index: 15;
}

.hubhood-img-left.hubhood-image-with-icon.hubhood-image-icon svg,
.hubhood-img-left.hubhood-image-with-icon svg {
        position: absolute;
        top: 50%;
        margin-top: -30px;
        left: 0;
        width: 100%;
        text-align: center;
        z-index: 15;
        width: 100%;
        height: 52px;
        left: auto;
        display: inline-block;
        vertical-align: middle;
        -webkit-background-size: contain;
        -moz-background-size: contain;
        -o-background-size: contain;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center center;
}

.hubhood-img-left.hubhood-image-with-icon svg * {
        fill: rgb(255,255,255);
}

.hubhood-img-left.hubhood-image-with-icon:after {
        content: "";
        position: absolute;
        top: 5%;
        left: 5%;
        width: 90%;
        height: 90%;
        z-index: 10;
        border-radius: 50%;
        text-align: center;
        color: #fff;
        overflow: hidden;
}

.hubhood-img-left img {
        border-radius: 50%;
        position: relative;
        z-index: -6;
        width: 280px;
        top: 0;
}

.hubhood-hidden-svg {
        display: none;
}

iframe,
embed {
        max-width: 100%;
}

.video-background > iframe {
        max-width: 1000%;
}

iframe[src*="widgets.resy.com/images"],
.hubhood-listing-description iframe[src*="widgets.resy.com/images"] {
        min-height: 1px;
}

iframe[allowfullscreen] {
        width: 100%;
}

.wp-block-group.has-background {
        padding: 30px;
}

.hubhood-single-blog-content-wrapper > div[class*="wp-block-"] ~ div[class*="wp-block-"] {
        margin-top: 30px;
}

.hubhood-listing-description iframe,
.wp-editor-container iframe,
#tinymce iframe {
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        min-height: 200px;
        border: 1px solid #e7e7e7;
}

#wp-job_description-wrap .wp-editor-container iframe {
        min-height: 130px;
}

/* Tables */

table {
        width: 100%;
        text-align: left;
        border-spacing: 0;
        border-collapse: collapse;
        -ms-word-wrap: break-word;
        word-wrap: break-word;
        overflow-wrap: break-word;
        word-break: break-word;
        -ms-hyphens: none;
        -moz-hyphens: none;
        -webkit-hyphens: none;
        hyphens: none;
}

td,
th,
thead,
.wp-block-table td,
.wp-block-table th,
.wp-block-calendar table thead,
.wp-block-calendar table th {
        -ms-word-wrap: break-word;
        word-wrap: break-word;
        overflow-wrap: break-word;
        word-break: break-word;
        -ms-hyphens: none;
        -moz-hyphens: none;
        -webkit-hyphens: none;
        hyphens: none;
}

article table caption,
#comments table caption,
body #calendar_wrap>table>caption,
.wp-block-table caption,
#wp-calendar caption {
        background-color: var(--hubhood-color);
        color: #ffffff;
        font-weight: 600;
        font-size: 15px;
        border-left: 1px solid #ddd;
        border-top: 1px solid #ddd;
        border-right: 1px solid #ddd;
        position: relative;
}

body #calendar_wrap>table>caption,
#wp-calendar caption {
        border: 0;
}

article table,
#comments table,
body #calendar_wrap table,
#secondary table,
.wp-block-table {
        background-color: #fff;
        border: 1px solid #ddd;
}

.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tr:nth-child(odd),
.wp-block-table.is-style-stripes tr:nth-child(odd) {
        background-color: ghostwhite;
}

article thead,
#comments thead,
#calendar_wrap thead,
#secondary thead,
.wp-block-table thead,
article thead *,
#comments thead *,
#calendar_wrap thead *,
#secondary thead *,
.wp-block-table thead *,
article table th,
.woocommerce table.shop_table tfoot tr.recurring-totals th,
.wp-block-calendar table thead,
.wp-block-calendar table th,
.wp-block-calendar table th * {
        border-bottom: 1px solid #dddddd;
        background-color: rgb(35,40,45);
        color: #ffffff;
}

.woocommerce table.shop_table tfoot tr.cart-subtotal.recurring-total th {
        text-transform: capitalize;
}

.woocommerce table.shop_table tfoot tr.recurring-totals th,
.woocommerce table.shop_table tfoot tr.cart-subtotal.recurring-total th,
.woocommerce table.shop_table tfoot tr.cart-subtotal.recurring-total td {
        border-top: 0;
}

.woocommerce table.shop_table tfoot tr.cart-subtotal.recurring-total th,
.woocommerce table.shop_table tfoot tr.cart-subtotal.recurring-total td {
        background-color: #eee;
}

article tfoot,
#comments tfoot,
#calendar_wrap tfoot,
#secondary tfoot,
.wp-block-table tfoot,
article tfoot *,
#comments tfoot *,
#calendar_wrap tfoot *,
#secondary tfoot *,
.wp-block-table tfoot *,
article tbody th,
#comments tbody th,
#secondary tbody th,
.wp-block-table tbody th,
article tbody th *,
#comments tbody th *,
#secondary tbody th *,
.wp-block-table tbody th *,
article tfoot th,
#comments tfoot th,
#secondary tfoot th,
.wp-block-table tfoot th,
article tfoot th *,
#comments tfoot th *,
#secondary tfoot th *,
.wp-block-calendar table tfoot,
.wp-block-calendar table tfoot th {
        background-color: #f8f8f8;
        color: #252525;
        font-weight: 600;
}

th {
        text-align: left;
}

table,
.wp-block-table,
.wp-block-table th,
.wp-block-calendar table th {
        font-weight: normal;
        font-size: 15px;
        text-align: left;
}
    

.wp-block-table.has-fixed-layout {
        width: 100%;
        table-layout: auto; /* Because fixed will conflict on short screen width */
}

.alignwide.has-fixed-layout,
.alignfull.has-fixed-layout {
        width: 100vw;
        table-layout: auto; /* Because fixed will conflict with alignwide and alignfull */
}

.col-md-8 .alignwide.has-fixed-layout,
.col-md-9 .alignwide.has-fixed-layout,
.col-lg-9 .alignwide.has-fixed-layout,
.col-md-8 .alignfull.has-fixed-layout,
.col-md-9 .alignfull.has-fixed-layout,
.col-lg-9 .has-fixed-layout,
.col-md-9 .has-fixed-layout,
.col-lg-9 .has-fixed-layout {
        width: 100%;
}

table thead th,
.wp-block-table thead th,
.wp-block-calendar table thead th {
        font-size: 15px;
        font-weight: 600 !important; /* Important to overwrite inline CSS */
}

table th,
table td
.wp-block-table th,
.wp-block-table td,
.wp-block-calendar table th,
.wp-block-calendar table td {
        border: none;
}

table tr
.wp-block-table tr {
        border: 0;
        border-top: 1px solid #dddddd;
}

table tr:first-child,
.wp-block-table tr:first-child {
        border-top: 0;
}

.wp-block-table.is-style-stripes {
        border-bottom: 1px solid #e7e7e7;
}

.entry-content tr,
.comment-content tr,
.hubhood-listing-description-text tr,
#wp-calendar tr {
        border-top: 1px solid #dddddd;
}

.entry-content tr:first-of-type,
.comment-content tr:first-of-type,
.hubhood-listing-description-text tr:first-of-type {
        border-top: 0;
}

table > tr:last-child,
table > :last-child > tr:last-child {
        border-bottom: 0;
}

th,
td {
        padding: 9px 12px;
        vertical-align: middle;
}

table thead th,
body .entry-content table thead genetr th,
body .comment-content table thead tr th,
body .hubhood-listing-description-text table thead tr th,
.wp-block-calendar table thead th {
        font-size: 15px;
        font-weight: 600;
}

tbody th {
        font-weight: normal;
}

#wp-calendar {
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
}

article caption,
#comments caption,
#calendar_wrap caption,
#secondary caption,
.wp-block-table caption,
article th,
#comments th,
#calendar_wrap th,
#secondary th,
.wp-block-table th,
#wp-calendar caption,
#wp-calendar th,
.wp-block-calendar table th {
        font-size: 16px;
        padding-top: 0;
        letter-spacing: 1px;
}

#wp-calendar caption {
        font-size: 15px;
}

#wp-calendar caption,
#wp-calendar th,
.wp-block-calendar table th {
        text-align: center;
}

article caption,
#comments caption,
#calendar_wrap caption,
#secondary caption,
#wp-calendar caption,
.wp-block-table caption {
        padding-bottom: 16px;
}

#wp-calendar #prev {
        text-align: left;
}

#wp-calendar #next {
        text-align: right;
}

.entry-content .widget_calendar caption {
        padding: 0 10px 25px;
}

article td,
#comments td,
#calendar_wrap td,
.widget_calendar td,
.wp-block-table tfoot td,
article caption,
#comments caption,
#secondary caption,
.wp-block-table td,
article th,
#comments th,
#secondary th,
.wp-block-table th,
#job-manager-job-dashboard table td,
#job-manager-job-dashboard table th,
.woocommerce table.shop_table td.actions,
.wp-block-calendar table th,
.wp-block-calendar table td {
        padding: 20px 15px;
}

.woocommerce table.shop_table th,
article th,
#comments th,
#secondary th,
.wp-block-table th,
#job-manager-job-dashboard table th,
.wp-block-calendar table th,
.wp-block-calendar table td {
        padding: 25px 15px;
}

article td,
#comments td,
#secondary td,
.wp-block-table td {
        border: 1px solid #e7e7e7;
}

article th,
#comments th,
#secondary th,
.wp-block-table th,
.wp-block-calendar table th {
        border: 1px solid #555;
}

.wp-block-table.is-style-stripes td,
.wp-block-table.is-style-stripes th {
        border-color: transparent;
}

article caption,
#comments caption,
#secondary caption,
.wp-block-table caption {
        border-left: 1px solid #ddd;
        border-top: 1px solid #ddd;
        border-right: 1px solid #ddd;
}

article tbody th,
#comments tbody th,
#secondary tbody th,
.wp-block-table tbody th,
article tfoot th,
#comments tfoot th,
#secondary tfoot th,
.wp-block-table tfoot th,
.wp-block-calendar table tfoot th {
        border: 1px solid #ddd;
}

#wp-calendar caption,
#wp-calendar th,
#wp-calendar tr,
#wp-calendar td,
.wp-block-calendar table th {
        padding: 10px 0;
}

article tfoot td,
#comments tfoot td,
#calendar_wrap tfoot td,
#secondary tfoot td,
#wp-calendar tfoot td,
.wp-block-table tfoot td {
        border-top: 1px solid #ddd;
        border-left: 0;
        border-right: 0;
        padding: 10px;
}

.hubhood-no-blog-archive-sidebar .hubhood-blog-grid-section .hubhood-terms-inner > .row,
.hubhood-listings > .row,
.hubhood-main-block > .row {
        justify-content : center;
}

/* Definition Lists */

dt,
dd {
        line-height: 1.8;
}

dl dt {
        font-weight: 600;
}

dd {
    margin: 0 0 30px 30px;
}

/* Unnordened list */

ul {
        list-style: revert;
        text-align: left;
        padding-left: 0;
        line-height: 1.875;
}

/* Ordened list */

ol {
        text-align: left;
        padding-left: 0;
        line-height: 1.875;
}

.page-content ol:not([class]),
.page-content ul:not([class]),
.page-content ul.wp-block-rss {
        padding-left: 45px;
}

.page-content ol:not([class]) ol:not([class]),
.page-content ol:not([class]) ul:not([class]),
.page-content ul:not([class]) ul:not([class]),
.page-content ul:not([class]) ol:not([class]) {
        padding-left: 30px;
}

.select2-selection__rendered {
        padding-left: 0 !important;
}

li[class*="wp-block-"] {
        margin-bottom: 0;
}

.page-content h1,
.page-content h2,
.page-content h3,
.comment-content h1,
.comment-content h2,
.comment-content h3,
.page-content .widget-title {
        margin-top: 30px;
        margin-bottom: 30px;
}

h1,
h2,
h3 {
        margin-bottom: 30px;
}

.page-content h2.hubhood-section-title,
.page-content .widget-title {
        margin-top: 0;
}

.page-content h1 + *,
.page-content h2 + *,
.page-content h3 + *,
.page-content h4 + *,
.page-content h5 + *,
.page-content h6 + *,
.comment-content h1 + *,
.comment-content h2 + *,
.comment-content h3 + *,
.comment-content h4 + *,
.comment-content h5 + *,
.comment-content h6 + *,
.page-content .widget-title + * {
        margin-top: 25px;
}

h5 + .hubhood-post-edit-link-card {
        margin-top: 0 !important;
}

body strong,
body b,
.hubhood-medium-strong,
.hubhood-strong {
        font-weight: 600;
}

.hubhood-strong:before,
.nav > li.hubhood-strong > a .hubhood-cat-icon:before,
.nav:not( .hubhood-footer-menu ):not( .primary-menu ) > li.hubhood-strong > a:before {
        font-weight: 600 !important;
}

.nav > li.hubhood-strong > a .hubhood-cat-icon.fa-frown:before {
        font-weight: 500 !important;
}

.hubhood-strong[class*="fa fa-"]:before,
.nav > li.hubhood-strong > a .hubhood-cat-icon[class*="fa fa-"]:before,
.nav > li.hubhood-strong[class*="fa fa-"] > a .hubhood-cat-icon:before,
.nav:not( .hubhood-footer-menu ):not( .primary-menu ) > li.hubhood-strong > a[class*="fa fa-"]:before {
        font-weight: normal !important;
}

.hubhood-strong[class*="fal fa-"]:before,
.nav > li.hubhood-strong > a .hubhood-cat-icon[class*="fal fa-"]:before,
.nav > li.hubhood-strong[class*="fal fa-"] > a .hubhood-cat-icon:before,
.nav:not( .hubhood-footer-menu ):not( .primary-menu ) > li.hubhood-strong > a[class*="fal fa-"]:before {
        font-weight: 300 !important;
}

#hubhood-primary-menu .hubhood-add-listing-button-mobile,
#hubhood-primary-menu .hubhood-sign-in-button-mobile,
#hubhood-primary-menu .hubhood-account-menu-item {
        display: none;
}

.single #main ul ul,
.single #main ol ol,
.page #main ul ul,
.page #main ol ol,
.single #main ul ol,
.single #main ol ul,
.page #main ul ol,
.page #main ol ul,
.single #main ol ul,
.single #main ul ol,
.page #main ol ul,
.page #main ul ol {
        margin-bottom: 0;
}

ul.hubhood-displace-list-left,
ol.hubhood-displace-list-left,
ul ul,
ul ol,
ol ul,
ol ol {
        padding-left: 30px;
}

ul.wp-block-latest-comments,
ol.wp-block-latest-comments,
ul.hubhood-displace-list-left.wp-block-latest-comments,
ol.hubhood-displace-list-left.wp-block-latest-comments {
        padding-left: 0;
}

.wp-block-latest-comments__comment-link ~ .wp-block-latest-comments__comment-date {
        margin-top: 10px;
}

.wp-block-latest-comments .avatar,
.wp-block-latest-comments__comment-avatar {
        margin-right: 8px;
}

.wp-block-latest-comments__comment-meta {
        margin-bottom: 15px;
}

.wp-block-latest-comments__comment-excerpt {
        margin-top: 15px;
}

.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta,
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt {
        margin-left: 66px;
}

.wp-block-latest-comments__comment-avatar {
        box-shadow: 5px 5px 15px rgba(0,0,0,0.15);
}

ul.hubhood-displace-list-left ul.hubhood-displace-list-left {
        list-style-type: circle
}

/* Other */

abbr[title] {
        text-decoration: none;
}

tt,
code,
kbd,
samp {
        font-size: 100%;
        text-align: left;
        font-family: monospace;
}

samp {
        color: var(--hubhood-color);
}

pre,
code,
.wp-block-code {
        background-color: rgb(35,40,45);
        color: #fff;
        padding: 30px;
        line-height: 1.8;
        text-align: left;
        border: 0;
        font-size: 16px;
}

pre,
.wp-block-code {
        border-radius: 4px;
}

.wp-block-preformatted,
.wp-block-verse {
        background-color: transparent;
        color: #252525;
        padding: 0;
}

code,
a>code {
        color: #fff;
        padding: 2px 4px;
}

.wp-block-code code {
        white-space: pre;
        padding: 0;
        border: 0;
        color: #fff;
}

pre.wp-block-verse {
        border: 0;
        font-size: 16px;
}

kbd {
        color: #fff;
}

small {
        color: #888;
}

.hubhood-left-dashed-border {
        border-left: 1px solid rgba(125,125,125,0.1);
}

#page .mejs-container span {
        color: #fff;
}

.hubhood-front-page-widgetized-section {
        font-size: 0;
}

.hubhood-front-page-widgetized-section > * {
        font-size: 16px;
}

.page-content > *:not(p):not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(:empty) + *:not(p):not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(:empty):not(.mejs-container):not(.hubhood-front-page-widgetized-section):not(.alignleft):not(.alignright),
.page-content > * > *:not(p):not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(:empty) + *:not(p):not(:empty):not(.mejs-container):not(.hubhood-front-page-widgetized-section):not(.alignleft):not(.alignright) {
        margin-top: 30px;        
}

.hubhood-single-blog-content-wrapper > div[class*="wp-block-"] ~ div[class*="wp-block-"][class*="align"] {
        margin-top: 0;
}

.mejs-controls,
.mejs-controls * {
        line-height: 10px;
}

.mejs-time {
        padding-top: 15px;
}

.mejs-background,
.mejs-mediaelement,
.mejs-offscreen,
.mejs-poster,
.mejs-controls {
        position: absolute;
}

.mejs-controls {
        bottom: auto;
}

.hubhood-front-page-has-content {
        position: relative;
        background-color: #fff;
}

.hubhood-elementor-front-page {
        background-color: transparent;
}

.hubhood-no-addons .hubhood-front-page-has-content,
.hubhood-no-wp-job-manager  .hubhood-front-page-has-content {
        padding-top: 180px;
}

.hubhood-front-page-has-content p:last-child,
.hubhood-front-page-has-content p:last-of-type {
        margin-bottom: 0;
}

.entry-content .widget:not([class*="widget_hubhood_"]),
.entry-content .widget[class*="widget_hubhood_"].widget_hubhood_page_links .hubhood-widget-content-wrapper,
.entry-content .widget[class*="widget_hubhood_"].widget_hubhood_listing_region_links .hubhood-widget-content-wrapper,
.entry-content .widget[class*="widget_hubhood_"].widget_hubhood_listing_category_links .hubhood-widget-content-wrapper,
.entry-content .widget[class*="widget_hubhood_"].widget_hubhood_listing_amenity_links .hubhood-widget-content-wrapper,
.entry-content .widget[class*="widget_hubhood_"].widget_hubhood_social_networks .hubhood-widget-content-wrapper {
        padding: 0 20px;
}

.hubhood-lateral-padding {
        padding-left: 30px;
        padding-right: 30px;
}

input[type="checkbox"]{
        position: relative;
        top: 2px;
}

.hubhood-blue-text,
.hubhood-blue-text *,
.hubhood-blue-text:hover,
.hubhood-blue-text *:hover,
.hubhood-blue-text:focus,
.hubhood-blue-text *:focus {
        color: #258bd5;
}

.hubhood-pink-text,
.hubhood-pink-text *,
.hubhood-pink-text:hover,
.hubhood-pink-text *:hover,
.hubhood-pink-text:focus,
.hubhood-pink-text *:focus {
        color: #fa5abf;
}

.hubhood-green-text,
.hubhood-green-text *,
.hubhood-green-text:hover,
.hubhood-green-text *:hover,
.hubhood-green-text:focus,
.hubhood-green-text *:focus {
        color: #00ae5a;
}

.hubhood-blue-text a:hover,
.hubhood-pink-text a:hover,
.hubhood-green-text a:hover,
a.hubhood-blue-text:hover,
a.hubhood-pink-text:hover,
a.hubhood-green-text:hover {
        opacity: 0.75;
}

.entry-content h2.hubhood-margin-bottom-40 {
        margin-bottom: 40px;
}

.hubhood-margin-top-60 {
        margin-top: 60px;
}

.hubhood-author-section ~ .hubhood-section.hubhood-comments-section {
        padding-top: 0;
}

.hubhood-author-section + section.hubhood-comments-section {
        margin-top: 30px;
}

.hubhood-no-page-content.single:not(.single-job_listing) .hubhood-comments-section.hubhood-dark-background.hubhood-comments-section,
.hubhood-no-page-content.page .hubhood-comments-section.hubhood-dark-background.hubhood-comments-section {
        margin-top: -60px;
}

.hubhood-header-more-info {
        padding: 45px 30px;
        text-align: center;
        font-size: 15px;
        cursor: pointer;
        color: #252525;
        font-weight: 600 !important;
}

.hubhood-listing-widget-content .hubhood-header-more-info {
        padding: 30px;
        padding-top: 0;
}

.hubhood-more-info-link {
        margin-bottom: 30px;
}

.hubhood-more-info-links-margin {
        margin-top: 30px;
}

.hubhood-more-info-links a {
        display: inline-block;
        vertical-align: top;
        color: #111111;
}

.hubhood-more-info-links a:before {
        position: relative;
        top: -1px;
        padding-right: 20px;
}

.hubhood-more-info-links a:hover {
        color: var(--hubhood-color);
}

.hubhood-more-info-links a:hover:before {
        box-shadow: none;
}

.hubhood-more-info-links a:after {
        font-family: FontAwesome !important;
        content: "\f178";
        display: inline-block;
        left: 0;
        margin-left: 5px;
        vertical-align: top;
        font-size: 15px;
        position: relative;
        line-height: 0;
        top: 15px;
        -webkit-text-stroke-width: 0.001em;
}

.hubhood-more-info-links a:hover:after {
        left: 5px;
}

.hubhood-no-wrap {
        white-space: nowrap;
}

.radio input[type="radio"] + *,
.radio-inline input[type="radio"] + * {
        position: relative;
        padding-left: 20px;
        top: -3px;
}

.wp-block-group__inner-container > h2 {
        font-size: 18px;
        font-weight: 600;
}

.hubhood-single-header .edit-link {
        margin-top: 30px;
        text-align: center;
}

.hubhood-single-header .edit-link a {
        color: #252525;
}

.hubhood-single-header .edit-link a:hover {
        color: var(--hubhood-color);
}

.hubhood-listing-card .hubhood-post-edit-link-card,
.hubhood-hero-slider-container-wrapper .hubhood-edit-link-standard a:before {
        position         : absolute;
        width            : 44px;
        height           : 44px;
        background-color : #fff;
        z-index          : 50;
        border-radius    : 50px;
        top              : -15px;
        left             : -15px;
        color            : #252525;
        text-align       : center;
        line-height      : 42px;
}

.hubhood-hero-slider-container-wrapper .hubhood-edit-links .edit-link {
        display: inline-block;
}

.hubhood-edit-link-standard + .hubhood-clear-both {
        display: none;
}

.hubhood-hero-slider-container-wrapper .hubhood-edit-link-standard {
        margin-right: 60px;
}

.hubhood-hero-slider-container-wrapper .hubhood-edit-link-standard a {
        position: relative;
        top: -13px;
        left: auto;
        font-size: 0;
}

.hubhood-hero-slider-container-wrapper .hubhood-edit-link-standard a:before {
        font-family    : FontAwesome;
        content        : "\f040";
        font-size: 16px;
        padding-left: 1px;
        font-weight: 400;
        text-shadow: none;
        line-height: 44px;
        -webkit-text-stroke-width: 0.001em;
}

.gallery {
        padding-left: 0;
        padding-right: 0;
}

.tiled-gallery-caption {
        z-index: 1;
}

.pull-left,
.alignleft,
.wp-block-image .alignleft {
        margin-right: 30px;
        margin-bottom: 30px;
        float: left;
        padding-top: 0;
}

.pull-right,
.alignright,
.wp-block-image .alignright {
        margin-left: 30px;
        margin-bottom: 30px;
        float: right;
        padding-top: 0;
}

.wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright,
.wp-block-pullquote.alignleft blockquote,
.wp-block-pullquote.alignright blockquote {
        padding-left: 0;
        padding-right: 0;
}

.wp-block-pullquote.pull-left,
.wp-block-pullquote.alignleft,
.wp-block-pullquote.pull-right,
.wp-block-pullquote.alignright {
        padding-top: 30px;
}

.wp-block-pullquote.alignleft blockquote,
.wp-block-pullquote.alignright blockquote {
        max-width: 100%;
}

.wp-block-pullquote[class*="-background-color"] {
        padding: 30px;
}

.wp-block-column {
        margin-bottom: 30px;
}

.wp-block-text-columns .wp-block-column {
        margin-left: 30px;
        margin-right: 0;
}

.wp-block-text-columns .wp-block-column:first-child {
        margin-left: 0;
}

.wp-block-column > *:first-child {
        margin-top: 0;
}

.wp-block-column > *:last-child {
        margin-bottom: 0;
}

.wp-block-gallery .blocks-gallery-image figure,
.wp-block-gallery .blocks-gallery-item figure {
        margin: 0;
}

.hubhood-fix-bad-image-insertion-margin {
        margin-top: 30px !important; /* Needed to overwrite any CSS selector */
}

img.aligncenter {
        display: block;
}

.aligncenter {
        text-align: center;
}

img.aligncenter {
        margin: 0 auto;
}

aligncenter,
a.aligncenter,
figure.aligncenter {
        clear: both;
        position: relative;
        margin-left: auto;
        margin-right: auto;
}

.gallery-item img {
        max-width: none;
}

/* Make sure images with WordPress-added height and width >attributes are scaled correctly */

img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
        height: auto;
}

/* Prevent stretching of full-size images with height and >>width attributes in IE8 */

img.size-full {
        max-width: 100%;
        width: auto;
}

/* Fluid images for posts, comments, and widgets */

.entry-content img,
.comment-content img,
.widget img {
        max-width: 100%;
        height: auto;
}

.comment-content img {
        margin-bottom: 30px;
}

.wp-block-gallery.hubhood-equalize-gallery .blocks-gallery-image a,
.wp-block-gallery.hubhood-equalize-gallery .blocks-gallery-item a,
.wp-block-gallery.hubhood-equalize-gallery .blocks-gallery-image img,
.wp-block-gallery.hubhood-equalize-gallery .blocks-gallery-item img {
        width: auto;
        max-width: 999999px;
        position: relative;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
}

.wp-block-gallery.hubhood-equalize-gallery .blocks-gallery-image a img,
.wp-block-gallery.hubhood-equalize-gallery .blocks-gallery-item a img {
        top: 0;
        left: 0%;
        -webkit-transform: translate(0,0);
        -moz-transform: translate(0,0);
        -ms-transform: translate(0,0);
        -o-transform: translate(0,0);
        transform: translate(0,0);
}

.entry-content .hubhood-partner-image-wrapper img,
.wp-block-image .hubhood-partner-image-wrapper img {
        border-radius: 4px;
}

/* alignmedium: Special alignment to sequential imagens with class "size-medium" (detected via JavaScript) */

.alignmedium {
        max-width: calc(50% - 15px);
}

a.alignmedium:first-child,
img.size-medium.alignnone.alignmedium:first-child,
a.alignmedium:nth-child(2n+1),
img.size-medium.alignnone.alignmedium:nth-child(2n+1) {
        display: inline-block;
        margin-right: 30px;
}

a.alignmedium:nth-child(2n+1),
a.alignmedium:nth-child(2n+2),
img.size-medium.alignnone.alignmedium:nth-child(2n+1),
img.size-medium.alignnone.alignmedium:nth-child(2n+2) {
        display: inline-block;
        margin-top: 30px;
}

a.alignmedium:nth-child(-n+2),
img.size-medium.alignnone.alignmedium:nth-child(-n+2) {
        margin-top: 0;
}

a img.size-thumbnail:hover,
a .thumbnail:hover,
a img.size-thumbnail:hover {
        opacity: 0.8;
}

.widget dl,
.widget dd {
        margin-bottom: 15px;
}

.wp-smiley {
        border: 0;
        margin-bottom: 0;
        margin-top: 0;
        padding: 0;
}

.post-password-form input[type="password"],
.post-password-form input[type="password"]:focus {
        border: 1px solid rgba(125,125,125,0.1);
        border-radius: 4px;
        padding: 7px 30px !important;
}

.comment.bypostauthor,
.pingback.bypostauthor {
        color: inherit;
}

.entry__content .alignfull,
*.alignfull,
.entry__content .alignwide,
*.alignwide,
.wp-block-archives.alignwide,
.wp-block-categories.alignwide,
.wp-block-latest-posts.alignwide,
.wp-block-archives.alignfull,
.wp-block-categories.alignfull,
.wp-block-latest-posts.alignfull,
.page-template-medium-width-page .page *.alignwide,
.page-template-medium-width-page .page .wp-block-archives.alignwide,
.page-template-medium-width-page .page .wp-block-categories.alignwide,
.page-template-medium-width-page .page .wp-block-latest-posts.alignwide,
.page-template-medium-width-page .page .hubhood-single-without-sidebar .entry__content .alignwide,
.page-template-medium-width-page .page .hubhood-single-without-sidebar *.alignwide,
.page-template-medium-width-page .page .hubhood-single-without-sidebar .wp-block-archives.alignwide,
.page-template-medium-width-page .page .hubhood-single-without-sidebar .wp-block-categories.alignwide,
.page-template-medium-width-page .page .hubhood-single-without-sidebar .wp-block-latest-posts.alignwide,
.page-template-short-width-page .page *.alignwide,
.page-template-short-width-page .page .wp-block-archives.alignwide,
.page-template-short-width-page .page .wp-block-categories.alignwide,
.page-template-short-width-page .page .wp-block-latest-posts.alignwide,
.page-template-short-width-page .page .hubhood-single-without-sidebar .entry__content .alignwide,
.page-template-short-width-page .page .hubhood-single-without-sidebar *.alignwide,
.page-template-short-width-page .page .hubhood-single-without-sidebar .wp-block-archives.alignwide,
.page-template-short-width-page .page .hubhood-single-without-sidebar .wp-block-categories.alignwide,
.page-template-short-width-page .page .hubhood-single-without-sidebar .wp-block-latest-posts.alignwide {
        margin-left: calc( -100vw / 2 + 100% / 2 );
        margin-right: calc( -100vw / 2 + 100% / 2 );
        width: 100vw;
        max-width: 100vw;
}

.entry__content .alignfull,
*.alignfull,
.entry__content .alignwide,
.wp-block-archives.alignfull,
.wp-block-categories.alignfull,
.wp-block-latest-posts.alignfull {
        margin-left: calc( var(--hubhood-viewport-width) / -2 + 100% / 2 );
        margin-right: calc( var(--hubhood-viewport-width) / -2 + 100% / 2 );
        width: var(--hubhood-viewport-width);
        max-width: var(--hubhood-viewport-width);
}

.wp-block-archives.alignwide select,
.wp-block-categories.alignwide select,
.wp-block-latest-posts.alignwide select,
.wp-block-archives.alignfull select,
.wp-block-categories.alignfull select,
.wp-block-latest-posts.alignfull select {
        max-width: 100vw;
}

.alignfull {
        padding-left: 0 !important; /* Needed to overwrite varied selectors from Gutenberg stylesheet, i.e.: .wp-block-latest-posts.is-grid */
        padding-right: 0 !important; /* Needed to overwrite varied selectors from Gutenberg stylesheet, i.e.: .wp-block-latest-posts.is-grid */
}

.wp-block-text-columns.alignfull,
.wp-block-columns.alignfull,
.wp-block-audio.alignfull,
.wp-block-latest-posts.alignfull,
.wp-block-file.alignfull {
        padding-left: 30px !important; /* Needed to overwrite the attribution above */
        padding-right: 30px !important; /* Needed to overwrite the attribution above */
}

.col-md-8 .wp-block-text-columns.alignfull,
.col-md-8 .wp-block-columns.alignfull,
.col-md-8 .wp-block-audio.alignfull,
.col-md-8 .wp-block-latest-posts.alignfull,
.col-md-9 .wp-block-text-columns.alignfull,
.col-md-9 .wp-block-columns.alignfull,
.col-md-9 .wp-block-audio.alignfull,
.col-md-9 .wp-block-latest-posts.alignfull
.col-lg-9 .wp-block-text-columns.alignfull,
.col-lg-9 .wp-block-columns.alignfull,
.col-lg-9 .wp-block-audio.alignfull,
.col-lg-9 .wp-block-latest-posts.alignfull {
        padding-left: 0 !important; /* Needed to overwrite the attribution above */
        padding-right: 0 !important; /* Needed to overwrite the attribution above */
}

.alignfull > img {
        width: 100%;
}

.wp-block-embed-twitter.alignwide,
.wp-block-embed-facebook.alignwide,
.wp-block-embed-instagram.alignwide,
.wp-block-embed-twitter.alignfull,
.wp-block-embed-facebook.alignfull,
.wp-block-embed-instagram.alignfull,
.wp-block-embed-twitter.aligncenter,
.wp-block-embed-facebook.aligncenter,
.wp-block-embed-instagram.aligncenter {
        max-width: 100vw !important;
        margin-left: auto;
        margin-right: auto;
        width: auto;
}

.wp-block-embed-twitter.alignwide > *,
.wp-block-embed-twitter.alignwide > * > *,
.wp-block-embed-twitter.alignfull > *,
.wp-block-embed-twitter.alignfull > * > *,
.wp-block-embed-twitter.aligncenter > *,
.wp-block-embed-twitter.aligncenter > * > *,
.wp-block-embed-facebook.alignwide > *,
.wp-block-embed-facebook.alignwide,
.wp-block-embed-facebook.alignfull,
.wp-block-embed-facebook.aligncenter,
.wp-block-embed-facebook.alignwide .fb_iframe_widget,
.wp-block-embed-facebook.alignfull .fb_iframe_widget,
.wp-block-embed-facebook.aligncenter .fb_iframe_widget,
.wp-block-embed-instagram.alignwide > *,
.wp-block-embed-instagram.alignwide > * > *,
.wp-block-embed-instagram.alignfull > *,
.wp-block-embed-instagram.alignfull > * > *,
.wp-block-embed-instagram.aligncenter > *,
.wp-block-embed-instagram.aligncenter > * > *,
.wp-block-embed-instagram.alignwide iframe,
.wp-block-embed-instagram.alignfull iframe,
.wp-block-embed-instagram.aligncenter iframe {
        text-align: center;
        margin-left: auto !important; /* Needed to overwrite possible Javacript attributions */
        margin-right: auto !important; /* Needed to overwrite possible Javacript attributions */
}

.wp-block-media-text {
        padding: 0;
}

.wp-block-media-text img {
        border-radius: 0;
}

*.alignwide {
        border-radius: 4px 4px 0 0;
}

.hubhood-no-gutenberg .entry__content .alignwide,
.hubhood-no-gutenberg *.alignwide {
        margin-left: auto;
        margin-right: auto;
}

.alignwide.wp-has-aspect-ratio .wp-block-embed__wrapper,
.alignfull.wp-has-aspect-ratio .wp-block-embed__wrapper {
        height: 0;
        padding-top: 0;
        padding-bottom: 56.34%;
        position: relative;
        overflow: hidden;
}

.alignwide iframe,
.alignwide object,
.alignwide embed,
.alignwide video,
.alignfull iframe,
.alignfull object,
.alignfull embed,
.alignfull video,
.wp-block-video video {
        width: 100%;
}

.alignwide.wp-has-aspect-ratio iframe,
.alignwide.wp-has-aspect-ratio object,
.alignwide.wp-has-aspect-ratio embed,
.alignwide.wp-has-aspect-ratio video,
.alignfull.wp-has-aspect-ratio iframe,
.alignfull.wp-has-aspect-ratio object,
.alignfull.wp-has-aspect-ratio embed,
.alignfull.wp-has-aspect-ratio video {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        position: absolute;
}

dl[data-dynamic-embed-iframe],
dl[data-dynamic-embed-object],
dl[data-dynamic-embed-embed],
dl[data-dynamic-embed-audio],
dl[data-dynamic-embed-video],
dt[data-dynamic-embed-source],
dt[data-dynamic-embed-param],
dl[data-dynamic-embed-iframe] *,
dl[data-dynamic-embed-object] *,
dl[data-dynamic-embed-embed] *,
dl[data-dynamic-embed-audio] *,
dl[data-dynamic-embed-video] *,
dt[data-dynamic-embed-source] *,
dt[data-dynamic-embed-param] * {
        width: 0;
        height: 0;
        line-height: 0;
        font-size: 0;
        letter-spacing: 0;
        margin: 0;
        padding: 0;
        border: 0;
}

.col-md-8 .entry__content .alignfull,
.col-md-8 *.alignfull,
.col-md-8 .entry__content .alignwide,
.col-md-8 *.alignwide,
.col-md-9 .entry__content .alignfull,
.col-md-9 *.alignfull,
.col-md-9 .entry__content .alignwide,
.col-md-9 *.alignwide,
.col-md-8 .wp-block-archives.alignwide,
.col-md-8 .wp-block-categories.alignwide,
.col-md-8 .wp-block-latest-posts.alignwide,
.col-md-8 .wp-block-archives.alignfull,
.col-md-8 .wp-block-categories.alignfull,
.col-md-8 .wp-block-latest-posts.alignfull,
.col-md-9 .wp-block-archives.alignwide,
.col-md-9 .wp-block-categories.alignwide,
.col-md-9 .wp-block-latest-posts.alignwide,
.col-md-9 .wp-block-archives.alignfull,
.col-md-9 .wp-block-categories.alignfull,
.col-md-9 .wp-block-latest-posts.alignfull {
        margin-left: 0;
        margin-right: 0;
        max-width: 100%;
}

img.emoji {
        width: 16px;
}

.hubhood-bold {
        font-weight: 600;
}

/* Gutenberg color pallete colors */

.has-strong-red-color {
        color: #ab0303 !important; /* Needed to overwrite any default color attribution, no matter what */
}

.has-light-green-color {
        color: #cdf7c9 !important; /* Needed to overwrite any default color attribution, no matter what */
}

.has-very-light-gray-color {
        color: #eee !important; /* Needed to overwrite any default color attribution, no matter what */
}

.has-very-dark-gray-color {
        color: #252525 !important; /* Needed to overwrite any default color attribution, no matter what */
}

.has-strong-red-background-color {
        background-color: #ab0303 !important; /* Needed to overwrite any default color attribution, no matter what */
}

.has-light-green-background-color {
        background-color: #cdf7c9 !important; /* Needed to overwrite any default color attribution, no matter what */
}

.has-very-light-gray-background-color {
        background-color: #eee !important; /* Needed to overwrite any default color attribution, no matter what */
}

.has-very-dark-gray-background-color {
        background-color: #252525 !important; /* Needed to overwrite any default color attribution, no matter what */
}

#wp-admin-bar-autoptimize > .ab-item {
        text-transform: uppercase;
}

.autoptimize-loading.hubhood-clean-cache-loading {
        display: block !important;
        background-image: url(../images/spinner.gif);
        background-color: rgba(255,255,255,0.75);
}

.autoptimize-loading:not( .hubhood-clean-cache-loading ),
#wp-admin-bar-powered-cache,
#ao-delete-cache-timeout {
        display: none !important;
}

#wp-admin-bar-autoptimize.bullet-green .ab-icon::before,
#wp-admin-bar-autoptimize.bullet-green:hover .ab-icon::before {
        top: -1px;
}

.ab-item:hover,
.ab-item:focus {
        outline: none !important;
}

.hubhood-break-line-words {
        word-spacing : 9999px;
}

section {
        position   : relative;
        z-index    : 2;
        margin     : calc(3 * var(--bs-gutter-x)) 0;
        box-shadow : 0 0px 30px rgb(0 0 0 / 5%);
        box-shadow : none;
}

section.elementor-section {
        margin: 0;
}

.single section {
        box-shadow : none;
}

.hubhood-box-shadow-top-inset {
        box-shadow : 0 0 30px rgb(0 0 0 / 15%) inset;
}

section.hubhood-dark-background {
        box-shadow : none;
}

section.hubhood-dark-background:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 110vw;
        height: 100%;
        z-index: -1;
        background-color: rgb(15, 20, 25);
        left: 50%;
        transform: translate(-50%);
        pointer-events: none;
}

section.hubhood-light-background[class*="hubhood_tiny_call_to_action"] {
        background-color: #fff;
}

section.hubhood-default-background[class*="hubhood_tiny_call_to_action"] {
        background-color: transparent !important;
}

section.hubhood-custom-background-color:before {        
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 110vw;
        height: 100%;
        z-index: -1;
        background-color: var(--hubhood-custom-background-color);
        left: 50%;
        transform: translate(-50%);
        pointer-events: none;
}

section.hubhood-custom-background-color .hubhood-section-title:not(.hubhood-dual-title-color),
section.hubhood-custom-background-color .hubhood-section-subtitle,
section.hubhood-custom-background-color .hubhood-section-title:not(.hubhood-dual-title-color) *,
section.hubhood-custom-background-color .hubhood-section-subtitle * {
        color: #fff !important;
}

section.hubhood-custom-background-color .hubhood-forced-color *,
section .hubhood-forced-color * {
        color: inherit !important;
}

.hubhood-frontpage-header-design-1.hubhood-frontpage-frontpage-header-categories-position-default .hubhood-front-page-widgetized-section > section.hubhood-dark-background:first-child:before,
.hubhood-frontpage-header-design-1.hubhood-no-hero-listing-categories .hubhood-front-page-widgetized-section > section.hubhood-dark-background:first-child:before {
        box-shadow: 0 -46px 0 rgb(15 20 25);
}

.hubhood-frontpage-header-design-1.hubhood-frontpage-frontpage-header-categories-position-default .hubhood-front-page-widgetized-section > section.hubhood-custom-background:first-child:before,
.hubhood-frontpage-header-design-1.hubhood-no-hero-listing-categories .hubhood-front-page-widgetized-section > section.hubhood-custom-background:first-child:before {
        box-shadow: 0 -46px 0 var(--hubhood-custom-background-color);
}

.hubhood-front-page-widgetized-section > section.hubhood-dark-background:before,
.hubhood-front-page-widgetized-section > section.hubhood-custom-background-color:before {
        width: 101%;
        left: 50.45%;
}

section.hubhood-dark-background.hubhood-widget-boxed-background {
        background: #fff;
        box-shadow: none;
}

.hubhood-front-page-widgetized-section > section.hubhood-dark-background.hubhood-widget-boxed-background:before,
.hubhood-front-page-widgetized-section > section.hubhood-custom-background-color.hubhood-widget-boxed-background:before {
        background: #fff;
        opacity: 0;
        box-shadow: none;
}

section.hubhood-dark-background.hubhood-call-to-action-two-columns-separated:before {
        background-color: transparent;
}

.hubhood-front-page-widgetized-section > section.hubhood-dark-background.hubhood-widget-boxed-background .hubhood-inner-widget-container:before {
        content: "";
        position: absolute;
        width: calc(100% + 60px);
        height: calc(100% + 154px);
        left: -30px;
        top: -90px;
        z-index: 0;
        background-color: rgb(15, 20, 25);
        -webkit-transform: translateZ(0px);
        -moz-transform: translateZ(0px);
        -o-transform: translateZ(0px);
        transform: translateZ(0px);  
        border-radius: 25px;
        border-top: 5px solid var(--hubhood-color);
}

.hubhood-front-page-widgetized-section > section.hubhood-dark-background.hubhood-widget-boxed-background .hubhood-section-icon:before,
.hubhood-front-page-widgetized-section > section.hubhood-dark-background.hubhood-widget-boxed-background .hubhood-section-icon[class*="http"] {
        position: relative;
        width: calc(100% + 60px);
        left: -30px;
        background-color: rgb(15, 20, 25);
        padding-top: 55px;
        border-radius: 25px 25px 0 0;
        padding-bottom: 25px;
        margin-bottom: -25px;
        border-top: 5px solid var(--hubhood-color);
}

.hubhood-front-page-widgetized-section > section.hubhood-dark-background.hubhood-widget-boxed-background .hubhood-section-icon[class*="http"] {
        margin-bottom: 0;
}

.hubhood-front-page-widgetized-section > section.hubhood-dark-background.hubhood-widget-boxed-background .hubhood-more-listings-button-wrapper .hubhood-button {
        background-color: rgb(15, 20, 25);
        border: 4px solid transparent;
}

.hubhood-popup section.hubhood-dark-background:before {
        display: none;
}

section.hubhood-smoke-background {
        box-shadow : 15px 15px 60px rgb(0 0 0 / 3%) inset;
}

section.hubhood-shadow-section {
        box-shadow : 0 0 60px rgb(0 0 0 / 10%);
}

section.hubhood-light-background-color,
body:not(.page-template-front-page) .hubhood-post-content-section {
        background-color : #fff;
}

.hubhood-force-white-color,
.hubhood-force-white-color *,
.hubhood-force-white-color * * {
        color: #fff;
}

.hubhood-block-margin-top-default {
        margin-top : calc(3 * var(--bs-gutter-x));
}

.hubhood-block-margin-bottom-default {
        margin-bottom : calc(3 * var(--bs-gutter-x));
}

.hubhood-default-rounded-corners {
        border-radius : 4px;
}

.hubhood-text-left,
.text-left {
        text-align : left;
}

.hubhood-text-center,
.text-center {
        text-align : center;
}

.hubhood-text-right,
.text-right {
        text-align : right;
}

.hubhood-comments-section.hubhood-dark-background .hubhood-container-wrapper > .container > .row > .col-sm-12 > div {
        background-color: rgb(15, 20, 25);
        border-radius: 4px;
        padding: 0 30px;
}

.hubhood-container-wrapper.hubhood-grid-960 {
        margin: 0 auto;
}

.hubhood-grid-760 {
        max-width : 820px;
}

.hubhood-no-margin-top,
.hubhood-no-margin-top:nth-child(n) {
        margin-top :  0 !important;
}

.hubhood-no-margin-bottom,
.hubhood-no-margin-bottom:nth-child(n) {
        margin-bottom: 0 !important;
}

.hubhood-no-padding-top,
.hubhood-no-padding-top:nth-child(n) {
        padding-top : 0;
}

.hubhood-no-padding-bottom,
.hubhood-no-padding-bottom:nth-child(n) {
        padding-bottom : 0;
}

.hubhood-no-padding-left {
        padding-left : 0;
}

.hubhood-no-padding-right {
        padding-right : 0;
}

.hubhood-clean-gutter-left {
        padding-left : 0;
        margin-left  : 0;
}

.hubhood-clean-gutter-right {
        padding-right : 0;
        margin-right  : 0;
}

.hubhood-padding-gutter {
        padding : var(--bs-gutter-x);
}

.hubhood-padding-vertical-gutter {
        padding : var(--bs-gutter-x) 0 var(--bs-gutter-x) 0;
}

.hubhood-margin-gutter {
        margin : var(--bs-gutter-x);
}

.hubhood-negative-margin-gutter-left {
        margin-left : calc(-1 * var(--bs-gutter-x));
}

.hubhood-negative-margin-gutter-right {
        margin-right : calc(-1 * var(--bs-gutter-x));
}

.hubhood-negative-margin-gutter-top {
        margin-top : calc(-1 * var(--bs-gutter-x));
}

.hubhood-margin-gutter-top {
        margin-top : 30px;
}

.hubhood-margin-gutter-bottom {
        margin-bottom : 30px;
}

.hubhood-padding-gutter-top {
        padding-top : 30px;
}

.hubhood-padding-gutter-top-2x {
        padding-top : 60px;
}

.hubhood-padding-gutter-bottom {
        padding-bottom : 30px;
}

.hubhood-negative-margin-gutter-bottom {
        margin-bottom : calc(-1 * var(--bs-gutter-x));
}

.hubhood-block-padding-top-default {
        padding-top : calc(3 * var(--bs-gutter-x));
}

.hubhood-block-padding-bottom-default {
        padding-bottom : calc(3 * var(--bs-gutter-x));
}

.hubhood-block-padding-bottom-default-6x {
        padding-bottom : calc(6 * var(--bs-gutter-x));
}

.hubhood-block-padding-bottom-default-6x.hubhood-single-header {
        padding-bottom: 165px;
}

.hubhood-no-addons .hubhood-block-padding-bottom-default-6x.hubhood-single-header {
        padding-bottom: 90px;
}

.hubhood-no-addons .hubhood-single-blog-content-wrapper {
        margin-top: 0;
}

.hubhood-no-addons .hubhood-single-blog-content-section.hubhood-block-padding-top-default-4x {
        padding-top: 90px;
}

.hubhood-block-padding-top-default-4x {
        padding-top : calc(4 * var(--bs-gutter-x));
}

.hubhood-block-margin-negative-top-default {
        margin-top : calc(-3 * var(--bs-gutter-x));
}

.hubhood-block-margin-negative-bottom-default {
        margin-bottom : calc(-3 * var(--bs-gutter-x));
}

.hubhood-block-margin-top-default-2x {
        margin-top : calc(2 * var(--bs-gutter-x));
}

.hubhood-block-margin-top-default-3x {
        margin-top : calc(3 * var(--bs-gutter-x));
}

.hubhood-block-margin-bottom-default-3x {
        margin-bottom : calc(3 * var(--bs-gutter-x));
}

.hubhood-block-margin-negative-top-double {
        margin-top : calc(-6 * var(--bs-gutter-x));
}

.hubhood-last-word,
.hubhood-dark-background *.hubhood-last-word {
        color : var(--hubhood-color);
}

.hubhood-call-to-action-content-inner .hubhood-last-word,
.hubhood-call-to-action-content-inner .hubhood-dark-background *.hubhood-last-word,
.hubhood-elementor-dark-section .hubhood-call-to-action-two-columns-separated.hubhood-call-to-action-design-3.hubhood-call-to-action-design-3-bordered.hubhood-call-to-action-design-3-bordered-dashed *.hubhood-last-word {
        color : #fff;
}

.hubhood-call-to-action-two-columns-separated.hubhood-call-to-action-design-3.hubhood-call-to-action-design-3-bordered.hubhood-call-to-action-design-3-bordered-dashed *.hubhood-last-word {
        color: #252525;
}

.hubhood-no-box-shadow {
        box-shadow: none;
}

.hubhood-dark-background,
.job_listing > section.hubhood-dark-background {
        background-color : rgb(15, 20, 25);
}

.hubhood-general-background-color-light .hubhood-background-overlay {
        background-color: #fff;
        opacity: 0.93;
}

.hubhood-general-background-color-light .hubhood-main-nav-menu-overlay {
        background-color: #fff;
        opacity: 0.65;
}

.hubhood-listing-card.hubhood-dark-background {
        background-color: #fff;
}

.hubhood-design-1-b-2-3-c-6-b-16-c .hubhood-featured-listing .hubhood-listing-card.hubhood-dark-background {
        background-color: var(--hubhood-color);
}

form input:not([type]),
form input[type="text"],
form input[type="number"],
form input[type="search"],
form input[type="password"],
form input:not([type]):focus,
form input[type="text"]:focus,
form input[type="search"]:focus,
form input[type="password"]:focus,
form input[type="tel"],
form input[type="tel"]:focus,
form input[type="email"],
form input[type="email"]:focus,
form input[type="url"],
form input[type="url"]:focus,
form textarea.form-control,
form textarea.form-control:focus,
form textarea,
.woocommerce form .form-row input.input-text,
body select,
body .hubhood-dark-background select,
.wp-block-search .wp-block-search__input,
.wp-block-search .wp-block-search__input:focus {
        font-weight   : 500;
        border-radius : 0;
        border        : 0;
        border-bottom : 4px solid rgba(125, 125, 125, 0.15);
        box-shadow    : none;
        padding       : 14px 0;
        outline       : 0;
        height: auto;
        height: auto;
        line-height: 1.875;
        min-height: auto;
        padding: 14px 30px;
        box-shadow: 4px 4px 15px rgb(0 0 0 / 6%);       
}

form input[type="number"] {
        padding-right: 10px;
}


.hubhood-light-popup .hubhood-popup form input:not([type]),
.hubhood-light-popup .hubhood-popup form input[type="text"],
.hubhood-light-popup .hubhood-popup form input[type="search"],
.hubhood-light-popup .hubhood-popup form input[type="password"],
.hubhood-light-popup .hubhood-popup form input:not([type]):focus,
.hubhood-light-popup .hubhood-popup form input[type="text"]:focus,
.hubhood-light-popup .hubhood-popup form input[type="search"]:focus,
.hubhood-light-popup .hubhood-popup form input[type="password"]:focus,
.hubhood-light-popup .hubhood-popup form input[type="tel"],
.hubhood-light-popup .hubhood-popup form input[type="tel"]:focus,
.hubhood-light-popup .hubhood-popup form input[type="email"],
.hubhood-light-popup .hubhood-popup form input[type="email"]:focus,
.hubhood-light-popup .hubhood-popup form input[type="url"],
.hubhood-light-popup .hubhood-popup form input[type="url"]:focus,
.hubhood-light-popup .hubhood-popup form textarea.form-control,
.hubhood-light-popup .hubhood-popup form textarea.form-control:focus,
.hubhood-light-popup .hubhood-popup form textarea,
.hubhood-light-popup .hubhood-popup .woocommerce form .form-row input.input-text,
.hubhood-light-popup .hubhood-popup select,
.hubhood-light-popup .hubhood-popup .hubhood-dark-background select,
.hubhood-light-popup .hubhood-popup .wp-block-search .wp-block-search__input,
.hubhood-light-popup .hubhood-popup .wp-block-search .wp-block-search__input:focus {
        padding-left: 0;
        padding-right: 0;
        box-shadow: none;     
        background: transparent;  
}

.woocommerce form .form-row textarea {
        background: #fff;
        box-shadow: 4px 4px 15px rgb(0 0 0 / 6%);
        line-height: 1.875;
}

.wp-block-cover,
.wp-block-cover * {
        line-height: 1.5; /* Like on Gutenberg editor */
}

.wp-block-cover-image.has-background-dim:not(.has-background-gradient):before,
.wp-block-cover-image .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim:not(.has-background-gradient):before,
.wp-block-cover .wp-block-cover__gradient-background {
        z-index: 2;
}

.wp-block-cover-image .wp-block-cover__inner-container,
.wp-block-cover .wp-block-cover__inner-container {
        z-index: 3;
}

/* Cancel "wrong" Pale Pink from WordPress Unit Test (they should fix it) */
:root .has-pale-pink-background-color {
        background-color: #000;
}

.hubhood-dark-background form input:not([type]),
.hubhood-dark-background form input[type="text"],
.hubhood-dark-background form input[type="search"],
.hubhood-dark-background form input[type="password"],
.hubhood-dark-background form input:not([type]):focus,
.hubhood-dark-background form input[type="text"]:focus,
.hubhood-dark-background form input[type="search"]:focus,
.hubhood-dark-background form input[type="password"]:focus,
.hubhood-dark-background form input[type="tel"],
.hubhood-dark-background form input[type="tel"]:focus,
.hubhood-dark-background form input[type="email"],
.hubhood-dark-background form input[type="email"]:focus,
.hubhood-dark-background form input[type="url"],
.hubhood-dark-background form input[type="url"]:focus,
.hubhood-dark-background form textarea.form-control,
.hubhood-dark-background form textarea.form-control:focus,
.hubhood-dark-background form textarea,
.woocommerce .hubhood-dark-background form .form-row input.input-text,
.woocommerce form.hubhood-dark-background .form-row input.input-text,
body .hubhood-dark-background select,
.hubhood-dark-background .wp-block-search .wp-block-search__input,
.hubhood-dark-background .wp-block-search .wp-block-search__input:focus {
        padding: 14px 0;
        box-shadow: none;    
        line-height: 1.5;          
        border-bottom : 4px solid rgba(255, 255, 255, 0.09); 
}

.hubhood-map-filter-sidebar-inner.hubhood-light-background form input:not([type]),
.hubhood-map-filter-sidebar-inner.hubhood-light-background form input[type="text"],
.hubhood-map-filter-sidebar-inner.hubhood-light-background form input[type="search"],
.hubhood-map-filter-sidebar-inner.hubhood-light-background form input[type="password"],
.hubhood-map-filter-sidebar-inner.hubhood-light-background form input:not([type]):focus,
.hubhood-map-filter-sidebar-inner.hubhood-light-background form input[type="text"]:focus,
.hubhood-map-filter-sidebar-inner.hubhood-light-background form input[type="search"]:focus,
.hubhood-map-filter-sidebar-inner.hubhood-light-background form input[type="password"]:focus,
.hubhood-map-filter-sidebar-inner.hubhood-light-background form input[type="tel"],
.hubhood-map-filter-sidebar-inner.hubhood-light-background form input[type="tel"]:focus,
.hubhood-map-filter-sidebar-inner.hubhood-light-background form input[type="email"],
.hubhood-map-filter-sidebar-inner.hubhood-light-background form input[type="email"]:focus,
.hubhood-map-filter-sidebar-inner.hubhood-light-background form input[type="url"],
.hubhood-map-filter-sidebar-inner.hubhood-light-background form input[type="url"]:focus,
.hubhood-map-filter-sidebar-inner.hubhood-light-background form textarea.form-control,
.hubhood-map-filter-sidebar-inner.hubhood-light-background form textarea.form-control:focus,
.hubhood-map-filter-sidebar-inner.hubhood-light-background form textarea,
.woocommerce .hubhood-map-filter-sidebar-inner.hubhood-light-background form .form-row input.input-text,
.woocommerce form.hubhood-map-filter-sidebar-inner.hubhood-light-background .form-row input.input-text,
body .hubhood-map-filter-sidebar-inner.hubhood-light-background select,
.hubhood-map-filter-sidebar-inner.hubhood-light-background .wp-block-search .wp-block-search__input,
.hubhood-map-filter-sidebar-inner.hubhood-light-background .wp-block-search .wp-block-search__input:focus {
        padding: 14px 0;
        box-shadow: none;    
        line-height: 1.5;
}

.hubhood-comments-section.hubhood-light-background form input:not([type]),
.hubhood-comments-section.hubhood-light-background form input[type="text"],
.hubhood-comments-section.hubhood-light-background form input[type="search"],
.hubhood-comments-section.hubhood-light-background form input[type="password"],
.hubhood-comments-section.hubhood-light-background form input:not([type]):focus,
.hubhood-comments-section.hubhood-light-background form input[type="text"]:focus,
.hubhood-comments-section.hubhood-light-background form input[type="search"]:focus,
.hubhood-comments-section.hubhood-light-background form input[type="password"]:focus,
.hubhood-comments-section.hubhood-light-background form input[type="tel"],
.hubhood-comments-section.hubhood-light-background form input[type="tel"]:focus,
.hubhood-comments-section.hubhood-light-background form input[type="email"],
.hubhood-comments-section.hubhood-light-background form input[type="email"]:focus,
.hubhood-comments-section.hubhood-light-background form input[type="url"],
.hubhood-comments-section.hubhood-light-background form input[type="url"]:focus,
.hubhood-comments-section.hubhood-light-background form textarea.form-control,
.hubhood-comments-section.hubhood-light-background form textarea.form-control:focus,
.hubhood-comments-section.hubhood-light-background form textarea,
.woocommerce .hubhood-comments-section.hubhood-light-background form .form-row input.input-text,
.woocommerce form.hubhood-comments-section.hubhood-light-background .form-row input.input-text,
body .hubhood-comments-section.hubhood-light-background select,
.hubhood-comments-section.hubhood-light-background .wp-block-search .wp-block-search__input,
.hubhood-comments-section.hubhood-light-background .wp-block-search .wp-block-search__input:focus {
        padding: 14px 0;
        box-shadow: none;    
        line-height: 1.5;
}

.hubhood-listing-single-reviews.hubhood-light-background form input:not([type]),
.hubhood-listing-single-reviews.hubhood-light-background form input[type="text"],
.hubhood-listing-single-reviews.hubhood-light-background form input[type="search"],
.hubhood-listing-single-reviews.hubhood-light-background form input[type="password"],
.hubhood-listing-single-reviews.hubhood-light-background form input:not([type]):focus,
.hubhood-listing-single-reviews.hubhood-light-background form input[type="text"]:focus,
.hubhood-listing-single-reviews.hubhood-light-background form input[type="search"]:focus,
.hubhood-listing-single-reviews.hubhood-light-background form input[type="password"]:focus,
.hubhood-listing-single-reviews.hubhood-light-background form input[type="tel"],
.hubhood-listing-single-reviews.hubhood-light-background form input[type="tel"]:focus,
.hubhood-listing-single-reviews.hubhood-light-background form input[type="email"],
.hubhood-listing-single-reviews.hubhood-light-background form input[type="email"]:focus,
.hubhood-listing-single-reviews.hubhood-light-background form input[type="url"],
.hubhood-listing-single-reviews.hubhood-light-background form input[type="url"]:focus,
.hubhood-listing-single-reviews.hubhood-light-background form textarea.form-control,
.hubhood-listing-single-reviews.hubhood-light-background form textarea.form-control:focus,
.hubhood-listing-single-reviews.hubhood-light-background form textarea,
.woocommerce .hubhood-listing-single-reviews.hubhood-light-background form .form-row input.input-text,
.woocommerce form.hubhood-listing-single-reviews.hubhood-light-background .form-row input.input-text,
body .hubhood-listing-single-reviews.hubhood-light-background select,
.hubhood-listing-single-reviews.hubhood-light-background .wp-block-search .wp-block-search__input,
.hubhood-listing-single-reviews.hubhood-light-background .wp-block-search .wp-block-search__input:focus {
        padding: 14px 0;
        box-shadow: none;    
        line-height: 1.5;
}

body .hubhood-dark-background .widget select,
body .hubhood-dark-background .hubhood-widget-content-wrapper select {
        color: #252525;
        padding: 14px 30px;  
        border-bottom : 4px solid rgba(125, 125, 125, 0.15);
}

form input:not([type]):focus,
form input[type="text"]:focus,
form input[type="search"]:focus,
form input[type="password"]:focus,
form input[type="tel"]:focus,
form input[type="email"]:focus,
form input[type="url"]:focus,
form textarea.form-control:focus,
.wp-block-search .wp-block-search__input:focus,
form textarea:focus,
.woocommerce form .form-row input.input-text:focus {
        border-bottom : 4px solid var(--hubhood-color); 
}

.hubhood-listing-widget-theme-color.hubhood-dark-background form input:not([type]):focus,
.hubhood-listing-widget-theme-color.hubhood-dark-background form input[type="text"]:focus,
.hubhood-listing-widget-theme-color.hubhood-dark-background form input[type="search"]:focus,
.hubhood-listing-widget-theme-color.hubhood-dark-background form input[type="password"]:focus,
.hubhood-listing-widget-theme-color.hubhood-dark-background form input[type="tel"]:focus,
.hubhood-listing-widget-theme-color.hubhood-dark-background form input[type="email"]:focus,
.hubhood-listing-widget-theme-color.hubhood-dark-background form input[type="url"]:focus,
.hubhood-listing-widget-theme-color.hubhood-dark-background form textarea.form-control:focus,
.hubhood-listing-widget-theme-color.hubhood-dark-background .wp-block-search .wp-block-search__input:focus,
.hubhood-listing-widget-theme-color.hubhood-dark-background form textarea:focus {
        border-bottom : 4px solid rgb(255,255,255); 
}

.job-manager-form fieldset .wp-editor-container {
        border: 0;
        box-shadow: 8px 8px 20px rgba(0,0,0,0.1);
}

body select::-ms-expand {
        display: none; /* Hide the default arrow in Internet Explorer 10 and Internet Explorer 11 */
}

body select,
.widget select,
.wp-block-archives-dropdown select,
.wp-block-categories select,
.widget select:hover,
.widget select:focus,
.wp-block-archives-dropdown select:hover,
.wp-block-archives-dropdown select:focus,
.wp-block-categories select:hover,
.wp-block-categories select:focus {
        background-color: #fff;
        background-image: url("data:image/svg+xml;utf8,<svg aria-hidden='true' width='65' height='17' style='position:relative;right:0;top:1px;background-color:rgb(255,255,255);' focusable='false' data-prefix='fas' data-icon='chevron-down' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' class='svg-inline--fa fa-chevron-down fa-w-14 fa-2x'><path fill='rgb(37,37,37)' d='M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z'></path></svg>") !important;
        background-repeat: no-repeat !important;
        background-position: right !important;
        -webkit-appearance: none !important;
        -moz-appearance: none !important;
        appearance: none !important;
        padding-right: 60px;
}

body select *,
body select option * {
        font-weight: 600;
        padding: 20px 30px;
        background-color: #fff;
        color: #252525;
        box-shadow: 0px -4px 0 rgb(125,125,125, 0.1) inset;
        overflow: hidden;
}

body select[multiple="multiple"]:focus,
body select:focus option,
body select:focus option:checked,
body select:-webkit-autofill,
body select:-webkit-autofill:hover,
body select:-webkit-autofill:focus,
body select:-webkit-autofill:active { 
        background-color: #fff !important;
        color: #252525 !important;
}


.hubhood-light-popup .hubhood-popup form input:not([type]),
.hubhood-light-popup .hubhood-popup form input[type="text"],
.hubhood-light-popup .hubhood-popup form input[type="search"],
.hubhood-light-popup .hubhood-popup form input[type="password"],
.hubhood-light-popup .hubhood-popup form input:not([type]):focus,
.hubhood-light-popup .hubhood-popup form input[type="text"]:focus,
.hubhood-light-popup .hubhood-popup form input[type="search"]:focus,
.hubhood-light-popup .hubhood-popup form input[type="password"]:focus,
.hubhood-light-popup .hubhood-popup form input[type="tel"],
.hubhood-light-popup .hubhood-popup form input[type="tel"]:focus,
.hubhood-light-popup .hubhood-popup form input[type="email"],
.hubhood-light-popup .hubhood-popup form input[type="email"]:focus,
.hubhood-light-popup .hubhood-popup form input[type="url"],
.hubhood-light-popup .hubhood-popup form input[type="url"]:focus,
.hubhood-light-popup .hubhood-popup form textarea.form-control,
.hubhood-light-popup .hubhood-popup form textarea.form-control:focus,
.hubhood-light-popup .hubhood-popup form textarea,
.hubhood-light-popup .hubhood-popup .woocommerce form .form-row input.input-text,
.hubhood-light-popup .hubhood-popup select,
.hubhood-light-popup .hubhood-popup .hubhood-dark-background select,
.hubhood-light-popup .hubhood-popup .wp-block-search .wp-block-search__input,
.hubhood-light-popup .hubhood-popup .wp-block-search .wp-block-search__input:focus,
.hubhood-light-popup .hubhood-popup select[multiple="multiple"]:focus,
.hubhood-light-popup .hubhood-popup select:focus option,
.hubhood-light-popup .hubhood-popup select:focus option:checked,

.hubhood-light-popup .hubhood-popup select:-webkit-autofill,
.hubhood-light-popup .hubhood-popup select:-webkit-autofill:hover,
.hubhood-light-popup .hubhood-popup select:-webkit-autofill:focus,
.hubhood-light-popup .hubhood-popup select:-webkit-autofill:active

.hubhood-light-popup .hubhood-popup input:-webkit-autofill,
.hubhood-light-popup .hubhood-popup input:-webkit-autofill:hover,
.hubhood-light-popup .hubhood-popup input:-webkit-autofill:focus,
.hubhood-light-popup .hubhood-popup input:-webkit-autofill:active {
        padding-left: 0;
        padding-right: 0;
        box-shadow: none !important;     
        background: transparent;  
}



.hubhood-light-popup .hubhood-popup .form-group label {
        color : #252525;
}

.hubhood-light-popup .hubhood-popup .form-group textarea,
.hubhood-light-popup .hubhood-popup .form-group textarea:focus {
        background-color: transparent;
        border: 0;
        outline: none;
        box-shadow: none;
}

.hubhood-light-popup .hubhood-popup .form-group input[type="text"]~label,
.hubhood-light-popup .hubhood-popup .form-group input[type="search"]~label,
.hubhood-light-popup .hubhood-popup .form-group input[type="password"]~label,
.hubhood-light-popup .hubhood-popup .form-group input[type="email"]~label,
.hubhood-light-popup .hubhood-popup .form-group textarea~label,
.hubhood-light-popup .hubhood-popup .select2~label {
        position : absolute;
        z-index  : 0;
        color    : #252525;
        top      : 10px;
}

.hubhood-light-popup .hubhood-popup .form-group input[type="text"]:placeholder-shown~label,
.hubhood-light-popup .hubhood-popup .form-group input[type="search"]:placeholder-shown~label,
.hubhood-light-popup .hubhood-popup .form-group input[type="password"]:placeholder-shown~label,
.hubhood-light-popup .hubhood-popup .form-group input[type="email"]:placeholder-shown~label,
.hubhood-light-popup .hubhood-popup .form-group textarea:placeholder-shown~label,
.hubhood-light-popup .hubhood-popup .select2~label {
        transform : translate(0, 0);
}

.hubhood-light-popup .hubhood-popup .form-group input[type="text"]:not(:placeholder-shown)~label,
.hubhood-light-popup .hubhood-popup .form-group input[type="text"]:focus~label,
.hubhood-light-popup .hubhood-popup .form-group input[type="password"]:not(:placeholder-shown)~label,
.hubhood-light-popup .hubhood-popup .form-group input[type="password"]:focus~label,
.hubhood-light-popup .hubhood-popup .form-group input[type="email"]:not(:placeholder-shown)~label,
.hubhood-light-popup .hubhood-popup .form-group input[type="email"]:focus~label,
.hubhood-light-popup .hubhood-popup .form-group textarea:not(:placeholder-shown)~label,
.hubhood-light-popup .hubhood-popup .form-group textarea:focus~label,
.hubhood-light-popup .hubhood-popup .select2.select2-container--focus~label,
.hubhood-light-popup .hubhood-popup .hubhood-select2-has-val~label {
        transform : translate(0, -32px);
        color     : rgb(204, 204, 204);
}

body select[multiple="multiple"]:-webkit-autofill,
body select[multiple="multiple"]:-webkit-autofill:hover,
body select[multiple="multiple"]:-webkit-autofill:focus,
body select[multiple="multiple"]:-webkit-autofill:active,
body select:-webkit-autofill,
body select:-webkit-autofill:hover,
body select:-webkit-autofill:focus,
body select:-webkit-autofill:active { 
        background-color: #fff !important;
        color: #252525 !important;
        background-image: url("data:image/svg+xml;utf8,<svg aria-hidden='true' width='65' height='22' style='position:relative;right:0;box-shadow:20px 0 0 rgb(255,0,0);top:3px;background-color:rgb(255,255,255);' focusable='false' data-prefix='fas' data-icon='chevron-down' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' class='svg-inline--fa fa-chevron-down fa-w-14 fa-2x'><path fill='rgb(37,37,37)' d='M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z'></path></svg>") !important;
        background-repeat: no-repeat;
        background-position: right;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
}

select option {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
}

.job-manager-form fieldset small.description {
        margin-top: 11px;
}

.fieldset-job_business_raw_contents {
        display: none;
}

body select option:checked,
body select:focus option:checked { 
        color: #fff !important;
        box-shadow: 0px -4px 0 rgb(125,125,125, 0.1) inset, 2000px 0px 0 rgb(5,10,15) inset;
        background: rgb(5,10,15) !important;
}

body select[multiple="multiple"] option:focus,
body select[multiple="multiple"] option:checked,
body select[multiple="multiple"] option:hover,
body select[multiple="multiple"]:focus option:focus,
body select[multiple="multiple"]:focus option:checked,
body select[multiple="multiple"]:focus option:hover {
        background: rgb(30,35,40) !important;
        color: #fff !important;        
}

body select[multiple="multiple"] option:checked {
        color: #000 !important;
        box-shadow: 0px -4px 0 rgb(125,125,125, 0.1) inset, 2000px 0px 0 rgb(255,255,255) inset !important;
        background: rgb(255,255,255) !important;  
        filter: invert(); 
        -webkit-filter: invert(); 
}

body select[multiple="multiple"]:focus option:checked {
        box-shadow: 0px -4px 0 rgb(125,125,125, 0.1) inset, 2000px 0px 0 rgb(5,10,15) inset !important;
        background: rgb(30,35,40) !important;
        color: #fff !important;        
        filter: none;
        -webkit-filter: none; 
}

body select[multiple="multiple"],
body select[multiple="multiple"]:focus {
        background-image: none;
        background-color: #fff !important;
        border: 0;
        padding: 0;
}

input[type="checkbox"] {
        display: none;
}

.woocommerce-terms-and-conditions-wrapper label {
	cursor: default;
}

.woocommerce-terms-and-conditions-wrapper label a,
.woocommerce-terms-and-conditions-wrapper label .hubhood-custom-checkbox-check {
	cursor: pointer;
}

.woocommerce-terms-and-conditions-wrapper label a {
        color: var(--hubhood-color) !important;
}

.woocommerce-checkout #payment div.payment_box iframe {
        background: #fff;
        border-radius: 5px;
        padding: 5px !important;
        margin-top: 15px !important;
        margin-bottom: 20px !important;
}

.hubhood-custom-checkbox-check ~ input[type="checkbox"],
.hubhood-custom-checkbox-check ~ .save-source-checkbox {
        display: inline-block !important;
        opacity: 0.001 !important;
        position: absolute !important;
        top: 0 !important;
        left: -10000px !important;
}

.hubhood-custom-checkbox a,
.hubhood-custom-checkbox a:hover,
.hubhood-custom-checkbox-check ~ label a,
.hubhood-custom-checkbox-check ~ label a:hover {
        text-decoration: underline;
        text-decoration-style: dotted;
        text-underline-offset: 5px;
}

form .hubhood-custom-checkbox-check {
        float: left;
        background-color: #fff;
        box-shadow: 4px 4px 7px rgba(0,0,0,0.12);
        position: relative;
        z-index: 2;
}

form .hubhood-custom-checkbox-check.fa-check,
#page .woocommerce form span.hubhood-custom-checkbox-check.fa-check {
        background-color: rgb(25,30,35);
        border: 4px solid transparent;
        color: #fff !important;
}

.hubhood-dark-form .hubhood-custom-checkbox-check.fa-check,
.hubhood-dark-background .hubhood-custom-checkbox-check.fa-check,
#page .woocommerce .hubhood-dark-form span.hubhood-custom-checkbox-check.fa-check {
        border: 4px solid #fff;
}

.woocommerce-checkout #payment ul.payment_methods span.hubhood-custom-checkbox-check.fa-check {
        border: 4px solid #fff !important;
}

form label .hubhood-custom-checkbox-check,
form .hubhood-checkbox-has-sibling-label .hubhood-custom-checkbox-check {
        float: none;
        display: inline-block;
        vertical-align: middle;
}

form .hubhood-checkbox-has-sibling-label label {
        display: inline-block;
        vertical-align: middle;
        max-width: calc(100% - 75px);
        margin-bottom: 10px;
        margin-top: 15px;
}

form .hubhood-custom-checkbox-check:before {
        text-shadow: none;
}

.hubhood-dark-background form .hubhood-custom-checkbox-check,
#page .woocommerce form.login.hubhood-dark-background .hubhood-custom-checkbox-check,
#page .woocommerce form.register.hubhood-dark-background .hubhood-custom-checkbox-check {
        background-color: transparent;
}

label ~ span em {
        padding-top: 3px;
        display: block;
}

.woocommerce form .show-password-input,
.woocommerce-page form .show-password-input {
        right: 20px;
        top: 17px;
        background-color: #fff;
}

.woocommerce form.hubhood-dark-form .show-password-input,
.woocommerce-page form.hubhood-dark-form .show-password-input {
        background-color: rgb(25,30,35);
        color: #fff;
}

form input[name="hubhood-private-message-captcha"],
form input[name="hubhood-private-message-captcha"]~label,
form input[name="hubhood-private-message-captcha"]~.hubhood-line-bottom-effect {
        max-width: 65px;
}

form input[name="hubhood-private-message-captcha"]~.hubhood-line-bottom-effect {
        max-width: 65px;
}

textarea {
        box-shadow: 4px 4px 15px rgb(0 0 0 / 6%);
}

textarea.form-control,
form textarea {
        min-height: 105px;
}

form textarea[class*="select2"] {
        min-height: 0;
}

.hubhood-dark-background input:not([type]),
.hubhood-dark-background input[type="text"],
.hubhood-dark-background input[type="search"],
.hubhood-dark-background input[type="password"],
.hubhood-dark-background input:not([type]):focus,
.hubhood-dark-background input[type="text"]:focus,
.hubhood-dark-background input[type="search"]:focus,
.hubhood-dark-background input[type="password"]:focus,
.hubhood-dark-background input[type="email"],
.hubhood-dark-background input[type="email"]:focus,
.hubhood-dark-background input[type="url"],
.hubhood-dark-background input[type="url"]:focus,
.hubhood-dark-background textarea,
.hubhood-dark-background textarea:focus,
.hubhood-dark-background .select2-container:after,
.hubhood-dark-background .wp-block-search .wp-block-search__input,
.hubhood-dark-background .wp-block-search .wp-block-search__input:focus {
        border-bottom : 4px solid rgba(255, 255, 255, 0.09);
        border-bottom-color : rgba(255, 255, 255, 0.09);        
}

.hubhood-line-bottom-effect {
        position         : relative;
        display: block;
        top: -3px;
        bottom           : 0;
        left             : 0;
        height           : 4px;
        line-height:     0;
        width            : 0;
        z-index          : 3;
        background-color : var(--hubhood-color);
}

form input[type="text"]:focus~.hubhood-line-bottom-effect,
form input[type="search"]:focus~.hubhood-line-bottom-effect,
form input[type="password"]:focus~.hubhood-line-bottom-effect,
form input[type="email"]:focus~.hubhood-line-bottom-effect,
form textarea:focus~.hubhood-line-bottom-effect,
.select2-container--focus~.hubhood-line-bottom-effect {
        width : 100%;
}

.hubhood-map-filter-sidebar-inner input,
.hubhood-map-filter-sidebar-inner input:focus {
        background-color : transparent;
}

.hubhood-dark-background input:not([type]),
.hubhood-dark-background input[type="text"],
.hubhood-dark-background input[type="search"],
.hubhood-dark-background input[type="password"],
.hubhood-dark-background input:not([type]):focus,
.hubhood-dark-background input[type="text"]:focus,
.hubhood-dark-background input[type="serch"]:focus,
.hubhood-dark-background input[type="password"]:focus,
.hubhood-dark-background input[type="email"],
.hubhood-dark-background input[type="email"]:focus,
.hubhood-dark-background input[type="url"],
.hubhood-dark-background input[type="url"]:focus,
.hubhood-dark-background textarea,
.hubhood-dark-background textarea:focus,
.hubhood-dark-background .wp-block-search .wp-block-search__input,
.hubhood-dark-background .wp-block-search .wp-block-search__input:focus {
        background-color : transparent;
        color            : #fff;
}

/* Disable iOS textarea background color fill + color */
.hubhood-dark-background .select2-container--default .select2-search--inline .select2-search__field {
        -webkit-appearance: none !important;
        -moz-appearance: none !important;
        appearance: none !important;
        background-color        : rgb(15, 20, 25) !important;
        -webkit-text-fill-color : #fff !important;
        background-clip: padding-box !important;
        -webkit-background-clip: text !important;
        color: #fff;
}

/* Disable iOS highlight for focused form elements */
form *:focus {
        outline: none !important;
        -webkit-appearance: none !important;
        -moz-appearance: none !important;
        appearance: none !important;
        -webkit-touch-callout: none !important;
        -webkit-tap-highlight-color: transparent !important;
}

.form-group {
        position : relative;
        margin   : 30px 0;
}

label {
        cursor : pointer;
}

.form-control {
        background-color: transparent;
}

.form-group input:not([type]),
.form-group input[type="text"],
.form-group input[type="search"],
.form-group input[type="password"],
.form-group input[type="email"],
.form-group input[type="url"],
.form-group textarea {
        position : relative;
        z-index  : 1;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
        background-color        : #fff !important;
        box-shadow              : 2000px 0 0 0 #fff inset !important;
        -webkit-text-fill-color : #252525 !important;
        color: #252525;
        box-shadow: 4px 4px 15px rgb(0 0 0 / 6%);
        -webkit-background-clip: text !important;
        background-clip: text !important;
}

button[type=submit]:disabled,
button[type=submit].disabled {
    opacity: .5;
    cursor: not-allowed;
}

.hubhood-dark-form input:-webkit-autofill,
.hubhood-dark-form input:-webkit-autofill:hover,
.hubhood-dark-form input:-webkit-autofill:focus,
.hubhood-dark-form input:-webkit-autofill:active {
        background-color        : rgb(25, 30, 35) !important;
        box-shadow              : 2000px 0 0 0 rgb(25, 30, 35) inset !important;
        -webkit-text-fill-color : #fff !important;
        border-bottom: 4px solid rgba(255, 255, 255, 0.09) !important;
        border-bottom-color: rgba(255, 255, 255, 0.09) !important;
        color: #fff;
}

.hubhood-dark-background input:-webkit-autofill,
.hubhood-dark-background input:-webkit-autofill:hover,
.hubhood-dark-background input:-webkit-autofill:focus,
.hubhood-dark-background input:-webkit-autofill:active {
        background-color        : rgb(25, 30, 35) !important;
        box-shadow              : 2000px 0 0 0 rgb(25, 30, 35) inset !important;
        -webkit-text-fill-color : #fff !important;
        border-bottom: 4px solid rgba(255, 255, 255, 0.09) !important;
        border-bottom-color: rgba(255, 255, 255, 0.09) !important;
        color: #fff;
}

.hubhood-dark-background.hubhood-map-filter-sidebar-inner input:-webkit-autofill,
.hubhood-dark-background.hubhood-map-filter-sidebar-inner input:-webkit-autofill:hover,
.hubhood-dark-background.hubhood-map-filter-sidebar-inner input:-webkit-autofill:focus,
.hubhood-dark-background.hubhood-map-filter-sidebar-inner input:-webkit-autofill:active {
        background-color        : rgb(15,20,25) !important;
        box-shadow              : 2000px 0 0 0 rgb(15,20,25) inset !important;
        -webkit-text-fill-color : #fff !important;
        border-bottom: 4px solid rgba(255, 255, 255, 0.09) !important;
        border-bottom-color: rgba(255, 255, 255, 0.09) !important;
        color: #fff;
}

.hubhood-comments-section.hubhood-dark-background input:-webkit-autofill,
.hubhood-comments-section.hubhood-dark-background input:-webkit-autofill:hover,
.hubhood-comments-section.hubhood-dark-background input:-webkit-autofill:focus,
.hubhood-comments-section.hubhood-dark-background input:-webkit-autofill:active,
.hubhood-widget-private-message.hubhood-dark-background input:-webkit-autofill,
.hubhood-widget-private-message.hubhood-dark-background input:-webkit-autofill:hover,
.hubhood-widget-private-message.hubhood-dark-background input:-webkit-autofill:focus,
.hubhood-widget-private-message.hubhood-dark-background input:-webkit-autofill:active {
        background-color        : rgb(15, 20, 25) !important;
        box-shadow              : 2000px 0 0 0 rgb(15, 20, 25) inset !important;
        -webkit-text-fill-color : #fff !important;
        border-bottom: 4px solid rgba(255, 255, 255, 0.09) !important;
        border-bottom-color: rgba(255, 255, 255, 0.09) !important;
        -webkit-background-clip: text !important;
        background-clip: text !important;
        color: #fff;
}

.hubhood-comments-section.hubhood-dark-background input:-webkit-autofill:focus,
.hubhood-widget-private-message.hubhood-dark-background input:-webkit-autofill:focus {
        border-bottom: 4px solid var(--hubhood-color) !important;
        border-bottom-color: var(--hubhood-color) !important;
}

.hubhood-comments-section.hubhood-listing-widget-theme-color.hubhood-dark-background input:-webkit-autofill:focus,
.hubhood-widget-private-message.hubhood-listing-widget-theme-color.hubhood-dark-background input:-webkit-autofill:focus {
        border-bottom: 4px solid var(--hubhood-color) !important;
        border-bottom-color: var(--hubhood-color) !important;
}

.form-group label {
        color : rgb(204, 204, 204);
}

.form-group textarea,
.form-group textarea:focus {
        background-color: transparent;
        border: 0;
        outline: none;
        box-shadow: none;
}

.form-group input[type="text"]~label,
.form-group input[type="search"]~label,
.form-group input[type="password"]~label,
.form-group input[type="email"]~label,
.form-group textarea~label,
.select2~label {
        position : absolute;
        z-index  : 0;
        color    : rgb(204, 204, 204);
        top      : 10px;
}

.hubhood-listing-widget-theme-color.hubhood-dark-background .form-group input[type="text"]~label,
.hubhood-listing-widget-theme-color.hubhood-dark-background .form-group input[type="search"]~label,
.hubhood-listing-widget-theme-color.hubhood-dark-background .form-group input[type="password"]~label,
.hubhood-listing-widget-theme-color.hubhood-dark-background .form-group input[type="email"]~label,
.hubhood-listing-widget-theme-color.hubhood-dark-background .form-group textarea~label,
.hubhood-listing-widget-theme-color.hubhood-dark-background .select2~label {
        color    : rgb(255,255,255);
}


.hubhood-map-filter-sidebar-inner.hubhood-light-background .form-group input[type="text"]~label,
.hubhood-map-filter-sidebar-inner.hubhood-light-background .form-group input[type="search"]~label,
.hubhood-map-filter-sidebar-inner.hubhood-light-background .form-group input[type="password"]~label,
.hubhood-map-filter-sidebar-inner.hubhood-light-background .form-group input[type="email"]~label,
.hubhood-map-filter-sidebar-inner.hubhood-light-background .form-group textarea~label,
.hubhood-map-filter-sidebar-inner.hubhood-light-background .select2~label {
        color    : #252525;
        font-weight: 600;
}

.form-group input[type="text"]:placeholder-shown~label,
.form-group input[type="search"]:placeholder-shown~label,
.form-group input[type="password"]:placeholder-shown~label,
.form-group input[type="email"]:placeholder-shown~label,
.form-group textarea:placeholder-shown~label,
.select2~label {
        transform : translate(0, 0);
}

.hubhood-map-filter-sidebar-inner.hubhood-light-background .form-group input[type="text"]:not(:placeholder-shown)~label,
.hubhood-map-filter-sidebar-inner.hubhood-light-background .form-group input[type="text"]:focus~label,
.hubhood-map-filter-sidebar-inner.hubhood-light-background .form-group input[type="password"]:not(:placeholder-shown)~label,
.hubhood-map-filter-sidebar-inner.hubhood-light-background .form-group input[type="password"]:focus~label,
.hubhood-map-filter-sidebar-inner.hubhood-light-background .form-group input[type="email"]:not(:placeholder-shown)~label,
.hubhood-map-filter-sidebar-inner.hubhood-light-background .form-group input[type="email"]:focus~label,
.hubhood-map-filter-sidebar-inner.hubhood-light-background .form-group textarea:not(:placeholder-shown)~label,
.hubhood-map-filter-sidebar-inner.hubhood-light-background .form-group textarea:focus~label,
.hubhood-map-filter-sidebar-inner.hubhood-light-background .select2.select2-container--focus~label,
.hubhood-map-filter-sidebar-inner.hubhood-light-background .hubhood-select2-has-val~label {
        font-weight: 400;
        opacity: 0.5;
}

.form-group input[type="text"]:not(:placeholder-shown)~label,
.form-group input[type="text"]:focus~label,
.form-group input[type="password"]:not(:placeholder-shown)~label,
.form-group input[type="password"]:focus~label,
.form-group input[type="email"]:not(:placeholder-shown)~label,
.form-group input[type="email"]:focus~label,
.form-group textarea:not(:placeholder-shown)~label,
.form-group textarea:focus~label,
.select2.select2-container--focus~label,
.hubhood-select2-has-val~label {
        transform : translate(0, -32px);
        color     : #252525;
}

.hubhood-dark-background .form-group input[type="text"]:not(:placeholder-shown)~label,
.hubhood-dark-background .form-group input[type="text"]:focus~label,
.hubhood-dark-background .form-group input[type="password"]:not(:placeholder-shown)~label,
.hubhood-dark-background .form-group input[type="password"]:focus~label,
.hubhood-dark-background .form-group input[type="email"]:not(:placeholder-shown)~label,
.hubhood-dark-background .form-group input[type="email"]:focus~label,
.hubhood-dark-background .form-group textarea:not(:placeholder-shown)~label,
.hubhood-dark-background .form-group textarea:focus~label,
.hubhood-dark-background .select2.select2-container--focus~label,
.hubhood-dark-background .hubhood-select2-has-val~label {
        color : rgb(204, 204, 204);
}

.hubhood-listing-widget-theme-color.hubhood-dark-background .form-group input[type="text"]:not(:placeholder-shown)~label,
.hubhood-listing-widget-theme-color.hubhood-dark-background .form-group input[type="text"]:focus~label,
.hubhood-listing-widget-theme-color.hubhood-dark-background .form-group input[type="password"]:not(:placeholder-shown)~label,
.hubhood-listing-widget-theme-color.hubhood-dark-background .form-group input[type="password"]:focus~label,
.hubhood-listing-widget-theme-color.hubhood-dark-background .form-group input[type="email"]:not(:placeholder-shown)~label,
.hubhood-listing-widget-theme-color.hubhood-dark-background .form-group input[type="email"]:focus~label,
.hubhood-listing-widget-theme-color.hubhood-dark-background .form-group textarea:not(:placeholder-shown)~label,
.hubhood-listing-widget-theme-color.hubhood-dark-background .form-group textarea:focus~label,
.hubhood-listing-widget-theme-color.hubhood-dark-background .select2.select2-container--focus~label,
.hubhood-listing-widget-theme-color.hubhood-dark-background .hubhood-select2-has-val~label {
        color : rgb(255,255,255,0.7);
}

.col-lg-3 .form-group button[type="submit"],
.col-lg-4 .form-group button[type="submit"],
.col-lg-6 .form-group button[type="submit"] {
        width : 100%;
}

form .form-group {
        margin-bottom : 0;
}

.select2~label {
        cursor : text;
}

.widget .row,
.hubhood-listing-related-wrapper .row,
.hubhood-results-container,
.hubhood-listing-columns > .container > .row,
.widget_hubhood_listing_categories .hubhood-terms-inner > .row,
.widget_hubhood_listing_regions .hubhood-terms-inner > .row {
        justify-content: center;
}

.hubhood-results-container {
        justify-content: left;
}

.widget_hubhood_listing_categories .hubhood-terms-inner .row > *,
.widget_hubhood_listing_regions .hubhood-terms-inner .row > * {
        -webkit-flex-grow: 1;
        -ms-flex-grow: 1;
        flex-grow: 1;
}

p.hubhood-empty-line,
p:empty {
        margin: 0;
}

.hubhood-high-z-index {
        z-index: 9999999999;
}

#content > section {
        box-shadow: none;
}

.hubhood-tiny-round {
        border-radius: 4px;
}

.hidden {
        display:  none;
}

.hubhood-force-show {
        display: block !important;
}

.hubhood-listing-archive-map.hubhood-force-show {
        right: 0;
}

.fa-location-arrow:before {
        padding-right: 1px;
}

.hubhood-clear-both,
p.hubhood-empty-line {
        clear: both;
        height: 0;
        margin: 0;
        padding: 0;
}

select:not(.hubhood-custom-select) ~ .select2-container,
.woocommerce form .form-row .select2-container,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row select {
        min-width: 100%;
        max-width: 100%;
        padding: 14px 30px;
        background: #fff;
        box-shadow: 4px 4px 15px rgb(0 0 0 / 6%);
}

select:not(.hubhood-custom-select) ~ .select2-container.select2-container--disabled,
.select2-container--default.select2-container--disabled {
        background-color: #eee;
}

body > .select2-container {
        min-width: 0;
}

.select2-container--default .select2-selection--single,
.select2-container .select2-selection--single {
        background-color: #ffffff;
        box-shadow: none;
        padding: 0;
        border-radius: 4px;
        border: 1px solid rgba(125,125,125,0.1);
        min-height: 34px;
        line-height: 34px;
        height: auto;
}

select:not(.hubhood-custom-select) ~ .select2-container--default .select2-selection--single,
select:not(.hubhood-custom-select) ~ .select2-container .select2-selection--single {
        padding: 0 35px 0 0px;  
        height: auto;      
}

.hubhood-map-list-wrapper .select2-container--default .select2-selection--single,
.hubhood-map-list-wrapper .select2-container .select2-selection--single {
        padding: 13px 35px 13px 0;
}

select:not(.hubhood-custom-select) ~ .select2-container--default .select2-selection--single .select2-selection__rendered {
        min-height: 34px;
        line-height: 34px;
}

.hubhood-color-text {
        color : var(--hubhood-color);
}

.hubhood-inline-block {
        display : inline-block;
}

.hubhood-background-image>* {
        position : relative;
        z-index  : 2;
}

body #page {
        visibility: visible;
}

body:not(.page-template-front-page) .hubhood-loading-wrapper,
body.hubhood-first-content-painted .hubhood-loading-wrapper {
        display: none !important;
}
                        
body:not(.hubhood-first-user-event-happened),
body:not(.hubhood-first-user-event-happened) *,
body:not(.hubhood-first-user-event-happened) *:before,
body:not(.hubhood-first-user-event-happened) *:after {
    transition:none !important;
    animation: none !important;
}

.publish-posts {
        margin-top: 45px;
}

.hubhood-accordion {
        border: 1px solid #eee;
        padding: 15px 0;
}

.hubhood-listing-widget-dark .hubhood-accordion,
.hubhood-listing-widget-theme-color .hubhood-accordion {
        border: 1px solid rgb(25,30,35);
        color: #fff;
}

.hubhood-accordion .accordion-item {
        border: 0;
}

.hubhood-accordion .accordion-button:not(.collapsed) {
        background-color: #fff;
        box-shadow: none;
}

.hubhood-listing-widget-dark .hubhood-accordion .accordion-button:not(.collapsed),
.hubhood-listing-widget-dark .hubhood-accordion .accordion-body,
.hubhood-listing-widget-dark .accordion-button,
.hubhood-listing-widget-dark .accordion-item,
.hubhood-listing-widget-theme-color .hubhood-accordion .accordion-button:not(.collapsed),
.hubhood-listing-widget-theme-color .hubhood-accordion .accordion-body,
.hubhood-listing-widget-theme-color .accordion-button,
.hubhood-listing-widget-theme-color .accordion-item  {
        background-color: transparent;
        color: #fff;
}

.hubhood-listing-widget-dark .hubhood-accordion .accordion-body {
        background: rgba(255,255,255,0.02) !important;
}

.hubhood-listing-widget-theme-color .hubhood-accordion .accordion-body {
        background: rgba(255,255,255,0.04) !important;
}

.hubhood-listing-widget-dark .hubhood-accordion .accordion-header,
.hubhood-listing-widget-dark .hubhood-accordion .accordion-header:hover,
.hubhood-listing-widget-dark .hubhood-accordion .accordion-header:focus,
.hubhood-listing-widget-dark .hubhood-accordion .accordion-header button,
.hubhood-listing-widget-dark .hubhood-accordion .accordion-header button:hover,
.hubhood-listing-widget-dark .hubhood-accordion .accordion-header button:focus,
.hubhood-listing-widget-theme-color .hubhood-accordion .accordion-header,
.hubhood-listing-widget-theme-color .hubhood-accordion .accordion-header:hover,
.hubhood-listing-widget-theme-color .hubhood-accordion .accordion-header:focus,
.hubhood-listing-widget-theme-color .hubhood-accordion .accordion-header button,
.hubhood-listing-widget-theme-color .hubhood-accordion .accordion-header button:hover,
.hubhood-listing-widget-theme-color .hubhood-accordion .accordion-header button:focus {
        color: #fff;
}

.hubhood-listing-widget-dark .hubhood-accordion .accordion-header button:before {
        color: #fff;
        background: rgba(255,255,255,0.05) !important;
}

.hubhood-listing-widget-theme-color .hubhood-accordion .accordion-header button:before {
        color: #fff;
        background: rgba(255,255,255,0.075) !important;
}

.hubhood-iconized-list-widget.hubhood-listing-widget-theme-color .hubhood-listing-widget-content-inner .hubhood-hero-category-label-value,
.hubhood-iconized-list-widget.hubhood-listing-widget-theme-color .hubhood-listing-widget-content-inner .hubhood-listing-card-icon:before {
        color: #fff !important;
}



.hubhood-accordion .accordion-button::after,
.hubhood-accordion .accordion-button:not(.collapsed)::after {
        background-image: none;
        width: 1rem;
        height: 1rem;
        background-size: 1rem;
}

.hubhood-accordion .accordion-header,
.hubhood-accordion .accordion-header:hover,
.hubhood-accordion .accordion-header:focus,
.hubhood-accordion .accordion-header button,
.hubhood-accordion .accordion-header button:hover,
.hubhood-accordion .accordion-header button:focus {
        color: #252525;
        border: 0 !important;
        outline: 0 !important;
        box-shadow: none !important;
}

.hubhood-accordion .accordion-header button {
        padding: 13px 1.25rem;
        padding-left: 80px;
}

.hubhood-accordion .accordion-header button:before {
        font-family    : FontAwesome;
        content: "\f078";
        position: absolute;
        width: 30px;
        height: 30px;
        border-radius: 50px;
        border: 0;
        line-height: 30px;
        font-size: 16px;
        margin-right: 0;
        top: 10px;
        left: 30px;
        color: #252525;
        background: #f5f5f5 !important;
        text-align: center;
        display: inline-block;
}

.hubhood-accordion .accordion-header button:not(.collapsed):before {
        transform: rotate(180deg);
}

.hubhood-accordion .accordion-body {
        background: #f7f7f7;
        width: calc(100% - 60px);
        margin-left: 30px;
        margin-top: 3px;
        margin-bottom: 3px;
        border-radius: 4px;
        padding: 20px 20px 20px 50px;
}

.hubhood-style-general-edges-bit-rounded .hubhood-accordion .accordion-body {
        border-radius: 12px;
}

.hubhood-style-general-edges-rounded .hubhood-accordion .accordion-body {
        border-radius: 20px;
}

.hubhood-faq-widget .hubhood-accordion {
        border: 0;
        padding: 0;
        margin-left: -30px;
        margin-right: -30px;
        margin-top: -10px;
        margin-bottom: 10px;
}

.hubhood-button-min-width {
        min-width: 200px;
}

.hubhood-separator-wavy {
        width: 350px;
        max-width: 60vw;
        height: 40px;
        text-decoration: underline;
        text-decoration-style: wavy;
        text-decoration-thickness: 4px;
        font-size: 12px;
        letter-spacing: 5px;
        padding-bottom: 2px;
        color: #fff !important;
        margin-bottom: 1px;
        overflow: hidden;
        margin-left: 0;
        margin-top: 12px;
        display: inline-block;
}

.hubhood-front-page-header-align-left .hubhood-separator-wrapper {
        text-align: left;
}

.hubhood-front-page-header-align-right .hubhood-separator-wrapper {
        text-align: right;
}

.hubhood-separator-line {
        display: inline-block;
        width: 350px;
        max-width: 60vw;
        height: 40px;
        text-decoration: underline;
        text-decoration-thickness: 4px;
        font-size: 12px;
        letter-spacing: 5px;
        padding-bottom: 2px;
        color: #fff !important;
        margin-bottom: 22px;
        overflow: hidden;
        margin-left: 0;
        margin-top: 12px;
}

.hubhood-separator-dashed,
.hubhood-separator-empty-1,
.hubhood-separator-empty-2,
.hubhood-separator-empty-3 {
        width: 350px;
        max-width: 60vw;
        border-bottom: 4px dashed #fff;
        margin-bottom: 10px;
        margin-top: 40px;
        display: inline-block;
        overflow: hidden;    
}

.hubhood-separator-empty-1 {
        margin-top: 0;
        margin-bottom: 0;
}

.hubhood-separator-empty-1,
.hubhood-separator-empty-2,
.hubhood-separator-empty-3 {
        border-bottom: 0;
}

.hubhood-separator-empty-3 {
        margin-top: 60px;
}

.hubhood-separator-wavy:before,
.hubhood-separator-line:before {
        content: "- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ";
        color: transparent;
        white-space: nowrap;
}

.hubhood-force-opacity-hidden {
        opacity: 0 !important;
}

.hubhood-force-text-center-children * {
        text-align: center !important;
}

.job-manager-form .hubhood-radio-field input[type="radio"],
.hubhood-radio-field-wrapper input[type="radio"] {
        visibility: hidden;
}

.hubhood-radio-field-wrapper {
        display: block;
}

.hubhood-shake-animation {
        animation: shake 0.5s;
        animation-iteration-count: infinite;
        animation-duration: 0.5s;
}

@keyframes shake {
        0% { transform: translate(0px, 0); }
        25% { transform: translate(5px, 0); }
        75% { transform: translate(-5px, 0); }
        100% { transform: translate(0px, 0); }
}

.hubhood-radio-field {
        float: none !important;
        margin-top: 7px !important;
        margin-bottom: 15px !important;
        width: auto !important;
}

.hubhood-radio-field:before {
        content: "";
        position: relative;
        display: inline-block;
        vertical-align: middle;
        cursor: pointer;
        width: 30px;
        height: 30px;
        background: #fff;
        border: 4px solid #eaeaea;
        border-radius: 2px;
        margin-right: 0px;
        border-radius: 24px;
        box-shadow: 4px 4px 7px rgba(0,0,0,0.12);
        top: -1px;
}

.hubhood-checked-radio .hubhood-radio-field:before {
        background: rgb(25,30,35);
        border: 3px solid transparent;
}

.hubhood-checked-radio .hubhood-radio-field:after {
        font-family: FontAwesome;
        content: "\f00c";
        font-size: 17px;
        font-weight: 500;
        position: absolute;
        display: inline-block;
        vertical-align: middle;
        cursor: pointer;
        top: -1px;
        left: 7px;
        color: #fff;
        z-index: 2;
        -webkit-text-stroke: 0.02em;
}

.hubhood-checked-radio .hubhood-radio-field,
.hubhood-checkbox-checked {
        position: relative;
        font-weight: 600;
}

.hubhood-checkbox-field-wrapper {
        display: inline-block;
        margin-right: 25px;
        margin-top: 7px !important;
}

.hubhood-checkbox-field-wrapper label {
        margin-bottom: 12px !important;
}

.hubhood-checkbox-field-wrapper .hubhood-checkbox-field {
        width: 100% !important;
        float: none !important;
}

.hubhood-checkbox-field-wrapper .hubhood-listing-card-icon {
        width: 30px;
        height: 30px;
}

.hubhood-checkbox-field-wrapper .hubhood-custom-checkbox-check:before {
        font-size: 17px;
        top: -8px;
        font-weight: 500;
        -webkit-text-stroke: 0.02em;
}

.hubhood-section-button-wrapper {
        text-align: center;
        margin-top: 35px;
}

.must-log-in {
        text-align: center;
}

.hubhood-margin-right-30 {
        margin-right: 30px;
}

/*******************************************************************************
03 - Typography
Notice: The 'font-family' property for general elements are dynamically
generated/printed by 'inc/customizer/customizer-frontend-dynamic-css.php'
*******************************************************************************/

/* Font sizes based on Spencer Mortensen's concept of Musical Pentatonic Scale */
/* See: http://spencermortensen.com/articles/typographic-scale/ */

h1,
.entry-content h1,
.comment-content h1,
#wcfmmp-store #wcfm_store_header h1.wcfm_store_title {
        font-size: 36px;
        font-weight: 800;
}

h2,
.entry-content h2,
.comment-content h2,
.hubhood-front-page-widgetized-section .wp-block-search__label,
.page-content .widget-title {
        font-size: 28px;
        font-weight: 800;
}

h3,
.entry-content h3,
.comment-content h3 {
        font-size: 24px;
        font-weight: 800;
}

h4,
.entry-content h4,
.comment-content h4,
.hubhood-blog-card .hubhood-listing-card-title {
        font-size: 21px;
}

.hubhood-blog-card .hubhood-listing-card-title {
        font-size: 17px;
        font-weight: 700;
}

h5,
.entry-content h5,
.comment-content h5 {
        font-size: 17px;
}

h6,
.entry-content h6,
.comment-content h6 {
        font-size: 16px;
}

h1,
h2,
h3,
h4 {
        position    : relative;
        line-height : 1.65;
}

h5,
h6 {
        line-height: 1.875;
}

h1,
h1 * {
        line-height : 1.33;
}

body,
button,
a,
div,
.hubhood-button,
.wp-block-button__link,
input,
textarea,
select,
dl,
dd,
code,
pre,
p,
hr,
pre,
span,
strong,
li,
th,
td {
        position       : relative;
        line-height: 1.875;
}

h1,
h2,
h3,
h4,
h5,
h6 {
        color       : #252525;
}

.navbar-brand,
.hubhood-hero-text-inner,
.hubhood-button,
.wp-block-button__link,
.hubhood-search-input-field,
.hubhood-search-group-icon span,
.hubhood-search-keywords .hubhood-search-group-icon span,
.hubhood-term-card-title,
.hubhood-term-counter,
.hubhood-terms,
.select2-container .select2-search--inline .select2-search__field {
        font-weight : 600;
        color       : #252525;
}

.navbar-brand {
        font-weight : 700;
}

a,
.wp-block-calendar a {
        text-decoration : none;
        color           : #252525;
}


a:hover,
a:focus {
        text-decoration : none;
        color           : var(--hubhood-color);
}

blockquote a,
table a,
blockquote a:hover,
table a:hover,
blockquote a:focus,
table a:focus,
article blockquote a,
article table a,
article blockquote a:hover,
article table a:hover,
article blockquote a:focus,
article table a:focus,
.page-content a,
.hubhood-dark-background table a {
        color : var(--hubhood-color);
}

.page-content a.button,
.page-content .woocommerce-MyAccount-navigation a,
.page-content .hubhood-dark-background a,
.page-content .hubhood-featured-ribbon,
.page-content .hubhood-card-meta-content {
        color: #fff;
}

.page-content .hubhood-dark-background .hubhood-post-edit-link-card,
.page-content .hubhood-post-edit-link-card,
.page-content .hubhood-card-listing-term-links a,
.page-content .woocommerce-table__line-item a {
        color: #252525;
}

.page-content .hubhood-card-listing-term-links a,
.hubhood-card-listing-term-links a,
.hubhood-max-cards-row-5 .hubhood-listing-card-data-address {
        font-size: 14px;
}

h1 *,
h2 *,
h3 *,
h4 * {
        line-height: 1.65;
}

.widget_categories li,
.widget .hubhood-widget-content .hubhood-post-item a,
.widget_archive li,
.wp-block-archives li,
.wp-block-categories li,
.wp-block-latest-posts li,
.widget_recent_entries a,
.widget_categories a,
.widget_archive a,
.widget_meta a,
.widget_pages a,
.wp-block-rss a,
.widget_nav_menu a,
.widget_product_categories a,
.hubhood-widget-page-link a,
.wp-block-archives li a,
.wp-block-categories li a,
.wp-block-latest-posts li a,
.widget_recent_entries li,
.widget .hubhood-widget-content .hubhood-post-item li,
.widget_meta li,
.widget_pages li,
.wp-block-rss li,
.widget_nav_menu li,
.widget_product_categories li,
.hubhood-widget-page-link li,
.widget .dropdown-menu>li>a,
.widget_recent_entries ul > li > a .post-title,
.widget_recent_entries ul > li,
.widget_recent_entries ul > li a,
.hubhood-widget-page-link,
.widget .dropdown-menu>li,
.widget_recent_comments li a,
.wp-block-latest-comments__comment-meta a,
.page-content .widget_categories li,
.page-content .widget .hubhood-widget-content .hubhood-post-item a,
.page-content .widget_archive li,
.page-content .wp-block-archives li,
.page-content .wp-block-categories li,
.page-content .wp-block-latest-posts li,
.page-content .widget_recent_entries a,
.page-content .widget_categories a,
.page-content .widget_archive a,
.page-content .widget_meta a,
.page-content .widget_pages a,
.page-content .wp-block-rss a,
.page-content .widget_nav_menu a,
.page-content .widget_product_categories a,
.page-content .hubhood-widget-page-link a,
.page-content .wp-block-archives li a,
.page-content .wp-block-categories li a,
.page-content .wp-block-latest-posts li a,
.page-content .widget_recent_entries li,
.page-content .widget .hubhood-widget-content .hubhood-post-item li,
.page-content .widget_meta li,
.page-content .widget_pages li,
.page-content .wp-block-rss li,
.page-content .widget_nav_menu li,
.page-content .widget_product_categories li,
.page-content .hubhood-widget-page-link li,
.page-content .widget .dropdown-menu>li>a,
.page-content .widget_recent_entries ul > li > a .post-title,
.page-content .widget_recent_entries ul > li,
.page-content .widget_recent_entries ul > li a,
.page-content .hubhood-widget-page-link,
.page-content .widget .dropdown-menu>li,
.page-content .widget_recent_comments li a,
.page-content .wp-block-latest-comments__comment-meta a,
footer .widget_recent_entries li,
footer .widget_categories li,
footer .widget .hubhood-widget-content .hubhood-post-item li,
footer .widget_archive li,
footer .widget_meta li,
footer .widget_pages li,
footer .wp-block-rss li,
footer .widget_nav_menu li,
footer .widget_product_categories li,
footer .hubhood-widget-page-link li,
footer .wp-block-archives li,
footer .wp-block-categories li,
footer .wp-block-latest-posts li,
footer .widget_recent_entries a,
footer .widget_categories a,
footer .widget .hubhood-widget-content .hubhood-post-item a,
footer .widget_archive a,
footer .widget_meta a,
footer .widget_pages a,
footer .wp-block-rss a,
footer .widget_nav_menu a,
footer .widget_product_categories a,
footer .hubhood-widget-page-link a,
footer .wp-block-archives li a,
footer .wp-block-categories li a,
footer .wp-block-latest-posts li a,
footer .widget_recent_entries ul > li > a .post-title,
footer .widget_recent_entries ul > li,
footer .widget_recent_entries ul > li a,
footer .hubhood-widget-page-link,
footer .widget .dropdown-menu>li {
        color: #252525;
}

.hubhood-section-footer .widget_categories li,
.hubhood-section-footer .widget .hubhood-widget-content .hubhood-post-item a,
.hubhood-section-footer .widget_archive li,
.hubhood-section-footer .wp-block-archives li,
.hubhood-section-footer .wp-block-categories li,
.hubhood-section-footer .wp-block-latest-posts li,
.hubhood-section-footer .widget_recent_entries a,
.hubhood-section-footer .widget_categories a,
.hubhood-section-footer .widget_archive a,
.hubhood-section-footer .widget_meta a,
.hubhood-section-footer .widget_pages a,
.hubhood-section-footer .wp-block-rss a,
.hubhood-section-footer .widget_nav_menu a,
.hubhood-section-footer .widget_product_categories a,
.hubhood-section-footer .hubhood-widget-page-link a,
.hubhood-section-footer .wp-block-archives li a,
.hubhood-section-footer .wp-block-categories li a,
.hubhood-section-footer .wp-block-latest-posts li a,
.hubhood-section-footer .widget_recent_entries li,
.hubhood-section-footer .widget .hubhood-widget-content .hubhood-post-item li,
.hubhood-section-footer .widget_meta li,
.hubhood-section-footer .widget_pages li,
.hubhood-section-footer .wp-block-rss li,
.hubhood-section-footer .widget_nav_menu li,
.hubhood-section-footer .widget_product_categories li,
.hubhood-section-footer .hubhood-widget-page-link li,
.hubhood-section-footer .widget .dropdown-menu>li>a,
.hubhood-section-footer .widget_recent_entries ul > li > a .post-title,
.hubhood-section-footer .widget_recent_entries ul > li,
.hubhood-section-footer .widget_recent_entries ul > li a,
.hubhood-section-footer .hubhood-widget-page-link,
.hubhood-section-footer .widget .dropdown-menu>li,
.hubhood-section-footer .widget_recent_comments li a,
.hubhood-section-footer .wp-block-latest-comments__comment-meta a,
.hubhood-section-footer .widget_product_categories a {
        color: #fff;
}

.page-content .wp-block-button__link,
.page-content .wp-block-file a,
.hubhood-dark-background a,
.wp-block-cover a,
.page-content .wp-block-cover a {
        color: #fff ;
}

.page-content .is-style-outline .wp-block-button__link {
        color: #252525;
}

.page-content .wp-block-archives li a,
.page-content .wp-block-categories li a,
.page-content .wp-block-latest-posts li a,
.page-content .wp-block-archives-dropdown li a,
.page-content .widget_archive li a,
.page-content .widget_categories li a,
.page-content .news-categories li a,
.page-content .wp-block-latest-comments li a,
.page-content .widget_recent_comments li a,
.page-content .widget_recent_entries li a,
.page-content .widget_meta li a,
.page-content .widget_pages li a,
.page-content .wp-block-rss li a,
.page-content .widget_nav_menu li a,
.page-content .widget_product_categories li a,
.page-content .wp-block-latest-posts li a,
.page-content .rsswidget {
        color: #252525;        
}

.hubhood-dark-background .wp-block-archives li a,
.hubhood-dark-background .wp-block-categories li a,
.hubhood-dark-background .wp-block-latest-posts li a,
.hubhood-dark-background .wp-block-archives-dropdown li a,
.hubhood-dark-background .widget_archive li a,
.hubhood-dark-background .widget_categories li a,
.hubhood-dark-background .news-categories li a,
.hubhood-dark-background .wp-block-latest-comments li a,
.hubhood-dark-background .widget_recent_comments li a,
.hubhood-dark-background .widget_recent_entries li a,
.hubhood-dark-background .widget_meta li a,
.hubhood-dark-background .widget_pages li a,
.hubhood-dark-background .wp-block-rss li a,
.hubhood-dark-background .widget_nav_menu li a,
.hubhood-dark-background .widget_product_categories li a,
.hubhood-dark-background .wp-block-latest-posts li a {
        color: #fff;        
}

.hubhood-forced-font-size {
        font-size: 16px !important;
}

/*******************************************************************************
04 - Header ( Topbar ) / Navigation
*******************************************************************************/

#masthead {
        position : fixed;
        top : -300px;
        left     : 0;
        width    : 100%;
        z-index  : 20;
        /* Fix for z-index in Safari and IOS */
        -webkit-transform: translateZ(20px) translate3d(0,0,0);
        -moz-transform: translateZ(20px) translate3d(0,0,0);
        -o-transform: translateZ(20px) translate3d(0,0,0);
        transform: translateZ(20px) translate3d(0,0,0);
}

#masthead.hubhood-scrolling-top {
        top : 0;
        /* Fix for z-index in Safari and IOS */
        -webkit-transform: translate(0,0) translateZ(20px) translate3d(0,0,0);
        -moz-transform: translate(0,0) translateZ(20px) translate3d(0,0,0);
        -o-transform: translate(0,0) translateZ(20px) translate3d(0,0,0);
        transform: translate(0,0) translateZ(20px) translate3d(0,0,0);
}

.admin-bar #masthead {
        top: -300px;
        /* Fix for z-index in Safari and IOS */
        -webkit-transform: translate(0,-3000px) translateZ(20px) translate3d(0,0,0);
        -moz-transform: translate(0,-3000px) translateZ(20px) translate3d(0,0,0);
        -o-transform: translate(0,-3000px) translateZ(20px) translate3d(0,0,0);
        transform: translate(0,-3000px) translateZ(20px) translate3d(0,0,0);
}


.page-template-front-page.hubhood-header-topbar-width-spaced #masthead.hubhood-scrolling-top,
.single-job_listing.hubhood-header-topbar-width-spaced #masthead.hubhood-scrolling-top {
        top : 30px;
        width: calc(100% - 60px);
        left: 30px;
}

.page-template-front-page.hubhood-header-topbar-width-spaced #masthead.hubhood-scrolling-top .navbar-header,
.single-job_listing.hubhood-header-topbar-width-spaced #masthead.hubhood-scrolling-top .navbar-header {
        border-radius: 5px;
}

.page-template-front-page.hubhood-header-topbar-width-spaced.topbar-bit-rounded #masthead.hubhood-scrolling-top .navbar-header,
.single-job_listing.hubhood-header-topbar-width-spaced.topbar-bit-rounded #masthead.hubhood-scrolling-top .navbar-header {
        border-radius: 12px;
}

.page-template-front-page.hubhood-header-topbar-width-spaced.topbar-rounded #masthead.hubhood-scrolling-top .navbar-header,
.single-job_listing.hubhood-header-topbar-width-spaced.topbar-rounded #masthead.hubhood-scrolling-top .navbar-header {
        border-radius: 45px;
}

.admin-bar #masthead.hubhood-scrolling-top {
        top : 32px;
        /* Fix for z-index in Safari and IOS */
        -webkit-transform: translate(0,0) translateZ(20px) translate3d(0,0,0);
        -moz-transform: translate(0,0) translateZ(20px) translate3d(0,0,0);
        -o-transform: translate(0,0) translateZ(20px) translate3d(0,0,0);
        transform: translate(0,0) translateZ(20px) translate3d(0,0,0);
}

.hubhood-header-menu {
        z-index : 5;
}

.hubhood-fixed-search-bar {
        position: fixed;
        visibility: hidden;
        width: 100%;  
        z-index: 23;
        -webkit-transform: translateZ(23px);
        -moz-transform: translateZ(23px);
        -o-transform: translateZ(23px);
        transform: translateZ(23px);  
}

.admin-bar .hubhood-fixed-search-bar,
.admin-bar .hubhood-background-overlay {
        top: 32px;
}

.hubhood-fixed-search-bar,
.hubhood-background-overlay {
        top: 0;
        left: -10000px;
}

.hubhood-show-fixed-search-bar .hubhood-fixed-search-bar,
.hubhood-show-fixed-search-bar .hubhood-background-overlay {
        display: block;        
        visibility: visible;
        left: 0;
}

.hubhood-header-search-button {
        cursor: pointer;
}

.hubhood-fixed-search-bar .hubhood-search-box-full {
        margin: 0;
        position: relative;
        z-index: 19;
        -webkit-transform: translateZ(19px);
        -moz-transform: translateZ(19px);
        -o-transform: translateZ(19px);
        transform: translateZ(19px);  
}

.select2-container--open {
        -webkit-transform: translateZ(600000px);
        -moz-transform: translateZ(600000px);
        -o-transform: translateZ(600000px);
        transform: translateZ(600000px);  
}

.navbar>.container {
        position : relative;
}

.navbar-toggler {
        z-index : 3;
}

.dropdown-menu {
        border           : 0;
        display          : block;
        visibility       : hidden;
        border-radius    : 0 0 4px 4px;
        padding          : 14px 0;
        background-color : rgb(25, 30, 35);
        min-width        : 242px;
}

.hubhood-header-dropdown-menu-color-light .dropdown-menu {
        background-color: #ffffff;
        box-shadow: 0 0 30px rgba(0,0,0,0.15);
}

.hubhood-header-dropdown-menu-color-light .dropdown-menu a,
.hubhood-header-dropdown-menu-color-light .dropdown-menu a:hover,
.hubhood-header-dropdown-menu-color-light .dropdown-menu a:focus,
.hubhood-header-dropdown-menu-color-light .navbar-expand-lg .navbar-nav .dropdown-menu .nav-item:hover>a,
.hubhood-header-dropdown-menu-color-light .navbar-expand-lg .navbar-nav .dropdown-menu .nav-item:focus>a {
        color: #252525;
        text-shadow: none;
}

.dropdown-toggle:after,
.hubhood-term-select:after {
        font-family    : FontAwesome;
        content        : "\F107";
        position       : relative;
        font-size      : 15px;
        -webkit-text-stroke-width : 0.009em;
        font-weight: 400;
        line-height    : 0;
        border         : 0;
        padding        : 0 0 0 5px !important;
        margin         : 0 !important;
        vertical-align : middle;
}

.dropdown-toggle:after {
        content        : "\f078";
        -webkit-text-stroke-width : 0.035em;
        padding        : 0 0 0 6px !important;
}

.hubhood-popup .dropdown-toggle:after {
        padding : 0 0 0 6px !important;
}

.hubhood-iconized-button.fa-map-marker:before {
        -webkit-text-stroke-width : 0.049em;
}

.hubhood-iconized-button.fa-map-marker:hover:before {
        -webkit-text-stroke-width : 0.03em;
}

.navbar-nav {
        padding-top    : 23px;
        padding-bottom : 23px;
}

.nav-link:hover,
.nav-link:focus {
        color : #fff;
}

.navbar-dark .navbar-nav .nav-item:hover>.nav-link {
        color : #fff;
}

.navbar-header .dropdown .nav-item {
        display : list-item;
}

.navbar-expand-lg .navbar-nav .dropdown a,
.navbar-nav .dropdown li a {
        padding : 7px 30px;
}

.hubhood-action-buttons {
        margin-left  : 15px;
        margin-right : -25px;
}

.hubhood-action-buttons a {
        margin-right : 25px;
}

.hubhood-popup .hubhood-action-buttons,
.hubhood-popup .hubhood-action-buttons a,
.hubhood-popup .hubhood-action-buttons .hubhood-listing-card-icon {
        margin-left  : 0;
        margin-right : 0;
}

.dropdown-item,
.navbar-dark .navbar-nav .nav-link,
.hubhood-action-buttons a {
        color       : #fff;
        font-weight : 500;
        text-shadow : 1px 1px 0 rgba(0, 0, 0, 0.35);
}

.navbar-dark .navbar-nav .nav-link,
.dropdown-menu,
.hubhood-action-buttons a {
        font-size       : 16px;
        text-decoration : none;
}

.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .show>.nav-link {
        color : var(--hubhood-color);
}

#site-navigation .dropdown-menu:before {
        content          : "" !important;
        position         : relative;
        margin-top       : -14px;
        margin-bottom    : 14px;
        display          : block !important;
        width            : 0%;
        height           : 4px;
        background-color : var(--hubhood-color);
}

#site-navigation .dropdown-menu:after {
        content          : "";
        position         : absolute;
        top              : -30px;
        left             : 0;
        width            : 100%;
        height           : 30px;
        background-color : transparent;
        display          : block;
}

#site-navigation .nav-item:hover>.dropdown-menu:before {
        width : 100%;
}

#hubhood-primary-menu li a.fa:before,
#hubhood-primary-menu li a.fas:before {
        position: relative;
        font-size: 18px;
        background-color: transparent;
        border: 0;
        height: 0;
        line-height: 0;
        top: -1px;
        width: 30px;
        text-align: center;
        margin-right: 16px;
        display: inline-flex;
}

#hubhood-primary-menu li a.fa:before {
        -webkit-text-stroke-width: 0.05em;
}

.dropdown-item.active,
.dropdown-item:active,
.dropdown-item:focus,
.dropdown-item:hover {
        background-color : transparent;
}

.hubhood-brand {
        display        : inline-block;
        vertical-align : middle;
}

.hubhood-dark-header {
        background-color : rgb(25, 30, 35);
}

.hubhood-header-menu-transparent {
        background-color : transparent;
}

.hubhood-dark-header,
.hubhood-dark-header a,
.hubhood-dark-header .navbar-default .navbar-brand,
.navbar-nav>.nav-link,
.hubhood-hero-terms-wrapper a {
        color : #fff;
}

.navbar-expand-lg .navbar-nav .dropdown-menu a:hover,
.navbar-expand-lg .navbar-nav .dropdown-menu a:focus {
        color : #fff;
}

.navbar-expand-lg .navbar-nav .dropdown-menu .nav-item:hover>a,
.navbar-expand-lg .navbar-nav .dropdown-menu .nav-item:focus>a {
        padding-left : 40px;
        color        : #fff;
}

.navbar-expand-lg .navbar-nav .dropdown-menu .nav-item:hover>a.dropdown-toggle,
.navbar-expand-lg .navbar-nav .dropdown-menu .nav-item:focus>a.dropdown-toggle {
        padding-left : 30px;
}

dropdown-item

.hubhood-header-transition {
        position   : absolute;
        width      : 100%;
        height     : 300px;
        top        : calc(3 * var(--bs-gutter-x));
        left       : 0;
        z-index    : 0;
        opacity    : 0;
        background : rgba(255, 255, 255, 1);
        background : -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
        background : -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(255, 255, 255, 0)));
        background : -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
        background : -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
        background : -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
        background : linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
        filter     : progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
}

.navbar-default .navbar-nav li.nav-item:hover>a:after,
.navbar-default .navbar-nav li.nav-item:focus>a:after {
        opacity : 1;
        color   : var(--hubhood-color);
        top       : -4px;
        left       : 3px;
        font-weight: 600;
        transform : rotate(90deg);
        filter: contrast(1.1) brightness(1.15) saturate(1.07);
}

.navbar-default .navbar-nav .dropdown-menu li.nav-item:hover>a:after,
.navbar-default .navbar-nav .dropdown-menu li.nav-item:focus>a:after {
        top       : -3px;
        left       : 3px;
        transform : rotate(90deg);
}

.navbar-default.hubhood-main-navbar .navbar-nav>.active>a {
        color : var(--hubhood-color);
}

.navbar-brand .hubhood-logo {
        position       : relative;
        display        : inline-block;
        vertical-align : middle;
        width          : auto;
        height         : 48px;
        padding-right  : 22px;
}

svg.hubhood-logo {
        height : 48px;
}

.hubhood-paint-svg path {
        fill : var(--hubhood-color);
}

.hubhood-white-svg path {
        fill : #ffffff;
}

.navbar-default .navbar-brand {
        font-size   : 0;
        color       : #252525;
        display     : inline-block;
        line-height : 90px;
}

.navbar-default .navbar-brand.hubhood-is-logo-text {
        height : 74px;
}

.navbar-header .nav-item {
        display     : flex;
        align-items : center;
}

.navbar-default .navbar-brand span {
        display        : inline-block;
        vertical-align : middle;
        font-size      : 30px;
        text-shadow    : 1px 1px 0 rgb(0 0 0 / 25%);
        padding-right: 22px;
}

.navbar-default .navbar-brand .hubhood-no-logo-img {
        padding-right: 0 ;
}

.navbar-default .navbar-brand span span {
        vertical-align : baseline;
}

/* Main Navbar */
.hubhood-main-navbar {
        background-color : transparent;
        border           : 0;
        padding-top      : 0;
        padding-bottom   : 0;
        margin-bottom    : 0;
}

.hubhood-main-navbar.navbar-default .navbar-nav>.active>a,
.hubhood-main-navbar.navbar-default .navbar-nav>.active>a:hover,
.hubhood-main-navbar.navbar-default .navbar-nav>.active>a:focus,
.hubhood-main-navbar.navbar-default .navbar-nav>.open>a,
.hubhood-main-navbar.navbar-default .navbar-nav>.open>a:hover,
.hubhood-main-navbar.navbar-default .navbar-nav>.open>a:focus {
        background-color : #fff;
}

.hubhood-action-buttons {
        white-space : nowrap;
}

.hubhood-opacity-0 {
        opacity: 0 !important;
}

/*******************************************************************************
05 - Quick Popup
*******************************************************************************/

.hubhood-popup-content {
        height: 100%;
        overflow: auto;
}

.hubhood-popup > section .hubhood-vertical-centralizer-wrapper {
        position: relative;
        z-index: 20;
        -webkit-transform: translateZ(20px);
        -moz-transform: translateZ(20px);
        -o-transform: translateZ(20px);
        transform: translateZ(20px);          
}

.hubhood-popup-background-overlay-button {
        position: fixed;
        width: 100%;
        height: 80000px;
        top: 0;
        left: 0;
        z-index: 18;
        -webkit-transform: translateZ(18px);
        -moz-transform: translateZ(18px);
        -o-transform: translateZ(18px);
        transform: translateZ(18px);   
}

.hubhood-background-overlay {
        position: fixed;
        width: 100%;
        height: 80000px;
        opacity: 0.85;
        z-index: 18;
        -webkit-transform: translateZ(18px);
        -moz-transform: translateZ(18px);
        -o-transform: translateZ(18px);
        transform: translateZ(18px);   
}

.hubhood-main-nav-menu-overlay {
        display: none;
}

.hubhood-dark-background+.hubhood-dark-background:nth-child(even) {
        background-color : rgb(20, 25, 30);
}

.hubhood-background-image-pattern {
        position            : relative;
        background-position : center;
        background-repeat   : repeat;
        box-shadow          : 10000px 0 0 rgb(25 30 35 / 97%) inset;
}

.hubhood-dark-background.hubhood-background-image-pattern {
        box-shadow : 30px 30px 90px rgb(0 0 0 / 35%) inset, 10000px 0 0 rgb(15 20 25 / 97%) inset, 0 -20px 20px rgb(255 255 255 / 0.05%), 0 -20px 20px rgb(0 0 0 / 20%), 0 20px 20px rgb(0 0 0 / 20%);
}

.hubhood-light-background-color.hubhood-background-image-pattern {
        background-color    : transparent;
        box-shadow          : none;
        background-size     : 1400px;
        background-position : -380px -1000px;
        background-image    : url(../images/patterns/pattern-1.png);
        box-shadow          : 2000px 0 0 rgb(244 244 244 / 84%) inset, 0 45px 80px rgb(244 244 244) inset, 0 -120px 55px rgb(244 244 244) inset;
}

.hubhood-background-image-pattern-before:before {
        background-position : center;
        background-repeat   : repeat;
        box-shadow          : 10000px 0 0 rgb(25 30 35 / 97%) inset;
}

.hubhood-dark-background * {
        color : #fff;
}

.hubhood-dark-background table td,
.hubhood-dark-background .hubhood-card-data-block-wrapper-1 .hubhood-listing-card-title,
.hubhood-dark-background .hubhood-abbr-date * {
        color: #252525;
}

/*******************************************************************************
06 - Buttons
*******************************************************************************/

.wp-block-search .wp-block-search__button {
        position: absolute;
        right: 0;
        top: 0;
        height: 58px;
        border: 0;
        font-weight: 600;
        font-size: 0;
        letter-spacing: 0;
        background: #fff;
}

.widget_product_search button:before {
        font-family: "FontAwesome";
        content: "\f002";
        -webkit-text-stroke-width: 0.001em;
        
}

.wp-block-search .wp-block-search__button:before {
        font-family: "FontAwesome";
        content: "\f002";
        font-size: 20px;
        padding: 0 20px;
        color: #dadada;
        -webkit-text-stroke-width: 0.001em;
}

.wp-block-search .wp-block-search__button:hover:before {
        color: var(--hubhood-color);
}

.job-manager-form .spinner,
button ~ .spinner {
        display: none;
}

button ~ .spinner {
        position: relative;
        margin-left: 10px;
        top: 5px;
        background-repeat: no-repeat;
        width: 20px;
        height: 20px;
        opacity: 0.6;
}

.job-manager-form .spinner.is-active,
button ~ .spinner.active  {
        display: inline-block;
}

.woocommerce-form button,
.woocommerce-form button.button {
        margin-top: 30px;
        width: 100%;
}

body form input[type="submit"],
body .woocommerce #respond input#submit,
a.button,
body .woocommerce a.button,
body .woocommerce button.button,
body .woocommerce input.button,
body .woocommerce #respond input#submit:hover,
body .woocommerce a.button:hover,
body .woocommerce button.button:hover,
body .woocommerce input.button:hover,
body .woocommerce button.button:disabled,
body .woocommerce button.button:disabled[disabled],
body .woocommerce button.button:disabled:hover,
body .woocommerce button.button:disabled[disabled]:hover,
#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
        position: relative;
        color            : #fff;
        background-color: var(--hubhood-color);
        border: 4px solid transparent;
        min-height: 44px;
        text-align: center;
        outline: none;
        cursor           : pointer;
        font-size        : 16px;
        font-weight      : 500;
        text-decoration  : none;
        display          : inline-block;
        padding          : 3px 21px;
        border-radius    : 4px;
        text-shadow: 1px 1px 0 rgb(0 0 0 / 35%);
        line-height: 1.875;
}

body.hubhood-style-button-edges-bit-rounded form input[type="submit"],
body.hubhood-style-button-edges-bit-rounded .woocommerce #respond input#submit,
.hubhood-style-button-edges-bit-rounded a.button,
body.hubhood-style-button-edges-bit-rounded .woocommerce a.button,
body.hubhood-style-button-edges-bit-rounded .woocommerce button.button,
body.hubhood-style-button-edges-bit-rounded .woocommerce input.button,
body.hubhood-style-button-edges-bit-rounded .woocommerce #respond input#submit:hover,
body.hubhood-style-button-edges-bit-rounded .woocommerce a.button:hover,
body.hubhood-style-button-edges-bit-rounded .woocommerce button.button:hover,
body.hubhood-style-button-edges-bit-rounded .woocommerce input.button:hover,
body.hubhood-style-button-edges-bit-rounded .woocommerce button.button:disabled,
body.hubhood-style-button-edges-bit-rounded .woocommerce button.button:disabled[disabled],
body.hubhood-style-button-edges-bit-rounded .woocommerce button.button:disabled:hover,
body.hubhood-style-button-edges-bit-rounded .woocommerce button.button:disabled[disabled]:hover,
.hubhood-style-button-edges-bit-rounded #add_payment_method .wc-proceed-to-checkout a.checkout-button,
.hubhood-style-button-edges-bit-rounded.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.hubhood-style-button-edges-bit-rounded.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button,
.hubhood-style-button-edges-bit-rounded .woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.hubhood-style-button-edges-bit-rounded .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button,
.hubhood-style-button-edges-bit-rounded .hubhood-button:not(.hubhood-no-text-button),
.hubhood-style-button-edges-bit-rounded .wp-block-button__link,
.hubhood-style-button-edges-bit-rounded .woocommerce button.button,
.hubhood-style-button-edges-bit-rounded .woocommerce #respond input#submit,
.hubhood-style-button-edges-bit-rounded .woocommerce a.button,
.hubhood-style-button-edges-bit-rounded .woocommerce button.button,
.hubhood-style-button-edges-bit-rounded .woocommerce input.button,
.hubhood-style-button-edges-bit-rounded .form-submit #submit,
.hubhood-style-button-edges-bit-rounded .hubhood-search-box-single-listing-header .hubhood-heading-buttons-desing-2 .hubhood-hero-category,
.hubhood-style-search-bar-edges-bit-rounded.hubhood-frontpage-header-design-5 .hubhood-front-page-hero-section .hubhood-search-icon-wrapper .hubhood-search-button-inline {
        border-radius: 12px;
}

body.hubhood-style-button-edges-rounded form input[type="submit"],
body.hubhood-style-button-edges-rounded .woocommerce #respond input#submit,
.hubhood-style-button-edges-rounded a.button,
body.hubhood-style-button-edges-rounded .woocommerce a.button,
body.hubhood-style-button-edges-rounded .woocommerce button.button,
body.hubhood-style-button-edges-rounded .woocommerce input.button,
body.hubhood-style-button-edges-rounded .woocommerce #respond input#submit:hover,
body.hubhood-style-button-edges-rounded .woocommerce a.button:hover,
body.hubhood-style-button-edges-rounded .woocommerce button.button:hover,
body.hubhood-style-button-edges-rounded .woocommerce input.button:hover,
body.hubhood-style-button-edges-rounded .woocommerce button.button:disabled,
body.hubhood-style-button-edges-rounded .woocommerce button.button:disabled[disabled],
body.hubhood-style-button-edges-rounded .woocommerce button.button:disabled:hover,
body.hubhood-style-button-edges-rounded .woocommerce button.button:disabled[disabled]:hover,
.hubhood-style-button-edges-rounded #add_payment_method .wc-proceed-to-checkout a.checkout-button,
.hubhood-style-button-edges-rounded.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.hubhood-style-button-edges-rounded.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button,
.hubhood-style-button-edges-rounded .woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.hubhood-style-button-edges-rounded .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button,
.hubhood-style-button-edges-rounded .hubhood-button:not(.hubhood-no-text-button),
.hubhood-style-button-edges-rounded .wp-block-button__link,
.hubhood-style-button-edges-rounded .woocommerce button.button,
.hubhood-style-button-edges-rounded .woocommerce #respond input#submit,
.hubhood-style-button-edges-rounded .woocommerce a.button,
.hubhood-style-button-edges-rounded .woocommerce button.button,
.hubhood-style-button-edges-rounded .woocommerce input.button,
.hubhood-style-button-edges-rounded .form-submit #submit,
.hubhood-style-button-edges-rounded .hubhood-search-box-single-listing-header .hubhood-heading-buttons-desing-2 .hubhood-hero-category,
.hubhood-style-button-edges-rounded .hubhood-button,
.hubhood-style-button-edges-rounded .wp-block-button__link,
.hubhood-style-button-edges-rounded.woocommerce button.button,
.hubhood-style-button-edges-rounded.woocommerce #respond input#submit,
.hubhood-style-button-edges-rounded.woocommerce a.button,
.hubhood-style-button-edges-rounded.woocommerce button.button,
.hubhood-style-button-edges-rounded.woocommerce input.button,
.hubhood-style-button-edges-rounded .woocommerce button.button,
.hubhood-style-button-edges-rounded .woocommerce #respond input#submit,
.hubhood-style-button-edges-rounded .woocommerce a.button,
.hubhood-style-button-edges-rounded .woocommerce button.button,
.hubhood-style-button-edges-rounded .woocommerce input.button,
.hubhood-style-search-bar-edges-rounded.hubhood-frontpage-header-design-5 .hubhood-front-page-hero-section .hubhood-search-icon-wrapper .hubhood-search-button-inline {
        border-radius: 25px;
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
        width: auto;
        display: inline-block;
}

.woocommerce table.my_account_orders .woocommerce-orders-table__cell .button {
        padding: 0;
        background-color: transparent;
        color: var(--hubhood-color);
        text-shadow: none;
        opacity: 1;
        min-height: 0;
}

body .woocommerce button.button:disabled:hover,
body .woocommerce button.button:disabled[disabled]:hover,
body form input[type="submit"]:hover,
body .woocommerce #respond input#submit:hover,
body .woocommerce a.button:hover,
body .woocommerce button.button:hover,
body .woocommerce input.button:hover,
body .woocommerce #respond input#submit:hover,
body .woocommerce a.button:hover,
body .woocommerce button.button:hover,
body .woocommerce input.button:hover {
        opacity: 1;
}

.hubhood-signin-form-heading .hubhood-button {
        min-width  : calc(50% - 15px);
        margin     : 0 30px 30px 0;
        text-align : center;
}

.hubhood-signin-form-heading-full .hubhood-button {
        width  : 100%;
        margin : 0 0 30px 0;
}

.hubhood-signin-form-heading.hubhood-signin-form-heading-full .hubhood-button {
        flex      : 1;
        min-width : 0;
        margin    : 0 30px 0 0;
}

.hubhood-signin-form-heading .hubhood-button:last-child {
        margin-right : 0;
}

.hubhood-reset-pass-button .fas {
        position      : relative;
        top           : -1px;
        padding-right : 6px;
}

.woocommerce-LostPassword .fas:before {
        position      : relative;
        top           : -2px;
        padding-right : 9px;
}

/*******************************************************************************
07 - Separators
*******************************************************************************/

.wp-block-separator {
        border-top: 4px solid rgba(30,35,40,1);
        border-bottom: 0;
        opacity: 0.8;
}

hr.hubhood-iconized-separator {
        border: 0;
}

.hubhood-iconized-separator {
        background: transparent;
        opacity: 1;
}

.hubhood-iconized-separator:after {
        content: "";
        position:  absolute;
        width: 100%;
        height: 0;
        border-top: 3px dashed rgba(255, 255, 255, 0.08);
}

.hubhood-iconized-separator:before {
        position:  absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        background: #fff;
        color: #252525;
        font-size: 24px;
        padding: 0 25px;
        z-index: 2;
}

.hubhood-dark-background .hubhood-iconized-separator:before {
        background: rgb(15,20,25);
        color: rgba(255,255,255,0.25);
}

.hubhood-dashed-separator {
        border-top: 4px dashed rgba(255, 255, 255, 0.15);
        background: transparent;
        opacity: 1;
}

.hubhood-wavy-separator:before {
        content: "------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------";
        width: 300px;
        margin: 0 auto;
        display: inline-block;
        text-decoration: underline;
        text-decoration-style: wavy;
        text-decoration-thickness: 4px;
        text-decoration-color: #fff;
        white-space: nowrap;
        max-width: 400px;
        overflow: hidden;
        line-height: 4px;
        padding: 20px 7px;
        color: transparent;
        text-shadow: none;
        margin-bottom: 10px;
        position: relative;
        top: -12px;
}

.hubhood-hero-content-inner .hubhood-wavy-separator:before {
        top: -8px;
}

/*******************************************************************************
08 - Logged In User Menu
*******************************************************************************/

.hubhood-logged-user-menu-wrapper {
        overflow: auto;
        font-size: 12px;
        font-weight: 400;
        background-color: rgba(255,255,255,1);
        position: fixed;
        margin-top: 85px;
        width: 320px;
        max-width: 100%;
        height: 100vh; /* For browsers without CSS var support */
        min-height: 100vh; /* For browsers without CSS var support */
        height: calc(100vh - var(--vh-offset, 0px)); /* Cross browser fix for CSS 'vh' (vh-check script) */
        min-height: calc(100vh - var(--vh-offset, 0px)); /* Cross browser fix for CSS 'vh' (vh-check script) */
        color: #e1ffff;
        z-index: 9999999;
        /* Fix for z-index + fixed in Safari and IOS */
        -webkit-transform: translateZ(9999999px);
        -moz-transform: translateZ(9999999px);
        -o-transform: translateZ(9999999px);
        transform: translateZ(9999999px);
        right: -500px;
        text-align: left;
        box-shadow: -20px 0 100px rgba(0,0,0,0.2);
}

.hubhood-logged-user-menu-left {
        right: auto;
        left: -500px;
}

.page-template-front-page.hubhood-header-topbar-width-spaced.topbar-bit-rounded .hubhood-logged-user-menu-left,
.single-job_listing.hubhood-header-topbar-width-spaced.topbar-bit-rounded .hubhood-logged-user-menu-left {
        border-radius: 20px 0px 0;
}

.page-template-front-page.hubhood-header-topbar-width-spaced.topbar-bit-rounded .hubhood-logged-user-menu-right,
.single-job_listing.hubhood-header-topbar-width-spaced.topbar-bit-rounded .hubhood-logged-user-menu-right {
        border-radius: 0 20px 0 0;
}

.page-template-front-page.hubhood-header-topbar-width-spaced.topbar-rounded .hubhood-logged-user-menu-left,
.single-job_listing.hubhood-header-topbar-width-spaced.topbar-rounded .hubhood-logged-user-menu-left {
        border-radius: 30px 0px 0;
}

.page-template-front-page.hubhood-header-topbar-width-spaced.topbar-rounded .hubhood-logged-user-menu-right,
.single-job_listing.hubhood-header-topbar-width-spaced.topbar-rounded .hubhood-logged-user-menu-right {
        border-radius: 0 30px 0 0;
}

.hubhood-logged-user-menu-wrapper {
        top: 0;
        margin-top: 90px;
        height: calc(100vh - 90px); /* For browsers without CSS var support */
        min-height: calc(100vh - 90px); /* For browsers without CSS var support */
        height: calc(100vh - (90px + var(--vh-offset, 0px))); /* Cross browser fix for CSS 'vh' (vh-check script) */
        min-height: calc(100vh - (90px + var(--vh-offset, 0px))); /* Cross browser fix for CSS 'vh' (vh-check script) */
}

.admin-bar .hubhood-logged-user-menu-wrapper {
        height: calc(100vh - 122px); /* For browsers without CSS var support */
        min-height: calc(100vh - 122px); /* For browsers without CSS var support */
        height: calc(100vh - (122px + var(--vh-offset, 0px))); /* Cross browser fix for CSS 'vh' (vh-check script) */
        min-height: calc(100vh - (122px + var(--vh-offset, 0px))); /* Cross browser fix for CSS 'vh' (vh-check script) */
}

.hubhood-main-navbar .simplebar-content-wrapper {
        overscroll-behavior: contain;
}

.hubhood-hero-terms-nav-prev,
.hubhood-hero-terms-nav-next {
        position: absolute;
        width: 30px;
        height: 30px;
        border-radius: 50px;
        border: 0;
        line-height: 30px;
        font-size: 16px;
        margin-right: 0;
        bottom: -10px;
        top: calc(50% - 15px);
        bottom: auto;
        left: -12px;
        box-shadow: 0 0 15px rgb(0 0 0 / 15%);
        z-index: 10;
        text-align: center;
        display: none;
        font-weight: 600;
        cursor: pointer;
}

.hubhood-hero-terms-nav-prev:before,
.hubhood-hero-terms-nav-next:before {
        font-family    : FontAwesome;
        content: "\f053";
        display: inline-block;
        position: absolute;
        top: 0;
        left: 0;
        width: 30px;
        height: 30px;
        border-radius: 50px;
        border: 0;
        line-height: 30px;
        font-size: 16px;
        background-color: #fff;
        color: #000;
        text-align: center;
        font-weight: 600;
}

.hubhood-hero-terms-nav-prev:hover:before,
.hubhood-hero-terms-nav-next:hover:before {
        background-color: var(--hubhood-color);
        color: #fff;
}

.hubhood-hero-terms-nav-next {
        left: auto;
        right: -12px;
}

.hubhood-hero-terms-nav-next:before {
        content: "\f054";
        padding-left: 3px;
}

.hubhood-frontpage-header-design-5.hubhood-frontpage-frontpage-header-categories-position-default .hubhood-hero-terms-nav-prev,
.hubhood-frontpage-header-design-5.hubhood-frontpage-frontpage-header-categories-position-default .hubhood-hero-terms-nav-next {
        margin-top: -10px;
}

.hubhood-hero-categories-wrapper .simplebar-horizontal {
        opacity: 0;
}

.hubhood-hero-categories-wrapper.hubhood-simplebar-has-scroll .simplebar-horizontal {
        opacity: 0.35;
}

.hubhood-simplebar-has-scroll:not(.scroll-beggining) .hubhood-hero-terms-nav-prev {        
        display: inline-block;
}

.hubhood-simplebar-has-scroll:not(.scroll-ended) .hubhood-hero-terms-nav-next {        
        display: inline-block !important;
}

.hubhood-map-list-wrapper .hubhood-hero-types-container .hubhood-simplebar-has-scroll .hubhood-hero-terms-nav-prev,
.hubhood-map-list-wrapper .hubhood-hero-types-container .hubhood-simplebar-has-scroll .hubhood-hero-terms-nav-next,
.hubhood-fixed-search-bar .hubhood-hero-types-container .hubhood-simplebar-has-scroll .hubhood-hero-terms-nav-prev,
.hubhood-fixed-search-bar .hubhood-hero-types-container .hubhood-simplebar-has-scroll .hubhood-hero-terms-nav-next {        
        margin-top: -11px;
}

.hubhood-logged-user-menu-wrapper .hubhood-logged-user-menu-inner .hubhood-logged-user-menu-list {
        display: block;
}

.hubhood-logged-user-menu-wrapper .hubhood-toggle-button {
        display: none;
}

.hubhood-logged-user-menu-wrapper ul,
.hubhood-logged-user-menu-wrapper li {
        list-style: none;
        padding: 0;
        margin: 0;
        line-height: 45px;
        cursor: pointer;
}

.hubhood-logged-user-menu-wrapper ul :not(collapsed) .arrow:before,
.hubhood-logged-user-menu-wrapper li :not(collapsed) .arrow:before {
        font-family: FontAwesome;
        content: "\f078";
        display: inline-block;
        padding-left: 10px;
        padding-right: 10px;
        vertical-align: middle;
        float: right;
        -webkit-text-stroke-width: 0.001em;
}

.hubhood-logged-user-menu-wrapper ul .active,
.hubhood-logged-user-menu-wrapper li .active {
        border-left: 4px solid #d19b3d;
        background-color: #4f5b69;
}

.hubhood-logged-user-menu-wrapper ul .sub-menu li.active,
.hubhood-logged-user-menu-wrapper li .sub-menu li.active {
        color: #d19b3d;
}

.hubhood-logged-user-menu-wrapper ul .sub-menu li.active a,
.hubhood-logged-user-menu-wrapper li .sub-menu li.active a {
        color: #d19b3d;
}

.hubhood-logged-user-menu-wrapper ul .sub-menu li,
.hubhood-logged-user-menu-wrapper li .sub-menu li {
        background-color: #181c20;
        border: none;
        line-height: 28px;
        margin-left: 0;
}

.hubhood-logged-user-menu-wrapper ul .sub-menu li:hover,
.hubhood-logged-user-menu-wrapper li .sub-menu li:hover {
        background-color: #020203;
}

.hubhood-logged-user-menu-wrapper ul .sub-menu li:before,
.hubhood-logged-user-menu-wrapper li .sub-menu li:before {
        font-family: FontAwesome;
        content: "\f105";
        display: inline-block;
        padding-left: 10px;
        padding-right: 10px;
        vertical-align: middle;
        -webkit-text-stroke-width: 0.001em;
}

.hubhood-logged-user-menu-wrapper li {
        padding-left: 0;
        border-left: 0;
}

.hubhood-logged-user-menu-wrapper li.hubhood-logged-user-name:hover,
.hubhood-logged-user-menu-wrapper li.hubhood-logged-user-name {
        border: 0;
        background-color: var(--hubhood-color);
        color: #fff;
        font-size: 16px;
        cursor: default;
        padding: 30px 20px 30px 25px;
        font-weight: 500;
        line-height: 1.5; /* Like on Gutenberg editor */
        text-transform: capitalize;
}

.hubhood-logged-user-menu-wrapper li a {
        border-top: 1px solid #e8e8e8;
        text-decoration: none;
        color: #252525;
        display: block;
        width: 100%;
        height: 100%;
        font-size: 16px;
        padding: 20px 20px;
        line-height: 1.5; /* Like on Gutenberg editor */
        font-weight: 500;
        text-shadow: none;
}

.hubhood-logged-user-menu-left .hubhood-logged-user-menu-list,
.hubhood-logged-user-menu-inner .hubhood-logged-user-menu-list {
        border-bottom: 1px solid #e8e8e8;
}

.hubhood-logged-user-menu-wrapper li.dropdown:not(.open) > a:focus,
.hubhood-logged-user-menu-wrapper li a:hover {
        color: #252525;
}

.hubhood-logged-user-menu-wrapper li a i {
        font-size: 25px;
        position: relative;
        top: 0;
        height: 14px;
        line-height: 14px;
        width: 40px;
        text-align: center;
        display: inline-block;
        -webkit-text-stroke-width : 0.02em;
}

.hubhood-logged-user-menu-wrapper li a i:before {
        -webkit-text-stroke-width : 0.02em;
}

.hubhood-logged-user-menu-wrapper li:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 4px;
        height: calc(100% + 1px);
        z-index: 1;
}

.hubhood-logged-user-menu-left li a {
        font-size: 15px;
}

.hubhood-logged-user-menu-left li a i,
.hubhood-logged-user-menu-left li a i:before {
        font-size: 22px;
        width: 36px;
        text-align: center;
}

.hubhood-logged-user-menu-left li:hover > a,
.hubhood-logged-user-menu-left li:focus > a,
.hubhood-logged-user-menu-left li.open > a,
.hubhood-logged-user-menu-left .menu-item-has-children.open > a:after {
        color: var(--hubhood-color);
}

.hubhood-logged-user-menu-left li:hover > a i,
.hubhood-logged-user-menu-left li:focus > a i,
.hubhood-logged-user-menu-left li.open > a i {
        color: #252525;
}

.hubhood-logged-user-menu-left li.hubhood-logged-user-name:before {
        display: none;
}

.hubhood-logged-user-menu-wrapper  .dropdown li:before {
        background-color: var(--hubhood-color);
}

.hubhood-logged-user-menu-wrapper li:hover {
        background-color: ghostwhite;
}

.hubhood-logged-user-menu-left li:hover {
        background-color: transparent;
}

.hubhood-logged-user-menu-left .menu-item-has-children > a {
        padding-right: 50px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
}

.hubhood-logged-user-menu-left .dropdown-menu {
        width: 100%;
        position: relative;
        display: block;
        visibility: visible;
        top: 0;
        margin-top: 0;
        background: #fafafa;
        height: 0;
        overflow: hidden;
}

.hubhood-logged-user-menu-left .open > .dropdown-menu {
        height: auto;
}

.navbar-header .hubhood-logged-user-menu-left li {
        display: block;
}

.hubhood-logged-user-menu-left .dropdown-menu:before {
        display: none !important;
}

.hubhood-logged-user-menu-left .menu-item-has-children > a:after {
        font-family  : FontAwesome;
        content: "\f078";
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        padding: 20px !important;
        display: inline-block;
        color: #252525;
        font-weight: 600;
        font-size: 16px;
        text-align: center;
        line-height: 25px;
        -webkit-text-stroke-width: 0.001em;
}

.hubhood-logged-user-menu-left .menu-item-has-children.open > a:after {
        content: "\f077";
}

.hubhood-user-not-logged.hubhood-hide-topbar-login-button .hubhood-signin-button,
.hubhood-user-not-logged.hubhood-hide-topbar-login-button .hubhood-sign-in-button-mobile {
        display:none !important
}

.hubhood-user-not-logged.hubhood-hide-topbar-add-listing-button .hubhood-action-button-add-listing-wrapper {
        display:none !important
}

.hubhood-add-listing-main-menu {
        display: none;
        padding-right: 0;
        font-size: 25px;
        position: relative;
}

.hubhood-iconized-menu-item a:before,
.hubhood-iconized-menu-item a i:before {
        display: inline-block;
        padding-right: 14px;
        font-size: 22px;
        position: relative;
        top: 1px;
        height: 14px;
        line-height: 14px;
}

/*******************************************************************************
09 - WordPress Gallery
*******************************************************************************/

.gallery figure .gallery-icon {
        position: relative;
}

.gallery figure img {
        position: relative;
        max-width: 99999px;
        margin-left: auto;
        margin-right: auto;
}

.gallery figure:hover img {
        opacity: 0.8;
}

.gallery {
        width: 100%;
        overflow: hidden;
        line-height: 0;
        position: relative;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        list-style-type: none;
        padding: 0;
}

.gallery .gallery-item {
        cursor: pointer;
        width: calc(20% - 22px);
        margin: 0;
        max-width: 99999px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-grow: 1;
        -ms-flex-grow: 1;
        flex-grow: 1;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        justify-content: center;
        position: relative; 
}

.gallery.gallery-columns-1 .gallery-item,
.gallery .gallery-item img {
        width: 100%;
}

.hubhood-sidebar-right .gallery {
        margin: 0;
}

.gallery.gallery-columns-2 .gallery-item {
        width: 50%;
        max-width: 50%;
}

.gallery.gallery-columns-3 .gallery-item {
        width: 33.33333333%;
        max-width: 33.33333333%;
}

.gallery.gallery-columns-4 .gallery-item {
        width: 25%;
        max-width: 25%;
}

.hubhood-footer-column .gallery.gallery-columns-4 .gallery-item,
.hubhood-sidebar-right .gallery.gallery-columns-4 .gallery-item {
        width: 25%;
        max-width: 25%;
}

.gallery.gallery-columns-5 .gallery-item {
        width: 20%;
        max-width: 20%;
}

.gallery.gallery-columns-6 .gallery-item {
        width: 16.6666666666%;
        max-width: 16.6666666666%;
}

.gallery.gallery-columns-7 .gallery-item {
        width: 14.2857%;
        max-width: 14.2857%;
}

.gallery.gallery-columns-8 .gallery-item {
        width: 12.5%;
        max-width: 12.5%;
}

.gallery.gallery-columns-9 .gallery-item {
        width: 11.111111111%;
        max-width: 11.111111111%;
}

.gallery .gallery-item a {
        display: inline-block;
        width: 100%;
        min-height: 80px;
        padding-bottom: 75%;
}

.gallery .gallery-item a img {
        position: absolute;
        left: 0;
        bottom: 0;
        width: auto;
        height: 100%;
}

[class*="galleryid-"] .gallery-item a img.hubhood-preserve-height {
        width: 100%;
        height: auto;
        top: 50%;
        -webkit-transform: translate(0,-50%);
        -moz-transform: translate(0,-50%);
        -ms-transform: translate(0,-50%);
        -o-transform: translate(0,-50%);
        transform: translate(0,-50%);
}

.single #main ul.wp-block-gallery,
.single #main ol.wp-block-gallery,
.page #main ul.wp-block-gallery,
.page #main ol.wp-block-gallery {
        margin-bottom: 30px;
}

.blocks-gallery-grid .blocks-gallery-image,
.blocks-gallery-grid .blocks-gallery-item,
.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item,
[class*="galleryid-"] .gallery-item {
        margin: 0 1em 1em 0;
        display: flex;
        flex-grow: 1;
        flex-direction: column;
        justify-content: center;
        position: relative;
        align-self: inherit;
        width: calc(50% - 1em);
}

.blocks-gallery-grid .blocks-gallery-image figure,
.blocks-gallery-grid .blocks-gallery-item figure,
.wp-block-gallery .blocks-gallery-image figure,
.wp-block-gallery .blocks-gallery-item figure {
        align-items: flex-start;
}

.blocks-gallery-grid ~ .blocks-gallery-caption,
.blocks-gallery-grid ~ .blocks-gallery-caption * {
        color: #252525 !important;
}

.blocks-gallery-grid ~ .blocks-gallery-caption {
        margin-top: 30px;
        font-size: 16px;
        opacity: 0.8;
}

[class*="wp-block-"].alignleft + p,
[class*="wp-block-"].alignright + p {
        margin-top: -9px;
}

.wp-block-cover.alignleft + p,
.wp-block-cover.alignright + p {
        margin-top: 0;
}

.wp-block-cover.alignleft,
.wp-block-cover.alignright,
.page-content .wp-block-cover.alignleft,
.page-content .wp-block-cover.alignright {
        margin-top: 9px;
}

.blocks-gallery-grid,
[class*="galleryid-"] {
        margin-bottom: calc(30px - 1em) !important;
}

.wp-block-gallery > ul {
        margin-bottom: -16px !important;
}

.blocks-gallery-item figure a,
.blocks-gallery-item img {
        min-width: 100%;
}

.gallery.gallery-columns-1 .gallery-item {
        width: 100%;
        margin-right: 0;
}

.gallery.gallery-columns-2 .gallery-item {
        width: calc(50% - .5em);
        margin-right: 1em;
}

.gallery.gallery-columns-3 .gallery-item {
        width: calc(33.3333333% - 0.66666666666666666666666666666667em);
        margin-right: 1em;
}

.gallery.gallery-columns-4 .gallery-item {
        width: calc(25% - .75em);
        margin-right: 1em;
}

.gallery.gallery-columns-5 .gallery-item {
        width: calc(20% - .8em);
        margin-right: 1em;
}

.gallery.gallery-columns-6 .gallery-item {
        width: calc(16.666666666666666666666666666667% - 0.83333333333333333333333333333333em);
        margin-right: 1em;
}

.gallery.gallery-columns-7 .gallery-item {
        width: calc(14.285714285714285714285714285714% - 0.85714285714285714285714285714286em);
        margin-right: 1em;
}

.gallery.gallery-columns-8 .gallery-item {
        width: calc(12.5% - 0.875em);
        margin-right: 1em;
}

.gallery.gallery-columns-9 .gallery-item {
        width: calc(11.111111111111111111111111111111% - 0.88888888888888888888888888888889em);
        margin-right: 1em;
}

[class*="galleryid-"] > figure.gallery-item a {
        height: 100%;
}

[class*="galleryid-"].gallery-columns-1 > figure.gallery-item:nth-of-type(1n),
[class*="galleryid-"].gallery-columns-2 > figure.gallery-item:nth-of-type(2n),
[class*="galleryid-"].gallery-columns-3 > figure.gallery-item:nth-of-type(3n),
[class*="galleryid-"].gallery-columns-4 > figure.gallery-item:nth-of-type(4n),
[class*="galleryid-"].gallery-columns-5 > figure.gallery-item:nth-of-type(5n),
[class*="galleryid-"].gallery-columns-6 > figure.gallery-item:nth-of-type(6n),
[class*="galleryid-"].gallery-columns-7 > figure.gallery-item:nth-of-type(7n),
[class*="galleryid-"].gallery-columns-8 > figure.gallery-item:nth-of-type(8n),
[class*="galleryid-"].gallery-columns-9 > figure.gallery-item:nth-of-type(9n) {
        margin-right: 0;
}

/*******************************************************************************
10 - Tags and Amenities
*******************************************************************************/

.hubhood-single-tags,
.widget .tagcloud,
.tagcloud,
.wp-block-tag-cloud {
        font-size: 0;
        letter-spacing: 0;
}

.tags a,
.widget .tagcloud a,
.tagcloud a,
.wp-block-tag-cloud a {
        position: relative;
        display: inline-block;
        padding: 3px 8px 3px 26px;
        border: 1px solid rgba(125,125,125,0.2);
        box-shadow: 0 0 1px #c2c2c2;
        border-radius: 4px;
        margin-right: 10px;
        margin-bottom: 10px;
        color: #252525;
        background-color: #fff;
        line-height: 22px;
        font-size: 15px;
        text-transform: capitalize;
}

.page-content.tags a,
.page-content .tagcloud a,
.page-content .widget .tagcloud a,
.page-content .wp-block-tag-cloud a {
        color: #252525;
}

.tagcloud a,
.widget .tagcloud a,
.wp-block-tag-cloud a {
        font-size: 16px !important;
}

.tags a:before,
.tagcloud a:before,
.widget .tagcloud a:before,
.wp-block-tag-cloud a:before {
        font-family: "FontAwesome";
        content: "\f292";
        position: absolute;
        font-size: 15px;
        float: left;
        width: 30px;
        height: 26px;
        line-height: 26px;
        top: 1px;
        left: 2px;
        text-align: center;
        -webkit-text-stroke-width: 0.001em;
}

.page-content ~ .hubhood-single-tags {
        margin-top: 90px;
        margin-bottom: -10px;
}

.tagcloud,
.widget .tagcloud {
        margin-bottom: -10px;
}

.hubhood-post-without-content .page-content ~ .hubhood-single-tags {
        margin-top: 0;
}

.widget.tags ul {
        list-style: none;
        text-align: center;
        padding: 0;
}

.widget.tags ul li {
        display: inline-block;
}

.hubhood-footer-dark .hubhood-site-footer .tags a,
.hubhood-footer-dark .hubhood-site-footer .tagcloud a,
.hubhood-footer-dark .hubhood-site-footer .wp-block-tag-cloud a {
        background-color: transparent;
        box-shadow: 2px 2px 5px #000;
}

/*******************************************************************************
11 - Blog Comments
*******************************************************************************/

.single:not(.single-job_listing) .hubhood-comments-section.hubhood-dark-background,
.page .hubhood-comments-section.hubhood-dark-background {
        background-color: transparent;
        margin-top: 0;
        box-shadow: none;
        background-color: #fff;
        padding-bottom: 90px;
}

.hubhood-comments-container .edit-link {
        position: absolute;
        bottom: 0;
        right: 0;
        font-size: 15px;
        margin: 0;
        background-color: #fff;
        margin-left: 10px;
        border-radius: 4px;
        letter-spacing: 0.6px;
        padding: 3px 20px;
        font-weight: 400;
        border: 1px solid rgba(125, 125, 125, 0.1);
        line-height: 1;
}

.hubhood-comments-section.hubhood-light-background .hubhood-comments-container .edit-link {
        background-color: rgb(20,25,30);
}

.hubhood-comments-section.hubhood-light-background .hubhood-comments-container .edit-link a {
        color: #fff;
}

.hubhood-listing-single-reviews.hubhood-light-background .hubhood-comments-container .edit-link {
        background-color: rgb(20,25,30);
}

.hubhood-listing-single-reviews.hubhood-light-background .hubhood-comments-container .edit-link a {
        color: #fff;
}

.hubhood-comments-container .hubhood-list-inline .edit-link {
        bottom: -30px;
        right: -30px;
}

.hubhood-comments-container .edit-link a {
        line-height: 1.2;
        color: #252525;
}

.entry-content address.hubhood-listing-address,
.comment-content address.hubhood-listing-address {
        font-style: normal;
        line-height: 1.42857143;
}

.hubhood-card-content-top-data .hubhood-listing-address {
        line-height: 1.42857143;
}

.hubhood-post-comments-wrapper {
        padding: 0;
}

.hubhood-review-second-col-inner {
        margin-bottom: 0;
}

.hubhood-author-block .post-meta:before,
.comment-header .post-meta:before {
        padding: 0 10px 0 2px;
        font-size: 16px;
        position: relative;
        top: -2px;
}

.hubhood-author-block .hubhood-author-name {
        color: #252525;
}

.hubhood-no-author-details .hubhood-author-name {
        margin-top: 12px;
        margin-bottom: 0;
}

.hubhood-author-block.hubhood-no-author-details .hubhood-author-name ~ .post-meta {
        padding-top: 0;
}

.hubhood-author-block .post-meta:before {
        padding: 0 7px 0 7px;
}

.hubhood-author-block .hubhood-post-meta-wrapper .post-meta:before {
        padding-left: 0;
}

.hubhood-author-stats {
        position: absolute;
        width: 100%;
        top: 78px;
        z-index: 2;
        text-align: center;
}

#page span.post-meta,
#page span.post-meta span,
.hubhood-author-stats div {
        color: #252525;
}

.hubhood-author-stats div + div {
        margin-top: 20px;
}

.hubhood-date-separator {
        display: none;
}

.hubhood-author-stats .hubhood-post-counter {
        position: relative;
        display: inline-block;
        width: 40px;
        height: 40px;
        line-height: 40px;
        border-radius: 50%;
        top: 5px;
        box-shadow: 0 0 15px rgba(0,0,0,0.12);
        background: rgba(255,255,255,1);
        background: -moz-linear-gradient(top, rgba(255,255,255,1) 45%, rgba(255,255,255,0) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(45%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,0)));
        background: -webkit-linear-gradient(top, rgba(255,255,255,1) 45%, rgba(255,255,255,0) 100%);
        background: -o-linear-gradient(top, rgba(255,255,255,1) 45%, rgba(255,255,255,0) 100%);
        background: -ms-linear-gradient(top, rgba(255,255,255,1) 45%, rgba(255,255,255,0) 100%);
        background: linear-gradient(to bottom, rgba(255,255,255,1) 45%, rgba(255,255,255,0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
}



.comments * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
}

.comments a {
        text-decoration: none;
}

.comments .pingback a,
.comments .trackback a {
        display: block;
}

.comments ul {
        list-style-type: none;
}

.col-md-9 .hubhood-comments-container {
        max-width: 760px;
}

.hubhood-listing-review .hubhood-comments-container {
        margin: 0 auto;
}

.hubhood-comments-container h1 a {
        font-size: 18px;
        font-weight: 700;
}

.hubhood-post-comments-wrapper .comment-reply-title,
.hubhood-post-comments-wrapper .comments-title,
.hubhood-post-comments-wrapper .feedback h2 {
        margin: 0;
        padding: 60px 0 60px;
        text-align: center;
}

body .hubhood-listing-single-reviews .comments-title {
        display: none;
}

.comment-reply-title > a {
        text-transform: capitalize;
}

.hubhood-listing-review .comments-title {
        padding-top: 30px;
}

.hubhood-listing-review .comments-title {
        margin-top: 0;
}

.comment-list,
.single #main ul.comment-list,
.page #main ul.comment-list {
        margin-top: 0;
        margin-bottom: 0;
        padding: 0;
        position: relative;
}

.single.single-post #main ul.comment-list {
        margin-top: 90px;
}

.single.single-post #main .comments-title ~ ul.comment-list {
        margin-top: 0;
}

.hubhood-no-reviews.single-job_listing .hubhood-listing-without-comments .comment-respond {
        margin-top: 0;
}

.hubhood-no-reviews.single-job_listing .hubhood-post-comments-wrapper.hubhood-listing-without-comments .comment-reply-title {
        padding-top: 30px;
}

.comment .comment-respond {
        margin-bottom: 0;
}

.hubhood-comments-form-wrapper #respond {
        margin-top: 0;
}

.hubhood-post-comments-wrapper aside ~ aside #respond {
        margin-top: -30px;
}

.entry-content h3.comment-reply-title,
.hubhood-comments-container .comment-respond h3 {
        border-radius: 4px;
}

.comments-pagination {
        margin-top: 80px;
}

/* Details */

.comment-list:after {
        content: "";
        position: absolute;
        background-color: #ddd;
        bottom: 0;
        left: 27px;
        width: 7px;
        height: 7px;
        border: 3px solid #eee;
        border-radius: 50%;
        opacity: 0;
}

.reply-list:before,
.reply-list:after,
.comment-list .children:before,
.comment-list .children:after {
        display: none;
}

.comment-list .children .children li:before {
        width: 71px;
        left: -52px;
}

.comment-list .children .children .children li:before {
        width: 100px;
        left: -88px;
}

.comment-list .children .children .children .children li:before {
        width: 128px;
        left: -124px;
}

.comment-list .children .children .children .children .children li:before {
        width: 170px;
        left: -160px;
}

.reply-link:before,
.edit-link:before {
        content: none;
}

.comment-list li {
        margin-bottom: 30px;
        display: block;
        position: relative;
}

.comment-list li li {
        margin-top: 30px;
}

.comment-list .comment-content ul {
        list-style-type: disc;
}

.comment-list .comment-content ul ul {
        list-style-type: revert;
}

.comment-list .comment-content ol {
        list-style-type: decimal;
}

.comment-list .comment-content ul li,
.comment-list .comment-content ol li {
        display: list-item;
        margin: 0;
}

.comment-list li ul,
.single #main .comment-list li ul,
.page #main .comment-list li ul,
.comment-list li ol,
.single #main .comment-list li ol,
.page #main .comment-list li ol {
        margin-bottom: 0;
}

.comment-list li ul .hubhood-displace-list-left,
.single #main .comment-list li .hubhood-displace-list-left,
.page #main .comment-list li .hubhood-displace-list-left {
        margin-bottom: 0;
}

.comment-list .comment-content li:after {
        content: none;
}

.reply-list,
.comment-list .children {
        padding-left: 30px;
        clear: both;
        margin-top: 15px;
}

.comment-list .children .children {
        padding-left: 30px;
}

.comment-list .children {
        margin-top: 0;
}

.comment-list .children .children {
        padding-top: 0.1px;
}

.comment-reply-link {
        display: none;
}

/* Avatar */

.comment-list .avatar {
        position: relative;
        width: 44px;
        height: 44px;
        z-index: 99;
        float: left;
        top: 0;
        border: 3px solid #ffffff;
        box-shadow: 5px 5px 15px rgba(0,0,0,0.15);
        overflow: hidden;
        border-radius: 50%;
        display: block;
        cursor: default;
        background-color: #fff;
        background-position: center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
}

.hubhood-comment-header-media,
.hubhood-comment-header-name,
.hubhood-comment-header-date {
        position: relative;
        float: left;
        min-height: 44px;
}

.hubhood-comment-header-date {
        min-height: 0;
}

.hubhood-comment-header-name {
        line-height: 44px;
}

.hubhood-comment-header-date {
        font-size: 13px;
        height: auto;
        padding-top: 10px;
}

.hubhood-post-comments-wrapper .comment-list .avatar {
        margin-right: 15px;
        border: 0;

}

.avatar,
.comment-list .avatar,
.hubhood-user-login,
.hubhood-user-logged-in-button,
.author-avatar {
        -webkit-transform-style: preserve-3d;
        -moz-transform-style: preserve-3d;
        -o-transform-style: preserve-3d;
        transform-style: preserve-3d;
}

.comment-list .avatar:after,
.hubhood-user-logged .site-header .hubhood-user-login:after,
.hubhood-user-logged-in-button:after,
.author-avatar:after {
        content: "";
        position: absolute;
        z-index: -1;
        display: block;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        border-radius: 50%;
        background-image: url(../images/empty-avatar.png);
        background-position: center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        -webkit-transform: translateZ(-1px);
        -moz-transform: translateZ(-1px);
        -o-transform: translateZ(-1px);
        transform: translateZ(-1px);    
        -webkit-transform-style: preserve-3d;
        -moz-transform-style: preserve-3d;
        -o-transform-style: preserve-3d;
        transform-style: preserve-3d;
}

.comment-main-level:after {
        content: "";
        width: 0;
        height: 0;
        display: block;
        clear: both;
}

/* Comment Box */

.comment-list .comment-box {
        width: 100%;
        position: relative;
}

.comment-list .comment-box-inner,
.hubhood-post-comments-wrapper .pingback .comment-box {
        border-radius: 4px;
        box-shadow: none;
        border: 4px solid rgba(125, 125, 125, 0.07);
}

.hubhood-dark-background .comment-list .comment-box-inner,
.hubhood-dark-background .hubhood-post-comments-wrapper .pingback .comment-box {
        box-shadow: 0 0 10px rgb(0 0 0 / 15%);
}

.reply-list .comment-box,
.comment-list .children comment-box {
        width: 90%;
}

.hubhood-current-user-rating {
        display: inline-block;
        position: relative;
        float: left;
        margin-left: 5px;
        margin-right: 15px;
        top: 0;
        color: #ffffff;
        width: 44px;
        height: 44px;
        line-height: 46px;
        text-align: center;
        z-index: 1;
        font-weight: 700;
        text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
}

.hubhood-current-user-rating:before {
        content: "";
        display: inline-block;
        position: absolute;
        top: 0;
        left: 0;
        background-color: var(--hubhood-color);
        box-shadow: 5px 5px 15px rgba(0,0,0,0.15);
        color: #ffffff;
        padding: 8px;
        width: 44px;
        height: 44px;
        border-radius: 50px;
        z-index: -1;
}

.hubhood-current-user-rating:after {
        color: var(--hubhood-color);
}

.hubhood-card-link ~ .hubhood-fallback-content .hubhood-fallback-content-data ~ .hubhood-fallback-content-button-wrapper .button {
        box-shadow: 0 0 20px rgba(0,0,0,0.08), 12px 12px 12px rgba(0,0,0,0.2);
}

.hubhood-card-link ~ .hubhood-fallback-content .hubhood-fallback-content-data ~ .hubhood-fallback-content-button-wrapper .button:after {
        content: "";
        position: absolute;
        width: calc(100% + 30px);
        height: calc(100% + 30px);
        top: -15px;
        left: -15px;
        background-color: rgba(255,255,255,0.09);
        border-radius: 37px;
        box-shadow: 0 0 20px rgba(0,0,0,0.08), 15px 15px 15px rgba(0,0,0,0.2);
}

.comment-box .comment-header {
        padding: 10px 12px;
        border-bottom: 4px solid rgba(125,125,125,0.07);
        overflow: hidden;
        border-radius: 8px 8px 0 0;
}

.hubhood-post-comments-wrapper .comment-box .comment-header {
        padding: 30px;
        padding-right: 60px;
}

.comment-box .comment-header i {
        float: right;
        margin-left: 14px;
        position: absolute;
        color: #fff;
        background-color: transparent;
        text-align: right;
        cursor: pointer;
        float: right;
        top: 30px;
        right: 30px;
        width: 44px;
        height: 42px;
        line-height: 40px;
        box-shadow: 5px 5px 15px rgba(0,0,0,0.16);
        border-radius: 50%;
}

.hubhood-comments-section.hubhood-light-background .comment-box .comment-header i,
.hubhood-listing-single-reviews.hubhood-light-background .comment-box .comment-header i {
        color: #252525;
        text-align: center;
}

.comment-box .comment-header i:before {
        font-weight: 600;
}

.comments-closed .comment-box .comment-header i {
        display: none;
}

.comment-box .comment-header i:hover {
        color: var(--hubhood-color);
}

.comment-box .comment-name {
        font-size: 15px;
        font-weight: 600;
        float: left;
        margin-right: 15px;
        text-align: left;
        margin-top: 0;
        margin-bottom: 0;
        padding-top: 0;
        line-height: 44px;
        text-transform: capitalize;
}

.comment-box .comment-name {
        font-weight: 600 !important;
}

.comment-box .comment-name a {
        line-height: 22px;
        color: #fff;
}

.comment-box .comment-name a:hover {
        line-height: 22px;
        color: var(--hubhood-color);
}

#page .comment-box .comment-header span {
        float: left;
        color: #888;
        position: relative;
        top: 0;
}

.comment-box .comment-content {
        text-align: left;
        background-color: transparent;
        padding: 10px 12px;
        font-size: 16px;
        color: #252525;
        border-radius: 4px;
}

.hubhood-post-comments-wrapper .comment-box .comment-content {
        padding: 30px;
        text-align: center;
}

.hubhood-post-comments-wrapper .comment-list .pingback .comment-box {
        padding-left: 0;
}

.comment-content > p:last-child,
.comment-content > p:not(:empty):last-of-type,
.comment-box .comment-content p:last-of-type,
.comment-box .comment-content p:last-child,
.comment-box .comment-content > .hubhood-list-reviews ~ p:last-of-type {
        margin-bottom: 0;
}

.comment-list .hubhood-review-form-stars,
.commentlist .hubhood-review-form-stars {
        display: none;
}

.hubhood-list-reviews .hubhood-star-rating,
#hubhood-submit-ratings .hubhood-star-rating,
.hubhood-submit-ratings .hubhood-star-rating {
        max-height: none;
}

#page .comment-author span,
.comment-metadata time {
        color: rgb(20,20,20);
}

#page .comment-author span.is-author {
        background-color: rgb(35,40,45);
        color: #fff;
        margin-left: 10px;
        border-radius: 4px ;
        float: none;
        letter-spacing: 0.6px;
        padding: 6px 12px;
        font-weight: 400;
        border: 1px solid rgba(125, 125, 125, 0.1);
}

.hubhood-style-general-edges-rounded #page .comment-author span.is-author {
        border-radius: 20px ;
}

#respond small {
        display: block;
}

#cancel-comment-reply-link {
        display: inline-block;
        padding: 15px;
        font-size: 16px;
        margin-bottom: -15px;
}

#respond .logged-in-as {
        padding-bottom: 0;
        margin-top: 0;
}

.hubhood-post-comments-wrapper #respond .logged-in-as a:hover {
        color: var(--hubhood-color);
}

.comment-form-comment {
        margin: 0;
}

.form-submit {
        margin-top: 0;
        margin-bottom: 0;
}

.form-submit #submit {
        border: 0;
        border-radius: 4px;
}

.comment-form .form-submit {
        text-align: right;
        margin-top: 30px;
}

.comment-form .form-submit #submit {
        display: inline-block;
        width: auto;
        max-width: 100%;
        padding: 7px 20px;
        margin-top: 0;
        line-height: 1.78;
}

.hubhood-review-popup .panel-body #respond .form-submit #submit {
        margin-bottom: 0;
        width: 100%;
}

.form-submit #submit:hover {
        color: #fff;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
        width: 100%;
}

.comment-form label {
        min-width: 100px;
}

.page .hubhood-post-comments-wrapper {
        max-width: 100%;
}

.single-post .hubhood-single-without-sidebar .hubhood-post-comments-wrapper,
.single-attachment .hubhood-single-without-sidebar .hubhood-post-comments-wrapper,
.page.page-template-short-width-page .hubhood-post-comments-wrapper,
.page.page-template-medium-width-page .hubhood-post-comments-wrapper {
        max-width: 960px;
        margin-left: auto;
        margin-right: auto;
}

.hubhood-post-comments-wrapper > aside,
.hubhood-comments-form-wrapper {
        margin-bottom: 30px;
}

.hubhood-post-comments-wrapper .hubhood-iconized-separator {
        margin: 0;
        margin-top: -30px;
}

.hubhood-post-comments-wrapper .hubhood-iconized-separator .hubhood-separator-mask {
        height: 0;
}

.comment-form-comment {
        margin-top: 30px;
        box-shadow: rgb(0 0 0 / 35%) 0px 0px 15px;
}

.hubhood-review-popup .comment-form-comment {
        text-align: left;
}

.comment-form-comment label {
        display: block;
}

.comment-form label {
        margin-bottom: 10px;
        margin-top: 15px;
}

.hubhood-dark-background .comment-form label {
        margin-bottom: 10px;
        margin-top: 15px;
}

.comment-form-comment textarea {
        width: 100%;
}

.comment-notes {
        margin-top: 55px;
        margin-bottom: 0;
}

.comment-form-author {
        margin-top: 30px;
}

.comment-form-cookies-consent label {
        display: inline;
}

.comment-form input[type="checkbox"] {
        margin-right: 22px;
}

.hubhood-no-comments {
        text-align: center;
        padding-top: 60px;
        padding-bottom: 30px;
        margin-bottom: 0;
}

.hubhood-post-comments-wrapper > aside + aside .hubhood-no-comments {        
        padding-top: 30px;
        padding-bottom: 30px;
}

.hubhood-list-reviews,
#hubhood-list-reviews {
        border: 1px solid rgba(125,125,125,0.1);
        padding: 10px;
        margin-left: 15px;
        line-height: 1;
}

.hubhood-post-comments-wrapper .hubhood-list-reviews,
.hubhood-post-comments-wrapper #hubhood-list-reviews {
        position: relative;
        float: none;
        text-align: center;
        margin: 0;
        margin-top: -30px;
        margin-bottom: 0;
        padding: 0;
        padding-bottom: 35px;
        background-color: transparent;
        border: none;
        border-radius: 0;
        border-bottom: 1px solid rgba(125, 125, 125, 0.1);
        width: calc(100% + 60px);
        margin-left: -30px;
        box-shadow: 0 0 60px rgb(0 0 0 / 35%) inset;
}

.hubhood-post-comments-wrapper .hubhood-comment-single-image ~ .hubhood-list-reviews,
.hubhood-post-comments-wrapper .hubhood-comment-single-image ~ #hubhood-list-reviews {
        margin-top: 10px;
}

.hubhood-listing-single-reviews.hubhood-light-background .hubhood-post-comments-wrapper .hubhood-list-reviews,
.hubhood-listing-single-reviews.hubhood-light-background .hubhood-post-comments-wrapper #hubhood-list-reviews {
        background-color: #fff;
        box-shadow: none;        
}

.hubhood-listing-single-reviews.hubhood-light-background .hubhood-post-comments-wrapper .hubhood-list-reviews,
.hubhood-listing-single-reviews.hubhood-light-background .hubhood-post-comments-wrapper #hubhood-list-reviews {
        border-bottom: 4px solid rgba(125,125,125,0.07);
}

.hubhood-list-reviews p {
        height: 14px;
        margin: 0;
        line-height: 0;
}

/*******************************************************************************
12 - Sidebar & General Widgets
*******************************************************************************/

.entry-content .hubhood-front-widget-wrapper:not(.hubhood-dark-background):nth-child(even),
.hubhood-elementor-front-page [data-elementor-type] > .elementor-section:nth-child(even) .elementor-widget-container > section:not(.hubhood-dark-background) {
        background-color: #ffffff;
        z-index: 3;
}

.entry-content .hubhood-front-widget-wrapper.hubhood-last-widget-gradient-bg {
        background: rgba(255,255,255,1);
        background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(242,242,242,1) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(242,242,242,1)));
        background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(242,242,242,1) 100%);
        background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(242,242,242,1) 100%);
        background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(242,242,242,1) 100%);
        background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(242,242,242,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2', GradientType=0 );
}

.widget {
        padding: 30px;
}

.hubhood-footer {
        position: relative;
        z-index: 2;
        box-shadow:
                0 45px 0 rgb(15, 20, 25),
                0 90px 0 rgb(15, 20, 25),
                0 180px 0 rgb(15, 20, 25),
                0 225px 0 rgb(15, 20, 25),
                0 270px 0 rgb(15, 20, 25),
                0 360px 0 rgb(15, 20, 25),
                0 450px 0 rgb(15, 20, 25),
                0 540px 0 rgb(15, 20, 25),
                0 630px 0 rgb(15, 20, 25),
                0 720px 0 rgb(15, 20, 25),
                0 810px 0 rgb(15, 20, 25),
                0 900px 0 rgb(15, 20, 25),
                0 990px 0 rgb(15, 20, 25),
                0 40px 0 rgb(15, 20, 25),
                0 80px 0 rgb(15, 20, 25),
                0 120px 0 rgb(15, 20, 25),
                0 160px 0 rgb(15, 20, 25),
                0 200px 0 rgb(15, 20, 25),
                0 240px 0 rgb(15, 20, 25),
                0 280px 0 rgb(15, 20, 25),
                0 320px 0 rgb(15, 20, 25),
                0 360px 0 rgb(15, 20, 25),
                0 400px 0 rgb(15, 20, 25),
                0 440px 0 rgb(15, 20, 25),
                0 480px 0 rgb(15, 20, 25),
                0 520px 0 rgb(15, 20, 25),
                0 560px 0 rgb(15, 20, 25),
                0 600px 0 rgb(15, 20, 25),
                0 640px 0 rgb(15, 20, 25),
                0 680px 0 rgb(15, 20, 25),
                0 720px 0 rgb(15, 20, 25),
                0 760px 0 rgb(15, 20, 25),
                0 800px 0 rgb(15, 20, 25),
                0 840px 0 rgb(15, 20, 25),
                0 880px 0 rgb(15, 20, 25),
                0 920px 0 rgb(15, 20, 25);
}

.hubhood-footer-column .widget {
        padding: 0;
}

.hubhood-site-footer .widget {
        padding: 0;
        margin-bottom: 60px;
}

.hubhood-footer-menu-wrapper ~ .hubhood-container-wrapper .copyright,
.hubhood-no-footer-widgets .copyright {
        text-align: center;
}

.hubhood-site-footer .copyright ~ .copyright {
        margin-top: 10px;
}

.hubhood-sidebar-right .widget {
        margin-bottom: 30px;
}

.hubhood-sidebar-right .widget:last-child {
        margin-bottom: 0;
}

.widget ul,
.hubhood-front-widget-wrapper ul,
.wp-block-archives,
.wp-block-categories,
.wp-block-latest-posts,
.widget_archive ul,
.widget_categories ul,
.page-content .widget ul,
.page-content .hubhood-front-widget-wrapper ul,
.page-content .hubhood-widget-content-wrapper ul,
.page-content .wp-block-archives,
.page-content .wp-block-categories,
.page-content .wp-block-latest-posts,
.page-content .widget_archive ul,
.page-content .widget_categories ul,
.page-content .wp-block-rss {
        list-style-type: none;
        margin-left: 0;
        margin-right: 0;
        padding: 0;
        padding-left: 0 !important;
}

.widget ul ul,
.hubhood-front-widget-wrapper ul ul,
.wp-block-archives ul,
.wp-block-categories ul,
.wp-block-latest-posts ul,
.widget_archive ul ul,
.widget_categories ul ul,
.page-content .widget ul ul,
.page-content .hubhood-front-widget-wrapper ul ul,
.page-content .hubhood-widget-content-wrapper ul ul,
.page-content .wp-block-archives ul,
.page-content .wp-block-categories ul,
.page-content .wp-block-latest-posts ul,
.page-content .widget_archive ul ul,
.page-content .widget_categories ul ul {
        list-style-type: none;
}

.hubhood-front-widget-wrapper .widget ul.row {
        margin-left: -15px;
        margin-right: -15px;
}

.page #main .hubhood-front-widget-wrapper ul.row {
        margin-top: 0;
}

.widget > ul {
        margin-bottom: 0;
}

.hubhood-sidebar-right {
        position: relative;
        z-index: 5;
        margin-top: 0;
        text-align: left;
        font-size: 0;
}

.hubhood-sidebar-position-left .hubhood-floated-content {
        float: right;
}

.hubhood-sidebar-position-left #secondary {
        float: left;
}

.hubhood-sidebar-right .widget,
.hubhood-sidebar-left .widget,
.hubhood-sidebar-left .widget form,
.hubhood-sidebar-right .widget form {
        position: relative;
        display: inline-block;
        width: 100%;
        background-color: #fff;
        border-radius: 4px;
        position: relative;
        font-size: 16px;
        z-index: 0;
}

.hubhood-footer-column .widget,
.hubhood-footer-column .widget form {
        position: relative;
}

.hubhood-sidebar-right .widget.hubhood-dark-background,
.hubhood-sidebar-left .widget.hubhood-dark-background {
        background-color: rgb(15, 20, 25);
}

.hubhood-sidebar-right .widget:hover,
.hubhood-sidebar-right .widget:focus,
.hubhood-sidebar-left .widget:hover,
.hubhood-sidebar-left .widget:focus{
        z-index: 10;
}

.hubhood-sidebar-right .widget_recent_entries {
        z-index: 1;
}

.hubhood-sidebar-right .widget:after,
.hubhood-sidebar-left .widget:after {
        content: "";
        position: absolute;
        display: block;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        border-radius: 4px;
        z-index: -1;
        box-shadow: 0 0 80px rgba(0,0,0,0.13);
}

#secondary .hubhood-recent-entries-wrapper {
        box-shadow: 0 0 80px rgba(0,0,0,0.13);
        border-radius: 8px;
        margin-bottom: 30px;
}

.single #main .widget ul,
.single #main .widget ol,
.page #main .widget ul,
.page #main .widget ol {
        margin-bottom: 0;
}

.page #main .entry-content .widget_recent_entries .img {
        display: none;
}

.hubhood-sidebar-right .hubhood-recent-entries-wrapper .widget:after {
        content: "";
}

.widget_recent_entries {
        overflow: hidden;
}

.entry-content .hubhood-widget-content-wrapper {
        width: 100%;
        margin: 0 auto;
}

.hubhood-hero-categories-attached-footer ~ #primary .hubhood-front-page-widgetized-section > section:first-child {
        margin-top: -160px !important;
        padding-top: 290px;
}

.entry-content .hubhood-widget-content-wrapper.widget_hubhood_call_to_action,
.entry-content .elementor-widget-container section.hubhood-front-widget-wrapper {
        width: calc(100.3vw - var(--hubhood-scrollbar-width) );
        left: 50%;
        transform: translate(-50%);
}

.page-template-short-width-page .entry-content .elementor-widget-container section.hubhood-front-widget-wrapper,
.page-template-medium-width-page .entry-content .elementor-widget-container section.hubhood-front-widget-wrapper {
        width: 100%;
        left: 0;
        transform: none;        
}

.entry-content .widget {
        margin: 0 auto;
        padding: 0;
        max-width: none;
}

.entry-content .widget-title {
        padding: 0;
        margin: 0;
        line-height: normal;
}

.entry-content .widget_hubhood_call_to_action .widget-title {
        text-shadow: 1px 1px rgba(0,0,0,0.3);
}

.hubhood-no-gutenberg .wp-block-cover {
        position: relative;
        background-attachment: scroll;
        background-color: #000;
        background-size: cover;
        background-position: center center;
}

.hubhood-no-gutenberg .wp-block-cover:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background-color: inherit;
        opacity: .5;
        z-index: 1;
}

.hubhood-no-gutenberg .wp-block-cover p {
        margin: 0 auto;
        text-align: center;
        padding-top: 150px;
        padding-bottom: 150px;
        color: #fff;
        position: relative;
        z-index: 2;
}

.wp-block-cover-image .wp-block-cover__inner-container,
.wp-block-cover .wp-block-cover__inner-container {
        width: calc(100% - 60px);
}

.wp-block-cover a,
.wp-block-cover-image a,
.wp-block-cover a:hover,
.wp-block-cover-image a:hover,
.wp-block-cover a:focus,
.wp-block-cover-image a:focus {
        color: #fff;
}

.wp-block-cover a:hover,
.wp-block-cover-image a:hover,
.wp-block-cover a:focus,
.wp-block-cover-image a:focus {
        opacity: 0.7;
}

.entry-content .widget_hubhood_call_to_action .widget-title {
        font-size: 42px;
}

.entry-content .widget_hubhood_call_to_action .widget-title,
.wp-block-cover .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text,
.wp-block-cover h2,
.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover-image .wp-block-cover-text,
.wp-block-cover-image h2,
.wp-block-cover p,
.wp-block-cover-image p {
        letter-spacing: 0.07em;
        font-weight: 700;
        line-height: 1.5;
}

.wp-block-cover.has-left-content .wp-block-cover-image-text,
.wp-block-cover.has-left-content .wp-block-cover-text,
.wp-block-cover.has-right-content .wp-block-cover-image-text,
.wp-block-cover.has-right-content .wp-block-cover-text {
        padding: 30px;
}

.entry-content .widget_hubhood_call_to_action .widget-title {
        font-size: 36px;
}

.wp-block-cover .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text,
.wp-block-cover h2,
.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover-image .wp-block-cover-text,
.wp-block-cover-image h2 {
        max-width: 90%;
}

.entry-content .widget[class*="widget_hubhood_"] .hubhood-social-networks .widget-title,
.entry-content .widget[class*="widget_hubhood_"].widget_hubhood_page_links .widget-title,
.entry-content .widget[class*="widget_hubhood_"].widget_hubhood_listing_region_links .widget-title,
.entry-content .widget[class*="widget_hubhood_"].widget_hubhood_listing_category_links .widget-title,
.entry-content .widget[class*="widget_hubhood_"].widget_hubhood_listing_amenity_links .widget-title {
        margin-bottom: 50px;
}

.entry-content .widget[class*="widget_hubhood_"] .widget-title {
        padding-top: 0;
        padding-bottom: 0;
        margin-bottom: 0;
}

#secondary .widget .hubhood-color-design .widget-title,
.hubhood-site-footer .widget .hubhood-color-design .widget-title,
.hubhood-footer-column .widget-title {
        padding: 0 0 20px 0;
        margin-bottom: 0;
}

.hubhood-site-footer .widget .hubhood-color-design .widget-title,
.hubhood-footer-column .widget-title {
        padding: 0 0 30px 0;
}

.entry-content .widget_hubhood_call_to_action.hubhood-no-wavy-badge-mask section {
        padding-top: 0;
        padding-bottom: 0;
}

.hubhood-sidebar-right .widget_hubhood_call_to_action .widget-title,
.hubhood-site-footer .widget_hubhood_call_to_action .widget-title {
        padding: 0;
        margin-bottom: 20px;
}

.entry-content .widget_hubhood_call_to_action .hubhood-default-design.hubhood-widget-inner {
        padding-top: 104px;
        padding-bottom: 104px;
}

.entry-content .hubhood-default-design:before {
        content: "";
        position: absolute;
        width: calc(100% + 24px);
        height: calc(100% - 24px);
        top: 12px;
        left: -12px;
        border: 12px solid #ffffff;
        z-index: 2;
}

.hubhood-half-call-to-action-bg-image-wrapper {
        display: none;
}

#secondary .hubhood-call-to-action .col-lg-6,
#secondary .hubhood-call-to-action-two-columns .col-lg-6 .hubhood-call-to-action-background-image,
#secondary .hubhood-call-to-action-two-columns .hubhood-call-to-action-background-image,
.hubhood-footer-column .hubhood-call-to-action .col-lg-6,
.hubhood-footer-column .hubhood-call-to-action-two-columns .col-lg-6 .hubhood-call-to-action-background-image,
.hubhood-footer-column .hubhood-call-to-action-two-columns .hubhood-call-to-action-background-image {
        width: 100%;
}

#secondary .hubhood-call-to-action-content,
.hubhood-footer-column .hubhood-call-to-action-content {
        margin-top: 0;
        margin-bottom: 0;
}

.hubhood-front-page-widgetized-section .hubhood-call-to-action-content {
        padding-left: 0;
        padding-right: 0;
}
        
.entry-content .widget_hubhood_call_to_action .hubhood-default-design.hubhood-call-to-action-2-cols:after,
.entry-content .widget_hubhood_call_to_action .hubhood-default-design.hubhood-2-cols-boxed-design:after,
.entry-content .widget_hubhood_call_to_action .hubhood-default-design.hubhood-2-cols-boxed-squared-design:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 1;
        background: rgba(35,39,45,0);
        background: -moz-linear-gradient(left, rgba(35,39,45,0) 0%, rgba(35,39,45,1) 100%);
        background: -webkit-gradient(left top, right top, color-stop(0%, rgba(35,39,45,0)), color-stop(100%, rgba(35,39,45,1)));
        background: -webkit-linear-gradient(left, rgba(35,39,45,0) 0%, rgba(35,39,45,1) 100%);
        background: -o-linear-gradient(left, rgba(35,39,45,0) 0%, rgba(35,39,45,1) 100%);
        background: -ms-linear-gradient(left, rgba(35,39,45,0) 0%, rgba(35,39,45,1) 100%);
        background: linear-gradient(to right, rgba(35,39,45,0) 0%, rgba(35,39,45,1) 100%);
}

.entry-content .widget_hubhood_listing_map section {
        padding-bottom: 0;
}

.entry-content .hubhood-map-no-title section {
        padding-top: 0;
}

.hubhood-widgetized-map-container {
        position: relative;
        width: 100%;
        left: 0;
}

.widget_hubhood_listing_map .hubhood-widget-inner {
        overflow: hidden;
}

#secondary .widget_hubhood_listing_map .hubhood-aside-list,
.hubhood-site-footer .widget_hubhood_listing_map .hubhood-aside-list,
.hubhood-widgetized-map-container .hubhood-back-listing-button {
        display: none;
}

.hubhood-site-footer .widget_hubhood_listing_map #map,
#secondary .widget_hubhood_listing_map #map {
        width: 100%;
        border-radius: 6px;
}

.entry-content .widget_hubhood_listing_map .hubhood-widget-inner {
        padding-left: 0;
        padding-right: 0;
}

.entry-content .hubhood-widget-title-wrapper {
        z-index: 10;
        position: relative;
}

.hubhood-footer-column .widget_archive li {
        text-align: center;
}

.widget_media_image img {
        display: block;
        margin: 0 auto;
}

.widget_media_image a {
        position: relative;
        display: inline-block;
        margin-left: auto;
        margin-right: auto;
}

.widget_media_image a img {
        margin: 0;
}

.widget .hubhood-add-listing-main-menu {
        display: none;
}

.logged-in .hubhood-add-listing-main-menu {
        display: none;
}

.hubhood-user-menu-topbar {
        margin: 0;
        line-height: 1;
}

.navbar-header .hubhood-user-menu-topbar li {
        display: inline-block;
        line-height: 1;
}

.rssSummary {
        padding-top: 8px;
}

.rss-date,
.widget_rss cite,
.widget .post-date {
        color: #252525;
        opacity: 0.7;
        font-style: italic;
        font-size: 0.9em;
}

li .rsswidget {
        display: block;
        font-weight: 600;
        font-size: 16px;
        color: #252525;
}

li a.rsswidget:hover {
        color: var(--hubhood-color);
}

.widget_rss .widget-title a.rsswidget:hover {
        color: var(--hubhood-color);
}

.widget_rss .widget-title a.rsswidget {
        color: #252525;
}

.widget_rss .widget-title img {
        border-radius: 0;
}

.widget_rss .widget-title a.rsswidget:first-child {
        margin-left: 0;
}

.widget li h3 {
        font-size: 15px;
        text-align: left;
        font-weight: 400;
}

.widget ul.job_listings li.job_listing a {
        padding: 8px 0;
}

.rp4wp-related-job_listing>ul,
ul.job_listings {
        border: 0;
}

.rp4wp-related-job_listing>ul li.job_listing,
.rp4wp-related-job_listing>ul li.no_job_listings_found,
ul.job_listings li.job_listing,
ul.job_listings li.no_job_listings_found {
        border-bottom: 1px solid #e3e3e3;
}

.woocommerce ul.product_list_widget li {
        padding: 8px 0;
        font-weight: 400;
        border-bottom: 1px solid #e3e3e3;
}

.rp4wp-related-job_listing>ul li.job_listing:first-child,
.rp4wp-related-job_listing>ul li.no_job_listings_found:first-child,
ul.job_listings li.job_listing:first-child,
ul.job_listings li.no_job_listings_found:first-child,
.woocommerce ul.product_list_widget li:first-child:first-child {
        border-bottom: 1px solid #e3e3e3;
}

.rp4wp-related-job_listing>ul li.job_listing:first-child:last-child,
.rp4wp-related-job_listing>ul li.no_job_listings_found:first-child:last-child,
ul.job_listings li.job_listing:first-child:last-child,
ul.job_listings li.no_job_listings_found:first-child:last-child,
.woocommerce ul.product_list_widget li:first-child:first-child:last-child,
.rp4wp-related-job_listing>ul li.job_listing:last-child,
.rp4wp-related-job_listing>ul li.no_job_listings_found:last-child,
ul.job_listings li.job_listing:last-child,
ul.job_listings li.no_job_listings_found:last-child,
.woocommerce ul.product_list_widget li:last-child {
        border-bottom: 0;
}

.woocommerce ul.product_list_widget li a {
        font-weight: 400;
}

.widget .hubhood-star-rating {
        margin: 2px 0;
}

.woocommerce ul.product_list_widget li span.reviewer {
        display: block;
        margin-top: 3px;
        font-style: italic;
        color: #aaa;
}

.hubhood-widget-inner.news-categories li a:before,
.widget_archive li a:before,
.wp-block-archives li a:before,
.wp-block-latest-comments__comment-author:before,
.widget_recent_comments li .comment-author-link:before,
.wp-block-rss li a:before {
        font-family: "FontAwesome";
        margin-right: 12px;
        font-size: 18px;
        display: inline-block;
        padding-right: 3px;
        width: 25px;
        height: 0;
        line-height: 0;
        -webkit-text-stroke-width: 0.001em;
}

.widget_archive li a:before,
.wp-block-archives li a:before,
.wp-block-rss li a:before {        
        position: relative;
        top: 1px;
}

.widget_recent_comments li .comment-author-link:before,
.wp-block-latest-comments__comment-author:before {
        content: "\f4ad";
        position: relative;
        top: 1px;
        color: var(--hubhood-color);
        background-color: transparent;
        width: 38px;
        margin-right: 0;
        padding-right: 0;
}

.wp-block-latest-comments__comment-excerpt p {
        font-size: 16px;
}

.hubhood-footer-dark .hubhood-site-footer .widget_recent_comments li .comment-author-link:before,
.hubhood-footer-dark .hubhood-site-footer .wp-block-latest-comments__comment-author:before {
        color: #ffffff
}

.widget_recent_entries .img {
        width: 77px;
        position: relative;
}

.widget_recent_entries img {
        box-shadow: 1000px 0 rgba(0,0,0,0.2) inset, 4px 0 #aaa;
        width: 97px;
        height: 65px;
        max-width: none;
        border-radius: 0 100px 100px 0;
        vertical-align: middle;
        border-radius: 0 100px 100px 0;
        overflow: hidden;
        margin-left: -30px;
}

.widget_recent_entries a:hover .hubhood-post-item img {
        margin-left: -56px;
        box-shadow:
                1000px 0 rgba(0,0,0,0.2) inset,
                2px 0 15px rgba(0,0,0,0.6),
                30px 0 var(--hubhood-color);
}

.widget_recent_entries a .hubhood-post-item .img:before {
        font-family: "FontAwesome";
        content: "\f054";
        position: absolute;
        right: 22px;
        top: 33px;
        color: #fff;
        z-index: 2;
        font-size: 0;
        -webkit-text-stroke-width: 0.001em;
}

.widget_recent_entries a:hover .hubhood-post-item .img:before {
        font-size: 16px;
        right: 17px;
        top: 24px;
}

.widget_recent_entries .hubhood-post-item.hubhood-light-cover img {
        background-color: #e5e5e5;
}

.widget_recent_entries .hubhood-post-item.hubhood-light-grey-cover img {
        background-color: #ccc;
}

.hubhood-color-design {
        color: #fff;
}

.widget_archive li a:before,
.wp-block-archives li a:before,
.wp-block-rss li a:before {
        content: "\f073";
        color: var(--hubhood-color);
        display: none;
}

.wp-block-rss li a:before {
        content: "\f09e";
}

.listings-has-sidebar .hubhood-sidebar-right .widget_archive li a:before {
        content: "\f278";
        width: 26px;
}

li.more-widget-item a:before {
        font-family: FontAwesome;
        content     : "\f067";
        -webkit-text-stroke-width: 0.001em;
}

#secondary .widget-title,
#secondary .hubhood-widget-title,
#secondary .widget > [class*="wp-block-"] > label {
        position: relative;
        font-size: 20px;
        text-shadow: none;
}

#secondary .widget:not(.widget_hubhood_call_to_action) .widget-title,
#secondary .widget > [class*="wp-block-"] > label,
#secondary .rss-widget-title {
        font-size: 18px;
        text-align: left;
        font-weight: 500;
}

#secondary .widget:not(.widget_hubhood_call_to_action) .widget-title:before,
#secondary .widget > [class*="wp-block-"] > label:before {
        content: "";
        position: absolute;
        left: -30px;
        display: inline-block;
        width: 4px;
        height: 30px;
        top: 0;
        background-color: var(--hubhood-color);
}

#secondary .hubhood-call-to-action-wrapper .widget-title,
.hubhood-site-footer .hubhood-call-to-action-wrapper .widget-title {
        text-align: center;
}

.widget_text p {
        margin: 0;
}

.hubhood-footer-dark .hubhood-site-footer .widget_text a {
        position: relative;
}

.wpmi-me a {
        line-height: 1.4;
        position: relative;
}

.hubhood-footer-dark .hubhood-site-footer .widget_text a:after,
.wpmi-me a:after {
        content: "";
        position: absolute;
        width: 100%;
        bottom: -4px;
        left: 0;
        border-top: 1px solid #888888;
}

.hubhood-footer-dark .hubhood-site-footer .widget_text #sb_instagram a:after {
        content: none;
}

.hubhood-site-footer .widget .hubhood-widget-content {
        margin-top: 0;
        padding: 0;
}

.hubhood-site-footer .hubhood-social-networks a {
        padding: 0;
}

.widget .hubhood-widget-content ul {
        margin: 0;
        padding: 0;
}

.widget .hubhood-widget-content li {
        list-style-type: none;
}

.entry-content .hubhood-widget-inner.hubhood-news-search,
.hubhood-footer-column .hubhood-widget-inner.hubhood-news-search {
        position: relative;
        width: 100%;
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
}

.hubhood-footer-column-message {
        text-align: center;
        padding: 12px 27px;
}

.hubhood-widget-inner.hubhood-news-search .hubhood-widget-content {
        padding: 0;
}

.widget .hubhood-news-search .hubhood-widget-content {
        margin-top: 0;
}

.widget .hubhood-widget-content.list {
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 10px;
}

.widget .hubhood-widget-content .title,
.widget .hubhood-widget-content .icon {
        display: inline-block;
}

.widget .hubhood-widget-content .icon {
        margin-left: 5px;
        margin-right: 5px;
        font-size: 18px;
}

.widget .hubhood-widget-content .title {
        max-width: 70%;
        vertical-align: top;
        margin-top: 3px;
        text-transform: uppercase;
}

.widget_categories li,
.widget .hubhood-widget-content .hubhood-post-item a,
.widget_archive li,
.wp-block-archives li,
.wp-block-categories li,
.wp-block-latest-posts li {
        display: block;
        font-size: 16px;
}

.widget_recent_entries a,
.widget_categories a,
.widget .hubhood-widget-content .hubhood-post-item a,
.widget_archive a,
.widget_meta a,
.widget_pages a,
.wp-block-rss a,
.widget_nav_menu a,
.widget_product_categories a,
.hubhood-widget-page-link a,
.wp-block-archives li a,
.wp-block-categories li a,
.wp-block-latest-posts li a {
        position: relative;
        display: inline-block;
        font-size: 16px;
        padding: 0 0 7px 0;
        margin-bottom: 0;
}

.widget_recent_entries ul,
.widget_categories ul,
.widget .hubhood-widget-content .hubhood-post-item ul,
.widget_archive ul,
.widget_meta ul,
.widget_pages ul,
.wp-block-rss,
.widget_nav_menu ul,
.widget_product_categories ul,
.hubhood-widget-page-link ul,
.wp-block-archives ul,
.wp-block-categories ul,
.wp-block-latest-posts ul,
.wp-block-archives-list.wp-block-archives,
.wp-block-categories-list.wp-block-categories,
.wp-block-latest-posts__list.wp-block-latest-posts,
.widget_nav_menu .menu-testing-menu-container ul,
.widget_recent_comments ul {
        margin-bottom: -12px !important;
}

.widget_recent_entries ul ul,
.widget_categories ul ul,
.widget .hubhood-widget-content .hubhood-post-item ul ul,
.widget_archive ul ul,
.widget_meta ul ul,
.widget_pages ul ul,
.wp-block-rss ul,
.widget_nav_menu ul ul,
.widget_product_categories ul ul,
.hubhood-widget-page-link ul ul,
.wp-block-archives ul ul,
.wp-block-categories ul ul,
.wp-block-latest-posts ul ul,
.widget_nav_menu .menu-testing-menu-container ul ul,
.widget_recent_comments ul ul {
        margin-bottom: 0 !important;
}

.widget_recent_entries ul ul,
.widget_categories ul ul,
.widget .hubhood-widget-content .hubhood-post-item ul ul,
.widget_archive ul ul,
.widget_meta ul ul,
.widget_pages ul ul,
.wp-block-rss ul,
.widget_nav_menu ul ul,
.widget_product_categories ul ul,
.hubhood-widget-page-link ul ul,
.wp-block-archives ul ul,
.wp-block-categories ul ul,
.wp-block-latest-posts ul ul {
        margin-bottom: 0;
}

footer .widget_recent_entries li,
footer .widget_categories li,
footer .widget .hubhood-widget-content .hubhood-post-item li,
footer .widget_archive li,
footer .widget_meta li,
footer .widget_pages li,
footer .wp-block-rss li,
footer .widget_nav_menu li,
footer .widget_product_categories li,
footer .hubhood-widget-page-link li,
footer .wp-block-archives li,
footer .wp-block-categories li,
footer .wp-block-latest-posts li,
footer .widget_recent_entries a,
footer .widget_categories a,
footer .widget .hubhood-widget-content .hubhood-post-item a,
footer .widget_archive a,
footer .widget_meta a,
footer .widget_pages a,
footer .wp-block-rss a,
footer .widget_nav_menu a,
footer .widget_product_categories a,
footer .hubhood-widget-page-link a,
footer .wp-block-archives li a,
footer .wp-block-categories li a,
footer .wp-block-latest-posts li a,
.widget .dropdown-menu>li>a,
footer .widget_recent_entries ul > li > a .post-title {
        line-height: 2.2;
        padding: 0;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 100%;
}

footer .widget_recent_entries ul > li,
footer .widget_recent_entries ul > li a,
footer .hubhood-widget-page-link,
footer .widget .dropdown-menu>li {
        font-size: 0;
        max-width: 100%;
}

footer .widget_recent_entries ul > li > a .post-title {
        font-size: 16px;
}

.widget_recent_comments li a,
.wp-block-latest-comments__comment-meta a {
        line-height: 2.2;
        border-radius: 5px;
        background-color: rgba(125,125,125,0.10);
}

.wp-block-latest-comments__comment-avatar ~ article .wp-block-latest-comments__comment-meta {
        padding-top: 2px;
}

.widget_rss .widget-title a {
        font-size: 20px;
}

.entry-content .hubhood-widget-page-link {
        text-align: center;
}

.hubhood-footer-column .widget_recent_entries a,
.hubhood-footer-column .widget_categories a,
.hubhood-footer-column .widget .hubhood-widget-content .hubhood-post-item a,
.hubhood-footer-column .widget_archive a,
.hubhood-footer-column .widget_meta a,
.hubhood-footer-column .widget_pages a,
.hubhood-footer-column .wp-block-rss a,
.hubhood-footer-column .widget_nav_menu a,
.hubhood-footer-column .widget_product_categories a {
        padding-left: 0;
        padding-right: 0;
}

.widget-title a,
.widget-title a {
        padding: 0;
}

.wp-block-categories li li,
.wp-block-archives li li,
.widget_categories li li,
.widget_categories li li li,
.widget_categories li li li li,
.widget_categories li li li li li,
.widget_pages .children li,
.wp-block-rss .children li,
.widget_nav_menu .dropdown-menu li {
        padding-left: 20px;
}

.widget .post-date {
        text-transform: none;
        text-align: left;
        display: none;
}

.widget .hubhood-post-title-wrapper .post-date {
        display: block;
}

.entry-content .widget .hubhood-post-title-wrapper .post-date,
.hubhood-footer-column .widget .hubhood-post-title-wrapper .post-date {
        text-align: center;
}

.widget .hubhood-news-search .hubhood-widget-content {
        position: relative;
}

.widget .hubhood-search-form-wrapper input:focus {
        outline: none;
}

.widget_recent_entries .hubhood-post-title-wrapper {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        left: 0;
        width: calc(100% - 87px);
        margin-left: 10px;
}

.hubhood-footer-column .widget_recent_entries .hubhood-post-title-wrapper,
.hubhood-footer-column .widget_recent_entries li,
.hubhood-footer-column .widget_categories li,
.hubhood-footer-column .widget .hubhood-widget-content .hubhood-post-item li,
.hubhood-footer-column .widget_archive li,
.hubhood-footer-column .widget_meta li,
.hubhood-footer-column .widget_pages li,
.hubhood-footer-column .wp-block-rss li,
.hubhood-footer-column .widget_nav_menu li,
.hubhood-footer-column .widget_product_categories li,
.hubhood-footer-column #recentcomments li,
.hubhood-footer-column .wp-block-latest-comments li,
.hubhood-footer-column .widget_recent_entries .hubhood-post-title-wrapper,
.entry-content .widget_recent_entries li,
.entry-content .widget_categories li,
.entry-content .widget .hubhood-widget-content .hubhood-post-item li,
.entry-content .widget_archive li,
.entry-content .widget_meta li,
.entry-content .widget_pages li,
.entry-content .wp-block-rss li,
.entry-content .widget_nav_menu li,
.entry-content .widget_product_categories li,
.entry-content  #recentcomments li,
.entry-content .wp-block-latest-comments li,
.entry-content .widget_recent_entries .hubhood-post-title-wrapper,
.entry-content .widget_rss li,
.hubhood-site-footer .widget_rss li {
        width: 100%;
        text-align: left;
        margin-left: 0;
}

.widget_recent_entries .hubhood-post-item.hubhood-no-image .hubhood-post-title-wrapper {
        position: relative;
        height: auto;
        width: 100%;
        padding: 0;
        margin-left: 0;
}

.widget_recent_entries .hubhood-post-title-wrapper .post-title {
        position: relative;
        display: block;
        max-width: 100%;
        text-transform: none;
        margin-top: 0;
        margin-bottom: 0;
        color: #252525;
        max-height: 999px;
        overflow: visible;
}

footer .widget_recent_entries .hubhood-post-title-wrapper .post-title {
        overflow: hidden;
}

.widget_recent_entries a:hover .hubhood-post-title-wrapper .post-title {
        color: var(--hubhood-color);
}

.widget_recent_entries .img,
.widget_recent_entries .hubhood-post-title-wrapper {
        display: inline-block;
}

.entry-content .widget_recent_entries img,
.hubhood-footer-column .widget_recent_entries img,
.widget_recent_entries .hubhood-post-item.hubhood-no-image .img {
        display: none;
}

.hubhood-sidebar-social {
        text-align: center;
        padding-bottom: 10px;
}

.widget_recent_entries .post-title .date {
        position: relative;
        right: 0;
        left: 0;
        text-align: center;
}

/*
 * Text meant only for screen readers.
 *
 * @link https://make.wordpress.org/accessibility/handbook/best-practices/markup/the-css-class-screen-reader-text/
 *
 */

.screen-reader-text {
        border: 0;
        clip: rect(1px, 1px, 1px, 1px);
        clip-path: inset(50%);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
        word-wrap: normal;
}

.page-numbers .screen-reader-text,
.hubhood-page-links screen-header-text {
        clip: initial;
        clip-path: none;
        height: auto;
        margin: 0;
        overflow: visible;
        padding: 0;
        position: relative;
        width: auto;
        word-wrap: normal;
}

.hubhood-page-links > .page-number {
        color: var(--hubhood-color);
        border: 1px solid rgba(125,125,125,0.3);
        cursor: default;
}

span.page-numbers.current,
#page span.page-numbers.current,
#page span.post-page-numbers.current span {
        border: 1px solid rgba(125,125,125,0.3);
        background-color: rgb(20,25,30);
        color: #fff;
        cursor: default;
}

.screen-reader-text:focus {
        background-color: #eee;
        clip: auto;
        clip-path: none;
        color: #252525;
        display: block;
        font-size: 1em;
        height: auto;
        left: 5px;
        line-height: normal;
        padding: 15px 23px 14px;
        text-decoration: none;
        top: 5px;
        width: auto;
        z-index: 1000000; /* Above WP toolbar. */
}

.widget_product_search {
        position: relative;
}

.hubhood-temp-multiple-select-wrapper select {
        position: absolute;
        top: auto;
        left: auto;
        z-index: 1;
        min-width: 100%;
        width: auto;
        max-width: calc(100vw - 60px);
}

.hubhood-front-widget-wrapper select,
.hubhood-front-widget-wrapper .widget .hubhood-news-search .hubhood-widget-content,
.hubhood-temp-multiple-select-wrapper .hubhood-position-h-center {
        left: 50%;
        -webkit-transform: translate(-50%,0);
        -moz-transform: translate(-50%,0);
        -ms-transform: translate(-50%,0);
        -o-transform: translate(-50%,0);
        transform: translate(-50%,0);
}

.woocommerce-product-search {
        position: relative;
}

.widget_product_search form input,
.widget .hubhood-news-search .hubhood-widget-content input {
        width: 100%;        
        outline: none;
}

.widget_product_search button {
        position: absolute;
        top: 2px;
        right: 8px;
        font-size: 20px;
        cursor: pointer;
        border: 0;
        box-shadow: none;
        width: 40px;
        height: 38px;
        background-color: #fff;
        color: transparent;
        overflow: hidden;
}

.widget_product_search button:before {
        font-family: "FontAwesome";
        content: "\f002";
        color: #dadada;
        -webkit-text-stroke-width: 0.001em;
}

.widget_product_search form:hover button:before {
        color: var(--hubhood-color);
}

.widget .search-field,
.hubhood-widget-content-wrapper .search-field {
        width: 100%;
        background-color: #fff;
}

.widget .hubhood-search-submit,
.hubhood-widget-content-wrapper .hubhood-search-submit,
.hubhood-not-found-search-form-wrapper .hubhood-search-submit {
        position: absolute;
        top: 7px;
        right: 12px;
        font-size: 20px;
        color: #dadada;
        cursor: pointer;
}

.widget .hubhood-search-submit,
.widget_product_search button,
.hubhood-widget-content-wrapper .hubhood-search-submit,
.hubhood-not-found-search-form-wrapper .hubhood-search-submit {
        font-weight: 600;
        background-color: #fff;
        right: 0;
        top: 1px;
        line-height: 56px;
        height: 56px;
        padding: 0 25px 0 20px;
        text-align: right;
        width: 70px;
}

.widget .hubhood-news-search .hubhood-widget-content:hover .hubhood-search-submit,
.hubhood-widget-content-wrapper .hubhood-news-search .hubhood-widget-content:hover .hubhood-search-submit,
.hubhood-not-found-search-form-wrapper .hubhood-widget-content:hover .hubhood-search-submit {
        color: var(--hubhood-color);
}

.hubhood-not-found-sticky .hubhood-masonry {
        height: auto !important;
}

.hubhood-not-found-search-form-inner .search-field {
        position: relative !important;
}

.hubhood-not-found-search-form-wrapper {
        margin-top: -15px;
}

.hubhood-map-listings-sidebar-container .hubhood-not-found-search-form-wrapper {
        margin-top: -15px !important;
}

.hubhood-not-found-search-form-inner .search-field {
        box-shadow: 0 0 30px rgba(0,0,0,0.10) !important;
}

.hubhood-sidebar-right .hubhood-widget-page-link {
        text-align: left;
}

.hubhood-sidebar-right .hubhood-widget-page-link a,
#page .recentcomments span {
        color: #252525;
}

.hubhood-footer-dark #page .hubhood-site-footer .recentcomments span {
        color: #ffffff;
}

.hubhood-sidebar-right .hubhood-widget-page-link a:hover {
        color: var(--hubhood-color);
}

li.recentcomments a,
.widget_rss li a,
.entry-content .wp-block-latest-comments li a {
        padding: 0;
}

li.recentcomments,
.widget_rss li,
.wp-block-latest-comments li {
        padding: 6px 0;
}

.wp-block-latest-comments > li:first-child,
#recentcomments > li:first-child {
        padding-top: 0;
}

#secondary .widget_rss .widget-title ~ ul {
        margin-top: -15px;
}

#secondary .widget_rss > ul,
#secondary [class*="wp-block-"] .wp-block-latest-comments {
        margin-bottom: -6px;
}

.widget *:not(.widget-title):not(.hubhood-section-subtitle) + form,
.hubhood-front-widget-wrapper *:not(.widget-title):not(.hubhood-section-subtitle) + form {
        margin-top: 30px;
}

.wp-block-categories,
.wp-block-archives,
.wp-block-categories ul,
.wp-block-archives ul {
        padding-left: 0;
}

.widget_rss li:after,
.widget_categories li:after,
.widget_archive li:after,
.wp-block-archives li:after,
.wp-block-categories li:after,
.wp-block-latest-posts li:after,
.widget_categories .children:before,
.wp-block-categories .children:before,
.widget_categories .children li:after,
.wp-block-categories .children li:after,
.widget_recent_entries li:after,
.wp-block-latest-posts li:after,
.widget_pages li:after,
.wp-block-rss li:after,
.widget_pages .children:before,
.widget_pages .children li:after,
.wp-block-rss .children:before,
.wp-block-rss .children li:after,
.widget_nav_menu li:after,
.widget_nav_menu .dropdown-menu:before,
.widget_nav_menu .dropdown-menu li:after,
.widget_meta li:after,
.widget_recent_comments li:after,
.wp-block-latest-comments__comment:after {
        content: "";
        position: relative;
        display: block;
        padding-top: 20px;
        margin-bottom: 5px;
        border-bottom: 1px solid #e7e7e7;
        width: 100%;
}

.hubhood-footer-column .widget_rss li:after,
.hubhood-footer-column .widget_categories li:after,
.hubhood-footer-column .widget_archive li:after,
.hubhood-footer-column .wp-block-archives li:after,
.hubhood-footer-column .wp-block-categories li:after,
.hubhood-footer-column .wp-block-latest-posts li:after,
.hubhood-footer-column .widget_categories .children:before,
.hubhood-footer-column .wp-block-categories .children:before,
.hubhood-footer-column .widget_categories .children li:after,
.hubhood-footer-column .wp-block-categories .children li:after,
.hubhood-footer-column .widget_recent_entries li:after,
.hubhood-footer-column .wp-block-latest-posts li:after,
.hubhood-footer-column .widget_pages li:after,
.hubhood-footer-column .wp-block-rss li:after,
.hubhood-footer-column .widget_pages .children:before,
.hubhood-footer-column .widget_pages .children li:after,
.hubhood-footer-column .wp-block-rss .children:before,
.hubhood-footer-column .wp-block-rss .children li:after,
.hubhood-footer-column .widget_nav_menu li:after,
.hubhood-footer-column .widget_nav_menu .dropdown-menu:before,
.hubhood-footer-column .widget_nav_menu .dropdown-menu li:after,
.hubhood-footer-column .widget_meta li:after,
.hubhood-footer-column .widget_recent_comments li:after,
.hubhood-footer-column .wp-block-latest-comments__comment:after {
        content: none;
}

.wp-block-latest-comments__comment:after,
.widget_recent_comments li:after {
        padding-top: 15px;
        margin-bottom: 3px;
}

.widget_categories li:after,
.widget_archive li:after,
.wp-block-archives li:after,
.wp-block-categories li:after,
.wp-block-latest-posts li:after,
.widget_categories .children:before,
.wp-block-categories .children:before,
.widget_categories .children li:after,
.wp-block-categories .children li:after,
.widget_recent_entries li:after,
.wp-block-latest-posts li:after,
.widget_pages li:after,
.wp-block-rss li:after,
.widget_pages .children:before,
.widget_pages .children li:after,
.wp-block-rss .children:before,
.wp-block-rss .children li:after,
.widget_nav_menu li:after,
.widget_nav_menu .dropdown-menu:before,
.widget_nav_menu .dropdown-menu li:after,
.widget_meta li:after {
        padding-top: 8px;
        margin-bottom: 15px;
}

.widget_recent_comments li:after,
.wp-block-latest-comments__comment:after {
        padding-top: 15px;
}

.widget_rss li:last-child:after,
.widget_categories li:last-child:after,
.widget_archive li:last-child:after,
.wp-block-archives li:last-child:after,
.wp-block-categories li:last-child:after,
.widget_recent_entries li:last-child:after,
.widget_pages li:last-child:after,
.wp-block-rss li:last-child:after,
.widget_nav_menu li:last-child:after,
.widget_meta li:last-child:after,
.widget_recent_comments li:last-child:after,
.wp-block-latest-comments__comment:last-child:after,
.wp-block-latest-posts:not(.is-grid) li:last-child:after {
        content: none;
}

.page-content .widget_rss + *,
.page-content .widget_categories + *,
.page-content .widget_archive + *,
.page-content .wp-block-archives + *,
.page-content .wp-block-categories + *,
.page-content .widget_recent_entries + *,
.page-content .widget_pages + *,
.page-content .wp-block-rss + *,
.page-content .widget_nav_menu + *,
.page-content .widget_metav + *,
.page-content .widget_recent_comments + *,
.page-content .wp-block-latest-posts + * {
        margin-top: 30px;
}

.wp-block-latest-posts__post-date {
        padding-bottom: 6px;
}

.widget_nav_menu .dropdown-menu,
.hubhood-drop-down-menu-color .widget_nav_menu .dropdown-menu {
        position: relative;
        display: block;
        width: 100%;
        min-width: 0;
        float: none;
        background-color: transparent;
        box-shadow: none;
        border: none;
        border-radius: 0;
        visibility: visible;
        opacity: 1;
}

.widget_nav_menu .dropdown .dropdown-menu>li>a .caret,
.widget_nav_menu .dropdown .dropdown-menu>li:hover>a .caret,
.hubhood-drop-down-menu-color .widget_nav_menu .dropdown .dropdown-menu>li>a .caret,
.hubhood-drop-down-menu-color .widget_nav_menu .dropdown .dropdown-menu>li:hover>a .caret {
        display: none;
}

.hubhood-drop-down-menu-color .widget_nav_menu .dropdown-menu>li>a,
.hubhood-drop-down-menu-color .widget_nav_menu .dropdown-menu>li>a {
        color: #252525;
        margin: 0;
        padding: 6px 0;
}

.widget_nav_menu .dropdown-menu>li>a:before {
        content: none;
}

.widget_nav_menu .dropdown-menu li a {
        z-index: 10;
}

.widget_nav_menu .dropdown-menu>li>a:focus,
.widget_nav_menu .dropdown-menu>li>a:hover,
.hubhood-drop-down-menu-color .widget_nav_menu .dropdown-menu>li>a:focus,
.hubhood-drop-down-menu-color .widget_nav_menu .dropdown-menu>li>a:hover {
        color: var(--hubhood-color);
}

.hubhood-sidebar-right .container-fluid,
.hubhood-footer-column .container-fluid {
        padding-top: 0;
        padding-bottom: 0;
}

.hubhood-sidebar-right [class~=container],
.hubhood-sidebar-right [class~=container-fluid],
.hubhood-sidebar-right [class~=row],
.hubhood-sidebar-right [class*=col-],
.hubhood-footer-column [class~=container],
.hubhood-footer-column [class~=container-fluid],
.hubhood-footer-column [class~=row],
.hubhood-footer-column [class*=col-],
#secondary .hubhood-container-wrapper,
.hubhood-footer-widgets .hubhood-container-wrapper,
.hubhood-sidebar-right .hubhood-term-data-wrapper,
.hubhood-footer-widgets .hubhood-term-data-wrapper {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        margin-left: 0;
        margin-right: 0;
        left: auto;
        right: auto;
}

.hubhood-sidebar-right .hubhood-region-data,
.hubhood-sidebar-right .hubhood-featured-listing-regions .hubhood-region-data,
.hubhood-sidebar-right.hubhood-featured-listing-regions .hubhood-region-data,
.hubhood-sidebar-right .hubhood-featured-listing-term-item a,
.hubhood-site-footer .hubhood-region-data,
.hubhood-site-footer .hubhood-featured-listing-regions .hubhood-region-data,
.hubhood-site-footer .hubhood-featured-listing-term-item a,
.hubhood-sidebar-right .hubhood-term-text-wrapper ,
.hubhood-site-footer .hubhood-term-text-wrapper {
        height: 180px;
        line-height: 180px;
}

.hubhood-taxonomy-terms-design-rounded .hubhood-sidebar-right .hubhood-cat-icon,
.hubhood-taxonomy-terms-design-rounded .hubhood-site-footer .hubhood-cat-icon {
        top: 7px;
        left: 7px;
}

.hubhood-sidebar-right .hubhood-regions .hubhood-term-link,
.hubhood-sidebar-right .hubhood-term-3d-effect-wrapper,
.hubhood-footer-widgets .hubhood-regions .hubhood-term-link,
.hubhood-footer-widgets .hubhood-term-3d-effect-wrapper {
        height: 204px;
}

.hubhood-sidebar-right .hubhood-region-data,
.hubhood-sidebar-right .hubhood-featured-listing-regions .hubhood-region-data,
.hubhood-sidebar-right .hubhood-featured-listing-regions .hubhood-region-data,
.hubhood-sidebar-right .hubhood-featured-listing-term-item a,
.hubhood-sidebar-right .hubhood-regions a,
.hubhood-sidebar-right .hubhood-term-data-wrapper,
.hubhood-sidebar-right .hubhood-term-text-wrapper,
.hubhood-footer-widgets .hubhood-region-data,
.hubhood-footer-widgets .hubhood-featured-listing-regions .hubhood-region-data,
.hubhood-footer-widgets .hubhood-featured-listing-regions .hubhood-region-data,
.hubhood-footer-widgets .hubhood-featured-listing-term-item a,
.hubhood-footer-widgets .hubhood-regions a,
.hubhood-footer-widgets .hubhood-term-data-wrapper,
.hubhood-footer-widgets .hubhood-term-text-wrapper {
        height: 180px;
        line-height: 180px;
}

.hubhood-sidebar-right .hubhood-term-3d-effect-wrapper,
.hubhood-footer-widgets .hubhood-term-3d-effect-wrapper {
        background-color: rgba(255,255,255,0.1);
}

.hubhood-taxonomy-terms-design-rounded .hubhood-sidebar-right .hubhood-term-counter,
.hubhood-taxonomy-terms-design-rounded .hubhood-footer-widgets .hubhood-term-counter {
        right: 12px;
}
        
.hubhood-taxonomy-terms-design-rounded .hubhood-sidebar-right .hubhood-cat-icon,
.hubhood-taxonomy-terms-design-rounded .hubhood-site-footer .hubhood-cat-icon {
        left: calc(5% - 5px);
}

.hubhood-taxonomy-terms-design-rounded .hubhood-footer-widgets .owl-loaded .hubhood-term-bordered .hubhood-term-counter,
.hubhood-taxonomy-terms-design-rounded .hubhood-footer-widgets .owl-loaded .hubhood-term-bordered .hubhood-term-counter {
        right: calc(5% - 5px);
}

.hubhood-sidebar-right .hubhood-hovering-terms .hubhood-hoverable-overlay:hover ~ .hubhood-term-3d-effect-wrapper,
.hubhood-footer-widgets .hubhood-hovering-terms .hubhood-hoverable-overlay:hover ~ .hubhood-term-3d-effect-wrapper {
        -webkit-transform: perspective(600px) skew(0deg, 0deg) rotateY(18deg) translate(12px) scale(1.05);
        -moz-transform: perspective(600px) skew(0deg, 0deg) rotateY(18deg) translate(12px) scale(1.05);
        -ms-transform: perspective(600px) skew(0deg, 0deg) rotateY(18deg) translate(12px) scale(1.05);
        -o-transform: perspective(600px) skew(0deg, 0deg) rotateY(18deg) translate(12px) scale(1.05);
        transform: perspective(600px) skew(0deg, 0deg) rotateY(18deg) translate(12px) scale(1.05);
}

.hubhood-sidebar-right .hubhood-section-subtitle {
        font-size: 16px;
        text-align: left;
        font-weight: 400;
}

.rss-widget-icon {
        position: relative;
        top: -2px;
}

.hubhood-call-to-action-with-image {
        position: relative;
}

.hubhood-heading-img-two-cols {
        display: none;
        z-index: 2;
}

.hubhood-call-to-action-heading-img img {
        width: 185px;
        max-width: 100%;
        margin-bottom: 30px;
        border-radius: 10px;
}

.hubhood-call-to-action-inner .hubhood-call-to-action-first-content-wrapper {
        text-align: center;
}

.hubhood-sidebar-right .widget_hubhood_call_to_action .hubhood-section-subtitle,
.hubhood-footer-column .widget_hubhood_call_to_action .hubhood-section-subtitle {
        text-align: center;
        margin-top: -20px;
}

.widget_hubhood_call_to_action .hubhood-widget-inner {
        background-color: transparent;
}

.entry-content .widget_hubhood_call_to_action .hubhood-widget-inner.hubhood-fill-background.hubhood-dark-design {
        box-shadow: 0 10000px rgba(0,0,0,0.38) inset;
        background-color: transparent;
}

.entry-content .widget_hubhood_call_to_action .hubhood-widget-inner.hubhood-wavy-badge-design,
.entry-content .widget_hubhood_call_to_action .hubhood-widget-inner.hubhood-fill-background.hubhood-wavy-badge-design,
.entry-content .widget_hubhood_call_to_action .hubhood-widget-inner.hubhood-dark-design.hubhood-wavy-badge-design,
.entry-content .widget_hubhood_call_to_action .hubhood-widget-inner.hubhood-fill-background.hubhood-dark-design.hubhood-wavy-badge-design {
        background-image: none !important; /* Needed to overwrite inline style */
        box-shadow: none;
        background-color: #ffffff;
}

.entry-content .hubhood-2-cols-boxed-squared-design .hubhood-call-to-action-inner {
        opacity: 0;
}

.entry-content .hubhood-2-cols-boxed-squared-design.hubhood-call-to-action-cols-equalized .hubhood-call-to-action-inner {
        opacity: 1;
}

#secondary .widget_hubhood_call_to_action .hubhood-widget-inner,
.hubhood-site-footer .widget_hubhood_call_to_action .hubhood-widget-inner {
        border-radius: 4px;
        background-attachment: inherit;
}

.hubhood-call-to-action-wrapper {
        border-radius: 10px;
        text-align: center;
}

.hubhood-call-to-action-wrapper > div {
        position: relative;
        z-index: 10;
}

.widget_hubhood_call_to_action .hubhood-fill-background.hubhood-dark-design .hubhood-call-to-action-wrapper {
        position: relative;
        background-color: transparent;
        box-shadow: none;
        text-shadow: 1px 1px rgba(0,0,0,0.3);
        z-index: 3;
}

#secondary .widget_hubhood_call_to_action .hubhood-widget-inner .hubhood-call-to-action-wrapper,
.hubhood-site-footer .widget_hubhood_call_to_action .hubhood-widget-inner .hubhood-call-to-action-wrapper,
.hubhood-site-footer .widget_hubhood_call_to_action .hubhood-fill-background.hubhood-dark-design .hubhood-call-to-action-wrapper {
        box-shadow: none;
}

#secondary .widget_hubhood_call_to_action .hubhood-widget-inner .hubhood-call-to-action-wrapper,
.hubhood-site-footer .widget_hubhood_call_to_action .hubhood-widget-inner .hubhood-call-to-action-wrapper {
        padding: 30px;
        margin: 0;
        background-color: transparent;
}

#secondary .widget_hubhood_call_to_action .hubhood-widget-inner.hubhood-fill-background .hubhood-call-to-action-wrapper,
.hubhood-site-footer .widget_hubhood_call_to_action .hubhood-widget-inner.hubhood-fill-background .hubhood-call-to-action-wrapper {
        background-color: transparent;
}

.hubhood-call-to-action-wrapper .widget-title {
        padding-top: 0;
}

.page-template-front-page .hubhood-call-to-action-wrapper .hubhood-section-subtitle {
        opacity: 1;
}
        
.page-template-front-page .widget_hubhood_call_to_action .hubhood-section-subtitle {
        padding-top: 5px;
}

.entry-content .hubhood-call-to-action-description,
.page-content .hubhood-call-to-action-description {
        font-size: 16px;
        margin-top: 10px;
}

.widget_hubhood_call_to_action .hubhood-fill-background.hubhood-dark-design .widget-title,
.widget_hubhood_call_to_action .hubhood-fill-background.hubhood-dark-design .hubhood-section-subtitle,
.widget_hubhood_call_to_action .hubhood-fill-background.hubhood-dark-design .hubhood-call-to-action-description {
        color: #fff;
}

.widget_hubhood_call_to_action .hubhood-color-design {
        box-shadow:
                0 0 100px rgba(0,0,0,0.1) inset,
                0 10000px var(--hubhood-color) inset;
}

.widget_hubhood_call_to_action .hubhood-color-design.hubhood-background-dark-color {
        box-shadow:
                0 0 100px rgba(0,0,0,0.1) inset,
                0 10000px rgb(35,40,45) inset;
}

.hubhood-call-to-action-button {
        position: relative;
        width: 100%;
        left: 0;
        margin-top: 40px;
}

body .hubhood-button-hover-color-red .button.hubhood-light-button:hover {
        background-color: rgb(226,24,82);
}

body .hubhood-button-hover-color-green .button.hubhood-light-button:hover {
        background-color: #74a740;
}

body .hubhood-button-hover-color-blue .button.hubhood-light-button:hover {
        background-color: rgb(37,139,214);
}

body .hubhood-button.disabled {
        pointer-events: none;
        opacity: 0.5 !important;
}

body .hubhood-signin-form-heading .hubhood-button.disabled {
        opacity: 1 !important;
}

.hubhood-call-to-action-button a:after {
        position: relative;
        font-family: "icon";
        content: "\ec44";
        font-size: 24px;
        line-height: 0;
        top: 5px;
        margin-left: 5px;
}

.entry-content .hubhood-wavy-badge-design .hubhood-widget-inner {
        height: 740px;
        padding-top: 0;
        padding-bottom: 0;
}

.entry-content .hubhood-wavy-badge-design .hubhood-call-to-action-wrapper,
.entry-content .hubhood-wavy-badge-design .hubhood-call-to-action-wrapper > div {
        height: 740px;
        line-height: 740px;
}

.entry-content .hubhood-wavy-badge-design .hubhood-call-to-action-wrapper {
        width: 600px;
        max-width: 100%;
        z-index: 2;
}

.entry-content .hubhood-wavy-badge-design .hubhood-badge-masked-container .hubhood-badge-mask,
.entry-content .hubhood-wavy-badge-design .hubhood-badge-masked-container .hubhood-masked-image {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        width: 740px;
        height: 740px;
        max-width: 740px;
        z-index: 1;
        background-color: rgba(0,0,0,0.45);
}

.hubhood-image-badge-mask {
        -webkit-transform: scale(0.92) translateZ(1px);
        -moz-transform: scale(0.92) translateZ(1px);
        -ms-transform: scale(0.92) translateZ(1px);
        -o-transform: scale(0.92) translateZ(1px);
        transform: scale(0.92) translateZ(1px);
}

.entry-content .hubhood-wavy-badge-design .hubhood-badge-masked-container .hubhood-badge-mask .hubhood-image-badge-mask-wrapper {   
        top: -200px;
        left: -200px;
        position: relative;
        width: 1140px;
        height: 1140px;
        max-width: 1140px;
}

.entry-content .hubhood-wavy-badge-design .hubhood-badge-masked-container .hubhood-masked-image {
        width: 1200px;
        height: 850px;
        max-width: none;
        background-color: #ffffff;
        background-position: center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-repeat: no-repeat;
        z-index: 0;
}

.entry-content .hubhood-badge-masked-container {
        width: 740px;
        height: 740px;
        position: absolute;
        top: 0;
        left: 50%;
        margin-left: -370px;
        overflow: hidden;
        box-shadow: -5px 0 0 #fff,5px 0 0 #fff;
        z-index: 1;
}

.entry-content .hubhood-badge-inner-box-shadow {
        background-color: #ffffff;
        position: relative;
        overflow: hidden;
}

.entry-content .hubhood-badge-inner-box-shadow:before {
        content: "";
        position: absolute;
        top: -400px;
        left: 0;
        width: 100%;
        height: 400px;
        background-color: transparent;
        z-index: 50;
        box-shadow: 0 30px 150px rgba(0,0,0,0.08);
}

.entry-content .hubhood-last-widget-gradient-bg .hubhood-badge-inner-box-shadow:before {
        content: none;
}

.entry-content .hubhood-badge-inner-box-shadow:after {
        content: "";
        position: absolute;
        bottom: -400px;
        left: 0;
        width: 100%;
        height: 400px;
        background-color: transparent;
        z-index: 50;
        box-shadow: 0 -30px 150px rgba(0,0,0,0.12);
}

.entry-content .hubhood-wavy-badge-design .hubhood-call-to-action-inner {
        line-height: 1.78;
        display: inline-block;
        vertical-align: middle;
        float: none;
}

.entry-content .hubhood-wavy-badge-design .hubhood-call-to-action-description {
        padding-left: 0;
        padding-right: 0;
}

.entry-content .hubhood-wavy-badge-design .hubhood-wave-top,
.entry-content .hubhood-wavy-badge-design .hubhood-wave-bottom {
        display: none;
}

.widget_hubhood_listing_map .hubhood-widget-fail {
        padding-bottom: 80px;
}

.hubhood-map-fail {
        display: none;
        padding: 0 15px;
        text-align: center;
}

.leaflet-show-map-fail .hubhood-map-fail {
        display: block;
}

.leaflet-show-map-fail .hubhood-widgetized-map-container #map {
        background-color: #fff;
        height: 90px;
}

.widget_hubhood_listings .hubhood-terms-inner .row,
.widget_hubhood_features .hubhood-terms-inner .row,
.widget_hubhood_listing_amenities .hubhood-term-items,
.hubhood-terms-inner > .row {
        justify-content: center;
}

.widget_hubhood_listing_amenities .hubhood-term-items {
        margin-top: 10px;
}

.widget_hubhood_listing_amenities .hubhood-term-design-light .hubhood-term-items > div:first-child,
.widget_hubhood_listing_amenities .hubhood-term-design-light .hubhood-term-items > div:nth-child(3n+1) {
        min-width: 50%;
}

.widget_hubhood_listing_amenities .hubhood-term-design-light-2-7-g .hubhood-term-items > div:nth-child(2) .hubhood-term-inner,
.widget_hubhood_listing_amenities .hubhood-term-design-light-2-7-g .hubhood-term-items > div:nth-child(3) .hubhood-term-inner,
.widget_hubhood_listing_amenities .hubhood-term-design-light-2-7-g .hubhood-term-items > div:nth-child(4) .hubhood-term-inner,
.widget_hubhood_listing_amenities .hubhood-term-design-light-2-7-g .hubhood-term-items > div:nth-child(5) .hubhood-term-inner {
        padding: 25px 30px;
}

.widget_hubhood_listing_amenities .hubhood-term-design-light-2-7-g .hubhood-term-inner {
        padding: 109px 30px;
}

.widget_hubhood_listing_amenities .hubhood-term-design-light-2-7-g .hubhood-term-items > div:nth-child(2) .hubhood-term-card-color-shape,
.widget_hubhood_listing_amenities .hubhood-term-design-light-2-7-g .hubhood-term-items > div:nth-child(3) .hubhood-term-card-color-shape,
.widget_hubhood_listing_amenities .hubhood-term-design-light-2-7-g .hubhood-term-items > div:nth-child(4) .hubhood-term-card-color-shape,
.widget_hubhood_listing_amenities .hubhood-term-design-light-2-7-g .hubhood-term-items > div:nth-child(5) .hubhood-term-card-color-shape {
        display: none;
}

#secondary .widget_hubhood_call_to_action .hubhood-widget-inner,
#secondary .widget_hubhood_listings .hubhood-fill-background,
.hubhood-site-footer .widget_hubhood_listings .hubhood-fill-background,
#secondary .widget .hubhood-color-design,
.hubhood-site-footer .widget .hubhood-color-design {
        margin: -30px;
        padding: 30px;
}

#secondary .widget_hubhood_call_to_action .hubhood-widget-inner,
#secondary .widget_hubhood_listings .hubhood-fill-background,
#secondary .widget .hubhood-color-design {
        width: calc(100% + 60px);
}

#secondary .hubhood-call-to-action-description,
.hubhood-site-footer .hubhood-call-to-action-description {
        padding: 0;
}

#secondary .hubhood-call-to-action-button,
.hubhood-site-footer .hubhood-call-to-action-button {
        margin-top: 30px;
}

#secondary .widget_hubhood_call_to_action .hubhood-widget-inner,
.hubhood-site-footer .widget_hubhood_call_to_action .hubhood-widget-inner {
        padding-left: 0;
        padding-right: 0;
}

#secondary .hubhood-call-to-action-heading-img img,
.hubhood-site-footer .widget_hubhood_call_to_action .hubhood-widget-inner {
        margin-bottom: 20px
}

.hubhood-site-footer .widget_hubhood_listings .hubhood-fill-background,
.hubhood-site-footer .widget .hubhood-color-design {
        margin: 0;
}

.hubhood-site-footer .widget_hubhood_call_to_action .hubhood-color-design {
        padding: 0;
}

.hubhood_partner .hubhood-partner-image-wrapper {
        width: 100%;
        height: 100%;
        min-height: 120px;
        text-align: center;
        display: inline-block;
        position: relative;
        border-radius: 4px;
        background: #fff;
        top: 0;
        margin-top: 0;
        padding: 20px;
        overflow: hidden;
        box-shadow: 
                10px 10px 10px rgba(0,0,0,0.03),
                40px 35px 60px rgba(0,0,0,0.16);
}

.hubhood-cards-separator {
        position: relative;
}

.hubhood-cards-separator:before {
        content: "";
        display: inline-block;
        border-top: 4px dashed var(--hubhood-color);
        margin-bottom: 29px;
        margin-top: 10px;
        margin-left: 13%;
        width: 74%;
        opacity: 0.4;
}

.hubhood-cards-separator.hubhood-cards-separator-secondary:before {
        margin-left: 22.5%;
        width: 55%;
}

.hubhood-cards-separator-label {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translate(-50%);
        background-color: var(
        --hubhood-color);
        padding: 0 12px;
        line-height: 1.5;
        font-weight: 600;
        color: #fff;
        text-shadow: 1px 1px 0 rgba(0,0,0,0.2);
        border-radius: 500px;
}

.hubhood-partner-cards-design-squared .hubhood_partner .hubhood-partner-image-wrapper {
        border-radius: 8px;
}

.hubhood-partners a {
        display: block;
        width: auto;
}

.hubhood-partners a[href="#"] {
        cursor: default;
}

.hubhood-partner-wrapper {
        line-height: 120px;
        margin-bottom: 30px;
}

.hubhood-partner-wrapper * {
        height: 100%;
        position: relative;
        vertical-align: middle;
        text-align: left;
        float: none;
        line-height: inherit;
}

.hubhood-force-card-edge-design-circular .hubhood_partner .hubhood-partner-image-wrapper {
        border-radius: 500px
}

.hubhood-force-card-edge-design-bit-rounded .hubhood_partner .hubhood-partner-image-wrapper {
        border-radius: 12px
}

.hubhood-force-card-edge-design-rounded .hubhood_partner .hubhood-partner-image-wrapper {
        border-radius: 20px
}

.editor-post-featured-image__preview {
        overflow: hidden;
}

.hubhood-partners a img {
        width: calc(100% - 20px);
        height: auto;
        max-width: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
}

.hubhood-partner-title {
        position: absolute;
        width: calc(100% - 40px);
        line-height: 1.5;
        height: auto;
        color: #ffffff;
        text-shadow: 1px 1px rgba(0,0,0,0.2);
        bottom: 30px;
        text-align: center;
}

.hubhood-partner-title:before {
        content: "~";
        padding-right: 1px;
}

.hubhood-partner-grey-title {
        color: #252525;
        text-shadow: 1px 1px rgba(255,255,255,0.3);
}

.hubhood-site-footer .hubhood-partner-wrapper:nth-child(n+2),
#secondary .hubhood-partner-wrapper:nth-child(n+2) {
        margin-top: 30px;
}

/* Testimonials widget */

.hubhood-testimonial-avatars-wrapper {
        float: left;
        width: 100%;
        padding-bottom: 50px;
}

.hubhood-testimonial-item {
        display: none;
        opacity: 0;
}

.hubhood-testimonial-item.current {
        display: block;
}

.hubhood-testimonial-avatars {
        margin-top: -15px;
        margin-bottom: -15px;
}

.hubhood-testimonial-avatar {
        display: inline-block;
        position: relative;
        border-radius: 50px;
        margin: 15px;
        width: 90px;
        height: 90px;
        line-height: 90px;
}

.hubhood-testimonial-avatar-inner {
        display: inline-block;
        position: relative;
        vertical-align: middle;
        width: 65px;
        height: 65px;
        border-radius: 50px;
        cursor: pointer;
        background-image: url(../images/empty-avatar.png);
        background-position: center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
}

.hubhood-testimonial-avatar-inner:after {
        content: "";
        position: absolute;
        top: -12px;
        left: -12px;
        width: calc(100% + 24px);
        height: calc(100% + 24px);
        border: 12px solid #ffffff;
        border-radius: 50%;
        box-shadow: 8px 8px 30px rgba(0,0,0,0.18);
        -webkit-transform: scale(0.98);
        -moz-transform: scale(0.98);
        -ms-transform: scale(0.98);
        -o-transform: scale(0.98);
        transform: scale(0.98);
}

.hubhood-testimonial-avatar:hover .hubhood-testimonial-avatar-inner:after,
.hubhood-testimonial-avatar.current .hubhood-testimonial-avatar-inner:after {
        border: 12px solid var(--hubhood-color);
}

.hubhood-testimonial-avatar img {
        vertical-align: top;
}

.hubhood-testimonial-review-average {
        position: absolute;
        bottom: -17px;
        right: -17px;
        border-radius: 50px;
        top: auto;
        left: auto;
        margin-right: 0;
        cursor: pointer;
        box-shadow: 5px 5px 15px rgba(0,0,0,0.1);
        z-index: 1;
}

.hubhood-testimonial-avatar.current,
.hubhood-testimonial-avatar.current .hubhood-testimonial-review-average {
        cursor: default;
}

.hubhood-testimonial-avatar:hover .hubhood-testimonial-review-average,
.hubhood-testimonial-avatar.current .hubhood-testimonial-review-average {
        background-color: var(--hubhood-color);
        color: #ffffff;
        box-shadow: 0 0 15px rgba(0,0,0,0.35);
}

.hubhood-testimonial-item .hubhood-aside-post-title a {
        font-weight: 600;
        font-size: 18px;
}

.hubhood-testimonial-item .hubhood-aside-post-title a:hover {
        opacity: 0.8;
}

.hubhood-testimonial-item .hubhood-aside-post-title a:before {
        content: "-";
        padding-right: 6px;
}

.hubhood-testimonial-item .hubhood-aside-post-title a:after {
        content: "-";
        padding-left: 6px;
}

.hubhood-testimonial-review-stars {
        position: relative;
        top: 50px;
        z-index: 50;
}

.hubhood-testimonial-review-stars .hubhood-list-reviews {
        display: inline-block;
        border: 0;
        border-radius: 4px;
        box-shadow: 0 0 30px rgba(0,0,0,0.15);
        padding: 20px;
        background-color: #ffffff;
        margin: 0;
}

.hubhood-testimonial-review-stars .hubhood-stars-rating {
        display: inline-block;
        margin: 5px;
}

.hubhood-testimonial-review-text-outer {
        display: inline-block;
        background-color: rgb(35,40,45);
        padding: 12px;
        border-radius: 4px;
}

.hubhood-testimonial-review-text-inner {
        background-color: var(--hubhood-color);
        border-radius: 13px;
        padding: 12px;
}

.hubhood-testimonial-review-text {
        background-color: rgb(35,40,45);
        color: #fff;
        font-size: 18px;
        padding: 65px;
        border-radius: 8px;
}

.hubhood-testimonial-review-text-outer,
.hubhood-testimonial-review-text-inner,
.hubhood-testimonial-review-text {
        position: relative;
        width: 100%;
        max-width: 740px;
}

.hubhood-testimonial-username {
        margin-top: 20px;
        text-align: center;
        font-weight: 600;
}

.page-id-9314 .hubhood-post-content-section > .hubhood-container-wrapper > .container {
        width: 100%;
        margin: 0;
        padding: 0;
}

.page-id-9314 .hubhood-post-content-section > .hubhood-container-wrapper > .container .widget {
        margin-top: 80px;
}

.page-id-9314 .hubhood-post-content-section > .hubhood-container-wrapper > .container .widget:first-child {
        margin-top: 0;
}

.page-id-9314 .hubhood-post-content-section > .hubhood-container-wrapper > .container .widget .hubhood-2-cols-boxed-half-taller {
        margin-top: 160px;
}

.page-id-9314 .hubhood-post-content-section > .hubhood-container-wrapper > .container .widget .hubhood-2-cols-boxed-half-taller.hubhood-2-cols-boxed-half-bordered {
        margin-top: 240px;
}

.page-id-9314 .hubhood-post-content-section > .hubhood-container-wrapper > .container .widget .hubhood-wavy-badge-design {
        margin-top: 160px;
}

#sbi_mod_error {
        position: relative;
}

.hubhood-error-sbi-caps {
        text-transform: uppercase;
}

.hubhood-error-sbi-admin-link {
        position: absolute !important;
        display: block;
        width: 100%;
        height: 100%;
        margin: 0;
        top: 0;
        left: 0;
        z-index: 10;
}

.hubhood-footer-dark .hubhood-site-footer .widget_text #sbi_mod_error a:after {
        content: none;
}

.wpmi-item a,
.hubhood-footer-dark .hubhood-site-footer #sb_instagram .sbi_photo {
        width: calc(100% - 15px);
        margin-bottom: 15px;
        border-radius: 50%;
        overflow: hidden;
        box-shadow: 10px 10px 20px rgba(0,0,0,0.3);
}

.hubhood-footer-dark .hubhood-site-footer #sb_instagram #sbi_images .sbi_item {
        overflow: visible;
}

.hubhood-is-desktop.hubhood-footer-dark .hubhood-site-footer #sb_instagram #sbi_images .sbi_item:hover {
        z-index: 2;
}

.hubhood-is-desktop.hubhood-footer-dark .hubhood-site-footer .widget:not([class*="widget_hubhood_"]) .wpmi-item a:hover,
.hubhood-is-desktop.hubhood-footer-dark .hubhood-site-footer #sb_instagram .sbi_photo:hover {
        z-index: 2;
        opacity: 1 !important;
        -webkit-transform: scale(2);
        -moz-transform: scale(2);
        -ms-transform: scale(2);
        -o-transform: scale(2);
        transform: scale(2);
        transform: scale(2);
        box-shadow: 0 0 20px rgba(255,255,255,0.3);
}

.sbi_photo_wrap img {
        background-position: center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
}

.wpmi-item img {
        width: 100%;
}

.wp-my-instagram .wpmi-me {
        position: relative;
        width: calc(100% - 13px)
}

.wp-my-instagram .wpmi-me a {
        font-size: 16px;
        background-color: transparent;
}

.wpmi-list {
        z-index: 2;
        position: relative;
}

.hubhood-widget-content-wrapper {
        margin-top : 90px;
}

#secondary .hubhood-widget-content-wrapper {
        margin-top : 0;
}

.hubhood-section-title-wrapper {
        margin-bottom : 30px;
}

.hubhood-call-to-action-content-inner .hubhood-section-title-wrapper {
        margin-bottom : 10px;
}

.hubhood-call-to-action-content-inner .hubhood-section-title-wrapper h2 {
        margin-bottom : 0;
}

#secondary .hubhood-section-title-wrapper,
.wp-block-group__inner-container > h2,
[class*="widget_"][id] .widget-title,
#secondary [class*="wp-block-"] .wp-block-search__label,
#secondary .widget > [class*="wp-block-"] > label {
        margin-bottom : 25px;
}

#secondary .widget_archive > .widget-title ~ ul,
#secondary .widget_archive > .widget-title ~ * ul,
#secondary .widget_archive > .hubhood-section-title-wrapper ~ ul,
#secondary .widget_archive > .hubhood-section-title-wrapper ~ * ul,
#secondary .widget_meta > .widget-title ~ ul,
#secondary .widget_meta > .widget-title ~ * ul,
#secondary .widget_meta > .hubhood-section-title-wrapper ~ ul,
#secondary .widget_meta > .hubhood-section-title-wrapper ~ * ul,
#secondary .widget_categories > .widget-title ~ ul,
#secondary .widget_pages > .widget-title ~ ul,
#secondary .widget_pages > .widget-title ~ .widget_meta,
#secondary .wp-block-rss,
#secondary .widget_recent_entries > .widget-title ~ ul,
#secondary .widget_text > .widget-title ~ p:first-child,
#secondary .widget_text > .widget-title ~ ul:first-child,
#secondary .widget_text > .widget-title ~ ol:first-child,
#secondary .widget_nav_menu .widget-title ~ ul,
#secondary .widget_categories > .widget-title ~ * ul,
#secondary .widget_pages > .widget-title ~ * ul,
#secondary .widget_pages > .widget-title ~ * ul,
#secondary .wp-block-rss,
#secondary .widget_recent_entries > .widget-title ~ * ul,
#secondary .widget_text > .widget-title ~ * > p:first-child,
#secondary .widget_text > .widget-title ~ * > ul:first-child,
#secondary .widget_text > .widget-title ~ * > ol:first-child,
#secondary .widget_nav_menu .widget-title ~ * > ul,
#secondary .widget_categories > .hubhood-section-title-wrapper ~ ul,
#secondary .widget_pages > .hubhood-section-title-wrapper ~ ul,
#secondary .widget_pages > .hubhood-section-title-wrapper ~ .widget_meta,
#secondary .wp-block-rss,
#secondary .widget_recent_entries > .hubhood-section-title-wrapper ~ ul,
#secondary .widget_text > .hubhood-section-title-wrapper ~ * > p:first-child,
#secondary .widget_text > .hubhood-section-title-wrapper ~ p:first-child,
#secondary .widget_text > .hubhood-section-title-wrapper ~ ul:first-child,
#secondary .widget_text > .hubhood-section-title-wrapper ~ ol:first-child,
#secondary .widget_nav_menu .hubhood-section-title-wrapper ~ ul,
#secondary .widget_categories > .hubhood-section-title-wrapper ~ * ul,
#secondary .widget_pages > .hubhood-section-title-wrapper ~ * ul,
#secondary .widget_pages > .hubhood-section-title-wrapper ~ * ul,
#secondary .wp-block-rss,
#secondary .widget_recent_entries > .hubhood-section-title-wrapper ~ * ul,
#secondary .widget_text > .hubhood-section-title-wrapper ~ * > p:first-child,
#secondary .widget_text > .hubhood-section-title-wrapper ~ * > ul:first-child,
#secondary .widget_text > .hubhood-section-title-wrapper ~ * > ol:first-child,
#secondary .widget_nav_menu .hubhood-section-title-wrapper ~ * > ul,
#secondary .wp-block-group__inner-container > ul,
#secondary .wp-block-group__inner-container > ol,
#secondary .widget-title ~ #recentcomments,
#secondary .widget-title ~ * > #recentcomments {
        margin-top: -5px;
}

#secondary .widget_archive > .widget-title ~ ul ul,
#secondary .widget_archive > .widget-title ~ * ul ul,
#secondary .widget_archive > .hubhood-section-title-wrapper ~ ul ul,
#secondary .widget_archive > .hubhood-section-title-wrapper ~ * ul ul,
#secondary .widget_meta > .widget-title ~ ul ul,
#secondary .widget_meta > .widget-title ~ * ul ul,
#secondary .widget_meta > .hubhood-section-title-wrapper ~ ul ul,
#secondary .widget_meta > .hubhood-section-title-wrapper ~ * ul ul,
#secondary .widget_categories > .widget-title ~ ul ul,
#secondary .widget_pages > .widget-title ~ ul ul,
#secondary .widget_recent_entries > .widget-title ~ ul ul,
#secondary .widget_text > .widget-title ~ ul:first-child ul,
#secondary .widget_text > .widget-title ~ ol:first-child ol,
#secondary .widget_nav_menu .widget-title ~ ul ul,
#secondary .widget_categories > .widget-title ~ * ul ul,
#secondary .widget_pages > .widget-title ~ * ul ul,
#secondary .widget_pages > .widget-title ~ * ul ul,
#secondary .wp-block-rss ul,
#secondary .widget_recent_entries > .widget-title ~ * ul ul,
#secondary .widget_text > .widget-title ~ * > ul:first-child ul,
#secondary .widget_text > .widget-title ~ * > ol:first-child ol,
#secondary .widget_nav_menu .widget-title ~ * > ul ul,
#secondary .wp-block-group__inner-container > ul ul,
#secondary .wp-block-group__inner-container > ol ol,
#secondary .widget_nav_menu ul ul,
#secondary .widget_categories > .hubhood-section-title-wrapper ~ ul ul,
#secondary .widget_pages > .hubhood-section-title-wrapper ~ ul ul,
#secondary .widget_recent_entries > .hubhood-section-title-wrapper ~ ul ul,
#secondary .widget_text > .hubhood-section-title-wrapper ~ ul:first-child ul,
#secondary .widget_text > .hubhood-section-title-wrapper ~ ol:first-child ol,
#secondary .widget_nav_menu .hubhood-section-title-wrapper ~ ul ul,
#secondary .widget_categories > .hubhood-section-title-wrapper ~ * ul ul,
#secondary .widget_pages > .hubhood-section-title-wrapper ~ * ul ul,
#secondary .widget_pages > .hubhood-section-title-wrapper ~ * ul ul,
#secondary .widget_recent_entries > .hubhood-section-title-wrapper ~ * ul ul,
#secondary .widget_text > .hubhood-section-title-wrapper ~ * > ul:first-child ul,
#secondary .widget_text > .hubhood-section-title-wrapper ~ * > ol:first-child ol,
#secondary .widget_nav_menu .hubhood-section-title-wrapper ~ * > ul ul {
        margin-top: 0;
}

#secondary .hubhood-section-title ~ .hubhood-section-subtitle,
#secondary .hubhood-section-title-wrapper ~ .hubhood-section-subtitle {
        margin-top: -10px;
}

#secondary select {
        width: 100%;
}

.hubhood-footer-column .hubhood-section-title-wrapper ~ .hubhood-section-subtitle {
        margin-top: -20px;
}

.hubhood-footer-column .hubhood-section-title-wrapper ~ .hubhood-section-subtitle {
        margin-bottom: 30px;
}

.hubhood-widget-title h4,
h4.widget-title {
        display       : inline-block;
        position      : relative;
        margin-bottom : 0;
        padding-right : 0;
}

.hubhood-footer-column .hubhood-section-icon {
        display: inline-block;
}

.hubhood-footer-column .widget-title {
        display: inline;
}

.hubhood-footer-column .widget-title {
        text-align: left;
}

.hubhood-footer-column .hubhood-section-title-wrapper {
        text-align: left;
}

.hubhood-widget-title h4:before,
.hubhood-footer-column .hubhood-section-icon:before,
.hubhood-widget-content-wrapper +.hubhood-widget-content-wrapper +.hubhood-widget-content-wrapper .hubhood-widget-title h4:after {
        font-family    : FontAwesome;
        position       : relative;
        display        : inline-block;
        vertical-align : middle !important;
        font-size      : 32px;
        top            : -3px;
        left           : 0;
        line-height    : 0 !important;
        margin         : 0;
        border-radius  : 10px;
        padding-right  :30px;
        -webkit-text-stroke-width: 0.001em;
}

.hubhood-widget-title h4.fas:before,
.hubhood-footer-column .hubhood-section-icon:before,
.hubhood-widget-content-wrapper+.hubhood-widget-content-wrapper+.hubhood-widget-content-wrapper .hubhood-widget-title h4.fas:after {
        font-size : 30px;
        top       : -3px;
}

.hubhood-widget-title h5 {
        margin-top : 10px;
        text-align : left;
        margin-bottom:0;
}

.hubhood-footer-column .hubhood-section-title-wrapper ~ h5 {
        margin-top : 10px;
        margin-bottom:0;
}

.hubhood-widget-description {
        margin-top : -8px;
}

.hubhood-widget-description img.float-left {
        margin-top     : 7px;
        margin-bottom  : 10px;
        left           : auto;
        width          : 65px;
        margin-right   : 30px;
        vertical-align : top;
        float          : left;
}

.hubhood-widget-center,
.hubhood-widget-center *,
.hubhood-widget-center .hubhood-section-subtitle {
        text-align : center;
}

.hubhood-listing-tile {
        display         : block;
        width           : 100%;
        height          : 50px;
        border-radius   : 40px;
        padding         : 0;
        text-align      : left;
        text-decoration : none;
        font-size       : 0;
        box-shadow      : 10px 10px 10px rgb(0 0 0 / 25%);
        margin-bottom   : 30px;
}

.hubhood-listing-cards-design-2 .hubhood-listing-tile {
        margin-bottom:0;
}

.hubhood-listing-tile:hover {
        transform : translate(8px, 0);
}

.hubhood-listing-cards-design-2 .hubhood-listing-card {
        background-color: transparent;
}

.hubhood-widget-center .hubhood-listing-tile {
        margin-left  : auto;
        margin-right : auto;
}

.hubhood-listing-tile>* {
        display        : inline-block;
        vertical-align : middle;
}

.hubhood-listing-tile .hubhood-listing-card-icon {
        position     : relative;
        top          : 50%;
        transform    : translate(0, -50%);
        box-shadow   : 8px 8px 25px rgb(0 0 0 / 90%), 8px 8px 20px rgb(0 0 0 / 35%);
        margin-right : 0px;
}

.hubhood-listing-tile .hubhood-listing-card-icon.hubhood-listing-rating {
        left: -1px;
}

.hubhood-listing-tile h5 {
        position           : relative;
        display            : inline-block;
        float              : right;
        top                : 50%;
        transform          : translate(0, -50%);
        text-align         : left;
        width              : calc(100% - 72px);
        margin             : 0;
        vertical-align     : middle;
        padding            : 0;
        padding-right      : 45px;
        text-shadow        : 1px 1px 0 rgba(0, 0, 0, 1);
        display            : -webkit-box;
        -webkit-line-clamp : 1;
        -webkit-box-orient : vertical;
        max-height         : 68px;
        overflow           : hidden;
        line-height        : 1.5;
}

.hubhood-listing-tile .hubhood-listing-card-icon.hubhood-claim-icon {
        position    : absolute;
        top         : 50%;
        transform   : translate(0, -50%);
        right       : 15px;
        text-shadow : 1px 1px 0 #000;
        box-shadow  : -6px -4px 20px rgb(0 0 0 / 25%), 8px 8px 15px rgb(0 0 0 / 80%), 8px 8px 15px rgb(0 0 0 / 35%);
}

.hubhood-listing-tile.hubhood-background-image:before {
        opacity       : 0.9;
        border-radius : 500px;
        box-shadow    : 2000px 0 0 rgba(0, 0, 0, 0.18) inset;
}

.hubhood-widget-posts .hubhood-posts-list {
        list-style : none;
        padding    : 0;
}

.hubhood-posts-list > div {
        margin-bottom : 20px;
}

.hubhood-widget-posts.hubhood-widget-post-without-description .hubhood-posts-list > div {
        margin-bottom : 30px;
}

.hubhood-widget-posts .hubhood-posts-list .hubhood-post-image {
        position      : absolute;
        left          : 0;
        top           : 13px;
        width         : 100px;
        height        : 100px;
        border        : 4px solid #fff;
        border-right  : 4px solid var(--hubhood-color);
        border-bottom : 4px solid var(--hubhood-color);
        border-radius : 100px;
        box-shadow: -5px -5px 10px rgba(0,0,0,0.15);
}

.hubhood-widget-posts .hubhood-posts-list .hubhood-post-image:before {
        border-radius : 100px;
        box-shadow    : -4px -8px 15px rgb(0 0 0 / 60%) inset, -4px -8px 15px rgb(0 0 0 / 60%) inset, -4px -8px 15px rgb(0 0 0 / 60%) inset, 3px 6px 8px rgb(255 255 255 / 60%) inset, 2px 4px 5px rgb(255 255 255 / 60%) inset, -10px -10px 10px rgb(255 255 255 / 5%), 10px 10px 10px rgb(0 0 0 / 25%);
        opacity: 0.7;
}

.hubhood-post-card-link {
        position : absolute;
        top      : 0;
        left     : 0;
        width    : 100%;
        height   : 100%;
        z-index  : 3;
}

.hubhood-post-card-link~* {
        transform : translate(0);
}

.hubhood-post-card-link:hover~* {
        transform : translate(8px, 0);
}

.hubhood-post-card-link:hover~.hubhood-post-data h6 {
        color : var(--hubhood-color);
}

.hubhood-widget-posts .hubhood-posts-list .hubhood-post-data.hubhood-post-has-image {
        padding-left : 130px;
}

.hubhood-widget-posts .hubhood-posts-list .hubhood-post-data .hubhood-card-date {
        position       : relative;
        display        : inline-block;
        left           : auto;
        top            : auto;
        font-size      : 16px;
        font-size      : 16px;
        width          : auto;
        max-width      : 9999px;
        line-height    : 1.5;
        vertical-align : top;
        height         : 22px;
}

.hubhood-widget-posts .hubhood-posts-list .hubhood-post-data .hubhood-card-date .hubhood-card-meta-content {
        font-size : 16px;
        padding   : 0;
}

.hubhood-widget-posts .hubhood-posts-list .hubhood-post-title {
        margin             : 0;
        text-align         : left;
        display            : -webkit-box;
        -webkit-line-clamp : 1;
        -webkit-box-orient : vertical;
        max-height         : 38px;
        overflow           : hidden;
}

.hubhood-widget-posts.hubhood-widget-post-without-description .hubhood-posts-list .hubhood-post-title {
        display            : -webkit-box;
        -webkit-line-clamp : 2;
        -webkit-box-orient : vertical;
        max-height         : 90px;
        position           : relative;
}

.hubhood-widget-posts .hubhood-widget-description {
        margin-top : 0;
}

.hubhood-widget-posts.hubhood-widget-post-without-description .hubhood-posts-list .hubhood-post-image {
        top : -4px;
}

.hubhood-widget-posts.hubhood-widget-post-without-description .hubhood-posts-list .hubhood-post-data {
        height : 92px;
}

.hubhood-widget-posts .hubhood-posts-list .hubhood-post-description {
        margin             : 0;
        text-align         : left;
        color              : #ccc;
        display            : -webkit-box;
        -webkit-line-clamp : 2;
        -webkit-box-orient : vertical;
        max-height         : 60px;
        overflow           : hidden;
}

.hubhood-post-data-inner {
        text-align : left;
        position   : relative;
        top        : 50%;
        transform  : translate(0, -50%);
}

.hubhood-post-meta {
        display       : inline-block;
        text-align    : left;
        margin-bottom : 10px;
        font-size     : 0;
}

.hubhood-posts-list .hubhood-post-meta {
        margin-top: 10px;
}

.hubhood-posts-list .hubhood-post-no-image,
.hubhood-widget-posts.hubhood-widget-post-without-description .hubhood-posts-list .hubhood-post-data.hubhood-post-no-image {
        height: auto;
}

.hubhood-posts-list .hubhood-post-no-image .hubhood-post-meta {
        margin-top: 0;
}

.hubhood-posts-list .hubhood-post-no-image .hubhood-post-data-inner {
        transform: none;
        top: 0;
}

.hubhood-widget-posts .hubhood-posts-list .hubhood-featured-ribbon {
        text-align         : left;
        margin             : 0;
        margin-right       : 10px;
        max-width          : 100%;
        display            : -webkit-box;
        -webkit-line-clamp : 1;
        -webkit-box-orient : vertical;
        overflow           : hidden;
        background-color   : rgb(25,30,35);
        color: #fff;
}

.hubhood-dark-background .hubhood-widget-posts .hubhood-posts-list .hubhood-featured-ribbon,
.hubhood-footer-column .hubhood-posts-list .hubhood-featured-ribbon {
        background-color   : #ffffff;
        color: #252525;
}

body .widget_hubhood_tiny_call_to_action {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
}

.hubhood-tiny-call-to-action-element {
        position: relative;
        left: 50%;
        transform: translate(-50%,0);
}

.hubhood-tiny-call-to-action-text {
        width: calc(100% - 70px);
        position: absolute;
        top: 50%;
        transform: translate(0,-50%);
        left: 35px;
        text-align:left;
}

.hubhood-tiny-call-to-action-has-button-icon-left:not(.hubhood-tiny-call-to-action-has-button-icon-right) .hubhood-tiny-call-to-action-text,
.hubhood-tiny-call-to-action-has-button-icon-right:not(.hubhood-tiny-call-to-action-has-button-icon-left) .hubhood-tiny-call-to-action-text {
        width: calc(100% - 115px);
}

.hubhood-tiny-call-to-action-has-button-icon-right:not(.hubhood-tiny-call-to-action-has-button-icon-left).hubhood-tiny-call-to-action-align-center .hubhood-tiny-call-to-action-text {
        padding-left: 35px;
}

.hubhood-tiny-call-to-action-has-button-icon-left:not(.hubhood-tiny-call-to-action-has-button-icon-right).hubhood-tiny-call-to-action-align-center .hubhood-tiny-call-to-action-text {
        left: 80px;
        padding-right: 35px;
}

.hubhood-tiny-call-to-action-has-button-icon-left.hubhood-tiny-call-to-action-has-button-icon-right .hubhood-tiny-call-to-action-text {
        left: 93px;
        width: calc(100% - 185px);
}

.hubhood-tini-call-to-action-left-button {
        position: absolute;
        top: 50%;
        left: 25px;
        transform: translate(0,-50%);
        z-index: 5;
}

.hubhood-tini-call-to-action-right-button {
        position: absolute;
        top: 50%;
        left: auto;
        right: 26px;
        transform: translate(0,-50%);
        z-index: 5;
        overflow: hidden;
}

.hubhood-tiny-call-to-action-align-center .hubhood-tiny-call-to-action-title,
.hubhood-tiny-call-to-action-align-center .hubhood-tiny-call-to-action-subtitle {
        text-align: center;
}

.hubhood-tiny-call-to-action-align-right .hubhood-tiny-call-to-action-title,
.hubhood-tiny-call-to-action-align-right .hubhood-tiny-call-to-action-subtitle {
        text-align: right;
}

.hubhood-tiny-call-to-action-icon {
        margin: 0 !important;
}

.hubhood-tiny-call-to-action-title,
.hubhood-tiny-call-to-action-subtitle,
.hubhood-tiny-call-to-action-title *,
.hubhood-tiny-call-to-action-subtitle * {
        margin-top: 0px !important;
        margin-bottom: 0px !important;
        line-height: 1.3 !important;
}

.hubhood-tiny-call-to-action-element {
        max-width: 100%;
        box-shadow: 10px 10px 30px rgba(0,0,0,0.12);
}

.hubhood-tiny-call-to-action-corner-square {
        border-radius: 8px;
}

.hubhood-tiny-call-to-action-corner-bit-rounded {
        border-radius: 12px;
}

.hubhood-tiny-call-to-action-corner-rounded {
        border-radius: 20px;
}

.hubhood-tiny-call-to-action-corner-circular {
        border-radius: 60px;
}

.hubhood-tiny-call-to-action-corner-circle {
        border-radius: 1000px;
}

body .hubhood-tiny-call-to-action-icon-wrapper,
body .hubhood-tiny-call-to-action-icon-wrapper * {
        white-space: nowrap;
        display: inline-block;
}

.hubhood-tiny-call-to-action-link {
        display: block;
}

body .hubhood-tiny-call-to-action-icon {
        border-radius: 500px !important;
        padding: 0;
        transform: rotate(0deg);
        line-height: 0;
        white-space: nowrap;
        vertical-align: top;
}

body .hubhood-tiny-call-to-action-icon:before {
        position: relative;
        left: 50%;
        transform: translate(-50%,-50%) !important;
        display: inline-block;
        width: auto !important;
        vertical-align: top !important;
        top: 50% !important;
        text-align: center;
        padding: 0 !important;
}

body .hubhood-tiny-call-to-action-label {
        position:relative;
        vertical-align: top;
        top: 12px;
        line-height: 1;
        display: inline-block;
        color: #543647;
        padding-left: 17px;
        font-style: normal;
        font-weight: 700;
        text-shadow: none;
        width: 0 !important;
        overflow: hidden;
        font-size: 16px;
}

body .hubhood-tiny-call-to-action-icon.hubhood-button-has-label:hover {
        width: auto;
}

body .hubhood-tiny-call-to-action-icon.hubhood-button-has-label:hover:before {
        width: auto;
        left: 0 !important;
        padding-left: 0 !important;
        margin-left: 27px !important;
}

body .hubhood-tiny-call-to-action-icon.hubhood-button-has-label:hover .hubhood-tiny-call-to-action-label {
        padding-left: 1px;
        padding-right: 16px;
        width: auto !important;
}

body .hubhood-tiny-call-to-action-has-link .hubhood-tiny-call-to-action-icon.hubhood-button-no-label:hover {
        transform: rotate(360deg);
}

.hubhood-tiny-call-to-action-no-link,
.hubhood-tiny-call-to-action-no-link * {
        cursor: default !important;
}

body .hubhood-tiny-call-to-action-icon:before {
        font-size: inherit;
}

body .hubhood-tiny-call-to-action-icon.hubhood-stroke-icon:before {
        -webkit-text-stroke-width: 0.01em;
        font-weight: 600;
}

/*******************************************************************************
13 - Listing Reviews
*******************************************************************************/

.hubhood-post-comments-wrapper {
        background-size: initial;
        background-repeat: repeat;
        border-radius: 4px;
}

.hubhood-post-comments-wrapper .hubhood-listing-review {
        border: 0;
}

.hubhood-post-comments-wrapper .hubhood-review-first-col.col-sm-12 .hubhood-review-first-col-inner,
.hubhood-post-comments-wrapper .hubhood-review-first-col.col-sm-12 .hubhood-review-second-col-inner {
        padding-top: 60px;
        padding-bottom: 60px;
}

.hubhood-reviews-big-circle {
        position: sticky;
        top: 7%;
        width: 100%;
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
}

.admin-bar .hubhood-scrolling-top ~ #content .hubhood-reviews-big-circle {
        top: 85px;
}

.hubhood-average-review {
        background-color: var(--hubhood-color);
        width: 100%;
        max-width: 260px;
        margin-top: 10px;
        position: relative;
        display: inline-block;
        border-radius: 50%;
}

.col-md-4 .hubhood-average-review {
        margin-top: 10px;
        margin-bottom: 10px;
}

.hubhood-average-review:before {
        content: "";
        position: absolute;
        width: 90%;
        height: 90%;
        top: 5%;
        left: 5%;
        border: 6px solid #fff;
        border-radius: 50%;
        box-shadow: 3px 3px 0 0 rgba(0,0,0,0.26), -2px -2px 2px 0 rgba(0,0,0,0.26);
}

.hubhood-average-review:after {
        content: "";
        position: absolute;
        z-index: 10;
        top: 0;
        left: 0%;
        width: 100%;
        height: 100%;
        border-radius: 50%;
}

.hubhood-average-review-shape {
        width: 100%;
        padding-bottom: calc(100% - 10px);
        border-radius: 50%;
        border: 5px solid #fff;
}

.hubhood-post-comments-wrapper .hubhood-average-review-shape {
        border: 5px solid #ffffff;
}

.hubhood-dark-call-to-review.hubhood-post-comments-wrapper .hubhood-average-review-shape {
        border: 5px solid rgb(35,40,45);
}

.hubhood-average-review-shape:after {
        content: "";
        position: absolute;
        top: -1px;
        left: -1px;
        width: calc(100% + 2px);
        height: calc(100% + 2px);
        border: 2px solid #fff;
        border-radius: 50%;
}

.hubhood-post-comments-wrapper .hubhood-average-review-shape:after {
        border: 2px solid #ffffff;
}

.hubhood-dark-call-to-review.hubhood-post-comments-wrapper .hubhood-average-review-shape:after {
        border: 2px solid rgb(35,40,45);
}

.hubhood-single-listing-big-rating-squared .hubhood-average-review-shape {
        padding-bottom: calc(100% - 4px);
}

.hubhood-single-listing-big-rating-squared .hubhood-average-review,
.hubhood-single-listing-big-rating-squared .hubhood-average-review:before,
.hubhood-single-listing-big-rating-squared .hubhood-average-review:after,
.hubhood-single-listing-big-rating-squared .hubhood-average-review-shape,
.hubhood-single-listing-big-rating-squared .hubhood-average-review-shape:after {
        border-radius: 10px;
}

.hubhood-single-listing-big-rating-squared .hubhood-average-review,
.hubhood-single-listing-big-rating-squared .hubhood-average-review:after,
.hubhood-single-listing-big-rating-squared .hubhood-average-review-shape {
        border-radius: 14px;
}

.hubhood-listing-average-rating,
.hubhood-mood-icon,
.hubhood-average-review .hubhood-stars-output,
.hubhood-review-stats {
        position: absolute;
        width: 100%;
        text-align: center;
        top: 50%;
        margin-top: -70px;
        font-size: 60px;
        color: #fff;
}

.hubhood-mood-icon {
        top: -10px;
        margin-top: 0;
        width: 50px;
        height: 50px;
        background-color: #fff;
        color: var(--hubhood-color);
        border-radius: 50%;
        text-align: center;
        left: 50%;
        margin-left: -22px;
        box-shadow: 5px 5px 15px rgba(0,0,0,0.25);
        letter-spacing: -0.025em;
        z-index: 20;
}

.hubhood-listing-header-stars .hubhood-mood-icon {
        position: relative;
        float: none;
        display: inline-block;
        left: 0;
        top: -11px;
        margin-right: 4px;
        color: var(--hubhood-color);
        font-size: 30px;
        background-color: #fff;
        width: 44px;
        height: 44px;
        line-height: 38px;
        padding-left: 2px;
        margin-left: -44px;
}

.hubhood-single-listing-mood-squared .hubhood-mood-icon {
        border-radius: 8px;
}

.hubhood-average-review .hubhood-mood-icon:before {
        position: absolute;
        top: 0;
        left: 0;
        font-size: 30px;
        width: 50px;
        height: 50px;
        line-height: 49px;
}

.hubhood-average-review .hubhood-stars-output {
        margin-top: 25px;
        font-size: 13px;
}

.hubhood-average-review .hubhood-listing-average-rating,
.hubhood-average-review .hubhood-stars-output i {
        text-shadow: 4px 4px 2px rgba(0,0,0,0.26);
}

#page .hubhood-list-reviews .hubhood-stars-rating span,
#page #hubhood-list-reviews .hubhood-stars-rating span {
        color: var(--hubhood-color);
        text-shadow: none;
        width: 14px;
}

#page .hubhood-stars-rating span {
        color: var(--hubhood-color);
        text-shadow: 4px 4px 2px rgba(0,0,0,0.26);
        font-size: 15px;
        height: 14px;
        margin-left: 2px;
        margin-right: 2px;
        font-weight: 600;
}

#page .hubhood-big-listing-rating-wrapper .hubhood-stars-rating span {
        font-size: 18px;
        height: 14px;
        margin-left: 5px;
        margin-right: 5px;
        color: #fff;
}

#page .hubhood-has-review-average .hubhood-big-listing-rating-wrapper .hubhood-stars-rating span {
        color: var(--hubhood-color);
}

.hubhood-list-reviews .hubhood-star-rating-title,
#hubhood-list-reviews .hubhood-star-rating-title {
        font-weight: 400;
        border-left: 0;
        padding: 0 24px 8px;
        border-radius: 30px;
        margin-bottom: 0;
}

#hubhood-submit-ratings .hubhood-star-rating .dashicons-star-filled,
.hubhood-list-reviews .hubhood-star-rating .dashicons-star-filled,
#hubhood-list-reviews .hubhood-star-rating .dashicons-star-filled {
        color: var(--hubhood-color);
}

.hubhood-average-review .hubhood-listing-average-rating .hubhood-no-rating {
        font-size: 46px;
        opacity: 0.5;
        position: relative;
        top: -3px;
}

#page .hubhood-average-review .hubhood-stars-rating span {
        width: 15px;
}

#page .hubhood-average-review .hubhood-stars-rating span.dashicons-star-empty {
        opacity: 0.5;
}

.hubhood-review-stats {
        position: absolute;
        z-index: 2;
        color: #252525;
        font-size: 16px;
        top: auto;
        margin-top: 0;
        bottom: -42px;
}

.hubhood-single-listing-without-reviews .hubhood-review-stats {
        bottom: -18px;
}

.hubhood-review-counter {
        position: relative;
        display: inline-block;
        width: 50px;
        height: 50px;
        font-size: 16px;
        line-height: 53px;
        border-radius: 50%;
        background-color: #fff;
        box-shadow: 5px 5px 15px rgba(0,0,0,0.2);
        top: -8px;
}

.hubhood-single-listing-mood-squared .hubhood-review-counter {
        border-radius: 8px;
}

.hubhood-review-counter + div {
        position: relative;
        font-size: 16px;
        color: #252525;
        top: 3px;
}

.hubhood-dark-call-to-review .hubhood-review-counter + div {
        color: #ffffff;
}

.hubhood-review-reputation {
        position: relative;
        display: block;
        margin-top: 60px;
}

.hubhood-review-reputation div {
        position: relative;
        display: inline-block;
        min-width: 145px;
        border-radius: 4px;
        box-shadow: 1px 1px 1px 0 rgba(0,0,0,0.02), -1px -1px 30px 0 rgba(0,0,0,0.1), 0 0 200px rgba(0,0,0,0.1);
        padding: 30px;
        background-color: #fff;
}

.hubhood-single-listing-big-rating-squared .hubhood-review-reputation div {
        border-radius: 10px;
}

.hubhood-review-reputation div:before {
        font-family: "icon";
        content: "\eafc";
        position: relative;
        display: block;
        width: 100%;
        text-align: center;
        font-size: 25px;
        margin-top: 10px;
        color: var(--hubhood-color);
        padding: 0;
        line-height: 25px;
}

.hubhood-review-reputation div:after,
.hubhood-testimonial-review-text-inner:after,
.hubhood-card-data-arrow-before:before,
.hubhood-search-by-tip:before,
.hubhood-current-search-by:before {
        font-family: "FontAwesome";
        content: "\f0d8";
        position: absolute;
        top: -27px;
        left: 50%;
        margin-left: -9px;
        font-size: 30px;
        color: #ffffff;
        text-shadow: 0 -2px 8px rgba(0,0,0,0.06);
        font-weight: 600;
        -webkit-text-stroke-width: 0.001em;
}

.hubhood-search-by-tip:before,
.hubhood-current-search-by:before {
        font-family: "FontAwesome";
        content: "\f0d7";
        top: auto;
        bottom: -17px;
        color: var(--hubhood-color);
        text-shadow: 0 4px 4px rgba(0,0,0,0.15);
        -webkit-text-stroke-width: 0.001em;
}

.hubhood-current-search-by:before {
        bottom: -17px;
        color: #ffffff;
        text-shadow: 0 4px 4px rgba(0,0,0,0.2);
        opacity: 0;
}

.hubhood-review-reputation div:after {
        top: -31px;
}

.hubhood-testimonial-review-text-inner:after {
        color: rgb(35,40,45);
        top: auto;
        bottom: -40px;
        left: 50%;
        margin-left: -9px;
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
}

.hubhood-review-reputation h4 {
        margin: 0;
        line-height: 1;
        padding-top: 20px;
}

.hubhood-write-review-button-wrapper {
        position: relative;
        width: 100%;
        border-radius: 0 0 15px 15px;
        background-color: rgb(20,25,30);
        z-index: 0;
        margin-top: -30px;
        padding: 30px;
}

.hubhood-review-first-col .hubhood-write-review {
        margin-top: 0;
}

.hubhood-listing-has-comments .hubhood-review-first-col .hubhood-review-first-col-inner {
        position: relative;
        border-radius: 4px 4px 0 0;
        z-index: 1;
}

.hubhood-listing-has-comments .hubhood-review-first-col.hubhood-comments-closed .hubhood-review-first-col-inner {
        border-radius: 4px;
}

.hubhood-write-review {
        margin-top: 30px;
}
        
.hubhood-review-second-col.hubhood-single-listing-without-reviews .hubhood-write-review {
        margin-bottom: 0;
}

.hubhood-author-vote-mood {
        position: relative;
        display: inline-block;
        color: var(--hubhood-color);
        font-size: 22px;
        top: 3px;
        margin-right: 1px;
}

.hubhood-author-vote {
        position: relative;
        display: inline-block;
        background-color: var(--hubhood-color);
        border-radius: 4px;
        padding: 3px 7px 2px 7px;
        color: #fff;
        text-transform: uppercase;
        font-size: 11px;
        top: -2px;
        margin-right: 2px;
}

.hubhood-author-vote .hubhood-stars-output {
        display: inline-block;
        padding-left: 3px;
}

.hubhood-listing-review .hubhood-more-results {
        height: 145px;
        top: 60px;
}

.hubhood-listing-review .hubhood-author-title {
        display: block;
        padding-left: 120px;
        font-style: italic;
        font-weight: 700;
        color: #252525;

}

.hubhood-listing-review .hubhood-author-title:before,
.hubhood-listing-review .hubhood-author-title:after {
        content: "\"";
}

.hubhood-author-description {
        font-size: 16px;
        padding-top: 2px;
}

.hubhood-author-description h6.text-left {
        margin: 0 0 25px 0;
        line-height: 1.6;
}


.comment-body .hubhood-list-reviews .hubhood-star-rating,
.comment-body #hubhood-list-reviews .hubhood-star-rating {
        display: inline-block;
        margin: 30px 8px 0 8px;
}

.comment-form-title * {
        width: 100%;
        display: block;
}

#respond #comment {
        height: 100px;
}

.hubhood-post-comments-wrapper form {
        background-color: transparent;
        padding: 30px;
        border-radius: 8px;
        font-size: 0;
        line-height: 0;
        letter-spacing: 0;
        border-radius: 4px;
        border: 4px solid rgba(125, 125, 125, 0.1);
}

.hubhood-dark-background .hubhood-post-comments-wrapper form {
        box-shadow: 0 0 10px rgb(0 0 0 / 35%);
}

.hubhood-post-comments-wrapper form p * {
        font-size: 16px;
        line-height: 1.78;
        letter-spacing: 0.025em;
}

.hubhood-single-without-sidebar .hubhood-post-author-wrapper .container {
        max-width: 760px;
        margin: 0 auto;
}

.hubhood-post-comments-wrapper .comment-notes {
        margin-top: 0;
}



.single-job_listing .hubhood-comments-form-wrapper #respond {
        display: none !important; /* Needed to have priority over JavaScript attribution */
}

.hubhood-no-reviews.single-job_listing .hubhood-comments-form-wrapper #respond {
        display: block !important; /* Needed to have priority over JavaScript attribution */
}

.hubhood-review-popup .panel-body #respond {
        display: block;
        margin-top: 0;
}

/*******************************************************************************
14 - Maps
*******************************************************************************/

.hubhood-showing-map #page {
        padding-top: 0;
}

.hubhood-map-button-icon[class*=" icon-"]:before {
        position: relative;
        top: auto;
}

.hubhood-map-button-icon.icon-radar[class*=" icon-"]:before {
        font-size: 28px;
}

.hubhood-map-button-icon.icon-zoom-in[class*=" icon-"]:before {
        font-size: 25px;
}

body.hubhood-launch-map-button-design-light .hubhood-map-launch-wrapper .button.hubhood-dark-button {
        color: #252525;
        background-color: #ffffff;
        box-shadow: 0 0 30px rgba(0,0,0,0.3);
}

body.hubhood-launch-map-button-design-light .hubhood-map-launch-wrapper .button.hubhood-dark-button:hover {
        opacity: 1;
}



.hubhood-page-header.hubhood-map-listing {
        display: block;
}

.hubhood-search-no-results .hubhood-page-header.hubhood-map-listing {
        display: none;
}

.hubhood-page-header.hubhood-map-listing,
.hubhood-page-header.hubhood-no-image.hubhood-map-listing {
        box-shadow: 10000px 0 #ffffff inset;
}

.hubhood-page-header.hubhood-no-image.hubhood-map-listing:after,
.archive .hubhood-page-header.hubhood-no-image:after {
        content: none;
}

.hubhood-map-listing .hubhood-page-header-content {
        padding: 0;
}



/* Map sidebar */

.hubhood-posts-column {
        position: absolute;
        top: 15%;
        margin-top: -10px;
        right: 3%;
        width: 20%;
        height: 74%;
        border-radius: 8px;
        padding: 15px;
}

.hubhood-aside-list .hubhood-posts-column {
        position: relative;
        top: auto;
        right: 0;
        width: 290px;
        height: 100%;
        margin: 0;
        padding: 0;
        text-align: center;
        z-index: 0;
        opacity:  0.45;
        pointer-events: none;
}       

.hubhood-aside-list .hubhood-posts-column.hubhood-enable-mouse-events {
        opacity:  1;
        pointer-events: auto;
}

.hubhood-map-ready-to-launch.hubhood-map-with-waves .hubhood-aside-list .hubhood-posts-column {
        padding-bottom: 12px;
}

.hubhood-posts-column.hubhood-hide-featured {
        width: 0;
        height: 0;
        right: 30px;
}

.hubhood-posts-column .hubhood-column-toggle-visibility {
        position: absolute;
        top: 2px;
        left: 14px;
        display: block;
        z-index: 2;
        color: #252525;
        background-color: #fff;
        width: 28px;
        height: 28px;
        line-height: 29px;
        text-align: center;
        border-radius: 50%;
        cursor: pointer;
}

.hubhood-light-design .hubhood-posts-column .hubhood-column-toggle-visibility {
        color: #252525;
        text-shadow: none;
        cursor: pointer;
}

.hubhood-posts-column .hubhood-column-toggle-visibility:before {
        font-family: "FontAwesome";
        content: "\f068";
        background-color: transparent;
        display: inline-block;
        font-size: 12px;
        -webkit-text-stroke-width: 0.001em;
}

.hubhood-posts-column.hubhood-hide-featured .hubhood-column-toggle-visibility:before {
        content: "\f067";
}

.hubhood-aside-list .hubhood-posts-column .hubhood-column-toggle-visibility:before {
        display: none;
}

.hubhood-column-toggle-visibility:hover {
        opacity: 0.6;
}

.hubhood-posts-column .hubhood-posts-column-list-wrapper {
        position: relative;
        width: 100%;
        height: 100%;
        right: 0;
}

.hubhood-posts-column.hubhood-hide-featured .hubhood-posts-column-list-wrapper {
        right: -1000px;
}

.hubhood-posts-column-list {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #fff;
        z-index: 3;
        overflow-x: hidden;
        overflow-y: auto;
}

.hubhood-widgetized-map-container .hubhood-posts-column-list {
        height: 100%;
        top: 0;
}

.hubhood-aside-post {
        position: relative;
        width: 100%;
        background-color: #fff;
        border-bottom: 1px solid rgba(125,125,125,0.2);
}

.hubhood-aside-post a {
        width: 100%;
        height: 100%;
        display: block;
        background-color: #fff;
        padding: 20px 0;
        color: #252525;
        border-radius: 4px;
}

.hubhood-no-reviews .hubhood-aside-post[data-no-image] a {
        padding: 60px 5px 30px 5px;
}

.hubhood-aside-post .hubhood-aside-post-icon,
.hubhood-aside-post .hubhood-map-icon,
.hubhood-aside-post .hubhood-no-map-nav {
        position: absolute;
        top: 0;
        left: 0;
        font-size: 22px;
        color: #fff;
        width: 44px;
        height: 44px;
        line-height: 50px;
        text-align: center;
}

.hubhood-aside-post .hubhood-no-map-nav {
        color: #aaa;
}

.hubhood-aside-post .hubhood-aside-post-icon {
        border-radius: 46px;
        top: 10px;
        left: 10px;
        background-color: #252525;
        color: #fff;
        line-height: 44px;
        border-radius: 50%;
        overflow: hidden;
        font-family: serif;
        line-height: 40px;
}

.hubhood-icons-counters-terms-design-squared .hubhood-aside-post .hubhood-aside-post-icon {
        border-radius: 8px;
}

.hubhood-aside-post .hubhood-no-map-nav {
        left: auto;
        right: 10px;
        top: 10px;
        border-radius: 50%;
        line-height: 42px;
        box-shadow: 0 0 4px rgba(0,0,0,0.35);
        font-family: serif;
}

.hubhood-aside-post:hover .hubhood-no-map-nav {
        color: #aaa;
}

.hubhood-aside-post .hubhood-aside-post-icon:before,
.hubhood-aside-post .hubhood-map-icon:before {
        display: inline-block;
}

.hubhood-aside-post-icon.fa:before {
        position: relative;
}

.hubhood-aside-post-icon svg,
.hubhood-aside-post .hubhood-map-icon svg,
.hubhood-listing-amenities-inner svg {
        width: 32px;
        height: 28px;
        left: auto;
        display: inline-block;
        vertical-align: middle;
        -webkit-background-size: contain;
        -moz-background-size: contain;
        -o-background-size: contain;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center center;
}

.hubhood-listing-amenities-inner svg {
        position: relative;
        width: 24px;
        height: 24px;
        margin-right: 5px;
        margin-top: -3px;
        z-index: 2;
}

.hubhood-aside-post-icon svg *,
.hubhood-aside-post .hubhood-map-icon svg *,
.hubhood-listing-amenities-inner svg * {
        fill: #fff;
}

.hubhood-aside-post .hubhood-map-icon {
        top: 35px;
        left: 0;
        color: #bbb;
        font-size: 18px;
        cursor: pointer;
}

.hubhood-aside-post:hover .hubhood-map-icon {
        display: none;
}

.hubhood-aside-post-rating {
        position: absolute;
        top: 6px;
        right: 8px;
        font-size: 9px;
        color: #252525;
}

.hubhood-aside-post-pic {
        position: relative;
        display: inline-block;
        border: 0;
        background-color: #fff;
        width: 120px;
        height: 120px;
        border-radius: 50%;
        overflow: hidden;
        padding: 0;
        background-position: center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
}

.hubhood-map-sidebar-listing-thumbnail-squared .hubhood-aside-post-pic {
        border-radius: 8px;
}

.hubhood-aside-post a:hover .hubhood-aside-post-pic {
        box-shadow: 0 10000px #252525 inset;
        padding: 12px;
}

.hubhood-aside-post-pic div {
        background-position: center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-color: #ffffff;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        box-shadow: 0 2000px rgba(0,0,0,0.12) inset, 0 0 30px rgba(0,0,0,0.35) inset;
        position: relative;
        z-index: 2;
}

.hubhood-map-sidebar-listing-thumbnail-squared .hubhood-aside-post-pic div {
        border-radius: 8px;
}

.hubhood-aside-post-pic img {
        width: 100%;
        border-radius: 50%;
}

.hubhood-aside-post-data {
        display: block;
        width: 100%;
        padding: 0 30px;
}

.hubhood-aside-post-title {
        color: #252525;
        margin-top: 10px;
        margin-bottom: 2px;
        line-height: 1.5;
        font-size: 16px;
}

.hubhood-map-sidebar-listing-thumbnail-squared .hubhood-aside-post-title {
        margin-top: 27px;
}

div[data-has="claim"] .hubhood-aside-post-title {
        margin-top: 27px;
}

.hubhood-aside-post[data-no-image] .hubhood-aside-post-title,
div[data-has="claim"][data-no-image] .hubhood-aside-post-title {
        margin-top: 0;
}

.hubhood-testimonial-post-data .hubhood-aside-post-title {
        margin: 0;
        display: inline-block;
        width: 100%;
}

.hubhood-testimonial-post-data .hubhood-aside-post-data {
        padding: 0;
}

.hubhood-aside-post-category,
.hubhood-aside-post-region {
        border-radius: 4px;
        display: inline-block;
        font-size: 14px;
        margin-top: 0;
        color: #252525;
}

.hubhood-references-distance-metering {
        position: relative;
        margin-bottom: 20px;
        white-space: nowrap;
        width: calc(100% + 60px);
        max-width: calc(100% + 60px);
        margin-left: -30px;
        margin-right: -30px;
        overflow: hidden;
        border-top: 1px solid #dfdfdf;
        border-bottom: 1px solid #dfdfdf;
        line-height: 0;
        box-shadow: 0 -15px 40px -30px rgba(0,0,0,0.55), 0 15px 40px -30px rgba(0,0,0,0.55);
}

.hubhood-references-navigation {
        display: inline-block;
        position: absolute;
        top: 50%;
        margin-top: -22px;
        left: auto;
        right: 5px;
        width: 44px;
        height: 44px;
        border-radius: 50%;
        background-color: transparent;
        line-height: 43px;
        text-align: center;
        padding-left: 4px;
        cursor: pointer;
}

.hubhood-references-navigation:hover {
        color: #252525;
}

.hubhood-location-references-wrapper {
        font-size: 0;
        -webkit-transform: translate(0,0);
        -moz-transform: translate(0,0);
        -ms-transform: translate(0,0);
        -o-transform: translate(0,0);
        transform: translate(0,0);
}

.hubhood-references-distance-metering .hubhood-location-references-wrapper div {
        width: 100%;
        padding: 20px 35px;
        display: inline-block;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        line-height: 2;
        font-size: 14px;
}

.hubhood-references-distance-metering .hubhood-location-references-wrapper div span {
        background-color: #252525;
        color: #fff;
        border-radius: 3px;
        padding: 0 7px;
        line-height: 0;
        padding: 4px 10px;
        border-radius: 50px;
}

.hubhood-references-distance-metering .hubhood-location-references-wrapper div span.fas {
        font-size: 24px;
        background-color: #fff;
        color: #252525;
        padding: 0;
        position: relative;
        top: 1px;
        padding-right: 4px;
        display: none;
}

.hubhood-grid-design-image-block .hubhood-references-distance-metering .hubhood-location-references-wrapper div span.fas {
        display: inline-block;
}

.widget_hubhood_listing_reviews .hubhood-aside-post-category a,
.widget_hubhood_listing_reviews .hubhood-aside-post-region a {
        color: #252525;
}

.hubhood-aside-post-category ~ .hubhood-aside-post-region:before,
.hubhood-card-category-name a ~ a:before,
.hubhood-search-query:before,
.hubhood-map-button-content a:before {
        content: "";
        display: inline-block;
        position: relative;
        width: 2px;
        height: 2px;
        border-radius: 50%;
        background-color: rgb(25,30,35);
        margin-left: 6px;
        margin-right: 6px;
        top: -3px;
}

.hubhood-map-button-content a:first-child:before,
.leaflet-pop-address span:first-child:before {
        content: none;
}

.hubhood-aside-post a .hubhood-single-listing-link,
.hubhood-aside-post a .hubhood-show-map-popup {
        position: absolute;
        z-index: 1000;
        right: 10px;
        top: 63px;
}

.hubhood-aside-post a .hubhood-single-listing-link {
        opacity: 0;
}

.hubhood-aside-post a:hover .hubhood-single-listing-link {
        opacity: 1;
}

 .hubhood-aside-post a .hubhood-show-map-popup {
        right: auto;
        left: 10px;
}

.hubhood-aside-post[data-no-image] a .hubhood-single-listing-link,
.hubhood-aside-post[data-no-image] a .hubhood-show-map-popup {
        top: 50%;
        margin-top: 0;
}

.hubhood-aside-post a .hubhood-single-listing-link:before,
.hubhood-aside-post a .hubhood-show-map-popup:before {
        font-family: "FontAwesome";
        content: "\f053";
        background-color: #fff;
        color: #252525;
        display: inline-block;
        width: 40px;
        height: 40px;
        line-height: 32px;
        font-size: 14px;
        border-radius: 50%;
        text-align: center;
        padding: 5px 6px 4px 3px;
        -webkit-text-stroke-width: 0.001em;
}

.hubhood-aside-post a .hubhood-single-listing-link:before {
        content: "\f054";
        padding: 5px 3px 4px 6px;
}

.hubhood-aside-post a:hover .hubhood-show-map-popup:before,
.hubhood-aside-post a:hover .hubhood-single-listing-link:before {
        display: block;
        color: #252525;
}

.hubhood-aside-post[data-no-image] .hubhood-aside-post-pic {
        display: none;
}

.hubhood-aside-post[data-no-coordinates] a .hubhood-show-map-popup {
        display: none;
}

/* The listing map */

.hubhood-map-listing {
        padding: 0;
        width: 100%;
        overflow: hidden;
}

.hubhood-map-listing.hubhood-map-hidden {
        height: 164px;
}

.hubhood-map-listing.hubhood-map-hidden.hubhood-no-results-header,
.hubhood-map-listing.hubhood-map-hidden.hubhood-no-results-header .hubhood-map-button {
        height: 90px;
        line-height: 90px;
        background-color: #ffffff;
        box-shadow: none;
        border-bottom: 1px solid rgba(125,125,125,0.2);
}

.hubhood-map-listing.hubhood-map-hidden.hubhood-no-results-header .hubhood-map-button {
        border-bottom:0;
}

.hubhood-close-aside-listings {
        position: absolute;
        width: 44px;
        height: 44px;
        line-height: 44px;
        font-size: 16px;
        text-align: center;
        background-color: #fff;
        color: #252525;
        cursor: pointer;
        border-radius: 50px;
        top: 20px;
        left: -66px;
        z-index: 60;
}

.hubhood-buttons-squared .hubhood-close-aside-listings {
        border-radius: 8px;
}

#map ~ .hubhood-aside-list .hubhood-close-aside-listings {
        top: 10px;
        left: -56px;
        box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.1), -2px -2px 2px 0 rgba(0,0,0,0.1);
}

#map ~ .hubhood-aside-list .hubhood-close-aside-listings.icon-location {
        left: -66px;
}

.hubhood-close-aside-listings.icon-cross2 {
        padding-left: 2px;
        line-height: 41px;
}

#secondary #map ~ .hubhood-aside-list .hubhood-close-aside-listings.icon-cross2,
.hubhood-site-footer #map ~ .hubhood-aside-list .hubhood-close-aside-listings.icon-cross2 {
        left: auto;
        right: 20px;
}

.hubhood-close-aside-listings:before {
        display: inline-block;
}

.hubhood-close-aside-listings.icon-location {
        font-size: 20px;
}

.hubhood-is-desktop .hubhood-close-aside-listings:hover {
        background-color: #252525;
        color: rgb(255,255,255);
        text-shadow: 1px 1px rgba(0,0,0,0.2);
}

.hubhood-is-desktop .hubhood-hero-header .hubhood-close-aside-listings:hover {
        opacity: 0.8;
        background-color: rgba(255,255,255,0.15);
        color: #fff;
}

.hubhood-page-header-with-map {
        width: 100%;
        height: 100%;
        display: table;
        text-align: center;
        font-size: 16px;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 5;
        color: #252525;
}

.hubhood-map-view .hubhood-page-header-with-map {
        display: none;
}

.hubhood-current-page-info,
.hubhood-map-button {
        width: 100%;
        position: absolute;
        display: table;
        right: 0;
        top: 0;
        height: 200px;
        line-height: 164px;
        white-space: nowrap;
        font-size: 0;
}

.hubhood-current-page-info {
        display: inline-block;
}

.hubhood-current-page-info:before,
.hubhood-map-button:before {
        content: "";
        display: inline-block;
        height: 100%;
        vertical-align: middle;
}

.hubhood-map-button {
        right: auto;
        box-shadow: 0 0 65px rgba(0,0,0,0.07) inset, 0 0 35px rgba(0,0,0,0.05) inset;
}



.hubhood-map-button-text {
        font-size: 14px;
        font-weight: 400;
        vertical-align: middle;
        width: 100%;
        text-align: center;
        color: #252525;
        display: inline-block;
        white-space: normal;
}

.hubhood-map-button {
        height: 164px;
        vertical-align: middle;
        position: relative;
        float: right;
        cursor: pointer;
        background-color: rgba(255,255,255,0.2);
}

.hubhood-map-button.disabled {
        cursor: default;
        background-color: #ffffff;
}

.hubhood-map-button-text {
        height: auto;
        position: relative;
        vertical-align: middle;
        line-height: normal;
        cursor: pointer;
        opacity: 0;
        display: none;
        text-shadow: none;
        line-height: 26px;
}

#page .hubhood-page-header-content .hubhood-map-button-text span {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        font-size: 15px;
        height: 44px;
        line-height: 1.6;
        padding: 10px 25px;
        box-shadow: 0 0 300px rgba(0,0,0,0.65),0 0 30px rgba(0,0,0,0.06);
        border-radius: 50px;
        background-color: rgba(35,40,45,0.9);
        color: #fff;
        text-shadow: 1px 1px rgba(0,0,0,0.2);
}

.hubhood-launch-map-button-design-light #page .hubhood-page-header-content .hubhood-map-button-text span {
        background-color: #ffffff;
        color: #252525;
        text-shadow: none;
}

.hubhood-map-button-text .icon-map2:before {
        font-size: 22px;
        position: relative;
        top: -3px;
        padding-right: 8px;
}

.hubhood-map-button.disabled .hubhood-map-button-text .icon-map2:before {
        content: none;
}

.hubhood-buttons-squared #page .hubhood-page-header-content .hubhood-map-button-text span {
        border-radius: 8px;
}

#page .hubhood-page-header-content .hubhood-map-button:hover .hubhood-map-button-text span {
        opacity: 0.8;
}

.hubhood-launch-map-button-design-light #page .hubhood-page-header-content .hubhood-map-button:hover .hubhood-map-button-text span {
        opacity: 1;
}

#page .hubhood-page-header-content .hubhood-map-button:hover {
        background-color: rgba(255,255,255,0.6);
}

#page .hubhood-page-header-content .hubhood-map-button.disabled:hover {
        background: #ffffff;
}

#page .hubhood-page-header-content .hubhood-map-button.disabled .hubhood-map-button-text span,
#page .hubhood-page-header-content .hubhood-map-button.disabled:hover .hubhood-map-button-text span {
        background-color: transparent;
        color: #252525;
        width: 44px;
        padding: 0;
        box-shadow: none;
}

.hubhood-listing-list-view.hubhood-listing-list-view-only .hubhood-map-button-text {
        display: none;
}

.disabled .hubhood-map-button-text {
        cursor: default;
        display: inline-block;
        opacity: 1;
}

.disabled .hubhood-map-button-text:before {
        font-family: "icon";
        content: "\eb8d";
        position: absolute;
        color: #252525;
        width: 44px;
        height: 44px;
        line-height: 44px;
        font-size: 22px;
        text-align: center;
        padding-left: 2px;
}

.hubhood-map-button.hover {
        width: 100%;
        height: 100%;
        left: 0;
        display: table;
        text-align: center;
        font-size: 16px;
        position: absolute;
        top: 0;
        z-index: 1;
        color: #252525;
}

.hubhood-map-colors-gray .leaflet-tile-pane {
        filter: grayscale(1);
}

.hubhood-map-colors-light-gray .leaflet-tile-pane {
        filter: hue-rotate(35deg) contrast(1.18) saturate(0.5) grayscale(1) brightness(1);
}

/* .hubhood-listing-widget-dark .leaflet-tile-pane */
.hubhood-map-colors-invert .leaflet-tile-pane {
        filter: invert(0.95) hue-rotate(-135deg) contrast(0.9) saturate(1) grayscale(0.9) brightness(0.6);
}

.hubhood-map-colors-invert .leaflet-div-icon {
        border: 4px solid transparent;
}



.single-job_listing.hubhood-map-colors-listing-gray .leaflet-tile-pane {
        filter: grayscale(1);
}

.single-job_listing.hubhood-map-colors-listing-light-gray .leaflet-tile-pane {
        filter: hue-rotate(35deg) contrast(1.18) saturate(0.5) grayscale(1) brightness(1);
}

/* .hubhood-listing-widget-dark .leaflet-tile-pane */
.single-job_listing.hubhood-map-colors-listing-invert .leaflet-tile-pane {
        filter: invert(0.95) hue-rotate(-135deg) contrast(0.9) saturate(1) grayscale(0.9) brightness(0.6);
}

.single-job_listing.hubhood-map-colors-listing-invert .leaflet-div-icon {
        border: 4px solid transparent;
}

#map {
        position: relative;
        z-index: 0;
        background-color: #f3f3f3;
}

.hubhood-listing-widget-dark.hubhood-widget-map,
.hubhood-listing-widget-dark.hubhood-widget-map #map {
        background-color: rgb(15, 20, 25);
}

.hubhood-widgetized-map-container #map {
        height: 60vh; /* For browsers without CSS var support */
        min-height: 60vh; /* For browsers without CSS var support */
        height: calc(60vh - var(--vh-offset, 0px)); /* Cross browser fix for CSS 'vh' (vh-check script) */
        min-height: calc(60vh - var(--vh-offset, 0px)); /* Cross browser fix for CSS 'vh' (vh-check script) */
        max-height: 456px
}

.hubhood-map-ready-to-launch.hubhood-map-with-waves #map {
        margin-top: 12px;
}

#map.hubhood-color-design {
        background-color: #252525;
}

#map.hubhood-color-design .leaflet-tile-pane {
        opacity: 0.75;
}

#map.hubhood-color-design .leaflet-tile-pane {
        opacity: 0.6;
}

.hubhood-back-listing-button {
        background-color: rgb(35,40,45);
        color: #fff;
        height: 44px;
        line-height: 47px;
        vertical-align: middle;
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 20000;
        padding: 0 25px 0 15px;
        cursor: pointer;
        border-radius: 0 50px 50px 0;
        font-size: 16px;
        text-shadow: 1px 1px rgba(0,0,0,0.2);
}

.hubhood-launch-map-button-design-light .hubhood-back-listing-button {
        background-color: #ffffff;
        color: #252525;
        text-shadow: none;
}

.hubhood-buttons-squared .hubhood-back-listing-button {
        border-radius: 0 8px 8px 0;
}

.hubhood-map-view.hubhood-only-map .hubhood-back-listing-button,
.single-job_listing .hubhood-back-listing-button,
.hubhood-map-and-page .hubhood-back-listing-button {
        display: none;
}

.hubhood-back-listing-button:before {
        position: relative;
        margin-right: 12px;
        font-size: 26px;
        top: -2px;
}

.hubhood-map-listing .hubhood-posts-column-list {
        top: 0;
        height: 100%;
}

.hubhood-map-listing .hubhood-aside-post:first-child {
        margin-top: 0;
        border-top: 1px solid rgba(125,125,125,0.2);
}

.leaflet-control {
        color: #252525;
}

.leaflet-top {
        z-index: 900;
}

.hubhood-map-ready-to-launch.hubhood-map-with-waves .leaflet-top {
        top: 10px;
}

.leaflet-control.leaflet-control-attribution a:hover {
        color: #252525;        
}

body .leaflet-bar a span {
        display: inline-block;
}

.leaflet-touch .leaflet-bar {
        border: none;
        opacity: 1;
}

.leaflet-control-zoom {
        box-shadow: none;
}

body .leaflet-control-zoom-in,
body .leaflet-control-zoom-out {
        font-size: 20px;
}

.leaflet-control-zoom-out,
.leaflet-control-zoom-in,
.leaflet-control-zoom-reset,
body .leaflet-control-zoom-fullscreen,
.leaflet-bar a:first-child,
.leaflet-bar a:last-child,
.leaflet-touch .leaflet-bar a,
.leaflet-touch .leaflet-bar a:first-child,
.leaflet-touch .leaflet-bar a:last-child {
        border-radius: 0;
        overflow: hidden;
        box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.1), -2px -2px 2px 0 rgba(0,0,0,0.1);
        border: 0;
}

.single .leaflet-control a.leaflet-control-zoom-out {
        background: rgb(35,40,45);
}

body .leaflet-bar a {
        line-height: 0;
}

.leaflet-bar a.leaflet-control-zoom-in,
.leaflet-bar a.leaflet-control-zoom-out,
.leaflet-bar a.leaflet-control-zoom-reset,
.leaflet-bar a.leaflet-control-zoom-fullscreen {
        font-size: 0;
        vertical-align: top;
        width: 44px;
        height: 44px;
        line-height: 44px;
        padding-right: 1px;
}

body .leaflet-bar a.leaflet-control-zoom-in:before,
body .leaflet-bar a.leaflet-control-zoom-out:before {
        font-family: "FontAwesome";
        font-size: 15px;
        content: "\f067";
        font-weight: 900;
        display: inline-block;
        line-height: 44px;
        -webkit-text-stroke-width: 0.001em;
}

.leaflet-bar a.leaflet-control-zoom-in.leaflet-disabled,
.leaflet-bar a.leaflet-control-zoom-out.leaflet-disabled,
.leaflet-bar a.leaflet-control-zoom-reset.leaflet-disabled,
.leaflet-bar a.leaflet-control-zoom-fullscreen.leaflet-disabled,
.leaflet-bar a.leaflet-control-zoom-fullscreen.leaflet-disabled:hover,
.leaflet-bar a.leaflet-control-zoom-in.leaflet-disabled:hover,
.leaflet-bar a.leaflet-control-zoom-out.leaflet-disabled:hover,
.leaflet-bar a.leaflet-control-zoom-reset.leaflet-disabled:hover,
.leaflet-control a.leaflet-disabled:hover {
        color: #999;
}

.leaflet-control-zoom-reset,
.leaflet-control-zoom-fullscreen {
        width: 42px;
        height: 44px;
        line-height: 44px;
        font-size: 16px;
        font-weight: 400;
}

.leaflet-control-zoom-reset.fa:before,
.leaflet-control-zoom-fullscreen:before {
        display: inline-block;
        font-size: 16px;
        line-height: 44px;
        font-weight: 600;
}

.leaflet-control-zoom-reset.fa,
.leaflet-control-zoom-fullscreen.fa {
        font-size: 16px;
        background: rgb(45,50,55);
        box-shadow: 0 0 15px rgb(0 0 0 / 50%);
        z-index: 1;
}

body .leaflet-bar a.leaflet-control-zoom-in span,
body .leaflet-bar a.leaflet-control-zoom-out span {
        display: none;
}

body .leaflet-bar a.leaflet-control-zoom-out:before {
        content: "\f068";
}

.leaflet-control a,
.leaflet-bar a.leaflet-disabled,
.leaflet-bar a.leaflet-disabled:hover,
.leaflet-control a:hover {
        background: rgb(25,30,35);
        color: #fff;
}

.leaflet-control a.leaflet-control-zoom-reset:hover,
.leaflet-control a.leaflet-control-zoom-fullscreen:hover {
        background: rgb(45,50,55);
}

.leaflet-container a.leaflet-control-filter,
.leaflet-container a.leaflet-control-filter:hover {
        position: absolute;
        width: 44px;
        height: 44px;
        line-height: 42px;
        top: 30px;
        right: 32px;
        text-align: center;
        background: rgb(25,30,35);
        border-radius: 4px;
        color: #fff;
        font-size: 20px;
        display: none;
        z-index: 900;
}

.hubhood-map-control-buttons-background-color-light .leaflet-control {
        box-shadow: 0 0 8px rgba(0,0,0,0.14);
}

.hubhood-map-control-buttons-background-color-light .leaflet-container a,
.hubhood-map-control-buttons-background-color-light .leaflet-container a:hover,
.hubhood-map-control-buttons-background-color-light.single .leaflet-control a.leaflet-control-zoom-out {
        background-color: #fff;
        color: #252525;
        box-shadow: none;
}

.hubhood-map-control-buttons-background-color-light .leaflet-container a.leaflet-control-zoom-fullscreen:hover {
        box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.1), -2px -2px 2px 0 rgba(0,0,0,0.1) !important;
}

.hubhood-style-general-edges-rounded #map .leaflet-control-filter {
        border-radius: 50px;
}

.hubhood-map-control-buttons-background-color-light #map .leaflet-control-filter {
        box-shadow: 0 0 8px rgba(0,0,0,0.14);
}

[data-listing-grid-view="hubhood-grid-only-map"] .leaflet-container a.leaflet-control-filter,
[data-listing-grid-view="hubhood-grid-only-map"] .leaflet-container a.leaflet-control-filter:hover {
        display: inline-block;
}

body .leaflet-control-attribution a {
        color: #252525;
        text-decoration: none;
}

.leaflet-pane {
        z-index: 900;
}

.leaflet-popup-tip,
.leaflet-popup-content-wrapper {
        background-color: #fff;
        color: #252525;
}

.leaflet-popup-content-wrapper {
        border-radius: 4px;
        box-shadow: 0 0 30px rgba(0,0,0,0.1);
        padding: 0;
        background: rgb(35,40,45);
}

.leaflet-popup-content {
        margin: 0;
        width: 292px !important;
        padding: 0;
}

.leaflet-popup-content .leaflet-popup-listing-link {
        display: block;
        padding: 30px;
        max-width: 292px;
        width: 292px;
        height: 215px;
        cursor: pointer;
        margin-left: 0px;
}

.leaflet-popup-content .hubhood-listing-card-icon.fa-star {
        display: none;
}

.leaflet-pop-heading-icons {
        position: absolute;
        z-index: 2;
        top: -20px;
        right: -20px;
}

.leaflet-pop-heading-icons > *,
.leaflet-pop-heading-icons .hubhood-listing-card-icon {
        margin-right: 0;
}

.leaflet-popup-content .leaflet-popup-listing-link.leaflet-no-popup-image {
        margin: 0;
}

.hubhood-map-contact .leaflet-popup-content .leaflet-popup-listing-link,
.leaflet-popup-content .leaflet-popup-listing-link.leaflet-popup-no-hover,
.leaflet-popup-listing-link.leaflet-popup-no-hover {
        cursor: default;
}

.leaflet-popup-content .leaflet-popup-listing-link:before {
        font-family: "FontAwesome";
        content: "\f178";
        position: absolute;
        display: inline-block;
        top: 10px;
        left: 110px;
        width: 42px;
        height: 42px;
        line-height: 43px;
        background-color: rgba(0,0,0,0.3);
        box-shadow: 0 0 50px rgba(0,0,0,0.5);
        color: #fff;
        text-shadow: none;
        text-align: center;
        border-radius: 50%;
        z-index: 100;
        font-size: 28px;
        opacity: 0;
        display: none;
        -webkit-text-stroke-width: 0.001em;
}

.leaflet-popup-content .leaflet-popup-listing-link.leaflet-popup-no-hover:before {
        content: none;
}

.leaflet-popup:hover .leaflet-popup-content .leaflet-popup-listing-link:before {
        opacity: 1;
        top: 55px;
}

.leaflet-popup:hover .leaflet-popup-content .leaflet-popup-listing-link.leaflet-no-popup-image:before {
        top: 50%;
        margin-top: -21px;
        box-shadow: none;
        background-color: #aaa;
}

.leaflet-popup:hover .leaflet-popup-content .leaflet-popup-listing-link.leaflet-no-popup-image .leaflet-pop-title,
.leaflet-popup:hover .leaflet-popup-content .leaflet-popup-listing-link.leaflet-no-popup-image .leaflet-pop-address {
        opacity: 0.65;
}

.leaflet-popup-image {
        position: absolute;
        top: 0;
        left: 0;
        width: 292px;
        height: 215px;
        background-color: rgb(25,30,35);
        background-position: center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        border-radius: 4px;
        margin-bottom: 0;
        box-shadow: 0 10000px rgba(0,0,0,0.3) inset, 0 0 40px rgba(0,0,0,0.3) inset;
}

.leaflet-container a.leaflet-popup-close-button,
.leaflet-popup-coordinate-icon:before {
        position: absolute;
        text-align: center;
        z-index: 2;
        width: 44px;
        height: 44px;
        line-height: 44px;
        font-size: 14px;
        font-weight: 400;
        text-shadow: none;
        right: -13px;
        top: -15px;
        color: #252525;
        background-color: #fff;
        box-shadow: -5px 5px 10px rgba(0,0,0,0.2);
        border-radius: 50%;
        padding: 0;
}

.leaflet-container a.leaflet-popup-close-button,
.leaflet-container a.leaflet-popup-close-button:hover {
        font-size: 22px;
        color: transparent;
}

.leaflet-container a.leaflet-popup-close-button:before {
        font-family: "icon";
        content: "\ec35";
        color: #252525;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        text-align: center;
        font-size: 12px;
        padding-left: 2px;
        line-height: 45px;
        font-weight: 600;
}

.leaflet-popup-coordinate-icon:before {
        font-family: "icon";
        content: "\ea7a";
        line-height: 30px;
        text-align: left;
        font-size: 20px;
        position: absolute;
        display: inline-block;
        z-index: 15;
        border-radius: 8px 0 0 0;
        width: 26px;
        height: 28px;
        top: auto;
        bottom: 0;
        left: auto;
        right: 0;
        padding-right: 0;
        padding-top: 1px;
        padding-left: 7px;
        cursor: pointer;
}

.leaflet-no-popup-image .hubhood-listing-logo-wrapper ~ .leaflet-popup-image {
        margin-bottom: 50px;
}

.leaflet-no-popup-image .leaflet-popup-image .leaflet-popup-coordinate-icon {
        margin-top: 30px;
        position: relative;
        top: -8px;
}

.leaflet-popup-coordinates {
        position: relative;
        width: 100%;
        text-align: center;
        background-color: aliceblue;
        border: 1px dashed rgba(0,0,0,0.4);
        border-radius: 8px;
        padding: 10px 6px 8px 6px;
        cursor: text;
        display: none;
}

body .leaflet-popup-coordinates * {
        color: #252525;
}

body .leaflet-popup-coordinates:hover {
        background-color: #fff;
        border: 1px dashed rgba(0,0,0,0.7);
        color: #252525;
}

body .leaflet-popup-coordinates:hover * {
        color: #252525;
        text-shadow: none;
}

body .leaflet-popup-coordinates div {
        display: inline-block;
        width: 100%;
        text-align: center;
}

body .leaflet-popup-coordinates div span {
        font-weight: 700;
        font-size: 13px;
        padding-right: 4px;
}

.leaflet-pop-listing-data {
        position: absolute;
        margin: 0;
        padding: 0;
        bottom: 25px;
        left: 30px;
        width: calc(100% - 60px);
}

.leaflet-pop-title,
.leaflet-pop-category,
.leaflet-pop-address {
        width: 100%;
        text-align: center;
        color: #252525;
        font-size: 13px;
        line-height: 1.5; /* Like on Gutenberg editor */
        margin-top: 20px;
        margin-bottom: 1px;
}

.leaflet-pop-title {
        position: relative;
        margin: 0;
        padding: 0;
        padding-top: 2px;
        bottom: 0;
        max-width: 100%;
        font-size: 15px;
        line-height: 1.7;
        color: #fff;
        font-weight: 600 !important;
        text-shadow: 1px 1px 0 rgb(0 0 0 / 45%), 2px 2px 10px rgb(0 0 0 / 35%);
        text-align: left;
        display            : -webkit-box;
        -webkit-line-clamp : 2;
        -webkit-box-orient : vertical;
        max-height         : 51px;
        overflow           : hidden;
}

.leaflet-pop-category {
        position: absolute;
        display: inline-block;
        background-color: #fff;
        color: #252525;
        border-radius: 4px;
        width: auto;
        max-width: calc(100% - 14px);
        text-align: left;
        letter-spacing: 0.5px;
        font-weight: 400;
        font-size: 14px;
        line-height: 1.5; /* Like on Gutenberg editor */
        text-shadow: none;
        bottom: 7px;
        left: 7px;
        padding: 2px 6px 1px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
}

.leaflet-popup-image .leaflet-pop-category {
        bottom: 3px;
        left: 4px;
        max-width: calc(100% - 33px);
        display: none;
}

.leaflet-pop-address,
.leaflet-pop-address * {
        position:  relative;
        font-size: 14px;
        font-weight: 400;
        color              : rgba(255, 255, 255, 0.85);
        text-shadow        : 1px 1px 0 rgba(0, 0, 0, 0.6);
        max-width: 100%;
        letter-spacing: 0.025em;
        text-align: left;
        margin: 0;
        padding: 0;
        margin-top: 10px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
}

.leaflet-div-icon {
        font-size: 20px;
        display: table;
        text-align: center;
        border-radius: 50%;
        border: 0;
        background-color: transparent;
        box-shadow: 2px 2px 2px 0 rgb(0 0 0 / 10%), -2px -2px 2px 0 rgb(0 0 0 / 10%);
        color: #fff;
        text-shadow: 1px 1px rgba(0,0,0,0.2);
        box-shadow: 0 0 60px rgb(255 255 255 / 15%);
        width: 48px !important; /* Overwrite JavaScript attribution from Leaflet */
        height: 48px !important; /* Overwrite JavaScript attribution from Leaflet */
}

.leaflet-popup-close-button,
.hubhood-listing-logo-wrapper {
        display: none;
}


.leaflet-marker-icon:not(.leaflet-cluster):before {
        content: "";
        position: absolute;
        width: 150px;
        height: 150px;
        top: 50%;
        left: 50%;
        margin-top: -75px;
        margin-left: -75px;
        background-color: rgb(0,0,0);
        opacity: 0.09;
        border-radius: 100px;
        pointer-events: none;
        display: none;
}

.leaflet-marker-icon.selected:not(.leaflet-cluster):before,
.single .leaflet-marker-icon:not(.leaflet-cluster):before {
        display: inline-block;
}

.single-job_listing .leaflet-interactive {
        cursor: -webkit-grab;
        cursor: -moz-grab;
        cursor: grab;
}

.hubhood-icons-counters-terms-design-squared .leaflet-div-icon {
        border-radius: 8px;
}

.leaflet-div-icon:hover .leaflet-marker-pin {
        box-shadow: none;
        color: #fff;
        -webkit-transform: scale(1.23);
        -moz-transform: scale(1.23);
        -ms-transform: scale(1.23);
        -o-transform: scale(1.23);
        transform: scale(1.23);
}

.leaflet-marker-icon:not(.leaflet-cluster):hover:before {
        -webkit-transform: scale(1.23);
        -moz-transform: scale(1.23);
        -ms-transform: scale(1.23);
        -o-transform: scale(1.23);
        transform: scale(1.23);
}

.single-job_listing .leaflet-div-icon:hover .leaflet-marker-pin {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
}

.leaflet-div-icon.selected {
        color: #fff;
        text-shadow: 1px 1px rgba(0,0,0,0.2);
}

.leaflet-div-icon.selected i svg * {
        fill: #fff;
}

.leaflet-div-icon.leaflet-high-z-index {
        z-index: 11999;
}

.leaflet-div-icon i {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        position: relative;
        line-height: 1;
        padding-left: 1px;
}

.leaflet-div-icon i:before {
        height: 40px;
        line-height: 40px;
        display: inline-block;
}

.leaflet-div-icon.selected i:before {
        line-height: 41px;
}

.leaflet-div-icon i svg {
        width: 32px;
        height: 28px;
        left: auto;
        display: inline-block;
        vertical-align: middle;
        -webkit-background-size: contain;
        -moz-background-size: contain;
        -o-background-size: contain;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center center;
}

.leaflet-div-icon.selected i svg {
        margin-top: -6px;
}

.leaflet-div-icon i svg * {
        fill: #fff;
}

.leaflet-marker-pin,
.leaflet-marker-pin-border {
        position: absolute;
        width: 100%;
        height:100%;
        top: 0;
        left: 0;
        border-radius: 50%;
        z-index: -1;
}

.hubhood-icons-counters-terms-design-squared .leaflet-marker-pin,
.hubhood-icons-counters-terms-design-squared .leaflet-marker-pin-border {
        border-radius: 8px;
}

.leaflet-marker-pin {
        background-color: #252525;
        z-index: 0;
}

.leaflet-div-icon.selected .leaflet-marker-pin,
.leaflet-div-icon.selected .leaflet-marker-pin-border {
        border-radius: 50% 50% 50% 50%;
}

.leaflet-marker-pin-border {
        z-index: 5;
}

.leaflet-popup {
        margin-bottom: 40px !important;  /* Overwrite JavaScript attribution from Leaflet */
}

.leaflet-popup-tip-container {
        display: none;
}

.hubhood-aside-list {
        display: none;
        position: absolute;
        top: 0;
        right: -350px;
        padding-right: 3px;
        background-color: #fff;
        line-height: 1.5; /* Like on Gutenberg editor */
}

.hubhood-more-map-listing {
        display: block;
        position: relative;
        width: 100%;
        height: 80px;
        line-height: 80px;
        text-align: center;
        font-size: 42px;
        padding-top: 3px;
        color: #252525;
        cursor: pointer;
}

.hubhood-disable-click,
.hubhood-more-results.hubhood-disable-click,
.hubhood-more-map-listing {
        cursor: default;
}

.hubhood-more-results {
        position: relative;
        z-index: 1;
        color: #252525;
}

.hubhood-aside-list .hubhood-more-results {
        margin-top: 0;
}

.hubhood-main-block .hubhood-load-more-wrapper,
#primary.hubhood-blog-results-wrapper .hubhood-more-results {
        text-align: center;
}

.hubhood-aside-list .hubhood-load-more-wrapper {
        padding: 25px 20px;
}

.hubhood-aside-list .hubhood-posts-column-list .hubhood-more-results {
        display: block;
        width: 100%;
}

.hubhood-more-results.hubhood-loading-results:after,
.hubhood-more-map-listing.hubhood-loading-results:after,
.hubhood-nearest-me-loading-icon.hubhood-is-geolocating:after {
        content: "";
        background-image: url(../images/spinner.gif);
        background-position: center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        width: 20px;
        height: 20px;
        position: absolute;
        top: -36px;
        left: 50%;
        margin-left: -10px;
        border-radius: 50%;
        overflow: hidden;
}

.hubhood-nearest-me-loading-icon.hubhood-is-geolocating:after {
        position: relative;
        display: block;
        left: 50%;
        margin-left: -10px;
        top: auto;
        margin-top: 20px;
}

.hubhood-loading-results + div.tooltip {
        display: none !important; /* Needed to have priority over JavaScript attribution */
}

.hubhood-more-results:before,
.hubhood-more-map-listing:before {
        display: inline-block;
}

.hubhood-more-map-listing {
        display: block;
        color: #252525;
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(150,150,150,0.17)), color-stop(100%, rgba(150,150,150,0)));
        background: -webkit-linear-gradient(top,rgba(150,150,150,0.17) 0%,rgba(150,150,150,0) 100%);
        background: -moz-linear-gradient(top,rgba(150,150,150,0.17) 0%, rgba(150,150,150,0) 100%);
        background: -o-linear-gradient(top,rgba(150,150,150,0.17) 0%, rgba(150,150,150,0) 100%);
        background: linear-gradient(to bottom,  rgba(150,150,150,0.17) 0%,rgba(150,150,150,0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2b969696", endColorstr="#00969696",GradientType=0);
}

.hubhood-get-directions-wrapper {
        position: absolute;
        height: 0;
        text-align: center;
        width: 100%;
        bottom: 0;
        left: 50%;
}

.hubhood-listing-map .hubhood-get-directions {
        position: relative;
        float: left;
        bottom: 10px;
        -webkit-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        transform: translate(-50%,-100%);
}

.hubhood-ajax-map-markers {
        display: none;
}

.hubhood-showing-map .hubhood-related-separator,
.hubhood-showing-map .hubhood-related-listing-archive {
        display: none;
}

.hubhood-hidden-map .hubhood-widgetized-map-container {
        height: 0;
        left: -100%;
        overflow: hidden;
}

.hubhood-map-launch-wrapper {
        box-shadow: 5000px 0 0 rgba(255,255,255,0.3) inset;
        padding-top: 120px;
        padding-bottom: 120px;
        background-color: aliceblue;
        background-position: center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-attachment: scroll;
}

.hubhood-map-launch-wrapper .button:hover {
        padding: 10px 45px 10px 53px;
}

#page .hubhood-page-header-content .hubhood-map-button:hover .hubhood-map-button-text span {
        padding: 10px 43px 10px 51px;
}

.hubhood-map-launch-wrapper .button:after,
#page .hubhood-page-header-content .hubhood-map-button .hubhood-map-button-text span:after {
        content: "";
        position: absolute;
        top: -14px;
        left: -14px;
        width: calc(100% + 28px);
        height: calc(100% + 28px);
        border: 12px solid rgba(35,40,45,0.9);
        border-radius: 36px;
}

.hubhood-launch-map-button-design-light .hubhood-map-launch-wrapper .button:after,
.hubhood-launch-map-button-design-light #page .hubhood-page-header-content .hubhood-map-button .hubhood-map-button-text span:after {
        border: 12px solid #ffffff;
}

.hubhood-buttons-squared .hubhood-map-launch-wrapper .button:after,
.hubhood-buttons-squared #page .hubhood-page-header-content .hubhood-map-button .hubhood-map-button-text span:after {
        border-radius: 20px;
}

#page .hubhood-no-results-header .hubhood-page-header-content .hubhood-map-button .hubhood-map-button-text span:after {
        content: none;
}

.hubhood-map-launch-wrapper .button:hover:after,
#page .hubhood-page-header-content .hubhood-map-button:hover .hubhood-map-button-text span:after {
        top: -18px;
        left: -18px;
        width: calc(100% + 36px);
        height: calc(100% + 36px);
        border-radius: 40px;
}

.hubhood-buttons-squared .hubhood-map-launch-wrapper .button:hover:after,
.hubhood-buttons-squared #page .hubhood-page-header-content .hubhood-map-button:hover .hubhood-map-button-text span:after {
        border-radius: 22px;
}

.hubhood-map-launch-wrapper .button:hover:before,
#page .hubhood-page-header-content .hubhood-map-button .hubhood-map-button-text span:before {
        opacity: 1;
        left: 0;
        margin-left: 0;
}

.hubhood-map-launch-wrapper .button:hover:before,
#page .hubhood-page-header-content .hubhood-map-button:hover .hubhood-map-button-text span:before {
        opacity: 0;
        left: -2px;
        margin-left: -44px;
}

.page-template-front-page.hubhood-page-has-scrolled .hubhood-rubber-container.hubhood-rubber-media {
        opacity: 0;
}

.hubhood-is-safari.hubhood-is-mobile .hubhood-map-launch-wrapper {
        background-attachment: scroll;
}

body .entry-content .hubhood-front-widget-wrapper.hubhood-map-ready-to-launch {
        position: relative;
        z-index: 1;
}

/*******************************************************************************
15 - Single Listing
*******************************************************************************/

.navbar-header {
        font-size : 0;
        min-height: 90px;
}

.hubhood-topbar-container {
        min-height: 90px;
}

.hubhood-logo-slogan {
        position: absolute;
        bottom: auto;
        top: calc(100% - 12px);
        border-radius: 20px;
        padding: 5px 9px 3px 8px;
        
}

body .hubhood-logo-slogan,
body .hubhood-logo-slogan * {
        background: transparent;
        color: #fff;
        font-size: 14px;
        line-height: 0.9em;
}

body .hubhood-logo-slogan a {
        color: #e1e1e1;
}

body .hubhood-slogan-bg-color-dark,
body .hubhood-slogan-bg-color-dark-colors {
        background: rgb(30,35,40);
}

body .hubhood-slogan-bg-color-dark *:before,
body .hubhood-slogan-bg-color-light *:before {
        color: var(--hubhood-color);
}

body .hubhood-slogan-bg-color-light,
body .hubhood-slogan-bg-color-light-colors {
        background: #fff;
}

body .hubhood-slogan-bg-color-primary,
body .hubhood-slogan-bg-color-secondary {
        background: var(--hubhood-color);
}

body .hubhood-slogan-bg-color-dark-colors * {
        color: #fff;
}

body .hubhood-slogan-bg-color-light-colors *,
body .hubhood-slogan-bg-color-light *,
body .hubhood-slogan-bg-color-light * a {
        color: #252525;
}

body .hubhood-slogan-bg-color-dark-colors * a,
body .hubhood-slogan-bg-color-dark-colors *:before,
body .hubhood-slogan-bg-color-light-colors * a,
body .hubhood-slogan-bg-color-light-colors *:before {
        color: var(--hubhood-color);
}

.hubhood-logo-slogan .fa:before,
.hubhood-logo-slogan .fas:before {
        margin-left: 4px;
        margin-right: 4px;
}

body .hubhood-logo-slogan a:hover {
       opacity: 0.65;
}

body .hubhood-slogan-bg-color-dark-colors *,
body .hubhood-slogan-bg-color-dark-colors *:before,
body .hubhood-slogan-bg-color-primary *,
body .hubhood-slogan-bg-color-primary *:before,
body .hubhood-slogan-bg-color-secondary *,
body .hubhood-slogan-bg-color-secondary *:before {
        text-shadow: 1px 1px rgba(0,0,0,0.35);
}

.navbar,
.navbar-brand {
        padding : 0;
}

.navbar-brand {
        min-height : 90px;
}

.navbar>.container {
        min-height : 90px;
}

.hubhood-topbar-featured-button {
        position       : relative;
        display        : inline-block;
        width          : 48px;
        height         : 48px;
        border         : 4px solid #fff;
        cursor         : pointer;
        border-radius  : 50px;
        margin-right   : 23px;
        font-size      : 18px;
        font-weight    : 900;
        text-align     : center;
        line-height    : 42px;
        vertical-align : middle;
}

.hubhood-topbar-featured-button:hover {
        border : 4px solid var(--hubhood-color);
}

.hubhood-popup .hubhood-topbar-featured-button {
        cursor : default;
}

.hubhood-popup .hubhood-topbar-featured-button:hover {
        border : 4px solid #fff;
}

.hubhood-close-popup {
        cursor : pointer;
}

.hubhood-topbar-featured-button[class*="fa-"] {
        padding-left : 2px;
        line-height  : 39px;
}

.hubhood-topbar-featured-button[class*="bolt"] {
        padding-left : 5px;
        line-height  : 40px;
}

.hubhood-topbar-featured-button:after,
.hubhood-search-filter-button.fa-sliders-v-square:after {
        content          : "";
        position         : absolute;
        top              : -1px;
        right            : -2px;
        width            : 12px;
        height           : 12px;
        border-radius    : 8px;
        background-color : var(--hubhood-color);
        box-shadow       : 0 0 15px rgb(0 0 0 / 60%), 0 0 2px rgba(0 0 0 / 40%), 1px 1px 0 rgba(0 0 0 / 40%);
}

.hubhood-search-filter-button.fa-sliders-v-square:after {
        box-shadow : none;
        top        : 2px;
        right      : 0;
}

.hubhood-popup:not(.hubhood-trending-popup) .hubhood-topbar-featured-button:after {
        content : none;
}

.hubhood-future.hubhood-topbar-featured-button[class*=" fa-"]:before {
        content          : "";
        position         : absolute;
        top              : -6px;
        right            : -8px;
        width            : 23px;
        height           : 23px;
        border-radius    : 20px;
        font-size        : 14px;
        padding-left     : 3px;
        line-height      : 24px !important;
        background-color : var(--hubhood-color);
        box-shadow       : 0 0 15px rgba(0, 0, 0, 0.8), 0 0 7px rgba(0, 0, 0, 0.8);
}

.hubhood-highlights .hubhood-background-image:before {
        opacity : 1;
}

.hubhood-term-heading-counter {
        width         : 48px;
        height        : 48px;
        padding-left  : 2px;
        font-size     : 24px;
        line-height   : 40px;
        color         : #fff;
        border        : 5px solid #fff;
        text-align    : center;
        font-weight   : 900;
        border-radius : 50%;
}

.hubhood-term-heading-image>* {
        position  : relative;
        display   : inline-block;
        height    : 72px;
        left      : 50%;
        transform : translate(-50%);
}

.hubhood-term-heading-image~h4 {
        margin-top     : calc(var(--bs-gutter-x) - 5px);
        margin-bottom  : 0;
        text-transform : uppercase;
        text-shadow    : 1px 1px 0 rgba(0,0,0,0.3);
}

.hubhood-highlights .hubhood-term-heading-image~h4 {
        text-transform : none;
}

.hubhood-term-description,
.hubhood-term-inner *~.hubhood-term-read-more-label {
        text-shadow : 1px 1px 0 rgba(0,0,0,0.3);
        margin-top: 5px;
        font-size: 15px;
}

.hubhood-term-without-image .hubhood-term-description,
.hubhood-term-without-image .hubhood-term-inner *~.hubhood-term-read-more-label {
        text-shadow : none;
}

h4~.hubhood-term-description {
        margin-top : 20px;
}

.hubhood-term-inner {
        position       : relative;
        padding-bottom : 120px;
        min-height     : 100%;
        position       : relative;
}

.hubhood-highlights .hubhood-term-inner {
        text-align : center;
        box-shadow : 15px 15px 30px rgb(0 0 0 / 12%);
}

.hubhood-highlights .hubhood-term-heading-image {
        text-align     : left;
        padding-top    : 60px;
        padding-bottom : 50px;
}

.hubhood-highlights .hubhood-term-description {
        padding-bottom : 60px;
}

.hubhood-highlights.hubhood-highlights-design-2 .hubhood-term-description {
        background-color : transparent;
        color            : #252525;
        text-shadow      : none;
        border-radius    : 4px;
        margin-bottom    : 0;
        padding          : 30px 0;
}

.hubhood-section-counter {
        width: 100%;
        text-align: center;
        padding: 90px 0 30px;
}

.hubhood-section-counter div {
        width: 90px;
        height: 90px;
        line-height: 64px;
        border-radius: 4px;
        text-align: center;
        display: inline-block;
        background-color: #BF0530;
        font-size: 34px;
        font-weight: 700;
        color: #fff;
}

.hubhood-section-counter div:after {
        font-family  : FontAwesome;
        content: "\f063";
        position: absolute;
        bottom: -7px;
        left: 35px;
        color: #fff;
        font-size: 24px;
}

.widget_hubhood_listing_amenities .hubhood-c-2,
.widget_hubhood_listing_amenities .hubhood-c-5,
.widget_hubhood_listing_amenities .hubhood-c-4,
.widget_hubhood_listing_amenities .hubhood-c-9,
.widget_hubhood_listing_amenities .hubhood-c-16,
.widget_hubhood_listing_amenities .hubhood-c-16 + div,
.widget_hubhood_listing_amenities .hubhood-c-17,
.widget_hubhood_listing_amenities .hubhood-c-18,

.widget_hubhood_listing_categories .hubhood-c-42,
.widget_hubhood_listing_categories .hubhood-c-43,
.widget_hubhood_listing_categories .hubhood-c-44,
.widget_hubhood_listing_categories .hubhood-c-45,
.widget_hubhood_listing_categories .hubhood-c-46,
.widget_hubhood_listing_categories .hubhood-c-49,

.widget_hubhood_listing_categories .hubhood-c-42 + div,
.widget_hubhood_listing_categories .hubhood-c-43 + div,
.widget_hubhood_listing_categories .hubhood-c-44 + div,
.widget_hubhood_listing_categories .hubhood-c-45 + div,
.widget_hubhood_listing_categories .hubhood-c-46 + div,
.widget_hubhood_listing_categories .hubhood-c-49 + div,

.widget_hubhood_listings .hubhood-c-9 {
        display: none !important;
}

.hubhood-term-inner-counter-automatic {
        display   : inline-block;
        font-size : 18px;
}

.hubhood-term-inner-counter-automatic:before {
        width         : 48px;
        height        : 48px;
        display       : inline-block;
        font-weight   : 900;
        line-height   : 42px;
        border-radius : 50px;
        border        : 4px solid rgba(0, 0, 0, 0.08);
        border-bottom : 4px solid var(--hubhood-color);
}

.hubhood-term-inner-counter-automatic.hubhood-black-counter:before {
        border           : 4px solid transparent;
        background-color : #252525;
        color            : #fff;
}

.hubhood-term-content-wrapper .hubhood-term-inner-counter-automatic:before {
        content : "1";
}

.hubhood-term-content-wrapper:nth-child(2) .hubhood-term-inner-counter-automatic:before {
        content : "2";
}

.hubhood-term-content-wrapper:nth-child(3) .hubhood-term-inner-counter-automatic:before {
        content : "3";
}

.hubhood-term-content-wrapper:nth-child(4) .hubhood-term-inner-counter-automatic:before {
        content : "4";
}

.hubhood-term-content-wrapper:nth-child(5) .hubhood-term-inner-counter-automatic:before {
        content : "5";
}

.hubhood-term-content-wrapper:nth-child(6) .hubhood-term-inner-counter-automatic:before {
        content : "6";
}

.hubhood-term-content-wrapper:nth-child(7) .hubhood-term-inner-counter-automatic:before {
        content : "7";
}

.hubhood-term-content-wrapper:nth-child(8) .hubhood-term-inner-counter-automatic:before {
        content : "8";
}

.hubhood-term-content-wrapper:nth-child(9) .hubhood-term-inner-counter-automatic:before {
        content : "9";
}

.hubhood-term-content-wrapper:nth-child(10) .hubhood-term-inner-counter-automatic:before {
        content : "10";
}

.hubhood-term-content-wrapper:nth-child(11) .hubhood-term-inner-counter-automatic:before {
        content : "11";
}

.hubhood-term-content-wrapper:nth-child(12) .hubhood-term-inner-counter-automatic:before {
        content : "12";
}

.hubhood-term-content-wrapper:nth-child(13) .hubhood-term-inner-counter-automatic:before {
        content : "13";
}

.hubhood-term-content-wrapper:nth-child(14) .hubhood-term-inner-counter-automatic:before {
        content : "14";
}

.hubhood-term-content-wrapper:nth-child(15) .hubhood-term-inner-counter-automatic:before {
        content : "15";
}

.hubhood-term-content-wrapper:nth-child(16) .hubhood-term-inner-counter-automatic:before {
        content : "16";
}

.hubhood-term-content-wrapper:nth-child(17) .hubhood-term-inner-counter-automatic:before {
        content : "17";
}

.hubhood-term-content-wrapper:nth-child(18) .hubhood-term-inner-counter-automatic:before {
        content : "18";
}

.hubhood-term-content-wrapper:nth-child(19) .hubhood-term-inner-counter-automatic:before {
        content : "19";
}

.hubhood-term-content-wrapper:nth-child(20) .hubhood-term-inner-counter-automatic:before {
        content : "20";
}

.hubhood-term-content-wrapper:nth-child(21) .hubhood-term-inner-counter-automatic:before {
        content : "21";
}

.hubhood-term-content-wrapper:nth-child(22) .hubhood-term-inner-counter-automatic:before {
        content : "22";
}

.hubhood-term-content-wrapper:nth-child(23) .hubhood-term-inner-counter-automatic:before {
        content : "23";
}

.hubhood-term-content-wrapper:nth-child(24) .hubhood-term-inner-counter-automatic:before {
        content : "24";
}

.hubhood-term-content-wrapper:nth-child(25) .hubhood-term-inner-counter-automatic:before {
        content : "25";
}

.hubhood-term-content-wrapper:nth-child(26) .hubhood-term-inner-counter-automatic:before {
        content : "26";
}

.hubhood-term-content-wrapper:nth-child(27) .hubhood-term-inner-counter-automatic:before {
        content : "27";
}

.hubhood-term-content-wrapper:nth-child(28) .hubhood-term-inner-counter-automatic:before {
        content : "28";
}

.hubhood-term-content-wrapper:nth-child(29) .hubhood-term-inner-counter-automatic:before {
        content : "29";
}

.hubhood-term-content-wrapper:nth-child(30) .hubhood-term-inner-counter-automatic:before {
        content : "30";
}

.hubhood-highlights .hubhood-term-description strong {
        display : inline-block;
}

.hubhood-highlights.hubhood-highlights-design-2 .hubhood-term-description * {
        color : #252525;
}

.hubhood-light-card-design .hubhood-term-inner:before,
.hubhood-light-card-design .hubhood-term-inner:after {
        content: none;
}

.hubhood-highlights.hubhood-light-card-design .hubhood-term-heading-image {
        padding-top: 0;
        padding-bottom: 30px;
        min-width: 160px;
}

.hubhood-feature-media-image-wrapper {
        font-size: 0;
}

.hubhood-feature-media-image {
        width: 100%;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center center;
}

.hubhood-highlights.hubhood-light-card-design h4 {
        text-shadow: none;
        margin-top: 0;
}

.hubhood-highlights.hubhood-light-card-design .hubhood-term-inner {
        border-top: 4px solid var(--hubhood-color);
        background: #fff;
        padding-top: 90px;
        padding-bottom: 90px;
}

.hubhood-highlights.hubhood-light-card-design.hubhood-highlights-design-3-d .hubhood-term-inner {
        border-top: 0;
}

.hubhood-dark-background.widget_hubhood_features .hubhood-highlights.hubhood-light-card-design .hubhood-term-inner h4 * {
        color: #252525;
}

.hubhood-highlights.hubhood-light-card-design .hubhood-term-inner-counter-automatic {
        margin-bottom: 40px;
        display: none;
}










.hubhood-highlights.hubhood-light-card-design.hubhood-highlights-design-3-b .hubhood-term-inner {
        border-top: 0;
        border-radius: 15px;
}

.hubhood-dark-background.widget_hubhood_features .hubhood-highlights.hubhood-light-card-design.hubhood-highlights-design-3-b .hubhood-term-inner {
        background-color: rgb(20,25,30);
}

.hubhood-dark-background.widget_hubhood_features .hubhood-highlights.hubhood-light-card-design.hubhood-highlights-design-3-b .hubhood-term-inner h4 * {
        color: #fff;
}

.hubhood-dark-background.widget_hubhood_features .hubhood-highlights.hubhood-highlights-design-2.hubhood-highlights-design-3-b .hubhood-term-description {
        color: #fff;
}

.hubhood-dark-background.widget_hubhood_features .hubhood-highlights.hubhood-light-card-design.hubhood-highlights-design-3-b .hubhood-term-counter-wrapper-2 .hubhood-term-inner-counter-automatic:before {
        color: rgba(255,255,255,0.4) !important;
}

.hubhood-highlights.hubhood-light-card-design.hubhood-highlights-design-3-c .hubhood-term-counter-wrapper-2 .hubhood-term-inner-counter-automatic:before {
        display:  none !important;
}









.hubhood-highlights.hubhood-light-card-design .hubhood-term-inner-counter-automatic:before {
        line-height: 50px;   
        border: 0;
        box-shadow: 5px 5px 8px rgb(0 0 0 / 15%);
}

.hubhood-term-counter-wrapper {
        position: absolute;
        top: -19px;
        left: 0;
        width: 100%;
}

.hubhood-highlights.hubhood-light-card-design .hubhood-term-inner-counter-automatic {
        margin-bottom: 40px;
}

.hubhood-highlights.hubhood-light-card-design .hubhood-term-inner-counter-automatic:before {
        width: 30px;
        height: 30px;
        line-height: 31px;
        padding-left: 1px;
        font-size: 15px;
        font-weight: 600;
        border: 0;
        box-shadow: 5px 5px 8px rgb(0 0 0 / 15%);
        background: var(--hubhood-color);
        color: #fff;
        text-shadow: 1px 1px rgba(0,0,0,0.4);
        box-shadow: 3px 3px 6px rgba(0,0,0,0.2);
}

.hubhood-highlights.hubhood-light-card-design .hubhood-term-description {
        margin-top: 0;
        padding-bottom: 0;
}

.hubhood-highlights.hubhood-light-card-design h4 + .hubhood-term-description {
        padding-top: 20px;
}

.hubhood-light-background.hubhood-term-inner {
        height         : 254px;
        padding-top    : calc(4 * var(--bs-gutter-x));
        padding-bottom : calc(4 * var(--bs-gutter-x));
}

.hubhood-shadow-light {
        box-shadow : 30px 30px 30px rgb(0 0 0 / 10%), 0 0 5px rgb(0 0 0 / 1%);
}

.hubhood-smoke-background {
        background-color : #f8f8f8;
}

.hubhood-light-background {
        background-color : #fff;
}

.hubhood-term-background-icon {
        position          : absolute;
        width             : 200px;
        height            : 200px;
        border            : 5px dashed rgba(170, 170, 170, 0.12);
        border-radius     : 50%;
        top               : calc(50% - 100px);
        left              : calc(50% - 100px);
        font-size         : 90px;
        line-height       : 172px;
        color             : var(--hubhood-color);
        transform         : scale(1);
        -webkit-transform : scale(1);
        -moz-transform    : scale(1);
        -ms-transform     : scale(1);
        -o-transform      : scale(1);
}

.hubhood-term-background-icon:before {
        opacity : 0.20;
}

.hubhood-term-link:hover~.hubhood-term-background-icon {
        transform : scale(1.05);
}

.hubhood-centralize-vertical {
        position  : relative;
        top       : 50%;
        left      : 50%;
        transform : translate(-50%, -50%);
        margin    : 0;
}

.hubhood-amenities .hubhood-term-inner~h4 {
        width : 160px;
}

.hubhood-light-background.hubhood-term-inner:after {
        display : none;
}

.hubhood-dark-background .hubhood-term-inner {
        text-shadow : 1px 1px 0 rgb(0 0 0), 2px 2px 10px rgba(0, 0, 0, 0.2);
}

.hubhood-term-inner *~.hubhood-term-read-more-label {
        margin-top : var(--bs-gutter-x);
}

.hubhood-term-read-more-label {
        position       : relative;
        margin-bottom  : 0;
        text-transform : uppercase;
}

.hubhood-term-read-more-label-icon {
        position    : absolute;
        bottom      : 14px;
        right       : 0;
        font-size   : 40px;
        line-height : 0;
}

.hubhood-term-read-more-label-icon:before {
        line-height : 0 !important;
}

.hubhood-term-label-wrapper {
        position : absolute;
        bottom   : 0;
        left     : 0;
        width    : 100%;
}

.hubhood-term-border-separator {
        position         : relative;
        margin-top       : var(--bs-gutter-x);
        left             : calc(-1 * var(--bs-gutter-x));
        width            : calc(100% + 60px);
        height           : 4px;
        background-color : rgba(255, 255, 255, 0.12);
}

.hubhood-partners .row {
        justify-content: center;
}

.hubhood-highlights .row,
.hubood-author-details-terms,
.hubhood-listing-cards .row,
.hubhood-featured-widgets,
.hubhood-reviews-row-wrapper .row {
        display   : -webkit-box;
        display   : -webkit-flex;
        display   : -ms-flexbox;
        display   : flex;
        flex-wrap : wrap;
}

.hubhood-highlights .row>[class*='col-'],
.hubood-author-details-terms>[class*='col-'],
.hubhood-listing-cards .hubhood-terms-inner > .row>[class*='col-'] {
        display        : flex;
        flex-direction : column;
        min-height     : 413px;
}

.hubood-author-details-terms>[class*='col-'] {
        min-height     : 85px;
}

.hubood-author-details-terms>[class*='col-'] .hubood-terms-worker-block-wrapper {
        display: inline-block;
        height: 100%;
}

.hubhood-listing-cards.hubhood-design-1-b .hubhood-terms-inner > .row>[class*='col-'] {
        min-height     : 383px;
}

.hubhood-has-custom-image-height .hubhood-listing-cards .hubhood-terms-inner > .row>[class*='col-'] {
        min-height: 0;
}

[data-listing-grid-view="hubhood-grid-no-map"] .hubhood-grid .hubhood-default-post {
        width: 33.33333%;
}

[data-listing-grid-view="hubhood-grid-no-map"] .hubhood-dumb-card-wrapper {
        width: auto !important;
}

.hubhood-listing-cards.hubhood-design-1-b .hubhood-card-slides-preset-height,
.hubhood-listing-cards.hubhood-design-1-b .hubhood-card-cover,
.hubhood-listing-cards.hubhood-design-1-b .hubhood-card-slides,
.hubhood-listing-cards.hubhood-design-1-b .hubhood-card-slide {
        height: 324px;
}

.hubhood-highlights.hubhood-light-card-design .row>[class*='col-'] {
        min-height: 0;
}

.hubhood-highlights.hubhood-light-card-design.hubhood-highlights-design-3.hubhood-highlights-design-3-c .hubhood-term-content-wrapper:nth-child(4n) .hubhood-term-inner,
.hubhood-highlights.hubhood-light-card-design.hubhood-highlights-design-3.hubhood-highlights-design-3-c .hubhood-term-content-wrapper:nth-child(4n + 1) .hubhood-term-inner {
        background-color: var(--hubhood-color);
}

.widget_hubhood_features .hubhood-highlights.hubhood-light-card-design.hubhood-highlights-design-3-c .hubhood-term-content-wrapper:nth-child(4n) .hubhood-term-inner h4 *,
.widget_hubhood_features .hubhood-highlights.hubhood-light-card-design.hubhood-highlights-design-3-c .hubhood-term-content-wrapper:nth-child(4n + 1) .hubhood-term-inner h4 * {
        color: #fff;
}

.widget_hubhood_features  .hubhood-highlights.hubhood-highlights-design-2.hubhood-highlights-design-3-c .hubhood-term-content-wrapper:nth-child(4n) .hubhood-term-description,
.widget_hubhood_features .hubhood-highlights.hubhood-highlights-design-2.hubhood-highlights-design-3-c .hubhood-term-content-wrapper:nth-child(4n + 1) .hubhood-term-description {
        color: #fff;
}

.hubhood-listing-cards.hubhood-design-1-b-2-3-c-21 .hubhood-card-slides-preset-height,
.hubhood-listing-cards.hubhood-design-1-b-2-3-c-21 .hubhood-card-cover,
.hubhood-listing-cards.hubhood-design-1-b-2-3-c-21 .hubhood-card-slides,
.hubhood-listing-cards.hubhood-design-1-b-2-3-c-21 .hubhood-card-slide {
        height: 272px;
}

[data-listing-grid-view="hubhood-default-listing-archive-view"] .hubhood-listing-cards.hubhood-design-1-b-2-3-c-21 .hubhood-card-slides-preset-height,
[data-listing-grid-view="hubhood-default-listing-archive-view"] .hubhood-listing-cards.hubhood-design-1-b-2-3-c-21 .hubhood-card-cover,
[data-listing-grid-view="hubhood-default-listing-archive-view"] .hubhood-listing-cards.hubhood-design-1-b-2-3-c-21 .hubhood-card-slides,
[data-listing-grid-view="hubhood-default-listing-archive-view"] .hubhood-listing-cards.hubhood-design-1-b-2-3-c-21 .hubhood-card-slide {
        height: 272px;
}

.hubhood-term-link-footer-icon {
        background: #fff;
        padding: 20px 30px;
        position: relative;
        display: block;
        width: 100%;
        left: 0;
        font-size: 26px;
        line-height: 40px;
        bottom: 79px;
        text-align: center;
        background-color: var(--hubhood-color);
        color: #fff;
        border-radius: 0 0 4px 4px;
        text-shadow: 1px 1px 0 rgb(0 0 0 / 20%);
}

.hubhood-term-footer-icon-design-2 {
        position: absolute;
        bottom: -15px;
        padding: 0;
        width: 30px;
        height: 30px;
        font-size: 15px;
        border-radius: 50px;
        line-height: 29px;
        text-align: center;
        padding-left: 2px;
        left: 50%;
        margin-left: -15px;
}

.hubhood-term-footer-icon-design-2:before {
        font-weight: 600;
}

.hubhood-featured-widgets >[class*='col-'],
.hubhood-align-reviews-middle .row >[class*='col-'] {
        display        : flex;
        flex-direction : column;
}

.hubhood-review-first-col {
        padding-bottom: 30px;        
}

.hubhood-review-second-col-inner {
        position: relative;
}

.hubhood-has-reviews .hubhood-review-second-col-inner {
        top: 50%;
        transform: translate(0,-50%);        
}

.hubhood-no-reviews .hubhood-review-second-col-inner .hubhood-comments-container {
        margin-top: 60px;
}

.hubhood-featured-widgets >[class*='col-'] .hubhood-listing-widgets-wrapper {
        min-height: 100%;
}

.hubhood-featured-widgets >[class*='col-'] .hubhood-listing-widget {
        min-height: calc(100% - 30px);
}

.hubhood-listing-cards.hubhood-listing-cards-design-2 .hubhood-terms-inner > .row>[class*='col-'] {
        min-height : 0;
}

.hubhood-listing-cards-height-2 .hubhood-terms-inner > .row>[class*='col-'] {
        min-height : 440px;
}

.hubhood-term-border-separator:before {
        content          : "";
        position         : absolute;
        top              : 0;
        left             : 0;
        width            : 0;
        height           : 4px;
        background-color : #fff;
}

.hubhood-term-link:hover~.hubhood-term-label-wrapper .hubhood-term-border-separator:before {
        width : 100%;
}

.hubhood-term-watermark {
        position            : absolute;
        width               : 180px;
        height              : 180px;
        background-size     : contain;
        background-position : right center;
        filter              : invert(1);
        top                 : 50%;
        transform           : translate(0, -50%);
        right               : 30px;
        background-repeat   : no-repeat;
        opacity             : 0.28;
        z-index             : 3;
}

.hubhood-term-link:hover~.hubhood-term-watermark {
        transform : translate(0, -55%);
        opacity   : 0.7;
}

.hubhood-term-gradient-overlay-right-to-left {
        position      : absolute;
        width         : 100%;
        height        : 100%;
        top           : 0;
        right         : 0;
        border-radius : 4px;
        opacity       : 0.9;
        z-index       : 5;
        background    : rgba(15, 20, 25, 0);
        background    : -moz-linear-gradient(left, rgba(15, 20, 25, 0) 0%, rgba(15, 20, 25, 0) 44%, rgba(15, 20, 25, 1) 100%);
        background    : -webkit-gradient(left top, right top, color-stop(0%, rgba(15, 20, 25, 0)), color-stop(44%, rgba(15, 20, 25, 0)), color-stop(100%, rgba(15, 20, 25, 1)));
        background    : -webkit-linear-gradient(left, rgba(15, 20, 25, 0) 0%, rgba(15, 20, 25, 0) 44%, rgba(15, 20, 25, 1) 100%);
        background    : -o-linear-gradient(left, rgba(15, 20, 25, 0) 0%, rgba(15, 20, 25, 0) 44%, rgba(15, 20, 25, 1) 100%);
        background    : -ms-linear-gradient(left, rgba(15, 20, 25, 0) 0%, rgba(15, 20, 25, 0) 44%, rgba(15, 20, 25, 1) 100%);
        background    : linear-gradient(to right, rgba(15, 20, 25, 0) 0%, rgba(15, 20, 25, 0) 44%, rgba(15, 20, 25, 1) 100%);
        filter        : progid:DXImageTransform.Microsoft.gradient(startColorstr='#0f1419', endColorstr='#0f1419', GradientType=1);
}

/* Listing Cards */

.hubhood-listing-card {
        position      : relative;
        height        : auto;
        border-radius : 4px;
        min-height    : 100%;
}

.hubhood-listing-card.product {
        min-height: 0;
}

.hubhood-design-1-b-2-3-c-6-b-16-e:not(.hubhood-design-1-b-2-3-c-6-b-16-e-a) .hubhood-listing-card {
        min-height    : calc(100% - 22px);
}

.hubhood-style-card-edges-bit-rounded .hubhood-listing-card,
.hubhood-style-card-edges-bit-rounded .leaflet-popup-image,
.hubhood-style-card-edges-bit-rounded .leaflet-popup-content-wrapper,
.hubhood-style-card-edges-bit-rounded .hubhood-term-cards.hubhood-term-design-x-1 .hubhood-term-design-2-background .hubhood-term-image-block-1,
.hubhood-style-card-edges-bit-rounded .hubhood-term-cards.hubhood-term-design-x-1 .hubhood-term-design-2-background .hubhood-term-image-block-1:before,
.hubhood-style-card-edges-bit-rounded .hubhood-term-cards .hubhood-term-card,
.hubhood-style-card-edges-bit-rounded .hubhood-term-design-background-count-1 .hubhood-background-image,
.hubhood-style-card-edges-bit-rounded .hubhood-term-cards .hubhood-term-card:before,
.hubhood-style-card-edges-bit-rounded .hubhood-term-cards .hubhood-term-card:after,
.hubhood-style-card-edges-bit-rounded .hubhood-term:before,
.hubhood-style-card-edges-bit-rounded .hubhood-term:after,
.hubhood-style-card-edges-bit-rounded .hubhood-term-inner:after,
.hubhood-style-card-edges-bit-rounded .hubhood-default-rounded-corners,
.hubhood-style-card-edges-bit-rounded .hubhood-design-8-c .hubhood-card-cover,
.hubhood-style-card-edges-bit-rounded .hubhood-design-8-c .hubhood-card-slides,
.hubhood-style-card-edges-bit-rounded .hubhood-design-8-c .hubhood-card-slide,
.hubhood-style-card-edges-bit-rounded .hubhood-design-8-c .hubhood-top-gradient-overlay,
.hubhood-style-card-edges-bit-rounded .hubhood-design-8-c .hubhood-top-gradient-overlay:after,
.hubhood-style-card-edges-bit-rounded .hubhood-design-8-c .hubhood-background-image:before,
.hubhood-style-card-edges-bit-rounded .hubhood-design-8-c .hubhood-card-content .hubhood-card-content,
.hubhood-style-card-edges-bit-rounded .hubhood-design-5 .hubhood-card-cover,
.hubhood-style-card-edges-bit-rounded .hubhood-design-5 .hubhood-card-slides,
.hubhood-style-card-edges-bit-rounded .hubhood-design-5 .hubhood-card-slide,
.hubhood-style-card-edges-bit-rounded .hubhood-design-5 .hubhood-top-gradient-overlay,
.hubhood-style-card-edges-bit-rounded .hubhood-design-5 .hubhood-top-gradient-overlay:after,
.hubhood-style-card-edges-bit-rounded .hubhood-design-5 .hubhood-background-image:before,
.hubhood-style-card-edges-bit-rounded .hubhood-design-5 .hubhood-card-content .hubhood-card-content,
.hubhood-style-card-edges-bit-rounded .hubhood-design-5 .hubhood-listing-card.sticky:before,
.hubhood-style-card-edges-bit-rounded .hubhood-woo-product-card .hubhood-card-cover,
.hubhood-style-card-edges-bit-rounded .hubhood-woo-product-card .hubhood-card-slides,
.hubhood-style-card-edges-bit-rounded .hubhood-woo-product-card .hubhood-card-slide,
.hubhood-style-card-edges-bit-rounded .hubhood-woo-product-card .hubhood-top-gradient-overlay,
.hubhood-style-card-edges-bit-rounded .hubhood-woo-product-card .hubhood-top-gradient-overlay:after,
.hubhood-style-card-edges-bit-rounded .hubhood-woo-product-card .hubhood-background-image:before,
.hubhood-style-card-edges-bit-rounded .hubhood-woo-product-card .hubhood-card-content .hubhood-card-content,
.hubhood-style-card-edges-bit-rounded .hubhood-woo-product-card .hubhood-listing-card.sticky:before,


.hubhood-style-card-edges-bit-rounded .hubhood-design-1-b-2-3-c-6-b-16 .hubhood-card-cover,
.hubhood-style-card-edges-bit-rounded .hubhood-design-1-b-2-3-c-6-b-16 .hubhood-card-slides,
.hubhood-style-card-edges-bit-rounded .hubhood-design-1-b-2-3-c-6-b-16 .hubhood-card-slide,
.hubhood-style-card-edges-bit-rounded .hubhood-design-1-b-2-3-c-6-b-16 .hubhood-top-gradient-overlay,
.hubhood-style-card-edges-bit-rounded .hubhood-design-1-b-2-3-c-6-b-16 .hubhood-top-gradient-overlay:after,
.hubhood-style-card-edges-bit-rounded .hubhood-design-1-b-2-3-c-6-b-16 .hubhood-background-image:before,


.hubhood-style-card-edges-bit-rounded .hubhood-design-1-b-2-3-c-6-b-13 .hubhood-card-cover,
.hubhood-style-card-edges-bit-rounded .hubhood-design-1-b-2-3-c-6-b-13 .hubhood-card-slides,
.hubhood-style-card-edges-bit-rounded .hubhood-design-1-b-2-3-c-6-b-13 .hubhood-card-slide,
.hubhood-style-card-edges-bit-rounded .hubhood-design-1-b-2-3-c-6-b-13 .hubhood-top-gradient-overlay,
.hubhood-style-card-edges-bit-rounded .hubhood-design-1-b-2-3-c-6-b-13 .hubhood-top-gradient-overlay:after,
.hubhood-style-card-edges-bit-rounded .hubhood-design-1-b-2-3-c-6-b-13 .hubhood-background-image:before,

.hubhood-style-card-edges-bit-rounded .hubhood-design-1-b-2-3-c-11-b .hubhood-card-cover,
.hubhood-style-card-edges-bit-rounded .hubhood-design-1-b-2-3-c-11-b .hubhood-card-slides,
.hubhood-style-card-edges-bit-rounded .hubhood-design-1-b-2-3-c-11-b .hubhood-card-slide,
.hubhood-style-card-edges-bit-rounded .hubhood-design-1-b-2-3-c-11-b .hubhood-top-gradient-overlay,
.hubhood-style-card-edges-bit-rounded .hubhood-design-1-b-2-3-c-11-b .hubhood-top-gradient-overlay:after,
.hubhood-style-card-edges-bit-rounded .hubhood-design-1-b-2-3-c-11-b .hubhood-background-image:before,

.hubhood-style-card-edges-bit-rounded .hubhood-design-1-b-2-3-c-8-k .hubhood-card-cover,
.hubhood-style-card-edges-bit-rounded .hubhood-design-1-b-2-3-c-8-k .hubhood-card-slides,
.hubhood-style-card-edges-bit-rounded .hubhood-design-1-b-2-3-c-8-k .hubhood-card-slide,
.hubhood-style-card-edges-bit-rounded .hubhood-design-1-b-2-3-c-8-k .hubhood-top-gradient-overlay,
.hubhood-style-card-edges-bit-rounded .hubhood-design-1-b-2-3-c-8-k .hubhood-top-gradient-overlay:after,
.hubhood-style-card-edges-bit-rounded .hubhood-design-1-b-2-3-c-8-k .hubhood-background-image:before,

.hubhood-style-card-edges-bit-rounded .hubhood-design-1-b-2-3-c-21-f .hubhood-card-cover,
.hubhood-style-card-edges-bit-rounded .hubhood-design-1-b-2-3-c-21-f .hubhood-card-slides,
.hubhood-style-card-edges-bit-rounded .hubhood-design-1-b-2-3-c-21-f .hubhood-card-slide,
.hubhood-style-card-edges-bit-rounded .hubhood-design-1-b-2-3-c-21-f .hubhood-top-gradient-overlay,
.hubhood-style-card-edges-bit-rounded .hubhood-design-1-b-2-3-c-21-f .hubhood-top-gradient-overlay:after,
.hubhood-style-card-edges-bit-rounded .hubhood-design-1-b-2-3-c-21-f .hubhood-background-image:before,

.hubhood-style-card-edges-bit-rounded .hubhood-dumb-card,
.hubhood-style-card-edges-bit-rounded .hubhood-design-1-b-2-3-c-4 .hubhood-review-stars-card-wrapper,
.hubhood-style-card-edges-bit-rounded .hubhood-design-1-b-2-3-c-4 .hubhood-review-stars-card-wrapper,

.hubhood-style-card-edges-bit-rounded .hubhood-term-cards .hubhood-hero-video-background,
.hubhood-style-card-edges-bit-rounded .hubhood-term-cards .hubhood-hero-video-background:before,
.hubhood-style-card-edges-bit-rounded .hubhood-term-cards .hubhood-hero-video-background:after,
.hubhood-style-card-edges-bit-rounded .hubhood-term-cards.hubhood-term-cards.hubhood-term-design-x-1 .hubhood-hero-video-background,
.hubhood-style-card-edges-bit-rounded .hubhood-term-cards.hubhood-term-cards.hubhood-term-design-x-1 .hubhood-hero-video-background:before,
.hubhood-style-card-edges-bit-rounded .hubhood-term-cards.hubhood-term-cards.hubhood-term-design-x-1 .hubhood-hero-video-background:after {
        border-radius: 12px;
}

.hubhood-style-card-edges-bit-rounded .hubhood-listing-cards.hubhood-design-1-b.hubhood-design-1-b-2-3-c-8 .hubhood-card-slides,
.hubhood-style-card-edges-bit-rounded .hubhood-listing-cards.hubhood-design-1-b.hubhood-design-1-b-2-3-c-8 .hubhood-card-slide,
.hubhood-style-card-edges-bit-rounded .hubhood-listing-cards.hubhood-design-1-b.hubhood-design-1-b-2-3-c-8 .hubhood-top-gradient-overlay,
.hubhood-style-card-edges-bit-rounded .hubhood-listing-cards.hubhood-design-1-b.hubhood-design-1-b-2-3-c-8 .hubhood-top-gradient-overlay:after,
.hubhood-style-card-edges-bit-rounded .hubhood-listing-cards.hubhood-design-1-b.hubhood-design-1-b-2-3-c-8 .hubhood-background-image:before {
        border-radius: 12px 12px 0 0;
}

.hubhood-style-card-edges-bit-rounded .hubhood-term-design-background-count-2 .hubhood-term-image-block-1,
.hubhood-style-card-edges-bit-rounded .hubhood-term-design-background-count-3 .hubhood-term-image-block-1 {
        border-radius: 12px 0 0 12px;
}

.hubhood-style-card-edges-bit-rounded .hubhood-term-design-background-count-2 .hubhood-term-image-block-2 {
        border-radius: 0 12px 12px 0;
}

.hubhood-style-card-edges-bit-rounded .hubhood-term-design-background-count-3 .hubhood-term-image-block-2 {
        border-radius: 0 12px 0 0;
}

.hubhood-style-card-edges-bit-rounded .hubhood-term-design-background-count-3 .hubhood-term-image-block-3 {
        border-radius: 0 0 12px 0;
}

.hubhood-style-card-edges-bit-rounded .hubhood-listing-card-footer,
.hubhood-style-card-edges-bit-rounded .hubhood-design-1-b-2-3-c-21-f .hubhood-review-stars-card-wrapper {
        border-radius: 0 0 12px 12px;
}


.hubhood-style-card-edges-rounded .hubhood-listing-card,
.hubhood-style-card-edges-rounded .leaflet-popup-image,
.hubhood-style-card-edges-rounded .leaflet-popup-content-wrapper,
.hubhood-style-card-edges-rounded .hubhood-term-cards.hubhood-term-design-x-1 .hubhood-term-design-2-background .hubhood-term-image-block-1,
.hubhood-style-card-edges-rounded .hubhood-term-cards.hubhood-term-design-x-1 .hubhood-term-design-2-background .hubhood-term-image-block-1:before,
.hubhood-style-card-edges-rounded .hubhood-term-cards .hubhood-term-card,
.hubhood-style-card-edges-rounded .hubhood-term-design-background-count-1 .hubhood-background-image,
.hubhood-style-card-edges-rounded .hubhood-term-cards .hubhood-term-card:before,
.hubhood-style-card-edges-rounded .hubhood-term-cards .hubhood-term-card:after,
.hubhood-style-card-edges-rounded .hubhood-term:before,
.hubhood-style-card-edges-rounded .hubhood-term:after,
.hubhood-style-card-edges-rounded .hubhood-term-inner:after,
.hubhood-style-card-edges-rounded .hubhood-default-rounded-corners,
.hubhood-style-card-edges-rounded .hubhood-design-8-c .hubhood-card-cover,
.hubhood-style-card-edges-rounded .hubhood-design-8-c .hubhood-card-slides,
.hubhood-style-card-edges-rounded .hubhood-design-8-c .hubhood-card-slide,
.hubhood-style-card-edges-rounded .hubhood-design-8-c .hubhood-top-gradient-overlay,
.hubhood-style-card-edges-rounded .hubhood-design-8-c .hubhood-top-gradient-overlay:after,
.hubhood-style-card-edges-rounded .hubhood-design-8-c .hubhood-background-image:before,
.hubhood-style-card-edges-rounded .hubhood-design-8-c .hubhood-card-content .hubhood-card-content,
.hubhood-style-card-edges-rounded .hubhood-design-5 .hubhood-card-cover,
.hubhood-style-card-edges-rounded .hubhood-design-5 .hubhood-card-slides,
.hubhood-style-card-edges-rounded .hubhood-design-5 .hubhood-card-slide,
.hubhood-style-card-edges-rounded .hubhood-design-5 .hubhood-top-gradient-overlay,
.hubhood-style-card-edges-rounded .hubhood-design-5 .hubhood-top-gradient-overlay:after,
.hubhood-style-card-edges-rounded .hubhood-design-5 .hubhood-background-image:before,
.hubhood-style-card-edges-rounded .hubhood-design-5 .hubhood-card-content .hubhood-card-content,
.hubhood-style-card-edges-rounded .hubhood-design-5 .hubhood-listing-card.sticky:before,
.hubhood-style-card-edges-rounded .hubhood-woo-product-card .hubhood-card-cover,
.hubhood-style-card-edges-rounded .hubhood-woo-product-card .hubhood-card-slides,
.hubhood-style-card-edges-rounded .hubhood-woo-product-card .hubhood-card-slide,
.hubhood-style-card-edges-rounded .hubhood-woo-product-card .hubhood-top-gradient-overlay,
.hubhood-style-card-edges-rounded .hubhood-woo-product-card .hubhood-top-gradient-overlay:after,
.hubhood-style-card-edges-rounded .hubhood-woo-product-card .hubhood-background-image:before,
.hubhood-style-card-edges-rounded .hubhood-woo-product-card .hubhood-card-content .hubhood-card-content,
.hubhood-style-card-edges-rounded .hubhood-woo-product-card .hubhood-listing-card.sticky:before,


.hubhood-style-card-edges-rounded .hubhood-design-1-b-2-3-c-6-b-16 .hubhood-card-cover,
.hubhood-style-card-edges-rounded .hubhood-design-1-b-2-3-c-6-b-16 .hubhood-card-slides,
.hubhood-style-card-edges-rounded .hubhood-design-1-b-2-3-c-6-b-16 .hubhood-card-slide,
.hubhood-style-card-edges-rounded .hubhood-design-1-b-2-3-c-6-b-16 .hubhood-top-gradient-overlay,
.hubhood-style-card-edges-rounded .hubhood-design-1-b-2-3-c-6-b-16 .hubhood-top-gradient-overlay:after,
.hubhood-style-card-edges-rounded .hubhood-design-1-b-2-3-c-6-b-16 .hubhood-background-image:before,


.hubhood-style-card-edges-rounded .hubhood-design-1-b-2-3-c-6-b-13 .hubhood-card-cover,
.hubhood-style-card-edges-rounded .hubhood-design-1-b-2-3-c-6-b-13 .hubhood-card-slides,
.hubhood-style-card-edges-rounded .hubhood-design-1-b-2-3-c-6-b-13 .hubhood-card-slide,
.hubhood-style-card-edges-rounded .hubhood-design-1-b-2-3-c-6-b-13 .hubhood-top-gradient-overlay,
.hubhood-style-card-edges-rounded .hubhood-design-1-b-2-3-c-6-b-13 .hubhood-top-gradient-overlay:after,
.hubhood-style-card-edges-rounded .hubhood-design-1-b-2-3-c-6-b-13 .hubhood-background-image:before,


.hubhood-style-card-edges-rounded .hubhood-design-1-b-2-3-c-11-b .hubhood-card-cover,
.hubhood-style-card-edges-rounded .hubhood-design-1-b-2-3-c-11-b .hubhood-card-slides,
.hubhood-style-card-edges-rounded .hubhood-design-1-b-2-3-c-11-b .hubhood-card-slide,
.hubhood-style-card-edges-rounded .hubhood-design-1-b-2-3-c-11-b .hubhood-top-gradient-overlay,
.hubhood-style-card-edges-rounded .hubhood-design-1-b-2-3-c-11-b .hubhood-top-gradient-overlay:after,
.hubhood-style-card-edges-rounded .hubhood-design-1-b-2-3-c-11-b .hubhood-background-image:before,

.hubhood-style-card-edges-rounded .hubhood-design-1-b-2-3-c-8-k .hubhood-card-cover,
.hubhood-style-card-edges-rounded .hubhood-design-1-b-2-3-c-8-k .hubhood-card-slides,
.hubhood-style-card-edges-rounded .hubhood-design-1-b-2-3-c-8-k .hubhood-card-slide,
.hubhood-style-card-edges-rounded .hubhood-design-1-b-2-3-c-8-k .hubhood-top-gradient-overlay,
.hubhood-style-card-edges-rounded .hubhood-design-1-b-2-3-c-8-k .hubhood-top-gradient-overlay:after,
.hubhood-style-card-edges-rounded .hubhood-design-1-b-2-3-c-8-k .hubhood-background-image:before,

.hubhood-style-card-edges-rounded .hubhood-design-1-b-2-3-c-21-f .hubhood-card-cover,
.hubhood-style-card-edges-rounded .hubhood-design-1-b-2-3-c-21-f .hubhood-card-slides,
.hubhood-style-card-edges-rounded .hubhood-design-1-b-2-3-c-21-f .hubhood-card-slide,
.hubhood-style-card-edges-rounded .hubhood-design-1-b-2-3-c-21-f .hubhood-top-gradient-overlay,
.hubhood-style-card-edges-rounded .hubhood-design-1-b-2-3-c-21-f .hubhood-top-gradient-overlay:after,
.hubhood-style-card-edges-rounded .hubhood-design-1-b-2-3-c-21-f .hubhood-background-image:before,

.hubhood-style-card-edges-rounded .hubhood-design-1-b-2-3-c-21-f8 .hubhood-card-cover,
.hubhood-style-card-edges-rounded .hubhood-design-1-b-2-3-c-21-f8 .hubhood-card-slides,
.hubhood-style-card-edges-rounded .hubhood-design-1-b-2-3-c-21-f8 .hubhood-card-slide,
.hubhood-style-card-edges-rounded .hubhood-design-1-b-2-3-c-21-f8 .hubhood-top-gradient-overlay,
.hubhood-style-card-edges-rounded .hubhood-design-1-b-2-3-c-21-f8 .hubhood-top-gradient-overlay:after,
.hubhood-style-card-edges-rounded .hubhood-design-1-b-2-3-c-21-f8 .hubhood-background-image:before,


.hubhood-style-card-edges-rounded .hubhood-dumb-card,

.hubhood-style-card-edges-rounded .hubhood-design-1-b-2-3-c-4 .hubhood-review-stars-card-wrapper,
.hubhood-style-card-edges-rounded .hubhood-term-cards .hubhood-hero-video-background,
.hubhood-style-card-edges-rounded .hubhood-term-cards .hubhood-hero-video-background:before,
.hubhood-style-card-edges-rounded .hubhood-term-cards .hubhood-hero-video-background:after,
.hubhood-style-card-edges-rounded .hubhood-term-cards.hubhood-term-cards.hubhood-term-design-x-1 .hubhood-hero-video-background,
.hubhood-style-card-edges-rounded .hubhood-term-cards.hubhood-term-cards.hubhood-term-design-x-1 .hubhood-hero-video-background:before,
.hubhood-style-card-edges-rounded .hubhood-term-cards.hubhood-term-cards.hubhood-term-design-x-1 .hubhood-hero-video-background:after,
.hubhood-style-card-edges-rounded .hubhood-design-1-b-2-3-c-4 .hubhood-hero-video-background,
.hubhood-style-card-edges-rounded .hubhood-design-1-b-2-3-c-4 .hubhood-hero-video-background:before,
.hubhood-style-card-edges-rounded .hubhood-design-1-b-2-3-c-4 .hubhood-hero-video-background:after {
        border-radius: 20px;
}

.hubhood-style-card-edges-rounded .hubhood-listing-cards.hubhood-design-1-b.hubhood-design-1-b-2-3-c-11-b .hubhood-card-cover,
.hubhood-style-card-edges-rounded .hubhood-listing-cards.hubhood-design-1-b.hubhood-design-1-b-2-3-c-11-b .hubhood-card-slides,
.hubhood-style-card-edges-rounded .hubhood-listing-cards.hubhood-design-1-b.hubhood-design-1-b-2-3-c-11-b .hubhood-card-slide,
.hubhood-style-card-edges-rounded .hubhood-listing-cards.hubhood-design-1-b.hubhood-design-1-b-2-3-c-11-b .hubhood-top-gradient-overlay,
.hubhood-style-card-edges-rounded .hubhood-listing-cards.hubhood-design-1-b.hubhood-design-1-b-2-3-c-11-b .hubhood-top-gradient-overlay:after,
.hubhood-style-card-edges-rounded .hubhood-listing-cards.hubhood-design-1-b.hubhood-design-1-b-2-3-c-11-b .hubhood-background-image:before {
        border-radius: 20px 20px 4px 4px;
}

.hubhood-style-card-edges-rounded .hubhood-listing-cards.hubhood-design-1-b.hubhood-design-1-b-2-3-c-11-b .hubhood-review-stars-card-wrapper {
        border-radius: 8px;
        background-color: #fff;
}

.hubhood-style-card-edges-rounded .hubhood-listing-cards.hubhood-design-1-b.hubhood-design-1-b-2-3-c-8 .hubhood-card-slides,
.hubhood-style-card-edges-rounded .hubhood-listing-cards.hubhood-design-1-b.hubhood-design-1-b-2-3-c-8 .hubhood-card-slide,
.hubhood-style-card-edges-rounded .hubhood-listing-cards.hubhood-design-1-b.hubhood-design-1-b-2-3-c-8 .hubhood-top-gradient-overlay,
.hubhood-style-card-edges-rounded .hubhood-listing-cards.hubhood-design-1-b.hubhood-design-1-b-2-3-c-8 .hubhood-top-gradient-overlay:after,
.hubhood-style-card-edges-rounded .hubhood-listing-cards.hubhood-design-1-b.hubhood-design-1-b-2-3-c-8 .hubhood-background-image:before {
        border-radius: 20px 20px 0 0;
}

.hubhood-style-card-edges-rounded .hubhood-term-design-background-count-2 .hubhood-term-image-block-1,
.hubhood-style-card-edges-rounded .hubhood-term-design-background-count-3 .hubhood-term-image-block-1 {
        border-radius: 20px 0 0 20px;
}

.hubhood-style-card-edges-rounded .hubhood-term-design-background-count-2 .hubhood-term-image-block-2 {
        border-radius: 0 20px 20px 0;
}

.hubhood-style-card-edges-rounded .hubhood-term-design-background-count-3 .hubhood-term-image-block-2 {
        border-radius: 0 20px 0 0;
}

.hubhood-style-card-edges-rounded .hubhood-term-design-background-count-3 .hubhood-term-image-block-3 {
        border-radius: 0 0 20px 0;
}

.hubhood-style-card-edges-rounded .hubhood-listing-card-footer,
.hubhood-style-card-edges-rounded .hubhood-design-1-b-2-3-c-21-f .hubhood-review-stars-card-wrapper {
        border-radius: 0 0 20px 20px;
}

.hubhood-style-hero-categories-edges-bit-rounded .hubhood-hero-terms-wrapper .hubhood-hero-category,
.hubhood-style-hero-categories-edges-bit-rounded .hubhood-hero-terms-wrapper .hubhood-hero-category:before {
        border-radius: 12px;
}

.hubhood-style-hero-categories-edges-rounded .hubhood-hero-terms-wrapper .hubhood-hero-category,
.hubhood-style-hero-categories-edges-rounded .hubhood-hero-terms-wrapper .hubhood-hero-category:before {
        border-radius: 50px;
}

.hubhood-style-hero-categories-edges-rounded.hubhood-frontpage-header-categories-design-2 .hubhood-hero-terms-wrapper .hubhood-hero-category,
.hubhood-style-hero-categories-edges-rounded.hubhood-frontpage-header-categories-design-2 .hubhood-hero-terms-wrapper .hubhood-hero-category:before {
        border-radius: 25px;
}

.hubhood-masonry .hubhood-listing-card {
        min-height: 0;
}

.hubhood-listing-cards-design-1 .hubhood-listing-card {
        box-shadow: 15px 15px 30px rgb(0 0 0 / 12%);
}

.hubhood-listing-card.hubhood-listing-card-design-1 {
        box-shadow       : 0 0 30px rgba(0, 0, 0, 0.3);
        background-color : rgb(25, 30, 35);
}

.hubhood-design-1-b-2-3-c-6-b-16-b .hubhood-listing-card {
        box-shadow: 0 0 30px rgb(0 0 0 / 10%);
}

.hubhood-design-1-b-2-3-c-6-b-16-c .hubhood-listing-card {
        background-color: rgba(255,255,255,1);
}

.hubhood-dark-background .hubhood-listing-card.hubhood-listing-card-design-1 {
        box-shadow : 0 0 30px rgba(0, 0, 0, 0.8);
}

.hubhood-listing-cards.hubhood-design-1-b.hubhood-design-1-b-2-3-c-6-b-16-e .hubhood-card-cover {
        box-shadow       : none;
}

.hubhood-term-description {
        display: block;
        width: 100%;
        margin-top: 16px;
        font-weight: 400;
        color: rgba(255, 255, 255, 0.85);
        margin-bottom: -4px;
}

.hubhood-listing-card.sticky:before {
        content       : "";
        position      : absolute;
        top           : 0;
        left          : 0;
        width         : 100%;
        height        : 100%;
        border        : 4px solid var(--hubhood-color);
        border-radius : 2px;
        z-index       : 11;
}

.hubhood-posts-list .hubhood-listing-card.sticky:before {
        display: none;
}

.hubhood-bordered-featured {
        border        : 4px solid #fff;
        border-radius : 4px;
}

.hubhood-bordered-promoted {
        border        : 4px solid var(--hubhood-color);
        border-radius : 4px;
}

.hubhood-listing-card-trending {
        border-top    : 4px solid var(--hubhood-color);
        border-left   : 4px solid var(--hubhood-color);
        border-radius : 4px;
}

.hubhood-listing-card .hubhood-card-meta-content a {
        color : #fff;
}

.hubhood-card-slides {
        position         : absolute !important;
        background-color : rgb(35, 40, 45);
        top              : 0;
        width            : 100%;
        border-radius    : 4px;
}

[data-listing-id] .hubhood-no-image .hubhood-card-slides,
.leaflet-no-popup-image .leaflet-popup-image {
        background: rgb(65,70,75);
}

[data-listing-id] .hubhood-no-image .hubhood-card-slides:before,
[data-listing-id] .hubhood-no-image .hubhood-card-slides:after,
.leaflet-no-popup-image .leaflet-popup-image:before,
.leaflet-no-popup-image .leaflet-popup-image:after {
        font-family  : FontAwesome;
        content: "\f87c";
        position: absolute;
        z-index: -1;
        font-size: 36px;
        top: calc(50% - 5px);
        left: 50%;
        transform: translate(-50%,-50%);
        opacity: 0.25;
        -webkit-transform-style: preserve-3d;
        -moz-transform-style: preserve-3d;
        -o-transform-style: preserve-3d;
        transform-style: preserve-3d;
}

[data-listing-id] .hubhood-no-image .hubhood-card-slides:before {
        background-image: none !important;
        content: "\f87c" !important;
        top: calc(50% - 5px) !important;
        width: auto !important;
        height: auto !important;
        left: 50% !important;
        opacity: 0.25 !important;
        transform: translate(-50%,-50%) !important;
        opacity: 0;
}


[data-listing-id] .hubhood-no-image .hubhood-card-slides:after,
.leaflet-no-popup-image .leaflet-popup-image:after {
        content: "";
        width: 70px;
        height: 4px;
        background-color: #fff;
        transform: translate(-50%,-50%) rotate(-45deg);        
        opacity: 0;
}

.leaflet-no-popup-image .leaflet-popup-image:before,
.leaflet-no-popup-image .leaflet-popup-image:after {
        top: calc(50% - 10px);
}

.hubhood-listing-card>*,
.hubhood-listing-card>*>* {
        position : relative;
}

.hubhood-listing-card>*,
.hubhood-listing-card>*>* {
        z-index : 2;
}

.hubhood-card-slide {
        width         : 100%;
        height        : 354px;
        border-radius : 4px;
}

.hubhood-card-cover {
        overflow   : hidden;
        box-shadow : 0 15px 15px -15px rgba(0,0,0,0.4);
}

.type-post.hubhood-no-image .hubhood-card-cover {
        display: none;
}

.hubhood-no-post-title .hubhood-card-data-block-wrapper-1 {
        display: none;
}

.hubhood-no-post-title .hubhood-listing-card-title-wrapper {
        margin-top: -55px;
}

.hubhood-no-post-title .hubhood-card-data-block-wrapper-2 {
        box-shadow: none !important;
}

.hubhood-terms-inner > .row > .hubhood-default-post.hubhood-no-image[class*='col-'] {
        min-height: 0;
}

.hubhood-card-slides-preset-height,
.hubhood-card-cover,
.hubhood-card-slides,
.hubhood-card-slide {
        height : 354px;
}

.hubhood-iconized-list-widget .hubhood-listing-widget-content .hubhood-term-card-design-3,
.hubhood-iconized-list-widget .hubhood-listing-widget-content .hubhood-term-card-design-4 {
        min-width: 0;
}

.hubhood-iconized-list-widget .hubhood-listing-widget-content .hubhood-term-card-design-3 img,
.hubhood-iconized-list-widget .hubhood-listing-widget-content .hubhood-term-card-design-4 img {
        width: auto !important;
}

.hubhood-iconized-list-widget  .hubhood-card-term-image ~ .hubhood-hero-category-label {
        margin-top: 15px;
}

.hubhood-card-content .hubhood-has-bg-image .hubhood-card-slides {
        background-color: transparent !important;
}

.hubhood-widget.hubhood-dark-background .hubhood-card-content .hubhood-has-bg-image .hubhood-card-slides {
        background-color: rgb(15,20,25) !important;
}

.hubhood-terms-squared .row>* {
        width : auto;
        flex  : 1 1 50%;
}

.hubhood-listing-dots {
        position  : absolute;
        bottom    : 30px;
        left      : 45px;
        font-size : 0;
}

.hubhood-listing-dot-thumb {
        display       : inline-block;
        width         : 70px;
        height        : 70px;
        border-radius : 50px;
        overflow      : hidden;
        box-shadow    : 0 0 30px rgb(0 0 0), 0 0 15px rgb(0 0 0);
        border        : 6px solid #fff;
        margin-left   : -15px;
        position      : relative;
        z-index       : 6;
}

.hubhood-listing-dot-thumb+div {
        opacity : 0.85;
        z-index : 5;
}

.hubhood-listing-dot-thumb+div+div {
        opacity : 0.60;
        z-index : 4;
}

.hubhood-listing-dot-thumb+div+div+div {
        opacity : 0.25;
        z-index : 3;
}

.hubhood-listing-dot-thumb+div+div+div+div {
        opacity : 0.1;
        z-index : 2;
}

.hubhood-listing-dot-thumb+div+div+div+div+div {
        opacity : 0;
        z-index : 1;
}

.hubhood-listing-card-tagline,
.hubhood-listing-card-tagline *,
.hubhood-card-cover .hubhood-listing-address {
        margin-top         : 5px;
        display            : -webkit-box;
        -webkit-box-orient : vertical;
        overflow           : hidden;
        -webkit-line-clamp : 1;
        max-height         : 30px;
        font-size          : 14px;
        color              : rgba(255, 255, 255, 0.85);
        text-shadow        : 1px 1px 0 rgba(0, 0, 0, 0.6);
}

.hubhood-secondary-listing-card-title-show ~ .hubhood-listing-card-logo {
        display: none !important;
}

.hubhood-secondary-listing-card-title-show {
        text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.45) !important;
}

.hubhood-card-content-top-data .hubhood-listing-address {
        display            : -webkit-box;
        -webkit-box-orient : vertical;
        overflow           : hidden;
        -webkit-line-clamp : 1;
        max-height         : 18px;
        white-space: normal;
        width: calc(100% + 10px);
        max-width: calc(100% + 10px);
}

.hubhood-card-cover .hubhood-listing-address,
.page-content .hubhood-card-cover .hubhood-listing-address {
        margin-top : 10px;
        font-size : 14px;
        margin-bottom : 0;
        padding-left: 1px;
        padding-top: 1px;
        color: #fff;
}

.hubhood-card-cover .hubhood-listing-address +  .hubhood-listing-address,
.page-content .hubhood-card-cover .hubhood-listing-address + .hubhood-listing-address {
        margin-top: 10px;
}

.hubhood-card-cover .hubhood-listing-address:before,
.page-content .hubhood-card-cover .hubhood-listing-address:before {
        padding-left: 1px;
        width: 22px;
        height: 22px;
        border: 0;
        border-radius: 20px;
        text-align: center;
        line-height: 24px;
        background-color: rgba(255,255,255,0.4);
        color: #fff;
        text-shadow: 1px 1px 0 rgba(0,0,0,0.4), 2px 2px 3px rgb(0 0 0 / 50%);
        margin-right: 8px;
        position: relative;
        top: -1px;
        -webkit-text-stroke-width: 0.001em;
        font-weight: 600;
}

.hubhood-design-1-b-2-3-c-6-b-16-c .hubhood-card-cover .hubhood-listing-address:before,
.page-content .hubhood-design-1-b-2-3-c-6-b-16-c .hubhood-card-cover .hubhood-listing-address:before {
        display: none;
}

.hubhood-design-1-b-2-3-c-6-c .hubhood-review-stars-card-wrapper .hubhood-listing-card-icon.fa.fa-star:before {
        text-shadow: 0 0 5px rgba(0,0,0,0.12);
}

.page-content .hubhood-listing-card-title-wrapper .hubhood-listing-card-tagline {
        margin-top: 5px;        
}

.page-content .hubhood-listing-card-title-wrapper .hubhood-listing-card-title,
.hubhood-listig-card-design-2 .hubhood-listing-card-title {
        margin-bottom: 0;  
}

.hubhood-design-1-b-2-3-c-6-b-16-e-2 .hubhood-listing-card-title-wrapper .hubhood-listing-card-title {
        margin-bottom: 5px;
}

.page-content .hubhood-design-1-b-2-3-c-6-b-16-e-2 .hubhood-listing-card-title-wrapper .hubhood-listing-card-tagline {
        margin-top: 0;
        margin-bottom: 5px;     
}

.hubhood-default-post article.job_listing .hubhood-card-slides ~ .hubhood-listing-card-title-wrapper .hubhood-listing-card-title {             
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: block; 
}

.hubhood-blog-card article {
        background-color: #fff;
        border-radius: 4px;
}

#calendar_wrap>table>caption,
article caption,
#comments caption,
#calendar_wrap caption,
#secondary caption {
        text-shadow: 1px 1px 0 rgba(0,0,0,0.3);
}

.hubhood-listig-card-design-2 .hubhood-card-slides-preset-height,
.hubhood-listig-card-design-2 .hubhood-card-cover,
.hubhood-listig-card-design-2 .hubhood-card-slides,
.hubhood-listig-card-design-2 .hubhood-card-slide,
.hubhood-listig-card-design-2 .hubhood-card-content {
        height : 100%;
}

.hubhood-listig-card-design-2 .hubhood-card-cover {
        width : 50%;
}

.hubhood-listig-card-design-2-2 .hubhood-card-cover {
        width : 100%;
}

.hubhood-listig-card-design-2 .hubhood-card-content {
        position         : absolute;
        border-radius    : 4px;
        width            : 50%;
        right            : 0;
        top              : 0;
        background-color : #fff;
        box-shadow       : -35px 0 20px -25px rgba(0, 0, 0, 0.15);
        z-index          : 13;
}

.hubhood-listig-card-design-2-2 .hubhood-card-content {
        width         : 420px;
        height        : auto;
        max-width     : calc(100% - 60px);
        right         : auto;
        left          : 50%;
        top           : 50%;
        transform     : translate(-50%, -50%);
        border-radius : 4px;
        box-shadow    : 0px 0 50px 0 rgba(0, 0, 0, 0.45);
}

.hubhood-listig-card-design-2 .hubhood-background-image:before {
        opacity : 0.5;
}

.hubhood-listig-card-design-2 .hubhood-top-gradient-overlay {
        opacity : 0.5;
}


.hubhood-listig-card-design-2 .hubhood-listing-card-title {
        padding-top        : 0;
        margin-bottom      : 0;
        color              : #252525;
        text-shadow        : none;
        width              : 100%;
        display            : -webkit-box;
        -webkit-line-clamp : 8;
        -webkit-box-orient : vertical;
        max-height         : 293px;
        overflow           : hidden;
}

.hubhood-blog-card .hubhood-featured-ribbon + a .hubhood-listing-card-title,
.hubhood-design-blog-x-0 .hubhood-listig-card-design-2 .hubhood-listing-card-title {
        padding-top        : 20px;        
}

.hubhood-blog-card.hubhood-no-image {
        -webkit-flex-grow: 1;
        -ms-flex-grow: 1;
        flex-grow: 1;
}

.hubhood-listig-card-design-2 .hubhood-read-more,
.hubhood-design-5 .hubhood-read-more {
        color          : #252525;
        font-weight    : 500;
        font-size      : 14px;
        padding-top    : 0;
        position       : relative;
        line-height    : 1;
        margin-top     : 0;
        padding-bottom : 0;
}

.hubhood-listig-card-design-2 .hubhood-read-more,
.page-content .hubhood-listig-card-design-2 .hubhood-read-more,
.hubhood-design-5 .hubhood-read-more  {
        margin-top: 16px;
}

.hubhood-listig-card-design-2 .hubhood-read-more:after,
.hubhood-design-5 .hubhood-read-more:after  {
        font-family  : FontAwesome;
        content      : "\f178";
        font-weight  : 900;
        padding-left : 5px;
        font-size    : 16px;
        position     : relative;
        top          : 2px;
        -webkit-text-stroke-width: 0.001em;
}

.hubhood-listig-card-design-2-2 .hubhood-listing-card-title {
        -webkit-line-clamp : 3;
        max-height         : 118px;
}

.hubhood-listig-card-design-2 .hubhood-listing-card-title-wrapper {
        width     : calc(100% - 60px);
        top       : 50%;
        bottom    : auto;
        transform : translate(0, -50%);
        padding   : 0;
        margin    : 0;
}

.hubhood-listig-card-design-2.hubhood-listig-card-design-2-2 .hubhood-listing-card-title-wrapper {
        position: relative;
        top: auto;
        transform: none;
        width : 100%;
}

.hubhood-listig-card-design-2 .hubhood-featured-ribbon,
.hubhood-design-5 .hubhood-featured-ribbon {
        margin           : 0;
        background-color : #252525;
        color            : #fff;
        text-decoration  : none;
        text-shadow      : 1px 1px 0 rgba(0, 0, 0, 0.6);
}

.hubhood-card-title-link {
        text-decoration : none;
}

#secondary .widget.hubhood-dark-background:not(.widget_hubhood_call_to_action) .hubhood-listing-card-title {
        color: #252525;
}

.hubhood-listing-card-link:hover~.hubhood-card-content h4,
.hubhood-card-title-link:hover h4,
#secondary .widget.hubhood-dark-background:not(.widget_hubhood_call_to_action) .hubhood-listing-card-link:hover~.hubhood-card-content .hubhood-listing-card-title {
        color : var(--hubhood-color);
}

.hubhood-listig-card-design-2 .hubhood-featured-ribbon:hover,
.hubhood-design-5 .hubhood-featured-ribbon:hover {
        background-color : var(--hubhood-color);
}

.hubhood-no-card-transition .hubhood-card-cover,
.hubhood-no-card-transition .hubhood-card-slides,
.hubhood-no-card-transition .hubhood-card-slide,
.hubhood-no-card-transition .hubhood-listing-card-footer,
.hubhood-no-card-transition .hubhood-listing-card {
        transition : none !important;
}

.hubhood-card-meta {
        display : inline-block;
}

.hubhood-heading-blog-meta {
        margin-top : 20px;
}

.hubhood-heading-blog-meta .hubhood-card-meta {
        margin : 0 15px;
}

.hubhood-listing-card .hubhood-card-meta {
        position      : absolute;
        top           : 30px;
        left          : 30px;
        max-width     : calc(50% - 30px);
        opacity       : 0.4;
        padding-right : 30px;
        z-index       : 7;
}

.hubhood-listing-card.hubhood-listig-card-design-2 .hubhood-card-author {
        text-align   : right;
        padding-left : 30px;
        max-width    : calc(100% - 30px);
        left         : auto;
        right        : 50%;
}

.hubhood-listing-card.hubhood-listig-card-design-2-2 .hubhood-card-author {
        right : 0;
}

.hubhood-card-date {
        z-index : 5;
}

.hubhood-card-meta-content {
        position     : relative;
        display      : inline-block;
        line-height  : 1;
        font-size    : 26px;
        padding-top  : 1px;
        padding-left : 7px;
        font-weight  : 600;
        color        : rgba(255, 255, 255, 1);
        text-shadow  : 1px 1px rgba(0, 0, 0, 0.6);
        opacity      : 1;
}

.hubhood-listig-card-tiny-meta .hubhood-card-meta {
        opacity : 0.6;
}

.sticky .hubhood-card-meta {
        display: none;
}

.hubhood-listig-card-tiny-meta .hubhood-card-meta-content {
        font-size    : 15px;
        padding-left : 0;
}

.hubhood-listig-card-tiny-meta .hubhood-card-meta-content a,
.hubhood-listig-card-tiny-meta .hubhood-card-meta a {
        position: relative;
        top: 1px;
}

.hubhood-listig-card-tiny-meta .hubhood-card-meta a:before {
        top: -1px;
}

.hubhood-listig-card-design-2-2 .hubhood-card-meta {
        max-width : calc(100% - 30px);
}

.hubhood-listig-card-design-2-2 .hubhood-card-meta-content {
        position           : relative;
        display            : -webkit-box;
        -webkit-line-clamp : 1;
        -webkit-box-orient : vertical;
        max-height         : 29px;
        padding-right      : 30px;
        padding-top        : 0;
}

.hubhood-card-content .hubhood-date-comma {
        display : none;
}

.hubhood-listig-card-tiny-meta.hubhood-listig-card-design-2-2 .hubhood-card-meta-content {
        padding-right : 0;
        padding-left  : 1px;
        line-height: 1.875;
}

.hubhood-listig-card-tiny-meta .hubhood-card-meta,
.hubhood-listig-card-tiny-meta .hubhood-card-meta *,
.hubhood-listig-card-design-2.hubhood-listig-card-design-2-2 .hubhood-card-meta,
.hubhood-listig-card-design-2.hubhood-listig-card-design-2-2 .hubhood-card-meta * {
        line-height: 1;
}

.hubhood-card-meta-content:before {
        position       : relative;
        line-height    : 0;
        top            : -2px;
        font-size      : 24px;
        color          : rgba(255, 255, 255, 1);
        padding-right  : 26px;
        text-shadow    : 1px 1px rgba(0, 0, 0, 1);
        padding-bottom : 2px;
}

.hubhood-listig-card-tiny-meta .hubhood-card-meta-content:before {
        top : 0;
}

.hubhood-listig-card-tiny-meta .hubhood-card-meta-content:before {
        font-size     : 16px;
        padding-right : 8px;
}

.hubhood-meta-dot {
        position       : relative;
        display        : inline-block;
        top            : 0px;
        left           : 0px;
        line-height    : 0;
        border         : 3px solid #fff;
        width          : 4px;
        border-radius  : 5px;
        vertical-align : middle;
        top            : -2px;
        left           : -7px;
        margin-left    : -10px;
}

.hubhood-listig-card-tiny-meta .hubhood-meta-dot {
        top     : 0px;
        opacity : 0;
}

.hubhood-listing-card .hubhood-card-author {
        opacity : 0.4;
        top     : auto;
        bottom  : 30px;
        z-index : 14;
}

.hubhood-card-author a {
        color           : rgba(255, 255, 255, 1);
        text-decoration : none;
}

.hubhood-card-author:hover {
        opacity : 1;
}

.hubhood-card-author.hubhood-align-meta-right {
        text-align   : right;
        padding-left : 30px;
        max-width    : calc(100% - 30px);
        left         : auto;
        right        : 50%;
}

.hubhood-card-author.hubhood-align-meta-right .hubhood-card-meta-content {
        padding-left : 0;
}

.hubhood-listig-card-design-2-2 .hubhood-card-author.hubhood-align-meta-right {
        padding-left : 0;
        right        : 0;
}

.hubhood-listig-card-tiny-meta .hubhood-card-author.hubhood-align-meta-right {
        bottom : 30px;
}

.hubhood-listig-card-design-2 .hubhood-listing-card-link {
        z-index : 12;
}

.hubhood-listig-card-design-2 .hubhood-listing-card-footer {
        position       : relative;
        padding-top    : 0;
        padding-bottom : 0;
        color          : #252525;
        min-height     : 0;
}

.hubhood-listig-card-design-2 .hubhood-listing-card-footer * {
        color : #252525;
}

.hubhood-term-card-icons {
        position  : absolute;
        top       : 0;
        left      : 0;
        width     : 100%;
        opacity   : 1;
        font-size : 0;
        z-index   : 3;
}

.hubhood-design-1-b-2-3-c-11-b .hubhood-term-card-icons.hubhood-padding-gutter {
        padding-top: 30px;
        padding-left: 25px;
}

.hubhood-term-card-icons.hubhood-term-card-icons-vertical {
        top            : auto;
        left           : auto;
        padding-bottom : 0;
        bottom         : 8px;
        right          : 0;
        width          : 110px;
}

.hubhood-term-card-icons.hubhood-term-card-icons-vertical-top {
        top           : var(--bs-gutter-x);
        right         : var(--bs-gutter-x);
        width         : 48px;
        height        : 48px;
        bottom        : auto;
        border-radius : 20px;
        z-index       : 4;
}

.hubhood-term-card-icons.hubhood-term-card-icons-vertical-top.hubhood-term-card-icons-vertical-top-center {
        right        : 50%;
        margin-right : -25px;
        z-index      : 7;
}

.hubhood-listing-card-icon.fa-star {
        position : relative;
}

.hubhood-listing-card-icon.fa-star:after,
.hubhood-listing-card-icon.hubhood-claim-icon:after,
.hubhood-card-footer-no-content .hubhood-listing-card-icon.fa-ban:after,
.hubhood-card-content .hubhood-card-no-content-icon:after {
        content          : "";
        position         : absolute;
        width            : 41px;
        height           : 4px;
        top              : 19px;
        left             : 0;
        opacity          : 0.7;
        transform        : rotate(135deg);
        background-color : #fff;
        border-radius    : 3px;
}

.widget_hubhood_tiny_call_to_action .hubhood-listing-card-icon.fa-star:after,
.widget_hubhood_tiny_call_to_action .hubhood-listing-card-icon.hubhood-claim-icon:after,
.widget_hubhood_tiny_call_to_action .hubhood-card-footer-no-content .hubhood-listing-card-icon.fa-ban:after,
.widget_hubhood_tiny_call_to_action .hubhood-card-content .hubhood-card-no-content-icon:after {
        content: none !important;
}

.hubhood-card-footer-no-content .hubhood-listing-card-icon.fa-ban:before,
.hubhood-card-content .hubhood-card-no-content-icon:before {
        opacity: 0;
}

.hubhood-design-1-b-2-3-c-21-f .hubhood-card-footer-no-content .hubhood-listing-card-icon.fa-ban {
        opacity: 0;
}

.hubhood-card-footer-no-content .hubhood-listing-card-icon.fa-ban:after,
.hubhood-card-content .hubhood-card-no-content-icon:after {
        background-color : rgba(0,0,0,0.12);
}

.hubhood-listing-card-icon.hubhood-low-opacity-border-invert.fa-star:after,
.hubhood-listing-card-icon.hubhood-low-opacity-border-invert.hubhood-claim-icon:after {
        background-color : transparent;
}

.hubhood-listing-card-icon.hubhood-claim-icon.hubhood-claim-icon-claimed:after {
        content : none;
}

.hubhood-main-color {
        color : var(--hubhood-color) !important;
}

.hubhood-listing-card .hubhood-term-link {
        z-index : 4;
}

.hubhood-listing-card-icon {
        position : relative;
}

.hubhood-listing-card-icon,
.hubhood-slider-nav-left:before,
.hubhood-slider-nav-right:before {
        display       : inline-block;
        width         : 48px;
        height        : 48px;
        border-radius : 50px;
        text-align    : center;
        font-size     : 20px;
        line-height   : 40px;
        margin-right  : 20px;
        padding-left  : 1px;
        text-shadow   : 1px 1px 1px rgba(0, 0, 0, 0.4);
        border        : 4px solid rgba(255, 255, 255, 1);
}

.hubhood-listing-cards .hubhood-terms-inner > .row>.hubhood-dumb-card-wrapper,
.hubhood-main-block > .row >.hubhood-dumb-card-wrapper {        
        -webkit-flex-grow: 1;
        -ms-flex-grow: 1;
        flex-grow: 1;
        display: none;
}

.hubhood-dumb-card {        
        border-radius: 4px;
        width: 100%;
        height: calc(100% - 30px);
        border: 4px dashed #d7d7d7;
        background: rgba(0,0,0,0.03);
}

.hubhood-dumb-card:before {
        content: "\f119";
        position: absolute;
        display: inline-block;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        color: #d1d1d1;
        z-index: 1;
        font-size: 36px;
}

.hubhood-listing-card-icon:not(.hubhood-listing-rating):not(.hubhood-big-rating-circle):not(.hubhood-bookmark-card-button):not(.hubhood-icon-counter):not(.hubhood-search-icon) {
        text-align: left;
}

.hubhood-listing-card-icon:not(.hubhood-listing-rating):not(.hubhood-big-rating-circle):not(.hubhood-bookmark-card-button):not(.hubhood-icon-counter):not(.hubhood-search-icon):before,
.hubhood-quick-card-icon:before {
        position: relative;
        left: 50%;
        transform: translate(-50%);
}

.hubhood-card-cover .hubhood-claim-icon:before {
        top: -1px;
}

.hubhood-slide-item-icons .hubhood-listing-card-icon {
        margin-right: 0;
}

.hubhood-search-icon {
        margin-right : 12px;
}

.hubhood-header-menu .hubhood-search-icon {
        margin-top    : -2px;
        margin-bottom : -2px;
        display: none;
}

.hubhood-addons-active.hubhood-has-wp-job-manager .hubhood-header-menu .hubhood-search-icon {
        display: inline-block;
}

.hubhood-addons-active.hubhood-has-wp-job-manager .hubhood-header-menu .hubhood-mobile-search-button {
        position: absolute;
        left: 30px;
        display: none;
}

.hubhood-addons-active.hubhood-has-wp-job-manager .hubhood-header-menu .navbar-toggler ~ .hubhood-mobile-search-button {
        left: 103px;
}

.hubhood-listing-card-icon,
.hubhood-listing-widget-icon {
        line-height            : 38px;
}

.hubhood-listing-card-icon:before,
.hubhood-listing-widget-icon:before {
        -webkit-font-smoothing : subpixel-antialiased;
        transform              : perspective(1px) translateZ(0);
        filter                 : blur(.0px);
        -webkit-filter         : blur(0);
        -webkit-perspective    : 1000;
        perspective    : 1000;
}

.hubhood-hero-category .hubhood-listing-card-icon {
        margin-right : 14px;
        background-color: transparent !important;
}

.hubhood-design-5 .hubhood-listing-card-title-wrapper {
        position: relative;
}

.hubhood-design-5 .hubhood-listing-card-title {
        text-shadow: none;
        font-size: 18px;
        margin-top: 0;
        padding-top: 0;
}

.hubhood-design-5 .hubhood-listing-card-link ~ .hubhood-card-meta {
        display: none;
}

.hubhood-design-5 .hubhood-card-content {
        position: relative;
        z-index: 15;
}

.hubhood-design-5 article {
        margin-bottom: 30px;
        background-color: #fff;
}

article.hubhood-not-found {
        background-color: transparent !important;
}

.hubhood-design-5 .hubhood-listing-card-title-wrapper {
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 0;
}

.hubhood-design-5 .hubhood-card-content-excerpt {
        font-size: 15px;
        color: #888;
        display            : -webkit-box;
        -webkit-line-clamp : 2;
        -webkit-box-orient : vertical;
        max-height         : 56px;
        overflow           : hidden;
}

.hubhood-design-5 .hubhood-card-slides-preset-height,
.hubhood-design-5 .hubhood-card-cover,
.hubhood-design-5 .hubhood-card-slides,
.hubhood-design-5 .hubhood-card-slide {
        height: 245px;
}

.hubhood-design-5-b-6 .hubhood-card-slides-preset-height,
.hubhood-design-5-b-6 .hubhood-card-cover,
.hubhood-design-5-b-6 .hubhood-card-slides,
.hubhood-design-5-b-6 .hubhood-card-slide {
        height: 350px;
}

.hubhood-design-5-b-6-2 .hubhood-card-slides-preset-height,
.hubhood-design-5-b-6-2 .hubhood-card-cover,
.hubhood-design-5-b-6-2 .hubhood-card-slides,
.hubhood-design-5-b-6-2 .hubhood-card-slide,
.hubhood-design-5-b-4-2-n .hubhood-card-slides-preset-height,
.hubhood-design-5-b-4-2-n .hubhood-card-cover,
.hubhood-design-5-b-4-2-n .hubhood-card-slides,
.hubhood-design-5-b-4-2-n .hubhood-card-slide {
        height: 460px;
}

.hubhood-design-5-b-6-2-d .hubhood-card-slides-preset-height,
.hubhood-design-5-b-6-2-d .hubhood-card-cover,
.hubhood-design-5-b-6-2-d .hubhood-card-slides,
.hubhood-design-5-b-6-2-d .hubhood-card-slide {
        height: 280px;
}

.hubhood-design-5-b-6-2-e .hubhood-card-slides-preset-height,
.hubhood-design-5-b-6-2-e .hubhood-card-cover,
.hubhood-design-5-b-6-2-e .hubhood-card-slides,
.hubhood-design-5-b-6-2-e .hubhood-card-slide {
        height: 200px;
}

.hubhood-design-5-b-6-2-f .hubhood-card-slides-preset-height,
.hubhood-design-5-b-6-2-f .hubhood-card-cover,
.hubhood-design-5-b-6-2-f .hubhood-card-slides,
.hubhood-design-5-b-6-2-f .hubhood-card-slide {
        height: 150px;
}

.hubhood-design-5-b-4-2-j .hubhood-card-slides-preset-height,
.hubhood-design-5-b-4-2-j .hubhood-card-cover,
.hubhood-design-5-b-4-2-j .hubhood-card-slides,
.hubhood-design-5-b-4-2-j .hubhood-card-slide {
        height: 400px;
}

.hubhood-abbr-date {
        position: absolute;
        top: 0;        
        left: 50%;
        margin-left: -30px;
        background-color: #fff;
        border-radius: 0 0 4px 4px;
        padding: 8px;
        text-align: center;
        width: 60px;
        color: #252525;
        z-index: 10;
}

.hubhood-design-5-b-4-2-l .hubhood-listing-card.sticky:before {
        border: 0;
}

.hubhood-abbr-date-day {
        font-weight: 400;
        font-size: 18px;
        display: inline-block;
        width: 100%;
        font-weight: 600;
}

.hubhood-abbr-date-month {
        text-transform: uppercase;
        margin-top: -5px;
        display: block;
        width: 100%;
        opacity: 0.6;
        font-size: 12px;
        font-weight: 700;
}

.hubhood-abbr-date-month {
        margin-top: 0;
        border-top: 4px solid #ddd;
        padding-top: 10px;
        opacity: 1;        
}

.hubhood-abbr-date-design-2 .hubhood-abbr-date-day {
        font-size: 16px;
}

.hubhood-abbr-date-design-2 .hubhood-abbr-date-month {
        font-size: 12px;
        opacity: 0.5;
        margin-top: 3px;
        padding-top: 7px;
}

.hubhood-abbr-date-design-2 {
        left: auto;
        margin: 0;
        top: 30px;
        right: 30px;
        border-radius: 4px;
        width: 48px;
}

.hubhood-design-8-c .hubhood-abbr-date {
        top: 15px;
        right: 15px;
}

.hubhood-abbr-date-design-3 {
        padding: 8px;
        width: 58px;
}

.hubhood-abbr-date-color {
        background-color: var(--hubhood-color);
        color: #fff;
}

.hubhood-abbr-date-color * {
        color: #fff;
        text-shadow: 1px 1px 0 rgba(0,0,0,0.5);
}

.hubhood-abbr-date-color .hubhood-abbr-date-month {
        opacity: 1;
        font-weight: 500;
}

.hubhood-abbr-date-design-3 .hubhood-abbr-date-month {
        border-top: 0;
        margin-top: 0;
        padding-top: 0;
}

.hubhood-card-content .hubhood-card-content .hubhood-abbr-date {
        box-shadow: 0 0 20px rgb(0 0 0 / 15%);
        top: -45px;
        left: 50%;
        margin-left: -36px;
        width: 72px;
}

.hubhood-card-content .hubhood-card-content .hubhood-abbr-date-rounded {
        top: -36px;
        border-radius: 50px;
        box-shadow: none !important;
        padding: 10px;
}

.hubhood-card-content .hubhood-card-content .hubhood-abbr-date-rounded .hubhood-abbr-date-month {
        margin-top: -6px;
}

.hubhood-design-5-b-6-2-b article {
        box-shadow: none;
        background: transparent;
}

.hubhood-design-5-b-6-2-b .hubhood-card-content .hubhood-card-content {
        padding-bottom: 0;
        padding-left: 0;
        padding-right: 45px;
}

.hubhood-design-5-b-6-2-b .hubhood-listing-card.sticky:before {
        border: 0;
}

.hubhood-design-5-b-6-2-c .hubhood-meta-card-footer {
        margin-top: 0;
        margin-bottom: 15px;
}

.hubhood-design-5 .hubhood-card-data-categories-wrapper {
        height: auto;
}

.hubhood-design-5 .hubhood-card-data-categories-wrapper,
.hubhood-design-5 .hubhood-card-date {
        display: inline-block;
        float: left;
}

.hubhood-design-5 .hubhood-card-date {
        position: relative;
        top: auto;
        left: auto;
        max-width: 999px;
        padding-right: 0;
        opacity: 1;
        float: right;
}

.hubhood-design-5 .hubhood-card-data-block-wrapper-2 {
        margin-top: 25px;
        margin-bottom: 25px;
        padding: 25px 30px 0 30px;
        width: calc(100% + 60px);
        margin-left: -30px;
        box-shadow: 0 -20px 25px -15px rgb(0 0 0 / 15%);
}

.hubhood-design-8-d .hubhood-card-data-block-wrapper-2 {
        padding: 30px;
        margin-bottom: -30px;
}

.hubhood-design-5 .hubhood-card-read-more {
        display: block;
        margin-top: 25px;
        padding: 25px 0 0 0;
        border-top: 1px solid #ddd;
}

.hubhood-design-5 .hubhood-read-more {
        padding: 0;
        margin: 0;
}

.hubhood-design-5 .hubhood-background-image:before {
        opacity: 0.4;
}

.hubhood-design-5:not(.hubhood-design-5-e-3):not(.hubhood-design-5-b-4-2-d):not(.hubhood-design-5-b-6-2-c) .hubhood-card-meta-content:before {
        content: none;
}

.hubhood-design-5 .hubhood-card-meta-content a {
        display: inline-block;
        color: #252525;
        text-shadow: none;
        font-size: 14px;
        color: #888;
        font-weight: 400;
        padding: 8px 0;
}

.hubhood-design-5 .hubhood-listing-card-link {
        z-index: 15;
}

.hubhood-design-5 .hubhood-card-cover {
        box-shadow: 0 20px 20px -15px rgba(0,0,0,0.5);
}

.hubhood-design-5-b .hubhood-card-cover .hubhood-card-data-block-wrapper-2,
.hubhood-design-5-c .hubhood-card-cover .hubhood-card-data-block-wrapper-2,
.hubhood-design-5-e-2 .hubhood-card-cover .hubhood-card-data-block-wrapper-2 {
        position: absolute;
        bottom: 0;
        width: 100%;
        margin: 0;
        box-shadow: none;
        bottom: 30px;
        z-index: 20;
}

.hubhood-design-5-b .hubhood-card-cover .hubhood-featured-ribbon,
.hubhood-design-5-c .hubhood-card-cover .hubhood-featured-ribbon {
        background-color: rgb(15,20,25);
}

.hubhood-design-5-b .hubhood-card-meta-content a {
        color: #fff;
        text-shadow: 1px 1px 0 rgba(0,0,0,1);
        opacity: 0.7;
}

.hubhood-design-5-b-2 .hubhood-card-date a {
        font-weight: 500;
}

.hubhood-design-5-c .hubhood-card-date {
        float: none;
}

.hubhood-design-5-c .hubhood-listing-card-title {
        margin-top: 15px;
}

.hubhood-design-5-c-2 .hubhood-listing-card-title {
        margin-top: 25px;
}

.hubhood-design-5-c .hubhood-card-content-data-excerpt {
        margin-top: 15px;
}

.hubhood-design-5-b-2 .hubhood-listing-cards-height-2 .hubhood-terms-inner > .row>[class*='col-'] {
        min-height: 394px;
}

.hubhood-design-5-b-a .hubhood-listing-cards-height-2 .hubhood-terms-inner > .row>[class*='col-'] {
        min-height: 380px;
}

.hubhood-design-5-b-4 .hubhood-card-data-block-wrapper-2 {
        box-shadow: none;
        margin-top: 0;
        padding-top: 0;
        padding-bottom: 0;
        margin-bottom: 0;
}

.hubhood-design-5-b-4 .hubhood-card-data-block-wrapper-2 + *,
.hubhood-design-5-e-3-b .hubhood-card-data-block-wrapper-2 + * {
        margin-top: 20px;
        display: block;
}

.hubhood-design-5-b-4 .hubhood-card-content-data-excerpt {
        margin-top: 10px;
}

.hubhood-design-5-b-4 .hubhood-card-read-more {
        border: 0;        
        padding: 0;
        margin-top: 20px;
}

.hubhood-design-5-b-4:not(.hubhood-design-5-e-2):not(.hubhood-design-5-b-4-2-d) .hubhood-card-date {
        position: absolute;
        top: 30px;
        right: 30px;
}

.hubhood-design-5-b-4 .hubhood-card-date a {
        font-weight: 600;
}

.hubhood-design-5-b-4-2 .hubhood-card-data-block-wrapper-2 {
        margin-top: 20px;
}

.hubhood-design-5-b-4-2-b .hubhood-card-data-categories-wrapper {
        text-align: center;
        display: block;
        width: 100%;
}

.hubhood-design-5-b-4-2-d .hubhood-card-data-categories-wrapper {
        text-align: right;
}

.hubhood-design-5-b-4-2-d .hubhood-card-cover .hubhood-card-data-block-wrapper-2 {
        text-align: right;
        bottom: auto;
        top: 30px;
}

.hubhood-design-5-b-4-2-j .hubhood-card-data-categories-wrapper {
        text-align: center;
}

.hubhood-design-5-b-4-2-e .hubhood-card-data-block-wrapper-1 {
        display: block;
        width: calc(100% + 60px);
        left: -30px;
        padding: 30px;
        padding-bottom: 0;
        margin-top: 25px;
        box-shadow: 0 -20px 25px -15px rgb(0 0 0 / 19%);
}

.hubhood-design-5-b-3 .hubhood-card-date,
.hubhood-design-5-b-4:not(.hubhood-design-5-e-2):not(.hubhood-design-5-b-4-2-d) .hubhood-card-date,
.hubhood-design-5-b-4-2 .hubhood-card-date {
        border: 1px solid rgba(255,255,255,0.4);
        border-radius: 4px;
        padding: 0 10px;
        background-color: rgba(255,255,255,0.1);
}

.hubhood-design-5-c-2 .hubhood-card-date {
        border: 1px solid rgba(0,0,0,0.2);
        border-radius: 4px;
        padding: 0 10px;
}

.hubhood-design-5-b-6-2-c .hubhood-card-meta {
        padding-left: 0;
}

.hubhood-design-5-b-4-2-b .hubhood-listing-card-title,
.hubhood-design-5-b-4-2-b .hubhood-card-content-excerpt,
.hubhood-design-5-b-4-2-b .hubhood-card-data-block-wrapper-2,
.hubhood-design-5-e-3-b .hubhood-listing-card-title,
.hubhood-design-5-e-3-b .hubhood-card-content-excerpt,
.hubhood-design-5-e-3-b .hubhood-card-data-block-wrapper-2,
.hubhood-design-5-e-3-b .hubhood-meta-card-footer,
.hubhood-design-5-b-4-2-d .hubhood-meta-card-footer,
.hubhood-design-5-b-4-2-d .hubhood-card-read-more,


.hubhood-design-8-b .hubhood-listing-card-title,
.hubhood-design-8-b .hubhood-card-content-excerpt,
.hubhood-design-8-b .hubhood-card-data-block-wrapper-2,
.hubhood-design-8-b .hubhood-meta-card-footer,
.hubhood-design-8-b .hubhood-card-read-more {
        text-align: center;
}

.hubhood-design-8-b .hubhood-card-data-categories-wrapper {
        float: none;
}


.hubhood-design-5-b-4-2-g .hubhood-listing-card-title,
.hubhood-design-5-b-4-2-g .hubhood-card-content-excerpt,
.hubhood-design-5-b-4-2-g .hubhood-card-data-block-wrapper-2,
.hubhood-design-5-b-4-2-g .hubhood-meta-card-footer,
.hubhood-design-5-b-4-2-g .hubhood-meta-card-footer,
.hubhood-design-5-b-4-2-g .hubhood-card-read-more,
.hubhood-design-5-b-4-2-g .hubhood-card-data-categories-wrapper,
.hubhood-design-5-b-4-2-h .hubhood-listing-card-title,
.hubhood-design-5-b-4-2-h .hubhood-card-content-excerpt,
.hubhood-design-5-b-4-2-h .hubhood-card-data-block-wrapper-2,
.hubhood-design-5-b-4-2-h .hubhood-meta-card-footer,
.hubhood-design-5-b-4-2-h .hubhood-meta-card-footer,
.hubhood-design-5-b-4-2-h .hubhood-card-read-more {
        text-align: left;
}

.hubhood-design-5-e-3-b .hubhood-meta-card-footer .hubhood-card-meta,
.hubhood-design-5-b-4-2-d .hubhood-meta-card-footer .hubhood-card-meta {
        margin-left: 8px;
        margin-right: 8px;
        padding: 0;
}

.hubhood-design-5-b-4-2-g .hubhood-meta-card-footer .hubhood-card-meta,
.hubhood-design-5-b-4-2-h .hubhood-meta-card-footer .hubhood-card-meta {
        margin-left: 0;
        margin-right: 15px;
}

.hubhood-design-5-e-3-b .hubhood-card-read-more {
        text-align: center;
        margin-top: 15px;
}

.hubhood-design-5-e-3-b .hubhood-card-data-categories-wrapper {
        float: none;
}

.hubhood-design-5-e-3-b .hubhood-card-data-block-wrapper-1,
.hubhood-design-5-e-3-b .hubhood-card-content-data-excerpt {
        padding-left: 20px;
        padding-right: 20px;
}

.hubhood-design-5-c-2 .hubhood-card-cover {
        width: calc(100% - 20px);
        left: 10px;
        margin-top: 10px;
}

.hubhood-design-5-c-2 .hubhood-trending-icon {
        top: 10px;
        left: 10px;
}

.hubhood-design-5-b-5 .hubhood-featured-ribbon {
        font-weight: 700;
}

.hubhood-design-5-b-5 .hubhood-featured-ribbon,
.hubhood-design-5-b-5 .hubhood-featured-ribbon:hover,
.page-content .hubhood-design-5-b-5 .hubhood-featured-ribbon,
.page-content .hubhood-design-5-b-5 .hubhood-featured-ribbon:hover {
        background-color: transparent;
        color: #252525;
        text-shadow: none;
        padding: 0;
}

.hubhood-design-5-b-5 .hubhood-featured-ribbon:before {
        font-family: FontAwesome;
        content: "\f0c1";
        position: relative;
        display: inline-block;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        border-radius: 50px;
        background-color: rgb(15,20,25);
        color: #fff;
        margin-right: 10px;
        font-size: 20px;
        padding: 0;
        vertical-align: middle;
        font-weight: 400;
        text-shadow: 1px 1px 0 rgba(0,0,0,0.4);
        padding-left: 1px;
}

.hubhood-design-5-e .hubhood-card-slides,
.hubhood-design-5-e .hubhood-top-gradient-overlay,
.hubhood-design-5-e .hubhood-top-gradient-overlay:after,
.hubhood-design-5-e .hubhood-card-cover,
.hubhood-design-5-e .hubhood-card-slide,
.hubhood-design-5-e .hubhood-card-slide:before {
        border-radius: 20px;
}

.hubhood-design-5-e .hubhood-card-content {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0;
}

.hubhood-design-5-e .hubhood-listing-card {
        box-shadow: none;
        background-color: transparent;
}

.hubhood-design-5-e .hubhood-listing-card.sticky:before,
.hubhood-design-5-c-2 .hubhood-listing-card.sticky:before {
        border: 0;
}

.hubhood-meta-card-footer {
        margin-top: 12px;
        opacity: 0.5;
}

.hubhood-design-5-b-4-2-d .hubhood-meta-card-footer {
        margin-top: 0;
        margin-bottom: 15px;
}

.hubhood-meta-card-footer .hubhood-card-meta,
.hubhood-meta-card-footer .hubhood-card-meta a,
.hubhood-meta-card-footer .hubhood-card-meta-content:before,
.page-content .hubhood-meta-card-footer .hubhood-card-meta-content,
.page-content .hubhood-meta-card-footer .hubhood-card-meta-content a {
        position: relative;
        float: none;
        display: inline-block;
        color: #252525;
        text-shadow: none;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
        opacity: 1;
}

.hubhood-meta-card-footer .hubhood-card-meta a,
.page-content .hubhood-meta-card-footer .hubhood-card-meta-content a {
        font-weight: 500;
}

.hubhood-meta-card-footer .hubhood-card-meta {
        margin-right: 15px;
}

.hubhood-design-5-b-4-2-c .hubhood-card-content .hubhood-card-content,
.hubhood-design-5-b-4-2-g .hubhood-card-content .hubhood-card-content,
.hubhood-design-5-b-4-2-h .hubhood-card-content .hubhood-card-content {
        padding-top: 50px;
}

.hubhood-design-5-b-4-2-e .hubhood-card-content .hubhood-card-content {
        padding-top: 45px;        
}

.hubhood-design-5-b-4-2-e .hubhood-meta-card-footer {
        opacity: 0.9;
}

.hubhood-card-content .author-avatar {
        position: absolute;
        width: 52px;
        height: 52px;
        margin: 0;
        top: -26px;
        left: calc(50% - 26px);
        box-shadow: 5px 5px 10px rgb(0 0 0 / 30%);
}

.hubhood-design-5-b-4-2-g .author-avatar,
.hubhood-design-5-b-4-2-h .author-avatar {
        left: 30px;
}

.hubhood-design-5-b-4-2-i-2 .hubhood-card-cover {
        width: calc(100% - 20px);
        left: 10px;
        margin-top: 10px;
}

.hubhood-design-5-b-4-4 .hubhood-meta-card-footer {
        opacity: 1;
        margin-top: 20px;
}

.hubhood-design-5-b-4-4 .author-avatar {
        position: relative;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
        display: inline-block;
        vertical-align: middle;
        margin-right: 15px;
        width: 48px;
        height: 48px;
}

.hubhood-design-5-b-4-5 .hubhood-meta-card-footer {
        border-top: 1px solid #ddd;
        padding-top: 25px;
        margin-top: 25px;
}

.hubhood-design-5-b-6 .hubhood-listing-card-title,
.hubhood-design-5-b-a-3 .hubhood-listing-card-title {
        font-size: 16px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 100%;
        display: block;
}

.hubhood-design-5-b-6-2-b .hubhood-listing-card-title,
.hubhood-design-5-b-a .hubhood-listing-card-title,
.hubhood-design-5-b-a-3 .hubhood-listing-card-title {
        text-overflow: unset;
        white-space: normal;
        display            : -webkit-box;
        -webkit-line-clamp : 2;
        -webkit-box-orient : vertical;
        max-height         : 52px;
        overflow           : hidden;
}

.hubhood-design-5-b-a .hubhood-listing-card-title {
        padding-right: 30px;
}

.hubhood-design-5-b-6 .hubhood-card-cover .hubhood-card-data-block-wrapper-2 {
        bottom: auto;
        top: 30px;
        right: 30px;
        padding: 0;
        margin: 0;
}

.hubhood-design-5-b-6 .hubhood-card-content .hubhood-card-content .hubhood-card-data-block-wrapper-2 {
        box-shadow: none;
        border: 0;
        padding-top: 0;
        margin-top: 0;
        margin-bottom: 0;
}

.hubhood-design-5-b-6-2-b .hubhood-card-content .hubhood-card-content .hubhood-card-data-block-wrapper-2 {
        margin-top: 15px;
}

.hubhood-design-8 .hubhood-card-content .hubhood-card-content {
        margin-top: -30px;
        background: #fff;
        width: calc(100% - 30px);
        border-radius: 4px;
        left: 15px;
        box-shadow: 0 0 30px rgb(0 0 0 / 16%);
}

.hubhood-design-8-c .hubhood-card-content .hubhood-card-content {
        border-top: 4px solid #ccc;
}

.hubhood-design-8-c .sticky .hubhood-card-content {
        border-top: 4px solid var(--hubhood-color);
}

.hubhood-design-8 article {
        box-shadow: none;
        background-color: transparent;
}

.hubhood-design-8 .hubhood-listing-card.sticky:before {
        border: 0;
}

.hubhood-design-9 .hubhood-card-data-block-wrapper-1,
.hubhood-design-5-b-a .hubhood-card-data-block-wrapper-1,
.hubhood-design-5-b-4-2-m .hubhood-card-data-block-wrapper-1 {
        position: absolute;
        bottom: 15px;
        left: 30px;
        width: calc(100% - 60px);
        z-index: 15;
}

.hubhood-design-9 .hubhood-card-data-block-wrapper-2,
.hubhood-design-5-b-a .hubhood-card-data-block-wrapper-2,
.hubhood-design-5-b-4-2-m .hubhood-card-data-block-wrapper-2 {
        margin-top: -30px;
}

.hubhood-design-9 .hubhood-listing-card-title,
.hubhood-design-5-b-a .hubhood-listing-card-title,
.hubhood-design-5-b-4-2-m .hubhood-listing-card-title {
        color: #fff;
        text-shadow: 1px 1px 0 rgba(0,0,0,0.9);
}

.hubhood-social-networks-inner {
        font-size : 0;
}

.hubhood-section-footer .hubhood-logo {
        width         : 48px;
        position      : relative;
        left          : -15px;
        margin-bottom : 30px;
        filter        : invert();
}

.widget_hubhood_buttons .hubhood-social-networks-inner .hubhood-listing-card-icon {
        height        : auto;
        border        : 4px solid #fff;
        margin-right  : 30px;
        margin-bottom : 30px;
        color         : #000;
        box-shadow    : 10px 10px 10px rgb(0 0 0 / 25%);
}

.widget_hubhood_buttons .hubhood-social-networks-inner .hubhood-listing-card-icon.hubhood-button-no-title {
        height        : 48px;
}

.widget_hubhood_buttons .hubhood-social-networks-inner .hubhood-listing-card-icon.hubhood-button-no-icon {
        padding-top: 12px;
}

.widget_hubhood_buttons .hubhood-social-networks-inner .hubhood-listing-card-icon.hubhood-button-no-title:before {
        border-radius: 50px;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        -ms-border-radius: 50px;
        -o-border-radius: 50px;
}

.widget_hubhood_buttons .hubhood-social-networks-inner .hubhood-listing-card-icon:hover {
        border : 4px solid var(--hubhood-color);
}

.widget_hubhood_buttons .hubhood-social-networks-inner .hubhood-listing-card-icon span {
        position              : relative;
        display               : inline-block;
        height                : auto;
        word-break            : break-word;
        -webkit-hyphens       : none;
        -moz-hyphens          : none;
        hyphens               : none;
        vertical-align        : top;
        /* padding-left       : 1px; */
        /* padding-right      : 1px; */
        padding-top           : 4px;
        left                  : -3px;
        font-size             : 18px;
        text-transform        : uppercase;
        font-weight           : 900;
        line-height           : 26px;
        padding-left          : 15px;
        padding-right         : 15px;
        padding-bottom        : 12px;
        text-shadow: none;
}

.widget_hubhood_buttons .hubhood-social-networks-inner .hubhood-listing-card-icon:hover span {
        text-shadow: 1px 1px 1px rgb(0 0 0 / 50%);
}

.widget_hubhood_buttons .hubhood-social-networks-inner .hubhood-listing-card-icon:before {
        -webkit-text-stroke-width : 0.001em;
        background-color          : #fff;
        width                     : 48px;
        color                     : #000;
        text-shadow               : none;
        height                    : 48px;
        border-radius             : 40px;
        line-height               : 53px;
        position                  : relative;
        left                      : -5px;
        border-radius             : 25px 25px 0 0;
        top                       : -5px;
}

.hubhood-is-listing-archive .hubhood-footer {
        display:  none;
}

.hubhood-footer-column [class*="col-sm-"],
.hubhood-footer-column [class*="col-md-"],
.hubhood-footer-column [class*="col-lg-"] {
        width : 100%;
}

.widget_hubhood_buttons .hubhood-social-networks-inner .hubhood-listing-card-icon:hover {
        background-color : var(--hubhood-color);
        color            : #fff;
        transform        : translate(0, -8px);
}

.widget_hubhood_buttons .hubhood-social-networks-inner .hubhood-listing-card-icon:before {
        font-size : 20px;
}

.widget_hubhood_buttons .hubhood-social-networks-inner .hubhood-listing-card-icon.fa-play:before,
.widget_hubhood_buttons .hubhood-social-networks-inner .hubhood-listing-card-icon.fa-pinterest-p:before {
        font-size                 : 16px;
        padding-left              : 4px;
        line-height               : 55px;
        -webkit-text-stroke-width : 0.12em !important;
        -webkit-text-stroke-color : #000;
        color                     : #000;
}

.widget_hubhood_buttons .hubhood-social-networks-inner .hubhood-listing-card-icon.fa-pinterest-p:before {
        font-size                 : 20px;
        line-height               : 55px;
        -webkit-text-stroke-width : 0.07em !important;
}

.widget_hubhood_buttons .hubhood-social-networks-inner .hubhood-listing-card-icon.fa-vimeo-v:before {
        line-height : 55px;
}

.widget_hubhood_buttons .hubhood-social-networks-inner .hubhood-listing-card-icon.hubhood-icon-dark {
        font-weight               : 600;
        font-size                 : 15px;
        padding-left              : 4px;
        line-height               : 56px;
        -webkit-text-stroke-width : 0.001em !important;
}

.widget_hubhood_buttons .hubhood-social-networks-inner .hubhood-listing-card-icon.fa-facebook:before {
        font-size   : 20px;
        line-height : 54px;
}

.widget_hubhood_buttons .hubhood-social-networks-inner .hubhood-listing-card-icon.fa-glide-g:before {
        padding-left : 3px;
        font-size    : 22px;
        line-height  : 56px;
}

.widget_hubhood_buttons .hubhood-social-networks-inner .hubhood-listing-card-icon.fa-skype:before {
        font-size   : 24px;
        line-height : 56px;
}

.widget_hubhood_buttons .hubhood-social-networks-inner .hubhood-listing-card-icon.fa-vk:before {
        font-size   : 22px;
        line-height : 57px;
}

.widget_hubhood_buttons .hubhood-social-networks-inner .hubhood-listing-card-icon.fa-instagram:before {
        font-size                 : 20px;
        -webkit-text-stroke-width : 0.08em !important;
        -webkit-text-stroke-color : #000;
        color                     : #000;
        line-height               : 56px;
}

.widget_hubhood_buttons .hubhood-social-networks-inner .hubhood-listing-card-icon.fa-twitter:before {
        font-size : 20px;
}

.hubhood-listing-widget-icon {
        position      : absolute;
        margin-right  : 18px;
        display       : inline-block;
        width         : 30px;
        height        : 30px;
        line-height   : 30px;
        text-align    : center;
        font-size     : 17px;
        background    : #f4f4f4;
        color         : #252525;
        border-radius : 50px;
        top           : 30px;
        left          : 30px;
        border-radius : 40px;
}

.hubhood-listing-widget-theme-color .hubhood-listing-widget-icon {
        background    : #fff;
        box-shadow: 3px 3px 8px rgba(0,0,0,0.18);
}

.hubhood-listing-widget-icon.fa-camera:before {
        font-size: 18px;
}

.hubhood-listing-widget-icon.fa-play {
        padding-left : 3px;
}

.hubhood-listing-widget-dark .hubhood-listing-widget-icon {
        color      : #fff;
        background: rgb(60,65,70);
        box-shadow: 4px 4px 10px rgb(0 0 0 / 20%);
}

.hubhood-listing-widget-icon.fa-envelope:before {
        font-size: 15px;
        padding-left: 1px;
}

.hubhood-listing-widget-icon:before {
        -webkit-text-stroke-width : 0.001em;
        position                  : relative;
        top                       : -1px;
}

.hubhood-listing-widget-dark .hubhood-listing-widget-icon:before {
        font-weight : 400;
        text-shadow : 1px 1px 0 #000, 2px 2px 4px rgba(0, 0, 0, 0.2);
}

.hubhood-listing-location-address .hubhood-listing-widget-icon:before {
        font-weight : normal;
}

.hubhood-slider-nav-left:before,
.hubhood-slider-nav-right:before {
        display     : inline-block;
        line-height : 36px;
}

.hubhood-claim-icon {
        position : relative;
}

.hubhood-listing-card-icon.hubhood-claim-icon.hubhood-claim-icon-claimed {
        color: #fff;
        background-color : var(--hubhood-color);
        border           : 4px solid transparent;
        text-shadow      : 2px 1px 0 rgba(0, 0, 0, 1);
        box-shadow       : 1px 1px 0 rgb(0 0 0 / 20%), 2px 2px 3px rgb(0 0 0 / 15%);
}

.hubhood-user-can-not-publish-listings .job-manager-jobs tfoot {
        display: none;
}

.hubhood-listing-card-icon.hubhood-claim-icon-tiny {
        width          : 22px;
        height         : 22px;
        line-height    : 13px;
        letter-spacing : 0;
        padding-left   : 0;
        font-size      : 15px;
        top            : -2px;
        margin-right: 8px;
}

.hubhood-listing-card-icon.hubhood-claim-icon-tiny:before {
        text-shadow: 1px 1px 0 rgba(0,0,0,0.3), 0 0 3px rgba(0,0,0,0.07), 1px 1px 02px rgba(0,0,0,0.07);
        -webkit-text-stroke-width : 0.06em;
        color: #fff;
}

.hubhood-featured-marker-card-design-corner .hubhood-listing-card .hubhood-card-ribbons .fa-asterisk {
        display: none !important;
}

.leaflet-popup-content .hubhood-listing-card-icon.hubhood-claim-icon-tiny {
        margin-right: 10px;
}

.hubhood-listing-card-icon.hubhood-claim-icon-before-title {
        width        : 26px;
        height       : 26px;
        line-height  : 16px;
        font-size    : 16px;
        position     : relative;
        margin-right : 10px;
        top          : -3px;
}

.hubhood-low-opacity-border,
.hubhood-low-opacity-border.hubhood-slider-nav-left:before,
.hubhood-low-opacity-border.hubhood-slider-nav-right:before {
        border           : 4px solid rgba(255, 255, 255, 0.2);
        background-color : transparent;
}


.hubhood-low-opacity-border.hubhood-slider-nav-left:before,
.hubhood-low-opacity-border.hubhood-slider-nav-right:before {
        background-color : rgba(0, 0, 0, 0.1);
        box-shadow       : 0 0 20px rgba(0, 0, 0, 0.5);
}

.hubhood-low-opacity-border {
        border           : 4px solid #fff;
        background-color : transparent;
}

.hubhood-button-invert-colors {
        border : 4px solid transparent;
        color  : #252525;
}

.hubhood-low-opacity-border.hubhood-button-invert-colors {
        border : 4px solid #252525;
        color  : #252525;
}

.hubhood-icon-stroke:before {
        -webkit-text-stroke-width : 0.05em;
}

.hubhood-button-invert-colors:before,
.hubhood-low-opacity-border.hubhood-button-invert-colors:before {
        text-shadow : none;
}

.hubhood-search-icon-wrapper {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 1;
}

.hubhood-search-button-inline {
        position: absolute;
        background-color : #252525;
        color            : #fff;
        right: 0;
        cursor: pointer;
}

.hubhood-term-select {
        font-size    : 17px;
        font-weight  : 600;
        color        : #252525;
        display      : inline-block;
        margin-right : 25px;
}

.hubhood-term-select-search {
        position: relative;
        display: inline-block;
        width: 100%;
        top: 0;
        margin: 0;
        padding: 0;
}

.hubhood-search-button-label {
        font-weight: 600;
        font-size: 17px;
        padding-left: 4px;
        display: none;
}

.hubhood-buttons-search .form-group .select2-container {
        margin-top: 23px;
}

.hubhood-buttons-search .form-group .select2-container {
        padding: 28px 0;
        padding-right: 25px;
        margin-top: 0;
}

.hubhood-buttons-search .select2-container--default .select2-selection--multiple,
.hubhood-buttons-search .select2-container--default.select2-container--focus .select2-selection--multiple,
.hubhood-buttons-search .hubhood-search-filters-sort .select2-selection__rendered {
        padding:  0;
        line-height: 2;
}

.hubhood-buttons-search .select2-container .select2-selection--multiple .select2-selection__rendered,
.hubhood-buttons-search .hubhood-search-filters-sort .select2-selection__rendered {
        top: 0;
}

.hubhood-buttons-search .hubhood-line-bottom-effect,
.hubhood-search-input-field ~ .hubhood-line-bottom-effect,
.hubhood-search-filters-pricing .hubhood-line-bottom-effect {
        position: absolute;
        bottom: 0;
        top: auto;
}

.hubhood-buttons-search .select2-container:after {
        display: none;
}

.hubhood-buttons-search .select2-search.select2-search--inline {
        top: 4px;
}

.hubhood-buttons-search .select2-selection::after {
        top: 0;        
        right: -25px;
}

.hubhood-white-border {
        border : 4px solid #fff;
}

.hubhood-low-opacity-border.hubhood-slider-nav-left:before,
.hubhood-low-opacity-border.hubhood-slider-nav-right:before {
        line-height : 43px !important;
}

.hubhood-term-card-icons.hubhood-term-card-icons-vertical .hubhood-listing-card-icon {
        margin-right  : 0;
        margin-bottom : 20px;
}

.hubhood-term-card-icon-light-bg {
        border           : 4px solid transparent;
        background-color : #fff;
        color            : #252525;
        padding-left     : 2px;
        line-height      : 39px;
        text-shadow      : none;
}

.hubhood-term-card-icon-dark-bg {
        border           : 4px solid transparent;
        background-color : rgb(10, 15, 20);
        box-shadow       : 0 0 90px rgb(255 255 255 / 50%);
        color            : var(--hubhood-color);
        padding-left     : 2px;
        line-height      : 39px;
        text-shadow      : none;
}

.hubhood-term-card-icon-color-bg {
        padding-left     : 2px;
        background-color : var(--hubhood-color);
        border           : 4px solid transparent;
        text-shadow      : 1px 1px 0 rgba(0, 0, 0, 0.5);
        box-shadow       : 0 0 3px rgba(0, 0, 0, 0.2), 0 0 30px rgba(0, 0, 0, 0.2);
}

.hubhood-term-card-icon-color-bg .fa,
.hubhood-term-card-icon-color-bg .fas {
        text-shadow : 1px 1px 0 rgba(0, 0, 0, 1);
}

.hubhood-term-card-icon-white-no-border.hubhood-low-opacity-border {
        padding-right : 7px;
        font-size     : 30px;
}

.hubhood-term-card-icon-white-no-border {
        text-align  : right;
        border      : 0;
        box-shadow  : none;
        font-size   : 38px;
        line-height : 45px;
}

.leaflet-div-icon i:before,
.hubhood-listing-card-icon:before {
        -webkit-text-stroke-width : 0.02em;
        text-shadow               : 1px 1px 0 rgba(0, 0, 0, 0.3), 2px 2px 0 rgba(0, 0, 0, 0.2);
}

.hubhood-bookmark-card-button:not(.hubhood-bookmarked-item):hover:before {
        text-shadow               : 1px 1px 0 rgba(0, 0, 0, 0.05), 2px 2px 0 rgba(0, 0, 0, 0.05);
}

.leaflet-div-icon i:before {
        -webkit-text-stroke-width : 0.02em;
}

.leaflet-div-icon i.fas:before,
.hubhood-listing-card-icon.fas:before {
        -webkit-text-stroke-width: 0.001em;
}

.hubhood-search-keywords-inner .hubhood-listing-card-icon:before {
        font-size: 19px;
}

.hubhood-header-search-button.hubhood-listing-card-icon:before,
.hubhood-search-bar-container .hubhood-search-submit:before {
        -webkit-text-stroke-width : 0.01em;
        font-weight: 600;
}

.hubhood-listing-card-icon.fa-whatsapp:before {
        font-size: 22px;
}

.hubhood-listing-card-icon.fa-compass:before {
        font-size: 22px;
        -webkit-text-stroke-width : 0.02em;
}

.hubhood-listing-card-icon.fa-external-link:before {
        font-size: 18px;
        top: -1px;
}

.hubhood-listing-card-icon.fa-envelope:before {
        font-size: 20px;
        -webkit-text-stroke-width: 0.02em !important;
}

.hubhood-listing-card-icon.fa-play:before {
        font-size: 18px;
        -webkit-text-stroke-width: 0.02em !important;
}

.hubhood-tiny-call-to-action-icon-wrapper .hubhood-listing-card-icon:before {
        font-size: inherit !important;
}

.hubhood-tiny-call-to-action-icon-wrapper .hubhood-listing-card-icon.fa-1:before {
        content: "1";
        font-style: normal;
}

.hubhood-tiny-call-to-action-icon-wrapper .hubhood-listing-card-icon.fa-2:before {
        content: "2";
        font-style: normal;
}

.hubhood-tiny-call-to-action-icon-wrapper .hubhood-listing-card-icon.fa-3:before {
        content: "3";
        font-style: normal;
}

.hubhood-tiny-call-to-action-icon-wrapper .hubhood-listing-card-icon.fa-4:before {
        content: "4";
        font-style: normal;
}

.hubhood-tiny-call-to-action-icon-wrapper .hubhood-listing-card-icon.fa-5:before {
        content: "5";
        font-style: normal;
}

.hubhood-tiny-call-to-action-icon-wrapper .hubhood-listing-card-icon.fa-6:before {
        content: "6";
        font-style: normal;
}

.hubhood-tiny-call-to-action-icon-wrapper .hubhood-listing-card-icon.fa-7:before {
        content: "7";
        font-style: normal;
}

.hubhood-tiny-call-to-action-icon-wrapper .hubhood-listing-card-icon.fa-8:before {
        content: "8";
        font-style: normal;
}

.hubhood-tiny-call-to-action-icon-wrapper .hubhood-listing-card-icon.fa-9:before {
        content: "9";
        font-style: normal;
}

.hubhood-tiny-call-to-action-icon-wrapper .hubhood-listing-card-icon.fa-10:before {
        content: "10";
        font-style: normal;
}

.hubhood-tiny-call-to-action-icon-wrapper .hubhood-listing-card-icon.fa-11:before {
        content: "11";
        font-style: normal;
}

.hubhood-tiny-call-to-action-icon-wrapper .hubhood-listing-card-icon.fa-12:before {
        content: "12";
        font-style: normal;
}

.hubhood-search-keywords-inner .hubhood-listing-card-icon.fa-star:before {
        font-size: 18px;
        -webkit-text-stroke-width: 0.045em !important;
        top: -1px;
}

.hubhood-listing-card-icon.fa-clone:before {
        font-size: 18px;
        -webkit-text-stroke-width: 0.045em !important;
}

.hubhood-listing-card-icon.fa-home-alt:before,
.hubhood-listing-card-icon.fas-home-alt:before {
        position: relative;
        top: -1px;
}

.hubhood-icon-no-stroke.hubhood-listing-card-icon:before {
        -webkit-text-stroke-width : 0.001em;
}

.hubhood-low-opacity-border-invert:before {
        text-shadow : none;
}

.hubhood-listing-card-icon.hubhood-term-card-icon-white-no-border:before {
        -webkit-text-stroke-width : 0.001em;
}

.hubhood-slider-nav-left,
.hubhood-slider-nav-right {
        position     : absolute;
        top          : 0;
        margin-right : 0;
        left         : 0;
        border       : 0;
        color        : #fff;
        cursor       : pointer;
        height       : 100%;
        width        : 78px;
        z-index      : 6;
        transform    : translate(-150px, 0);
}

.hubhood-slider-nav-right {
        left      : auto;
        right     : 0;
        transform : translate(150px, 0);
}

.hubhood-slider-nav-left:before,
.hubhood-slider-nav-right:before {
        position     : relative;
        top          : 50%;
        margin-top   : -24px;
        margin-right : 0;
        padding-left : 3px;
        font-weight  : 900 !important;
        line-height  : 48px !important;
        border       : 0;
        background   : #fff;
}

.hubhood-slider-nav-left:hover:before,
.hubhood-slider-nav-right:hover:before {
        border : 4px solid #fff;
}

.hubhood-slider-nav-left:before {
        padding-left : 1px;
        left         : 30px;
}

.hubhood-card-cover.hubhood-has-bg-image:hover .hubhood-slider-nav-left,
.hubhood-card-cover.hubhood-has-bg-image:hover .hubhood-slider-nav-right {
        transform : translate(0, 0);
}

.hubhood-bookmark-button {
        position : relative;
        top      : 3px;
        right    : 3px;
        cursor   : pointer;
}

.hubhood-bookmark-button:hover,
body .hubhood-bookmarked-item,
.page-content .hubhood-dark-background .hubhood-bookmark-button:hover {
        cursor : pointer;
        color  : var(--hubhood-color);
}

.hubhood-bookmark-counter {
        position         : absolute;
        top              : -3px;
        right            : -8px;
        min-width        : 24px;
        height           : 24px;
        color            : #fff;
        font-size        : 14px;
        text-shadow      : 1px 1px 1px rgb(0 0 0 / 20%);
        line-height      : 27px;
        text-align       : center;
        padding-left     : 1px;
        font-weight      : 600;
        border-radius    : 50px;
        background-color: rgba(255,255,255,0.2) !important;
        box-shadow: 0 0 8px rgb(0 0 0 / 20%);
}

.hubhood-slide-item-icons .hubhood-bookmark-card-button:not(.hubhood-bookmarked-item) .hubhood-bookmark-counter {
        background-color: var(--hubhood-color) !important;
}

.hubhood-icon-counter {
        line-height : 42px;
        font-size   : 17px;
        font-weight : 600;
}

.hubhood-trending-update-clock .hubhood-icon-counter {
        font-size      : 14px;
        font-weight    : 400;
        text-transform : lowercase;
}

.hubhood-listing-card-title-wrapper {
        position      : absolute;
        width         : 100%;
        bottom        : 0;
        z-index       : 4;
        margin-bottom : 25px;
        padding       : 0 30px;
}

.product .hubhood-listing-card-title-wrapper {
        margin-bottom : 10px;
}

.hubhood-listing-card-title {
        padding-top        : 15px;
        padding-bottom     : 0;
        text-shadow        : 1px 1px 0 rgb(0 0 0 / 35%), 2px 2px 10px rgb(0 0 0 / 25%);
        display            : -webkit-box;
        -webkit-line-clamp : 2;
        -webkit-box-orient : vertical;
        max-height         : 91px;
        overflow           : hidden;
}

.hubhood-design-1-b-2-3-c-6-b-16-e .hubhood-hero-pricing + .hubhood-listing-card-title {
        padding-top: 8px;
}

.hubhood-design-1-b-2-3-c-21-b .hubhood-listing-card-title {
        display            : -webkit-box;
        -webkit-line-clamp : 1;
        -webkit-box-orient : vertical;
        max-height         : 30px;
        overflow           : hidden;
        white-space: normal;
        width: calc(100% + 10px);
        max-width: calc(100% + 10px);
}

.product .hubhood-listing-card-title {
        padding-top: 10px;
}

.hubhood-card-content-top-data .hubhood-listing-card-title .hubhood-listing-card-icon {
        display     : block;
        font-weight : 400;
        font-size   : 15px;
        padding-top : 5px;
}

.hubhood-top-gradient-overlay {
        display       : block;
        position      : absolute;
        width         : 100%;
        height        : 100%;
        border-radius : 4px;
        opacity: 0.7;
        z-index       : 3;
        background    : rgba(15, 20, 25, 0.55);
        background    : -moz-linear-gradient(top, rgba(15, 20, 25, 0.55) 0%, rgba(15, 19, 24, 0.15) 37%, rgba(14, 19, 24, 0) 52%, rgba(14, 19, 24, 0.1) 70%, rgba(14, 18, 23, 0.25) 86%, rgba(14, 18, 23, 0.7) 100%);
        background    : -webkit-gradient(left top, left bottom, color-stop(0%, rgba(15, 20, 25, 0.55)), color-stop(37%, rgba(15, 19, 24, 0.15)), color-stop(52%, rgba(14, 19, 24, 0)), color-stop(70%, rgba(14, 19, 24, 0.1)), color-stop(86%, rgba(14, 18, 23, 0.25)), color-stop(100%, rgba(14, 18, 23, 0.7)));
        background    : -webkit-linear-gradient(top, rgba(15, 20, 25, 0.55) 0%, rgba(15, 19, 24, 0.15) 37%, rgba(14, 19, 24, 0) 52%, rgba(14, 19, 24, 0.1) 70%, rgba(14, 18, 23, 0.25) 86%, rgba(14, 18, 23, 0.7) 100%);
        background    : -o-linear-gradient(top, rgba(15, 20, 25, 0.55) 0%, rgba(15, 19, 24, 0.15) 37%, rgba(14, 19, 24, 0) 52%, rgba(14, 19, 24, 0.1) 70%, rgba(14, 18, 23, 0.25) 86%, rgba(14, 18, 23, 0.7) 100%);
        background    : -ms-linear-gradient(top, rgba(15, 20, 25, 0.55) 0%, rgba(15, 19, 24, 0.15) 37%, rgba(14, 19, 24, 0) 52%, rgba(14, 19, 24, 0.1) 70%, rgba(14, 18, 23, 0.25) 86%, rgba(14, 18, 23, 0.7) 100%);
        background    : linear-gradient(to bottom, rgba(15, 20, 25, 0.55) 0%, rgba(15, 19, 24, 0.15) 37%, rgba(14, 19, 24, 0) 52%, rgba(14, 19, 24, 0.1) 70%, rgba(14, 18, 23, 0.25) 86%, rgba(14, 18, 23, 0.7) 100%);
        filter        : progid:DXImageTransform.Microsoft.gradient(startColorstr='#0f1419', endColorstr='#0e1217', GradientType=0);
}

.hubhood-design-1-b-2-3-c-21-f9 .hubhood-top-gradient-overlay,
.hubhood-design-1-b-2-3-c-21-f9 .hubhood-top-gradient-overlay:before,
.hubhood-design-1-b-2-3-c-21-f9 .hubhood-top-gradient-overlay:after,
.hubhood-design-1-b-2-3-c-21-f9 .hubhood-hero-video-background,
.hubhood-design-1-b-2-3-c-21-f9 .hubhood-hero-video-background:before,
.hubhood-design-1-b-2-3-c-21-f9 .hubhood-hero-video-background:after {
        border-radius: 4px !important;
}


.hubhood-style-card-edges-rounded .hubhood-design-1-b-2-3-c-11-b .hubhood-hero-video-background,
.hubhood-style-card-edges-rounded .hubhood-design-1-b-2-3-c-11-b .hubhood-hero-video-background:before,
.hubhood-style-card-edges-rounded .hubhood-design-1-b-2-3-c-11-b .hubhood-hero-video-background:after {
        border-radius: 20px 20px 4px 4px;
}


.hubhood-style-card-edges-bit-rounded .hubhood-design-1-b-2-3-c-11-b .hubhood-hero-video-background,
.hubhood-style-card-edges-bit-rounded .hubhood-design-1-b-2-3-c-11-b .hubhood-hero-video-background:before,
.hubhood-style-card-edges-bit-rounded .hubhood-design-1-b-2-3-c-11-b .hubhood-hero-video-background:after {
        border-radius: 12px 12px 4px 4px;
}



.hubhood-top-gradient-overlay-right-after:after {
        content    : "";
        position   : absolute;
        width      : 100%;
        height     : 100%;
        border-radius : 4px;
        z-index    : 3;
        background : rgba(15, 20, 25, 0);
        background : -moz-linear-gradient(left, rgba(15, 20, 25, 0) 0%, rgba(14, 19, 24, 0) 52%, rgba(14, 18, 23, 0.7) 100%);
        background : -webkit-gradient(left top, right top, color-stop(0%, rgba(15, 20, 25, 0)), color-stop(52%, rgba(14, 19, 24, 0)), color-stop(100%, rgba(14, 18, 23, 0.7)));
        background : -webkit-linear-gradient(left, rgba(15, 20, 25, 0) 0%, rgba(14, 19, 24, 0) 52%, rgba(14, 18, 23, 0.7) 100%);
        background : -o-linear-gradient(left, rgba(15, 20, 25, 0) 0%, rgba(14, 19, 24, 0) 52%, rgba(14, 18, 23, 0.7) 100%);
        background : -ms-linear-gradient(left, rgba(15, 20, 25, 0) 0%, rgba(14, 19, 24, 0) 52%, rgba(14, 18, 23, 0.7) 100%);
        background : linear-gradient(to right, rgba(15, 20, 25, 0) 0%, rgba(14, 19, 24, 0) 52%, rgba(14, 18, 23, 0.7) 100%);
        filter     : progid:DXImageTransform.Microsoft.gradient(startColorstr='#0f1419', endColorstr='#0e1217', GradientType=1);
}

.hubhood-listing-card-link,
.hubhood-listing-card-link-top {
        display  : block;
        position : absolute;
        width    : 100%;
        height   : 100%;
        z-index  : 5;
}

.hubhood-listing-card-link-top {
        top: 0;
        left: 0;
        height: 100px;
        top: -20px;
        left: -30px;
        width: calc(100% + 60px);
        height: 100px;
}

.hubhood-design-1-b-2-3-c-21-f4 .hubhood-listing-card-link-top {
        width: 100%;
        top: -30px;
        height: calc(100% + 60px);
        left: 0;
}

.hubhood-listing-card-link-top-2 {
        height: 100%;
        top: 0;
        left: 0;
        width: 100%;
}

.hubhood-listing-card-footer {
        min-height    : 80px;
        padding       : 25px 30px;
        border-radius : 0 0 4px 4px;
}

.hubhood-card-footer-no-content {
        height: 80px;
}

.hubhood-bordered-featured .hubhood-listing-card-footer {
        border-radius : 0;
}

.hubhood-light-card-footer .hubhood-listing-card-footer address {
        position: relative;
        margin-top: 0;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: calc(100%);
        font-size: 14px;
        top: 0;
}

.hubhood-design-1-b-2-3-c-11-b .hubhood-light-card-footer .hubhood-listing-card-footer address {
        width: calc(100% + 60px);
}

.hubhood-listing-card-footer * {
        color : #ccc;
}

.hubhood-listing-card-footer .hubhood-listing-address:before {
        font-family  : FontAwesome;
        content: "\f041" !important;
        display: inline-block !important;
        position     : relative;
        margin-right : 7px;
        left         : 1px;
        top          : -1px;
        color        : #252525;
        font-size    : 14px;
        -webkit-text-stroke-width: 0.001em;
}

.leaflet-popup-content .hubhood-card-ribbons {
        position: absolute;
        z-index: 1;
        top: 30px;
        left: 30px;
        flex-flow: wrap;
        padding-right: 10px;
}

.leaflet-popup-content .hubhood-card-ribbons .hubhood-featured-ribbon {
        margin-top: 0;
        margin-bottom: 4px;
}

.hubhood-listing-card-footer>* {
        margin-bottom : 0;
}

.hubhood-listing-card-footer > *:not(.hubhood-review-stars-card) + * {
        margin-left: -30px;
        margin-right: -30px;
        margin-bottom: -30px;
        padding-bottom: 30px;
        padding: 20px 30px 25px 30px;
        border-top: 4px solid #eee;
        margin-top: 25px;
}

.hubhood-card-listing-term-links a {
        color        : #252525;
        font-size    : 14px;
        margin-right : 3px;
        display      : inline-block;
}

.hubhood-card-listing-term-links a:hover {
        opacity : 0.7;
}

.leaflet-pop-address span {
        display: inline-block;
        margin-right: 7px;
}

.hubhood-card-listing-term-links a+a:before,
.leaflet-pop-address span + span:before,
.leaflet-pop-address i:before {
        font-family  : FontAwesome;
        content      : "\f054";
        position     : relative;
        margin-right : 3px;
        color        : #fff;
        font-size    : 12px;
        display      : inline-block;
        width        : 10px;
        text-align   : center;
        height: 26px;
        line-height: 26px;
        vertical-align: top;
        top: 0;
        -webkit-text-stroke-width: 0.001em;
}

.leaflet-pop-address i:before {
        height: 26px;
        line-height: 26px;
        padding-left: 7px;
        padding-right: 10px;
}

.hubhood-light-card-footer .hubhood-listing-card-footer {
        background-color : #fff;
        text-align: left;
}

.hubhood-light-card-footer .hubhood-listing-card-footer.hubhood-dark-background {
        background-color: rgb(15, 20, 25);
}

.hubhood-card-footer-no-content {
        text-align: center;
}

.hubhood-card-footer-no-content .hubhood-listing-card-icon.fa-ban,
.hubhood-card-content .hubhood-card-no-content-icon {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -24px;
        margin-left: -24px;
        border: 4px solid #ececec;
}

.hubhood-light-card-footer .hubhood-listing-card-footer:before,
.hubhood-light-card-footer .hubhood-listing-card-footer *,
.hubhood-light-card-footer .hubhood-listing-card-footer a:before {
        color : #252525;
}

.hubhood-light-card-footer a:not(.fas):before {
        font-weight : 400;
}

.hubhood-dark-background .hubhood-light-card-footer a,
.hubhood-dark-background .hubhood-listing-card-toggle-map,
.hubhood-dark-background .hubhood-listing-card-toggle-footer {
        color: #252525;
}

.hubhood-tall-cover-effect .hubhood-card-cover:hover,
.hubhood-tall-cover-effect .hubhood-card-cover:hover .hubhood-card-slides,
.hubhood-tall-cover-effect .hubhood-card-cover:hover .hubhood-card-slides .hubhood-card-slide {
        height : 100%;
}

.hubhood-light-card-footer.hubhood-listing-card-design-1:after {
        content          : "";
        position         : absolute;
        width            : 100%;
        height           : 100%;
        background-color : #fff;
        bottom           : 0;
        border-radius    : 4px;
}

.hubhood-slide-item-data {
        position   : absolute;
        bottom     : 30px;
        right      : 30px;
        z-index    : 4;
        color      : #fff;
        text-align : right;
}

.hubhood-slide-listing-title-wrapper {
        text-align : right;
}

.hubhood-slide-listing-title {
        display        : inline-block;
        font-size      : 14px;
        text-transform : uppercase;
        margin-top     : 25px;
        font-weight    : 900;
}

.hubhood-hero-slider-full-width .hubhood-slide-item-icons {
        position : absolute;
        bottom   : 30px;
        right    : 0;
}

.hubhood-slide-item-icons>.hubhood-listing-card-icon,
.hubhood-listing-rating-single-header {
        display: inline-block;
        position       : relative;
        margin-right   : 0;
        margin-top     : 20px;
        vertical-align : top;
}

.hubhood-hero-categories-inner .hubhood-listing-card-icon,
.hubhood-listing-rating-single-header .hubhood-listing-card-icon {
        box-shadow       : 1px 1px 0 rgb(0 0 0 / 25%), 2px 2px 3px rgb(0 0 0 / 10%);
}

.hubhood-listing-rating-single-header .hubhood-listing-card-icon.fa.fa-star {
        border: 4px solid transparent;
        background-color: rgba(255,255,255,0.15);
        box-shadow: 0 0 15px rgb(0 0 0 / 25%);
}

.hubhood-slide-item-icons>.hubhood-listing-card-icon.hubhood-bookmark-button {
        right: 2px;
}

.hubhood-slide-item-icons>.hubhood-listing-card-icon.hubhood-bookmark-button.hubhood-bookmarked-item {
        right: 0;
}

.hubhood-slide-item-icons>.hubhood-listing-card-icon.hubhood-bookmark-button .hubhood-bookmark-counter {
        right : -6px;
}

.hubhood-slide-item-icons>.hubhood-listing-card-icon:last-child {
        margin-right : 0;
}

.hubhood-slide-item-data .hubhood-claim-icon {
        margin-right : 7px;
        top          : 0;
}

.hubhood-hero-slider .hubhood-slider-nav-right {
        position    : absolute;
        top         : 25px;
        right       : 0;
        height      : 48px;
        line-height : 22px;
        transform   : none;
}

.hubhood-trending-icon {
        position      : absolute;
        top           : 0;
        left          : 0;
        width         : 72px;
        height        : 72px;
        overflow      : hidden;
        border-radius : 4px;
        z-index       : 15;
}

.hubhood-style-card-edges-bit-rounded .hubhood-design-1-b-2-3-c-21-f3 .hubhood-trending-icon,
.hubhood-style-card-edges-bit-rounded .hubhood-design-1-b-2-3-c-21-f5 .hubhood-trending-icon,
.hubhood-style-card-edges-bit-rounded .hubhood-design-1-b-2-3-c-21-f6 .hubhood-trending-icon {
        border-radius: 12px 4px;
}

.hubhood-style-card-edges-rounded .hubhood-design-1-b-2-3-c-21-f3 .hubhood-trending-icon,
.hubhood-style-card-edges-rounded .hubhood-design-1-b-2-3-c-21-f5 .hubhood-trending-icon,
.hubhood-style-card-edges-rounded .hubhood-design-1-b-2-3-c-21-f6 .hubhood-trending-icon {
        border-radius: 20px 4px;
}

.hubhood-trending-icon:before {
        font-family   : FontAwesome;
        content       : "\f0e7";
        font-weight   : 900;
        color         : #fff;
        font-size     : 20px;
        text-shadow   : 1px 1px 0 rgba(0,0,0,0.4);
        position      : absolute;
        top           : 5px;
        right         : 43px;
        border-radius : 50px;
        z-index       : 3;
        -webkit-text-stroke-width: 0.001em;
}

.hubhood-listing-card.sticky .hubhood-trending-icon:before,
.hubhood-featured-listing .hubhood-trending-icon:before {
        content: "\f069";
        font-size : 13px;
        top       : 5px;
        right     : 33px;
}

.hubhood-trending-icon:after {
        content          : "";
        position         : absolute;
        width            : 100px;
        height           : 100px;
        background-color : var(--hubhood-color);
        z-index          : 1;
        top              : 0;
        left             : 0;
        transform        : translate(-50%, -50%) rotate(45deg);
        z-index          : 2;
}

.hubhood-listing-card .hubhood-trending-icon,
.hubhood-top-terms .hubhood-trending-icon {
        width  : 60px;
        height : 60px;
        cursor : pointer;
}

.hubhood-widget .hubhood-design-8 .hubhood-no-image {
        margin-top: 15px;
}

#secondary .hubhood-widget .hubhood-design-8 .hubhood-no-image,
#secondary .hubhood-design-8 .hubhood-no-image {
        margin-top: 0;
}

.hubhood-design-8 .hubhood-no-image .hubhood-trending-icon {
        z-index: 20;
        top: -30px;
        left: 15px;
}

.hubhood-top-terms .hubhood-trending-icon:before {
        top   : 0;
        right : 35px;
}

.hubhood-listing-card .hubhood-trending-icon:after,
.hubhood-top-terms .hubhood-trending-icon:after {
        width  : 80px;
        height : 80px;
}

.hubhood-bordered-featured .hubhood-trending-icon,
.hubhood-listing-card-trending .hubhood-trending-icon {
        top  : -4px;
        left : -4px;
}

.hubhood-top-terms .hubhood-trending-icon:before {
        right     : 29px;
        top       : -3px;
        font-size : 23px;
}

.hubhood-posts-list .hubhood-trending-icon {
        position: relative;
        display: inline-block;
        width: 24px;
        height: 24px;
        text-align: center;
}

.hubhood-posts-list .hubhood-trending-icon:before {
        transform: none;
        top: 0;
        left: 0;
        width: 24px;
        height: 24px;
        text-align: left;
        background-color: transparent;
        color: var(--hubhood-color);
}

.hubhood-posts-list .hubhood-trending-icon:after {
        content: none;
}

/* Trending popup */

.hubhood-popup {
        position         : absolute;
        visibility       : hidden;
        opacity          : 0;
        top              : 0;
        left             : 0;
        background-color : rgb(25, 30, 35);
        width            : 100vw;
        height           : 100vh; /* For browsers without CSS var support */
        height           : calc(100vh - var(--vh-offset, 0px)); /* Cross browser fix for CSS 'vh' (vh-check script) */
        overflow  : hidden;
        transform : scale(0.1);
        z-index   : 50;
}

.hubhood-launched-popup {
        visibility: visible;
        opacity: 1;
        transform: scale(1);
        position: fixed;
}

.hubhood-listing-type-option-wrapper {
        cursor: pointer;
}

.hubhood-listing-type-option:nth-child(even) .hubhood-listing-type-option-wrapper {
        background-color: rgba(0,0,0,0.09);
}

.hubhood-listing-type-selector-light .hubhood-listing-type-option:nth-child(even) .hubhood-listing-type-option-wrapper {
       background-color: rgba(0,0,0,0.03);
}

.hubhood-listing-type-selector-inner:hover .hubhood-listing-type-option-wrapper {
        opacity: 0.35;
}

.hubhood-listing-type-option-wrapper:hover {
        opacity: 1 !important;
}

.hubhood-listing-type-option-wrapper:hover:before {
        content: "";
        position: absolute;
        top: -2px;
        left: -2px;
        width: calc(100% + 4px);
        height: calc(100% + 4px);
        border: 4px solid var(--hubhood-color);
        border-radius: 4px;
        /* opacity: 0.5; */
}

.hubhood-style-general-edges-rounded .hubhood-listing-type-option:first-child .hubhood-listing-type-option-wrapper:hover:before {
        border-radius: 20px 20px 0 0;
}

.hubhood-style-general-edges-rounded .hubhood-listing-type-option:last-child .hubhood-listing-type-option-wrapper:hover:before {
        border-radius: 0 0 20px 20px;
}

.hubhood-style-general-edges-rounded .hubhood-listing-type-option:first-child:last-child .hubhood-listing-type-option-wrapper:hover:before {
        border-radius: 20px;
}

.hubhood-listing-type-option-wrapper {
        padding: 20px 35px;
}

.hubhood-listing-types-popup .hubhood-content-popup-block-wrapper {
        padding: 0 !important;
}

.hubhood-listing-types-popup .hubhood-close-popup {
        display: none;
}

.fieldset-job_type {
        display: none;
}

.hubhood-listing-type-option-icon,
.hubhood-listing-type-option-label {
        display: inline-flex;
        width: 60px;
        height: 60px;
        border-radius: 80px;
        background: rgba(5,10,15);
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        vertical-align: middle;
}

.hubhood-listing-type-option-label {
        max-width: calc(100% - 85px);
}

.hubhood-listing-type-option-icon {
        text-align: center;
        line-height: 60px;
        margin-right: 20px;
        padding-left: 1px;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
        box-shadow: 8px 8px 10px rgba(0,0,0,0.2);
}

.hubhood-listing-type-option-icon[style*="url"],
.hubhood-background-image[style*="url"] ~ .hubhood-listing-type-option-label {
        height: 90px;
}

.hubhood-background-image[style*="url"] ~ .hubhood-listing-type-option-label {
        max-width: calc(100% - 115px);
        padding-left: 20px;
}

.hubhood-listing-type-option-icon[style*="url"] {
        width: 90px;
        height: 90px;
}

.hubhood-listing-type-option-icon.hubhood-background-image[style*="url"] {
        line-height: 90px;
}

.hubhood-listing-type-option-icon:before {
        border-radius: 80px !important;
        opacity: 0 !important;
}

.hubhood-listing-type-selector-design-2 .hubhood-listing-type-option-icon:before {
        opacity: 0.8 !important;
}

.hubhood-listing-type-option-icon-icon {
        font-size: 24px;
}

.hubhood-listing-type-option-icon-icon:before {
        width: 60px;
        height: 60px;
        line-height: 60px;
}

.hubhood-listing-type-selector-design-2 .hubhood-listing-type-option-icon[style*="background-image"] .hubhood-listing-type-option-icon-icon:before {
        width: 40px;
        height: 40px;
        line-height: 40px;
}

.hubhood-listing-type-selector-design-2 .hubhood-listing-type-option-icon[style*="background-image"] .hubhood-listing-type-option-icon-icon {
        font-size: 20px;
}

.hubhood-listing-type-option-icon:not([style*="rl("]) .hubhood-listing-type-option-icon-icon {
        background-color: transparent !important;
}

.hubhood-listing-type-selector-design-2 .hubhood-listing-type-option-icon .fa-circle-notch.fa-spin:before {
        position: relative;
        left: -1px;
        top: -2px;
}

.hubhood-listing-type-option-label {
        width: auto;
        height: auto;
        color: #fff;
        background: transparent;
        margin: 0;
        padding: 0;
        padding-top: 8px;
        padding-left: 5px;
}

.hubhood-purchase-button-wrapper {
        position: fixed;
        top: 340px;
        right: 15px;
        text-align: right;
        z-index: 5000;
}

.hubhood-purchase-button,
.hubhood-purchase-button:hover {
        display: block !important;
        border-radius: 500px !important;
        background-color: #82b440 !important;
        box-shadow: 4px 4px 10px rgba(0,0,0,0.25) !important;
}

.hubhood-force-no-text-button,
body:not(.page-template-front-page) .hubhood-purchase-button {
        font-size: 0 !important;
        letter-spacing: 0 !important;
        white-space: nowrap !important;
        line-height: 40px !important;
        padding: 0 !important;
        width: 50px !important;
        padding-left: 2px !important;
        padding-top: 2px !important;
}

.hubhood-purchase-button-close {
        cursor: pointer;
        width: 36px;
        height: 36px;
        line-height: 36px;
        background-color: #fff;
        color: #d54747;
        border-radius: 50px;
        text-align: center;
        margin-bottom: 10px;
        display: none;
}

.page-template-front-page .hubhood-purchase-button-close {
        display: inline-block;
}

@media (max-width: 760px) {
        .hubhood-purchase-button-close,
        .page-template-front-page .hubhood-purchase-button-close {
                display: none;
        }

        .hubhood-purchase-button,
        .hubhood-purchase-button:hover {
                font-size: 0 !important;
                letter-spacing: 0 !important;
                white-space: nowrap !important;
                line-height: 40px !important;
                padding: 0 !important;
                width: 50px !important;
                padding-left: 2px !important;
                padding-top: 2px !important;
        }
}

@media (max-width: 500px) {
        .hubhood-purchase-button-wrapper {
                top: 230px;
        }
}

@media (max-width: 330px) {
        .hubhood-purchase-button-wrapper {
                top: 200px;
        }
}

.hubhood-listing-type-selector-light .hubhood-content-popup-block-wrapper {
        background: #fff !important;
}

.hubhood-listing-type-selector-light .hubhood-listing-type-option-label {
        color: #252525;
}

.hubhood-listing-type-selector-design-2 .hubhood-listing-type-option-icon[style*="background-image"] .hubhood-listing-type-option-icon-icon {
        position: absolute;
        top: 50%;
        right: -20px;
        margin-top: -20px;
        width: 40px;
        height: 40px;
        line-height: 40px;
        border-radius: 40px;
        background: #000;
        padding-left: 1px;
}

.hubhood-light-popup .hubhood-popup .hubhood-listing-type-option-icon-icon {
        color: #fff;
}

.admin-bar .hubhood-launched-popup {
        top: 32px;
}

.hubhood-hide-price.hubhood-price-range-symbol,
.hubhood-disable-pricing .hubhood-price-range-symbol,
.hubhood-disable-pricing .hubhood-pricing-ribbon-map {
        display: none !important;
}

.hubhood-hero-pricing {
        position: absolute;
        top: 20px;
        right: 30px;
        text-align: right;
}

.hubhood-user-not-logged.single-job_listing.hubhood-header-topbar-width-spaced .hubhood-hero-pricing {
        margin-top: 30px;
}

.single-job_listing.hubhood-header-topbar-width-spaced .hubhood-hero-text-inner {
        position: relative;
       top: 20px;
}

.hubhood-card-cover .hubhood-hero-pricing {
        z-index: 3;
        right: auto;
        left: 30px;
        text-align: left;
}

.hubhood-design-1-b-2-3-c-6-b-16-e .hubhood-card-cover .hubhood-hero-pricing,
.hubhood-design-1-b-2-3-c-11 .hubhood-hero-pricing {
        position: relative;
        right: auto;
        top: 0;
        left: 0;
        margin-top: -15px;
        font-size: 0;
        text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.6);
        text-align: left;
}

.hubhood-design-1-b-2-3-c-6-b-16-e .hubhood-card-cover .hubhood-hero-pricing {
        margin-top: 0;
        margin-bottom: -6px;
}

.hubhood-design-1-b-2-3-c-11 .hubhood-hero-pricing {
        right: auto;
        top: auto;
        text-align: left;
        margin-top: 0 !important;
        padding: 0;
        position: relative;
        margin-bottom: 13px;
        padding-left: 30px;
}

.hubhood-design-1-b-2-3-c-11 .hubhood-hero-pricing * {
        text-shadow: none;
        color: var(--hubhood-color);
}

.hubhood-design-1-b-2-3-c-11-b .hubhood-hero-pricing + .hubhood-listing-address {
        border-top: 4px solid #eee;
        padding-top: 20px;
}

.hubhood-design-1-b-2-3-c-6-b-16-e .hubhood-card-cover .hubhood-hero-pricing strong,
.hubhood-design-1-b-2-3-c-11 .hubhood-hero-pricing strong {
        font-weight: 600;
        font-size: 14px;
}

.hubhood-design-1-b-2-3-c-6-b-16-e .hubhood-card-cover .hubhood-hero-pricing + .hubhood-listing-card-tagline {
        margin-top: 0;
}

.hubhood-design-1-b-2-3-c-6-b-16-e .hubhood-card-cover .hubhood-hero-pricing *,
.hubhood-design-1-b-2-3-c-11 .hubhood-hero-pricing * {
        display: inline-block;
        margin: 0 !important;
        font-size: 20px;
        font-weight: 600;
}

.hubhood-design-1-b-2-3-c-11-b .hubhood-hero-pricing {
        margin-top: -4px !important;
}

.hubhood-card-cover .hubhood-hero-pricing h4 {
        font-size: 20px;
        text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.6);
}

.hubhood-card-cover .hubhood-hero-pricing strong {
        font-weight: 400;
        font-size: 14px;
        opacity: 0.85;
        text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.6);
        margin: 0;
}

.hubhood-listing-pricing .hubhood-listing-widget-content .hubhood-price-range-symbol.hubhood-price-value {
        width: 100%;
        margin: 0;
        padding: 0;
        padding-left: 20px;
        padding-right: 20px;
        border-radius: 4px;
        text-align: center;
}

.single #main ul.hubhood-price-list-wrapper,
.single #main ul.hubhood-quote-list-wrapper {
        margin-bottom: 0;
}

.hubhood-style-general-edges-rounded .hubhood-listing-pricing .hubhood-listing-widget-content .hubhood-price-range-symbol.hubhood-price-value {
        border-radius: 25px;
}

.hubhood-hero-pricing * {
        color: #fff;
        margin-bottom: 0;
        text-shadow: 1px 1px 0 rgba(0,0,0,0.3);
}

.hubhood-hero-pricing-label {
        opacity: 0.65;
}

.hubhood-hero-pricing strong {
        position: relative;
        display: block;
}

.hubhood-popup .hubhood-hero-image {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        box-shadow: 20000px 0 0 rgba(0,0,0,0.45) inset;
        background-size: cover;
}

.hubhood-light-popup .hubhood-popup .hubhood-hero-image {
        box-shadow: 20000px 0 0 rgb(255 255 255 / 88%) inset;
}

.admin-bar .hubhood-popup {
        height           : calc(100vh - 32px); /* For browsers without CSS var support */
        height           : calc(100vh - ( 32px + var(--vh-offset, 0px) ) ); /* Cross browser fix for CSS 'vh' (vh-check script) */
}

.hubhood-popup-overlay-opacity {
        background-color : rgba(25, 30, 35, 0.88);
}

.hubhood-centralizer-content-title {
        text-align : center;
        margin-top : -30px;
}

.hubhood-centralizer-content-title .hubhood-topbar-featured-button {
        margin : 0;
}

.hubhood-centralizer-content-title .hubhood-topbar-featured-button:before {
        font-size   : 22px;
        line-height : 42px;
}

.hubhood-centralizer-content-title .navbar-nav {
        display        : inline-block !important;
        vertical-align : middle;
}

.hubhood-popup-overlay-opacity .hubhood-dark-background {
        background-color : transparent;
}

.hubhood-popup .hubhood-main-navbar .navbar-collapse {
        display: flex!important;
        flex-basis: auto;
}

.navbar-collapse {
        min-height: 90px;
}

body .hubhood-popup .nav-item.dropdown>span {
        font-size   : 32px;
        font-weight : 800;
        padding     : 0;
}

.hubhood-popup textarea {
        width: 100%;
}

.hubhood-popup.hubhood-review-popup .hubhood-content-popup-block {
        width: auto;
}

.hubhood-popup.hubhood-review-popup .hubhood-vertical-centralizer-wrapper {
        width: 450px;
        max-width: 100%;
}

.hubhood-popup.hubhood-social-share-popup .hubhood-content-popup-block {
        width: 430px;
        max-width: 100%;
}

.hubhood-popup .navbar-nav {
        padding : 13px 0;
}

.hubhood-popup .hubhood-content-popup-block {
        min-width : 0;
}

#respond .logged-in-as,
.comment-form-comment,
.comment-form > p {
        display: inline-block;
        width: 100%;
        margin: 0;
        margin-top: 25px;
        padding: 0;
        border-radius: 4px;
        box-shadow: none;
        background-color: transparent;
}

#respond .logged-in-as {
        margin-top: 0;
}

.logged-in-as a + a {
        margin-left: 10px;
}

#respond .logged-in-as a {
        font-weight: 600;
}

a + .required-field-message {
        display: block;
        margin-top: 7px;
}

#respond .comment-form > p > textarea {
        margin-top: -10px;
}

#respond .comment-form > p > input {
        margin-top: -10px;
}

.hubhood-dark-background #respond .comment-form > p > input:not([type="submit"]) {
        padding-bottom: 28px;
}

.comment-form-comment textarea {
        padding: 15px 0 0 0;
        outline: 0;
}

.hubhood-comments-section.hubhood-light-background {
        background-color: transparent;
        margin-top: 15px;
}

.hubhood-comments-section.hubhood-light-background form,
.hubhood-listing-single-reviews.hubhood-light-background form {
        background-color: #fff;
}

.hubhood-dark-background .comment-form-comment textarea,
.hubhood-dark-form .comment-form-comment textarea,
.hubhood-comments-section.hubhood-light-background .comment-form-comment textarea,
.hubhood-comments-section.hubhood-light-background .hubhood-light-form .comment-form-comment textarea,

.hubhood-listing-single-reviews.hubhood-light-background .comment-form-comment textarea,
.hubhood-listing-single-reviews.hubhood-light-background .hubhood-light-form .comment-form-comment textarea {
        box-shadow: none;
}

.hubhood-comments-section.hubhood-light-background .comment-list .comment-box-inner,
.hubhood-listing-single-reviews.hubhood-light-background .comment-list .comment-box-inner {
        background-color: #fff;
}

.hubhood-dark-background textarea {
        border-bottom: 4px solid rgba(255, 255, 255, 0.09);
}

.comment-form-comment textarea:focus,
.hubhood-dark-background input[type="text"]:focus,
.hubhood-dark-background input[type="search"]:focus,
.hubhood-dark-background input[type="password"]:focus,
.hubhood-dark-background input[type="email"]:focus,
.hubhood-dark-background input[type="url"]:focus,
.hubhood-dark-background textarea:focus {
        border: 0;
        border-bottom: 4px solid var(--hubhood-color) !important;
}

.hubhood-listing-widget-theme-color.hubhood-dark-background input[type="text"]:focus,
.hubhood-listing-widget-theme-color.hubhood-dark-background input[type="search"]:focus,
.hubhood-listing-widget-theme-color.hubhood-dark-background input[type="password"]:focus,
.hubhood-listing-widget-theme-color.hubhood-dark-background input[type="email"]:focus,
.hubhood-listing-widget-theme-color.hubhood-dark-background input[type="url"]:focus,
.hubhood-listing-widget-theme-color.hubhood-dark-background textarea:focus {
        border-bottom: 4px solid rgb(255,255,255) !important;
}

.hubhood-show-trending-popup .hubhood-trending-popup,
.hubhood-show-signin-popup .hubhood-signin-popup,
.hubhood-show-claim-popup .hubhood-claim-popup,
.hubhood-show-appointment-popup .hubhood-appointment-popup,
.hubhood-show-qrcode-popup .hubhood-qrcode-popup,
.hubhood-show-quote-popup .hubhood-quote-popup,
.hubhood-show-listing-types-popup .hubhood-listing-types-popup,
.hubhood-show-nearest-me-popup .hubhood-nearest-me-popup,
.hubhood-show-social-share-popup .hubhood-social-share-popup,
.hubhood-show-review-popup .hubhood-review-popup,
.hubhood-show-badges-popup .hubhood-badges-popup,
.hubhood-show-keywords-popup .hubhood-keywords-popup,
.hubhood-show-listing-quick-actions-popup .hubhood-listing-quick-actions-popup {
        visibility : visible;
        opacity    : 1;
        z-index: 6000000;
        -webkit-transform: scale(1) translateZ(6000000px);
        -moz-transform: scale(1) translateZ(6000000px);
        -o-transform: scale(1) translateZ(6000000px);
        transform: scale(1) translateZ(6000000px);  
}

.hubhood-social-share-networks-wrapper {
        text-align: center;
}

.hubhood-social-share-networks-wrapper .hubhood-social-networks a {
        margin-top: 0;
        margin-bottom: 25px;
}

.hubhood-social-share-networks-wrapper .hubhood-social-networks .hubhood-social-network-icon,
.hubhood-social-share-networks-wrapper .hubhood-social-networks .hubhood-social-network-icon:before {
        font-size: 20px;
        color: #fff;
        width: 40px;
        height: 22px;
        line-height: 22px;
}

.hubhood-social-share-networks-wrapper .hubhood-social-networks {
        width: calc(100% + 30px);
        margin-bottom: -30px;
        font-size: 0;
        letter-spacing: 0;
}

.hubhood-social-share-networks-wrapper .hubhood-social-networks a {
        display: inline-block;
        width: calc(50% - 30px);
        margin-left: 0;
        margin-right: 30px;
        margin-bottom: 30px;
        border-radius: 4px;
        padding: 30px 10px;
        height: auto;
        vertical-align: top;
        box-shadow: 0 0 27px rgba(0,0,0,0.2);
}

.hubhood-social-share-networks-wrapper .hubhood-social-networks a .hubhood-social-network-title {
        font-size: 16px;
        color: #fff;
}

.hubhood-social-share-networks-wrapper .hubhood-social-networks .hubhood-social-network-icon.fa-pinterest:before {
        font-size: 20px;
}

.hubhood-keywords-popup-wrapper {
        font-size     : 0;
        margin-bottom : -20px;
}

.hubhood-keywords-popup-wrapper .hubhood-button {
        margin-right  : 20px;
        margin-bottom : 20px;
}

.hubhood-listing-hero-content {
        position : absolute;
        bottom   : 0;
        width    : 100%;
}

.hubhood-listing-hero-media {
        position            : relative;
        width               : 100%;
        height              : calc(100vh - 180px); /* For browsers without CSS var support */
        height              : calc(100vh - ( 180px + var(--vh-offset, 0px) ) ); /* Cross browser fix for CSS 'vh' (vh-check script) */
        max-height          : 600px;
        background-repeat   : no-repeat;
        background-position : center center;
        background-size     : cover;
}

.hubhood-listing-hero-content {
        position   : absolute;
        height     : calc(100vh - 180px); /* For browsers without CSS var support */
        height     : calc(100vh - ( 180px + var(--vh-offset, 0px) ) ); /* Cross browser fix for CSS 'vh' (vh-check script) */
        max-height : 600px;
}

.hubhood-badges {
        position : absolute;
        top      : 30px;
        right    : 30px;
}

.hubhood-badges {
        position   : absolute;
        top        : 0;
        left       : 0;
        right      : auto;
        font-size  : 0;
        text-align : right;
        width      : auto;
        z-index    : 5;
}

.hubhood-badges>* {
        margin-bottom : 20px;
        margin-right  : 20px;
}

.hubhood-badges .hubhood-button,
.hubhood-badges .hubhood-button:hover {
        width            : 50px;
        height           : 50px;
        padding          : 6px 0;
        text-align       : center;
        background-color : transparent;
}

.hubhood-badges .hubhood-badge-svg-background-icon:before {
        position                  : relative;
        z-index                   : 2;
        padding                   : 0;
        left                      : 1px;
        color                     : #fff;
        text-shadow               : 1px 1px 0 rgba(0,0,0,0.4);
        padding-left              : 0;
        line-height               : 42px;
        font-weight               : 900;
        -webkit-text-stroke-width : 0.05em;
}

.hubhood-badges-details-wrapper .hubhood-badge-svg-background-icon.fa-star:before,
.hubhood-badges .hubhood-badge-svg-background-icon.fa-star:before,
.hubhood-badges-details-wrapper .hubhood-badge-svg-background-icon.fa-heart:before,
.hubhood-badges .hubhood-badge-svg-background-icon.fa-heart:before {
        font-size : 15px;
}

.hubhood-badges-details-wrapper .hubhood-badge-svg-background-icon.fa-heartbeat:before,
.hubhood-badges .hubhood-badge-svg-background-icon.fa-heartbeat:before {
        font-size                 : 20px;
        -webkit-text-stroke-width : 0.001em;
}

.hubhood-badges-details-wrapper .hubhood-badge-svg-background-icon.fa-sort-numeric-up:before,
.hubhood-badges .hubhood-badge-svg-background-icon.fa-sort-numeric-up:before {
        font-size                 : 26px;
        -webkit-text-stroke-width : 0.001em;
}

.hubhood-badges-details-wrapper .hubhood-badge-svg-background-icon.fa-medal:before,
.hubhood-badges .hubhood-badge-svg-background-icon.fa-medal:before {
        font-size : 23px;
}

.hubhood-badges-details-wrapper .hubhood-badge-svg-background-icon.fa-comet:before,
.hubhood-badges .hubhood-badge-svg-background-icon.fa-comet:before {
        font-size : 20px;
}

.hubhood-badges-details-wrapper .hubhood-badge-svg-background-icon.fa-bell-plus:before,
.hubhood-badges .hubhood-badge-svg-background-icon.fa-bell-plus:before {
        font-size                 : 22px;
        -webkit-text-stroke-width : 0.001em;
}

.hubhood-badges-details-wrapper .hubhood-badge-svg-background-icon.fa-history:before,
.hubhood-badges .hubhood-badge-svg-background-icon.fa-history:before {
        font-size : 22px;
}

.hubhood-badges-details-wrapper .hubhood-badge-svg-background-icon.fa-cart-arrow-down:before,
.hubhood-badges .hubhood-badge-svg-background-icon.fa-cart-arrow-down:before {
        -webkit-text-stroke-width : 0.001em;
        font-size                 : 20px;
        left                      : -1px;
}

.hubhood-badges-details-wrapper .hubhood-badge-svg-background-icon.fa-badge-percent:before,
.hubhood-badges .hubhood-badge-svg-background-icon.fa-badge-percent:before,
.hubhood-badges-details-wrapper .hubhood-badge-svg-background-icon.fa-badge-dollar:before,
.hubhood-badges .hubhood-badge-svg-background-icon.fa-badge-dollar:before,
.hubhood-badges-details-wrapper .hubhood-badge-svg-background-icon.fa-usd-circle:before,
.hubhood-badges .hubhood-badge-svg-background-icon.fa-usd-circle:before {
        font-size                 : 22px;
        -webkit-text-stroke-width : 0.001em;
}

.hubhood-badges-details-wrapper .hubhood-badge-svg-background-icon.fa-user-crown:before,
.hubhood-badges .hubhood-badge-svg-background-icon.fa-user-crown:before,
.hubhood-badges-details-wrapper .hubhood-badge-svg-background-icon.fa-user-cowboy:before,
.hubhood-badges .hubhood-badge-svg-background-icon.fa-user-cowboy:before {
        font-size                 : 20px;
        -webkit-text-stroke-width : 0.001em;
}

.hubhood-badges-details-wrapper .hubhood-badge-svg-background-icon.fa-crown:before,
.hubhood-badges .hubhood-badge-svg-background-icon.fa-crown:before {
        font-size                 : 19px;
        -webkit-text-stroke-width : 0.001em;
}

.hubhood-badges-details-wrapper .hubhood-badge-svg-background-icon.fa-laptop-house:before,
.hubhood-badges .hubhood-badge-svg-background-icon.fa-laptop-house:before {
        font-size                 : 24px;
        -webkit-text-stroke-width : 0.001em;
}

.hubhood-badges-details-wrapper {
        font-size : 0;
}

.hubhood-search-keywords-dark-design .hubhood-iconized-button.hubhood-iconized-button-icon-above:before {
        position         : relative;
        z-index          : 1;
        color            : #050505;
        font-weight      : 900;
        margin-bottom    : 25px;
        margin-left      : calc(50% - 24px);
        width            : 48px;
        height           : 48px;
        border-radius    : 50px;
        text-shadow      : none;
        line-height      : 29px;
        padding-left     : 1px;
        background-color : var(--hubhood-color);
}

.hubhood-badge-remaining-counter span {
        position    : relative;
        z-index     : 3;
        font-size   : 18px;
        font-weight : 600;
        line-height : 39px;
        text-shadow : 1px 1px 0 rgb(0, 0, 0, 1);
}

.hubhood-badges .hubhood-badge-svg-background-icon:after {
        top     : 0;
        z-index : 0;
}

.hubhood-listing-hero-content .hubhood-slide-item-icons {
        position : absolute;
        right    : 30px;
        bottom   : 30px;
}

.hubhood-listing-hero-container .hubhood-slide-item-icons {
        position : absolute;
        right    : 45px;
        bottom   : 21px;
        z-index  : 5;
}

.hubhood-hero-slider-full-width .hubhood-listing-hero-container .hubhood-slide-item-icons {
        right : 0;
}

.hubhood-hero-categories-wrapper {
        position   : absolute;
        bottom     : 0px;
        left       : 15px;
        z-index    : 5;
        padding    : 21px 30px;
        width      : calc(100% - 30px);
        min-height : 90px;
        text-align : left;
        font-size  : 0;
        background : rgba(255, 255, 255, 0.12);
        background : -moz-linear-gradient(left, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.12) 58%, rgba(255, 255, 255, 0) 94%, rgba(255, 255, 255, 0) 100%);
        background : -webkit-gradient(left top, right top, color-stop(0%, rgba(255, 255, 255, 0.12)), color-stop(58%, rgba(255, 255, 255, 0.12)), color-stop(94%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
        background : -webkit-linear-gradient(left, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.12) 58%, rgba(255, 255, 255, 0) 94%, rgba(255, 255, 255, 0) 100%);
        background : -o-linear-gradient(left, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.12) 58%, rgba(255, 255, 255, 0) 94%, rgba(255, 255, 255, 0) 100%);
        background : -ms-linear-gradient(left, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.12) 58%, rgba(255, 255, 255, 0) 94%, rgba(255, 255, 255, 0) 100%);
        background : linear-gradient(to right, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.12) 58%, rgba(255, 255, 255, 0) 94%, rgba(255, 255, 255, 0) 100%);
        background: transparent;
}

.hubhood-hero-categories-attached-footer .hubhood-hero-categories-wrapper {
        position: relative;
        top: 0;
        bottom: auto;
        width: 100%;
        left: 50%;
        transform: translate(-50%);
}

.hubhood-hero-categories-attached-footer .hubhood-hero-categories-wrapper .simplebar-horizontal {
        visibility: visible !important;
        opacity: 0.3;
}

.hubhood-hero-types-container .hubhood-hero-categories-wrapper {
        width: 100%;
}

.hubhood-hero-front-design-2 ~ .hubhood-hero-terms-wrapper .hubhood-hero-categories-wrapper {
        background: none;
        padding-left: 0;
        padding-right: 0;
}

.hubhood-hero-front-design-2 ~ .hubhood-hero-terms-wrapper .hubhood-hero-categories-container .hubhood-hero-categories-wrapper {
        position: relative;
}

.hubhood-hero-slider-full-width .hubhood-hero-categories-wrapper {
        padding-left  : 0;
        padding-right : 0;
        display       : inline-block;
        max-width     : 100%;
        width         : auto;
}

.hubhood-hero-slider-full-width .hubhood-listing-hero-container .hubhood-hero-categories-wrapper {
        padding-right: 0;        
}

.hubhood-hero-categories-wrapper:not([data-simplebar="init"]) {
        overflow: hidden;
}

.page-template-front-page .hubhood-hero-slider-full-width .hubhood-listing-hero-container .hubhood-hero-categories-wrapper {
        padding-right: 0;
}

.hubhood-hero-categories-wrapper-limit {
        width: calc(100% - 80px);        
}

body.single-hubhood_worker .hubhood-hero-categories-wrapper-limit,
body.author .hubhood-hero-categories-wrapper-limit {
        width: 100%;        
}

body.author #primary .hubhood-section-title,
body.author #primary .hubhood-section-icon-wrapper,
body.single-hubhood_worker #primary .hubhood-section-title,
body.single-hubhood_worker #primary .hubhood-section-icon-wrapper {
        display: block !important;
}

.hubhood-hero-slider-container-wrapper .hubhood-hero-categories-wrapper {
        background : transparent;
}

.hubhood-hero-categories-inner {
        margin-bottom : -25px;
        max-height    : 48px;
        white-space: nowrap;
        width: 100%;
}

.hubhood-hero-categories-container [data-simplebar="init"] .hubhood-hero-category {
        margin-bottom: 0;
}

.hubhood-hero-slider-full-width .hubhood-hero-categories-wrapper {
        width: calc(100% - 30px);
}

.hubhood-hero-slider-full-width .hubhood-hero-types-container .hubhood-hero-categories-wrapper {
        width: 100%;
}

.hubhood-hero-slider-full-width .hubhood-hero-categories-wrapper .simplebar-wrapper {
        width: 100%;
}

.hubhood-hero-categories-wrapper .simplebar-track.simplebar-vertical {
        display: none;
}

.hubhood-hero-categories-wrapper .simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
        background: #fff;
        opacity: 1;
}

.hubhood-hero-categories-wrapper .simplebar-offset .simplebar-content-wrapper,
.hubhood-hero-categories-wrapper .simplebar-wrapper {
        min-height: 90px;        
}

.hubhood-hero-category {
        display          : inline-block;
        padding          : 10px 20px 13px;
        background-color : rgba(255, 255, 255, 0.1);
        margin           : 0 25px 21px 0;
        border-radius    : 4px;
        padding          : 0;
        background-color : transparent;
}

.hubhood-hero-terms-wrapper .hubhood-hero-category {
        margin           : 0 0 21px 25px;
}

.hubhood-hero-categories-container {
        bottom: 3px;
        z-index: 3;
}

.hubhood-frontpage-frontpage-header-categories-position-footer .hubhood-front-page-hero-section ~ .hubhood-search-box-full,
.hubhood-frontpage-frontpage-header-categories-position-footer .hubhood-front-page-hero-section .hubhood-hero-types-container {
        top: -150px;
}

.hubhood-hero-front-design-2 ~ .hubhood-hero-terms-wrapper:not(.hubhood-hero-categories-attached-footer) .hubhood-hero-categories-container {
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 7px;
}

.hubhood-hero-footer-design-2 .hubhood-hero-front-design-2 ~ .hubhood-hero-terms-wrapper .hubhood-hero-categories-container .hubhood-hero-categories-wrapper {
        width: calc(100% - 15px);
        margin-bottom: -3px;
}

.hubhood-hero-footer-design-2 .hubhood-hero-front-design-2 ~ .hubhood-hero-terms-wrapper.hubhood-hero-categories-attached-footer .hubhood-hero-categories-container .hubhood-hero-categories-wrapper {
        width: calc(100%);
}

.hubhood-hero-categories-container ~ .hubhood-hero-types-container {
        bottom: 117px;
}

.hubhood-hero-types-container ~ .hubhood-hero-search-wrapper {
        top: 90px;
}

.hubhood-fixed-search-bar .hubhood-hero-types-container,
.hubhood-map-list-wrapper .hubhood-hero-types-container {
        bottom: -85px;
        z-index: 60;
}

.hubhood-fixed-search-bar .hubhood-hero-types-container .hubhood-hero-categories-wrapper,
.hubhood-map-list-wrapper .hubhood-hero-types-container .hubhood-hero-categories-wrapper {
        background: transparent;
        width: 100%;
        max-width: 100%;
        padding: 0;
}

.hubhood-fixed-search-bar .hubhood-hero-types-container .hubhood-hero-categories-wrapper {
        bottom: -3px;
}

.hubhood-fixed-search-bar .hubhood-hero-types-container,
.hubhood-map-list-wrapper .hubhood-hero-types-container {
        width: 100%;
        max-width: 100%;
}

.hubhood-fixed-search-bar .hubhood-hero-types-container {
        z-index: 18;
}

.hubhood-hero-categories-attached-footer {
        position: relative;
        margin-top: -113px;
}

.hubhood-no-hero-listing-categories .hubhood-hero-categories-attached-footer {
        display: none !important;
}

.hubhood-frontpage-header-design-2 .hubhood-hero-categories-attached-footer {
        margin-top: -115px;
}

.hubhood-frontpage-header-design-4 .hubhood-hero-categories-attached-footer,
.hubhood-frontpage-header-design-5 .hubhood-hero-categories-attached-footer,
.hubhood-frontpage-header-design-7 .hubhood-hero-categories-attached-footer {
        margin-top: -70px;
}

.hubhood-hero-categories-attached-footer .hubhood-hero-categories-wrapper {
        padding: 25px;
        background-color: #fff !important;
        border-radius: 4px;
        box-shadow: 0 0 30px rgb(0 0 0 / 12%);
}

.hubhood-hero-categories-attached-footer .hubhood-hero-categories-wrapper .simplebar-wrapper {
        width: calc(100% + 50px);
}

.hubhood-hero-categories-attached-footer .hubhood-hero-categories-wrapper .hubhood-hero-category:last-child {
        margin-right: 25px;
}

.hubhood-style-general-edges-rounded  .hubhood-hero-categories-attached-footer .hubhood-hero-categories-wrapper {
        border-radius: 25px;
}

.hubhood-fixed-search-bar .hubhood-hero-types-container:before,
.hubhood-map-list-wrapper .hubhood-hero-types-container:before {
        content: "";
        position: absolute;
        width: 150%;
        height: 90px;
        left: 0;
        top: -85px;
        background: rgb(20,25,30);
}

.hubhood-map-list-wrapper .hubhood-hero-types-container {
        bottom: 0;
}

.hubhood-map-list-wrapper .hubhood-hero-types-container:before {
        top: 0;
        width: 100%;
        height: 110px;
}

.hubhood-map-list-wrapper .hubhood-hero-types-container {
        height: 90px;
        margin: 0;
        left: 352.5px;
}

.hubhood-map-list-wrapper[data-listing-grid-view="hubhood-grid-hide-filters"] .hubhood-hero-types-container {
        left: 0;
}

.hubhood-map-list-wrapper[data-listing-grid-view="hubhood-grid-only-map"] .hubhood-hero-types-container {
        left: -50000px;
}

.hubhood-map-list-wrapper[data-listing-grid-view="hubhood-grid-only-cards"] .hubhood-hero-types-container {
        left: 0;
        width: 100% !important;
}

.hubhood-map-list-wrapper .hubhood-hero-types-container .hubhood-hero-categories-wrapper {
        bottom: auto;
        top: 30px;
}

.hubhood-hero-footer-design-2 .hubhood-hero-terms-wrapper .hubhood-hero-types-container .hubhood-hero-terms-design-2  .hubhood-hero-category {
        padding: 4px 14px;
        min-width: 0;
        margin-left: 22px;
        border: 0;
        border-top: 4px solid transparent;
        border-bottom: 4px solid transparent;
        box-shadow: 0 0 15px rgba(0,0,0,0.25);
        background-color : rgba(255, 255, 255, 0.09);
}

.hubhood-hero-footer-design-2 .hubhood-hero-terms-wrapper .hubhood-hero-types-container .hubhood-hero-terms-design-2  .hubhood-hero-category:first-child {
        margin-left: 0;
}

.hubhood-hero-footer-design-2 .hubhood-hero-terms-wrapper .hubhood-hero-types-container .hubhood-hero-terms-design-2  .hubhood-hero-category.current {
        background-color : rgba(255, 255, 255, 0.10);
        border-top: 4px solid var(--hubhood-color) !important;
        padding-top: 6px;
        padding-bottom: 6px;
        cursor: default;
}

.hubhood-hero-footer-design-2 .hubhood-hero-terms-wrapper .hubhood-hero-types-container .hubhood-hero-terms-design-2  .hubhood-hero-category:not(.current),
.hubhood-front-page-type-selector-background-color-light .hubhood-front-page-hero-section .hubhood-hero-terms-wrapper .hubhood-hero-types-container .hubhood-hero-category:not(.current),
.hubhood-front-page-type-selector-background-color-dark .hubhood-front-page-hero-section .hubhood-hero-terms-wrapper .hubhood-hero-types-container .hubhood-hero-category:not(.current) {
        opacity: 0.5;
        box-shadow: none;
}

.hubhood-hero-footer-design-2 .hubhood-hero-terms-wrapper .hubhood-hero-types-container .hubhood-hero-terms-design-2  .hubhood-hero-category:hover,
.hubhood-front-page-type-selector-background-color-light .hubhood-front-page-hero-section .hubhood-hero-terms-wrapper .hubhood-hero-types-container .hubhood-hero-category:hover,
.hubhood-front-page-type-selector-background-color-dark .hubhood-front-page-hero-section .hubhood-hero-terms-wrapper .hubhood-hero-types-container .hubhood-hero-category:hover {
        opacity: 1;
}

.hubhood-map-list-wrapper.hubhood-type-selector-background-light .hubhood-hero-types-container:before,
.hubhood-fixed-search-bar.hubhood-type-selector-background-light .hubhood-hero-types-container:before {
        background: #fff; 
        box-shadow: 0 0 15px rgba(0,0,0,0.04);  
        border-bottom: 1px solid rgba(0,0,0,0.05);     
}

.hubhood-hero-footer-design-2 .hubhood-type-selector-background-light .hubhood-hero-types-container .hubhood-hero-terms-design-2 .hubhood-hero-category,
.hubhood-front-page-type-selector-background-color-light .hubhood-front-page-hero-section .hubhood-hero-terms-wrapper .hubhood-hero-types-container .hubhood-hero-category,
.hubhood-front-page-type-selector-background-color-light .hubhood-front-page-hero-section .hubhood-hero-terms-wrapper .hubhood-hero-types-container .hubhood-hero-terms-design-2 .hubhood-hero-category {
        background-color: rgb(240,240,240);
        box-shadow: none;
        border-top: 4px solid transparent;
        border-bottom: 4px solid transparent;
}

.hubhood-front-page-type-selector-background-color-dark .hubhood-front-page-hero-section .hubhood-hero-terms-wrapper .hubhood-hero-types-container .hubhood-hero-category,
.hubhood-front-page-type-selector-background-color-dark .hubhood-front-page-hero-section .hubhood-hero-terms-wrapper .hubhood-hero-types-container .hubhood-hero-terms-design-2 .hubhood-hero-category {
        background-color: #282828;
}

.hubhood-hero-footer-design-2 .hubhood-type-selector-background-light .hubhood-hero-types-container .hubhood-hero-terms-design-2 .hubhood-hero-category.current,
.hubhood-front-page-type-selector-background-color-light .hubhood-front-page-hero-section .hubhood-hero-terms-wrapper .hubhood-hero-types-container .hubhood-hero-terms-design-2 .hubhood-hero-category.current {
        background-color: #fff;
        box-shadow: 3px 3px 8px rgb(0 0 0 / 6%);
        border-top: 4px solid var(--hubhood-color);
}

.hubhood-front-page-type-selector-background-color-dark .hubhood-front-page-hero-section .hubhood-hero-terms-wrapper .hubhood-hero-types-container .hubhood-hero-terms-design-2 .hubhood-hero-category.current {
        background-color: #282828;
        box-shadow: none;
}

.hubhood-hero-types-container ~ .hubhood-map-listings-sidebar .hubhood-map-listings-sidebar-inner {
        padding-top: 140px;
}

.hubhood-type-selector-background-light .hubhood-hero-types-container .hubhood-hero-terms-design-2 .hubhood-hero-category-label,
.hubhood-type-selector-background-light .hubhood-hero-types-container .hubhood-hero-terms-design-2 .hubhood-listing-card-icon:before,
.hubhood-front-page-type-selector-background-color-light .hubhood-front-page-hero-section .hubhood-hero-terms-wrapper .hubhood-hero-types-container .hubhood-hero-category-label,
.hubhood-front-page-type-selector-background-color-light .hubhood-front-page-hero-section .hubhood-hero-terms-wrapper .hubhood-hero-types-container .hubhood-listing-card-icon:before {
        color: #252525;
        text-shadow: none;
}

.hubhood-front-page-type-selector-background-color-light-2 .hubhood-hero-terms-wrapper .hubhood-hero-types-container .hubhood-hero-terms-design-2 .hubhood-hero-category.current {
        border-top: 0 !important;
        border-bottom: 0 !important;
        padding-top: 8px;
        padding-bottom: 8px;
}












.hubhood-front-page-type-selector-background-color-outline-light .hubhood-front-page-hero-section .hubhood-hero-terms-wrapper .hubhood-hero-types-container .hubhood-hero-category:not(.current) {
        opacity: 0.5;
        box-shadow: none;
        background-color: transparent;
}

.hubhood-front-page-type-selector-background-color-outline-light .hubhood-front-page-hero-section .hubhood-hero-terms-wrapper .hubhood-hero-types-container .hubhood-hero-category:hover {
        opacity: 1;
}

.hubhood-front-page-type-selector-background-color-outline-light .hubhood-front-page-hero-section .hubhood-hero-terms-wrapper .hubhood-hero-types-container .hubhood-hero-category,
.hubhood-front-page-type-selector-background-color-outline-light .hubhood-front-page-hero-section .hubhood-hero-terms-wrapper .hubhood-hero-types-container .hubhood-hero-terms-design-2 .hubhood-hero-category {
        background-color: transparent;
        box-shadow: none;
        border: 3px solid rgba(255,255,255,0.6);
}

.hubhood-front-page-type-selector-background-color-outline-light .hubhood-front-page-hero-section .hubhood-hero-terms-wrapper .hubhood-hero-types-container .hubhood-hero-terms-design-2 .hubhood-hero-category.current {
        background-color: transparent;
        box-shadow: 3px 3px 8px rgb(0 0 0 / 6%);
        border: 3px solid #fff !important;
}

.hubhood-front-page-type-selector-background-color-outline-light .hubhood-front-page-hero-section .hubhood-hero-terms-wrapper .hubhood-hero-types-container .hubhood-hero-category-label,
.hubhood-front-page-type-selector-background-color-outline-light .hubhood-front-page-hero-section .hubhood-hero-terms-wrapper .hubhood-hero-types-container .hubhood-listing-card-icon:before {
        color: #fff;
}




















.hubhood-front-page-type-selector-background-color-dark .hubhood-front-page-hero-section .hubhood-hero-terms-wrapper .hubhood-hero-types-container .hubhood-hero-category-label,
.hubhood-front-page-type-selector-background-color-dark .hubhood-front-page-hero-section .hubhood-hero-terms-wrapper .hubhood-hero-types-container .hubhood-listing-card-icon:before {
        color: #fff;
        text-shadow: none;
}



.hubhood-hero-types-container .hubhood-hero-terms-design-2 .hubhood-listing-card-icon {
        font-size: 20px;
        box-shadow: none;
        height: auto;
        display: inline-flex;
        border: 0;
        margin: 0;
        position: relative;
        top: 3px;
        margin-left: -13px;
        margin-right: -4px;
}

.hubhood-hero-types-container .hubhood-hero-terms-design-2 .hubhood-listing-card-icon.fa-bullhorn {
        font-size: 19px;
}

.hubhood-hero-types-container .hubhood-hero-terms-design-2 .hubhood-listing-card-icon:before {
        -webkit-text-stroke-width: 0.01em;
        transform: none;
        left: 0;
        text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.30);
}

.hubhood-hero-types-container .hubhood-hero-terms-design-2 .hubhood-hero-category-label {
        font-size: 15px;
        text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.15);
        font-weight: 500;
}

form textarea.select2-search__field,
form textarea.select2-search__field:focus {
        border: 0 !important;
}

.hubhood-hero-category:first-child {
        margin-left: 0;
}

.hubhood-listing-card-icon.hubhood-cut-border-right {
        margin-right : 6px;
        border-right : 4px solid transparent;
}

.hubhood-listing-card-icon.hubhood-cut-border-bottom {
        border-bottom : 4px solid transparent;
}

.hubhood-listing-card-icon.hubhood-cut-border-bottom .hubhood-term-counter {
        background-color : transparent;
        color            : #fff;
        top              : auto;
        bottom           : -9px;
        line-height      : 1;
        right            : auto;
        left             : calc(50% + 1px);
        width            : auto;
        height           : auto;
        font-size        : 12px;
        letter-spacing   : 0.1em;
        transform        : translate(-50%);
}

.hubhood-button-data-count-alt {
        display: none;
}

.hubhood-hero-category .hubhood-hero-category-label {
        font-size   : 17px;
        font-weight : 500;
        display     : inline-block;
        text-shadow : 1px 1px 0 rgba(0, 0, 0, 0.35);
}

.hubhood-search-keywords-inner .hubhood-hero-category .hubhood-hero-category-label {
        font-size   : 16px;
}

#content .hubhood-search-box-single-listing-header {
        box-shadow       : 5px 5px 30px rgb(0 0 0 / 7%);
}

.hubhood-search-box-single-listing-header .hubhood-hero-category {
        color : #252525;
}

.hubhood-search-box-single-listing-header .hubhood-heading-buttons-desing-2 .hubhood-hero-category {
        border: 4px solid #f1f1f1;
        padding: 3px 21px;
        font-size: 16px;
        margin-right: 20px;
}

.hubhood-search-box-single-listing-header .hubhood-heading-buttons-desing-2 .hubhood-listing-card-icon {
        width: 20px;
        height: 32px;
        line-height: 20px;
        border: 0;
        margin-right: 8px;
}

.hubhood-heading-buttons-desing-2 .hubhood-button-data-count {
        display: none;
}

.hubhood-heading-buttons-desing-2 .hubhood-listing-header-topbar-item .hubhood-button-data-count-alt {
        display: inline-block;
        top: -12px;
        left: auto;
        right: -12px;
}

.hubhood-show-all-keywords .hubhood-heading-buttons-desing-2 .hubhood-search-keywords-inner .hubhood-hero-category {
        margin: 0 20px 16px 0;
}

.hubhood-search-box-single-listing-header .hubhood-heading-buttons-desing-2 .hubhood-hero-category .hubhood-hero-category-label,
.hubhood-search-box-single-listing-header .hubhood-heading-buttons-desing-2 .hubhood-listing-card-icon:before {
        line-height: 1.8446;
        height: 34px;
        line-height: 34px;
}

.hubhood-search-box-single-listing-header .hubhood-hero-category .hubhood-hero-category-label,
.hubhood-search-box-single-listing-header .hubhood-listing-card-icon:before {
        text-shadow : none;
}

.hubhood-low-opacity-border-invert {
        border : 4px solid #ececec;
}

.hubhood-search-box-single-listing-header .hubhood-search-keywords {
        padding : 30px 0;
}

.hubhood-search-box-single-listing-header .hubhood-search-keywords-inner {
        position : relative;
        height   : 48px;
        top      : -9px;
}

.hubhood-hero-content-inner .hubhood-hero-text-wrapper {
        pointer-events : none;
}

.hubhood-hero-content-inner .hubhood-hero-text-wrapper a {
        pointer-events : auto;
}

.hubhood-hero-content-inner .hubhood-hero-text-wrapper .hubhood-hide-listing-title-section {
        pointer-events : auto;
        text-shadow: 1px 1px 0 rgba(0,0,0,0.3);
}

.hubhood-hide-listing-title-section {
        position: relative;
        display: inline-block;
        width: 34px;
        height: 34px;
        line-height: 32px;
        border-radius: 36px;
        background: var(--hubhood-color);
        color: #fff;
        text-align: center;
        font-size: 20px;
        cursor: pointer;
        pointer-events: auto;
}

.hubhood-listing-hero-logo-wrapper .hubhood-hide-listing-title-section {
        position: absolute;
        top: 23px;
        right: -55px;
}

.hubhood-listing-hero-logo-wrapper {
        margin        : 0 auto;
        height        : 80px;
        font-size     : 0;
        margin-bottom : 20px;
}

.hubhood-listing-hero-logo {
        position            : relative;
        display             : inline-block;
        z-index             : 5;
        margin-left         : auto;
        margin-right        : auto;
        border-radius       : 50%;
        width               : 80px;
        height              : 80px;
        background-color    : #fff;
        background-repeat   : no-repeat;
        background-position : center center;
        background-size     : cover;
}

.hubhood-listing-hero-logo:before {
        content: "";
        position: absolute;
        display: block;
        width: calc(100% + 18px);
        height: calc(100% + 18px);
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        border: 4px solid rgba(255,255,255,1);
        border-radius: 500px;
}

.hubhood-listing-widget {
        background-color : #fff;
        border-radius    : 4px;
        box-shadow       : 5px 5px 30px rgb(0 0 0 / 2%);
        margin-bottom    : 30px;
        border-top: 0 !important;
}

.hubhood-listing-widget:before,
.hubhood-listing-widget:after {
        content       : "";
        position      : absolute;
        top           : 0;
        left          : 0;
        height        : 100%;
        border-left   : 4px solid #ddd;
        border-radius : 4px;
        z-index       : 2;
        opacity       : 0;
}

.hubhood-featured-widgets .hubhood-listing-widget {
        border : 0;
}

.hubhood-featured-widgets .hubhood-listing-pricing {
        border : 0;
}

.hubhood-listing-opening-widget,
.hubhood-listing-widget.hubhood-listing-pricing {
        border-top: 4px solid rgba(208,57,64,0.85);
}

.hubhood-business-status-open.hubhood-listing-opening-widget {
        border-top: 4px solid rgb(39 127 98 / 70%);
}

.hubhood-business-status-closed.hubhood-listing-opening-widget {
        border-top: 4px solid rgba(208,57,64,0.85);
}

.hubhood-listing-widget.hubhood-listing-pricing {
        border-top: 4px solid rgb(60 116 174 / 85%);
}

.hubhood-listing-widget.hubhood-listing-pricing-catalog {
        border-top: 4px solid rgb(157 137 221);
}

.hubhood-featured-widgets .hubhood-listing-widget .hubhood-listing-widget-icon {
        opacity: 0;
}

.hubhood-listing-widget:after {
        left         : auto;
        right        : 0;
        border-left  : 0;
        border-right : 4px solid #d6d6d6;
}

.hubhood-listing-widget-dark:before {
        border-left : 4px solid var(--hubhood-color);
}

.hubhood-listing-widget-dark:after {
        border-right : 4px solid var(--hubhood-color);
}

.hubhood-listing-widget-title:before {
        position:  absolute;
        top: 32px;
        right: 30px;
        color:  #252525;
        font-size: 17px;
        font-weight: 400;
}

.hubhood-listing-widget-theme-color .hubhood-listing-widget-title:before {
        color: #fff;
}

.hubhood-listing-pricing .hubhood-listing-widget-title:before {
        opacity: 0;
}

.hubhood-map-single-disabled .hubhood-widget-map .hubhood-listing-widget-title:before {
        display: none;
}

.hubhood-listing-widget-dark .hubhood-listing-widget-title:before {
        color:  #fff;
}

.hubhood-listing-widget-dark .hubhood-listing-widget-title {
        box-shadow : 0px 20px 30px -15px rgb(0 0 0 / 80%);
        background : rgba(35, 40, 45, 1);
        background : -moz-linear-gradient(left, rgba(35, 40, 45, 1) 0%, rgba(15, 20, 25, 1) 77%, rgba(15, 20, 25, 1) 100%);
        background : -webkit-gradient(left top, right top, color-stop(0%, rgba(35, 40, 45, 1)), color-stop(77%, rgba(15, 20, 25, 1)), color-stop(100%, rgba(15, 20, 25, 1)));
        background : -webkit-linear-gradient(left, rgba(35, 40, 45, 1) 0%, rgba(15, 20, 25, 1) 77%, rgba(15, 20, 25, 1) 100%);
        background : -o-linear-gradient(left, rgba(35, 40, 45, 1) 0%, rgba(15, 20, 25, 1) 77%, rgba(15, 20, 25, 1) 100%);
        background : -ms-linear-gradient(left, rgba(35, 40, 45, 1) 0%, rgba(15, 20, 25, 1) 77%, rgba(15, 20, 25, 1) 100%);
        background : linear-gradient(to right, rgba(35, 40, 45, 1) 0%, rgba(15, 20, 25, 1) 77%, rgba(15, 20, 25, 1) 100%);
        filter     : progid:DXImageTransform.Microsoft.gradient(startColorstr='#23282d', endColorstr='#0f1419', GradientType=1);
}

.hubhood-content-toggle {
        cursor: pointer;
}

.hubhood-featured-widgets > * {
        width : auto;
        flex  : 1 1 50%;
}

.hubhood-color-backgrounds .hubhood-listing-opening-widget,
.hubhood-color-backgrounds .hubhood-listing-pricing {
        text-shadow : 1px 1px 0 rgba(0, 0, 0, 0.6);
}

.hubhood-color-backgrounds .hubhood-listing-opening-widget {
        background-color : #277f62;
        color            : #fff;
}

.hubhood-color-borders .hubhood-listing-widget:after {
        content       : "";
        position      : absolute;
        width         : 100%;
        height        : 100%;
        top           : 0;
        left          : 0;
        border        : 4px solid #ddd;
        border-radius : 4px;
}

.hubhood-listing-widget-dark .hubhood-listing-widget:after {
        filter : brightness(1.2) contrast(1.2);
}

.hubhood-widget-blue .hubhood-listing-widget-title {
        color : #fff;
}

.hubhood-widget-blue .hubhood-listing-widget-icon {
        text-shadow      : 1px 1px 0 rgba(0, 0, 0, 0.6);
        background-color : #5c3e73;
        filter           : brightness(1.2) contrast(1.2);
        box-shadow       : 5px 5px 15px rgb(0 0 0 / 30%), 2000px 0 0 rgb(255 255 255 / 12%) inset;
}

.hubhood-widget-blue .hubhood-listing-widget-title:after {
        content          : "";
        position         : absolute;
        top              : 0;
        left             : 0;
        width            : 4px;
        height           : 100%;
        border-radius    : 4px 0 0 4px;
        background-color : #5c3e73;
        filter           : brightness(1.2) contrast(1.2);
        box-shadow       : 5px 5px 15px rgb(0 0 0 / 25%), 2000px 0 0 rgb(255 255 255 / 20%) inset;
        z-index          : 2;
}

.hubhood-color-backgrounds .hubhood-listing-pricing {
        background-color : #3c74ae;
        color            : #fff;
}

.hubhood-color-backgrounds .hubhood-listing-opening-widget .hubhood-listing-widget-title,
.hubhood-color-backgrounds .hubhood-listing-pricing .hubhood-listing-widget-title {
        color      : #fff;
        box-shadow : 2000px 0 0 rgb(0 0 0 / 15%) inset;
}

.hubhood-listing-widget-dark .hubhood-listing-widget-title,
.hubhood-listing-widget-dark .hubhood-listing-widget-content {
        color : #fff;
}

.hubhood-listing-widget-dark .hubhood-listing-widget-title.hubhood-listing-location-address {
        color      : #ccc;
        background : rgb(15, 20, 25);
}

.hubhood-listing-widget-dark .hubhood-listing-widget-content {
        color : #ccc;
}

.hubhood-opening-hours-resume {
        color       : #252525;
        font-weight : 400;
        font-size   : 15px;
}

.hubhood-featured-widgets .hubhood-listing-widget-icon {
        color            : #fff;
        background-color : var(--hubhood-color);
        text-shadow      : 1px 1px 0 rgba(0, 0, 0, 0.7);
}

.hubhood-color-borders .hubhood-listing-opening-widget:after {
        border : 4px solid #277f62;
}

.hubhood-color-borders .hubhood-listing-pricing:after {
        border : 4px solid #3c74ae;
}

.hubhood-no-pricing-range-info {
        position: relative;
        border-bottom : 3px dashed #3c74ae;
        width: 26px;
        display: inline-block;
        top: -3px;
        left: 1px;
}

.hubhood-color-borders .hubhood-listing-video:after {
        border : 4px solid #b98b2a;
}

.hubhood-color-borders .hubhood-listing-menu:after {
        border : 4px solid #7a5c96;
}

.hubhood-listing-opening-widget .hubhood-listing-widget-title {
        color : #277f62;
}

.hubhood-listing-opening-widget.hubhood-business-status-closed .hubhood-listing-widget-title {
        color : rgb(203 66 73);
}

.hubhood-listing-video .hubhood-listing-widget-title {
        color : #b98b2a;
}

.hubhood-listing-menu .hubhood-listing-widget-title {
        color : #7a5c96;
}

.hubhood-listing-opening-widget.hubhood-listing-widget-dark .hubhood-listing-widget-icon,
.hubhood-listing-opening-widget .hubhood-listing-widget-icon,
.hubhood-listing-video.hubhood-listing-widget-dark .hubhood-listing-widget-icon,
.hubhood-listing-video .hubhood-listing-widget-icon,
.hubhood-listing-menu.hubhood-listing-widget-dark .hubhood-listing-widget-icon,
.hubhood-listing-menu .hubhood-listing-widget-icon {
        color       : #fff;
        text-shadow : 1px 1px 0 rgba(0, 0, 0, 0.7);
}

.hubhood-listing-opening-widget.hubhood-listing-widget-dark .hubhood-listing-widget-icon,
.hubhood-listing-opening-widget .hubhood-listing-widget-icon {
        text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
}

.hubhood-listing-opening-widget.hubhood-listing-widget-dark .hubhood-listing-widget-icon,
.hubhood-listing-opening-widget .hubhood-listing-widget-icon {
        color: #277f62;
        text-shadow: none;
        font-size: 20px;
        font-weight: 400 !important;
}

.hubhood-listing-opening-widget.hubhood-listing-widget-dark.hubhood-business-status-closed .hubhood-listing-widget-icon,
.hubhood-listing-opening-widget.hubhood-business-status-closed .hubhood-listing-widget-icon {
        color: rgb(208,57,64);
        text-shadow: none;
        font-size: 20px;
        font-weight: 400 !important;
}

.hubhood-listing-opening-widget.hubhood-listing-widget-dark .hubhood-listing-widget-icon {
        background-color: #277f62;
        color: #fff
}

.hubhood-listing-opening-widget.hubhood-listing-widget-dark.hubhood-business-status-closed .hubhood-listing-widget-icon {
        background-color: rgb(208,57,64);
        color: #fff
}

.hubhood-listing-opening-widget.hubhood-listing-widget-dark .hubhood-listing-widget-icon:before,
.hubhood-listing-opening-widget .hubhood-listing-widget-icon:before,
.hubhood-listing-opening-widget.hubhood-listing-widget-dark.hubhood-business-status-closed .hubhood-listing-widget-icon:before,
.hubhood-listing-opening-widget.hubhood-business-status-closed .hubhood-listing-widget-icon:before {
        font-weight: 400 !important;
}

.hubhood-listing-video.hubhood-listing-widget-dark .hubhood-listing-widget-icon,
.hubhood-listing-video .hubhood-listing-widget-icon {
        background-color : #b98b2a;
        font-size        : 13px;
        line-height      : 32px;
}

.hubhood-listing-menu.hubhood-listing-widget-dark .hubhood-listing-widget-icon,
.hubhood-listing-menu .hubhood-listing-widget-icon {
        background-color : #7a5c96;
        font-size        : 15px;
        line-height      : 30px;
}

.hubhood-widget-blue {
        background-color : #5c3e73;
        border-left      : 0;
        color            : #fff;
}

.hubhood-featured-widgets .hubhood-listing-widget .hubhood-listing-widget-icon {
        position      : absolute;
        margin        : 0;
        top           : 2px;
        left          : 50%;
        border-radius : 50px;
        transform     : translate(-50%, -50%);
        z-index       : 3;
}

.hubhood-listing-widget-icon-dot {
        color       : transparent !important;
        text-shadow : none !important;
        width       : 14px;
        height      : 14px;
        box-shadow  : 3px 3px 5px rgba(0, 0, 0, 0.3);
}

.hubhood-listing-pricing-catalog .hubhood-listing-widget-content .hubhood-price-range-symbol,
.hubhood-listing-pricing .hubhood-listing-widget-content .hubhood-price-range-symbol {
        display          : inline-block;
        width            : 50px;
        height           : 50px;
        line-height      : 50px;
        letter-spacing   : 0.05em;
        background-color : #fafafa;
        color            : #3c74ae;
        font-weight      : 600;
        border-radius    : 50px;
        text-align: center;
}

.hubhood-listing-pricing-catalog .hubhood-listing-widget-content .hubhood-price-range-symbol {
        color            : rgb(100 71 193);
        color: #252525;
}

.hubhood-price-range-symbol .fa {
        font-size: 20px;
}

.hubhood-price-disabled {
        opacity: 0.2;
        color: #000;
}

.hubhood-card-ribbons .hubhood-price-disabled {
        color: #fff;
        opacity: 0.5;
}

.hubhood-price-disabled {
        display: none;
}

.hubhood-listing-widget-title-text {
        line-height : 1;
}

.hubhood-listing-widget-dark.hubhood-listing-opening-widget .hubhood-listing-widget-title-text {
        filter : brightness(1.25) contrast(1.2);
}

.hubhood-listing-widget-dark.hubhood-listing-opening-widget .hubhood-listing-widget-title {
        box-shadow : 2000px 0 0 rgba(0, 0, 0, 0.3) inset;
}

.hubhood-listing-widget-dark,
.hubhood-listing-widget-dark h6 {
        background-color : rgb(15, 20, 25);
        color            : #fff;
}

.hubhood-listing-widget-theme-color,
.hubhood-listing-widget-theme-color h6 {
        background-color : var(--hubhood-color);
        color            : #fff;
}

.hubhood-listing-widget-title {
        border-radius : 4px;
        box-shadow    : 0 15px 12px -5px rgb(0 0 0 / 2%), 0 15px 30px -5px rgb(0 0 0 / 5%);
        position      : relative;
        z-index       : 100;
}

.hubhood-listing-widget-light .hubhood-listing-widget-title {
        box-shadow: none;
        border-bottom: 1px solid #f3f3f3;
}

.hubhood-widget-map.hubhood-listing-widget-light .hubhood-listing-location-address {
        border-bottom: 1px solid transparent;
}

h6.hubhood-listing-widget-title {
        line-height    : 1.875;
        font-size      : 16px;
        z-index        : 3;
        font-weight    : 500;
}

.hubhood-listing-widget-theme-color h6.hubhood-listing-widget-title {
        border-bottom: 1px dashed rgba(255,255,255,0.4);
        box-shadow: none;
}

.hubhood-featured-widgets-row:not(.hubhood-featured-widgets) .hubhood-featured-widget {
        width: 100%;
}

.hubhood-listing-widget > .hubhood-widget-toggle-link,
.hubhood-featured-widgets-row:not(.hubhood-featured-widgets) .hubhood-listing-widget-content-featured,
.hubhood-listing-widget-content-wide,
.hubhood-featured-widgets .hubhood-content-scroll-overlay {
        display: none;
}

.hubhood-featured-widgets-row:not(.hubhood-featured-widgets) .hubhood-listing-pricing .hubhood-listing-widget-content-featured {
        display: block;
}

.hubhood-featured-widgets-row:not(.hubhood-featured-widgets) .hubhood-listing-pricing.hubhood-listing-pricing-standard .hubhood-listing-widget-content-featured {
        display: none;
}

.hubhood-featured-widgets-row:not(.hubhood-featured-widgets) .hubhood-widget-no-price-info .hubhood-listing-pricing .hubhood-listing-widget-content-featured {
        display: none;
}

.hubhood-featured-widgets .hubhood-listing-widget-title:before {
        display: none !important;
}

.hubhood-featured-widget-active .hubhood-listing-widget-content-wide,
.hubhood-featured-widgets .hubhood-listing-widget > .hubhood-widget-toggle-link {
        display: block;
}

.hubhood-listing-gallery .hubhood-listing-widget-title {
        box-shadow : none;
}

.hubhood-featured-widgets .hubhood-listing-widget-title {
        box-shadow  : none;
        padding: 29px 30px 26px 30px;
        line-height: 1.875;
        border-bottom: 1px solid #f3f3f3;
        border-radius: 0;
}

.hubhood-featured-widgets .hubhood-listing-widget-dark .hubhood-listing-widget-title {
        border-bottom: 1px solid #222;
}

.hubhood-featured-widgets .hubhood-listing-widget {
        text-align: center;
}

.hubhood-listing-widget-title-text {
        line-height : 1.55;
}

.hubhood-listing-widget-title,
.hubhood-listing-widget-content {
        padding : 30px;
        margin  : 0;
}

.hubhood-listing-pricing-catalog .hubhood-listing-widget-content {
        padding-right : 0;
}

.hubhood-content-overlay {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 5;
        background-color: rgba(255,255,255,0.01);
        display: block;
        width: 100%;
        height: 100%;
}

.hubhood-listing-quote-block .hubhood-listing-widget-content {
        opacity: 0.4;
}

.hubhood-quote-launch-button {
        position: absolute;
        top: calc(50% + 20px);
        left:50%;
        transform: translate(-50%,-50%);
        z-index: 6;
}

.hubhood-popup .hubhood-content-overlay,
.hubhood-popup .hubhood-quote-launch-button {
        display: none !important;
}

.hubhood-quote-search-input-wrapper {
        margin-bottom: 20px !important;
}

.hubhood-popup .hubhood-listing-quote-block .hubhood-listing-widget-content {
        opacity: 1;
        padding-left: 0;
        padding-right: 0;
        max-height: auto !important;
        height: auto !important;
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;

}

.hubhood-popup .hubhood-listing-widget-content {
        max-height: 99999999px !important;
        height: auto !important;
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
}



.hubhood-popup .hubhood-scrollable-block .hubhood-listing-widget-content {
        overflow: visible !important;
        max-height: 9999px !important;
}

.hubhood-popup .hubhood-pricing-item {
        font-size: 17px;
}

.hubhood-qty-number-input {
        display: flex;
        align-items: center;
        outline: 4px solid rgba(125,125,125,0.1);
        border-radius: 5px;
        overflow: hidden;
        padding-left: 8px;
        padding-right: 8px;
        margin-bottom: 15px;
}

.hubhood-qty-number-input button {
        padding: 5px 10px;
        border: none;
        background-color: #f0f0f0;
        cursor: pointer;
        border-radius: 5px;
}

.hubhood-qty-number-input button:hover {
        background-color: var(--hubhood-color);
        color: #fff;
}

.hubhood-dark-popup .hubhood-popup .hubhood-qty-number-input button {
        background-color: #fff;
        color: #252525;
}

.hubhood-dark-popup .hubhood-popup .hubhood-qty-number-input button:hover {
        background-color: var(--hubhood-color);
        color: #fff;
}

.hubhood-qty-number-input .hubhood-qty-quantity {
        border: none !important;
        width: 40px;
        text-align: center;
        font-size: 16px;
        width: 50px;
}

.hubhood-price-item-price-value {
        text-align: right;
}

.hubhood-item-has-price ~ .hubhood-qty-number-wrapper {
        margin-top: 15px;
}

.hubhood-qty-number-input .hubhood-qty-quantity,
.hubhood-qty-number-input .hubhood-qty-quantity:focus,
.hubhood-qty-number-input .hubhood-qty-quantity:-webkit-autofill:focus {
        border-bottom: 0 !important;
}

.hubhood-dark-background .hubhood-qty-number-input .hubhood-qty-quantity,
.hubhood-dark-background .hubhood-qty-number-input .hubhood-qty-quantity:focus,
.hubhood-dark-background .hubhood-qty-number-input .hubhood-qty-quantity:-webkit-autofill:focus {
        border-bottom: 0 !important;
}

.hubhood-pricing-item * {
        pointer-events: all;
        z-index: 10;
}

.hubhood-quote-popup .hubhood-content-popup-block-wrapper {
        padding-right: 0 !important;
}

.hubhood-popup.hubhood-use-standard-form-layout .hubhood-content-popup-block-wrapper {
        padding-right: 30px !important;
}

.hubhood-quote-popup.hubhood-restart-form .hubhood-previous-step,
.hubhood-quote-popup.hubhood-restart-form .hubhood-next-step {
        display: none !important;
}

.hubhood-quote-popup.hubhood-restart-form .hubhood-restart-quote-form {
        display: inline-block;
}

.hubhood-popup-topbar-buttons {
        position: absolute;
        top: 23px;
        left: auto;
        right: 100px;
        width: auto;
        white-space: nowrap;
}

.hubhood-popup-topbar-buttons > * {
        display: inline-block;
        position: relative !important;
        width: auto !important;
        margin-left: 23px;
        min-width: 135px;
}

.hubhood-display-quote-list {
        padding-left: 58px !important;
}

.hubhood-dark-popup .hubhood-display-quote-list * {
        color: #252525;
}


.hubhood-dark-popup .hubhood-popup .hubhood-listing-widget-dark,
.hubhood-dark-popup .hubhood-popup .hubhood-listing-widget-dark .hubhood-listing-widget-dark h6,
.hubhood-dark-popup .hubhood-popup .hubhood-pricing-menu-items .hubhood-price-list-wrapper > li  {
        background-color: transparent;
}

body .hubhood-display-quote-list:before  {
    background-color: var(--hubhood-color);
    color: #fff;
    width: 34px;
    height: 34px;
    line-height: 34px;
    border-radius: 50px;
    margin-right: 10px;
    position: absolute;
    top: 1.5px;
    left: 5px;
}

.hubhood-action-buttons .hubhood-step-button {
        padding-left: 0 !important;
        padding-right: 0 !important;
}

.hubhood-listing-widget-title {
        padding: 30px 60px 30px 83px;
}

.hubhood-popup .hubhood-listing-widget-title {
        display: none !important;
}

.hubhood-featured-widgets .hubhood-listing-widget-content {
        padding    : 15px 30px 15px 30px;
        margin     : 0;
        margin-top : 0px;
}

.hubhood-featured-widgets .hubhood-listing-pricing .hubhood-listing-widget-content {
        padding    : 20px 30px 20px 30px;
}

.hubhood-is-mobile .hubhood-featured-widgets .hubhood-listing-opening-widget .hubhood-listing-widget-content {
        padding-left: 15px;
        padding-right: 15px;
}

.hubhood-color-backgrounds .hubhood-listing-widget-content,
.hubhood-featured-widgets .hubhood-listing-widget-dark .hubhood-listing-widget-content {
        padding     : 30px;
        margin      : 0;
        line-height : 1.875;
}




.hubhood-listing-location-address {
        padding-right: 30px !important;
}

.hubhood-listing-location-address address {
        margin-bottom: 0;
}

.hubhood-listing-location-address address ~ address {
        border-top: 1px solid rgba(125,125,125,0.12);
        padding-top: 12px;
        padding-bottom: 12px;
}

.hubhood-listing-widget-theme-color .hubhood-listing-location-address address ~ address {
        border-top: 1px dashed rgba(255,255,255,0.4);
}

.hubhood-listing-location-address address + address {
        margin-top: 12px;
}

.hubhood-listing-location-address address + address + address {
        margin-top: 0;
}

.hubhood-listing-location-address address ~ address:last-child {
        padding-bottom: 0;
}

.hubhood-show-all-locations-wrapper {
        margin-top: 15px;
}

.hubhood-listing-widget-dark .hubhood-show-all-locations,
.hubhood-listing-widget-theme-color .hubhood-show-all-locations {
        color: #fff;
}

.hubhood-drop-caps::first-letter,
.hubhood-drop-caps .job_description>p:empty:first-child::first-letter,
.hubhood-drop-caps .job_description>p:empty:first-child + p::first-letter {
        position       : relative;
        float          : left;
        color          : rgb(40, 45, 50);
        text-transform : uppercase;
        font-size      : 96px;
        line-height    : 0.65;
        margin         : 14px 25px 0 0;
        font-weight    : 600;
        text-shadow    : 4px 4px 0 rgba(0, 0, 0, 0.2);
}

.hubhood-listing-widget-dark .hubhood-drop-caps:first-letter {
        text-shadow : 4px 4px 0 #252525;
}

.hubhood-listing-social-network {
        margin-bottom    : 30px;
        text-align       : center;
        border-radius    : 4px;
        padding          : 30px;
        background-color : rgba(0, 0, 0, 0.34);
}

.hubhood-listing-social-networks-no-background .hubhood-listing-social-network {
        padding          : 0;
        background-color : transparent;
}

.hubhood-listing-social-networks-minimal .hubhood-listing-social-network {
        text-align  : left;
        line-height : 1;
        display: inline-block;
        color: #fff;
}

.hubhood-listing-social-networks-minimal.hubhood-listing-widget-light .hubhood-listing-social-network {
        color: #252525;
}

.hubhood-listing-social-networks-minimal.hubhood-listing-widget-theme-color .hubhood-listing-social-network {
        color: #fff;
}

.hubhood-listing-widget-content .row {
        display   : -webkit-box;
        display   : -webkit-flex;
        display   : -ms-flexbox;
        display   : flex;
        flex-wrap : wrap;
}

.hubhood-listing-widget-content .row>[class*='col-'] {
        display        : flex;
        flex-direction : column;
}

.hubhood-listing-widget-content .hubhood-contact-data-item-wrapper {
        min-height: 100%;
}

.hubhood-contact-data-label a {
        color:  rgb(204, 204, 204);
}

.hubhood-contact-data-label a:hover {
        color:  #fff;
}

.hubhood-listing-widget-light .hubhood-contact-data-label a,
.hubhood-listing-widget-light .hubhood-contact-data-label a:hover {
        color:  #252525;
}

.hubhood-listing-widget-theme-color .hubhood-contact-data-label a,
.hubhood-listing-widget-theme-color .hubhood-contact-data-label a:hover {
        color:  #fff;
}

.hubhood-contact-data-label {
        max-width: calc(100% - 55px);
        word-break            : break-word;
        -webkit-hyphens       : none;
        -moz-hyphens          : none;
        hyphens               : none;
        white-space   : nowrap;
        overflow      : hidden;
        text-overflow : ellipsis;
}

.hubhood-contact-data-label a {
        max-width: 100%;
        display: inline-block;
        word-break            : break-word;
        -webkit-hyphens       : none;
        -moz-hyphens          : none;
        hyphens               : none;
        white-space   : nowrap;
        overflow      : hidden;
        text-overflow : ellipsis;
}

.hubhood-contact-data-label a:hover,
.hubhood-contact-data-label:hover {
        white-space   : normal;
        overflow      : visible;
        text-overflow : unset;
        vertical-align: top;
}

.hubhood-contact-data-label:hover {
        height: auto;
}

.hubhood-listing-social-network .hubhood-listing-card-icon {
        background-color : #fff;
        color            : #151515;
        border           : 4px solid transparent;
        margin           : 0;
        text-shadow      : none;
        border-radius    : 50px;
        box-shadow       : 4px 4px 10px rgba(0, 0, 0, 0.4);
        box-shadow       : 4px 4px 10px rgba(255, 255, 255, 0.03);
}

.hubhood-listing-social-networks-minimal.hubhood-listing-widget-light .hubhood-listing-social-network .hubhood-listing-card-icon {
        background-color: #f5f5f5;
        color: #252525;
}

.hubhood-listing-widget-light .hubhood-listing-widget-title-text {
        color: #252525;
}

.hubhood-listing-social-networks-minimal.hubhood-listing-widget-theme-color .hubhood-listing-social-network .hubhood-listing-card-icon {
        background-color: #fff;
        color: #505050;
        box-shadow: 3px 3px 8px rgba(0,0,0,0.1);
}

.hubhood-listing-widget-theme-color .hubhood-listing-widget-title-text {
        color: #fff;
        font-weight: 700;
        text-shadow: 1px 1px 0 rgba(0,0,0,0.3);
}

.hubhood-listing-widget-theme-color address.hubhood-listing-widget-title-text {
        font-weight: 400;
        text-shadow: none;
}

.hubhood-widget-private-message.hubhood-listing-widget-light form input[type],
.hubhood-widget-private-message.hubhood-listing-widget-light form input[type]:focus,
.hubhood-widget-private-message.hubhood-listing-widget-light form input[type]:-webkit-autofill,
.hubhood-widget-private-message.hubhood-listing-widget-light form input[type]:-webkit-autofill:hover,
.hubhood-widget-private-message.hubhood-listing-widget-light form input[type]:-webkit-autofill:focus,
.hubhood-widget-private-message.hubhood-listing-widget-light form input[type]:-webkit-autofill:active,
.hubhood-widget-private-message.hubhood-listing-widget-light form textarea,
.hubhood-widget-private-message.hubhood-listing-widget-light form textarea:focus,
.hubhood-widget-private-message.hubhood-listing-widget-light form textarea:-webkit-autofill,
.hubhood-widget-private-message.hubhood-listing-widget-light form textarea:-webkit-autofill:hover,
.hubhood-widget-private-message.hubhood-listing-widget-light form textarea:-webkit-autofill:focus,
.hubhood-widget-private-message.hubhood-listing-widget-light form textarea:-webkit-autofill:active {
        box-shadow: none !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
}

.hubhood-widget-private-message.hubhood-listing-widget-theme-color form input[type],
.hubhood-widget-private-message.hubhood-listing-widget-theme-color form input[type]:focus,
.hubhood-widget-private-message.hubhood-listing-widget-theme-color form input[type]:-webkit-autofill,
.hubhood-widget-private-message.hubhood-listing-widget-theme-color form input[type]:-webkit-autofill:hover,
.hubhood-widget-private-message.hubhood-listing-widget-theme-color form input[type]:-webkit-autofill:focus,
.hubhood-widget-private-message.hubhood-listing-widget-theme-color form input[type]:-webkit-autofill:active,
.hubhood-widget-private-message.hubhood-listing-widget-theme-color form textarea,
.hubhood-widget-private-message.hubhood-listing-widget-theme-color form textarea:focus,
.hubhood-widget-private-message.hubhood-listing-widget-theme-color form textarea:-webkit-autofill,
.hubhood-widget-private-message.hubhood-listing-widget-theme-color form textarea:-webkit-autofill:hover,
.hubhood-widget-private-message.hubhood-listing-widget-theme-color form textarea:-webkit-autofill:focus,
.hubhood-widget-private-message.hubhood-listing-widget-theme-color form textarea:-webkit-autofill:active {
        box-shadow: none !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
}

.hubhood-listing-social-networks-icons-design2 .hubhood-listing-card-icon {
        background-color : transparent;
        border           : 4px solid #fff;
        color            : #fff;
}

.hubhood-listing-social-networks-minimal-icons .hubhood-listing-card-icon {
        width       : 44px;
        height      : 44px;
        line-height : 36px;
}

.hubhood-listing-social-networks-tiny-icons .hubhood-listing-card-icon {
        width       : 30px;
        height      : 30px;
        line-height : 21px;
        font-size   : 15px;
        font-weight : 400;
}

.hubhood-listing-social-networks-only-icons .hubhood-listing-social-network-wrapper {
        margin-left : -30px;
}

.hubhood-listing-social-networks-only-icons .hubhood-listing-social-network {
        padding     : 0;
        margin-left : 30px;
        background  : transparent;
        display     : inline-block;
}

.hubhood-listing-social-networks-only-icons .hubhood-social-network-label {
        display : none;
}

.hubhood-listing-social-network .hubhood-listing-card-icon:before {
        text-shadow : none;
}

.hubhood-listing-social-network .hubhood-social-network-label {
        margin-top  : 22px;
        line-height : 1;
        font-weight : 600;
}

.hubhood-listing-social-networks-tiny-icons .hubhood-social-network-label {
        font-weight : 400;
}

.hubhood-listing-social-networks-minimal .hubhood-social-network-label {
        display        : inline-block;
        margin-left    : 18px;
        margin-top     : 0;
        max-width      : calc(100% - 75px);
        vertical-align : middle;
}

.hubhood-listing-social-networks-no-label .hubhood-social-network-label {
        display : none;
}

.hubhood-listing-gallery-thumbs-wrapper {
        margin-left   : -4px;
        margin-bottom : -4px;
        font-size     : 0;
        line-height   : 1;
}

.hubhood-listing-gallery-thumbs-wrapper {
        margin   : -30px -27px -30px -30px;
        position : relative;
        z-index  : 50;
}

.hubhood-listing-gallery-item-thumb {
        position       : relative;
        display        : inline-block;
        width          : calc(33.33333% - 4px);
        padding-bottom : 22%;
        margin-left    : 4px;
        margin-bottom  : 4px;
        border-radius  : 4px;
        overflow       : hidden;
        cursor         : zoom-in;
}

.hubhood-style-general-edges-rounded .hubhood-listing-gallery-item-thumb {
        border-radius  : 15px;
}

.hubhood-listing-gallery-item-thumb .hubhood-listing-card-icon {
        position    : absolute;
        background  : rgba(0,0,0,0.08);
        border      : 4px solid transparent;
        color       : #fff;
        text-shadow : 1px 1px 0 rgba(0,0,0,0.5);
        font-weight : 600;
        font-size   : 17px;
        top         : 50%;
        left        : 50%;
        transform   : translate(-50%, -50%);
}

.hubhood-listing-card-icon.fa-twitter {
        font-size : 18px;
}

.hubhood-listing-card-icon.fa-instagram {
        font-size : 22px;
}

.hubhood-listing-social-networks-tiny-icons .hubhood-listing-card-icon.fa-twitter {
        font-size : 13px;
}

.hubhood-listing-social-networks-tiny-icons .hubhood-listing-card-icon.fa-instagram {
        font-size : 17px;
}

.hubhood-scrollable-block {
        overflow: hidden;
}

.hubhood-featured-widgets .hubhood-scrollable-block {
        overflow: visible;
}

.hubhood-content-scroll-overlay {
        position: absolute;
        top: 100%;
        width: 100%;
        height: 140px;
        background: #fff;
        z-index: 5;
        box-shadow: 0 -45px 5px -20px #fff, 0 -50px 10px -20px rgba(255,255,255,0.5);
}

.hubhood-listing-widget-dark .hubhood-content-scroll-overlay {
        background-color: rgb(15, 20, 25);
        z-index: 5;
        box-shadow: 0 -45px 5px -20px rgb(15, 20, 25), 0 -50px 10px -20px rgba(15, 20, 25,0.5);
}

.hubhood-listing-widget-theme-color .hubhood-content-scroll-overlay {
        background-color: var(--hubhood-color);
        z-index: 5;
        box-shadow: 0 -45px 5px -20px var(--hubhood-color);
}

.hubhood-widget-map {
        border-radius: 4px;
        overflow: hidden;
}

.hubhood-widget-map img {
        width         : calc(100% + 60px);
        height        : 355px;
        margin-left   : -30px;
        margin-top    : -30px;
        margin-bottom : -30px;
}

.hubhood-contact-data-widget .row {
        margin-top    : -30px;
        margin-bottom : -30px;
}

.hubhood-contact-data-widget.hubhood-contact-data-design-2 .row {
        margin-top    : 0;
        margin-bottom : -30px;
}

.hubhood-contact-data-widget .hubhood-listing-widget-content {
        overflow : hidden;
}

.hubhood-contact-data-item-wrapper {
        width                : calc(100% + 60px);
        margin-left          : -30px;
        padding              : 15px 30px 0;
        border-radius        : 0;
}

.hubhood-contact-data-widget .hubhood-listing-widget-content > .row {
        padding-top: 10px;
        padding-bottom: 30px;
}

.hubhood-contact-data-design-3 .hubhood-contact-data-item-wrapper {
        box-shadow : none;
}

.hubhood-listing-widget-content .col-sm-6 .col-sm-6 .hubhood-contact-data-item-wrapper {
        width        : calc(100% + 30px);
        margin-right : 30px;
}

.hubhood-contact-data-design-2 .hubhood-contact-data-item-wrapper {
        padding       : 0 30px;
        margin-bottom : 30px;
        box-shadow    : none;
}

.hubhood-listing-widget-dark .hubhood-listing-widget-title:after,
.hubhood-contact-data-design-2 .hubhood-contact-data-item-wrapper:after {
        content       : "";
        position      : absolute;
        bottom        : 0;
        left          : 0;
        width         : 100%;
        border-bottom : 1px solid rgba(255, 255, 255, 0.04);
}

.hubhood-listing-widget-dark.hubhood-contact-data-design-3 .hubhood-contact-data-item-wrapper:after {
        border-bottom : 1px solid rgba(255, 255, 255, 0.06);
}

.hubhood-contact-data-design-2 .hubhood-contact-data-item-wrapper:after {
        content : none;
}

.hubhood-contact-data-icon,
.hubhood-listing-location-address .hubhood-listing-widget-icon {
        height                : 0;
        line-height           : 0;
        margin-left           : 0;
        display               : inline-block;
        left                  : -1px;
        width                 : 30px;
        text-align            : center;
        margin-right          : 18px;
        font-size             : 18px;
        background-color      : transparent;
        box-shadow            : none;
        color                 : #999;
        vertical-align        : top;
        top                   : 5px;
}

.hubhood-listing-widget-light .hubhood-contact-data-icon,
.hubhood-listing-widget-light .hubhood-listing-location-address .hubhood-listing-widget-icon,
.hubhood-listing-widget-light .hubhood-contact-data-label a:hover {
        color                 : #252525;
}

.hubhood-listing-widget-theme-color .hubhood-contact-data-icon,
.hubhood-listing-widget-theme-color .hubhood-listing-location-address .hubhood-listing-widget-icon,
.hubhood-listing-widget-theme-color .hubhood-contact-data-label a:hover {
        color                 : #fff;
}

.hubhood-listing-location-address .hubhood-listing-widget-icon {
        left                  : 30px;
        top                   : 36px;
}

.hubhood-contact-data-icon.fa-whatsapp {
        font-size             : 20px;
}

.hubhood-listing-widget-dark .hubhood-contact-data-icon,
.hubhood-listing-widget-dark .hubhood-listing-location-address .hubhood-listing-widget-icon {
        text-shadow           : 1px 1px 0 #000, 2px 2px 4px rgba(0 0 0 / 50%);
}

.hubhood-listing-location-address .hubhood-listing-widget-icon {
        margin-left : 0;
}

.hubhood-contact-data-label {
        display : inline-block;
        vertical-align: middle;
        height: 30px;
}

.hubhood-contact-data-website .hubhood-contact-data-label:first-letter {
        text-transform : uppercase;
}

.hubhood-term-cards .col-sm-12 .hubhood-listing-rating-card {
        height     : auto;
        padding    : 0;
        box-shadow : 2000px 0 0 rgba(0, 0, 0, 0.15) inset;
}

.hubhood-force-empty-background {
        background-image : none !important;
        box-shadow       : none !important;
        background-color : transparent !important;
}

.hubhood-force-empty-background:before,
.hubhood-force-empty-background:after {
        content : none !important;
}

.hubhood-term-cards .hubhood-term-card.hubhood-listing-rating-card:before {
        opacity : 1;
}

.hubhood-big-rating-circle {
        position         : absolute;
        display          : inline-block;
        width            : calc(100% - 90px);
        height           : 450px;
        max-height       : calc(100% - 90px);
        aspect-ratio     : 1 / 1;
        min-height       : 155px;
        border           : 0;
        border-radius    : 50%;
        color            : #fff;
        font-size        : 90px;
        padding          : 0;
        margin           : 0 auto;
        top              : auto;
        left             : auto;
        right            : auto;
        background-color : rgba(25, 30, 35, 0.3);
        box-shadow       : 0 0 60px rgba(255, 255, 255, 0.2);
        top              : 50%;
        left             : 50%;
        transform        : translate(-50%, -50%);
        display: flex;
        align-items: center;
        justify-content: center;
}

.hubhood-listing-single-reviews.hubhood-light-background .hubhood-big-rating-circle {
        background-color: transparent;
}

.hubhood-big-rating-circle:before {
        content       : "";
        position      : absolute;
        width         : calc(100% + 40px);
        height        : calc(100% + 40px);
        top           : -20px;
        left          : -20px;
        border-radius : 50%;
        background    : conic-gradient(#fff var(--degree), transparent calc(var(--degree) + 0.5deg) 100%);
        opacity       : 0;
}

.hubhood-big-rating-circle:after {
        position         : absolute;
        content          : "";
        width            : 100%;
        height           : 100%;
        top              : 0;
        left             : 0;
        border-radius    : 50%;
        background-color : var(--hubhood-color);
        opacity          : 0;
        z-index          : 2;
}

.hubhood-big-rating-circle .hubhood-rating-average-big {
        position    : relative;
        z-index     : 5;
        line-height : 0;
        font-weight : 600;
}

.hubhood-no-review-average .hubhood-big-rating-circle .hubhood-rating-average-big {
        height: 0px;
        margin-bottom: 10px;
        margin-top: 50px;
        opacity: 1;
}

.hubhood-big-rating-circle .hubhood-listing-card-icon.hubhood-low-opacity-border {
        margin: 0;
}

.hubhood-big-rating-circle .hubhood-rating-star-icon {
        font-size : 30px;
        position  : relative;
        top       : 0;
        font-size : 40px;
        z-index   : 3;
}

.hubhood-big-listing-rating-wrapper {
        display     : inline-block;
        width       : 100%;
        text-align  : center;
        position    : relative;
        height: 18px;
        top         : 0;
        transform   : none;
        text-shadow : 1px 1px 0 rgb(0 0 0 / 35%);
        z-index     : 6;
}

.hubhood-rating-stars {
        line-height : 0;
        font-size   : 0;
        bottom      : -60px;
        filter      : contrast(1.2);
}

.hubhood-rating-stars .hubhood-rating-stars {
        bottom: 0;
}

.hubhood-rating-stars .hubhood-stars-rating span {
        font-size   : 20px;
        line-height : 0;
        margin      : 0 3px;
        color       : var(--hubhood-color);
}

.hubhood-rating-bg-image {
        position      : relative;
        display       : inline-block;
        width         : 100%;
        max-width     : 500px;
        padding-bottom: 100%;
        border-radius : 2000px;
        margin        : 22px 0;
}

.hubhood-big-rating-circle svg {
        position   : absolute;
        z-index    : 8;
        top        : 50%;
        left       : 50%;
        width      : calc(120% + 78px);
        margin     : auto;
        display    : block;
        margin-top : -1.7%;
        transform  : translate(-50%, -50%);
}

.hubhood-big-rating-circle path {
        stroke-linecap : round;
        stroke-width   : 1.4;
        filter         : drop-shadow(0 0 2px rgba(0, 0, 0, 0.7));
}

.hubhood-listing-single-reviews.hubhood-light-background .hubhood-big-rating-circle path {
        filter         : none;
}

.hubhood-big-rating-circle path.grey {
        stroke : #fff;
}

.hubhood-listing-single-reviews.hubhood-light-background.hubhood-no-review-average .hubhood-big-rating-circle path {
        filter         : none;
}

.hubhood-listing-single-reviews.hubhood-light-background .hubhood-big-rating-circle path.grey {
        stroke : #eee;
}

.hubhood-listing-single-reviews.hubhood-light-background.hubhood-no-review-average .hubhood-big-rating-circle path.grey {
        stroke : #f9f9f9;
}

.hubhood-big-rating-circle path.purple {
        stroke            : var(--hubhood-color);
        stroke-dasharray  : var(--hubhood-dasharray);
        stroke-dashoffset : var(--angular-stroke-scale);
}

.hubhood-rating-mood {
        position     : absolute;
        width        : 100%;
        bottom       : 15px;
        font-size    : 0;
        padding-left : 1px;
        text-shadow  : 1px 1px 0 #000, 0 0 3px #000;
        display: none;
}

.hubhood-rating-bg-image:before,
.hubhood-rating-bg-image:after {
        border-radius : 1000px;
}

.hubhood-rating-mood:before {
        width            : 44px;
        height           : 44px;
        line-height      : 45px !important;
        padding-left     : 1px;
        background-color : transparent;
        font-size        : 28px;
        border-radius    : 50px;
        text-shadow      : 0px 0px 3px rgba(0 0 0 / 80%);
        box-shadow       : none;
}

.hubhood-percentual-rating {
        font-size    : 18px;
        position     : absolute;
        width        : 100%;
        bottom       : -40px;
        padding-left : 4px;
        text-shadow  : 1px 1px 0 #000, 0 0 3px #000;
}

.hubhood-listing-single-reviews.hubhood-light-background .hubhood-percentual-rating {
        color: #252525;
        text-shadow  : none;
}

.hubhood-listing-header-topbar-item .hubhood-button-data-count {
        position:  absolute;
        top: -6px;
        left: 30px;
        font-size: 13px;
        font-weight: 600;
        text-shadow: none;
        background-color: #fff;
        width: auto;
        height: 22px;
        min-width: 22px;
        line-height: 24px;
        padding: 0 7px;
        text-align: center;
        border-radius: 50px;
        box-shadow: 2px 2px 10px rgb(0 0 0 / 10%);
}

.hubhood-iconized-list-widget .hubhood-listing-widget-content-inner {
        margin-bottom: -21px;
}

.hubhood-iconized-list-widget .hubhood-listing-widget-content a {
        width: auto;
        max-width: 100%;
        min-width: calc(50% - 30px);
}

.hubhood-iconized-list-widget a,
.hubhood-iconized-list-widget .hubhood-listing-card-icon,
.hubhood-iconized-list-widget .hubhood-hero-category-label,
.hubhood-iconized-list-widget .hubhood-listing-card-icon:before {
        color: #252525;
        text-shadow: none;
        font-weight: 400;
        -webkit-text-stroke-width : 0.001em;
        background-color: transparent;
}

.hubhood-iconized-list-widget .hubhood-listing-card-icon:before {
        color: #252525;
}

.hubhood-iconized-list-widget.hubhood-listing-widget-dark .hubhood-hero-category-label,
.hubhood-iconized-list-widget.hubhood-listing-widget-dark .hubhood-listing-card-icon:before,
.hubhood-iconized-list-widget.hubhood-listing-widget-theme-color .hubhood-hero-category-label,
.hubhood-iconized-list-widget.hubhood-listing-widget-theme-color .hubhood-listing-card-icon:before {
        color: #fff;
}

.hubhood-iconized-list-widget .hubhood-listing-card-icon {
        position: absolute;
        width: 30px;
        height: 30px;
        border-radius: 50px;
        border: 0;
        line-height: 30px;
        font-size: 16px;
        margin-right: 0;
        top: 1px;
        left: 0;
}

.hubhood-iconized-list-widget .hubhood-listing-card-icon:before {
        position: relative;
        top: -1px;
}

.hubhood-iconized-list-widget .hubhood-listing-card-icon.hubhood-has-bg-color:before {
        color: #fff;
}

.hubhood-iconized-list-widget .hubhood-listing-card-icon.hubhood-has-bg-color:before {
        color: #252525;
}

.hubhood-iconized-list-widget .hubhood-hero-category-label,
.hubhood-social-network-label {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 100%;
}

.hubhood-iconized-list-widget .hubhood-has-icon .hubhood-hero-category-label {
        padding-left: 50px;
}

.hubhood-iconized-list-widget .hubhood-listing-card-icon,
.hubhood-iconized-list-widget .hubhood-hero-category-label {
        display: inline-block;
        vertical-align: middle;
}

.hubhood-widget-toggle-link {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 5;
}

.hubhood-listing-widget-section-icon {
        position: absolute;
        display: inline-block;
        width: 30px;
        height: 30px;
        bottom: -10px;
        right: -10px;
        text-align: center;
        background: #fff;
        color: #151515;
        border-radius: 50px;
        padding-left: 1px;
        box-shadow: 3px 3px 25px rgb(0 0 0 / 8%);
}


.hubhood-private-message-submit-wrapper .submit {
        position: absolute;
        bottom: 0;
        right: 0;
        width: calc(100% - 90px) !important;
}


.logged-in .hubhood-private-message-submit-wrapper .submit {
        position: relative;
        float: right;
        width: 100% !important;
}

#hubhood-private-message-form > .row {
        margin-top: -15px;
}

.logged-in #hubhood-private-message-form > .row {
        margin-top: 0;
}

#form-message-success,
#form-message-error,
.form-message-success,
.form-message-error,
.hubhood-dark-background .alert-danger,
.hubhood-dark-background .alert-success {
        width: 100%;
        margin-top: 30px;
        padding: 25px;
        text-align: center;
        background-color: rgb(25,30,35);
        font-weight: 400;
        display: none;
        text-shadow        : 1px 1px 0 rgba(0, 0, 0, 1);
}

.hubhood-listing-private-message-form-inner #form-message-success,
.hubhood-listing-private-message-form-inner #form-message-error,
.hubhood-listing-private-message-form-inner .form-message-success,
.hubhood-listing-private-message-form-inner .form-message-error {
        margin-top: 0;
}

.hubhood-listing-private-message-form-inner #form-message-error,
.hubhood-listing-private-message-form-inner .form-message-error {
        margin-bottom: 30px;
}

#form-message-success,
.form-message-success,
.hubhood-dark-background .alert-success {
        color: #fff;
        border: 1px dashed #304e27;
}

#form-message-success *,
.form-message-success *,
.hubhood-dark-background .alert-success * {
        color: #fff;
}

#form-message-error,
.form-message-error,
.hubhood-dark-background .alert-danger {
        color: #fff;
        border: 1px dashed #6c1a1a;
}

#form-message-error *,
.form-message-error *,
.hubhood-dark-background .alert-danger * {
        color: #fff;
}

.hubhood-single-listing-without-reviews .hubhood-review-second-col-inner {
        box-shadow: 0 0 60px rgb(0 0 0 / 35%) inset;
        padding: 40px 30px;
        border-radius: 4px;
}

.hubhood-style-general-edges-rounded .hubhood-single-listing-without-reviews .hubhood-review-second-col-inner {
        border-radius: 20px;
}

.hubhood-listing-single-reviews.hubhood-light-background .hubhood-single-listing-without-reviews .hubhood-review-second-col-inner {
        box-shadow: 0 0 60px rgb(0 0 0 / 5%) inset;
}

.hubhood-fallback-content-big-title h4 {
        margin-bottom: 30px;
}

#success-message,
.alert-success,
.alert-error {
        display: none;
}

.hubhood-dark-background .alert-danger,
.hubhood-dark-background .alert-success,
.hubhood-light-background .alert-danger,
.hubhood-light-background .alert-success {
        display: block;
}

.alert-error {
        background-color: #f0d9ca;
        border-color: #eec4b6;
        color: #832506;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control,
.input-group-addon {
        background-color: #f4f4f4;
}

.hubhood-listing-private-message-form-inner .form-control[disabled],
.hubhood-listing-private-message-form-inner .form-control[readonly],
.hubhood-listing-private-message-form-inner fieldset[disabled] .form-control {
        background-color: transparent;
}

.not-allowed {
        cursor: not-allowed;
}

.sent-success #form-message-success,
.sent-success .form-message-success {
        display: block;
}

.sent-error #form-message-error,
.sent-error .form-message-error {
        display: block;
}

.hubhood-report-popup #form-message-success,
.hubhood-report-popup #form-message-error,
.hubhood-claim-popup #form-message-success,
.hubhood-claim-popup #form-message-error,
.hubhood-appointment-popup #form-message-success,
.hubhood-appointment-popup #form-message-error,
.hubhood-report-popup .form-message-success,
.hubhood-report-popup .form-message-error,
.hubhood-claim-popup .form-message-success,
.hubhood-claim-popup .form-message-error,
.hubhood-appointment-popup .form-message-success,
.hubhood-appointment-popup .form-message-error {
        margin-top: 30px;
}

.hubhood-iconized-block-container {
        text-align: center;
        padding-left: 3px;
        padding-right: 3px;
}

.hubhood-iconized-block-container {
        font-size: 12px;
        width: calc(100% - 0px);
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        text-align: center;
        padding-top: 15px;
        padding-bottom: 15px;
}

.hubhood-price-discount-card .hubhood-price-discount-card-regular {
        white-space: nowrap;
}
 
.hubhood-iconized-block-wrapper.hubhood-listing-widget-content .row {
        display:flex;
        width: 100%;
}
 
.hubhood-iconized-block-wrapper.hubhood-listing-widget-content .row [class*="col-"] {
        display: flex;
        max-width: 30%;
        flex: 1 1 0;
        width: auto;
}

.hubhood-iconized-block-wrapper .fa {
        font-size: 18px;
}

.hubhood-listing-card .hubhood-iconized-block-wrapper .fa:before {
        font-size: 15px;
        color: #555;
}

.hubhood-iconized-block-wrapper .fa span {
        font-size: 15px;
}

.hubhood-iconized-block-content {
        font-size: 12px;
        width: calc(100% - 0px);
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        text-align: center;
}

.hubhood-iconized-block-content span {
        font-size: 13px;
}

.hubhood-iconized-block-wrapper .col-xs-3,
.hubhood-iconized-block-wrapper.hubhood-listing-widget-content {
        padding-left: 0 !important;
        padding-right: 0 !important;
}

.hubhood-iconized-block-wrapper.hubhood-listing-widget-content .row {
        margin-left: 0;
        margin-right: 0;
        padding-left: 4px;
        padding-right: 4px;
        padding-top: 15px;
        padding-bottom: 15px;
        justify-content: center;
}

.hubhood-iconized-block-wrapper.hubhood-listing-widget-content.hubhood-iconized-block-design-3 .row {
        padding-top: 0;
        padding-bottom: 0;
}

.hubhood-iconized-block-wrapper.hubhood-listing-widget-content.hubhood-iconized-block-design-3 .hubhood-iconized-block-container {
        padding-top: 0;
        padding-bottom: 0;
}

.hubhood-listing-columns .hubhood-iconized-block-wrapper.hubhood-listing-widget-content.hubhood-iconized-block-design-3 .hubhood-iconized-block-container {
        padding-top: 2px;
        padding-bottom: 2px;
}

.hubhood-iconized-block-design-2 .hubhood-iconized-block-content {
        color: #aaa;
        font-size: 12px;
}

.hubhood-iconized-block-design-1 .hubhood-iconized-block-container {
        padding-left: 4px;
        padding-right: 4px;
}

.hubhood-iconized-block-design-2 .fa span {
        background-color: #eee;
        padding: 1px 5px;
        font-size: 13px;
        white-space: nowrap;
        border-radius: 50px;
}

.hubhood-listing-card .hubhood-iconized-block-wrapper * {
        color: #252525;
}

.hubhood-listing-card .hubhood-iconized-block-design-2 .hubhood-iconized-block-content {
        color: #bbb;
}

.hubhood-listing-card .hubhood-iconized-block-wrapper.hubhood-listing-widget-content .row,
.hubhood-listing-card .hubhood-iconized-block-container {
        padding-top: 0;
        padding-bottom: 0;
}

.hubhood-listing-card .hubhood-listing-widget-content {
        padding-top: 11px;
        padding-bottom: 11px;
}

.hubhood-listing-card .hubhood-listing-widget-wrapper {
        z-index: 3;
}

.hubhood-design-1-b-2-3-c-8-k .hubhood-listing-card .hubhood-has-review-pre-footer ~ .hubhood-listing-widget-wrapper {
        margin-top: -30px;
}

.hubhood-listing-card .hubhood-listing-widget {
        margin-bottom: 0;
        box-shadow: 0 15px 20px rgb(0 0 0 / 10%);
        z-index: 3;
}

.hubhood-iconized-block-design-2 .fa {
        white-space: nowrap;
}

.hubhood-iconized-block-wrapper .col-xs-3 {
        width: 23%;
}

.hubhood-iconized-block-wrapper .col-xs-3.hubhood-iconized-block-area {
        width: 31%;
}

.hubhood-iconized-block-design-2 .hubhood-iconized-block-wrapper .col-xs-3 {
        width: 23%;
}

.hubhood-iconized-block-design-2 .hubhood-iconized-block-wrapper .col-xs-3.hubhood-iconized-block-area {
        width: 31%;
}

.hubhood-iconized-block-design-3 .fa span {
        display: block;
        font-size: 15px;
        background: transparent;
        margin-top: 15px;
        margin-bottom: 15px;
        padding-left: 2px;
        padding-right: 2px;
}

.hubhood-iconized-block-design-3 .hubhood-iconized-block-content {
        color: #bbb;
        font-size: 12px;
}

.hubhood-listing-widget-theme-color .hubhood-iconized-block-design-3 .hubhood-iconized-block-content {
        color: #fff;
}

.wp-gr.wpac {
        max-width: calc(100% + 10px) !important;
        width: calc(100% + 10px) !important;
}

.wp-gr .grw-slider .grw-slider-reviews {
        margin-left: 0 !important;
        margin-right: 0 !important;
}

.wp-gr .grw-slider:not(.wp-dark) .grw-slider-review-inner.grw-slider-review-border {
        box-shadow: 0 0 2px rgba(0,0,0,.07),0 2px 4px rgba(0,0,0,.14) !important;
}

.hubhood-google-reviews-section {
        box-shadow: 0 -15px 15px rgba(0,0,0,0.04) !important
}

.wp-gr .grw-row-m .grw-slider-header {
        padding-right: 10px !important;
        margin-left: 0 !important;
}

.wp-gr .grw-slider .grw-slider-header-inner {
        height: 236px !important;
        padding-top: 25px !important;
        margin-left: 0 !important;
        background: #fafafa!important;
        border-radius: 4px!important;
        top: -3px !important;
        box-shadow: 0 0 2px rgba(0,0,0,.07),0 2px 4px rgba(0,0,0,.14) !important;
}

.wp-gr .grw-slider .grw-slider-btns.grw-slider-prev,
.wp-gr .grw-slider .grw-slider-btns.grw-slider-next {
        left: auto !important;
        top: auto !important;
        bottom: 0 !important;
        right: 50px !important;
}

.wp-gr .grw-slider .grw-slider-btns.grw-slider-next {
        right: 4px !important;
}

.wp-gr .grw-slider .grw-slider-controls {
        top: auto !important;
        bottom: -40px !important;
        right: 12px !important;
        z-index: 2 !important;
}

.wp-gr .wp-google-left {
        margin-left: 0px !important;
        padding-left: 12px !important;
        padding-right: 9px !important;
}

.wp-gr.wpac .wp-google-name {
        padding-bottom: 5px !important;
}

.wp-gr .wp-google-powered {
        padding-top: 12px !important;
}

.grw-slider-header-inner  .wp-google-left {
        position: absolute !important;
        top: 0px !important;
        left: 0px !important;
        padding: 0 !important;
        width: 100% !important;
        padding-top: 38px !important;
        padding-top: 0 !important;
}

.wp-gr .wp-google-right {
        padding-left: 10px !important;
}

.wp-gr.wpac .grw-slider-header-inner .wp-google-right {
        padding-top: 0 !important;
}

.wp-gr.wpac a.wp-google-name {
        color: #252525 !important;
}

.wp-gr.wpac .wp-google-review .wp-google-stars {
        margin-left: 8px !important;
}

.wp-gr .grw-slider .wp-google-feedback {
        padding-left: 10px !important;
        padding-right: 5px !important;
}

.wp-gr .grw-slider .wp-google-feedback {
        margin-top: 8px !important;
}

.wp-gr .grw-slider-review .wp-google-left {
        margin-top: 5px !important;
}

.wp-gr .grw-slider .grw-slider-dots {
        display: none !important;
}

.wp-gr.wpac .grw-slider-header-inner  .wp-google-left img {
        display: none !important;
        border-radius: 5px 5px 0 0 !important;
        width: 100% !important;
        height: 106px !important;
        background-size: cover;
        background-position: center !important;
        box-shadow: 2000px 0 0 rgba(25,30,35,0.25) inset !important;
}

.wp-gr.wpac .grw-slider-header-inner .wp-google-name,
.wp-gr.wpac .grw-slider-header-inner .wp-google-name * {     
        display: block !important;  
        white-space: nowrap !important;  
        overflow: hidden;
        text-overflow: ellipsis;
        padding-right: 0 !important;
}

.wp-gr.wpac .grw-slider-header-inner .wp-google-right {
        width: 100% !important;
        display: block !important;
}

.wp-gr.wpac .grw-slider-header-inner .wp-google-right {
        text-align: center !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
}

.wp-gr .wp-google-powered img {
        box-shadow: none !important;
        padding: 3px 10px !important;
        max-width: 150px !important;
        border-radius: 30px !important;
        background: #fff !important;
        margin-top: 5px !important;
}

.wp-gr .wp-google-rating {
        font-size: 34px !important;
        line-height: 48px !important;
        display: block !important;
        margin: 0 !important;
        margin-top: 5px !important;
}

.grw-slider-prev *,
.grw-slider-next * {
        display: none !important;
}

.grw-slider-prev:before,
.grw-slider-next:before {
        font-family: FontAwesome;
        content: "\f053";
        display: inline-block;
        position: relative;
        line-height: 0;
        padding: 0;
        font-size: 14px;
        vertical-align: middle;
        -webkit-text-stroke-width: 0.001em;
        background: #fff;
        text-align: center;
        width: 40px;
        height: 40px;
        line-height: 41px;
        color: #252525;
        border-radius: 40px;
        font-weight: 800;
        box-shadow: 0 0 2px rgba(0,0,0,.12),0 2px 4px rgba(0,0,0,.24)!important;
}

.grw-slider-prev:before {
        padding-left: 0px;
}

.grw-slider-next:before {
        padding-left: 0px;
        content: "\f054";
}

.hubhood-style-card-edges-bit-rounded .wp-gr .grw-slider .grw-slider-header-inner,
.hubhood-style-card-edges-bit-rounded .wp-gr .grw-slider:not(.wp-dark) .grw-slider-review-inner.grw-slider-review-border {
        border-radius: 12px !important;
}

.hubhood-style-card-edges-rounded .wp-gr .grw-slider .grw-slider-header-inner,
.hubhood-style-card-edges-rounded .wp-gr .grw-slider:not(.wp-dark) .grw-slider-review-inner.grw-slider-review-border {
        border-radius: 20px !important;
}

.wp-gr .wp-google-left img {
        margin-right: 19px !important;
}

.wp-gr.wpac .grw-slider-header-inner .wp-google-right .wp-google-name span {
        font-size: 16px !important;
}

.wp-gr.wpac .wp-google-left img {
        border-radius: 50px 50px 18px 50px !important;
        box-shadow: none !important;
}

.hubhood-google-review-button-wrapper {
        position: relative;
        margin-top: -15px;
}

.hubhood-google-review-button {
        margin-left: -1px;
}

.wp-gr .wp-google-powered {
        height: 0;
        line-height: 0 !important;
        padding: 0 !important;
        margin: 0 !important;
        position: relative !important;
        top: 5px !important;
}

.wp-gr .wp-google-wr a.hubhood-google-review-button {
        border: 4px solid #ededed !important;
        padding: 4px 0 !important;
        height: auto !important;
        display: block;
        line-height: 1.875em !important;
        margin-top: 56px !important;
        text-align: center !important;
        background-color: #fff !important;
        color: #252525 !important;
        text-shadow: none !important;
        font-weight: 600 !important;
        border-radius: 4px !important;
        font-size: 16px !important;
        box-shadow: none !important;
        margin-left: -10px !important;
        width: calc(100% + 26px) !important;
        bottom: 0px !important;
        position: relative !important;
}

a[onclick*="rplg_leave_review_window"]:not([class*="hubhood-google-review-button"]) {
        display: none !important;
}

.hubhood-style-button-edges-bit-rounded .wp-gr .wp-google-wr a.hubhood-google-review-button {
        border-radius: 12px !important;
}

.hubhood-style-button-edges-rounded .wp-gr .wp-google-wr a.hubhood-google-review-button {
        border-radius: 27px !important;
}

.wp-gr .wp-google-wr a.hubhood-google-review-button svg {
        margin-right: 8px !important;
}

.hubhood-reviews-google-card-background-color-dark .wp-gr .grw-slider .grw-slider-header-inner,
.hubhood-reviews-google-card-background-color-company-dark .grw-slider-header .grw-slider-header-inner,
.hubhood-reviews-google-card-background-color-dark .wp-gr .grw-slider .grw-slider-review-inner,
.hubhood-reviews-google-card-background-color-dark .wp-gr .grw-slider:not(.wp-dark) .grw-slider-review-inner.grw-slider-review-border {
        background-color: rgb(25,30,35) !important;
}

.hubhood-reviews-google-card-background-color-dark .wp-gr .wp-google-wr a.hubhood-google-review-button,
.hubhood-reviews-google-card-background-color-company-dark .grw-slider-header a.hubhood-google-review-button {
        background-color: rgb(25,30,35) !important;
        color: #fff !important;
        border: 4px solid rgba(255,255,255,0.06) !important;
}

.hubhood-reviews-google-card-background-color-dark .wp-gr .wp-google-wr a.hubhood-google-review-button:hover,
.hubhood-reviews-google-card-background-color-company-dark .grw-slider-header a.hubhood-google-review-button:hover {
        background-color: var(--hubhood-color) !important;
        color: #fff !important;
        border: 4px solid var(--hubhood-color) !important;
}

.hubhood-reviews-google-card-background-color-dark .wp-gr.wpac .wp-google-name a,
.hubhood-reviews-google-card-background-color-company-dark .wp-gr.wpac .grw-slider-header .wp-google-name a,
.hubhood-reviews-google-card-background-color-dark .wp-gr.wpac a.wp-google-name {
        color: #fff !important;
}

.hubhood-reviews-google-card-background-color-dark .wp-gr .wp-google-text {
        color: #e1e1e1 !important;
}

#page .textwidget .wp-google-right span {
        display: unset;
}

@media (max-width: 1399px) {
        .wp-gr .grw-row-s .grw-slider-header {
                padding-right: 10px !important;
        }
}

@media (max-width: 768px) {
        .wp-gr .grw-slider .grw-slider-header-inner {
                margin-left: 10px !important;
                width: calc(100% - 20px) !important;
        }
}

/*******************************************************************************
16 - Single Blog Article
*******************************************************************************/

.post-content a img,
.page-content a img {
        padding: 0;
}

.hubhood-single-block img {
        z-index: 1;
        position: relative;
}

.hubhood-author-block.hubhood-no-author-details .text-left {
        text-align: center;
}

.hubhood-author-block.hubhood-no-author-details .author-avatar.pull-left {
        float: none !important; /* Needed to have priority over JavaScript attribution */
        display: block;
        left: 50%;
        margin-left: -50px;
        margin-right: auto;
        margin-bottom: 60px;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
}

.author-avatar {
        position: relative;
        margin-bottom: 40px;
        width: 100px;
        height: 100px;
        border-radius: 50%;
        background-color: transparent;
        background-position: center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        display: inline-block;
}

.avatar.photo {
        border-radius: 50%;
}

.grav-clone-a img {
        opacity: 0;
}

.hubhood-author-name {
        display: inline-block;
        font-size: 14px;
        margin-bottom: 5px;
        margin-left: 0;
}

.hubhood-author-block .post-meta:before,
.comment-header .post-meta:before {
        padding: 0 10px 0 2px;
        font-size: 16px;
        position: relative;
        top: -2px;
}

.hubhood-author-block .hubhood-author-name {
        color: #252525;
}

.hubhood-no-author-details .hubhood-author-name {
        margin-top: 12px;
        margin-bottom: 0;
}

.hubhood-author-block.hubhood-no-author-details .hubhood-author-name ~ .post-meta {
        padding-top: 0;
}

.hubhood-author-block .post-meta:before {
        padding: 0 7px 0 7px;
}

.hubhood-author-block .hubhood-post-meta-wrapper .post-meta:before {
        padding-left: 0;
}

.hubhood-author-stats {
        position: absolute;
        width: 100%;
        top: 78px;
        z-index: 2;
        text-align: center;
}

.hubhood-author-stats div + div {
        margin-top: 20px;
}

.hubhood-author-stats .hubhood-post-counter {
        position: relative;
        display: inline-block;
        width: 40px;
        height: 40px;
        line-height: 40px;
        border-radius: 50%;
        top: 5px;
        box-shadow: 0 0 15px rgba(0,0,0,0.12);
        background: rgba(255,255,255,1);
        background: -moz-linear-gradient(top, rgba(255,255,255,1) 45%, rgba(255,255,255,0) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(45%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,0)));
        background: -webkit-linear-gradient(top, rgba(255,255,255,1) 45%, rgba(255,255,255,0) 100%);
        background: -o-linear-gradient(top, rgba(255,255,255,1) 45%, rgba(255,255,255,0) 100%);
        background: -ms-linear-gradient(top, rgba(255,255,255,1) 45%, rgba(255,255,255,0) 100%);
        background: linear-gradient(to bottom, rgba(255,255,255,1) 45%, rgba(255,255,255,0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
}

.hubhood-post-social-share-wrapper,
.hubhood-post-content-header-background-wrapper {
        position: relative;
        z-index: 5;
}

.hubhood-post-social-share-wrapper .col-sm-12,
.hubhood-post-content-header-background-wrapper .col-sm-12 {
        height: 100%;
}

.hubhood-post-social-share-wrapper {
        z-index: 6;
        top: 0;
}

.hubhood-post-social-share-inner {
        display: inline-block;
        position: relative;
        margin: 0 auto;
        padding: 0;
}

.hubhood-post-social-share-label {
        position: absolute;
        width: 100%;
        margin-top: -56px;
        left: 0;
        color: #252525;
        text-transform: uppercase;
        text-align: center;
        font-size: 15px;
        font-weight: 600;
        display: none;
}

.hubhood-post-content-header-background-wrapper ~ div {
        position: relative;
        z-index: 6;
}

.hubhood-post-content-header-background-inner {
        background: #ffffff;
        border-radius: 15px 15px 0 0;
        box-shadow: 0 -50px 50px rgba(0,0,0,0.05), 0 -50px 50px rgba(0,0,0,0.05);
}

.hubhood-post-social-share,
.hubhood-post-content-header-background-inner {
        position: absolute;
        width: 100%;
        text-align: center;
}

.hubhood-post-social-share {        
        position: relative;
        width: 100%;
        height: 100%;
        margin-top: -280px;
        margin-bottom: -30px;
        padding: 90px 0 0 0;
        border-radius: 4px;
        width: 100%;
}

.hubhood-single-no-cover ~ #primary .hubhood-post-social-share {
        margin-top: 0;
        padding-top: 0;
        margin-bottom: 90px;
}

.hubhood-single-no-cover ~ #primary .hubhood-post-social-share ul li i {
        box-shadow: 3px 3px 10px rgb(0 0 0 / 15%);
}

.hubhood-single-no-cover.hubhood-block-padding-bottom-default-6x.hubhood-single-header {
        padding-bottom: 90px;
}

.hubhood-social-share-options {
        display: inline-block;
}

.single #main ul.hubhood-social-share-options {
        margin: 0 auto;
        padding: 0;
}

.single #main .hubhood-post-social-share ul {
        list-style: none;
        font-size: 0;
        text-align: center;
        margin-top: -20px;
}

.hubhood-post-social-share ul li {
        display: inline-block;
        font-size: 16px;
        margin: 0 15px;
        margin-top: 20px;
        min-width: 70px;
}

.hubhood-post-social-share ul li i {
        display: inline-block;
        position: relative;
        font-size: 14px;
        margin: 0;
        margin-bottom: 25px;
        padding: 0;
        width: 48px;
        height: 48px;
        border-radius: 50%;
        background-color: transparent;
        box-shadow: none;
}

.hubhood-post-social-share ul li a {
        color: #252525;
}

body:not(.page-template-front-page):not(.single-job_listing) .navbar-header,
.hubhood-screen-scrolled .navbar-header,
.hubhood-no-wp-job-manager .navbar-header,
.hubhood-no-addons .navbar-header {
        background-color : rgb(25, 30, 35);
}

body.hubhood-screen-scrolled:not(.page-template-front-page):not(.single-job_listing) .navbar-header,
.hubhood-screen-scrolled .navbar-header,
.hubhood-header-topbar-background-color-dark.dark-only .navbar-header {
        background-color : rgba(25, 30, 35, 100%);
}

body.hubhood-header-topbar-background-color-light.hubhood-screen-scrolled:not(.page-template-front-page):not(.single-job_listing) .navbar-header,
.hubhood-header-topbar-background-color-light.hubhood-screen-scrolled .navbar-header,
body.hubhood-header-topbar-background-color-light:not(.page-template-front-page):not(.single-job_listing) .navbar-header,
.hubhood-header-topbar-background-color-light.hubhood-screen-scrolled .navbar-header,
.hubhood-header-topbar-background-color-light.hubhood-no-wp-job-manager .navbar-header,
.hubhood-header-topbar-background-color-light.hubhood-no-addons .navbar-header,
.hubhood-header-topbar-background-color-light.light-only .navbar-header {
        background-color : #ffffff;
}

body.hubhood-header-topbar-background-color-primary.hubhood-screen-scrolled:not(.page-template-front-page):not(.single-job_listing) .navbar-header,
.hubhood-header-topbar-background-color-primary.hubhood-screen-scrolled .navbar-header,
body.hubhood-header-topbar-background-color-primary:not(.page-template-front-page):not(.single-job_listing) .navbar-header,
.hubhood-header-topbar-background-color-primary.hubhood-screen-scrolled .navbar-header,
.hubhood-header-topbar-background-color-primary.hubhood-no-wp-job-manager .navbar-header,
.hubhood-header-topbar-background-color-primary.hubhood-no-addons .navbar-header,
.hubhood-header-topbar-background-color-primary.primary-only .navbar-header {
        background-color : var(--hubhood-color);
}

body.hubhood-header-topbar-background-color-light.hubhood-screen-scrolled:not(.page-template-front-page):not(.single-job_listing) .navbar-header,
.hubhood-header-topbar-background-color-light.hubhood-screen-scrolled .navbar-header,
body.hubhood-header-topbar-background-color-light:not(.page-template-front-page):not(.single-job_listing) .navbar-header,
.hubhood-header-topbar-background-color-light.hubhood-screen-scrolled .navbar-header,
.hubhood-header-topbar-background-color-light.hubhood-no-wp-job-manager .navbar-header,
.hubhood-header-topbar-background-color-light.hubhood-no-addons .navbar-header {
        box-shadow: 0 0 30px rgb(0 0 0 / 6%);
}

body.hubhood-header-topbar-background-color-light:not(.page-template-front-page):not(.single-job_listing) .hubhood-popup .navbar-header,
body.hubhood-header-topbar-background-color-dark:not(.page-template-front-page):not(.single-job_listing) .hubhood-popup .navbar-header,
body:not(.page-template-front-page):not(.single-job_listing) .hubhood-popup .navbar-header,
.hubhood-screen-scrolled .hubhood-popup .navbar-header,
.hubhood-header-topbar-background-color-light.hubhood-screen-scrolled .hubhood-popup .navbar-header,
.hubhood-no-wp-job-manager .hubhood-popup .navbar-header,
.hubhood-no-addons .hubhood-popup .navbar-header,
.hubhood-header-topbar-background-color-light.light-only .hubhood-popup .navbar-header,
.hubhood-header-topbar-background-color-dark.dark-only .hubhood-popup .navbar-header {
        background-color : transparent;
        box-shadow: none;
}

.hubhood-screen-scrolled.hubhood-header-topbar-background-color-light .navbar-dark .navbar-nav > li > .nav-link,
.hubhood-screen-scrolled.hubhood-header-topbar-background-color-light .hubhood-header-menu .hubhood-search-icon,
body.hubhood-header-topbar-background-color-light:not(.page-template-front-page):not(.single-job_listing) .navbar-header .navbar-nav > li > .nav-link,
body.hubhood-header-topbar-background-color-light:not(.page-template-front-page):not(.single-job_listing) .hubhood-header-menu .hubhood-search-icon,

body.hubhood-header-topbar-background-color-light:not(.page-template-front-page):not(.single-job_listing) .hubhood-dark-header,
body.hubhood-header-topbar-background-color-light:not(.page-template-front-page):not(.single-job_listing) .hubhood-dark-header .navbar-nav > li > .nav-link,
body.hubhood-header-topbar-background-color-light:not(.page-template-front-page):not(.single-job_listing) .hubhood-dark-header .navbar-default .navbar-brand,
body.hubhood-header-topbar-background-color-light:not(.page-template-front-page):not(.single-job_listing) .navbar-nav>.nav-link,
body.hubhood-header-topbar-background-color-light:not(.page-template-front-page):not(.single-job_listing) .navbar-default .navbar-brand span,

.hubhood-screen-scrolled.hubhood-header-topbar-background-color-light .hubhood-dark-header,
.hubhood-screen-scrolled.hubhood-header-topbar-background-color-light .hubhood-dark-header .navbar-nav > li > .nav-link,
.hubhood-screen-scrolled.hubhood-header-topbar-background-color-light .hubhood-dark-header .navbar-default .navbar-brand,
.hubhood-screen-scrolled.hubhood-header-topbar-background-color-light .navbar-default .navbar-brand span,

.hubhood-header-topbar-background-color-light.light-only .hubhood-dark-header,
.hubhood-header-topbar-background-color-light.light-only .hubhood-dark-header .navbar-nav > li > .nav-link,
.hubhood-header-topbar-background-color-light.light-only .hubhood-dark-header .navbar-default .navbar-brand,
.hubhood-header-topbar-background-color-light.light-only .navbar-default .navbar-brand span {
        color       : #252525;
        text-shadow : none;
}

.hubhood-header-topbar-background-color-light .hubhood-popup .navbar-header,
.hubhood-header-topbar-background-color-dark .hubhood-popup .navbar-header {
        background-color: transparent !important;
        box-shadow: none !important;
}

.hubhood-screen-scrolled.hubhood-header-topbar-background-color-light .hubhood-header-menu .hubhood-search-icon,
.hubhood-header-topbar-background-color-light.light-only .hubhood-header-menu .hubhood-search-icon,
body.hubhood-header-topbar-background-color-light:not(.page-template-front-page):not(.single-job_listing) .hubhood-header-menu .hubhood-search-icon {
        border: 4px solid #f1f1f1;
}

.hubhood-screen-scrolled.hubhood-header-topbar-background-color-light .hubhood-header-menu .hubhood-search-icon:before,
.hubhood-header-topbar-background-color-light.light-only .hubhood-header-menu .hubhood-search-icon:before,
body.hubhood-header-topbar-background-color-light:not(.page-template-front-page):not(.single-job_listing) .hubhood-header-menu .hubhood-search-icon:before {
        text-shadow : none;
}

.navbar-brand .hubhood-logo.hubhood-logo-light-background {
        display: none;
}

body.hubhood-header-topbar-background-color-light:not(.page-template-front-page):not(.single-job_listing) .navbar-brand .hubhood-logo.hubhood-logo-light-background,
.hubhood-screen-scrolled.hubhood-header-topbar-background-color-light .navbar-brand .hubhood-logo.hubhood-logo-light-background,
.hubhood-header-topbar-background-color-light.light-only .navbar-brand .hubhood-logo.hubhood-logo-light-background {
        display: inline-block;
}

body.hubhood-header-topbar-background-color-light:not(.page-template-front-page):not(.single-job_listing) .hubhood-logo-dark-background,
.hubhood-screen-scrolled.hubhood-header-topbar-background-color-light .hubhood-logo-dark-background,
.hubhood-header-topbar-background-color-light.light-only .hubhood-logo-dark-background {
        display: none;
}

.hubhood-single-blog-header-title-wrapper,
.hubhood-single-categories {
        text-align : center;
}

.hubhood-single-categories {
        font-size : 0;
        margin-bottom: 20px;
}

.hubhood-single-categories .hubhood-featured-ribbon {
        background-color : #252525;
        color            : #fff;
        margin           : 0 15px 20px 15px;
}

.hubhood-single-categories .hubhood-featured-ribbon {
        background-color : #fff;
        color            : #252525;
        margin           : 0 15px 20px 15px;
}

.hubhood-single-blog-header-title-wrapper .hubhood-single-categories .hubhood-featured-ribbon {
        background-color : #252525;
        color            : #fff;
        margin           : 0 5px 10px 5px;
}

.hubhood-single-categories .hubhood-featured-ribbon:hover {
        background-color : var(--hubhood-color);
        text-shadow      : 1px 1px 0 rgb(0 0 0 / 35%);
        color            : #fff;
}

.hubhood-single-blog-header-title {
        color       : #fff;
        margin      : 0;
        margin      : 0;
        text-shadow : 1px 1px 0 rgb(0 0 0 / 70%);
}

.hubhood-single-blog-header-title-wrapper .hubhood-single-blog-header-title {
        color       : #252525;
        text-shadow : none;
}

.hubhood-blog-category-icons-wrapper {
        position : absolute;
        top      : 0;
        left     : 0;
        width    : 100%;
}

.hubhood-single-blog-header-title-wrapper .hubhood-card-meta {
        opacity : 1;
}

.hubhood-single-blog-header-title-wrapper .hubhood-card-meta-content,
.hubhood-single-blog-header-title-wrapper .hubhood-card-meta-content a,
.hubhood-single-blog-header-title-wrapper .hubhood-card-meta-content:before {
        color       : #252525;
        text-shadow : none;
}

.hubhood-single-blog-header-title-wrapper .hubhood-card-meta-content a:hover,
.hubhood-single-blog-header-title-wrapper .hubhood-card-author a:hover {
        color : var(--hubhood-color);
}

.hubhood-hubhood-blog-category-icon-item {
        position : absolute;
        width    : 240px;
        margin   : 0 auto;
        left     : calc(50% - 120px);
        top      : -120px;
}

.hubhood-hubhood-blog-category-icon-1-of-2 {
        left : calc(50% - 260px);
}

.hubhood-hubhood-blog-category-icon-2-of-2 {
        left : calc(50% + 20px);
}

.hubhood-hubhood-blog-category-icon-2-of-3 {
        left : calc(50% - 400px);
}

.hubhood-hubhood-blog-category-icon-3-of-3 {
        left : calc(50% + 160px);
}

.hubhood-hubhood-blog-category-icon-1-of-4 {
        left : calc(50% - 540px);
}

.hubhood-hubhood-blog-category-icon-2-of-4 {
        left : calc(50% - 260px);
}

.hubhood-hubhood-blog-category-icon-3-of-4 {
        left : calc(50% + 20px);
}

.hubhood-hubhood-blog-category-icon-4-of-4 {
        left : calc(50% + 300px);
}

.hubhood-no-heading-image.hubhood-has-category-icon {
        background-color : rgb(25, 30, 35);
        color            : #fff;
        border-radius    : 4px;
        padding          : 200px 30px 90px 30px;
        margin-top       : 120px;
}

.hubhood-basic-blog-single-header .hubhood-no-heading-image.hubhood-has-category-icon {
        position         : absolute;
        top              : -90px;
        left             : 0;
        width            : 100%;
        z-index          : 500;
        background-color : transparent;
        margin           : 0;
        padding          : 0;
}

.hubhood-blog-category-icon {
        display  : inline-block;
        position : absolute;
        top      : 120px;
        left     : 0
}

.hubhood-blog-category-icon-dark {
        z-index  : 500;
        top      : 0;
        height   : 120px;
        overflow : hidden;
}

.hubhood-blog-category-icon:before {
        width         : 240px;
        height        : 240px;
        color         : #fff;
        border        : 10px solid #fff;
        border-radius : 500px;
        position      : relative;
        font-size     : 130px;
        line-height   : 220px !important;
        position      : relative;
        top           : -120px;
}

.hubhood-blog-category-icon.hubhood-blog-category-icon-light.hubhood-icon-hidden-border-bottom {
        box-shadow : none;
}

.hubhood-blog-category-icon.hubhood-blog-category-icon-light.hubhood-icon-hidden-border-bottom:before {
        border : 10px solid transparent;
}

.hubhood-blog-category-icon-light {
        box-shadow    : 0 5px 30px rgb(0 0 0 / 20%), 0px 0px 30px rgb(0 0 0 / 45%) inset;
        height        : 120px;
        border-radius : 0 0 500px 500px;
        overflow      : hidden;
}

.hubhood-blog-category-icon-light:before {
        text-shadow : 7px 7px 10px rgba(0, 0, 0, 0.12), -7px 7px 10px rgba(0, 0, 0, 0.12);
}

.hubhood-blog-category-icon.hubhood-blog-category-icon-dark:before {
        top : 0;
}

.hubhood-tiny-category-icons .hubhood-blog-category-icon:before {
        border    : 5px solid #fff;
        font-size : 64px;
}

.hubhood-blog-category-icon.hubhood-blog-category-icon-dark:before {
        border : 10px solid #252525;
        color  : #252525;
}

.hubhood-blog-category-icon.hubhood-blog-category-icon-dark.hubhood-icon-hidden-border-top:before {
        border : 10px solid transparent;
}

.hubhood-tiny-category-icons .hubhood-blog-category-icon.hubhood-blog-category-icon-dark:before {
        border : 5px solid #252525;
}

.hubhood-featured-single-image {
        margin-top    : 90px;
        padding       : 0 60px;
        border-radius : 4px;
}

.hubhood-featured-single-image:before {
        content       : "";
        position      : absolute;
        top           : 20px;
        opacity       : 0;
        left          : 20px;
        width         : calc(100% - 40px);
        height        : calc(100% - 40px);
        border        : 10px solid #fff;
        border-radius : 10px;
        box-shadow    : 0 0 15px rgba(0, 0, 0, 0.6), 0 0 15px rgba(0, 0, 0, 0.6) inset;
}

.hubhood-basic-blog-single-header .hubhood-single-blog-header-title-wrapper .hubhood-featured-single-image {
        margin-top : 230px;
}

.hubhood-basic-blog-single-header .hubhood-single-blog-header-title-wrapper .hubhood-featured-single-image.hubhood-no-heading-icons {
        margin-top  : 90px;
        padding-top : 0;
}

.hubhood-single-blog-header-title-wrapper .hubhood-featured-single-image.hubhood-no-heading-icons img {
        margin-top : 0;
}


.hubhood-single-header-design-1 .hubhood-featured-single-image {
        margin-bottom : -60px;
}

.hubhood-single-header-design-3 .hubhood-featured-single-image {
        margin-bottom : -90px;
        margin-left   : -120px;
        margin-right  : -120px;
}

.hubhood-single-blog-header-title-wrapper .hubhood-featured-single-image {
        padding       : 90px 0 0 0;
        border-radius : 4px;
        width: calc(100% - 180px);
        margin-left: auto;
        margin-right: auto;
}

.hubhood-pagination-section {
        box-shadow: none;
}

.hubhood-single-blog-header-title-wrapper .hubhood-featured-single-image img {
        position      : relative;
        border-radius : 4px;
        z-index       : 15;
}

.hubhood-style-general-edges-rounded .hubhood-single-blog-header-title-wrapper .hubhood-featured-single-image img {
        border-radius : 20px;
} 

.hubhood-featured-single-image:after {
        content       : "";
        position      : absolute;
        top           : 30px;
        left          : 15px;
        width         : calc(100% - 30px);
        height        : calc(100% + 15px);
        border        : 10px solid #aaa;
        border-radius : 10px;
        opacity       : 0;
}

.hubhood-featured-single-image img {
        width         : 100%;
        border-radius : 4px;
        box-shadow    : 0 0 90px rgb(0 0 0 / 30%), 0 0 30px rgb(0 0 0 / 5%);
}

.hubhood-single-header-design-2~.hubhood-featured-single-image img {
        box-shadow : 0 0 90px rgba(0, 0, 0, 0.2), 0 0 30px rgba(0, 0, 0, 0.2);
}

.hubhood-has-heading-image.hubhood-has-category-icon.hubhood-single-header-design-2 {
        position   : absolute;
        z-index    : 10;
        top        : -120px;
        box-shadow : 0 150px 90px -100px rgb(0 0 0 / 0%);
        background : rgba(15, 20, 25, 0.75);
        background : -moz-linear-gradient(top, rgba(15, 20, 25, 0.75) 0%, rgba(15, 20, 25, 0.55) 51%, rgba(15, 20, 25, 0) 100%);
        background : -webkit-gradient(left top, left bottom, color-stop(0%, rgba(15, 20, 25, 0.75)), color-stop(51%, rgba(15, 20, 25, 0.55)), color-stop(100%, rgba(15, 20, 25, 0)));
        background : -webkit-linear-gradient(top, rgba(15, 20, 25, 0.75) 0%, rgba(15, 20, 25, 0.55) 51%, rgba(15, 20, 25, 0) 100%);
        background : -o-linear-gradient(top, rgba(15, 20, 25, 0.75) 0%, rgba(15, 20, 25, 0.55) 51%, rgba(15, 20, 25, 0) 100%);
        background : -ms-linear-gradient(top, rgba(15, 20, 25, 0.75) 0%, rgba(15, 20, 25, 0.55) 51%, rgba(15, 20, 25, 0) 100%);
        background : linear-gradient(to bottom, rgba(15, 20, 25, 0.75) 0%, rgba(15, 20, 25, 0.55) 51%, rgba(15, 20, 25, 0) 100%);
        filter     : progid:DXImageTransform.Microsoft.gradient(startColorstr='#0f1419', endColorstr='#0f1419', GradientType=0);
}

.hubhood-has-heading-image.hubhood-has-category-icon:after {
        content       : "";
        position      : absolute;
        bottom        : 0;
        left          : 0;
        width         : 100%;
        opacity       : 0;
        height        : 60px;
        border-bottom : 10px dashed rgba(255, 255, 255, 0.3);
}

.hubhood-written-by {
        margin-bottom : 15px;
}

.hubhood-article-featured-image-footer .hubhood-card-author {
        font-size   : 16px;
        font-weight : 600;
        text-shadow : 1px 1px 0 rgba(0, 0, 0, 0.7);
}

.hubhood-article-featured-image-footer .hubhood-card-author a {
        font-size : 20px;

}

.hubhood-article-featured-image-footer .hubhood-signature-icon {
        position         : absolute;
        background-color : #fff;
        color            : #252525;
        text-shadow      : none;
        border-radius    : 50px;
        width            : 60px;
        height           : 60px;
        padding-left     : 6px;
        line-height      : 60px;
        top              : -81px;
        left             : calc(50% - 30px);
        box-shadow       : 0 0 90px rgba(0, 0, 0, 0.35);
        font-size        : 30px;
}

.hubhood-article-featured-image-footer {
        position         : absolute;
        left             : 0;
        bottom           : -90px;
        width            : 100%;
        border-top       : 0px solid #fff;
        z-index          : 10;
        font-weight      : 600;
        text-align       : center;
        padding          : 45px 30px 30px 30px;
        background-color : rgba(0, 0, 0, 0.2);
        box-shadow       : 0 -60px 60px -40px rgb(0 0 0 / 10%);
        border-top       : 10px solid #fff;
        border-radius    : 0 0 20px 20px;
        z-index          : 20;
}

.hubhood-article-featured-image-footer {
        bottom     : -90px;
        padding    : 55px 30px 45px 30px;
        border-top : 10px solid transparent;
}

.hubhood-article-featured-image-footer .hubhood-signature-icon {
        top : -95px;
}

.hubhood-blog-header-image-design-2 .hubhood-single-blog-header-title-wrapper .hubhood-featured-single-image:before {
        position         : absolute;
        top              : 60px;
        left             : 90px;
        width            : calc(100% - 180px);
        height           : calc(100% - 100px);
        border-radius    : 20px;
        background-color : transparent;
        border           : 10px solid #fff;
        opacity          : 1;
        z-index          : 20;
        box-shadow       : 0 0 10px rgb(0 0 0 / 20%);
}

.hubhood-blog-header-image-design-2 .hubhood-article-featured-image-footer .hubhood-signature-icon {
        top : -90px;
}

.hubhood-blog-header-image-design-2 .hubhood-article-featured-image-footer {
        bottom     : -90px;
        padding    : 55px 30px 45px 30px;
        box-shadow : none;
        border-top : 10px solid transparent;
}

.hubhood-blog-header-image-design-2 .hubhood-article-featured-image-footer {
        background-color : transparent;
}

.hubhood-article-featured-image-footer *,
.hubhood-single-blog-header-title-wrapper .hubhood-article-featured-image-footer .hubhood-card-meta-content,
.hubhood-single-blog-header-title-wrapper .hubhood-article-featured-image-footer .hubhood-card-meta-content:before {
        color       : #fff;
        text-shadow : 1px 1px 0 rgba(0, 0, 0, 0.6);
}

.hubhood-single-blog-header-title-wrapper .hubhood-article-featured-image-footer .hubhood-card-meta-content:before,
.hubhood-article-featured-image-footer .hubhood-meta-dot {
        display : none;
}

.hubhood-single-has-cover .hubhood-single-blog-header-title-wrapper ~ .hubhood-single-blog-featured-text {
        z-index: 20;
        box-shadow: 0 0 20px rgb(0 0 0 / 40%), 0 -40px 50px -20px rgb(0 0 0 / 65%);
}

.hubhood-single-blog-featured-text .hubhood-wavy-separator {
        display: none;
}

.hubhood-single-has-cover .hubhood-single-blog-header-title-wrapper ~ .hubhood-single-blog-featured-text .hubhood-wavy-separator {
        position: absolute;
        z-index: 5;
        width: 100%;
        max-width: 260px;
        top: -22px;
        left: 50%;
        transform: translate(-50%);
        display: inline-block;
}

.hubhood-single-blog-featured-text .hubhood-wavy-separator:before {
        width: 100%;
        max-width: 260px;
}

.hubhood-single-has-cover .hubhood-single-blog-header-title-wrapper ~ .hubhood-single-blog-featured-text:before {
        content: "";
        position: absolute;
        top: -346px;
        left: 0;
        width: 100%;
        height: 350px;
        background: rgba(25,30,35,0);
        opacity: 0;
        display: none;
        background: -moz-linear-gradient(top, rgba(25,30,35,0) 0%, rgba(25,30,35,0) 16%, rgba(26,29,35,1) 96%, rgba(26,29,35,1) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(25,30,35,0)), color-stop(16%, rgba(25,30,35,0)), color-stop(96%, rgba(26,29,35,1)), color-stop(100%, rgba(26,29,35,1)));
        background: -webkit-linear-gradient(top, rgba(25,30,35,0) 0%, rgba(25,30,35,0) 16%, rgba(26,29,35,1) 96%, rgba(26,29,35,1) 100%);
        background: -o-linear-gradient(top, rgba(25,30,35,0) 0%, rgba(25,30,35,0) 16%, rgba(26,29,35,1) 96%, rgba(26,29,35,1) 100%);
        background: -ms-linear-gradient(top, rgba(25,30,35,0) 0%, rgba(25,30,35,0) 16%, rgba(26,29,35,1) 96%, rgba(26,29,35,1) 100%);
        background: linear-gradient(to bottom, rgba(25,30,35,0) 0%, rgba(25,30,35,0) 16%, rgba(26,29,35,1) 96%, rgba(26,29,35,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#191e23', endColorstr='#1a1d23', GradientType=0 );
}

.hubhood-first-user-interaction .hubhood-single-has-cover .hubhood-single-blog-header-title-wrapper ~ .hubhood-single-blog-featured-text:before {
        opacity: 1;
}

.hubhood-single-blog-content-wrapper {
        position         : relative;
        z-index          : 5;
        background-color : #fff;
}

.hubhood-post-content-content-background-header {
        position      : absolute;
        z-index       : 0;
        top           : 0;
        left          : 0;
        width         : 100%;
        height        : 400px;
        border-radius : 15px 15px 0 0;
        box-shadow    : 0 -50px 50px rgba(0, 0, 0, .05), 0 -50px 50px rgba(0, 0, 0, .05);
}

.hubhood-single-blog-featured-text {
        width            : calc(100% - 180px);
        margin           : -4px auto 0;
        background-color : rgb(25, 30, 35);
        border-radius    : 4px;
        color            : #fff;
        padding          : 90px;
        text-align       : center;
        padding-top      : 100px;
        z-index: 50;
}

.hubhood-style-general-edges-rounded .hubhood-single-blog-featured-text {
        border-radius : 20px;
} 

.hubhood-single-no-cover .hubhood-single-blog-featured-text {
        width       : calc(100% - 180px);
        margin-top  : 90px;
        padding-top : 90px;
}

.hubhood-blog-article-no-featured-image .hubhood-single-blog-featured-text {
        margin-top  : 90px;
        padding-top : 90px;
}

.hubhood-single-blog-featured-text h3 {
        color: #fff;
        margin: 0;
        font-size: 20px;
        font-weight: 600;
        line-height: 1.875;
}

.hubhood-single-blog-content-section .hubhood-capitalize-first-letter>p:first-child::first-letter {
        float            : left;
        position         : relative;
        font-size        : 100px;
        padding-right    : 3px;
        line-height      : 68px;
        font-weight      : 600;
        background-color : rgb(25, 30, 35);
        color            : #fff;
        border-radius    : 4px;
        padding          : 30px;
        margin-top       : 10px;
        margin-right     : 25px;
}

.hubhood-style-general-edges-rounded .hubhood-single-blog-content-section .hubhood-capitalize-first-letter>p:first-child::first-letter {
        border-radius : 20px;
} 

.hubhood-hero-gallery-wrapper {
        position: relative;
        display: flex;
        margin-top: 90px;
        width: calc(100% - 180px);
        left: 50%;
        transform: translate(-50%,0);
        flex-wrap: wrap;
        border-radius: 4px;
        overflow: hidden;
        box-shadow: 0px 0 35px rgb(0 0 0 / 20%), 0px -30px 65px rgb(0 0 0 / 8%);
}

.hubhood-style-general-edges-rounded .hubhood-hero-gallery-wrapper {
        border-radius: 20px;
        overflow: hidden;
}

.hubhood-heading-gallery-first-col,
.hubhood-heading-gallery-second-col,
.hubhood-heading-gallery-third-col {
        display: flex;
        width: 50%;
        flex-wrap: wrap;
}

.hubhood-heading-gallery-third-col {
        width: 100%;
}

.hubhood-hero-gallery .gallery-item {        
        -webkit-flex-grow: 1;
        -ms-flex-grow: 1;
        flex-grow: 1;
        box-shadow: 2000px 0 0 rgba(0,0,0,0.2);
}

.hubhood-hero-gallery .gallery-item {        
        -webkit-flex-grow: 1;
        -ms-flex-grow: 1;
        flex-grow: 1;
        box-shadow: -30px -30px 30px -15px rgb(0 0 0 / 20%);
}

.hubhood-heading-image-post {
        width: 100%;
}

.hubhood-hero-gallery .gallery-item a {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
}

.hubhood-hero-gallery .hubhood-heading-gallery-first-col .gallery-item {
        display: flex;
        width: 100%;
        padding-bottom: 200%;
}

.hubhood-heading-gallery-second-col {
        z-index: 2;
}

.hubhood-heading-gallery-third-col {
        z-index: 3;
}

.hubhood-hero-gallery .hubhood-heading-gallery-second-col .gallery-item {
        display: flex;
        width: 100%;
        padding-bottom: 33.33333333%;
}

.hubhood-hero-gallery .hubhood-heading-gallery-third-col .gallery-item {
        display: flex;
        width: 50%;
        padding-bottom: 33.33333333%;
}

.hubhood-hero-gallery-count-2 .hubhood-heading-gallery-first-col .gallery-item {
        padding-bottom: 100%;
}

/*******************************************************************************
17 - Glide Slide
*******************************************************************************/

.hubhood-no-wp-job-manager .hubhood-hero-slider-container-wrapper,
.hubhood-no-addons .hubhood-hero-slider-container-wrapper {
        margin-bottom: 0 !important;
}

.hubhood-search-filter-button.fa-sliders-v-square {
        margin-right : 0;
        right        : -4px;
}

.hubhood-search-filter-button.fa-sliders-v-square:before {
        font-size : 42px;
}

.hubhood-hero-slider {
        position      : absolute;
        width         : 100%;
        height        : 100%;
        top           : 0;
        left          : 0;
        border-radius : 10px;
}

.single .hubhood-hero-slider {
        position: fixed;
        height: 100%;
}

.hubhood-hero-slider-wrapper {
        position          : relative;
        left              : calc(50% + 15px);
        width             : 90000px;
        text-align        : center;
        min-width         : calc(100% - var(--bs-gutter-x));
        white-space       : nowrap;
        overflow-x        : visible;
        font-size         : 0;
        -webkit-transform : translate(-50%, 0);
        transform         : translate(-50%, 0);
}

.hubhood-hero-slider-wrapper {
        left              : 0;
        -webkit-transform : translate(0, 0);
        transform         : translate(0, 0);
        width             : 100%;
        height            : 100%;
}

.hubhood-hero-slider-full-width .hubhood-hero-slider-wrapper {
        left              : 0;
        -webkit-transform : translate(0, 0);
        transform         : translate(0, 0);
        width             : 100%;
        height            : 100%;
}

.hubhood-hero-slide {
        position            : relative;
        display             : inline-block;
        vertical-align      : top;
        width               : 100%;
        height              : 100%;
        white-space         : normal;
        background-color    : #252525;
        background-repeat   : no-repeat;
        background-position : center center;
        background-size     : cover;
}

.hubhood-hero-slider-container-wrapper:not(.hubhood-hero-slider-full-width) .hubhood-more-padding-footer .hubhood-hero-slide {
        padding : 40px 30px 140px 30px;
}

.hubhood-hero-content-inner {
        position : relative;
        padding  : 90px 0 90px 0;
        min-height: 260px;
}

.hubhood-hero-slider-full-width .hubhood-hero-slide {
        left : 0;
        background-attachment: scroll;
}

.hubhood-front-page-hero-section .hubhood-hero-slide {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        border-radius: 0;
}

.hubhood-front-page-hero-section .hubhood-hero-slide {
        overflow: hidden;
}

.hubhood-front-page-hero-section .hubhood-hero-slide .hubhood-hero-slide {
        overflow: hidden;
        transform: scale(1.002);
        box-shadow: -30px 0 60px rgb(0 0 0 / 20%), 40px 0 60px rgb(0 0 0 / 20%);
}

.hubhood-front-page-hero-section .hubhood-hero-slide .hubhood-hero-slide:nth-child(even) {
        z-index: 6;        
}

.hubhood-front-page-hero-section .hubhood-hero-slide[style*="border: "]:not([style*="border: 0"]){
        box-shadow: none;
}

.hubhood-front-page-hero-section .hubhood-hero-slide.row {
        display: flex;
        font-size: 0;
        letter-spacing: 0;
        width: 100%;
        left: 50%;
        right: 0;
        margin-left: 0;
        margin-right: 0;
        overflow: hidden;
}

.hubhood-front-page-hero-section .hubhood-hero-slide-multiple {
        transform: translate(-50%);
        left: 50%;
}

.hubhood-front-page-hero-section .hubhood-hero-slide.hubhood-multiple-use-border,
.hubhood-front-page-hero-section .hubhood-hero-slide.hubhood-multiple-use-border .hubhood-hero-slide {
        background-color: rgb(25,30,35);
        overflow: hidden;
}

.hubhood-front-page-hero-section .hubhood-hero-slide.row.hubhood-multiple-use-tilt .hubhood-hero-slide {
        -webkit-transform: perspective(3000px) rotateX(15deg) rotateY(15deg);
        -moz-transform: perspective(3000px) rotateX(15deg) rotateY(15deg);
        -o-transform: perspective(3000px) rotateX(15deg) rotateY(15deg);
        transform: perspective(3000px) rotateX(15deg) rotateY(15deg);
}

.hubhood-front-page-hero-section .hubhood-hero-slide .hubhood-hero-slide.col-md-4 {
        width: 33.333333% !important;
        position: relative !important;
        height: auto !important;
        -webkit-flex-grow: 1;
        -ms-flex-grow: 1;
        flex-grow: 1;
}

.hubhood-front-page-hero-section .hubhood-hero-slide .hubhood-hero-slide.col-md-3 {
        width: 25% !important;
        position: relative !important;
        height: auto !important;
        -webkit-flex-grow: 1;
        -ms-flex-grow: 1;
        flex-grow: 1;
}

.hubhood-front-page-hero-section .hubhood-hero-slide .hubhood-hero-slide.col-md-2 {
        width: 20% !important;
        position: relative !important;
        height: auto !important;
        -webkit-flex-grow: 1;
        -ms-flex-grow: 1;
        flex-grow: 1;
}

.hubhood-front-page-hero-section .hubhood-hero-slide .hubhood-hero-slide.col-md-1 {
        width: 16.66666666666% !important;
        position: relative !important;
        height: auto !important;
        -webkit-flex-grow: 1;
        -ms-flex-grow: 1;
        flex-grow: 1;
}



.hubhood-front-page-hero-section .hubhood-multiple-alternate-1 .hubhood-hero-slide[class*="col-md"]:nth-child(6n+1) {
        width: 45% !important;
}

.hubhood-front-page-hero-section .hubhood-multiple-alternate-2 .hubhood-hero-slide[class*="col-md"]:nth-child(4n+5) {
        width: 40% !important;
}

.hubhood-front-page-hero-section .hubhood-multiple-alternate-2 .hubhood-hero-slide[class*="col-md"]:nth-child(3),
.hubhood-front-page-hero-section .hubhood-multiple-alternate-2 .hubhood-hero-slide[class*="col-md"]:nth-child(9) {
        width: 40% !important;
}

.hubhood-front-page-hero-section .hubhood-multiple-alternate-3 .hubhood-hero-slide[class*="col-md"]:nth-child(2n+2) {
        width: 33.5% !important;
}



.hubhood-front-page-header-gallery-inner-shadows-default .hubhood-front-page-hero-section .hubhood-hero-slide-multiple {
        box-shadow: 0 0 50px rgb(0 0 0 / 60%), 0 0 100px rgb(0 0 0 / 60%);
        box-shadow: 0 0 50px var(--heading-background-color), 0 0 100px var(--heading-background-color);
}

.hubhood-front-page-header-gallery-inner-shadows-default .hubhood-front-page-hero-section .hubhood-multiple-alternate-1 .hubhood-hero-slide[class*="col-md"]:nth-child(6n+1) {
        box-shadow: 0 0 25px rgb(0 0 0 / 60%), 0 0 50px rgb(0 0 0 / 60%), 0 0 100px rgb(0 0 0 / 60%), 0 0 125px rgb(0 0 0 / 60%);
        box-shadow: 0 0 125px var(--heading-background-color);
        z-index: 5
}

.hubhood-front-page-header-gallery-inner-shadows-default .hubhood-front-page-hero-section .hubhood-hero-slide .hubhood-hero-slide[class*="col-md"]:nth-child(4n+5),
.hubhood-front-page-header-gallery-inner-shadows-default .hubhood-front-page-hero-section .hubhood-multiple-alternate-2 .hubhood-hero-slide[class*="col-md"]:nth-child(4n+5) {
        box-shadow: 0 0 25px rgb(0 0 0 / 60%), 0 0 50px rgb(0 0 0 / 60%), 0 0 100px rgb(0 0 0 / 60%), 0 0 125px rgb(0 0 0 / 60%);
        box-shadow: 0 0 125px var(--heading-background-color);
        z-index: 5
}

.hubhood-hero-slide-featured-aside {
        overflow: hidden;
}

.hubhood-front-page-header-gallery-inner-shadows-default .hubhood-hero-slide-featured-aside,
.hubhood-front-page-header-gallery-inner-shadows-default .hubhood-front-page-hero-section .hubhood-hero-slide .hubhood-hero-slide:not([class*="col-md"] ):nth-child(1),
.hubhood-front-page-header-gallery-inner-shadows-default .hubhood-front-page-hero-section .hubhood-hero-slide .hubhood-hero-slide:not([class*="col-md"] ):nth-child(2),
.hubhood-front-page-header-gallery-inner-shadows-default .hubhood-front-page-hero-section .hubhood-hero-slide .hubhood-hero-slide:not([class*="col-md"] ):nth-child(5) {
        z-index: 5
}

.hubhood-front-page-header-gallery-inner-shadows-default .hubhood-hero-slide-featured-aside {
        z-index: 1;
}

.hubhood-front-page-header-gallery-inner-shadows-default .hubhood-front-page-hero-section .hubhood-hero-slide .hubhood-hero-slide[class*="col-md"]:nth-child(3),
.hubhood-front-page-header-gallery-inner-shadows-default .hubhood-front-page-hero-section .hubhood-hero-slide .hubhood-hero-slide[class*="col-md"]:nth-child(6),
.hubhood-front-page-header-gallery-inner-shadows-default .hubhood-front-page-hero-section .hubhood-hero-slide .hubhood-hero-slide[class*="col-md"]:nth-child(9),
.hubhood-front-page-header-gallery-inner-shadows-default .hubhood-front-page-hero-section .hubhood-multiple-alternate-2 .hubhood-hero-slide[class*="col-md"]:nth-child(3),
.hubhood-front-page-header-gallery-inner-shadows-default .hubhood-front-page-hero-section .hubhood-multiple-alternate-2 .hubhood-hero-slide[class*="col-md"]:nth-child(9) {
        box-shadow: 0 0 25px rgb(0 0 0 / 60%), 0 0 50px rgb(0 0 0 / 60%), 0 0 100px rgb(0 0 0 / 60%), 0 0 125px rgb(0 0 0 / 60%);
        box-shadow: 0 0 125px var(--heading-background-color);
        z-index: 5
}

.hubhood-front-page-header-gallery-inner-shadows-default .hubhood-front-page-hero-section .hubhood-multiple-alternate-3 .hubhood-hero-slide[class*="col-md"]:nth-child(2n+2) {
        box-shadow: 0 0 25px rgb(0 0 0 / 60%), 0 0 50px rgb(0 0 0 / 60%), 0 0 100px rgb(0 0 0 / 60%), 0 0 125px rgb(0 0 0 / 60%);
        box-shadow: 0 0 125px var(--heading-background-color);
        z-index: 5
}

.hubhood-front-page-header-gallery-inner-shadows-default .hubhood-front-page-hero-section .hubhood-multiple-alternate-1 .hubhood-hero-slide[class*="col-md"]:nth-child(3n+2) {
        box-shadow: 0 0 25px rgb(0 0 0 / 60%), 0 0 50px rgb(0 0 0 / 60%), 0 0 100px rgb(0 0 0 / 60%), 0 0 125px rgb(0 0 0 / 60%);
        box-shadow: 0 0 125px var(--heading-background-color);
        z-index: 5
}

.hubhood-front-page-header-gallery-inner-shadows-default .hubhood-front-page-hero-section .hubhood-multiple-alternate-2 .hubhood-hero-slide[class*="col-md"]:nth-child(2n+2) {
        box-shadow: 0 0 25px rgb(0 0 0 / 60%), 0 0 50px rgb(0 0 0 / 60%), 0 0 100px rgb(0 0 0 / 60%), 0 0 125px rgb(0 0 0 / 60%);
        box-shadow: 0 0 125px var(--heading-background-color);
        z-index: 5
}

.hubhood-front-page-header-gallery-inner-shadows-default .hubhood-front-page-hero-section .hubhood-multiple-alternate-3 .hubhood-hero-slide[class*="col-md"]:nth-child(4n-1) {
        box-shadow: 0 0 25px rgb(0 0 0 / 60%), 0 0 50px rgb(0 0 0 / 60%), 0 0 100px rgb(0 0 0 / 60%), 0 0 125px rgb(0 0 0 / 60%);
        box-shadow: 0 0 125px var(--heading-background-color);
        z-index: 5
}





.hubhood-front-page-header-gallery-inner-shadows-dark .hubhood-front-page-hero-section .hubhood-hero-slide-multiple {
        box-shadow: 0 0 50px rgb(0 0 0 / 10%), 0 0 100px rgb(0 0 0 / 10%), 0 0 30px rgb(0 0 0 / 4%);

}


.hubhood-front-page-header-gallery-inner-shadows-dark .hubhood-front-page-hero-section .hubhood-multiple-alternate-1 .hubhood-hero-slide[class*="col-md"]:nth-child(6n+1) {
        box-shadow: 0 0 25px rgb(0 0 0 / 60%), 0 0 50px rgb(0 0 0 / 60%), 0 0 100px rgb(0 0 0 / 60%), 0 0 125px rgb(0 0 0 / 60%);
        z-index: 5
}

.hubhood-front-page-header-gallery-inner-shadows-dark .hubhood-front-page-hero-section .hubhood-hero-slide .hubhood-hero-slide[class*="col-md"]:nth-child(4n+5),
.hubhood-front-page-header-gallery-inner-shadows-dark .hubhood-front-page-hero-section .hubhood-multiple-alternate-2 .hubhood-hero-slide[class*="col-md"]:nth-child(4n+5) {
        box-shadow: 0 0 25px rgb(0 0 0 / 60%), 0 0 50px rgb(0 0 0 / 60%), 0 0 100px rgb(0 0 0 / 60%), 0 0 125px rgb(0 0 0 / 60%);
        z-index: 5
}

.hubhood-hero-slide-featured-aside {
        overflow: hidden;
}

.hubhood-front-page-header-gallery-inner-shadows-dark .hubhood-hero-slide-featured-aside,
.hubhood-front-page-header-gallery-inner-shadows-dark .hubhood-front-page-hero-section .hubhood-hero-slide .hubhood-hero-slide:not([class*="col-md"] ):nth-child(1),
.hubhood-front-page-header-gallery-inner-shadows-dark .hubhood-front-page-hero-section .hubhood-hero-slide .hubhood-hero-slide:not([class*="col-md"] ):nth-child(2),
.hubhood-front-page-header-gallery-inner-shadows-dark .hubhood-front-page-hero-section .hubhood-hero-slide .hubhood-hero-slide:not([class*="col-md"] ):nth-child(5) {
        box-shadow: 0 0 25px rgb(0 0 0 / 60%), 0 0 50px rgb(0 0 0 / 60%), 0 0 100px rgb(0 0 0 / 60%), 0 0 125px rgb(0 0 0 / 60%);
        z-index: 5
}

.hubhood-front-page-header-gallery-inner-shadows-dark .hubhood-hero-slide-featured-aside {
        z-index: 1;
}

.hubhood-front-page-header-gallery-inner-shadows-dark .hubhood-front-page-hero-section .hubhood-hero-slide .hubhood-hero-slide[class*="col-md"]:nth-child(3),
.hubhood-front-page-header-gallery-inner-shadows-dark .hubhood-front-page-hero-section .hubhood-hero-slide .hubhood-hero-slide[class*="col-md"]:nth-child(6),
.hubhood-front-page-header-gallery-inner-shadows-dark .hubhood-front-page-hero-section .hubhood-hero-slide .hubhood-hero-slide[class*="col-md"]:nth-child(9),
.hubhood-front-page-header-gallery-inner-shadows-dark .hubhood-front-page-hero-section .hubhood-multiple-alternate-2 .hubhood-hero-slide[class*="col-md"]:nth-child(3),
.hubhood-front-page-header-gallery-inner-shadows-dark .hubhood-front-page-hero-section .hubhood-multiple-alternate-2 .hubhood-hero-slide[class*="col-md"]:nth-child(9) {
        box-shadow: 0 0 25px rgb(0 0 0 / 60%), 0 0 50px rgb(0 0 0 / 60%), 0 0 100px rgb(0 0 0 / 60%), 0 0 125px rgb(0 0 0 / 60%);

        z-index: 5
}

.hubhood-front-page-header-gallery-inner-shadows-dark .hubhood-front-page-hero-section .hubhood-multiple-alternate-3 .hubhood-hero-slide[class*="col-md"]:nth-child(2n+2) {
        box-shadow: 0 0 25px rgb(0 0 0 / 60%), 0 0 50px rgb(0 0 0 / 60%), 0 0 100px rgb(0 0 0 / 60%), 0 0 125px rgb(0 0 0 / 60%);
        z-index: 5
}

.hubhood-front-page-header-gallery-inner-shadows-dark .hubhood-front-page-hero-section .hubhood-multiple-alternate-1 .hubhood-hero-slide[class*="col-md"]:nth-child(3n+2) {
        box-shadow: 0 0 25px rgb(0 0 0 / 60%), 0 0 50px rgb(0 0 0 / 60%), 0 0 100px rgb(0 0 0 / 60%), 0 0 125px rgb(0 0 0 / 60%);
        z-index: 5
}

.hubhood-front-page-header-gallery-inner-shadows-dark .hubhood-front-page-hero-section .hubhood-multiple-alternate-2 .hubhood-hero-slide[class*="col-md"]:nth-child(2n+2) {
        box-shadow: 0 0 25px rgb(0 0 0 / 60%), 0 0 50px rgb(0 0 0 / 60%), 0 0 100px rgb(0 0 0 / 60%), 0 0 125px rgb(0 0 0 / 60%);
        z-index: 5
}

.hubhood-front-page-header-gallery-inner-shadows-dark .hubhood-front-page-hero-section .hubhood-multiple-alternate-3 .hubhood-hero-slide[class*="col-md"]:nth-child(4n-1) {
        box-shadow: 0 0 25px rgb(0 0 0 / 60%), 0 0 50px rgb(0 0 0 / 60%), 0 0 100px rgb(0 0 0 / 60%), 0 0 125px rgb(0 0 0 / 60%);
        z-index: 5
}






.hubhood-front-page-header-gallery-inner-shadows-light .hubhood-front-page-hero-section .hubhood-hero-slide-multiple {
        box-shadow: 0 0 50px #f9f9f9, 0 0 100px #f9f9f9;
}

.hubhood-front-page-header-gallery-inner-shadows-light .hubhood-front-page-hero-section .hubhood-multiple-alternate-1 .hubhood-hero-slide[class*="col-md"]:nth-child(6n+1) {
        box-shadow: 0 0 25px #f9f9f9, 0 0 50px #f9f9f9, 0 0 100px #f9f9f9, 0 0 125px #f9f9f9;
        z-index: 5
}

.hubhood-front-page-header-gallery-inner-shadows-light .hubhood-front-page-hero-section .hubhood-hero-slide .hubhood-hero-slide[class*="col-md"]:nth-child(4n+5),
.hubhood-front-page-header-gallery-inner-shadows-light .hubhood-front-page-hero-section .hubhood-multiple-alternate-2 .hubhood-hero-slide[class*="col-md"]:nth-child(4n+5) {
        box-shadow: 0 0 25px #f9f9f9, 0 0 50px #f9f9f9, 0 0 100px #f9f9f9, 0 0 125px #f9f9f9;
        z-index: 5
}

.hubhood-hero-slide-featured-aside {
        overflow: hidden;
}

.hubhood-front-page-header-gallery-inner-shadows-light .hubhood-hero-slide-featured-aside,
.hubhood-front-page-header-gallery-inner-shadows-light .hubhood-front-page-hero-section .hubhood-hero-slide .hubhood-hero-slide:not([class*="col-md"] ):nth-child(1),
.hubhood-front-page-header-gallery-inner-shadows-light .hubhood-front-page-hero-section .hubhood-hero-slide .hubhood-hero-slide:not([class*="col-md"] ):nth-child(2),
.hubhood-front-page-header-gallery-inner-shadows-light .hubhood-front-page-hero-section .hubhood-hero-slide .hubhood-hero-slide:not([class*="col-md"] ):nth-child(5) {
        box-shadow: 0 0 25px #f9f9f9, 0 0 50px #f9f9f9, 0 0 100px #f9f9f9, 0 0 125px #f9f9f9;
        z-index: 5
}

.hubhood-front-page-header-gallery-inner-shadows-light .hubhood-hero-slide-featured-aside {
        z-index: 1;
}

.hubhood-front-page-header-gallery-inner-shadows-light .hubhood-front-page-hero-section .hubhood-hero-slide .hubhood-hero-slide[class*="col-md"]:nth-child(3),
.hubhood-front-page-header-gallery-inner-shadows-light .hubhood-front-page-hero-section .hubhood-hero-slide .hubhood-hero-slide[class*="col-md"]:nth-child(6),
.hubhood-front-page-header-gallery-inner-shadows-light .hubhood-front-page-hero-section .hubhood-hero-slide .hubhood-hero-slide[class*="col-md"]:nth-child(9),
.hubhood-front-page-header-gallery-inner-shadows-light .hubhood-front-page-hero-section .hubhood-multiple-alternate-2 .hubhood-hero-slide[class*="col-md"]:nth-child(3),
.hubhood-front-page-header-gallery-inner-shadows-light .hubhood-front-page-hero-section .hubhood-multiple-alternate-2 .hubhood-hero-slide[class*="col-md"]:nth-child(9) {
        box-shadow: 0 0 25px #f9f9f9, 0 0 50px #f9f9f9, 0 0 100px #f9f9f9, 0 0 125px #f9f9f9;
        z-index: 5
}

.hubhood-front-page-header-gallery-inner-shadows-light .hubhood-front-page-hero-section .hubhood-multiple-alternate-3 .hubhood-hero-slide[class*="col-md"]:nth-child(2n+2) {
        box-shadow: 0 0 25px #f9f9f9, 0 0 50px #f9f9f9, 0 0 100px #f9f9f9, 0 0 125px #f9f9f9;
        z-index: 5
}

.hubhood-front-page-header-gallery-inner-shadows-light .hubhood-front-page-hero-section .hubhood-multiple-alternate-1 .hubhood-hero-slide[class*="col-md"]:nth-child(3n+2) {
        box-shadow: 0 0 25px #f9f9f9, 0 0 50px #f9f9f9, 0 0 100px #f9f9f9, 0 0 125px #f9f9f9;
        z-index: 5
}

.hubhood-front-page-header-gallery-inner-shadows-light .hubhood-front-page-hero-section .hubhood-multiple-alternate-2 .hubhood-hero-slide[class*="col-md"]:nth-child(2n+2) {
        box-shadow: 0 0 25px #f9f9f9, 0 0 50px #f9f9f9, 0 0 100px #f9f9f9, 0 0 125px #f9f9f9;
        z-index: 5
}

.hubhood-front-page-header-gallery-inner-shadows-light .hubhood-front-page-hero-section .hubhood-multiple-alternate-3 .hubhood-hero-slide[class*="col-md"]:nth-child(4n-1) {
        box-shadow: 0 0 25px #f9f9f9, 0 0 50px #f9f9f9, 0 0 100px #f9f9f9, 0 0 125px #f9f9f9;
        z-index: 5
}


/* 5 Hero Images - Grid 1 */

.hubhood-front-page-hero-section .hubhood-multiple-hero-images-5 .hubhood-hero-slide-1 {
        width: 50%;
}

.hubhood-front-page-hero-section .hubhood-multiple-hero-images-5 .hubhood-hero-slide-2 {
        width: 25%;
        height: 50%;
        left: 50%;
}

.hubhood-front-page-hero-section .hubhood-multiple-hero-images-5 .hubhood-hero-slide-3 {
        width: 25%;
        height: 50%;
        left: 75%;
}

.hubhood-front-page-hero-section .hubhood-multiple-hero-images-5 .hubhood-hero-slide-4 {
        width: 25%;
        height: 50%;
        left: 50%;
        top: 50%;
}

.hubhood-front-page-hero-section .hubhood-multiple-hero-images-5 .hubhood-hero-slide-5 {
        width: 25%;
        height: 50%;
        top: 50%;
        left: 75%;
}

/* 5 Hero Images - Grid 2 */

.hubhood-front-page-hero-section .hubhood-multiple-hero-images-5.hubhood-multiple-hero-images-grid-2 .hubhood-hero-slide-1 {
        width: 50%;
        height: 50%;
}

.hubhood-front-page-hero-section .hubhood-multiple-hero-images-5.hubhood-multiple-hero-images-grid-2 .hubhood-hero-slide-2 {
        width: 50%;
        height: 50%;
        left: 0;
        top: 50%;
}

.hubhood-front-page-hero-section .hubhood-multiple-hero-images-5.hubhood-multiple-hero-images-grid-2 .hubhood-hero-slide-3 {
        width: 50%;
        height: 33.3333333%;
        left: 50%;
}

.hubhood-front-page-hero-section .hubhood-multiple-hero-images-5.hubhood-multiple-hero-images-grid-2 .hubhood-hero-slide-4 {
        width: 50%;
        height: 33.3333333%;
        left: 50%;
        top: 33.3333333%;
}

.hubhood-front-page-hero-section .hubhood-multiple-hero-images-5.hubhood-multiple-hero-images-grid-2 .hubhood-hero-slide-5 {
        width: 50%;
        height: 33.3333333%;
        left: 50%;
        top: 66.666666%;
}

/* 5 Hero Images - Grid 3 */

.hubhood-front-page-hero-section .hubhood-multiple-hero-images-5.hubhood-multiple-hero-images-grid-3 .hubhood-hero-slide-1 {
        width: 50%;
        height: 100%;
}

.hubhood-front-page-hero-section .hubhood-multiple-hero-images-5.hubhood-multiple-hero-images-grid-3 .hubhood-hero-slide-2 {
        width: 25%;
        height: 50%;
        left: 50%;
        top: 0;
}

.hubhood-front-page-hero-section .hubhood-multiple-hero-images-5.hubhood-multiple-hero-images-grid-3 .hubhood-hero-slide-3 {
        width: 25%;
        height: 25%;
        left: 75%;
        top: 0;
}

.hubhood-front-page-hero-section .hubhood-multiple-hero-images-5.hubhood-multiple-hero-images-grid-3 .hubhood-hero-slide-4 {
        width: 25%;
        height: 25%;
        left: 75%;
        top: 25%;
}

.hubhood-front-page-hero-section .hubhood-multiple-hero-images-5.hubhood-multiple-hero-images-grid-3 .hubhood-hero-slide-5 {
        width: 50%;
        height: 50%;
        left: 50%;
        top: 50%;
}

/* 5 Hero Images - Grid 4 */

.hubhood-front-page-hero-section .hubhood-multiple-hero-images-5.hubhood-multiple-hero-images-grid-4 .hubhood-hero-slide-1 {
        width: 50%;
        height: 100%;
}

.hubhood-front-page-hero-section .hubhood-multiple-hero-images-5.hubhood-multiple-hero-images-grid-4 .hubhood-hero-slide-2 {
        width: 25%;
        height: 66.66666%;
        left: 50%;
        top: 0;
}

.hubhood-front-page-hero-section .hubhood-multiple-hero-images-5.hubhood-multiple-hero-images-grid-4 .hubhood-hero-slide-3 {
        width: 25%;
        height: 36.333333%;
        left: 75%;
        top: 0;
}

.hubhood-front-page-hero-section .hubhood-multiple-hero-images-5.hubhood-multiple-hero-images-grid-4 .hubhood-hero-slide-4 {
        width: 25%;
        height: 33.333333%;
        left: 50%;
        top: 66.66666%;
}

.hubhood-front-page-hero-section .hubhood-multiple-hero-images-5.hubhood-multiple-hero-images-grid-4 .hubhood-hero-slide-5 {
        width: 25%;
        height: 63.66666%;
        left: 75%;
        top: 36.333333%;
}

/* 5 Hero Images - Grid 5 */

.hubhood-front-page-hero-section .hubhood-multiple-hero-images-5.hubhood-multiple-hero-images-grid-5 .hubhood-hero-slide-1 {
        width: 50%;
        height: 38%;
        top: 0;
        left: 0;
}

.hubhood-front-page-hero-section .hubhood-multiple-hero-images-5.hubhood-multiple-hero-images-grid-5 .hubhood-hero-slide-2 {
        width: 25%;
        height: 62%;
        top: 0;
        left: 50%;
}

.hubhood-front-page-hero-section .hubhood-multiple-hero-images-5.hubhood-multiple-hero-images-grid-5 .hubhood-hero-slide-3 {
        width: 25%;
        height: 62%;
        top: 0;
        left: 75%;
}

.hubhood-front-page-hero-section .hubhood-multiple-hero-images-5.hubhood-multiple-hero-images-grid-5 .hubhood-hero-slide-4 {
        width: 50%;
        height: 62%;
        top: 38%;
        left: 0;
}

.hubhood-front-page-hero-section .hubhood-multiple-hero-images-5.hubhood-multiple-hero-images-grid-5 .hubhood-hero-slide-5 {
        width: 50%;
        height: 38%;
        left: 50%;
        top: 62%;
}

/* 5 Hero Images - Grid 6 */

.hubhood-front-page-hero-section .hubhood-multiple-hero-images-5.hubhood-multiple-hero-images-grid-6 .hubhood-hero-slide-1 {
        width: 50%;
        height: 100%;
        top: 0;
        left: 0;
}

.hubhood-front-page-hero-section .hubhood-multiple-hero-images-5.hubhood-multiple-hero-images-grid-6 .hubhood-hero-slide-2 {
        width: 50%;
        height: 50%;
        top: 0;
        left: 50%;
}

.hubhood-front-page-hero-section .hubhood-multiple-hero-images-5.hubhood-multiple-hero-images-grid-6 .hubhood-hero-slide-3 {
        width: 25%;
        height: 50%;
        top: 50%;
        left: 50%;
}

.hubhood-front-page-hero-section .hubhood-multiple-hero-images-5.hubhood-multiple-hero-images-grid-6 .hubhood-hero-slide-4 {
        width: 25%;
        height: 25%;
        top: 50%;
        left: 75%;
}

.hubhood-front-page-hero-section .hubhood-multiple-hero-images-5.hubhood-multiple-hero-images-grid-6 .hubhood-hero-slide-5 {
        width: 25%;
        height: 25%;
        top: 75%;
        left: 75%;
}
























/* 4 Hero Images - Grid 1 */

.hubhood-front-page-hero-section .hubhood-multiple-hero-images-4 .hubhood-hero-slide-1 {
        width: 50%;
        height: 50%;
        top: 0;
        left: 0;
}

.hubhood-front-page-hero-section .hubhood-multiple-hero-images-4 .hubhood-hero-slide-2 {
        width: 50%;
        height: 50%;
        top: 0;
        left: 50%;
}

.hubhood-front-page-hero-section .hubhood-multiple-hero-images-4 .hubhood-hero-slide-3 {
        width: 50%;
        height: 50%;
        top: 50%;
        left: 0;
}

.hubhood-front-page-hero-section .hubhood-multiple-hero-images-4 .hubhood-hero-slide-4 {
        width: 50%;
        height: 50%;
        left: 50%;
        top: 50%;
}

/* 4 Hero Images - Grid 2 */

.hubhood-front-page-hero-section .hubhood-multiple-hero-images-4.hubhood-multiple-hero-images-grid-2 .hubhood-hero-slide-1 {
        width: 50%;
        height: 62%;
        top: 0;
        left: 0;
}

.hubhood-front-page-hero-section .hubhood-multiple-hero-images-4.hubhood-multiple-hero-images-grid-2 .hubhood-hero-slide-2 {
        width: 50%;
        height: 38%;
        top: 0;
        left: 50%;
}

.hubhood-front-page-hero-section .hubhood-multiple-hero-images-4.hubhood-multiple-hero-images-grid-2 .hubhood-hero-slide-3 {
        width: 50%;
        height: 38%;
        top: 62%;
        left: 0;
}

.hubhood-front-page-hero-section .hubhood-multiple-hero-images-4.hubhood-multiple-hero-images-grid-2 .hubhood-hero-slide-4 {
        width: 50%;
        height: 62%;
        left: 50%;
        top: 38%;
}

/* 4 Hero Images - Grid 3 */

.hubhood-front-page-hero-section .hubhood-multiple-hero-images-4.hubhood-multiple-hero-images-grid-3 .hubhood-hero-slide-1 {
        width: 50%;
        height: 38%;
        top: 0;
        left: 0;
}

.hubhood-front-page-hero-section .hubhood-multiple-hero-images-4.hubhood-multiple-hero-images-grid-3 .hubhood-hero-slide-2 {
        width: 50%;
        height: 62%;
        top: 0;
        left: 50%;
}

.hubhood-front-page-hero-section .hubhood-multiple-hero-images-4.hubhood-multiple-hero-images-grid-3 .hubhood-hero-slide-3 {
        width: 50%;
        height: 62%;
        top: 38%;
        left: 0;
}

.hubhood-front-page-hero-section .hubhood-multiple-hero-images-4.hubhood-multiple-hero-images-grid-3 .hubhood-hero-slide-4 {
        width: 50%;
        height: 38%;
        left: 50%;
        top: 62%;
}

/* 4 Hero Images - Grid 4 */

.hubhood-front-page-hero-section .hubhood-multiple-hero-images-4.hubhood-multiple-hero-images-grid-4 .hubhood-hero-slide-1 {
        width: 50%;
        height: 100%;
        top: 0;
        left: 0;
}

.hubhood-front-page-hero-section .hubhood-multiple-hero-images-4.hubhood-multiple-hero-images-grid-4 .hubhood-hero-slide-2 {
        width: 50%;
        height: 33.333333%;
        top: 0;
        left: 50%;
}

.hubhood-front-page-hero-section .hubhood-multiple-hero-images-4.hubhood-multiple-hero-images-grid-4 .hubhood-hero-slide-3 {
        width: 50%;
        height: 33.333333%;
        top: 33.333333%;
        left: 50%;
}

.hubhood-front-page-hero-section .hubhood-multiple-hero-images-4.hubhood-multiple-hero-images-grid-4 .hubhood-hero-slide-4 {
        width: 50%;
        height: 33.333333%;
        left: 50%;
        top: 66.666666%
}

/* 4 Hero Images - Grid 5 */

.hubhood-front-page-hero-section .hubhood-multiple-hero-images-4.hubhood-multiple-hero-images-grid-5 .hubhood-hero-slide-1 {
        width: 50%;
        height: 100%;
        top: 0;
        left: 0;
}

.hubhood-front-page-hero-section .hubhood-multiple-hero-images-4.hubhood-multiple-hero-images-grid-5 .hubhood-hero-slide-2 {
        width: 25%;
        height: 62%;
        top: 0;
        left: 50%;
}

.hubhood-front-page-hero-section .hubhood-multiple-hero-images-4.hubhood-multiple-hero-images-grid-5 .hubhood-hero-slide-3 {
        width: 25%;
        height: 62%;
        top: 0;
        left: 75%;
}

.hubhood-front-page-hero-section .hubhood-multiple-hero-images-4.hubhood-multiple-hero-images-grid-5 .hubhood-hero-slide-4 {
        width: 50%;
        height: 38%;
        top: 62%;
        left: 50%;
}

/* 4 Hero Images - Grid 6 */

.hubhood-front-page-hero-section .hubhood-multiple-hero-images-4.hubhood-multiple-hero-images-grid-6 .hubhood-hero-slide-1 {
        width: 50%;
        height: 66.6666666%;
        top: 0;
        left: 0;
}

.hubhood-front-page-hero-section .hubhood-multiple-hero-images-4.hubhood-multiple-hero-images-grid-6 .hubhood-hero-slide-2 {
        width: 50%;
        height: 66.666666%;
        top: 0;
        left: 50%;
}

.hubhood-front-page-hero-section .hubhood-multiple-hero-images-4.hubhood-multiple-hero-images-grid-6 .hubhood-hero-slide-3 {
        width: 50%;
        height: 33.3333333%;
        top: 66.6666666%;
        left: 0%;
}

.hubhood-front-page-hero-section .hubhood-multiple-hero-images-4.hubhood-multiple-hero-images-grid-6 .hubhood-hero-slide-4 {
        width: 50%;
        height: 33.3333333%;
        top: 66.6666666%;
        left: 50%;
}

/* 3 Hero Images - Grid 1 */

.hubhood-front-page-hero-section .hubhood-multiple-hero-images-3 .hubhood-hero-slide-1 {
        width: 50%;
        height: 100%;
        top: 0;
        left: 0;
}

.hubhood-front-page-hero-section .hubhood-multiple-hero-images-3 .hubhood-hero-slide-2 {
        width: 50%;
        height: 50%;
        top: 0;
        left: 50%;
}

.hubhood-front-page-hero-section .hubhood-multiple-hero-images-3 .hubhood-hero-slide-3 {
        width: 50%;
        height: 50%;
        top: 50%;
        left: 50%;
}

/* 3 Hero Images - Grid 2 */

.hubhood-front-page-hero-section .hubhood-multiple-hero-images-3.hubhood-multiple-hero-images-grid-2 .hubhood-hero-slide-1 {
        width: 100%;
        height: 50%;
        top: 0;
        left: 0;
}

.hubhood-front-page-hero-section .hubhood-multiple-hero-images-3.hubhood-multiple-hero-images-grid-2 .hubhood-hero-slide-2 {
        width: 50%;
        height: 50%;
        top: 50%;
        left: 0;
}

.hubhood-front-page-hero-section .hubhood-multiple-hero-images-3.hubhood-multiple-hero-images-grid-2 .hubhood-hero-slide-3 {
        width: 50%;
        height: 50%;
        top: 50%;
        left: 50%;
}

/* 3 Hero Images - Grid 3 */

.hubhood-front-page-hero-section .hubhood-multiple-hero-images-3.hubhood-multiple-hero-images-grid-3 .hubhood-hero-slide-1 {
        width: 50%;
        height: 50%;
        top: 0;
        left: 0;
}

.hubhood-front-page-hero-section .hubhood-multiple-hero-images-3.hubhood-multiple-hero-images-grid-3 .hubhood-hero-slide-2 {
        width: 50%;
        height: 50%;
        top: 0;
        left: 50%;
}

.hubhood-front-page-hero-section .hubhood-multiple-hero-images-3.hubhood-multiple-hero-images-grid-3 .hubhood-hero-slide-3 {
        width: 100%;
        height: 50%;
        top: 50%;
        left: 0;
}

/* 3 Hero Images - Grid 4 */

.hubhood-front-page-hero-section .hubhood-multiple-hero-images-3.hubhood-multiple-hero-images-grid-4 .hubhood-hero-slide-1 {
        width: 50%;
        height: 50%;
        top: 0;
        left: 0;
}

.hubhood-front-page-hero-section .hubhood-multiple-hero-images-3.hubhood-multiple-hero-images-grid-4 .hubhood-hero-slide-2 {
        width: 50%;
        height: 50%;
        top: 50%;
        left: 0;
}

.hubhood-front-page-hero-section .hubhood-multiple-hero-images-3.hubhood-multiple-hero-images-grid-4 .hubhood-hero-slide-3 {
        width: 50%;
        height: 100%;
        top: 0;
        left: 50%;
}

/* 3 Hero Images - Grid 5 */

.hubhood-front-page-hero-section .hubhood-multiple-hero-images-3.hubhood-multiple-hero-images-grid-5 .hubhood-hero-slide-1 {
        width: 33.333333%;
        height: 100%;
        top: 0;
        left: 0;
}

.hubhood-front-page-hero-section .hubhood-multiple-hero-images-3.hubhood-multiple-hero-images-grid-5 .hubhood-hero-slide-2 {
        width: 33.333333%;
        height: 100%;
        top: 0;
        left: 33.333333%;
}

.hubhood-front-page-hero-section .hubhood-multiple-hero-images-3.hubhood-multiple-hero-images-grid-5 .hubhood-hero-slide-3 {
        width: 33.333333%;
        height: 100%;
        top: 0;
        left: 66.666666%;
}

/* 3 Hero Images - Grid 6 */

.hubhood-front-page-hero-section .hubhood-multiple-hero-images-3.hubhood-multiple-hero-images-grid-6 .hubhood-hero-slide-1 {
        width: 100%;
        height: 33.33333333%;
        top: 0;
        left: 0;
}

.hubhood-front-page-hero-section .hubhood-multiple-hero-images-3.hubhood-multiple-hero-images-grid-6 .hubhood-hero-slide-2 {
        width: 100%;
        height: 33.33333333%;
        top: 33.33333333%;
        left: 0;
}

.hubhood-front-page-hero-section .hubhood-multiple-hero-images-3.hubhood-multiple-hero-images-grid-6 .hubhood-hero-slide-3 {
        width: 100%;
        height: 33.33333333%;
        top: 66.6666666%;
        left: 0;
}

/* 2 Hero Images - Grid 1 */

.hubhood-front-page-hero-section .hubhood-multiple-hero-images-2 .hubhood-hero-slide-1 {
        width: 50%;
        height: 100%;
        top: 0;
        left: 0;
}

.hubhood-front-page-hero-section .hubhood-multiple-hero-images-2 .hubhood-hero-slide-2 {
        width: 50%;
        height: 100%;
        top: 0%;
        left: 50%;
        box-shadow: -20px 0 30px rgba(0,0,0,0.25);
}

/* 2 Hero Images - Grid 2 */

.hubhood-front-page-hero-section .hubhood-multiple-hero-images-2.hubhood-multiple-hero-images-grid-2 .hubhood-hero-slide-1 {
        width: 100%;
        height: 50%;
        top: 0;
        left: 0;
}

.hubhood-front-page-hero-section .hubhood-multiple-hero-images-2.hubhood-multiple-hero-images-grid-2 .hubhood-hero-slide-2 {
        width: 100%;
        height: 50%;
        top: 50%;
        left: 0%;
}

/* 2 Hero Images - Grid 3 */

.hubhood-front-page-hero-section .hubhood-multiple-hero-images-2.hubhood-multiple-hero-images-grid-3 .hubhood-hero-slide-1 {
        width: 65%;
        height: 100%;
        top: 0;
        left: 0;
}

.hubhood-front-page-hero-section .hubhood-multiple-hero-images-2.hubhood-multiple-hero-images-grid-3 .hubhood-hero-slide-2 {
        width: 35%;
        height: 100%;
        top: 0%;
        left: 65%;
}

/* 2 Hero Images - Grid 4 */

.hubhood-front-page-hero-section .hubhood-multiple-hero-images-2.hubhood-multiple-hero-images-grid-4 .hubhood-hero-slide-1 {
        width: 35%;
        height: 100%;
        top: 0;
        left: 0;
}

.hubhood-front-page-hero-section .hubhood-multiple-hero-images-2.hubhood-multiple-hero-images-grid-4 .hubhood-hero-slide-2 {
        width: 65%;
        height: 100%;
        top: 0%;
        left: 35%;
}

/* 2 Hero Images - Grid 5 */

.hubhood-front-page-hero-section .hubhood-multiple-hero-images-2.hubhood-multiple-hero-images-grid-5 .hubhood-hero-slide-1 {
        width: 100%;
        height: 40%;
        top: 0;
        left: 0;
}

.hubhood-front-page-hero-section .hubhood-multiple-hero-images-2.hubhood-multiple-hero-images-grid-5 .hubhood-hero-slide-2 {
        width: 100%;
        height: 60%;
        top: 40%;
        left: 0;
}

/* 2 Hero Images - Grid 6 */

.hubhood-front-page-hero-section .hubhood-multiple-hero-images-2.hubhood-multiple-hero-images-grid-6 .hubhood-hero-slide-1 {
        width: 100%;
        height: 60%;
        top: 0;
        left: 0;
}

.hubhood-front-page-hero-section .hubhood-multiple-hero-images-2.hubhood-multiple-hero-images-grid-6 .hubhood-hero-slide-2 {
        width: 100%;
        height: 40%;
        top: 60%;
        left: 0;
}

.hubhood-hero-front-overlay {
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
}

.hubhood-hero-slider-multiple-container {
        position: absolute;
        width: 100%;
        height: 100%;
        overflow: hidden;
        top: 0;
        left: 0;
}

.hubhood-front-page-hero-section .hubhood-multiple-hero-images-grid-1 .hubhood-hero-slide-6,
.hubhood-front-page-hero-section .hubhood-multiple-hero-images-grid-2 .hubhood-hero-slide-6,
.hubhood-front-page-hero-section .hubhood-multiple-hero-images-grid-3 .hubhood-hero-slide-6,
.hubhood-front-page-hero-section .hubhood-multiple-hero-images-grid-4 .hubhood-hero-slide-6,
.hubhood-front-page-hero-section .hubhood-multiple-hero-images-grid-5 .hubhood-hero-slide-6,
.hubhood-front-page-hero-section .hubhood-multiple-hero-images-grid-6 .hubhood-hero-slide-6 {
        display: none !important;
}

/* End Hero Images */

.hubhood-frontpage-header-seacondary-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
}

.hubhood-frontpage-header-seacondary-overlay-light-left .hubhood-frontpage-header-seacondary-overlay {
        background: rgba(249,249,249,1);
        background: -moz-linear-gradient(left, rgba(249,249,249,1) 0%, rgba(249,249,249,1) 10%, rgba(249,249,249,0.65) 100%);
        background: -webkit-gradient(left top, right top, color-stop(0%, rgba(249,249,249,1)), color-stop(10%, rgba(249,249,249,1)), color-stop(100%, rgba(249,249,249,0.65)));
        background: -webkit-linear-gradient(left, rgba(249,249,249,1) 0%, rgba(249,249,249,1) 10%, rgba(249,249,249,0.65) 100%);
        background: -o-linear-gradient(left, rgba(249,249,249,1) 0%, rgba(249,249,249,1) 10%, rgba(249,249,249,0.65) 100%);
        background: -ms-linear-gradient(left, rgba(249,249,249,1) 0%, rgba(249,249,249,1) 10%, rgba(249,249,249,0.65) 100%);
        background: linear-gradient(to right, rgba(249,249,249,1) 0%, rgba(249,249,249,1) 10%, rgba(249,249,249,0.65) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#f9f9f9', GradientType=1 );
}

.hubhood-frontpage-header-seacondary-overlay-light-right .hubhood-frontpage-header-seacondary-overlay {
        background: rgba(249,249,249,0.65);
        background: -moz-linear-gradient(left, rgba(249,249,249,0.65) 0%, rgba(249,249,249,1) 90%, rgba(249,249,249,1) 100%);
        background: -webkit-gradient(left top, right top, color-stop(0%, rgba(249,249,249,0.65)), color-stop(90%, rgba(249,249,249,1)), color-stop(100%, rgba(249,249,249,1)));
        background: -webkit-linear-gradient(left, rgba(249,249,249,0.65) 0%, rgba(249,249,249,1) 90%, rgba(249,249,249,1) 100%);
        background: -o-linear-gradient(left, rgba(249,249,249,0.65) 0%, rgba(249,249,249,1) 90%, rgba(249,249,249,1) 100%);
        background: -ms-linear-gradient(left, rgba(249,249,249,0.65) 0%, rgba(249,249,249,1) 90%, rgba(249,249,249,1) 100%);
        background: linear-gradient(to right, rgba(249,249,249,0.65) 0%, rgba(249,249,249,1) 90%, rgba(249,249,249,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#f9f9f9', GradientType=1 );
}

.hubhood-frontpage-header-seacondary-overlay-dark-left .hubhood-frontpage-header-seacondary-overlay {
        background: rgba(25,31,35,0.96);
        background: -moz-linear-gradient(left, rgba(25,31,35,0.96) 0%, rgba(25,31,35,0.96) 10%, rgba(25,30,35,0.25) 100%);
        background: -webkit-gradient(left top, right top, color-stop(0%, rgba(25,31,35,0.96)), color-stop(10%, rgba(25,31,35,0.96)), color-stop(100%, rgba(25,30,35,0.25)));
        background: -webkit-linear-gradient(left, rgba(25,31,35,0.96) 0%, rgba(25,31,35,0.96) 10%, rgba(25,30,35,0.25) 100%);
        background: -o-linear-gradient(left, rgba(25,31,35,0.96) 0%, rgba(25,31,35,0.96) 10%, rgba(25,30,35,0.25) 100%);
        background: -ms-linear-gradient(left, rgba(25,31,35,0.96) 0%, rgba(25,31,35,0.96) 10%, rgba(25,30,35,0.25) 100%);
        background: linear-gradient(to right, rgba(25,31,35,0.96) 0%, rgba(25,31,35,0.96) 10%, rgba(25,30,35,0.25) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#191f23', endColorstr='#191e23', GradientType=1 );
}

.hubhood-frontpage-header-seacondary-overlay-dark-right .hubhood-frontpage-header-seacondary-overlay {
        background: rgba(25,31,35,0.25);
        background: -moz-linear-gradient(left, rgba(25,31,35,0.25) 0%, rgba(25,30,35,0.96) 90%, rgba(25,30,35,0.96) 100%);
        background: -webkit-gradient(left top, right top, color-stop(0%, rgba(25,31,35,0.25)), color-stop(90%, rgba(25,30,35,0.96)), color-stop(100%, rgba(25,30,35,0.96)));
        background: -webkit-linear-gradient(left, rgba(25,31,35,0.25) 0%, rgba(25,30,35,0.96) 90%, rgba(25,30,35,0.96) 100%);
        background: -o-linear-gradient(left, rgba(25,31,35,0.25) 0%, rgba(25,30,35,0.96) 90%, rgba(25,30,35,0.96) 100%);
        background: -ms-linear-gradient(left, rgba(25,31,35,0.25) 0%, rgba(25,30,35,0.96) 90%, rgba(25,30,35,0.96) 100%);
        background: linear-gradient(to right, rgba(25,31,35,0.25) 0%, rgba(25,30,35,0.96) 90%, rgba(25,30,35,0.96) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#191f23', endColorstr='#191e23', GradientType=1 );
}

.hubhood-hero-slide:not(.hubhood-current) {
        opacity : 0.45;
}

.hubhood-hero-slide:not(.hubhood-current)>* {
        opacity : 0;
}

.hubhood-hero-text-inner>.col-sm-12 {
        height : 310px;
}

.hubhood-light-header .hubhood-hero-slide {
        box-shadow : 15px 15px 20px rgba(0, 0, 0, 0.5), 0 0 100px rgb(0 0 0);
}

.hubhood-hero-text-inner {
        opacity : 1;
}

.hubhood-hero-slide:before,
.hubhood-hero-slide:after,
.hubhood-term-cards .hubhood-term-card:before,
.hubhood-term-cards .hubhood-term-card:after,
.hubhood-term:before,
.hubhood-term:after,
.hubhood-term-inner:after,
.hubhood-background-image:before,
.hubhood-rating-bg-image:after,
.hubhood-term-cards .hubhood-hero-video-background:before,
.hubhood-term-cards .hubhood-hero-video-background:after,
body.single-job_listing .hubhood-hero-video-background:before,
body.single-job_listing .hubhood-hero-video-background:after {
        content       : "";
        position      : absolute;
        top           : 0;
        left          : 0;
        width         : 100%;
        height        : 100%;
        border-radius : 4px;
        z-index       : 1;
        opacity       : 0.8;
        background    : rgba(15, 20, 25, 0.6);
        background    : -moz-linear-gradient(top, rgba(15, 20, 25, 0.3) 0%, rgba(15, 19, 24, 0.3) 28%, rgba(15, 19, 24, 0.3) 50%, rgba(14, 18, 23, 0.2) 100%);
        background    : -webkit-gradient(left top, left bottom, color-stop(0%, rgba(15, 20, 25, 0.3)), color-stop(28%, rgba(15, 19, 24, 0.3)), color-stop(50%, rgba(15, 19, 24, 0.3)), color-stop(100%, rgba(14, 18, 23, 0.2)));
        background    : -webkit-linear-gradient(top, rgba(15, 20, 25, 0.3) 0%, rgba(15, 19, 24, 0.3) 28%, rgba(15, 19, 24, 0.3) 50%, rgba(14, 18, 23, 0.2) 100%);
        background    : -o-linear-gradient(top, rgba(15, 20, 25, 0.3) 0%, rgba(15, 19, 24, 0.3) 28%, rgba(15, 19, 24, 0.3) 50%, rgba(14, 18, 23, 0.2) 100%);
        background    : -ms-linear-gradient(top, rgba(15, 20, 25, 0.3) 0%, rgba(15, 19, 24, 0.3) 28%, rgba(15, 19, 24, 0.3) 50%, rgba(14, 18, 23, 0.2) 100%);
        background    : linear-gradient(to bottom, rgba(15, 20, 25, 0.3) 0%, rgba(15, 19, 24, 0.3) 28%, rgba(15, 19, 24, 0.3) 50%, rgba(14, 18, 23, 0.2) 100%);
        filter        : progid:DXImageTransform.Microsoft.gradient(startColorstr='#0f1419', endColorstr='#0e1217', GradientType=0);
}


.hubhood-listing-card-overlay-design-header .widget_hubhood_listings .hubhood-card-slide:before,
.hubhood-listing-card-overlay-design-footer .widget_hubhood_listings .hubhood-card-slide:before,
.hubhood-listing-card-overlay-design-header-footer .widget_hubhood_listings .hubhood-card-slide:before,
.hubhood-listing-card-overlay-design-left .widget_hubhood_listings .hubhood-card-slide:before,
.hubhood-listing-card-overlay-design-right .widget_hubhood_listings .hubhood-card-slide:before,
.hubhood-listing-card-overlay-design-left-right .widget_hubhood_listings .hubhood-card-slide:before,
.hubhood-listing-card-overlay-design-background .widget_hubhood_listings .hubhood-card-slide:before,
.hubhood-listing-card-overlay-design-surrounding .widget_hubhood_listings .hubhood-card-slide:before,
.hubhood-listing-card-overlay-design-disabled .widget_hubhood_listings .hubhood-card-slide:before,

.hubhood-listing-card-overlay-design-header .hubhood-map-listings-sidebar-inner .hubhood-card-slide:before,
.hubhood-listing-card-overlay-design-footer .hubhood-map-listings-sidebar-inner .hubhood-card-slide:before,
.hubhood-listing-card-overlay-design-header-footer .hubhood-map-listings-sidebar-inner .hubhood-card-slide:before,
.hubhood-listing-card-overlay-design-left .hubhood-map-listings-sidebar-inner .hubhood-card-slide:before,
.hubhood-listing-card-overlay-design-right .hubhood-map-listings-sidebar-inner .hubhood-card-slide:before,
.hubhood-listing-card-overlay-design-left-right .hubhood-map-listings-sidebar-inner .hubhood-card-slide:before,
.hubhood-listing-card-overlay-design-background .hubhood-map-listings-sidebar-inner .hubhood-card-slide:before,
.hubhood-listing-card-overlay-design-surrounding .hubhood-map-listings-sidebar-inner .hubhood-card-slide:before,
.hubhood-listing-card-overlay-design-disabled .hubhood-map-listings-sidebar-inner .hubhood-card-slide:before,

.hubhood-listing-card-overlay-design-header .hubhood-listing-related-wrapper .hubhood-card-slide:before,
.hubhood-listing-card-overlay-design-footer .hubhood-listing-related-wrapper .hubhood-card-slide:before,
.hubhood-listing-card-overlay-design-header-footer .hubhood-listing-related-wrapper .hubhood-card-slide:before,
.hubhood-listing-card-overlay-design-left .hubhood-listing-related-wrapper .hubhood-card-slide:before,
.hubhood-listing-card-overlay-design-right .hubhood-listing-related-wrapper .hubhood-card-slide:before,
.hubhood-listing-card-overlay-design-left-right .hubhood-listing-related-wrapper .hubhood-card-slide:before,
.hubhood-listing-card-overlay-design-background .hubhood-listing-related-wrapper .hubhood-card-slide:before,
.hubhood-listing-card-overlay-design-surrounding .hubhood-listing-related-wrapper .hubhood-card-slide:before,
.hubhood-listing-card-overlay-design-disabled .hubhood-listing-related-wrapper .hubhood-card-slide:before {
        display: none !important;
}

.hubhood-listing-card-overlay-design-header .widget_hubhood_listings .hubhood-top-gradient-overlay:after,
.hubhood-listing-card-overlay-design-header .hubhood-map-listings-sidebar-inner .hubhood-top-gradient-overlay:after,
.hubhood-listing-card-overlay-design-header .hubhood-listing-related-wrapper .hubhood-top-gradient-overlay:after,

.hubhood-listing-card-overlay-design-footer .widget_hubhood_listings .hubhood-top-gradient-overlay:after,
.hubhood-listing-card-overlay-design-footer .hubhood-map-listings-sidebar-inner .hubhood-top-gradient-overlay:after,
.hubhood-listing-card-overlay-design-footer .hubhood-listing-related-wrapper .hubhood-top-gradient-overlay:after,

.hubhood-listing-card-overlay-design-header-footer .widget_hubhood_listings .hubhood-top-gradient-overlay:after,
.hubhood-listing-card-overlay-design-header-footer .hubhood-map-listings-sidebar-inner .hubhood-top-gradient-overlay:after,
.hubhood-listing-card-overlay-design-header-footer .hubhood-listing-related-wrapper .hubhood-top-gradient-overlay:after,

.hubhood-listing-card-overlay-design-left .widget_hubhood_listings .hubhood-top-gradient-overlay:after,
.hubhood-listing-card-overlay-design-left .hubhood-map-listings-sidebar-inner .hubhood-top-gradient-overlay:after,
.hubhood-listing-card-overlay-design-left .hubhood-listing-related-wrapper .hubhood-top-gradient-overlay:after,

.hubhood-listing-card-overlay-design-right .widget_hubhood_listings .hubhood-top-gradient-overlay:after,
.hubhood-listing-card-overlay-design-right .hubhood-map-listings-sidebar-inner .hubhood-top-gradient-overlay:after,
.hubhood-listing-card-overlay-design-right .hubhood-listing-related-wrapper .hubhood-top-gradient-overlay:after,

.hubhood-listing-card-overlay-design-header-left-right .widget_hubhood_listings .hubhood-top-gradient-overlay:after,
.hubhood-listing-card-overlay-design-header-left-right .hubhood-map-listings-sidebar-inner .hubhood-top-gradient-overlay:after,
.hubhood-listing-card-overlay-design-header-left-right .hubhood-listing-related-wrapper .hubhood-top-gradient-overlay:after,

.hubhood-listing-card-overlay-design-background .widget_hubhood_listings .hubhood-top-gradient-overlay:after,
.hubhood-listing-card-overlay-design-background .hubhood-map-listings-sidebar-inner .hubhood-top-gradient-overlay:after,
.hubhood-listing-card-overlay-design-background .hubhood-listing-related-wrapper .hubhood-top-gradient-overlay:after,

.hubhood-listing-card-overlay-design-surrounding .widget_hubhood_listings .hubhood-top-gradient-overlay:after,
.hubhood-listing-card-overlay-design-surrounding .hubhood-map-listings-sidebar-inner .hubhood-top-gradient-overlay:after,
.hubhood-listing-card-overlay-design-surrounding .hubhood-listing-related-wrapper .hubhood-top-gradient-overlay:after,

.hubhood-listing-card-overlay-design-disabled .widget_hubhood_listings .hubhood-top-gradient-overlay:after,
.hubhood-listing-card-overlay-design-disabled .hubhood-map-listings-sidebar-inner .hubhood-top-gradient-overlay:after,
.hubhood-listing-card-overlay-design-disabled .hubhood-listing-related-wrapper .hubhood-top-gradient-overlay:after {
        display: none !important;
}

.hubhood-listing-card-overlay-design-header .widget_hubhood_listings .hubhood-top-gradient-overlay,
.hubhood-listing-card-overlay-design-header .hubhood-map-listings-sidebar-inner .hubhood-top-gradient-overlay,
.hubhood-listing-card-overlay-design-header .hubhood-listing-related-wrapper .hubhood-top-gradient-overlay {
        opacity: 1;
        background: linear-gradient(180deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 70%);
}

.hubhood-listing-card-overlay-design-footer .widget_hubhood_listings .hubhood-top-gradient-overlay,
.hubhood-listing-card-overlay-design-footer .hubhood-map-listings-sidebar-inner .hubhood-top-gradient-overlay,
.hubhood-listing-card-overlay-design-footer .hubhood-listing-related-wrapper .hubhood-top-gradient-overlay {
        opacity: 1;
        background: linear-gradient(0deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 70%);
}

.hubhood-listing-card-overlay-design-header-footer .widget_hubhood_listings .hubhood-top-gradient-overlay,
.hubhood-listing-card-overlay-design-header-footer .hubhood-map-listings-sidebar-inner .hubhood-top-gradient-overlay,
.hubhood-listing-card-overlay-design-header-footer .hubhood-listing-related-wrapper .hubhood-top-gradient-overlay {
        opacity: 1;
        background: linear-gradient(0deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 45%, rgba(0,0,0,0) 55%, rgba(0,0,0,0.5) 100%);

}

.hubhood-listing-card-overlay-design-left .widget_hubhood_listings .hubhood-top-gradient-overlay,
.hubhood-listing-card-overlay-design-left .hubhood-map-listings-sidebar-inner .hubhood-top-gradient-overlay,
.hubhood-listing-card-overlay-design-left .hubhood-listing-related-wrapper .hubhood-top-gradient-overlay {
        opacity: 1;
        background: linear-gradient(90deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 70%);
}

.hubhood-listing-card-overlay-design-right .widget_hubhood_listings .hubhood-top-gradient-overlay,
.hubhood-listing-card-overlay-design-right .hubhood-map-listings-sidebar-inner .hubhood-top-gradient-overlay,
.hubhood-listing-card-overlay-design-right .hubhood-listing-related-wrapper .hubhood-top-gradient-overlay {
        opacity: 1;
        background: linear-gradient(270deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 70%);
}

.hubhood-listing-card-overlay-design-left-right .widget_hubhood_listings .hubhood-top-gradient-overlay,
.hubhood-listing-card-overlay-design-left-right .hubhood-map-listings-sidebar-inner .hubhood-top-gradient-overlay,
.hubhood-listing-card-overlay-design-left-right .hubhood-listing-related-wrapper .hubhood-top-gradient-overlay {
        opacity: 1;
        background: linear-gradient(90deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 45%, rgba(0,0,0,0) 55%, rgba(0,0,0,0.5) 100%);
}

.hubhood-listing-card-overlay-design-background .widget_hubhood_listings .hubhood-top-gradient-overlay,
.hubhood-listing-card-overlay-design-background .hubhood-map-listings-sidebar-inner .hubhood-top-gradient-overlay,
.hubhood-listing-card-overlay-design-background .hubhood-listing-related-wrapper .hubhood-top-gradient-overlay {
        background: none;
        background-color: #000;
        opacity: 0.3;
}

.hubhood-listing-card-overlay-design-surrounding .widget_hubhood_listings .hubhood-top-gradient-overlay,
.hubhood-listing-card-overlay-design-surrounding .hubhood-map-listings-sidebar-inner .hubhood-top-gradient-overlay,
.hubhood-listing-card-overlay-design-surrounding .hubhood-listing-related-wrapper .hubhood-top-gradient-overlay {
        opacity: 1;
        background: radial-gradient(circle, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
}

.hubhood-listing-card-overlay-design-disabled .widget_hubhood_listings .hubhood-top-gradient-overlay,
.hubhood-listing-card-overlay-design-disabled .hubhood-map-listings-sidebar-inner .hubhood-top-gradient-overlay,
.hubhood-listing-card-overlay-design-disabled .hubhood-listing-related-wrapper .hubhood-top-gradient-overlay {
        opacity: 0 !important;
}

.hubhood-custom-section-background-image,
.hubhood-custom-section-background-image-overlay {
        position: absolute;
        overflow: hidden;
        top: 0;
        width: calc(100% + 2px);
        left: 50%;
        height: 100%;
        transform: translate(-50%);
}

.hubhood-hero-slide-multiple:before,
.hubhood-hero-slide-multiple:after {
        display: none !important;
}

.hubhood-hero-category[data-term-image*="R0lGODlhAQABAIAAAP"]:before {
        display: none;
}

.hubhood-rating-bg-image:before,
.hubhood-rating-bg-image:after {        
        border-radius: 600px;
}

.job_listing .hubhood-listing-single-reviews {
        box-shadow: 0 0 50px rgba(0,0,0,0.06);
        z-index: 3;
}

.job_listing .hubhood-listing-single-reviews.hubhood-light-background {
        background: #fff;
        box-shadow: 0 0 50px rgba(0,0,0,0.01);
}

.job_listing .hubhood-listing-single-reviews + section {
        z-index: 4;
}

.hubhood-hero-slider .hubhood-background-image:before {
        opacity: 1;
}

.hubhood-background-image.hubhood-background-image-2:before {
        background : -moz-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(15, 19, 24, 0.3) 28%, rgba(15, 19, 24, 0.3) 50%, rgba(14, 18, 23, 0.2) 100%);
        background : -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.3)), color-stop(28%, rgba(15, 19, 24, 0.3)), color-stop(50%, rgba(15, 19, 24, 0.3)), color-stop(100%, rgba(14, 18, 23, 0.2)));
        background : -webkit-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(15, 19, 24, 0.3) 28%, rgba(15, 19, 24, 0.3) 50%, rgba(14, 18, 23, 0.2) 100%);
        background : -o-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(15, 19, 24, 0.3) 28%, rgba(15, 19, 24, 0.3) 50%, rgba(14, 18, 23, 0.2) 100%);
        background : -ms-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(15, 19, 24, 0.3) 28%, rgba(15, 19, 24, 0.3) 50%, rgba(14, 18, 23, 0.2) 100%);
        background : linear-gradient(to bottom, rgba(255, 255, 255, 0.3) 0%, rgba(15, 19, 24, 0.3) 28%, rgba(15, 19, 24, 0.3) 50%, rgba(14, 18, 23, 0.2) 100%);
        filter     : progid:DXImageTransform.Microsoft.gradient(startColorstr='#0f1419', endColorstr='#0e1217', GradientType=0);
}

.hubhood-hero-slider-full-width .hubhood-hero-slide:before,
.hubhood-hero-slider-full-width .hubhood-hero-slide:after {
        border-radius : 0;
}

.hubhood-hero-slide:after,
.hubhood-term-cards .hubhood-term-card:after,
.hubhood-term-cards .hubhood-hero-video-background:after,
.hubhood-term:after,
.hubhood-term-inner:after,
.hubhood-rating-bg-image:after {
        opacity    : 0.8;
        background : rgba(15, 20, 25, 0);
        background : -moz-linear-gradient(top, rgba(15, 20, 25, 0) 0%, rgba(15, 20, 25, 0) 39%, rgba(15, 20, 25, 0.9) 100%);
        background : -webkit-gradient(left top, left bottom, color-stop(0%, rgba(15, 20, 25, 0)), color-stop(39%, rgba(15, 20, 25, 0)), color-stop(100%, rgba(15, 20, 25, 0.9)));
        background : -webkit-linear-gradient(top, rgba(15, 20, 25, 0) 0%, rgba(15, 20, 25, 0) 39%, rgba(15, 20, 25, 0.9) 100%);
        background : -o-linear-gradient(top, rgba(15, 20, 25, 0) 0%, rgba(15, 20, 25, 0) 39%, rgba(15, 20, 25, 0.9) 100%);
        background : -ms-linear-gradient(top, rgba(15, 20, 25, 0) 0%, rgba(15, 20, 25, 0) 39%, rgba(15, 20, 25, 0.9) 100%);
        background : linear-gradient(to bottom, rgba(15, 20, 25, 0) 0%, rgba(15, 20, 25, 0) 39%, rgba(15, 20, 25, 0.9) 100%);
        filter     : progid:DXImageTransform.Microsoft.gradient(startColorstr='#0f1419', endColorstr='#0f1419', GradientType=0);
}

.hubhood-front-page-hero-section .hubhood-hero-slide:before,
.hubhood-front-page-hero-section .hubhood-hero-slide:after {
        opacity    : 0;
}


.hubhood-listing-single-reviews.hubhood-light-background.hubhood-no-review-average .hubhood-rating-bg-image[style*="R0lGODlhAQABAIAAA"]:before,
.hubhood-listing-single-reviews.hubhood-light-background.hubhood-no-review-average .hubhood-rating-bg-image[style*="R0lGODlhAQABAIAAA"]:after {
        opacity    : 0.07
}

.hubhood-listing-single-reviews.hubhood-light-background.hubhood-no-review-average .hubhood-rating-bg-image[style*="R0lGODlhAQABAIAAA"] .hubhood-listing-card-icon {
        background-color: transparent;
}

.hubhood-listing-single-reviews.hubhood-light-background.hubhood-no-review-average .hubhood-rating-bg-image[style*="R0lGODlhAQABAIAAA"] .hubhood-listing-card-icon:before,
.hubhood-listing-single-reviews.hubhood-light-background.hubhood-no-review-average .hubhood-rating-bg-image[style*="R0lGODlhAQABAIAAA"] .hubhood-listing-card-icon:after,
.hubhood-listing-single-reviews.hubhood-light-background.hubhood-no-review-average .hubhood-rating-bg-image[style*="R0lGODlhAQABAIAAA"] .fa-star:before {
        color: #e6e6e6;
        text-shadow: none;
}

.hubhood-listing-single-reviews.hubhood-light-background.hubhood-no-review-average .hubhood-rating-bg-image[style*="R0lGODlhAQABAIAAA"] .hubhood-rating-stars .fa-star:before {
        color: #ccc;
}

.hubhood-listing-single-reviews.hubhood-light-background.hubhood-no-review-average .hubhood-rating-bg-image[style*="R0lGODlhAQABAIAAA"] .hubhood-listing-card-icon:after {
        background-color: #e6e6e6;
}

.hubhood-no-inner-shadow .hubhood-term-inner:after {
        content : none;
}

.hubhood-term-dark-gradient-inner-botton {
        position      : absolute;
        top           : 0;
        left          : 0;
        border-radius : 4px;
        width         : 100%;
        height        : 100%;
}


.hubhood-term-dark-gradient-inner-botton:after {
        content       : "";
        position      : absolute;
        width         : 100%;
        height        : 100%;
        opacity       : 0.5;
        border-radius : 4px;
        background    : rgba(15, 20, 25, 0);
        background    : -moz-linear-gradient(top, rgba(15, 20, 25, 0) 0%, rgba(15, 20, 25, 0) 39%, rgba(15, 20, 25, 0.9) 100%);
        background    : -webkit-gradient(left top, left bottom, color-stop(0%, rgba(15, 20, 25, 0)), color-stop(39%, rgba(15, 20, 25, 0)), color-stop(100%, rgba(15, 20, 25, 0.9)));
        background    : -webkit-linear-gradient(top, rgba(15, 20, 25, 0) 0%, rgba(15, 20, 25, 0) 39%, rgba(15, 20, 25, 0.9) 100%);
        background    : -o-linear-gradient(top, rgba(15, 20, 25, 0) 0%, rgba(15, 20, 25, 0) 39%, rgba(15, 20, 25, 0.9) 100%);
        background    : -ms-linear-gradient(top, rgba(15, 20, 25, 0) 0%, rgba(15, 20, 25, 0) 39%, rgba(15, 20, 25, 0.9) 100%);
        background    : linear-gradient(to bottom, rgba(15, 20, 25, 0) 0%, rgba(15, 20, 25, 0) 39%, rgba(15, 20, 25, 0.9) 100%);
        filter        : progid:DXImageTransform.Microsoft.gradient(startColorstr='#0f1419', endColorstr='#0f1419', GradientType=0);
}

.hubhood-hero-text-wrapper {
        position   : relative;
        z-index    : 2;
        min-height : 100%;
        display    : table;
}

.hubhood-hero-slider-container-wrapper:not(.hubhood-hero-slider-full-width) .hubhood-hero-text-wrapper {
        left : 2px;
}

body:not(.single-job_listing) #content > .hubhood-hero-slider-container-wrapper {
        z-index: 3;
}

.hubhood-hero-text-inner {
        width   : 100%;
        display : table-row;
}

.hubhood-header-topbar-background-color-light.light-only.single-job_listing .hubhood-hero-text-inner,
.hubhood-header-topbar-background-color-dark.dark-only.single-job_listing .hubhood-hero-text-inner {
        top: 30px;
}

.hubhood-hero-text-inner>.col-sm-12 {
        display        : table-cell;
        vertical-align : middle;
}

.hubhood-hero-slider-full-width .hubhood-hero-text-inner>.col-sm-12 {
        padding : 30px 30px;
}

.hubhood-frontpage-header-design-1.hubhood-front-page-header-align-left .hubhood-front-page-hero-section .hubhood-hero-text-inner>.col-sm-12 {
        padding-left : 0;
}

.hubhood-frontpage-header-design-1.hubhood-front-page-header-align-right .hubhood-front-page-hero-section .hubhood-hero-text-inner>.col-sm-12 {
        padding-right : 0;
}

.hubhood-frontpage-header-design-3 .hubhood-front-page-hero-section .hubhood-hero-text-inner>.col-sm-12,
.hubhood-frontpage-header-design-4 .hubhood-front-page-hero-section .hubhood-hero-text-inner>.col-sm-12 {
        padding-left: 0;
        padding-right: 0;
}

.hubhood-has-front-hero-categories.hubhood-has-hero-listing-types.hubhood-frontpage-header-design-1.hubhood-frontpage-header-categories-design-2.hubhood-frontpage-frontpage-header-categories-position-default .hubhood-hero-categories-container ~ .hubhood-hero-types-container {
        bottom: 157px;
}

.hubhood-has-front-hero-categories.hubhood-has-hero-listing-types.hubhood-frontpage-header-design-1.hubhood-frontpage-header-categories-design-5.hubhood-frontpage-frontpage-header-categories-position-default .hubhood-hero-categories-container ~ .hubhood-hero-types-container {
        bottom: 161px;
}

.hubhood-has-front-hero-categories.hubhood-has-hero-listing-types.hubhood-frontpage-header-design-1.hubhood-frontpage-header-categories-design-7.hubhood-frontpage-frontpage-header-categories-position-default .hubhood-hero-categories-container ~ .hubhood-hero-types-container {
        bottom: 188px;
}

.hubhood-has-front-hero-categories.hubhood-has-hero-listing-types.hubhood-frontpage-header-design-1.hubhood-frontpage-header-categories-design-7.hubhood-frontpage-frontpage-header-categories-position-default .hubhood-front-page-hero-section.hubhood-hero-slider-full-width .hubhood-hero-content-inner {
        padding-bottom: 230px;
}

.hubhood-has-front-hero-categories.hubhood-frontpage-header-design-1.hubhood-frontpage-header-categories-design-34.hubhood-frontpage-frontpage-header-categories-position-default .hubhood-front-page-hero-section.hubhood-hero-slider-full-width .hubhood-hero-text-inner>.col-sm-12,
.hubhood-has-front-hero-categories.hubhood-has-hero-listing-types.hubhood-frontpage-header-design-1.hubhood-frontpage-header-categories-design-34.hubhood-frontpage-frontpage-header-categories-position-default .hubhood-front-page-hero-section.hubhood-hero-slider-full-width .hubhood-hero-text-inner>.col-sm-12,
.hubhood-has-front-hero-categories.hubhood-frontpage-header-design-1.hubhood-frontpage-header-categories-design-36.hubhood-frontpage-frontpage-header-categories-position-default .hubhood-front-page-hero-section.hubhood-hero-slider-full-width .hubhood-hero-text-inner>.col-sm-12,
.hubhood-has-front-hero-categories.hubhood-has-hero-listing-types.hubhood-frontpage-header-design-1.hubhood-frontpage-header-categories-design-36.hubhood-frontpage-frontpage-header-categories-position-default .hubhood-front-page-hero-section.hubhood-hero-slider-full-width .hubhood-hero-text-inner>.col-sm-12,
.hubhood-has-front-hero-categories.hubhood-frontpage-header-design-1.hubhood-frontpage-header-categories-design-37.hubhood-frontpage-frontpage-header-categories-position-default .hubhood-front-page-hero-section.hubhood-hero-slider-full-width .hubhood-hero-text-inner>.col-sm-12,
.hubhood-has-front-hero-categories.hubhood-has-hero-listing-types.hubhood-frontpage-header-design-1.hubhood-frontpage-header-categories-design-37.hubhood-frontpage-frontpage-header-categories-position-default.hubhood-front-page-hero-section.hubhood-hero-slider-full-width .hubhood-hero-text-inner>.col-sm-12,
.hubhood-has-front-hero-categories.hubhood-frontpage-header-design-1.hubhood-frontpage-header-categories-design-40.hubhood-frontpage-frontpage-header-categories-position-default .hubhood-front-page-hero-section.hubhood-hero-slider-full-width .hubhood-hero-text-inner>.col-sm-12,
.hubhood-has-front-hero-categories.hubhood-has-hero-listing-types.hubhood-frontpage-header-design-1.hubhood-frontpage-header-categories-design-40.hubhood-frontpage-frontpage-header-categories-position-default .hubhood-front-page-hero-section.hubhood-hero-slider-full-width .hubhood-hero-text-inner>.col-sm-12 {
        padding-bottom: 240px;
        padding-top: 100px;
}

.hubhood-has-front-hero-categories.hubhood-frontpage-header-design-1.hubhood-frontpage-header-categories-design-34.hubhood-frontpage-frontpage-header-categories-position-default .hubhood-front-page-hero-section.hubhood-hero-slider-full-width .hubhood-hero-text-inner>.col-sm-12,
.hubhood-has-front-hero-categories.hubhood-frontpage-header-design-1.hubhood-frontpage-header-categories-design-36.hubhood-frontpage-frontpage-header-categories-position-default .hubhood-front-page-hero-section.hubhood-hero-slider-full-width .hubhood-hero-text-inner>.col-sm-12,
.hubhood-has-front-hero-categories.hubhood-frontpage-header-design-1.hubhood-frontpage-header-categories-design-37.hubhood-frontpage-frontpage-header-categories-position-default .hubhood-front-page-hero-section.hubhood-hero-slider-full-width .hubhood-hero-text-inner>.col-sm-12,
.hubhood-has-front-hero-categories.hubhood-frontpage-header-design-1.hubhood-frontpage-header-categories-design-40.hubhood-frontpage-frontpage-header-categories-position-default .hubhood-front-page-hero-section.hubhood-hero-slider-full-width .hubhood-hero-text-inner>.col-sm-12 {
        padding-bottom: 80px;
}



.hubhood-frontpage-header-has-separator.hubhood-has-front-hero-categories.hubhood-has-hero-listing-types.hubhood-frontpage-header-design-1.hubhood-frontpage-header-categories-design-7.hubhood-frontpage-frontpage-header-categories-position-default .hubhood-front-page-hero-section.hubhood-hero-slider-full-width .hubhood-hero-content-inner,
.hubhood-frontpage-header-has-separator.hubhood-has-front-hero-categories.hubhood-frontpage-header-design-1.hubhood-frontpage-header-categories-design-34.hubhood-frontpage-frontpage-header-categories-position-default .hubhood-front-page-hero-section.hubhood-hero-slider-full-width .hubhood-hero-text-inner>.col-sm-12,
.hubhood-frontpage-header-has-separator.hubhood-has-front-hero-categories.hubhood-has-hero-listing-types.hubhood-frontpage-header-design-1.hubhood-frontpage-header-categories-design-34.hubhood-frontpage-frontpage-header-categories-position-default .hubhood-front-page-hero-section.hubhood-hero-slider-full-width .hubhood-hero-text-inner>.col-sm-12,
.hubhood-frontpage-header-has-separator.hubhood-has-front-hero-categories.hubhood-frontpage-header-design-1.hubhood-frontpage-header-categories-design-36.hubhood-frontpage-frontpage-header-categories-position-default .hubhood-front-page-hero-section.hubhood-hero-slider-full-width .hubhood-hero-text-inner>.col-sm-12,
.hubhood-frontpage-header-has-separator.hubhood-has-front-hero-categories.hubhood-has-hero-listing-types.hubhood-frontpage-header-design-1.hubhood-frontpage-header-categories-design-36.hubhood-frontpage-frontpage-header-categories-position-default .hubhood-front-page-hero-section.hubhood-hero-slider-full-width .hubhood-hero-text-inner>.col-sm-12,
.hubhood-frontpage-header-has-separator.hubhood-has-front-hero-categories.hubhood-frontpage-header-design-1.hubhood-frontpage-header-categories-design-37.hubhood-frontpage-frontpage-header-categories-position-default .hubhood-front-page-hero-section.hubhood-hero-slider-full-width .hubhood-hero-text-inner>.col-sm-12,
.hubhood-frontpage-header-has-separator.hubhood-has-front-hero-categories.hubhood-has-hero-listing-types.hubhood-frontpage-header-design-1.hubhood-frontpage-header-categories-design-37.hubhood-frontpage-frontpage-header-categories-position-default.hubhood-front-page-hero-section.hubhood-hero-slider-full-width .hubhood-hero-text-inner>.col-sm-12,
.hubhood-frontpage-header-has-separator.hubhood-has-front-hero-categories.hubhood-frontpage-header-design-1.hubhood-frontpage-header-categories-design-40.hubhood-frontpage-frontpage-header-categories-position-default .hubhood-front-page-hero-section.hubhood-hero-slider-full-width .hubhood-hero-text-inner>.col-sm-12,
.hubhood-frontpage-header-has-separator.hubhood-has-front-hero-categories.hubhood-has-hero-listing-types.hubhood-frontpage-header-design-1.hubhood-frontpage-header-categories-design-40.hubhood-frontpage-frontpage-header-categories-position-default .hubhood-front-page-hero-section.hubhood-hero-slider-full-width .hubhood-hero-text-inner>.col-sm-12,
.hubhood-has-front-hero-categories.hubhood-frontpage-header-design-1.hubhood-frontpage-header-categories-design-40.hubhood-frontpage-frontpage-header-categories-position-default .hubhood-front-page-hero-section.hubhood-hero-slider-full-width .hubhood-hero-text-inner>.col-sm-12,
.hubhood-has-front-hero-categories.hubhood-has-hero-listing-types.hubhood-frontpage-header-design-1.hubhood-frontpage-header-categories-design-40.hubhood-frontpage-frontpage-header-categories-position-default .hubhood-front-page-hero-section.hubhood-hero-slider-full-width .hubhood-hero-text-inner>.col-sm-12 {
        padding-bottom: 210px;
}

.hubhood-has-front-hero-categories.hubhood-frontpage-header-design-1.hubhood-frontpage-header-categories-design-40.hubhood-frontpage-frontpage-header-categories-position-default .hubhood-front-page-hero-section.hubhood-hero-slider-full-width .hubhood-hero-text-inner>.col-sm-12,
.hubhood-has-front-hero-categories.hubhood-has-hero-listing-types.hubhood-frontpage-header-design-1.hubhood-frontpage-header-categories-design-40.hubhood-frontpage-frontpage-header-categories-position-default .hubhood-front-page-hero-section.hubhood-hero-slider-full-width .hubhood-hero-text-inner>.col-sm-12 {
        padding-bottom: 180px;
}

.hubhood-has-front-hero-categories.hubhood-frontpage-header-design-1.hubhood-frontpage-header-categories-design-34.hubhood-frontpage-frontpage-header-categories-position-footer .hubhood-front-page-hero-section.hubhood-hero-slider-full-width .hubhood-hero-text-inner>.col-sm-12,
.hubhood-has-front-hero-categories.hubhood-frontpage-header-design-1.hubhood-frontpage-header-categories-design-36.hubhood-frontpage-frontpage-header-categories-position-footer .hubhood-front-page-hero-section.hubhood-hero-slider-full-width .hubhood-hero-text-inner>.col-sm-12,
.hubhood-has-front-hero-categories.hubhood-frontpage-header-design-1.hubhood-frontpage-header-categories-design-37.hubhood-frontpage-frontpage-header-categories-position-footer .hubhood-front-page-hero-section.hubhood-hero-slider-full-width .hubhood-hero-text-inner>.col-sm-12,
.hubhood-has-front-hero-categories.hubhood-frontpage-header-design-1.hubhood-frontpage-header-categories-design-40.hubhood-frontpage-frontpage-header-categories-position-footer .hubhood-front-page-hero-section.hubhood-hero-slider-full-width .hubhood-hero-text-inner>.col-sm-12 {
        padding-bottom: 0;
}

.hubhood-has-front-hero-categories.hubhood-has-hero-listing-types.hubhood-frontpage-header-design-1.hubhood-frontpage-header-categories-design-34.hubhood-frontpage-frontpage-header-categories-position-footer .hubhood-front-page-hero-section.hubhood-hero-slider-full-width .hubhood-hero-text-inner>.col-sm-12,
.hubhood-has-front-hero-categories.hubhood-has-hero-listing-types.hubhood-frontpage-header-design-1.hubhood-frontpage-header-categories-design-36.hubhood-frontpage-frontpage-header-categories-position-footer .hubhood-front-page-hero-section.hubhood-hero-slider-full-width .hubhood-hero-text-inner>.col-sm-12,
.hubhood-has-front-hero-categories.hubhood-has-hero-listing-types.hubhood-frontpage-header-design-1.hubhood-frontpage-header-categories-design-37.hubhood-frontpage-frontpage-header-categories-position-footer .hubhood-front-page-hero-section.hubhood-hero-slider-full-width .hubhood-hero-text-inner>.col-sm-12,
.hubhood-has-front-hero-categories.hubhood-has-hero-listing-types.hubhood-frontpage-header-design-1.hubhood-frontpage-header-categories-design-40.hubhood-frontpage-frontpage-header-categories-position-footer .hubhood-front-page-hero-section.hubhood-hero-slider-full-width .hubhood-hero-text-inner>.col-sm-12 {
        padding-bottom: 200px;
        padding-top: 150px;
}

.hubhood-has-front-hero-categories.hubhood-frontpage-header-design-3.hubhood-frontpage-header-categories-design-34 .hubhood-front-page-hero-section.hubhood-hero-slider-full-width .hubhood-hero-text-inner>.col-sm-12,
.hubhood-has-front-hero-categories.hubhood-has-hero-listing-types.hubhood-frontpage-header-design-3.hubhood-frontpage-header-categories-design-34 .hubhood-front-page-hero-section.hubhood-hero-slider-full-width .hubhood-hero-text-inner>.col-sm-12,
.hubhood-has-front-hero-categories.hubhood-frontpage-header-design-3.hubhood-frontpage-header-categories-design-36 .hubhood-front-page-hero-section.hubhood-hero-slider-full-width .hubhood-hero-text-inner>.col-sm-12,
.hubhood-has-front-hero-categories.hubhood-has-hero-listing-types.hubhood-frontpage-header-design-3.hubhood-frontpage-header-categories-design-36 .hubhood-front-page-hero-section.hubhood-hero-slider-full-width .hubhood-hero-text-inner>.col-sm-12,
.hubhood-has-front-hero-categories.hubhood-frontpage-header-design-3.hubhood-frontpage-header-categories-design-37 .hubhood-front-page-hero-section.hubhood-hero-slider-full-width .hubhood-hero-text-inner>.col-sm-12,
.hubhood-has-front-hero-categories.hubhood-has-hero-listing-types.hubhood-frontpage-header-design-3.hubhood-frontpage-header-categories-design-37 .hubhood-front-page-hero-section.hubhood-hero-slider-full-width .hubhood-hero-text-inner>.col-sm-12,

.hubhood-has-front-hero-categories.hubhood-frontpage-header-design-3.hubhood-frontpage-header-categories-design-40 .hubhood-front-page-hero-section.hubhood-hero-slider-full-width .hubhood-hero-text-inner>.col-sm-12,
.hubhood-has-front-hero-categories.hubhood-has-hero-listing-types.hubhood-frontpage-header-design-3.hubhood-frontpage-header-categories-design-40 .hubhood-front-page-hero-section.hubhood-hero-slider-full-width .hubhood-hero-text-inner>.col-sm-12 {
        padding-top: 100px;
}

.hubhood-has-front-hero-categories.hubhood-frontpage-header-design-1.hubhood-frontpage-header-categories-design-34.hubhood-frontpage-frontpage-header-categories-position-default .hubhood-hero-categories-container ~ .hubhood-hero-types-container,
.hubhood-has-front-hero-categories.hubhood-has-hero-listing-types.hubhood-frontpage-header-design-1.hubhood-frontpage-header-categories-design-34.hubhood-frontpage-frontpage-header-categories-position-default .hubhood-hero-categories-container ~ .hubhood-hero-types-container,
.hubhood-has-front-hero-categories.hubhood-frontpage-header-design-1.hubhood-frontpage-header-categories-design-36.hubhood-frontpage-frontpage-header-categories-position-default .hubhood-hero-categories-container ~ .hubhood-hero-types-container,
.hubhood-has-front-hero-categories.hubhood-has-hero-listing-types.hubhood-frontpage-header-design-1.hubhood-frontpage-header-categories-design-36.hubhood-frontpage-frontpage-header-categories-position-default .hubhood-hero-categories-container ~ .hubhood-hero-types-container,
.hubhood-has-front-hero-categories.hubhood-frontpage-header-design-1.hubhood-frontpage-header-categories-design-37.hubhood-frontpage-frontpage-header-categories-position-default .hubhood-hero-categories-container ~ .hubhood-hero-types-container,
.hubhood-has-front-hero-categories.hubhood-has-hero-listing-types.hubhood-frontpage-header-design-1.hubhood-frontpage-header-categories-design-37.hubhood-frontpage-frontpage-header-categories-position-default .hubhood-hero-categories-container ~ .hubhood-hero-types-container,

.hubhood-has-front-hero-categories.hubhood-frontpage-header-design-1.hubhood-frontpage-header-categories-design-40.hubhood-frontpage-frontpage-header-categories-position-default .hubhood-hero-categories-container ~ .hubhood-hero-types-container,
.hubhood-has-front-hero-categories.hubhood-has-hero-listing-types.hubhood-frontpage-header-design-1.hubhood-frontpage-header-categories-design-40.hubhood-frontpage-frontpage-header-categories-position-default .hubhood-hero-categories-container ~ .hubhood-hero-types-container

 {
        bottom: 292px;
}

.hubhood-has-front-hero-categories.hubhood-frontpage-header-design-1.hubhood-frontpage-header-categories-design-41.hubhood-frontpage-frontpage-header-categories-position-default .hubhood-hero-categories-container ~ .hubhood-hero-types-container,
.hubhood-has-front-hero-categories.hubhood-has-hero-listing-types.hubhood-frontpage-header-design-1.hubhood-frontpage-header-categories-design-41.hubhood-frontpage-frontpage-header-categories-position-default .hubhood-hero-categories-container ~ .hubhood-hero-types-container,
.hubhood-has-front-hero-categories.hubhood-frontpage-header-design-1.hubhood-frontpage-header-categories-design-42.hubhood-frontpage-frontpage-header-categories-position-default .hubhood-hero-categories-container ~ .hubhood-hero-types-container,
.hubhood-has-front-hero-categories.hubhood-has-hero-listing-types.hubhood-frontpage-header-design-1.hubhood-frontpage-header-categories-design-42.hubhood-frontpage-frontpage-header-categories-position-default .hubhood-hero-categories-container ~ .hubhood-hero-types-container,
.hubhood-has-front-hero-categories.hubhood-frontpage-header-design-1.hubhood-frontpage-header-categories-design-43.hubhood-frontpage-frontpage-header-categories-position-default .hubhood-hero-categories-container ~ .hubhood-hero-types-container,
.hubhood-has-front-hero-categories.hubhood-has-hero-listing-types.hubhood-frontpage-header-design-1.hubhood-frontpage-header-categories-design-43.hubhood-frontpage-frontpage-header-categories-position-default .hubhood-hero-categories-container ~ .hubhood-hero-types-container

 {
        bottom: 234px;
}
















.hubhood-hero-text-inner * {
        color : #fff;
}

.hubhood-front-page-hero-section .hubhood-hero-text-inner .hubhood-hero-title *,
.hubhood-front-page-hero-section .hubhood-hero-text-inner .hubhood-hero-subtitle * {
        color : var(--hubhood-color);
}

.hubhood-hero-text-inner .hubhood-listing-search-filter-form-wrapper input,
.hubhood-hero-text-inner .hubhood-listing-search-filter-form-wrapper select,
.hubhood-hero-text-inner .hubhood-listing-search-filter-form-wrapper textarea,
.hubhood-hero-text-inner .hubhood-listing-search-filter-form-wrapper .select2,
.hubhood-hero-text-inner .hubhood-listing-search-filter-form-wrapper .select2 * {
    color: #252525;
}

.hubhood-hero-text-inner .hubhood-listing-search-filter-form-wrapper input,
.hubhood-hero-text-inner .hubhood-listing-search-filter-form-wrapper select,
.hubhood-hero-text-inner .hubhood-listing-search-filter-form-wrapper textarea,
.hubhood-hero-text-inner .hubhood-listing-search-filter-form-wrapper .select2 {
    text-align: left;
}

.hubhood-hero-link:hover {
        color : rgba(255, 255, 255, 0.7);
}

.hubhood-hero-title,
.hubhood-hero-subtitle {
        margin-top    : 0;
        margin-bottom : 0;
        text-shadow: 1px 1px 0 rgb(0 0 0 / 15%);
}

.hubhood-front-page-hero-section .hubhood-hero-title *,
.hubhood-front-page-hero-section .hubhood-hero-subtitle * {
        font-size: inherit !important;
}

.hubhood-frontpage-header-design-6 .hubhood-front-page-hero-section .hubhood-hero-title {
        font-size: 36px;
        color: #252525;
        text-align: left;
        text-shadow: none;
        font-weight: 700;
}

.hubhood-frontpage-header-design-6 .hubhood-front-page-hero-section .hubhood-hero-subtitle {
        color: #000;
        text-align: left;
        margin-left: 0 !important;
        text-shadow: none;
        margin-top: -5px !important;
        padding-top: 20px;
}

.hubhood-front-hero-title-inner-design {
        padding: 30px 30px 10px;
}

.hubhood-page-header-content .hubhood-hero-title {
        text-transform: capitalize;
}

.hubhood-hero-subtitle,
.entry-content .hubhood-hero-subtitle {
        margin-top   : 10px;
        font-size    : 18px;
        font-weight  : 600;
        max-width    : 1080px;
        margin-left  : auto;
        margin-right : auto;
}

.hubhood-front-page-hero-section .hubhood-hero-buttons-wrapper {
        margin-top: 15px;
}

.hubhood-front-page-hero-section .hubhood-hero-subtitle ~ .hubhood-hero-buttons-wrapper {
        margin-top: 30px;
}

.hubhood-front-page-header-align-left .hubhood-front-page-hero-section .hubhood-hero-title,
.hubhood-front-page-header-align-left .hubhood-front-page-hero-section .hubhood-hero-subtitle,
.hubhood-front-page-header-align-left .hubhood-front-page-hero-section .hubhood-hero-buttons-wrapper {
        text-align: left;
}

.hubhood-front-page-hero-section .hubhood-hero-text-inner .hubhood-hero-title .hubhood-featured-heading-title-word {
        white-space: nowrap;
        color: #fff;
        text-decoration: underline;
        text-decoration-style: dotted;
}

.hubhood-front-page-hero-section .hubhood-hero-text-inner .hubhood-hero-title a.hubhood-featured-heading-title-word:hover {
        color: rgba(255,255,255,0.6);
}

.hubhood-frontpage-header-design-6 .hubhood-front-page-hero-section .hubhood-hero-text-inner .hubhood-hero-title .hubhood-featured-heading-title-word,
.hubhood-frontpage-header-design-6 .hubhood-front-page-hero-section .hubhood-hero-text-inner .hubhood-hero-title .hubhood-featured-heading-title-word:hover {
        color: var(--hubhood-color);
        text-decoration: none;
}

.hubhood-featured-heading-title-word:before {
        position: relative;
        top: -4px;
        width: 44px;
        height: 44px;
        line-height: 45px;
        font-size: 25px;
        background-image    : url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='400' height='400'><g fill-rule='evenodd'><path fill='rgb(200,150,45)' d='M195.443.614c-.338.338-.696.563-.797.5s-.691.329-1.314.87-1.222.962-1.332.934c-.322-.081-6.4 5.872-6.4 6.268 0 .198-.359.474-.798.613-.806.256-4.08 3.208-9.406 8.479-1.599 1.582-2.98 2.804-3.07 2.715s-1.378 1.081-2.864 2.601-3.052 2.876-3.481 3.012-.781.404-.781.594-.359.46-.798.599-1.098.554-1.466.922c-.82.821-6.78.978-7.266.192-.162-.262-.649-.473-1.082-.469-1.101.011-4.335-.956-4.643-1.388-.141-.197-.443-.242-.673-.101s-.515.099-.635-.096-.983-.476-1.916-.625-1.792-.425-1.909-.613-.754-.427-1.416-.531c-1.133-.179-7.047-1.999-8.796-2.708-.44-.179-1.79-.533-3-.788s-2.767-.718-3.46-1.029-1.686-.565-2.206-.565-1.646-.375-2.502-.834c-2.505-1.342-8.063-1.249-10.211.172-.882.584-1.727 1.062-1.877 1.062-.484 0-2.905 2.939-2.697 3.275.11.179.024.325-.192.325-.356 0-1.006 2.021-.851 2.649.035.144-.098.372-.297.506-.487.33-1.938 3.447-2.581 5.545-.286.935-.647 1.7-.8 1.7s-.211.36-.126.8-.016.8-.223.8-.383.225-.391.5-.361 1.22-.786 2.1-.779 1.82-.786 2.088-.374 1.129-.814 1.912-.8 1.61-.8 1.838-.45 1.397-1 2.599-1 2.451-1 2.775-.15.588-.333.588-.338.225-.343.5c-.013.767-2.654 7.282-3.013 7.434-.174.074-.227.279-.118.455s-.07.543-.397.815-.596.709-.596.973c0 .963-4.497 4.223-5.826 4.223-.462 0-.965.124-1.117.277s-.767.299-1.367.328-1.36.155-1.69.281-2.576.44-4.991.698-4.655.683-4.977.943c-.476.385-.52.361-.232-.127.284-.482.24-.51-.223-.145-.317.251-1.702.584-3.078.74s-2.577.408-2.671.559-.993.227-1.999.168-1.829.047-1.829.236-2.348.575-5.218.859-5.31.667-5.423.85-.833.333-1.599.333c-3.094 0-8.068 3.699-8.778 6.528-.149.594-.44 1.184-.648 1.313-.447.276-.385 8.578.068 9.159.172.22.526 4.9.786 10.4s.636 10.45.832 11c1.514 4.241-.18 17.737-2.079 16.564-.188-.116-.341.074-.341.422s-.431.798-.958.998-1.022.511-1.1.69c-.17.391-3.054 2.275-4.042 2.641-.385.143-.7.446-.7.672s-.261.413-.58.413-.739.283-.932.629-.726.842-1.182 1.1c-1.392.79-7.871 5.217-8.444 5.77-.296.286-1.061.79-1.7 1.121s-1.162.776-1.162.99-.339.39-.754.39-1.053.456-1.418 1.013-.835.906-1.046.776-.382-.051-.382.175-.27.307-.6.181c-.359-.138-.6-.003-.6.336 0 .532-4.162 3.553-5.7 4.138-.385.147-.7.528-.7.847s-.154.486-.341.37c-1.032-.637-4.059 5.569-4.059 8.321 0 1.58 1.293 5.352 2.003 5.843.159.11.426.65.594 1.2s1.001 2.201 1.854 3.67 1.549 2.781 1.549 2.917.183.464.407.73c.924 1.096 2.779 4.115 2.786 4.534.004.248.277.675.607.949s.6.829.6 1.233.394 1.103.875 1.551.936 1.213 1.01 1.699.286.98.471 1.1.718.97 1.185 1.89 1.016 1.777 1.223 1.904.493.77.637 1.428.39 1.195.546 1.195.817 1.035 1.469 2.3 1.309 2.357 1.462 2.426.178.384.057.7-.028.574.207.574c1.524 0 1.696 6.046.236 8.286-.318.487-.578 1.134-.578 1.438s-.348.867-.773 1.252c-.445.402-.671.966-.532 1.327.148.387.077.527-.185.365-.48-.297-1.035.807-.688 1.368.124.2.048.364-.169.364s-.65.495-.963 1.1c-1.426 2.757-2.134 3.919-2.69 4.42-.359.323-.387.43-.07.268.438-.225.439-.127.003.57-.289.463-.662.842-.829.842s-.304.27-.304.6-.143.6-.318.6-.999 1.44-1.833 3.2-1.666 3.2-1.851 3.2-.448.516-.586 1.146-.603 1.523-1.032 1.983-.78 1.186-.78 1.611-.273.879-.606 1.007c-.518.199-1.453 1.837-1.56 2.733-.019.154-.259.505-.534.78s-.5.715-.5.977-.253.575-.562.693-.69.813-.846 1.543-.415 1.507-.575 1.727c-.492.676-.487 4.259.008 5.565.991 2.613 1.627 3.835 1.994 3.835.209 0 .381.242.381.538 0 .684 1.377 1.952 1.732 1.596.148-.147.268.033.268.399s.27.667.6.667a8.91 8.91 0 0 1 .777.025c.097.014.853.644 1.678 1.4s1.717 1.375 1.98 1.375.583.27.71.6.491.6.809.6.639.135.713.3c.181.408 3.872 2.9 4.296 2.9.186 0 .558.264.825.586s1.505 1.255 2.749 2.073 2.353 1.602 2.463 1.741c.333.42 3.924 2.8 4.225 2.8.155 0 .572.32.928.71.648.712 2.871 2.242 3.247 2.236.11-.002.438.235.729.525s.796.529 1.123.529.484.18.348.401.175.561.692.758 1.179.644 1.47.995.716.521.945.38.305-.077.169.144.089.763.502 1.206c2.099 2.254 3.815 14.516 2.031 14.516-.215 0-.356.675-.315 1.5.093 1.829-.404 10.387-.935 16.1-.771 8.29-.887 9.823-.858 11.4.056 3.029.153 3.8.481 3.8.181 0 .447.63.592 1.4.157.838.496 1.4.844 1.4.32 0 .582.273.582.606s.539.934 1.199 1.335 1.079.848.933.994-.01.266.301.267 1.066.263 1.676.581 2.905.803 5.1 1.077 3.991.612 3.991.752.585.264 1.3.275a16.09 16.09 0 0 1 2.5.269c.66.137 2.505.365 4.1.505s2.9.373 2.9.516 1.845.498 4.1.789 4.28.637 4.499.767 1.03.292 1.8.36a38.56 38.56 0 0 1 2.201.254 158.06 158.06 0 0 0 3.2.441c1.32.171 2.593.464 2.83.652s.821.266 1.3.174.87.002.87.209.27.377.6.377.96.36 1.4.8.935.801 1.1.803c.416.004 1.956 2.387 2.312 3.578.161.54.54 1.228.841 1.529a2.15 2.15 0 0 1 .547 1.319c0 .424.174.771.387.771s.284.27.158.6-.039.6.194.6.543.63.687 1.4.434 1.4.642 1.4.276.168.149.372-.047.486.176.624.409.556.411.928.446 1.576.987 2.676.99 2.256.996 2.569.328.928.713 1.368.483.674.217.519c-.324-.19-.292.084.097.831.32.612.582 1.338.584 1.613s.157.5.347.5.659.997 1.042 2.214 1.021 2.882 1.418 3.698.637 1.619.535 1.786.023.302.279.302.363.27.236.6-.084.6.094.6.566.765.863 1.7c1.564 4.925 4.553 8.833 7.153 9.353.679.136 1.235.392 1.235.57 0 .579 6.003.615 6.368.038.127-.202 1.312-.588 2.632-.858s2.58-.627 2.8-.794 1.615-.541 3.1-.83 2.7-.649 2.7-.8 1.074-.486 2.387-.745 2.486-.629 2.607-.825 1.252-.567 2.513-.825 2.473-.612 2.693-.784 1.432-.525 2.693-.784 2.386-.621 2.5-.805 1.153-.463 2.307-.618 2.855-.621 3.778-1.037 2.192-.756 2.82-.756 1.316-.174 1.528-.386c.478-.478 4.892.603 5.805 1.421.348.311.843.565 1.1.565a.47.47 0 0 1 .469.467c0 .256.098.368.218.248.236-.235 3.382 2.645 3.382 3.096 0 .312 2.175 2.093 2.19 1.793.006-.108.946.702 2.09 1.8l3.654 3.475c.866.813 1.476 1.578 1.354 1.7s.045.221.37.221 1.843 1.215 3.373 2.7 3.711 3.499 4.848 4.476 2.273 2.16 2.524 2.63 1.077 1.079 1.834 1.353 1.278.656 1.158.849c-.261.422 1.19 1.273 1.552.911.139-.139.253-.049.253.2 0 1.883 8.856 2.606 10.715.875.41-.383 1.121-.815 1.579-.96s.933-.528 1.056-.849.49-.585.814-.585.717-.208.874-.462c.189-.305.108-.352-.238-.138s-.427.167-.238-.138c.157-.254.529-.462.826-.462s.995-.54 1.551-1.2 1.231-1.2 1.502-1.2.378-.114.238-.254c-.242-.242 2.362-2.546 2.878-2.546.136 0 .876-.803 1.645-1.785s1.559-1.792 1.756-1.8.737-.369 1.2-.802c3.088-2.885 4.642-4.491 4.642-4.799 0-.195.264-.414.586-.485.926-.204 4.816-3.597 5.757-5.021.47-.711 1.305-1.405 1.855-1.543s1.01-.457 1.019-.708c.046-1.248 6.231-3.761 7.574-3.078.335.171 1.479.424 2.542.562s2.143.384 2.4.545.647.334.867.386c2.615.615 4.111 1.041 4.645 1.324.355.188 1.795.565 3.2.837s2.687.692 2.849.931.297.279.3.087.276-.125.606.149.6.401.6.283.945.149 2.1.593 2.955.992 4 1.218 1.9.581 1.9.788.405.335.9.286 1.407.118 2.026.371 1.554.461 2.076.461 1.07.192 1.215.427.516.331.823.213.56-.061.56.127.81.464 1.8.612 1.8.437 1.8.641c0 .394.609.463 3.796.427 1.098-.013 2.058-.208 2.133-.435s.528-.413 1.004-.413c1.825-.004 5.504-2.981 6.099-4.936.144-.474.495-1.133.778-1.463.514-.598 1.595-3.929 1.461-4.5-.039-.165.095-.3.297-.3.364 0 1.065-2.29.898-2.93-.047-.181.09-.221.305-.088s.591-.528.834-1.47c.412-1.598.858-2.753 2.199-5.696.297-.651.434-1.354.306-1.562s-.04-.258.196-.112c.256.158.541-.259.708-1.039.154-.716.392-1.483.53-1.703.456-.73 1.244-3.189 1.25-3.9.003-.385.179-.7.39-.7s.6-.72.863-1.6.661-1.6.883-1.6.297-.107.167-.237.11-1.046.534-2.036.67-1.963.547-2.163-.049-.364.167-.364.605-.641.863-1.425c1.084-3.283 5.638-6.282 10.222-6.731 5.471-.536 7.216-.775 7.57-1.038.432-.321 2.547-.688 6.137-1.065 1.245-.131 2.443-.372 2.663-.535.385-.285 4.862-.905 6.3-.872.385.009.7-.126.7-.299s.747-.24 1.66-.149 1.768.002 1.9-.199 2.071-.57 4.308-.82c2.78-.312 4.554-.732 5.6-1.327 1.907-1.083 4.532-3.528 4.532-4.221 0-.286.15-.519.333-.519s.358-.225.387-.5.182-1.13.338-1.9c.401-1.97.396-4.251-.023-10-.201-2.75-.342-5.501-.315-6.114s-.09-1.028-.262-.922c-.371.229-1.308-16.74-1.223-22.164.079-5.083.089-5.2.451-5.2.173 0 .314-.27.314-.6s.17-.6.378-.6.625-.495.927-1.1.761-1.055 1.022-1 .473-.078.473-.295.765-.874 1.7-1.46 1.79-1.174 1.9-1.309.875-.598 1.7-1.031 1.5-.921 1.5-1.086.585-.6 1.3-.968 1.591-1.003 1.947-1.41.851-.741 1.1-.741.453-.18.453-.4.236-.4.525-.4.883-.315 1.321-.7 1.084-.88 1.435-1.1c3.142-1.973 8.331-5.556 9.219-6.366.605-.551 1.1-.911 1.1-.8 0 .178 1.415-.811 4.751-3.319 1.812-1.363 3.249-2.804 3.249-3.258 0-.251.138-.457.306-.457 1.207 0 2.345-7.95 1.236-8.636-.195-.121-.252-.387-.125-.591s-.051-.772-.394-1.261-.623-1.21-.623-1.601-.171-.711-.379-.711-.816-.855-1.35-1.9c-2.529-4.947-3.305-6.322-3.719-6.591-.246-.159-.685-.879-.977-1.6s-.63-1.399-.752-1.509-.673-1.095-1.223-2.188-1.315-2.342-1.7-2.775-.7-1.024-.7-1.312-.159-.525-.353-.525-.459-.315-.589-.7a7.09 7.09 0 0 0-.618-1.3c-.21-.33-.497-.87-.638-1.2s-.783-1.5-1.429-2.6-1.285-2.315-1.42-2.7-.391-.7-.569-.7-.544-.675-.816-1.5-.781-1.71-1.131-1.968c-.819-.601-.94-6.964-.137-7.232.275-.092.5-.384.5-.649 0-.501.592-1.696 2.732-5.513.697-1.244 1.268-2.509 1.268-2.812s.36-.809.8-1.126.8-.807.8-1.088.17-.512.377-.512.307-.365.221-.811-.006-.718.177-.604.443-.107.577-.489.78-1.506 1.437-2.496 1.378-2.25 1.603-2.8.578-1.27.786-1.6c1.818-2.878 4.422-7.713 4.422-8.209 0-.339.257-.715.572-.836s.762-.7.994-1.287.605-1.338.828-1.668c.356-.526 1.268-2.644 1.379-3.2.021-.11.156-.383.298-.606.215-.336.183-3.221-.07-6.262-.031-.367-.313-.766-.628-.887s-.573-.596-.573-1.056-.147-.745-.327-.634-.641-.332-1.026-.984-.856-1.089-1.045-.972-.459-.15-.6-.593-.417-.806-.615-.806-1.13-.546-2.073-1.213L386 144.899c-.55-.372-1.916-1.356-3.036-2.187s-2.217-1.512-2.438-1.512-.728-.36-1.126-.8-.906-.8-1.128-.8-.69-.275-1.038-.61c-1.07-1.031-4.163-3.233-5.534-3.94-.715-.369-1.3-.857-1.3-1.084s-.165-.311-.366-.187-.426.079-.5-.1c-.216-.525-4.562-3.679-5.07-3.679-.255 0-.464-.168-.464-.373s-.396-.499-.879-.652c-.927-.294-5.121-4.067-5.121-4.607 0-.174-.208-.823-.462-1.442s-.49-1.306-.523-1.526-.209-.727-.391-1.127c-.191-.421-.149-1.094.101-1.6.237-.48.43-1.953.428-3.273-.006-4.951.91-20.026 1.257-20.671.546-1.015.998-15.392.503-16.014-.225-.283-.617-1.145-.872-1.915-1.064-3.215-4.318-5.512-8.308-5.867-1.503-.133-2.913-.376-3.133-.538s-2.56-.521-5.2-.795-4.98-.624-5.2-.777-.85-.31-1.4-.349-2.62-.355-4.6-.701-4.185-.663-4.9-.702-1.3-.217-1.3-.396-.315-.283-.7-.232c-1.286.17-6.1-.531-6.1-.89 0-.194-.27-.353-.6-.353s-.603.225-.606.5c-.005.374-.082.382-.306.029-.164-.259-1.087-.544-2.051-.634-1.017-.095-1.956-.442-2.238-.829-.268-.366-.712-.666-.987-.666-.748 0-4.012-3.458-4.012-4.25 0-.378-.315-1.047-.7-1.487s-.479-.671-.208-.513c.357.208.34-.02-.062-.831-1.399-2.827-2.23-4.861-2.23-5.463 0-.361-.163-.656-.363-.656s-.268-.36-.153-.8.026-.8-.198-.8c-.34 0-.647-.58-1.48-2.8l-.363-1a102.87 102.87 0 0 0-1.109-2.8c-.451-1.1-.912-2.405-1.024-2.9s-.362-.9-.557-.9-.324-.135-.289-.3-.05-.57-.189-.9c-.464-1.107-1.207-2.998-1.258-3.2-.027-.11-.395-1.19-.817-2.4l-.81-2.4c-.024-.11-.616-1.42-1.317-2.91S292 23.404 292 23.19s-.17-.39-.377-.39-.697-.54-1.087-1.201-1.075-1.311-1.523-1.447-1.131-.526-1.519-.867c-1.418-1.245-9.504-1.36-10.257-.146-.13.21-1.407.609-2.837.886s-2.69.624-2.8.772-1.37.509-2.8.803-2.7.683-2.822.865-1.022.494-2 .695-2.723.726-3.878 1.168-2.1.707-2.1.589-.242-.014-.537.231-.651.331-.79.192-.483-.072-.763.151-1.5.631-2.71.909-2.38.634-2.6.793-1.57.521-3 .807-2.836.704-3.125.93c-.871.679-6.034.576-6.482-.13-.321-.506-.382-.509-.387-.024s-.089.475-.506-.04c-.275-.339-1.22-1.13-2.1-1.757s-2.075-1.633-2.656-2.236-1.16-.994-1.285-.868-.429-.211-.674-.749a4.21 4.21 0 0 0-1.373-1.552c-.51-.316-2.945-2.509-5.41-4.873s-4.644-4.199-4.842-4.076-.36-.042-.36-.364c0-.639-3.635-3.861-4.356-3.861-.244 0-.444-.258-.444-.573s-.36-.687-.8-.827-.8-.512-.8-.827-.148-.573-.328-.573-.884-.495-1.564-1.1c-2.789-2.482-3.347-2.903-4.877-3.684-2.072-1.057-8.794-1.196-9.788-.202' xmlns='http://www.w3.org/2000/svg'></path></g></svg>");
        background-repeat   : no-repeat;
        background-position : center center;
        background-size     : contain;
        border-radius: 50px;
        text-align: center;
        color: #fff;
        margin-right: 4px;
}

.hubhood-featured-heading-title-word.fa:before {
        -webkit-text-stroke-width : 0.002em;
}

.hubhood-featured-heading-title-word.fas:before {
        -webkit-text-stroke-width : 0.00001em;
}

.hubhood-featured-heading-title-word.fas.fa-check:before {
        font-size: 23px;
}

.hubhood-front-page-header-align-left .hubhood-front-page-hero-section .hubhood-hero-subtitle {
        margin-left: 0;
        padding-left: 3px;
}

.hubhood-front-page-header-align-right .hubhood-front-page-hero-section .hubhood-hero-subtitle {
        margin-right: 0;
}

.hubhood-front-page-header-align-center .hubhood-front-page-hero-section .hubhood-hero-title,
.hubhood-front-page-header-align-center .hubhood-front-page-hero-section .hubhood-hero-subtitle,
.hubhood-front-page-header-align-center .hubhood-front-page-hero-section .hubhood-hero-buttons-wrapper {
        text-align: center;
}

.hubhood-front-page-header-align-right .hubhood-front-page-hero-section .hubhood-hero-title,
.hubhood-front-page-header-align-right .hubhood-front-page-hero-section .hubhood-hero-subtitle,
.hubhood-front-page-header-align-right .hubhood-front-page-hero-section .hubhood-hero-buttons-wrapper {
        text-align: right;
}

.hubhood-wavy-separator ~ .hubhood-hero-subtitle,
.entry-content .hubhood-wavy-separator ~ .hubhood-hero-subtitle {
        margin-top: 0;
}

.hubhood-hero-slide-link {
        position : absolute;
        top      : 0;
        left     : 0;
        width    : 100%;
        height   : 100%;
        z-index  : 5;
        cursor   : zoom-in;
}

.glide__slides .hubhood-hero-slide-link {
        cursor   : ew-resize;
}

.hubhood-hero-slider-nav .hubhood-slider-nav-right {
        position  : absolute;
        z-index   : 50;
        top       : 0;
        right     : -15px;
        transform : none;
        bottom    : auto;
        height    : 48px;
        font-size : 0;
}

.hubhood-listing-hero-logo-wrapper {
        display : block;
}

.hubhood-little-listing-title {
        position: relative;
        bottom: 70px;
        pointer-events: none;
        z-index: 2;
}

.hubhood-little-listing-title-wrapper {
        max-width: calc(100% - 80px);
        opacity: 1;
}

.hubhood-little-listing-title-inner {
        position: absolute;
        color: #fff;
        bottom: 0;
        text-shadow: 1px 1px 0 rgba(0,0,0,0.2);
}

.hubhood-little-listing-title-inner .hubhood-hero-subtitle {
        display: block;
        font-size: 15px;
        font-weight: 500;
        opacity: 0.8;
        margin-top: 5px;
        margin-bottom: 5px;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
}

.hubhood-little-listing-title-inner .hubhood-listing-hero-logo,
.hubhood-little-listing-title-inner .hubhood-listing-hero-logo-wrapper {
        width: 50px;
        height: 50px;
        margin: 0;
}

.hubhood-little-listing-title-inner .hubhood-listing-hero-logo-wrapper {
        margin-bottom: 15px;
}

.hubhood-little-listing-title-inner .hubhood-listing-hero-logo:before {
    opacity: 0;
}

.hubhood-little-listing-title-separator {
        display: block;
        border-bottom: 4px dashed rgba(255,255,255,0.35);
        padding-top: 12px;
}

.hubhood-hero-subtitle ~ .hubhood-little-listing-title-separator {
        padding-top: 24px;
}

.hubhood-hero-slide-link:hover~.hubhood-hero-text-wrapper .hubhood-hero-title,
.hubhood-hero-slide-link:hover~.hubhood-hero-text-wrapper .hubhood-hero-subtitle {
        opacity : 1;
}

.hubhood-border-bottom {
        position : relative;
}

.hubhood-border-bottom:after,
.hubhood-border-left:before {
        content             : "";
        position            : absolute;
        bottom              : -17px;
        left                : 0;
        width               : calc(100%);
        height              : 5px;
        border-radius       : 3px;
        background-image    : linear-gradient(45deg, var(--hubhood-color) 25%, #ffffff 25%, #ffffff 50%, var(--hubhood-color) 50%, var(--hubhood-color) 75%, #ffffff 75%, #ffffff 100%);
        background-size     : 42.43px 42.43px;
        background-position : -1px;
}

.hubhood-border-left:before {
        opacity : 0;
}

.hubhood-border-left:before {
        top                 : 0;
        left                : calc(-1 * var(--bs-gutter-x));
        width               : 5px;
        height              : 100%;
        background-size     : 35px 35px;
        display             : none;
        background-position : -6px;
        box-shadow          : 3px 0 3px rgb(0 0 0 / 20%);
}

.hubhood-hero-slide .hubhood-border-left:before {
        left : 0;
}

.hubhood-hero-title .hubhood-border-left:before {
        left : -65px;
}

.hubhood-border-bottom:before {
        bottom : auto;
        top    : -10px;
}

.hubhood-hero-slider-wrapper .hubhood-glider-slider,
.hubhood-hero-slider-wrapper .glider-track,
.hubhood-glider-slider .glide__track,
.hubhood-glider-slider .glide__slides {
        height : 100%;
}

.fancybox-navigation {
        top: 50%;
}

.hubhood-instagram-feed-cards .hubhood-terms-inner {
        height : 400px;
}

.hubhood-hero-slider-wrapper .glider-prev,
.hubhood-hero-slider-wrapper .glider-next {
        display : block;
        width   : 100px;
        height  : 100px;
}

.glide__slide--active {
        box-shadow: none;
}

.glide__slide--active ~ li {
        box-shadow: -30px 0 60px rgb(0 0 0 / 30%), 30px 0 90px rgb(255 255 255 / 7%) inset;
}

.hubhood-glider-slider a {
        position : absolute;
        top      : 0;
        left     : 0;
        width    : 100%;
        height   : 100%;
        cursor   : ew-resize;
}

.hubhood-glider-slider a:before {
        font-size : 120px;
        position  : absolute;
        top       : 50%;
        left      : 50%;
        transform : translate(-50%, -50%);
}










.hubhood-frontpage-header-design-3.hubhood-hero-footer-design-2 #content .hubhood-front-page-hero-section .hubhood-hero-content-inner .hubhood-search-box-full {
        margin-top: 100px;
        pointer-events: all;
}

.hubhood-no-hero-listing-categories.hubhood-frontpage-header-design-3 #content .hubhood-front-page-hero-section .hubhood-hero-content-inner .hubhood-search-box-full {
        margin-top: 0;
}

.hubhood-frontpage-header-design-3.hubhood-no-hero-listing-categories #content .hubhood-front-page-hero-section .hubhood-hero-content-inner .hubhood-search-box-full {
        margin-top: 90px;
}

.hubhood-frontpage-header-design-6.hubhood-hero-footer-design-2 #content .hubhood-front-page-hero-section .hubhood-hero-content-inner .hubhood-search-box-full {
        margin-top: 70px;
        box-shadow: 0 0 30px rgba(0,0,0,0.10);
}

.hubhood-frontpage-header-design-3 #content .hubhood-front-page-hero-section .hubhood-hero-content-inner .hubhood-hero-categories-wrapper {
        bottom: 0;
        position: relative;
}

.hubhood-frontpage-header-design-3 #content .hubhood-front-page-hero-section .hubhood-hero-content-inner .hubhood-hero-types-container {
        position: absolute;
        top: -89px;
}

.hubhood-frontpage-header-design-3 #content .hubhood-front-page-hero-section .hubhood-hero-content-inner .hubhood-hero-types-container,
.hubhood-frontpage-header-design-3.hubhood-hero-footer-design-2 #content .hubhood-front-page-hero-section .hubhood-hero-content-inner .hubhood-hero-categories-container {
        width: 100%;
}

.hubhood-frontpage-header-design-3.hubhood-hero-footer-design-2 #content .hubhood-front-page-hero-section .hubhood-hero-content-inner .hubhood-hero-categories-container {
        padding-right: 30px;
        width: 100%;
}

.hubhood-frontpage-header-design-3 .container .hubhood-search-bar-container {
        width: 100%;
}

.hubhood-frontpage-header-design-3 .hubhood-front-page-hero-section,
.hubhood-frontpage-header-design-4 .hubhood-front-page-hero-section,
.hubhood-frontpage-header-design-5 .hubhood-front-page-hero-section,
.hubhood-frontpage-header-design-6 .hubhood-front-page-hero-section {
        margin-bottom: 0;
}

.hubhood-frontpage-header-design-7 .hubhood-front-page-hero-section .hubhood-search-box-full + * {
        margin-top: 25px;
}

/*******************************************************************************
18 - Page Header
*******************************************************************************/

.hubhood-page-header {
        position: relative;
        box-shadow: 0 10000px rgba(0,0,0,0.4) inset;
}

.hubhood-page-header[style*="R0lGODlhAQABAIAAAP"] {
        box-shadow: 10000px 0 rgb(45,50,55) inset;
}

.hubhood-page-header:before {
        display: none;
}

.hubhood-page-intro {
        padding     : calc(2 * var(--bs-gutter-x)) 0;
        text-align: center;
        background-color: #fff;
        box-shadow: 0 10px 30px rgba(0,0,0,0.1);
        z-index: 6;
}

.hubhood-page-intro h2 {
        margin-bottom: 0;
}

.hubhood-page-intro + .hubhood-page-intro {
        z-index: 5;
}

.hubhood-page-header-content .edit-link,
.hubhood-hero-content-inner .edit-link,
.hubhood-hero-content .edit-link {
        margin-top: 30px;
}

.hubhood-hero-content-inner .edit-link ~  .edit-link,
.hubhood-hero-content .edit-link ~ .edit-link {
        margin-top: 15px;
}

.hubhood-hero-video-background ~ [class*="hubhood-term-design"] * {
        background: transparent !important;
}

.hubhood-hero-video-background {
        z-index: 1 !important;
}

.hubhood-term-cards .hubhood-hero-video-background {
        z-index: 0 !important;
}

.hubhood-hero-video-background ~ .hubhood-hero-slider {
        opacity: 0;
}

.hubhood-hero-video-background video {
        object-fit: cover;
}

.video-background-controls {
        right: auto !important;
        top: 110px !important;
        left: 0 !important;
        background: #fff;
        width: auto !important;
        height: 50px;
        border-radius: 0 50px 50px 0;
        box-shadow: 5px 5px 15px rgba(0,0,0,0.12);
        padding-left: 6px;
        padding-right: 12px;
}

.video-background-controls i {
        border: 0;
        background: transparent;
}

.video-background-controls button {
        background: transparent;
        border: 0 !important;
        font-size: 24px;
        width: 40px;
        height: 50px;
        border: 0 !important;
}

.hubhood-hero-video-background video,
.hubhood-hero-video-background iframe {
        opacity: 0;
}

.hubhood-hero-video-background video[style*="opacity"],
.hubhood-hero-video-background iframe[style*="opacity"] {
        opacity: 1 !important;
}

.hubhood-fade-in-video.hubhood-fade-go {
        opacity: 0;
        animation-name: hubhood-fade-in-video;
        animation-fill-mode: forwards;
}

.hubhood-listing-card .hubhood-fade-in-video.hubhood-fade-go,
.hubhood-listing-card .video-background-controls {
        opacity: 1 !important;
        z-index: 3 !important;
}

.hubhood-listing-card .hubhood-hero-video-background {
        border-radius: 4px;
}

.hubhood-listing-card .video-background-controls {
        z-index: 6 !important;
        height: 28px !important;
        width: 28px !important;
        border-radius: 28px !important;
        line-height: 28px !important;
        padding: 0 !important;
        box-shadow: none;
        background: transparent;
        top: auto !important;
        left: auto !important;
        right: 4px !important;
        bottom: 5px !important;
}

.hubhood-has-reviews .hubhood-design-1-b-2-3-c-8-k .hubhood-listing-card .hubhood-no-footer-box .hubhood-listing-card-title-wrapper:not(.hubhood-card-has-hidden-footer) ~ .video-background-controls {
        bottom: 5px !important;
}

.hubhood-has-reviews .hubhood-design-1-b-2-3-c-11-b .hubhood-listing-card .hubhood-no-footer-box .hubhood-listing-card-title-wrapper:not(.hubhood-card-has-hidden-footer) ~ .video-background-controls {
        bottom: 45px !important;
}

.hubhood-design-1-b-2-3-c-21-f9 .hubhood-listing-card .video-background-controls {
        bottom: 7px !important;
}

.hubhood-listing-card .hubhood-card-has-hidden-footer ~ .video-background-controls {
        bottom: 22px !important;
}

.hubhood-design-1-b-2-3-c-21-f8 .hubhood-listing-card .hubhood-has-footer-box .video-background-controls {
        bottom: 98px !important;
}

.hubhood-has-reviews .hubhood-design-1-b-2-3-c-11-b .hubhood-listing-card .hubhood-has-footer-box .video-background-controls {
        bottom: 48px !important;
}

.hubhood-has-reviews .hubhood-design-1-b-2-3-c-8-k .hubhood-listing-card .hubhood-has-footer-box .video-background-controls {
        bottom: 36px !important;
}

.hubhood-has-reviews .hubhood-design-1-b-2-3-c-11-b .hubhood-listing-card-title-wrapper.hubhood-card-has-hidden-footer ~ .video-background-controls {
        bottom: 6px !important;
}

.hubhood-has-reviews .hubhood-design-1-b-2-3-c-11-b .hubhood-listing-card .hubhood-no-footer-box .hubhood-listing-card-title-wrapper.hubhood-card-has-hidden-footer ~ .video-background-controls {
        bottom: 20px !important;
}

.hubhood-listing-card .hubhood-fade-in-video.hubhood-fade-go ~ .hubhood-card-slides {
        opacity: 1 !important;
        z-index: 3 !important;
        display: none !important;
}

.hubhood-listing-card .video-background-controls button,
.hubhood-listing-card .video-background-controls i {
        opacity: 1;
        padding: 0;
        width: 28px;
        height: 28px;
        line-height: 28px;
        border-radius: 28px;
}

.hubhood-listing-card .video-background-controls i {
        color: #fff;
}

.hubhood-listing-card .video-background-controls .mute-toggle {
        display: none;
}

.hubhood-video-not-playing {
        opacity: 0 !important;
}

@keyframes hubhood-fade-in-video {
        from {
                opacity: 0;
        }
        to {
                opacity: 1;
        }
}

.hubhood-fade-out-video.hubhood-fade-go {
        animation-name: hubhood-fade-out-video;
        animation-fill-mode: forwards;
}

@keyframes hubhood-fade-out-video {
        from {
                opacity: 1;
        }
        to {
                opacity: 0;
        }
}

/*******************************************************************************
19 - Blog Posts ( Archive ) & Pagination
*******************************************************************************/

.posts-navigation,
.post-navigation {
        position: relative;
        z-index: 2;
        padding-top: 0;
        padding-bottom: 0;
}

.hubhood-ajax-pagination .posts-navigation {
        display: none;
}

.single.hubhood-ajax-pagination .posts-navigation,
.woocommerce.hubhood-ajax-pagination .posts-navigation {
        display: block;
}

.single.hubhood-ajax-pagination.single-job_listing .posts-navigation,
.single.single-job_listing .posts-navigation {
        display: none;
}

.hubhood-no-ajax-pagination .hubhood-main-block .hubhood-more-results,
.hubhood-no-ajax-pagination .hubhood-section .hubhood-load-more-wrapper {
        display: none !important; /* Needed to have priority over JavaScript attribution */
}

.hubhood-no-ajax-pagination .widget .hubhood-section .hubhood-load-more-wrapper {
        display: block !important; /* Needed to have priority over JavaScript attribution */
}

.posts-navigation {
        margin-bottom: 0;
        box-shadow: none;
}

.hubhood-no-ajax-pagination .hubhood-results-container + .posts-navigation {
        box-shadow: none;
}

.hubhood-widgetized-map-container ~ .hubhood-navigation,
.hubhood-widgetized-map-container ~ .hubhood-load-more-wrapper {
        display: none;
}

.hubhood-aside-list .hubhood-posts-column .posts-navigation {
        padding: 30px;
}

.posts-navigation + div.hubhood-clear-both {
        margin-bottom: 30px;
}

.single-job_listing .posts-navigation + div.hubhood-clear-both {
        display: none;
}

.single-post .posts-navigation + div.hubhood-clear-both,
.single-attachment .posts-navigation + div.hubhood-clear-both {
        margin-bottom: 90px;
}

.nav-links {
        text-align: center;
        margin-top: -15px;
        margin-bottom: -15px;
}

.nav-previous {
        display: inline-block;
        margin: 15px;
}

.nav-next {
        display: inline-block;
        margin: 15px;
        text-align: right;
}

.hubhood-aside-list .nav-previous
.hubhood-aside-list .nav-next,
.hubhood-aside-list .nav-previous,
.hubhood-aside-list .nav-next {
        float: none;
}

.nav-previous a:before {
        font-family: FontAwesome;
        content: "\f053";
        display: inline-block;
        position: relative;
        line-height: 0;
        padding-right: 8px;
        top: -2px;
        font-size: 14px;
        vertical-align: middle;
        -webkit-text-stroke-width: 0.001em;
}

.posts-navigation a,
.hubhood-more-results,
.hubhood-navigation .page-numbers.current,
.navigation a.page-numbers,
.navigation .page-numbers.current,
.hubhood-page-links a .page-number,
.hubhood-page-links > .page-number {
        display: inline-block;
        position: relative;
        border-radius: 23px;
        padding-top: 10px;
        padding-bottom: 10px;
        border: 1px solid rgba(125,125,125,0.2);
        box-shadow: 0 0 1px #c2c2c2;
        background-color: #fff;
        text-align: center;
        font-size: 14px;
        line-height: 1.78; /* Like on Gutenberg editor */
        letter-spacing: 0.025em;
        cursor: pointer;
        color: #252525;
        box-shadow: none;
}

.navigation a.page-numbers .screen-reader-text {
        display: none;
}

.nav-links a.page-numbers.prev:before {
        font-family: FontAwesome;
        content: "\f053";
        -webkit-text-stroke-width: 0.001em;
}

.nav-links a.page-numbers.previous,
.nav-links a.page-numbers.next {
        font-weight: 600;
}

.nav-links a.page-numbers.next:before {
        font-family: FontAwesome;
        content: "\f054";
        -webkit-text-stroke-width: 0.001em;
}

.hubhood-more-results {
        padding-left: 40px;
        padding-right: 40px;
}

.hubhood-navigation-section {
        background-color: #ffffff;
}

.hubhood-navigation-section a {
        min-width: 180px;
}

.posts-navigation .nav-next a {
        padding: 10px 20px;
}

.posts-navigation .nav-previous a {
        padding: 10px 20px;
}

.posts-navigation .nav-links .nav-previous a,
.posts-navigation .nav-links .nav-next a {
        border: 1px solid rgba(125,125,125,0.2);
        box-shadow: 0 0 1px #c2c2c2;
}

.posts-navigation a .icon-chevron-left,
.posts-navigation a .icon-chevron-right {
        color: #000;
        display: inline-block;
        line-height: 0;
}

.posts-navigation .icon-chevron-left:before,
.posts-navigation .icon-chevron-right:before {
        display: inline-block;
        line-height: 42px;
}

.posts-navigation a:hover .icon-chevron-left,
.posts-navigation a:hover .icon-chevron-right {
        color: #fff;
}

.posts-navigation .nav-.nav-next a {
        padding-right: 50px;
}

.hubhood-load-more-wrapper .hubhood-more-results {
        border: 1px solid rgba(125,125,125,0.2);
        box-shadow: 0 0 1px #c2c2c2;
        color: #252525;
        font-size: 15px;
}

.posts-navigation a:hover,
.navigation a.page-numbers:hover,
.hubhood-more-results:hover,
.hubhood-page-links a:hover span {
        background-color: var(--hubhood-color);
        color: #fff;
        text-shadow: 1px 1px rgba(0,0,0,0.2);
        box-shadow: none;
        border: 1px solid transparent;
}

.hubhood-aside-list .posts-navigation {
        border: 0;
        box-shadow: none;
}

.hubhood-aside-list .nav-previous,
.hubhood-aside-list .nav-next,
.hubhood-aside-list .hubhood-posts-column .posts-navigation a {
        width: 100%;
        text-align: center;
        margin-left: 4px;
        margin-right: 4px;
}

.hubhood-aside-list .hubhood-posts-column .posts-navigation a {
        width: auto;
}

.nav-previous a,
.nav-next a {
        font-weight: 600;
}

.nav-next a:after {
        font-family: FontAwesome;
        content: "\f054";
        display: inline-block;
        position: relative;
        top: -2px;
        font-size: 14px;
        line-height: 0;
        padding-left: 8px;
        top: -2px;
        vertical-align: middle;
        -webkit-text-stroke-width: 0.001em;
}

.posts-navigation,
.post-navigation {
        position: relative;
        z-index: 2;
        padding-top: 0;
        padding-bottom: 0;
}

.hubhood-ajax-pagination .posts-navigation {
        display: none;
}

.single.hubhood-ajax-pagination .posts-navigation,
.woocommerce.hubhood-ajax-pagination .posts-navigation {
        display: block;
}

.single.hubhood-ajax-pagination.single-job_listing .posts-navigation,
.single.single-job_listing .posts-navigation {
        display: none;
}

.hubhood-no-ajax-pagination .hubhood-main-block .hubhood-more-results,
.hubhood-no-ajax-pagination .hubhood-section .hubhood-load-more-wrapper {
        display: none !important; /* Needed to have priority over JavaScript attribution */
}

.hubhood-no-ajax-pagination .widget .hubhood-section .hubhood-load-more-wrapper {
        display: block !important; /* Needed to have priority over JavaScript attribution */
}

.posts-navigation {
        margin-bottom: 0;
        box-shadow: none;
}

.hubhood-no-ajax-pagination .hubhood-results-container + .posts-navigation {
        box-shadow: none;
}

.hubhood-widgetized-map-container ~ .hubhood-navigation,
.hubhood-widgetized-map-container ~ .hubhood-load-more-wrapper {
        display: none;
}

.hubhood-aside-list .hubhood-posts-column .posts-navigation {
        padding: 30px;
}

.posts-navigation + div.hubhood-clear-both {
        margin-bottom: 30px;
}

.single-job_listing .posts-navigation + div.hubhood-clear-both {
        display: none;
}

.single-post .posts-navigation + div.hubhood-clear-both,
.single-attachment .posts-navigation + div.hubhood-clear-both {
        margin-bottom: 90px;
}

.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
        border-radius: 0;
}

.nav-links {
        text-align: center;
        margin-top: -15px;
        margin-bottom: -15px;
}

.nav-previous {
        display: inline-block;
        margin: 15px;
}

.nav-next {
        display: inline-block;
        margin: 15px;
        text-align: right;
}

.hubhood-aside-list .nav-previous,
.hubhood-aside-list .nav-next,
.hubhood-aside-list .nav-previous,
.hubhood-aside-list .nav-next {
        float: none;
}

.nav-previous a:before {
        font-family: FontAwesome;
        content: "\f053";
        display: inline-block;
        position: relative;
        line-height: 0;
        padding-right: 8px;
        top: 0;
        font-size: 16px;
        vertical-align: middle;
        -webkit-text-stroke-width: 0.001em;
}

.posts-navigation a,
.hubhood-more-results,
.hubhood-navigation .page-numbers.current,
.navigation a.page-numbers,
.navigation .page-numbers.current,
.hubhood-page-links a .page-number,
.hubhood-page-links > .page-number {
        display: inline-block;
        position: relative;
        border-radius: 23px;
        padding-top: 10px;
        padding-bottom: 10px;
        border: 1px solid rgba(125,125,125,0.1);
        box-shadow: 0 0 1px #c2c2c2;
        background-color: #fff;
        text-align: center;
        font-size: 16px;
        line-height: 1.78; /* Like on Gutenberg editor */
        letter-spacing: 0.025em;
        cursor: pointer;
        color: #252525;
        box-shadow: none;
}

.posts-navigation .nav-links .nav-previous a,
.posts-navigation .nav-links .nav-next a {
        border-radius: 4px;
        padding: 7px 20px;
}

.navigation a.page-numbers .screen-reader-text {
        display: none;
}

.nav-links a.page-numbers.prev:before {
        font-family: FontAwesome;
        content: "\f053";
        -webkit-text-stroke-width: 0.001em;
}

.nav-links a.page-numbers.next:before {
        font-family: FontAwesome;
        content: "\f054";
        -webkit-text-stroke-width: 0.001em;
}

.hubhood-more-results {
        padding-left: 40px;
        padding-right: 40px;
}

.hubhood-navigation-section {
        background-color: #ffffff;
}

.single-product .hubhood-navigation-section {
        display: none;
}

.hubhood-navigation-section a {
        min-width: 180px;
}

.posts-navigation .nav-next a {
        padding: 10px 20px;
}

.posts-navigation .nav-previous a {
        padding: 10px 20px;
}

.posts-navigation .nav-links .nav-previous a,
.posts-navigation .nav-links .nav-next a {
        border: 1px solid rgba(125,125,125,0.1);
        box-shadow: 0 0 1px #c2c2c2;
}

.posts-navigation a .fa-chevron-left,
.posts-navigation a .fa-chevron-right {
        color: #252525;
        display: inline-block;
        line-height: 0;
}

.posts-navigation .fa-chevron-left:before,
.posts-navigation .fa-chevron-right:before {
        display: inline-block;
        line-height: 42px;
}

.posts-navigation a:hover .fa-chevron-left,
.posts-navigation a:hover .fa-chevron-right {
        color: #fff;
}

.posts-navigation .nav-.nav-next a {
        padding-right: 50px;
}

.hubhood-load-more-wrapper .hubhood-more-results {
        border: 1px solid rgba(125,125,125,0.1);
        box-shadow: 0 0 1px #c2c2c2;
        color: #252525;
        font-size: 15px;
}

.posts-navigation a:hover,
.navigation a.page-numbers:hover,
.hubhood-more-results:hover,
.hubhood-page-links a:hover span {
        background-color: var(--hubhood-color);
        color: #fff;
        text-shadow: 1px 1px rgba(0,0,0,0.2);
        box-shadow: none;
        border: 1px solid transparent;
}

.hubhood-aside-list .posts-navigation {
        border: 0;
        box-shadow: none;
}

.hubhood-aside-list .nav-previous,
.hubhood-aside-list .nav-next,
.hubhood-aside-list .hubhood-posts-column .posts-navigation a {
        width: 100%;
        text-align: center;
        margin-left: 4px;
        margin-right: 4px;
}

.hubhood-aside-list .hubhood-posts-column .posts-navigation a {
        width: auto;
}

.nav-next a:after {
        font-family: FontAwesome;
        content: "\f054";
        display: inline-block;
        position: relative;
        top: 0;
        font-size: 16px;
        line-height: 0;
        padding-left: 8px;
        vertical-align: middle;
        -webkit-text-stroke-width: 0.001em;
}

.page-numbers,
.hubhood-page-links .page-number {
        font-weight: 400;
        position: relative;
        display: inline-block;
        border: 1px solid transparent;
        color: #252525;
        font-size: 16px;
        background-color: #fff;
        padding: 3px 12px;
        margin: 0 10px 10px;
}

.page-numbers.dots {
        box-shadow: none;
        font-size: 16px;
}

.page .hubhood-navigation-section {
        background-color: #fff;
}

.hubhood-navigation .page-numbers.current,
.navigation .page-numbers.current,
.navigation a.page-numbers,
.hubhood-page-links a .page-number,
.hubhood-page-links .page-number,
.page-numbers.dots {
        font-size: 18px;
        padding: 0;
        min-width: 48px;
        line-height: 48px;
        height: 48px;
        max-height: 48px;
        text-align: center;
        border-radius: 48px;
        font-weight: 600;
        box-shadow: 5px 5px 15px rgba(0,0,0,0.15);
        -webkit-border-radius: 48px;
        -moz-border-radius: 48px;
        -ms-border-radius: 48px;
        -o-border-radius: 48px;
}

.hubhood-woocommerce-navigation li {
        list-style-type: none;
        display: inline-block;
}

.hubhood-woocommerce-navigation ul.page-numbers {
        background-color: transparent;
        width: 100%;
        text-align: center;
        margin: 0;
        margin-bottom: -10px;
        padding: 0;
        border: 0;
}

.hubhood-navigation .fa-chevron-left,
.hubhood-page-links .fa-chevron-left,
.navigation .fa-chevron-left,
.hubhood-navigation .fa-chevron-right,
.hubhood-page-links .fa-chevron-right,
.navigation .fa-chevron-right,
.posts-navigation .fa-chevron-left,
.posts-navigation .fa-chevron-right {
        font-size: 20px;
}

.page-numbers.dots {
        background-color: transparent;
        box-shadow: none;
}

.hubhood-aside-list .hubhood-navigation {
        background-color: #f4f4f4;
}

.hubhood-navigation .col-sm-12 {
        margin-bottom: -10px;
        text-align: center;
        font-size: 0;
}

.navigation a.page-numbers span:before {
        display: inline-block;
        position: relative;
}

.navigation a.page-numbers.next span:before {
        left: 1px;
        left: 2px;
        top: -1px;
}

.navigation a.page-numbers.prev span:before {
        top: -1px;
}

.page-numbers .screen-reader-text {
        clip: auto;
        height: auto;
        overflow: visible;
        position: relative;
        width: auto;
        display: block;
}

.hubhood-page-links-wrapper {
        background-color: #fff;
        padding-bottom: 90px;
        z-index: 5;
}

.hubhood-page-links {
        display: inline-block;
        width: 100%;
        margin-bottom: -10px;
        text-align: center;
        z-index: 2;
}

.hubhood-page-links > *:first-child {
        margin-left: 10px;
}

.page-content .hubhood-page-links {
        text-align: center;
        padding-bottom: 0;
}

.screen-reader-text {
        border: 0;
        clip: rect(1px, 1px, 1px, 1px);
        clip-path: inset(50%);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
        word-wrap: normal;
}

.page-numbers .screen-reader-text,
.hubhood-page-links screen-header-text {
        clip: initial;
        clip-path: none;
        height: auto;
        margin: 0;
        overflow: visible;
        padding: 0;
        position: relative;
        width: auto;
        word-wrap: normal;
}

.hubhood-page-links > .page-number {
        color: var(--hubhood-color);
        border: 1px solid rgba(125,125,125,0.3);
        cursor: default;
}

span.page-numbers.current,
#page span.page-numbers.current,
#page span.post-page-numbers.current span {
        border: 1px solid rgba(125,125,125,0.3);
        background-color: rgb(20,25,30);
        color: #fff;
        cursor: default;
}

.woocommerce #review_form #respond textarea {
        padding: 15px 30px;
}

.screen-reader-text:focus {
        background-color: #eee;
        clip: auto;
        clip-path: none;
        color: #252525;
        display: block;
        font-size: 1em;
        height: auto;
        left: 5px;
        line-height: normal;
        padding: 15px 23px 14px;
        text-decoration: none;
        top: 5px;
        width: auto;
        z-index: 1000000; /* Above WP toolbar. */
}

/*******************************************************************************
20 - Lightbox
*******************************************************************************/

.lightbox {
        margin-left: -60000px;
}

.lb-closeContainer {
        opacity: 0;
}

.lb-data .lb-caption {
        font-weight: 500;
        font-size: 14px;
        color: #fff;
}

#swipebox-overlay {
        /* Fix for z-index + fixed in Safari and IOS */
        -webkit-transform: translateZ(99999px);
        -moz-transform: translateZ(99999px);
        -o-transform: translateZ(99999px);
        transform: translateZ(99999px);
}

.lb-outerContainer {
        border: 0;
        background: rgb(15,20,25);
}

.lightbox .lb-image {
        border: 0;
}

#lightboxOverlay {
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        -webkit-transform: translateZ(9999px) translate3d(0,0,0);
        -moz-transform: translateZ(9999px) translate3d(0,0,0);
        -ms-transform: translate(0,50%) translateZ(100000px) translate3d(0,0,0);
        -o-transform: translateZ(9999px) translate3d(0,0,0);
        transform: translateZ(9999px) translate3d(0,0,0);
}

#lightbox {
        position: fixed;
        /* Fix for z-index in Safari and IOS */
        -webkit-transform: translate(0,-50%) translateZ(100000px) translate3d(0,0,0);
        -moz-transform: translate(0,-50%) translateZ(100000px) translate3d(0,0,0);
        -ms-transform: translate(0,50%) translateZ(100000px) translate3d(0,0,0);
        -o-transform: translate(0,-50%) translateZ(100000px) translate3d(0,0,0);
        transform: translate(0,-50%) translateZ(100000px) translate3d(0,0,0);
}

#lightbox {
        top: 52% !important; /* Needed to have priority over JavaScript attribution */
}

.lb-nav a.lb-next,
.lb-nav a.lb-prev {
        opacity: 1;
}

.lb-container {
        min-height: 100%;
}

.lb-dataContainer {
        min-height: 47px;
        display: block;
}

.lb-loader {
        top: 0;
        margin-top: 0;
        height: 100%;
}

.lb-loader .lb-cancel {
        position: relative;
        top: 50%;
        margin-top: -20px;
        background: none;
}

.lb-loader .lb-cancel:before {
        position: relative;
        font-family: FontAwesome;
        content: "\f1ce";
        color: #fff;
        display: inline-block;
        font-size: 30px;
        top: -40px;
        -webkit-text-stroke-width: 0.001em;
        -webkit-animation: fa-spin 2s infinite linear;
        animation: fa-spin 2s infinite linear;
}

.lb-nav a.lb-next,
.lb-nav a.lb-prev,
.lb-nav a.lb-next:hover,
.lb-nav a.lb-prev:hover {
        opacity: 0.6;
}

.hubhood-lightbox-background-color-light .lightboxOverlay,
.hubhood-lightbox-background-color-light .fancybox-bg {
        background: #fff;
        opacity: 0.97;
}

.hubhood-lightbox-background-color-light .lb-outerContainer {
        background: #fff;
}

.hubhood-lightbox-background-color-light .lb-data .lb-caption {
        color: #252525;
}

.hubhood-lightbox-background-color-light .lb-data .lb-close {
        filter: invert(1);
        opacity: 0.15;
}

.hubhood-style-general-edges-rounded .lightbox .lb-image,
.hubhood-style-general-edges-rounded .lb-outerContainer,
.hubhood-style-general-edges-rounded .fancybox-navigation .fancybox-button {
        border-radius: 20px;
}

.hubhood-style-general-edges-rounded .fancybox-navigation .fancybox-button {
        padding: 0;
        width: 38px;
        height: 38px;
        margin-top: 30px;
}

.hubhood-lightbox-background-color-light .fancybox-navigation .fancybox-button {
        background: transparent;
}

.hubhood-lightbox-background-color-light .fancybox-button svg path {
        fill: #252525;
}

.admin-bar .fancybox-container {
        z-index: 600000;
}

#lightboxOverlay {
        z-index: 6000000000;
}

#lightbox {
        z-index: 6000000001;
}

.hubhood-lightbox-background-color-light .fancybox-toolbar,
.hubhood-lightbox-background-color-light .fancybox-button {
        background: transparent;
}

.hubhood-style-general-edges-rounded .fancybox-slide--video .fancybox-content,
.hubhood-style-general-edges-rounded .fancybox-slide--video iframe,
.hubhood-style-general-edges-rounded .fancybox-image,
.hubhood-style-general-edges-rounded .fancybox-spaceball {
        border-radius: 20px;
        overflow: hidden;
}

.hubhood-lightbox-background-color-light .fancybox-slide--video .fancybox-content,
.hubhood-lightbox-background-color-light .fancybox-thumbs {
        background: rgba(255,255,255,0.8);
        box-shadow: 0 0 20px rgba(0,0,0,0.12);
}

.fancybox-thumbs__list a:before {
        border: 6px solid var(--hubhood-color);
}

/*******************************************************************************
21 - Intl-tel-input
*******************************************************************************/

body form .iti--allow-dropdown {
        width: 100%;
        z-index: 20;
}

.hubhood-force-field-zindex {
        width: 100%;
        z-index: 21;
}

body form .iti__country {
        padding: 15px 30px;
}

body form .iti__country.iti__highlight {
        background-color: #fbfbfb;
}

body form .iti__flag-container {
        padding: 0;
}

body form .iti__selected-flag {
        padding: 12px 25px 12px 30px;
        height: calc(100% - 4px);
        outline: none;
}

body form .iti__country-list {
        border: 0;
}

body form .iti--allow-dropdown input,
body form .iti--allow-dropdown input[type="tel"],
body form .iti--allow-dropdown input[type="text"],
body form .iti--separate-dial-code input,
body form .iti--separate-dial-code input[type="tel"],
body form .iti--separate-dial-code input[type="text"],

body form .iti--allow-dropdown input:focus,
body form .iti--allow-dropdown input[type="tel"]:focus,
body form .iti--allow-dropdown input[type="text"]:focus,
body form .iti--separate-dial-code input:focus,
body form .iti--separate-dial-code input[type="tel"]:focus,
body form .iti--separate-dial-code input[type="text"]:focus {
        padding: 14px 30px !important;
        padding-left: 72px !important;
}

body form .iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
        background-color: transparent;
}

body form .iti__arrow {
        display: none;
}

body form .iti__flag-box {
        margin-right: 27px;
}

body form .iti__country-list {
        font-weight: 600;
}

.hubhood-appointment-input-wrapper .iti__flag-container,
.hubhood-quote-input-wrapper .iti__flag-container {
        z-index: 5;
}

.hubhood-appointment-message-wrapper,
.hubhood-quote-message-wrapper {
        margin-top: 30px !important;
}

@media (max-width: 499px) {
        .hubhood-appointment-input-wrapper .iti__country-list,
        .hubhood-quote-input-wrapper .iti__country-list {
                min-width: calc(100vw - 90px);
        }
}

/*******************************************************************************
22 - Geolocation
*******************************************************************************/

.hubhood-geolocation-nag-message {
        position:  absolute;
        padding: 25px 30px;
        z-index: 10;
        top: 0;
        transform: translate(0,-100%);
        left: 0;
        min-width: 300px;
}

.hubhood-geolocation-nag-icon {
        position: absolute;
        font-size: 34px;
        display: inline-block;
        vertical-align: top;
        top: 15px;
        left: 25px;
        background: rgb(15,20,25);
        line-height: 1.2;
        padding: 2px 0;
        color: var(--hubhood-color);
        z-index: 2;
}

.hubhood-geolocation-nag-dash {
        position: absolute;
        height: calc(100% - 20px);
        bottom: 0;
        left: 35px;
        border-left: 4px dashed rgba(255,255,255,0.2);
}

.hubhood-geolocation-nag-title {
        white-space: nowrap;
}

.hubhood-geolocation-nag-content {
        position: relative;
        font-size: 15px;
        padding-left: 41px;
}

.hubhood-geolocation-nag-description {
        margin-top: 15px;
}

.hubhood-geolocation-nag-description span {
        display: inline-block;
        padding-right: 5px;
        font-weight: 600;
        font-size: 13px;
        text-transform: uppercase;
}

.hubhood-geolocation-nag-description span:before {
        position: relative;
        font-size: 13px;
        top: -2px;
        padding-right: 5px;
        color: var(--hubhood-color);
}

.hubhood-geolocation-nag-footer {
        margin-top: 12px;
        color: #ccc;
}

.hubhood-geolocation-nag-icon-close {
        position: absolute;
        top: -8px;
        right: -8px;
        cursor: pointer;
        display: inline-block;
        background-color: #ccc;
        text-align: center;
        color: #252525;
        padding-left: 1px;
        width: 26px;
        height: 26px;
        line-height: 24px;
        border-radius: 20px; 
        z-index: 4;
}

.hubhood-geolocation-close-time {
        color: var(--hubhood-color);
        padding-left: 5px;
        display: inline-block;
        width: 20px;
}

.hubhood-geolocation-nag-icon-close.fa {
        height: 24px;
}

.hubhood-geolocation-nag-icon-close {
        font-weight: 600;
}

.hubhood-nearest-me-loading-icon {
        margin-top: 20px;
}

.hubhood-nearest-me-loading-icon span {
        display: inline-block;
        font-size: 28px;
        line-height: 1;
}

/*******************************************************************************
23 - Quick Search Menu and Ajax Search
*******************************************************************************/
        
.hubhood-hero-search form .hubhood-search-by-button + fieldset input {
        padding-left: 85px;
}

.hubhood-search-by-popup .hubhood-search-by-options .hubhood-search-by-options-wrapper {
        border: 1px solid #dfdfdf;
        background-color: #fff;
        border-radius: 12px;
        max-width: 320px;
        left: 50%;
        padding: 0;
        text-align: left;
        -webkit-transform: translate(-50%,0);
        -moz-transform: translate(-50%,0);
        -ms-transform: translate(-50%,0);
        -o-transform: translate(-50%,0);
        transform: translate(-50%,0);
}

.hubhood-search-by-popup .hubhood-search-by-options .hubhood-search-by-options-wrapper a,
.hubhood-search-by-popup .hubhood-search-by-options .hubhood-search-by-options-wrapper .hubhood-nearest-me-loading-inner {
        color: #252525;
        padding: 30px;
        box-shadow: 0 1px rgba(125,125,125,0.2), 0 15px 15px rgba(0,0,0,0.12);
        display: block;
        border-radius: 0 0 12px 12px;
}

.hubhood-search-by-popup .hubhood-search-by-options .hubhood-search-by-options-wrapper a h4,
.hubhood-search-by-popup .hubhood-search-by-options .hubhood-nearest-me-loading-inner h4 {
        display: inline-block;
        max-width: calc(100% - 57px);
        margin: 0;
}

.hubhood-search-by-popup .hubhood-search-by-options .hubhood-nearest-me-loading-inner h4 {
        text-align: center;
        display: block;
        max-width: 100%;
}

.hubhood-search-by-popup .hubhood-search-by-options .hubhood-search-by-options-wrapper a div {
        padding-left: 57px;
        line-height: 1.8;
        font-style: italic;
}

.hubhood-search-by-custom-location-data-countries-select {
        padding: 0 30px 30px 87px;
        padding-left: 87px;
        margin-top: -30px;
        position: relative;
        border-radius: 12px;
        background-color: #fff;
        z-index: 1;
        box-shadow: 0 1px rgba(125,125,125,0.2), 0 15px 15px rgba(0,0,0,0.12);
}

.hubhood-search-by-custom-location-data-countries-select h6 {
        display: inline-block;
}

.hubhood-search-by-custom-location-data-countries-select.hubhood-edit-nearest-me-wrapper {
        padding-top: 15px;
}

.hubhood-search-by-custom-location-data-countries-select .hubhood-edit-nearest-me {
        display: inline-block;
        cursor: pointer;
}

.hubhood-search-by-custom-location-data-countries-select .hubhood-edit-nearest-me:hover {
        display: inline-block;
        cursor: pointer;
        color: var(--hubhood-color);
}

.hubhood-edit-nearest-me-data {
        margin-right: 15px;
}


#hubhood-listing-search-menu .hubhood-cat-icon.hubhood-image-icon svg,
#hubhood-listing-search-menu .hubhood-cat-icon svg {
        stroke: #fff;
        -webkit-stroke-width: 8;
        -moz-stroke-width: 8;
        -ms-stroke-width: 8;
        -o-stroke-width: 8;
        stroke-width: 8;
}

#hubhood-listing-search-menu .nav > li.hubhood-light-icon > a .hubhood-cat-icon.hubhood-image-icon svg,
#hubhood-listing-search-menu .nav > li.hubhood-light-icon > a .hubhood-cat-icon svg {
        -webkit-stroke-width: 2;
        -moz-stroke-width: 2;
        -ms-stroke-width: 2;
        -o-stroke-width: 2;
        stroke-width: 2;
}

.hubhood-listing-search-menu a {
        position: relative;
        color: #fff;
        font-size: 17px;
        height: 81px;
        line-height: 44px;
        overflow: hidden;
        white-space: nowrap;
}

.nav.hubhood-listing-search-menu li > a {
        display: block;
        position: relative;
        width: 100%;
        height: 70px;
        padding: 10px 15px 10px 15px;
        border-bottom: 1px solid rgba(125,125,125,0.2);
        margin: 0;
}

#hubhood-listing-search-menu > .nav.hubhood-listing-search-menu > li:last-child > a {
        border-bottom: 0;
}

#hubhood-listing-search-menu > .nav.hubhood-listing-search-menu > li > :hover,
#hubhood-listing-search-menu > .nav.hubhood-listing-search-menu > li > a:focus {
        background-color: rgb(30,35,40);
}

.hubhood-listing-search-menu .hubhood-listing-search-menu {
        padding-left: 30px;
}

.nav.hubhood-listing-search-menu {
        border-radius: 8px 0 0 8px;
        overflow: hidden;
}

.hubhood-menu-item-description {
        margin-left: 20px;
        position: absolute;
        line-height: 1.5;
        font-size: 12px;
        text-transform: uppercase;
        border: 0;
        border-radius: 15px;
        color: #000;
        min-width: 100px;
        text-align: center;
        padding: 3px 8px 2px;
        display: block;
        top: 21px;
        right: 15px;
        background-color: #fff;
        box-shadow: -20px 3px 6px rgb(25,30,35);
}

.hubhood-listing-search-menu li:nth-child(odd) a {
        background-color: transparent;
}

.hubhood-listing-search-menu:hover li:nth-child(odd) a,
.hubhood-listing-search-menu li a:hover,
.hubhood-listing-search-menu li:nth-child(odd) a:hover {
        background-color: transparent;
}

.hubhood-listing-search-menu-wrapper {
        position: absolute;
        height: auto;
        padding: 0;
        border-radius: 4px;
        width: 100%;
        top: 90px;
        background-color: rgb(25,30,35);
        left: 50%;
        z-index: 7;
        -webkit-transform: translate(-50%);
        -moz-transform: translate(-50%);
        -ms-transform: translate(-50%);
        -o-transform: translate(-50%);
        transform: translate(-50%);
}

.hubhood-showing-ajax-search ~ .hubhood-listing-search-menu-wrapper,
.hubhood-ajax-search-found-results .hubhood-searching-ajax-results-item {
        display: none;
}

.hubhood-cat-icon .hubhood-ajax-listing-img {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        border-radius: 50%;
        z-index: 1;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-position: center center;
}

.hubhood-cat-icon .hubhood-ajax-listing-img[style*="http"][style*="://"] {
        background-color: #ffffff;
}

.hubhood-taxonomy-terms-design-squared .hubhood-cat-icon .hubhood-ajax-listing-img {
        border-radius: 8px;
}

.hubhood-ajax-search .nav > li.hubhood-strong > a .hubhood-cat-icon[class*="fal fa-"]:before {
        font-weight: 500 !important;
}

.hubhood-ajax-search .nav > li > a .hubhood-cat-icon.fa-camera:after {
        content: "";
        position: absolute;
        width: 3px;
        height: 46px;
        background-color: #fff;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%,-50%) rotate(45deg);
        -moz-transform: translate(-50%,-50%) rotate(45deg);
        -ms-transform: translate(-50%,-50%) rotate(45deg);
        -o-transform: translate(-50%,-50%) rotate(45deg);
        transform: translate(-50%,-50%) rotate(45deg);
}


.hubhood-ajax-search.hubhood-borderize .nav > li > a .hubhood-cat-icon:after {
        content: "";
        position: absolute;
        width: 52px;
        height: 52px;
        top: 50%;
        left: 50%;
        border-color: inherit;
        border-style: solid;
        border-width: 8px;
        display: none;
        -webkit-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
}

.hubhood-listing-search-input-rounded .hubhood-listing-search-menu-wrapper {
        border-radius: 30px 20px 20px 30px
}

.hubhood-listing-search-menu-inner {
        height: auto;
        max-height: 405px;
        overflow-x: hidden;
        overflow-y: auto;
}

.hubhood-search-popup .hubhood-listing-search-menu-inner {
        max-height: 324px
}

.hubhood-menu-item-title-wrapper {
        width: calc(100% - 70px);
        display: inline-block;
        vertical-align: middle;
        width: calc(100% - 70px);
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
}

.hubhood-listing-search-menu-wrapper .hubhood-listing-card-icon {
        vertical-align: middle;
}

.hubhood-listing-search-menu-inner .hubhood-listing-rating {
        position: relative;
        display: inline-block;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
        font-size: 14px;
        vertical-align: middle;
        margin: 0;
        margin-left: -20px;
        margin-right: 20px;
        line-height: 44px;
        box-shadow: 0 4px 20px rgba(0,0,0,0.15);
}

/*******************************************************************************
24 - WP Job Manager - General
*******************************************************************************/

.hubhood-search-input.hubhood-hero-search-input {
        line-height: 90px;
}

.hubhood-search-box-full form input[type] {
        box-shadow: none !important;
        border-bottom: 0 !important;
}

.hubhood-search-box-full form input[type]:focus,
.hubhood-search-box-full form input[type]:-webkit-autofill,
.hubhood-search-box-full form input[type]:-webkit-autofill:hover,
.hubhood-search-box-full form input[type]:-webkit-autofill:focus,
.hubhood-search-box-full form input[type]:-webkit-autofill:active {
        box-shadow: none !important;
}

.hubhood-search-box-full form input[type] {
        vertical-align: top;
        top: 0;
        padding: 2px 0 0 13px ; 
        height: 90px; 
        line-height: 90px;     
        background: transparent; 
}

.select2-results__options .loading-results ~ li {
        display: none;
}

.hubhood-dark-form.hubhood-dark-form {
        background-color        : rgb(25, 30, 35) !important;
}

.job-manager-message,
.job-manager-error,
.job-manager-info {
        text-align: center;
        color: #252525;
        font-weight: 600;
        box-shadow: 4px 4px 15px rgb(0 0 0 / 8%);
        padding-top: 30px !important; /* Important to overwrite Wp Job Manager "important" CSS */
        padding-bottom: 30px !important; /* Important to overwrite Wp Job Manager "important" CSS */
}

.job-manager-message::before,
.job-manager-error::before,
.job-manager-info::before {
        top: 30px;
}

input[name="submit_job"] ~ .save_draft {
        display: none;
}

[class*="fieldset-company"] ~ p,
[class*="fieldset-job"] ~ p {
        text-align: right;
}

.job-manager-form fieldset ~ h2 {
        display: none;
}

.hubhood-job-listing-login-required .job-manager-form fieldset.fieldset-login_required label:not(.full-line-checkbox-field label),
.hubhood-job-listing-login-required .job-manager-form fieldset.fieldset-login_required div.field:not(.full-line-checkbox-field) {
        display: block;
        width: 100%;
        text-align: center;
        border: 0;
}

.hubhood-job-listing-login-required .job-manager-form fieldset.fieldset-login_required {
        margin-bottom: 0;
        padding-bottom: 0;
        border: 0;
        font-weight: 600;
        font-size: 18px;
        color: rgb(119, 119, 119)
}

.hubhood-job-listing-login-required .job-manager-form fieldset.fieldset-login_required label {
        font-weight: 800;
        font-size: 26px;
        text-transform: capitalize;
        color: #252525;
        padding-bottom: 10px;
        margin-bottom: 0;
}

.hubhood-job-listing-login-required .job-manager-form fieldset.fieldset-login_required .account-sign-in {
        margin-top: 0;
}

.hubhood-job-listing-login-required .fieldset-login_required ~ .fieldset-job_useuseremail {
        margin-top: 70px;
}

.hubhood-job-listing-login-required .job-manager-form fieldset.fieldset-login_required .account-sign-in .button {
        display: none;
}

.single_job_listing .meta {
        display: none;
}

.job_description > * {
        margin-top: 25px;
}

.single_job_listing .job_description {
        margin-bottom: 0;
}

.job_description > *:last-child {
        margin-bottom: 0;
}

.hubhood-no-wp-job-manager .hubhood-hero-search-wrapper,
.hubhood-no-addons .hubhood-hero-search-wrapper {
        display: none !important;
}

.hubhood-user-logged-in-button {
        display: inline-block;
        width: 48px;
        height: 48px;
        border-radius: 50px;
        border: 4px solid #fff;
        background-color: transparent;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-position: center center;
        -webkit-transform-style: preserve-3d;
        -moz-transform-style: preserve-3d;
        -o-transform-style: preserve-3d;
        transform-style: preserve-3d;
        -webkit-transform: translateZ(1px);
        -moz-transform: translateZ(1px);
        -o-transform: translateZ(1px);
        transform: translateZ(1px);    
}

.hubhood-required-listing-field-asterisk {
        position: relative;
        font-size: 15px;
        line-height: 0;
        margin-left: 5px;
        top: -2px;
        cursor: pointer;
        color: var(--hubhood-color);
}

.hubhood-map-filter-sidebar .hubhood-search-filter-form {
        margin-top: -15px;
}

.hubhood-search-filter-input,
.hubhood-search-input-field {
        text-transform: capitalize;
}

.job_listing_packages_title {
        display: none;
}

#job-manager-job-dashboard p {
        display: none;
}

#job-manager-job-dashboard tbody tr {
        border-top: 1px solid rgba(125,125,125,0.1);
}

.hubhood-search-box-full form .hubhood-search-filters-pricing {
        width: 100%;
        margin-top: 0;
}

.hubhood-search-box-full form .hubhood-search-filters-pricing input[type="text"] {
        margin-left: 0;
        padding-left: 0;
        margin-right: 0;
        padding-right: 0;
        width: 100%;
        max-width: 9999px;
        padding-right: 35px;
        border-bottom: 1px solid rgba(0,0,0,0.05) !important;
}

.hubhood-search-box-full form .hubhood-search-filters-pricing input[type="text"].hubhood-price-range-slider-amount {
        border: 0 !important;
}

.hubhood-search-filters-pricing-min:after,
.hubhood-search-filters-pricing-max:after {        
        font-family: FontAwesome;
        color: #fff;
        content: "\f155 \a \f068";
        letter-spacing: 0;
        text-align: center;
        position: absolute;
        top: 18px;
        right: 0;
        width: 25px;
        height: 54px;
        padding: 0;
        padding-top: 7px;
        font-size: 15px;
        font-weight: 600;
        line-height: 22px;
        z-index: 2;
        -webkit-text-stroke-width: 0.001em;
        background: rgba(125,125,125,0.17);
        border-radius: 4px;
}

.hubhood-search-filters-pricing-max:after {        
        content: "\f155 \a \f067";
}

.hubhood-search-filters-no-icons:after {
        display: none;
}

.hubhood-search-bar-container {
        min-height: 90px;
}

/*******************************************************************************
25 - WP Job Manager - Listing Submission
*******************************************************************************/

.fieldset-job_linkedin,
.fieldset-job_pinterest,
.fieldset-job_youtube,
.fieldset-job_twitch,
.fieldset-job_tiktok,
.fieldset-job_snapchat,
.fieldset-job_googleplus,
.fieldset-job_vimeo,
.fieldset-job_vk,
.fieldset-job_foursquare,
.fieldset-job_tripadvisor,
.fieldset-company_excerpt,
.fieldset-company_external_link_4,
.fieldset-company_external_link_5,
.fieldset-company_external_link_6,
.fieldset-company_external_link_7,
.fieldset-company_external_link_8,
.fieldset-company_external_link_9,
.fieldset-company_external_link_10,
.fieldset-company_external_link_11,
.fieldset-company_external_link_12,
.fieldset-job_featured_listing_category,
.fieldset-job_featured_listing_region,
.fieldset-job_business_rich_media_values,
.fieldset-job_array_keys_types {
        display: none;
}

.job-manager-form fieldset {
        border-bottom: 1px solid rgba(150,150,150,0.1);
}

.job-manager-form fieldset.fieldset-products {
        border-top: 4px solid #eee;
        padding-top: 25px;
}

.fieldset-job_fix_for_checkboxes {
        display: none;
}

.hubhood-business-start-time-field,
.hubhood-business-end-time-field {
        position: relative;
}

form .hubhood-business-hour:before,
form .hubhood-business-hour:after {
        content: "";
        display: block;
        position: relative;
        height: 15px;
}

.hubhood-business-start-time-field .hubhood-business-time-wrapper {
        padding-top: 10px;
        padding-bottom: 10px;
}

.hubhood-business-hours-row-mon .hubhood-business-start-time-field .hubhood-business-time-wrapper {
        padding-top: 0;
}

.hubhood-business-hours-row-sun .hubhood-business-start-time-field .hubhood-business-time-wrapper {
        padding-bottom: 0;
}

.hubhood-multiple-hours-buttons {
        position: absolute;
        bottom: 2px;
        right: -61px;
        width: 120px;
        text-align: center;
        z-index: 31;
}

.hubhood-hide-multiple-hours-buttons .hubhood-multiple-hours-buttons {
        display: none;
}

.hubhood-copy-day-button {
        font-family: FontAwesome;
        position: absolute;
        font-size: 18px;
        right: -14.5px;
        top: 50%;
        margin-top: -14px;
        color: #252525;
        padding: 0 8px;
        background-color: transparent;
        border-radius: 30px;
        text-align: center;
        z-index: 30;
        -webkit-text-stroke-width: 0.001em;
}

.hubhood-multiple-hours-buttons a,
.hubhood-copy-day-button {
        color: #353535 !important;
}

.hubhood-copy-day-button ~ .tooltip,
.hubhood-multiple-hours-buttons a ~ .tooltip {
        white-space: nowrap;
        z-index: 30;
}

.hubhood-multiple-hours-buttons a ~ .tooltip.top .tooltip-inner {
        max-width: 9999px;
}

.hubhood-copy-day-button ~ .tooltip.top .tooltip-arrow,
.hubhood-multiple-hours-buttons a ~ .tooltip.top .tooltip-arrow {
        border-top-color: var(--hubhood-color);
}

.hubhood-copy-day-button ~ .tooltip.top .tooltip-inner,
.hubhood-multiple-hours-buttons a ~ .tooltip.top .tooltip-inner {
        background-color: var(--hubhood-color);
}

.hubhood-copy-day-button:before {
        content: "\f07d";
        font-weight: 600;
        font-size: 24px;
        position: relative;
        left: 0;
        top: -5px;
}

.hubhood-multiple-hours-plus,
.hubhood-multiple-hours-minus {
        font-size: 16px;
        color: #000;
        text-align: center;
        margin: 0 16px;
        padding: 0 6px;
        width: 28px;
}

.hubhood-multiple-hours-minus {
        display: none;
}

.hubhood-has-multiple-hours .hubhood-multiple-hours-minus {
        display: inline-block;
}

.hubhood-show-more-social,
.hubhood-show-hours-table {
        display: block;
        width: 100%;
        text-align: center;
        padding: 6px 10px;
        font-size: 25px;
        background-color: #fff;
        color: #252525;
        position: relative;
        cursor: pointer;
        margin-top: 15px;
        border: 1px solid rgba(150,150,150,0.1);
}

.hubhood-show-more-social {
        top: 15px;
        margin-bottom: -10px;
}

.hubhood-show-hours-table {
        top: 0;
        margin-top: 0;
}

.hubhood-operating-hours-quick-button .hubhood-open-or-closed.hubhood-updating-hours {
        display: none;
}

.hubhood-sbi_item {
        opacity: 0;
}

.hubhood-open-or-closed.hubhood-listing-closed.hubhood-updating-hours,
.hubhood-open-or-closed.hubhood-listing-open.hubhood-updating-hours,
.hubhood-operating-hours-quick-button-inner .icon-alarm-check.hubhood-updating-hours:before {
        color: transparent;
}

.hubhood-card-content-ajax-loading article:before,
.hubhood-bookmark-loading:before {
        font-family  : FontAwesome;
        color: #fff;
        content: "\f1ce" !important;
        position: absolute;
        top: 0;
        left: 0;
        width: auto;
        height: auto;
        padding: 0;
        opacity: 0.6;
        -webkit-text-stroke-width: 0.001em;
}

.hubhood-card-content-ajax-loading article:before {
        z-index: 1;
        top: calc(50% - 10px);
}

.hubhood-business-hours-accordion .hubhood-open-or-closed.hubhood-listing-closed.hubhood-updating-hours:after,
.hubhood-business-hours-accordion .hubhood-open-or-closed.hubhood-listing-open.hubhood-updating-hours:after {
        top: 1px;
}

.hubhood-operating-hours-quick-button-inner .hubhood-open-or-closed.hubhood-listing-open.hubhood-updating-hours:after {
        top: 12px;
}

.hubhood-show-more-social:after,
.hubhood-show-hours-table:after {
        font-family: FontAwesome;
        content     : "\f067";
        display: inline-block;
        -webkit-text-stroke-width: 0.001em;
}

.job_listing_packages_title {
        padding: 0;
}

.job_listing_packages {
        border: 0;
}
#job-manager-job-dashboard table {
        width: 100%;
}

#job-manager-job-dashboard table ul.job-dashboard-actions {
        visibility: visible;
}

#job-manager-job-dashboard table .applications,
#job-manager-job-dashboard table .expires,
#job-manager-job-dashboard table .filled {
        text-align: left;
}

.job-manager-form .hubhood-fieldset-details-wrapper {
        margin-left: 0;
        margin-right: 0;
}

.job-manager-form .hubhood-fieldset-details-wrapper label,
.job-manager-form .hubhood-fieldset-details-wrapper .field {
        display: block !important;
        width: 100% !important;
        float: none !important;
        vertical-align: top !important;
}

.job-manager-form .hubhood-fieldset-details-wrapper label small {
        display: none !important;
}

.job-manager-form .hubhood-fieldset-details-wrapper fieldset {
        border: 0;
}

label[for="job_business_details_available"]:before,
label[for="job_business_details_general"]:before,
label[for="job_business_details_unavailable"]:before,
.job-manager-form .hubhood-boxed-fields-wrapper div[class*="col-xl-"] label:before {
        font-family: FontAwesome;
        content: "\f00c";
        position: relative;
        display: inline-block;
        margin-right: 10px;
        font-size: 18px;
        top: 1px;
        color: #21953f;
}

label[for="job_business_details_general"]:before {
        content: '\f061';
        color: #167de7;
}

.job-manager-form .hubhood-boxed-fields-wrapper div[class*="col-xl-"] label[for="job_pricevalue"]:before,
.job-manager-form .hubhood-boxed-fields-wrapper div[class*="col-xl-"] label[for="job_pricevalue_regular"]:before,
.job-manager-form .hubhood-boxed-fields-wrapper div[class*="col-xl-"] label[for="job_priceunitselector"]:before,
.job-manager-form .hubhood-boxed-fields-wrapper div[class*="col-xl-"] label[for="job_pricingposition"]:before,
.job-manager-form .hubhood-boxed-fields-wrapper div[class*="col-xl-"] label[for="job_pricingselector"]:before {
        display: none;
}

label[for="job_business_details_unavailable"]:before {
        content: "\f00d";
        color: #cd3939;
}

form .fieldset-job_business_details_available textarea:focus {
        border-bottom : 4px solid #21953f; 
}

form .fieldset-job_business_details_general textarea:focus {
        border-bottom : 4px solid #167de7; 
}

form .fieldset-job_business_details_unavailable textarea:focus {
        border-bottom : 4px solid #cd3939; 
}

.job-manager-form .hubhood-boxed-fields-wrapper div[class*="col-xl-"] label[for="job_business_property_details_area"]:before,
.job-manager-form .hubhood-boxed-fields-wrapper div[class*="col-xl-"] label[for="job_business_property_details_rooms"]:before,
.job-manager-form .hubhood-boxed-fields-wrapper div[class*="col-xl-"] label[for="job_business_property_details_bathrooms"]:before,
.job-manager-form .hubhood-boxed-fields-wrapper div[class*="col-xl-"] label[for="job_business_property_details_toilets"]:before,
.job-manager-form .hubhood-boxed-fields-wrapper div[class*="col-xl-"] label[for="job_business_property_rules"]:before {
        color: var(--hubhood-color);
}

.job-manager-form .hubhood-boxed-fields-wrapper div[class*="col-xl-"] label[for="job_business_property_details_area"]:before {
        content: "\f5ef";
}

.job-manager-form .hubhood-boxed-fields-wrapper div[class*="col-xl-"] label[for="job_business_property_details_rooms"]:before {
        content: "\f52b";
}

.job-manager-form .hubhood-boxed-fields-wrapper div[class*="col-xl-"] label[for="job_business_property_details_bathrooms"]:before {
        content: "\f2cd";
}

.job-manager-form .hubhood-boxed-fields-wrapper div[class*="col-xl-"] label[for="job_business_property_details_toilets"]:before {
        content: "\f7bd";
}

.job-manager-form .hubhood-boxed-fields-wrapper div[class*="col-xl-"] label[for="job_business_property_rules"]:before {
        content: "\f06a";
}

.fieldset-job_business_property_details_area .field:before {
        content: "m²";
        position: absolute;
        display: inline-block;
        bottom: 17px;
        right: 15px;
        border-radius: 4px;
        background-color: #eee;
        width: 30px;
        height: 30px;
        text-align: center;
        color: #888;
        z-index: 4;
}

.hubhood-flex-row {
        display: table !important;
        width: 100%;
}

.hubhood-flex-col {
        display: table-cell !important;
}

.hubhood-iconized-list-widget .hubhood-iconized-list-widget-available .hubhood-listing-card-icon:before,
.hubhood-iconized-list-widget .hubhood-iconized-list-widget-available .hubhood-hero-category-label-value {
        color: #207837;
}

.hubhood-iconized-list-widget .hubhood-iconized-list-widget-general .hubhood-listing-card-icon:before,
.hubhood-iconized-list-widget .hubhood-iconized-list-widget-general .hubhood-hero-category-label-value {
        color: #1b62ab;
}

.hubhood-iconized-list-widget .hubhood-iconized-list-widget-unavailable .hubhood-listing-card-icon:before,
.hubhood-iconized-list-widget .hubhood-iconized-list-widget-unavailable .hubhood-hero-category-label-value {
        color: #bd3d3d;
}

.hubhood-features-widget.hubhood-iconized-list-widget .hubhood-listing-widget-content-inner {
        margin-bottom: 0;
}

.hubhood-features-widget.hubhood-iconized-list-widget .hubhood-listing-widget-content-inner:last-child {
        margin-bottom: -21px;
}

.hubhood-features-widget.hubhood-iconized-list-widget .hubhood-listing-widget-content-inner .hubhood-hero-category-label {
        white-space: normal;
        display: block !important;
        min-height: 32px;
}

.hubhood-features-widget.hubhood-iconized-list-widget .hubhood-listing-widget-content-inner .hubhood-hero-category-label-value {
        white-space: nowrap;
        padding-left: 15px;
}

[for="job_business_faq"],
.fieldset-job_business_faq {
        display: none !important;
}

.hubhood-data-block-builder input,
.hubhood-data-block-builder textarea {
        width: 100%;
}

.hubhood-data-block-builder textarea {
        margin-top: 30px;
}

.hubhood-data-block-builder .nav-tabs .nav-link {
        width: 48px;
        height: 48px;
        line-height: 32px;
        border-radius: 50px;
        padding-left: 0;
        padding-right: 0;
        text-align: center;
        border: 1px solid rgba(125,125,125,0.1);
        box-shadow: 5px 5px 15px rgba(0,0,0,0.15);
        font-weight: 600 !important;
        font-size: 18px !important;
        color: #252525;
        margin-right: 20px;
        margin-bottom: 20px;
}

.hubhood-data-block-builder .nav-tabs .nav-link.active,
.hubhood-data-block-builder .nav-tabs .nav-link:hover,
.hubhood-data-block-builder .nav-tabs .nav-link:focus {
        background-color: rgb(25,30,35);
        color: #fff;
}

.hubhood-data-block-nav {
        margin-bottom: 20px;
}

.hubhood-data-block-builder .nav-tabs {
        border: 0;
}

.hubhood-data-block-builder .nav-tabs .nav-link.active {
        border: 1px solid rgba(125,125,125,0.3);
        background-color: rgb(20,25,30);
        color: #fff;
        cursor: default;
}

.hubhood-data-block-builder .nav-tabs .nav-link.hubhood-create-data-block {
        cursor: pointer;
        line-height: 30px;
        padding-left: 2px;
}

.hubhood-data-block-builder .nav-tabs .nav-link.hubhood-create-data-block {
        margin-bottom: -10px;
}

.hubhood-data-block-builder .nav-tabs .nav-link + .nav-link.hubhood-create-data-block {
        margin-bottom: 20px;
}

.ui-datepicker-prev span {
    display: none !important;
}

.ui-datepicker-next {
    text-align: center;
}

.ui-datepicker-next span {
    display: none !important;
}

.fieldset-job_business_events,
.fieldset-job_business_appointments,
.fieldset-job_business_timeline {
        display: none;
}

[data-appointment-show="paused"],
[data-appointment-show="force_expired"] {
        cursor: default !important;
        opacity: 0.6;
}

.hubhood-appointment-link span {
        display: block;
        font-size: 14px;
        margin-top: 5px;
        opacity: 0.8;
}

.hubhood-listing-appointments-widget .hubhood-pricing-item-front-image {
        position: absolute;
        display: inline-flex;
        float: none;
        top: -3px;
        left: 10px;
        z-index: 5;
}

.hubhood-listing-appointments-widget .hubhood-pricing-item-front-image ~ .hubhood-appointment-link {
        min-height: 73px;
}

.hubhood-listing-appointments-widget .hubhood-pricing-item-front-image ~ .hubhood-appointment-link .hubhood-social-network-label {
        padding-left: 60px !important;
        position: relative !important;
        top: 50% !important;
        transform: translate(0,-50%) !important;
}

.hubhood-appointment-title {
        font-size: 18px;
}

.hubhood-appointment-title[style*="background-image"] span {
        color: #fff;
        text-shadow: 1px 1px rgba(0,0,0,0.7);
}

.hubhood-listing-appointments-widget:not(.hubhood-listing-widget-light) .hubhood-listing-social-network-wrapper a {
        margin-bottom: 25px;
}

.hubhood-listing-appointments-widget:not(.hubhood-listing-widget-light) .hubhood-listing-widget-content {
        padding-top: 25px;
}

.hubhood-listing-appointments-widget:not(.hubhood-listing-widget-light) .hubhood-listing-social-network-wrapper:not(:last-child) .hubhood-appointment-link {
        padding-bottom: 25px;
        border-bottom: 1px dashed rgba(255,255,255,0.15);
}

.hubhood-listing-widget-theme-color .hubhood-listing-social-network-wrapper:not(:last-child) .hubhood-appointment-link {
        border-bottom: 1px dashed rgba(255,255,255,0.4) !important;
}

.hubhood-listing-appointments-widget:not(.hubhood-listing-widget-light) .hubhood-appointment-link {
        position: relative;
        display: block;
        margin-left: -30px;
        width: calc(100% + 60px);
        padding-left: 30px;
        padding-right: 30px;
}

.hubhood-listing-appointments-widget .hubhood-social-network-label {
        width: 100%;
        max-width: calc(100% - 80px) !important;
}

.hubhood-listing-appointments-widget .hubhood-appointment-link:not([data-appointment-show="force_expired"]):not([data-appointment-show="paused"]):after {        
        font-family: FontAwesome;
        content     : "\f08e";
        position: absolute;
        top: calc(30% - 15px);
        right: 20px;
        width: 40px;
        height: 40px;
        line-height: 42px;
        text-align: center;
        font-size: 18px;
        opacity: 0.6;
}

.hubhood-listing-appointments-widget.hubhood-listing-widget-light .hubhood-appointment-link:not([data-appointment-show="force_expired"]):not([data-appointment-show="paused"]):after {        
        top: calc(35% - 15px);
        font-size: 15px;
        opacity: 0.6;
}

.hubhood-listing-appointments-widget .hubhood-appointment-link:hover:after {
        opacity: 1 !important;
}

.hubhood-data-block-builder-aside-fields .hubhood-data-block-builder label > span {
        display: block;
        width: 100%;
        margin-bottom: 15px;
        padding-left: 28px;
        padding-left: 30px;
        font-weight: 500;
        color: #aaa;
}

.hubhood-data-block-builder-aside-fields .hubhood-data-block-builder label {
        position: relative;
}

.hubhood-data-column,
.hubhood-data-column-half {
        width: calc(50% - 15px);
        display: inline-block;
        margin-bottom: 40px;
}

.hubhood-data-column-1 {
        margin-right: 30px;
}

.hubhood-time-pricing-option-wrapper {
        width: calc(50% - 10px);
}

.hubhood-time-pricing-options {
        width: calc(100% + 10px) !important;
}

.hubhood-data-column-half {
        margin-right: 10px;
        vertical-align: top;
}

.hubhood-data-column-2-short {
        width: calc(30% - 10px);
}

.hubhood-data-column-2-long {
        width: calc(70% - 10px);
}

.hubhood-data-time-filters-wrapper {
        margin-bottom: 0;
}

.hubhood-data-max-qty-wrapper > div {
        margin-bottom: 15px;
}

.hubhood-data-time-filters-wrapper {
        padding-left: 30px;
}

.hubhood-time-pricing-option-wrapper {
        padding: 15px 15px;
        background: rgba(0,0,0,0.05);
        margin-bottom: 10px;
}

.hubhood-price-option-currency {
        position: absolute;
        line-height: 59px;
        width: 54px !important;
        height: 60px;
        background-color: #eee;
        color: #b1b1b1;
        font-size: 17px;
        font-weight: bold;
        text-align: center;
        z-index: 1;
        border-radius: 0;
        top: 0;
        left: 0;
        border-bottom: 4px solid #ddd;
}

.select2-results__option[aria-force-disabled="true"] {
        background-color: #eee !important;
        pointer-events: none;
}

.hubhood-item-has-units-of-measurement .hubhood-quote-item-quote {
        width: 502px;
}

.hubhood-item-has-units-of-measurement .hubhood-quote-item-units-of-measurement-wrapper {
        display: inline-block;
        width: 250px;
        height: 60px;
        margin-left: 12px;
}

.hubhood-item-has-units-of-measurement .hubhood-quote-item-units-of-measurement-wrapper select {
        width: 100% !important;
}

.hubhood-item-has-units-of-measurement .hubhood-quote-item-quote-val {
        width: 220px !important
}

.hubhood-item-has-units-of-measurement * {
        vertical-align: top;
}

.hubhood-time-pricing-options {
        margin-bottom: 0;
}

.hubhood-fieldset-appointments-wrapper > div {
        margin-bottom: 40px !important;
        padding-bottom: 0 !important;
}

.hubhood-data-pricing-filter,
.hubhood-data-disable-days {
        margin-bottom: 5px !important;
}

.hubhood-time-pricing-options-filter-separator {
        margin-top: 20px !important;
}

.hubhood-time-pricing-options > div:last-child {
        margin-bottom: 30px !important;
}

.hubhood-data-appointment-price-value {
        padding-left: 80px !important;
        padding-right: 30px !important;
}

.hubhood-time-pricing-option-wrapper > .hubhood-data-column-1 {
        top: 9px;
        left: 10px;
}

.hubhood-time-pricing-option-wrapper > .hubhood-data-column-1 .hubhood-checkbox-field-wrapper span ~ span {
        color: #252525 !important;
}

.hubhood-data-column {
	position: relative;
}

.hubhood-time-pricing-option-wrapper .hubhood-data-column {
        margin-bottom: 0;
}

.hubhood-data-column-full {
        width: 100%;
}

.hubhood-data-columns-3 {
        width: calc(33.333333333% - 30px);
        margin-right: 30px;
        vertical-align: top;
}

.hubhood-fieldset-appointments-wrapper .dropdown-wrapper,
.hubhood-fieldset-appointments-wrapper .select2-selection__rendered,
.hubhood-fieldset-appointments-wrapper .select2-selection {
        margin-bottom: 0 !important;
}

.hubhood-fieldset-appointments-wrapper .hubhood-data-appointment-description,
.hubhood-fieldset-appointments-wrapper .hubhood-data-appointment-dayoffs {
        margin-top: 0 !important;
}

.hubhood-data-columns-3.hubhood-data-column-3 {
        margin-right: 0;
}

.hubhood-data-columns-4 {
        width: 25%;
}

.hubhood-data-columns-5 {
        width: 20%;
}

.hubhood-data-columns-4,
.hubhood-data-columns-5 {
        margin-right: 0;
}

.hubhood-data-column-separator-title {
        background-color: #252525;
        color: #fff;
        text-align: center;
        font-size: 18px;
        font-weight: 600;
        padding: 10px;
        text-transform: uppercase;
        border-radius: 4px;
        margin-top: 0;
}

.hubhood-field-standard-color ~ .select2-container--default .select2-selection--single .select2-selection__rendered {
        color: #252525 !important;
}

.hubhood-field-standard-color ~ .select2 .selection {
        padding-left: 0 !important;
        padding-right: 0 !important;
}

.hubhood-data-block-builder-aside-fields .hubhood-data-block-builder .hubhood-data-column .hubhood-listing-card-icon {
        width: 48px;
        padding-left: 0;
        display: inline-block;
        color: #252525;
}

.hubhood-data-block-builder-aside-fields .hubhood-data-block-builder .hubhood-data-column .hubhood-checkbox-field-wrapper .hubhood-listing-card-icon {
        width: 30px;
}

.hubhood-data-block-builder-aside-fields .hubhood-data-block-builder .hubhood-data-column .hubhood-listing-card-icon ~ span {
        display: inline-block;
        width: auto;
        padding-left: 0;
        top: 2px;
}

.hubhood-data-block-builder-aside-fields .hubhood-data-column label {
        width: 100%;
        white-space: nowrap;
}

.hubhood-data-block-builder-aside-fields .hubhood-data-block-builder label:not(.hubhood-field-no-icon):before {
        font-family: FontAwesome;
        content     : "\f073";
        position: absolute;
        top: auto;
        bottom: 14px;
        right: 18px;
        width: 40px;
        height: 40px;
        line-height: 42px;
        text-align: center;
        color: #ccc;
        font-size: 24px;
        -webkit-text-stroke-width: 0.001em;
        cursor: text;
        z-index: 2;
}

.hubhood-data-block-builder-aside-fields.hubhood-fieldset-timeline-wrapper .hubhood-data-block-builder label + label:before {
        display:none;
}

.hubhood-datetime-field-layer {
        position: absolute;
        bottom: 0px;
        left: 0;
        width: 100%;
        height: 62px;
        z-index: 2;
        background: transparent;
        padding-right: 60px;
        white-space    : nowrap;
        text-overflow  : ellipsis;
        font-size: 16px;
        font-weight: 500;
        line-height: 60px;
        padding-left: 30px;
        color: #252525;
        overflow: hidden;
        user-select: none; /* supported by Chrome and Opera */
        -webkit-user-select: none; /* Safari */
        -khtml-user-select: none; /* Konqueror HTML */
        -moz-user-select: none; /* Firefox */
        -ms-user-select: none;
}

.hubhood-dark-form .hubhood-datetime-field-layer {
        color: #fff;
}

.hubhood-data-block-builder-aside-fields.hubhood-fieldset-timeline-wrapper .hubhood-data-block-builder label + label .hubhood-datetime-field-layer {
        display: none;
}

.ui-datepicker-month {
        text-transform: capitalize;
}

.hubhood-fieldset-events-wrapper  input,
.hubhood-fieldset-appointments-wrapper  input:not(.hubhood-data-block-appointments-section-title):not(.hubhood-field-standard-color),
.hubhood_appointment_customer_date_picker,
.hubhood-fieldset-timeline-wrapper  input {
        color: transparent !important;
}

.hubhood-fieldset-events-wrapper input:not(:placeholder-shown),
.hubhood-fieldset-appointments-wrapper input:not(:placeholder-shown):not(.hubhood-data-block-appointments-section-title):not(.hubhood-field-standard-color),
.hubhood_appointment_customer_date_picker:not(:placeholder-shown),
.hubhood-fieldset-timeline-wrapper input:not(:placeholder-shown) {
        color: transparent !important;
        letter-spacing: 500000px;
}

.hubhood-timeline-widget .hubhood-date-list-item-date {
        display: block;
        margin-right: 0;
}

.hubhood-timeline-widget .hubhood-date-list-item-date:before {
        content: none !important;
}

.hubhood-timeline-widget .hubhood-date-list-item-inner {
        padding-top: 0;
}

.hubhood-timeline-widget .hubhood-date-list-item-wrapper:last-child .hubhood-date-list-item-inner {
        padding-bottom: 0;
}

.hubhood-timeline-widget .hubhood-date-list-item-wrapper:before {
        top:0;
        margin-top: -6px;
}

.hubhood-timeline-widget .hubhood-widget-events-list-wrapper {
        border-top: 0;
}

.hubhood-listing-widget-theme-color .hubhood-date-list-item-wrapper {
        border-left: 4px solid #fff;
}

.hubhood-listing-related-author-wrapper ~ .hubhood-listing-related-wrapper {
        padding-top: 30px !important;
}

.hubhood-timeline-widget .hubhood-date-list-item-wrapper:last-child {
        border-left: 4px solid transparent;
}

.hubhood-data-block-builder-aside-fields.hubhood-fieldset-timeline-wrapper .hubhood-data-block-builder label + label input {
        color: #252525 !important;
        letter-spacing: 0.025em;
}

.hubhood-data-block-builder-aside-fields .hubhood-data-block-builder label:focus:before {
        color: var(--hubhood-color);
}

.hubhood-data-block-builder-aside-fields .hubhood-data-block-builder input {
	background: transparent;
	position: relative;
	top: 0;
}

.hubhood-data-block-builder-aside-fields .hubhood-data-block-builder input {
        padding-right: 60px;
}

.hubhood-data-block-builder-aside-fields .hubhood-data-block-builder input + input {
        margin-left: 30px;
}

.ui-datepicker-prev {
    background-color: transparent !important;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAMCAYAAACulacQAAAAUklEQVQYlXWPwQnAMAwDj9IBOlpH8CjdJLNksuujFIJjC/w6WUioFBcqJ7sGEAD5Y/hpqLRghRv4YQlUjqXI3Kql2MixraGbEhVcDXcFUR/1egEHNuTBpFW0NgAAAABJRU5ErkJggg==') !important;
    height: 12px !important;
    width: 7px !important;
    margin: 14px 12px;
    display: inline-block;
    left: 9px !important;
    top: 0 !important;
}

.ui-datepicker-prev {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAOCAYAAAD9lDaoAAAAuUlEQVQokXXRsUtCYRAA8J8pDQ1CVIgIgtBU2NDiZIuDS4uLf6WDS1O0tLREEE8icBNKS3lTs8/B78XHw3dwcHA/juOuqjzucYJVrQQMcYctvo4OgEFIeMK6iPphCjzjEWLUC3vACx7yRo5uMUIFr5gii1EL41AvMIkBVPGH04DrSLEsIvjEOZq4wi9+iijDR0ANXOMbmxjlcIY2LtANO6YxymGCDs5wg/ciYv+KBJeY4+2A+Y9j4Y47RtUkrNXeDxUAAAAASUVORK5CYII=') !important;
    height: 14px !important;
    width: 9px !important;
    margin: 5px !important;
    margin-top: 12px !important;
}

.ui-datepicker-next {
    cursor: pointer;
}

.ui-datepicker-prev {
    cursor: pointer;
}

.ui-datepicker-next {
    background-color: transparent !important;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAMCAYAAABfnvydAAAAVUlEQVQYlXWQ0Q3AIAhEL07gKI7kKN2kI3Wk1w9to3KQEELucQEECOizhhTQGHFnwOdgobWx0GkZILfYBhXl0STVbPoBarbkL7ozN/F8VBBXh8uJgF5r2hrI4GHUkAAAAABJRU5ErkJggg==') !important;
    height: 12px !important;
    width: 8px !important;
    margin: 14px 12px;
    display: inline-block;
    right: 9px !important;
    top: 0 !important;
    margin-top: 12px !important;
}

.ui-datepicker-next {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAOCAYAAAASVl2WAAAAtElEQVQYlXXQsUpCcRQH4I97EQyHa1pgIEE0hBGYL+BjNLRFjxXh4rM4F21BS4S4FAgqQioOngt/RM/6+zi/w4EanlA4MDkecYsO3vG/D8a4Rx03eMMqBQt8oodTXAdalwBm+IpNDVxG3aYEMMU3ujjDBT5SAH9R2cE58mwPFOgneJSCGp7RjLoXTEtQjbCFOV7xCxkqdp9sYxnhpFyb4QFXdh8c4Cc9Ko++OwzjFwfn5FiwBVeuI/K2UCkSAAAAAElFTkSuQmCC') !important;
    height: 14px !important;
    width: 8px !important;
    margin: 5px;
}

.ui-datepicker .ui-datepicker-header {
        background: transparent;
        border: 0;
        padding: 8px 0;
}

.ui-datepicker .ui-datepicker-title,
.ui-timepicker-div .ui_tpicker_time .ui_tpicker_time_input {
        font-size: 15px;
        font-weight: 500;
}

.ui-datepicker-calendar thead span {
        font-weight: 500;
        opacity: 0.3;
}

.ui-datepicker-calendar .ui-state-default,
.ui-datepicker-calendar .ui-widget-content .ui-state-default,
.ui-datepicker-calendar .ui-widget-header .ui-state-default,
.ui-datepicker-calendar .ui-button,
.ui-datepicker-calendar .ui-button.ui-state-disabled:hover,
.ui-datepicker-calendar .ui-button.ui-state-disabled:active {
        border: 0 !important;
        text-align: center !important;
}

.ui-datepicker-calendar .ui-state-default,
.ui-datepicker-calendar .ui-widget-content .ui-state-default,
.ui-datepicker-calendar .ui-widget-header .ui-state-default {
        border: 0;
        background: none;
        text-align: center;
}

.ui-datepicker .ui_tpicker_time {
        padding-top: 12px;
        margin: 0 10px 0;
        text-align: center;
        border-top: 4px solid #eee;
        margin-top: 22px;
        height: 28px;
}

.ui-datepicker.ui-widget.ui-widget-content {
        border: 0;
        box-shadow: 0 0 30px rgb(0 0 0 / 10%);    
        padding: 10px;    
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus {
        border: 1px solid transparent;
}

.ui-timepicker-div dl dt.ui_tpicker_time_label {
        display: none;
}

.ui-timepicker-div dl dt.ui_tpicker_hour_label,
.ui-timepicker-div dl dt.ui_tpicker_minute_label {
        font-weight: 500;
        font-size: 14px;
        line-height: 32px !important;
        padding-left: 10px;
}

.ui-timepicker-div dl dt.ui_tpicker_minute_label {
        padding-top: 3px;
}

.ui-widget-content .ui-state-highlight {
        background: #eee;
        border-radius: 4px;
}

.ui-widget-content .ui-state-default:not(.ui-state-active):hover {
        background: #eee;
        border-radius: 4px;
}

.ui-widget-content .ui-state-highlight .ui-state-active,
.ui-widget-content .ui-state-default.ui-state-active {
        background: var(--hubhood-color);
        color: #fff;
        border-radius: 4px;
}

.ui-timepicker-div .ui_tpicker_time .ui_tpicker_time_input {
        position: relative;
        border: 0;
        text-align: center;
        width: 90px;
        top: -28px;
        background: #fff;
        box-shadow: none;
}

.ui-timepicker-div dl dd.ui_tpicker_hour {
        margin: 7px 10px 10px 40%;
}

.ui-timepicker-div dl dd.ui_tpicker_hour {
        margin: 7px 10px 10px 40%;
}

.ui-timepicker-div dl dd.ui_tpicker_minute {
        margin: 20px 10px 10px 40%;
}

.ui-widget.ui-widget-content.ui-slider {
        height: 16px;
        border-radius: 50px;
        border: 4px solid #eee;
}

.ui-timepicker-div .ui-slider-handle {
        border: 1px solid #d3d3d3;
        font-weight: normal;
        color: #555;
        border-radius: 50px !important;
        top: -6px !important;
        border: 1px solid transparent !important;
        border-radius: 50px;
        background: var(--hubhood-color) !important;
}

.ui-datepicker-buttonpane {
        border: 0;
        width: calc(100% - 20px);
        left: 10px;
        margin-top: -14px !important;
}

.ui-datepicker.ui-widget.ui-widget-content {
        max-width: calc(100vw - 45px) !important;
}

.ui-datepicker.ui-widget.ui-widget-content,
.ui-datepicker.ui-widget.ui-widget-content * {
        line-height: 1.5;
        font-family: inherit;
}

button.ui-datepicker-current {
        display: none;
}

.ui-timepicker-div > dl {
        margin-bottom: 32px;
}

.ui-datepicker-year,
.ui-datepicker-month {
        min-width: 130px !important;
}

.ui-datepicker-title .hubhood-temp-multiple-select-wrapper {
        display: inline-block;
        min-height: 37px !important;
        margin-top: 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
        width: 100%;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {        
        padding: 5px 0 5px 20px;
}

.ui-datepicker-title .hubhood-temp-multiple-select-wrapper select option {
        padding: 10px 20px;
}

.ui-datepicker .ui-datepicker-title {
        top: -5px;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-close,
.hubhood-delete-data-block {
        bottom: -36px;
        right: -38px;
        height: 48px;
        width: 48px;
        font-size: 0;
        border-radius: 40px !important;;
        position: absolute;
        background: #fff !important;
        border: 0;
        box-shadow: 0 0 12px rgba(0,0,0,0.13) !important;;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-close:before,
.hubhood-delete-data-block:before {
        font-family: FontAwesome;
        content     : "\f00d";
        font-weight: 400;
        position: absolute;
        top: 0;
        left: 0;
        width: 48px;
        height: 48px;
        line-height: 50px;
        text-align: center;
        padding-left: 2px;
        color: #cd3939;
        font-size: 24px;
        cursor: pointer;
        -webkit-text-stroke-width: 0.001em;
}

.hubhood-delete-data-block {
        bottom: auto;
        left: auto;
        right: -50px;
        top: 0;
        display: none;
}

.hubhood-data-block-builder-title {
        margin-bottom: 40px;
}

.tab-content {
	position: relative;
}

.hubhood-data-block-appointments-section-custom-title-wrapper {
        margin-top: 30px;
        margin-bottom: 40px;
}

.hubhood-data-block-appointments-section-custom-title-wrapper input {
        display: block;
        width: 100%;
}

.nav-link + .nav-link + .hubhood-delete-data-block {
        display: block;
}

#ui-datepicker-div,
.ui-datepicker,
.admin-bar .ui-datepicker {
        z-index: 50000000 !important;
        /* Fix for z-index + fixed in Safari and IOS */
        -webkit-transform: translateZ(50000000px) !important;
        -moz-transform: translateZ(50000000px) !important;
        -o-transform: translateZ(50000000px) !important;
        transform: translateZ(50000000px) !important;
}

[for="hubhood_appointment_customer_date_picker"],
.hubhood-popup .hubhood-datetime-field-layer,
.hubhood-popup .hubhood-datetime-field-layer ~ .hubhood-data-block-field {
        width: 100%;
}

.admin-bar .ui-datepicker {
        z-index: 300000 !important;
}

.hubhood-time-countdown {
        text-align: center;
}

.hubhood-time-countdown * {
        text-align: center;
        display: inline-block;
        vertical-align: middle;
}

.hubhood-time-countdown-term {
        margin-right: 20px;
}

.hubhood-time-countdown-term:last-child {
        margin-right: 0;
}

.hubhood-time-countdown-term-data {
        min-width: 48px;
        height: 48px;
        line-height: 50px;
        padding-left: 10px;
        padding-right: 10px;
        font-size: 22px;
        font-weight: 500;
        border-radius: 48px;
        background-color: #fff;
        color: #252525;
        margin-right: 5px;
        white-space: nowrap;
}

.hubhood-listing-widget-light .hubhood-time-countdown-term-data {
        background-color: #f8f8f8;
}

.hubhood-listing-widget-theme-color .hubhood-time-countdown-term-data {
        background-color: #fff;
}

.hubhood-listing-widget-light .hubhood-event-happening .hubhood-time-countdown-term-data,
.hubhood-listing-widget-dark .hubhood-event-happening .hubhood-time-countdown-term-data,
.hubhood-listing-widget-light .hubhood-appointment-happening .hubhood-time-countdown-term-data,
.hubhood-listing-widget-dark .hubhood-appointment-happening .hubhood-time-countdown-term-data {
        background-color: var(--hubhood-color);
        color: #fff;
}

.hubhood-listing-widget-theme-color .hubhood-event-happening .hubhood-time-countdown-term-data,
.hubhood-listing-widget-theme-color .hubhood-appointment-happening .hubhood-time-countdown-term-data {
        background-color: #fff;
        color: var(--hubhood-color);
}

.hubhood-listing-widget-light .hubhood-widget-events-list-wrapper,
.hubhood-listing-widget-light .hubhood-widget-appointments-list-wrapper {
        border-top: 1px solid #f3f3f3;
}

.hubhood-listing-widget-light .hubhood-event-happening > .hubhood-date-list-item-inner > .hubhood-date-list-item-date,
.hubhood-listing-widget-light .hubhood-appointment-happening > .hubhood-date-list-item-inner > .hubhood-date-list-item-date {
        color: #252525;
}

.hubhood-listing-widget-light .hubhood-date-list-item-wrapper:before {
        background-color: #fff;
        font-weight: 400 !important;
        font-size: 20px;
        -webkit-text-stroke-width: 0.001em;
}

.hubhood-listing-widget-theme-color .hubhood-widget-events-list-wrapper,
.hubhood-listing-widget-theme-color .hubhood-widget-appointments-list-wrapper {
        border-top: 0;
}

.hubhood-listing-widget-theme-color .hubhood-event-happening > .hubhood-date-list-item-inner > .hubhood-date-list-item-date,
.hubhood-listing-widget-theme-color .hubhood-appointment-happening > .hubhood-date-list-item-inner > .hubhood-date-list-item-date {
        color: #fff;
}

.hubhood-listing-widget-theme-color .hubhood-date-list-item-wrapper:before {
        background-color: #fff;
        font-weight: 400 !important;
        font-size: 20px;
        -webkit-text-stroke-width: 0.001em;
}

.hubhood-event-finished-icon,
.hubhood-appointment-finished-icon {
        font-size: 30px;
        opacity: 0.6;
}

.hubhood-listing-widget-dark .hubhood-listing-widget-section-icon {
        background-color: rgb(60,65,70);
        color: #fff;
}

.hubhood-listing-widget-section-icon.hubhood-has-more-items {
        right: auto;
        left: 50%;
        transform: translate(-50%);
        width: auto;
        padding-left: 16px;
        padding-right: 16px;
        font-size: 15px;
        bottom: -13px;
        font-weight: 600;
        cursor: pointer;
}

.hubhood-date-list-item-date {
        display: inline-block;
        white-space: nowrap;
}

.hubhood-widget-events-list-wrapper,
.hubhood-widget-appointments-list-wrapper {
        border-top: 4px solid rgba(125,125,125,0.13);
        font-size: 15px;
}

.hubhood-widget-events-list-wrapper *,
.hubhood-widget-appointments-list-wrapper * {
        font-size: 15px !important;
}

.hubhood-date-list-item-wrapper {
        display: block;
        border-left: 4px solid rgba(125,125,125,0.25);
        padding-left: 38px;
        margin-left: 12px;
        border-radius: 0;
}

.hubhood-date-list-item-inner {
        padding-top: 30px;
        padding-bottom: 30px;
}

.hubhood-date-list-item-wrapper:before {        
        font-family: FontAwesome;
        content: "\f017";
        font-weight: 400;
        position: absolute;
        top: 50%;
        left: 5px;
        margin-top: -20px;
        margin-left: -26px;
        width: 40px;
        height: 40px;
        line-height: 40px;
        color: #ccc;
        background: rgb(15,20,25);
        font-size: 20px;
        border-radius: 30px;
        text-align: center;
        z-index: 2;
        text-shadow: none;
}

.hubhood-date-list-item-wrapper.hubhood-event-happening,
.hubhood-date-list-item-wrapper.hubhood-appointment-happening {
        border-left: 4px solid var(--hubhood-color);
}

.hubhood-date-list-item-wrapper.hubhood-event-happening:before,
.hubhood-date-list-item-wrapper.hubhood-appointment-happening:before {
        color: var(--hubhood-color);
}

.hubhood-event-happening > .hubhood-date-list-item-inner > .hubhood-date-list-item-date,
.hubhood-appointment-happening > .hubhood-date-list-item-inner > .hubhood-date-list-item-date {
        font-weight: 600;
        color: #fff;
}

.hubhood-date-list-item-date {
        margin-right: 12px;
}

.hubhood-date-list-item-date:before {     
        font-family: FontAwesome;
        content: "\f133";
        font-weight: 400;
        position: relative;
        display: inline-block;
        width: 25px;
        vertical-align: top;
        top: 14px;
        line-height: 0;
        color: #ccc;
        font-size: 16px;
}

.hubhood-date-list-item-date-end:before {     
        content: "\f356";
}

.hubhood-date-list-item-buttons > * {
        margin-top: 25px;
        margin-right: 20px;
}

.hubhood-date-list-item-buttons > * {
        vertical-align: top;
}

.atcb-list.atcb-dropdown {
        min-width: 250px;
        margin-top: -224px !important;
        padding: 1px !important;
        margin-left: -60px;
}

.atcb-list-item:first-child {
        border-radius: 6px 6px 0 0 !important;
}

body .hubhood-date-list-item-buttons .atcb-button {
        color: #bbb;
        background: rgba(125, 125, 125, 0.15);
        border: 4px solid transparent;
        padding: 3px 21px;
        font-weight: 500;
        box-shadow: none;
}

body .hubhood-date-list-item-buttons .atcb-button:hover {
        color: #fff;
}

.hubhood-style-button-edges-bit-rounded .hubhood-date-list-item-buttons .atcb-button {
        border-radius: 12px;
}

.hubhood-style-general-edges-rounded .hubhood-date-list-item-buttons .atcb-button {
        border-radius: 24px;
}

body .hubhood-date-list-item-buttons .atcb-icon {
        display: none !important;
}

body .hubhood-date-list-item-buttons .atcb-button-wrapper {
        padding: 0;
}

body .hubhood-date-list-item-buttons .atcb-button {
        font-weight: 500 !important;
}

body .atcb-list-item {
        padding-left: 30px;
}

body .atcb-list-item .atcb-icon {
        margin-top: -13px;
        margin-right: 11px;
}

.hubhood-date-list-item-buttons-preview {
        text-align: center;
}

.hubhood-date-list-item-buttons.hubhood-date-list-item-buttons-preview  > * {
        margin-left: 10px;
        margin-right: 10px;
}

.hubhood-listing-card .hubhood-date-list-item-wrapper,
.hubhood-hero-content-wrapper .hubhood-date-list-item-wrapper {
        border: 0;
        padding-left: 0;
        margin-left: 0;
        opacity: 0.85;
}

.hubhood-listing-card .hubhood-listing-card-title + .hubhood-date-list-item-wrapper,
.hubhood-hero-content-wrapper .hubhood-listing-card-title + .hubhood-date-list-item-wrapper {
        margin-top: 8px;
}

.hubhood-design-1-b-2-3-c-6-b-13 .hubhood-listing-card .hubhood-listing-card-title + .hubhood-date-list-item-wrapper,
.hubhood-design-1-b-2-3-c-6-b-13 .hubhood-hero-content-wrapper .hubhood-listing-card-title + .hubhood-date-list-item-wrapper,
.hubhood-design-1-b-2-3-c-6-b-16-e .hubhood-listing-card .hubhood-listing-card-title + .hubhood-date-list-item-wrapper,
.hubhood-design-1-b-2-3-c-6-b-16-e .hubhood-hero-content-wrapper .hubhood-listing-card-title + .hubhood-date-list-item-wrapper,
.hubhood-design-1-b-2-3-c-8 .hubhood-listing-card .hubhood-listing-card-title + .hubhood-date-list-item-wrapper,
.hubhood-design-1-b-2-3-c-8 .hubhood-hero-content-wrapper .hubhood-listing-card-title + .hubhood-date-list-item-wrapper {
        margin-top: 4px;
}

.hubhood-design-1-b-2-3-c-6-b-13 .hubhood-listing-card .hubhood-listing-card-title + .hubhood-date-list-item-wrapper {
        margin-top: 3px;
}

.hubhood-listing-card .hubhood-date-list-item-wrapper:before,
.hubhood-hero-content-wrapper .hubhood-date-list-item-wrapper:before {
        content: none;
}

.hubhood-listing-card .hubhood-date-list-item-inner,
.hubhood-hero-content-wrapper .hubhood-date-list-item-inner {
        padding: 0;
}

.hubhood-listing-card .hubhood-date-list-item-date,
.hubhood-card-custom-data {
        font-size: 13px;
}

.hubhood-card-custom-data {        
        display        : block;
        width          : 100%;
        white-space    : nowrap;
        text-overflow  : ellipsis;
}

body .hubhood-card-custom-data {        
        margin-top: 5px;
        text-shadow: 1px 1px 0 rgb(0 0 0 / 35%), 2px 2px 10px rgb(0 0 0 / 25%);
}

.hubhood-listing-card .hubhood-date-list-item-date:before {
        font-size: 14px;
        top: 12px;
        width: 15px;
}

.hubhood-design-1-b-2-3-c-6-b-16-e-2 .hubhood-listing-card .hubhood-date-list-item-date.hubhood-date-list-item-date-start:before {
        color: #252525;
}

.hubhood-listing-card .hubhood-date-list-item-date.hubhood-date-list-item-date-start:before,
.hubhood-card-custom-data:before {
        font-size: 13px;
        top: 11px;
        color: #fff;
}

.hubhood-card-custom-data:before {
        position: relative;
        top: -1px;
        width: 15px;
        text-align:left;
}

.hubhood-hero-content-wrapper .hubhood-date-list-item-date {
        font-size: 15px;
}

.hubhood-hero-content-wrapper .hubhood-date-list-item-date:before {
        font-size: 16px;
        top: 12px;
        width: 20px;
}

.hubhood-hero-content-wrapper .hubhood-date-list-item-date.hubhood-date-list-item-date-start:before {
        font-size: 15px;
        top: 13px;
        color: #fff;
}

.hubhood-hero-content-wrapper .hubhood-date-list-item-date:before {
        color: #fff;
}

.hubhood-listing-event-header .hubhood-date-list-item-wrapper,
.hubhood-listing-appointment-header .hubhood-date-list-item-wrapper {
        margin-left: 12px;
}

.hubhood-little-listing-title .hubhood-listing-event-header .hubhood-date-list-item-wrapper,
.hubhood-little-listing-title .hubhood-listing-appointment-header .hubhood-date-list-item-wrapper {
        margin-left: 0;
        margin-top: -5px;
}

.hubhood-hero-text-wrapper .hubhood-listing-event-header .hubhood-date-list-item-wrapper,
.hubhood-hero-text-wrapper .hubhood-listing-appointment-header .hubhood-date-list-item-wrapper {
        font-weight: 600;
}

.hubhood-design-1-b-2-3-c-6-b-16-e-2 .hubhood-date-list-item-wrapper + * {
        margin-top: 8px !important;
}

.hubhood-boxed-fields-wrapper div[class*="col-xl-"] label {
        display: block;
        width: 100% !important;
}

.hubhood-boxed-fields-wrapper div[class*="col-xl-"] input,
.hubhood-boxed-fields-wrapper div[class*="col-xl-"] textarea {
        display: block;
        width: 100% !important;
}

.hubhood-boxed-fields-wrapper fieldset div.field {
        float: none !important;
        width: 100% !important;
}

.job-manager-form .hubhood-boxed-fields-wrapper div[class*="col-"] {
        -webkit-flex-grow: 1;
        -ms-flex-grow: 1;
        flex-grow: 1;
}

.job-manager-form .hubhood-boxed-fields-wrapper div[class*="col-xl-"] fieldset:last-child {
        margin: 0 0 1em 0;
        padding: 0 0 1em 0;
}

.hubhood-boxed-fields-wrapper .hubhood-boxed-fields-no-inner-distances {
        margin-top: 0;
        margin-bottom: -30px;
        padding-top: 0;
        padding-bottom: 0;
}

.hubhood-price-range-slider-amount {      
        cursor: default;
}

.hubhood-increase-z-index {
        z-index: 6;
        position: relative;
}

.hubhood-price-range-slider.ui-widget.ui-widget-content.ui-slider {
        position: absolute;
        width: 100%;
        bottom: 0;
        border: 0;
        height: 4px;
        border-radius: 0;
        border-bottom: 4px solid #eee;  
}

.hubhood-price-range-slider.ui-slider-horizontal .ui-slider-range {
        height: 4px;
        background: var(--hubhood-color);
}

.hubhood-price-range-slider.ui-slider-horizontal .ui-slider-handle {
        font-weight: normal;
        color: #555;
        border-radius: 50px !important;
        top: -7px !important;
        border: 1px solid transparent !important;
        border-radius: 50px;
        background: var(--hubhood-color) !important;
        width: 18px;
        height: 18px;
}

.hubhood-price-range-slider.ui-slider-horizontal .ui-slider-handle:before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 12px;
        height: 12px;
        background-color: #fff;
        border-radius: 50px;
        transform: translate(-50%,-50%);
}

.hubhood-is-mobile .hubhood-price-range-slider.ui-slider-horizontal .ui-slider-handle {
        top: -12px !important;
        width: 28px;
        height: 28px;
}

.hubhood-is-mobile .hubhood-price-range-slider.ui-slider-horizontal .ui-slider-handle:before {
        width: 20px;
        height: 20px;
}

.hubhood-is-mobile .hubhood-price-range-slider.ui-slider-horizontal .ui-slider-handle {
        margin-left: -.8em;
}

.hubhood-range-slider-wrapper label {
        position: absolute;
        left: 0;
        top: 7px;
}

.hubhood-price-range-slider-amount-tooltip {
        position: absolute;
        display: inline-block;
        width: auto;
        min-width: auto;
        padding: 0;
        color: #fff;
        background: #252525;
        padding: 0 12px;
        border-radius: 30px;
        font-size: 15px;
        font-weight: 500;
        white-space: nowrap;
        top: 31px;
        left: 50%;
        text-shadow: 1px 1px 0 rgba(0,0,0,0.2);
        transform: translate(-50%,0);
}

.hubhood-price-range-slider-amount-tooltip:after {
        font-family: FontAwesome;
        content: "\f0d7";
        font-weight: 600;
        position: absolute;
        top: auto;
        bottom: 10px;
        left: 50%;
        margin-left: -9px;
        width: 18px;
        height: 18px;
        line-height: 58px;
        color: #252525;
        font-size: 18px;
        border-radius: 50%;
        z-index: 2;
        text-shadow: none;
        -webkit-text-stroke-width: 0.02em;
}

.hubhood-user-not-logged article > .job-manager-message a {
        display: none !important;
}

/*******************************************************************************
26 - Woocommerce And WP Job Manager With Woocommerce
*******************************************************************************/

.reset_variations {
        display: none !important
}

#page .woocommerce form span {
        color: #252525;
}

.woocommerce-edit-account legend {
        margin: 0;
        padding-top: 45px;
        padding-bottom: 45px;
        border: 0;
        text-align: center;
        text-transform: capitalize;
}

.woocommerce-Address-title.title {
        text-transform: capitalize;
}

.hubhood-listing-card-icon.hubhood-bookmark-loading {
        width: 30px;
        height: 30px;
        margin: 0;
        padding: 0 !important;
        right: -10px !important;
        top: -7px !important;
        left: auto;
        top: auto;
}

body .hubhood-listing-card .hubhood-listing-card-icon.hubhood-bookmark-loading {
        margin-top: 19px;
        margin-left: -2px;
}

.hubhood-loading-search span {
        display: none;
}

.hubhood-iconized-button.hubhood-loading-search:before {
        padding-right: 0;
}

.hubhood-bookmark-loading .hubhood-bookmark-counter {
        display: none;
}

.hubhood-loading-search:before {
        -webkit-animation: fa-spin 2s infinite linear;
        animation: fa-spin 2s infinite linear;
}

.hubhood-search-filter-submit.hubhood-loading-search {
        text-shadow: none;
}

.hubhood-search-submit.hubhood-loading-search:before {
        font-size: 24px;
        -webkit-text-stroke-width : 0.001em;
        font-weight: 600;
}

.hubhood-search-filter-submit.hubhood-loading-search:before {
        font-size: 20px;
        -webkit-text-stroke-width : 0.001em;
        text-shadow: 0 0 2px rgba(0,0,0,0.9);
}

@-webkit-keyframes fa-spin {
        0% {
                -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
        }
        100% {
                -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
        }
}

@keyframes fa-spin {
        0% {
                -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
        }
        100% {
                -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
        }
}

.single-job_listing .hubhood-comments-form-wrapper #respond {
        display: none !important; /* Needed to have priority over JavaScript attribution */
}

.hubhood-no-reviews.single-job_listing .hubhood-comments-form-wrapper #respond {
        display: block !important; /* Needed to have priority over JavaScript attribution */
}

.woocommerce-info {
        border: 0;
}

.job_listing_packages_title h2,
.woocommerce h2:not(.hubhood-section-title),
.woocommerce h3 {
        background-color: transparent;
        text-align: left;
        margin-bottom: 60px;
        margin-top: 60px;
}

.woocommerce .hubhood-hero-header h2,
.woocommerce .hubhood-hero-header h3 {
        margin: 0;
}

.woocommerce-checkout .woocommerce h2,
.woocommerce .woocommerce-Tabs-panel h2,
.woocommerce header h2 {
        margin-top: 0;
        margin-bottom: 20px !important; /* Important to overwrite Woocommerce generic CSS attribution */
}

.woocommerce .woocommerce-Tabs-panel h2 {
        padding-top: 0;
        margin-top: 0;
}

.woocommerce .woocommerce-billing-fields > h3:first-child {
        margin-top: 0;
}

.woocommerce .woocommerce-customer-details address {
        border: 0;
        padding: 0;
}

.woocommerce-notices-wrapper ~ .woocommerce-form-coupon-toggle {       
        margin-top: -5px;
}

.woocommerce-account .woocommerce-notices-wrapper {
        margin-bottom: 60px;
}

.hubhood-user-account-avatar-image-wrapper {
        position: relative;     
        width: 80px;
        height: 80px;
        margin-bottom: 30px;
        left: 50%;
        transform: translate(-50%);
}

.hubhood-price-builder-items .hubhood-user-account-avatar-image-wrapper,
.hubhood-quote-builder-items .hubhood-user-account-avatar-image-wrapper,
[data-nav-id*="hubhood-appointments-"] .hubhood-user-account-avatar-image-wrapper {
        margin-bottom: 3px;
        left: 0;
        transform: none;
}

[data-nav-id*="hubhood-appointments-"] .hubhood-user-account-avatar-image-wrapper {
        left: 25px;
        margin-bottom: 35px;
}

.hubhood-user-account-avatar-image-label {
        margin-top: -30px !important;
        margin-bottom: 10px;  
        text-align: center;
}

.woocommerce-edit-account .hubhood-profile-info-label {
        padding-top: 0;
}

.hubhood-user-account-avatar-image {   
        position: relative;     
        width: 80px;
        height: 80px;
        border-radius: 500px;
        cursor: pointer;
        background-size: cover;
        background-position : center;
        background-repeat   : no-repeat;
        box-shadow: 8px 8px 12px rgba(0,0,0,0.07);
}

.hubhood-user-account-avatar-image:after {
        content: "";
        position: absolute;
        top: -2px;
        left: -2px;
        width: 84px;
        height: 84px;
        border-radius: 500px;
        border: 4px solid #e6e6e6;
        z-index: 5;
}

.hubhood-uploading-image-ajax .hubhood-user-account-avatar-image:before {  
        font-family: FontAwesome;
        content     : "\f1ce";
        font-size: 24px;
        font-weight: 600;
        position: absolute;
        top: 13px;
        left: 50%;
        margin-left: -26px;
        text-align: center;
        width: 52px;
        height: 52px;
        line-height: 52px;
        color: #252525;
        background: #fff;
        border-radius: 50%;
        z-index: 6;
        text-shadow: none;
        box-shadow: 0 4px 30px rgba(0,0,0,0.15);
        -webkit-text-stroke-width: 0.001em;
        -webkit-animation: fa-spin 2s infinite linear;
        animation: fa-spin 2s infinite linear;
}

.hubhood-uploading-image-ajax .hubhood-user-account-avatar-image-add,
.hubhood-uploading-image-ajax .hubhood-user-account-avatar-image-remove {
        display: none !important;
}

.hubhood-user-account-avatar-image-button {
        position: absolute;
        top: 21px;
        right: -18px;
        width: 36px;
        height: 36px;
        line-height: 37px;
        border-radius: 50px;
        font-size: 15px;
        background-color: #fff;
        text-align: center;
        color: #1a7ab3;
        box-shadow: 4px 4px 8px rgba(0,0,0,0.1);
        padding-left: 1px;
        z-index: 6;
        cursor: pointer;
}

.hubhood-user-account-avatar-image-button.fa-times {
        color: #f36b6b;
}

.woocommerce-form-coupon-toggle {       
        position: relative;
        border-bottom: 0;
        padding-bottom: 25px;
        margin-bottom: 40px;
}

.job-manager-form > p > strong:before,
.woocommerce-form-coupon-toggle:before {  
        font-family: FontAwesome;
        content     : "\f541";
        font-weight: 400;
        position: absolute;
        top: -25px;
        left: 50%;
        margin-left: -26px;
        width: 52px;
        height: 52px;
        line-height: 55px;
        color: #252525;
        background: #fff;
        font-size: 30px;
        border-radius: 50%;
        z-index: 2;
        text-shadow: none;
        box-shadow: 0 4px 30px rgba(0,0,0,0.3);
        -webkit-text-stroke-width: 0.001em;
}

.job-manager-form > p > strong:before {
        content: "\f06a";
}

#payment > .blockUI.blockOverlay,
.checkout > .blockUI.blockOverlay,
.woocommerce-checkout-review-order-table .blockUI.blockOverlay,
.wc_payment_methods ~ .blockUI.blockOverlay {
        margin-left: -200px !important;
        width: calc(100% + 400px) !important;
        margin-right: -200px !important;
        margin-top: -40px !important;
        height: calc(100% + 80px) !important;
}

.woocommerce-order section {
        box-shadow: none;
}

label.woocommerce-form__label.hubhood-custom-checkbox.hubhood-custom-checkbox-checked::after {
        line-height: 18px;
}

#customer_details {
        text-align: center;
        margin-bottom: 60px;
}

#customer_details .col-1 {
        display: inline-block;
        float: none;
}

#customer_details .col-2 {
        float: none;
        position: relative;
        left: 50%;
        transform: translate(-50%);
}

#customer_details .col-1 {
        display: inline-block;
        float: none;
}

.woocommerce-billing-fields__field-wrapper {
        text-align: left;
}

.about_paypal {
        margin-left: 8px;
}

.woocommerce .woocommerce-ordering .select2-container--default .select2-selection--single {
        padding: 8px 22px;
        padding-right: 40px;
}

.hubhood-filter-form-wrapper .select2-container--default .select2-selection--single,
.hubhood-filter-form-wrapper .select2-container .select2-selection--single {
        padding: 8px 22px;
        background-color: #ffffff;
}

.hubhood-filter-form-wrapper .select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
        padding: 8px 15px;
}

.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--default .select2-selection--multiple {
        border: 1px solid rgba(125,125,125,0.1);
}

.woocommerce-billing-fields__field-wrapper input,
span.select2-selection {
        padding: 5px;
        border-radius: 4px;
        border: 1px solid rgba(125,125,125,0.1);
        height: 44px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow,
.select2-container .select2-selection--single  .select2-selection__arrow,
.select2-selection .select2-selection__arrow {
        top: 7px;
}

.woocommerce-MyAccount-content .woocommerce-Addresses {
        margin-top: 60px;
}

.woocommerce h3 {
        margin-bottom: 60px;
}

.woocommerce-billing-fields__field-wrapper label,
#customer_details label,
h3 label {
        color: #252525;
        margin-bottom: 10px;
        text-align: left;
}

h3 label {
        font-size: 16px;
}

#customer_details [class*="col-"] {
        text-align: left;
}

#customer_details [class*="col-"] ~ * {
        margin-top: 30px;
}

#ship-to-different-address {
        margin-top: 10px;
        margin-bottom: 45px;
}

#page span.hubhood-ribbon-price-before,
.hubhood-card-content.hubhood-no-image:hover .hubhood-card-content-image .hubhood-ribbon-price-before,
#page .hubhood-no-image:hover .hubhood-card-content-image span.hubhood-ribbon-price-before {
        color: #666;
        text-decoration: line-through;
        opacity: 0.7;
}

#page .hubhood-no-image span.hubhood-ribbon-price-before,
.hubhood-no-image .hubhood-ribbon-price-before {
        margin-left: 3px;
        margin-right: 4px;
        color: #000;
}

.listing-aside-product {
        text-align: center;
        border-bottom: 1px solid rgba(125,125,125,0.1);
        padding-bottom: 30px;
        margin-bottom: 40px;
        margin-top: -10px;
}

.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt:disabled[disabled],
.woocommerce #respond input#submit.alt:disabled[disabled]:hover,
.woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover,
.woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover,
.woocommerce a.button.alt:disabled[disabled],
.woocommerce a.button.alt:disabled[disabled]:hover,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt:disabled[disabled],
.woocommerce button.button.alt:disabled[disabled]:hover,
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt:disabled[disabled],
.woocommerce input.button.alt:disabled[disabled]:hover
.hubhood-grid.woocommerce .product .button:hover {
        background-color: var(--hubhood-color);
}

.hubhood-grid.woocommerce .product .button:before {
        font-family: "icon";
        content: "\ea52";
        position: absolute;
        left: 12px;
        top: 12px;
        display: inline-block;
        font-size: 25px;
        font-weight: 400;
}

.purchase {
        width: 100%;
        position: relative;
}

.hubhood-listing-single-product form {
        position: relative;
        display: inline-block;
        width: 100%;
        max-width: 300px;
}

.listing-aside-product .cart .quantity {
        position: absolute;
        z-index: 10;
        right: 6px;
        top: 5px;
}

.listing-aside-product .cart .quantity .qty,
.woocommerce .quantity .qty {
        border: 0;
        border-radius: 4px;
        height: 38px;
}

.listing-aside-product .products {
        width: 100%;
}

.listing-aside-product .products .product {
        width: 100%;
        margin: 0;
}

.hubhood-grid.woocommerce .priceBefore {
        text-decoration: line-through;
        color: #bbb;
}

.hubhood-grid.woocommerce .hubhood-listing-package {
        font-size: 20px;
}

.woocommerce ul.products li.product .hubhood-listing-package {
        color: var(--hubhood-color);
}

.hubhood-grid.woocommerce .woocommerce-loop-product__title {
        white-space: normal;
        line-height: 22px;
        padding-top: 0;
        text-align: center;
}

.hubhood-product-descr {
        white-space: normal;
        display: block;
        width: 100%;
        line-height: 21px;
        margin-bottom: 5px;
        color: #252525;
}

.hubhood-grid.woocommerce .wp-post-image {
        border-radius: 8px;
}

.product-img {
        width: 100%;
        text-align: center;
}

.product-thumb {
        width: 100px;
        height: 100px;
        background-position: center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        border-radius: 50%;
        margin-bottom: 12px;
        display: inline-block;
}

.post-type-archive-product .container.woopage,
.tax-product_cat .container.woopage {
        padding-top: 0;
        padding-bottom: 0;
}

.woocommerce .woocommerce-breadcrumb {
        font-size: 0;
        margin-bottom: 10px;
}

.woocommerce .woocommerce-breadcrumb a {
        position: relative;
        display: inline-block;
        color: #252525;
        background-color: #fff;
        padding: 9px 20px;
        margin-right: 30px;
        margin-bottom: 20px;
        font-size: 16px;
        border-radius: 50px;
        border: 1px solid rgba(125,125,125,0.1);
}

.woocommerce .woocommerce-breadcrumb a:after {
        position: absolute;
        display: inline-block;
        font-family: FontAwesome;
        content: "\f138";
        font-size: 18px;
        height: 20px;
        width: 20px;
        color: #000;
        top: 6px;
        right: -27px;
        z-index: 50;
        -webkit-text-stroke-width: 0.001em;
}

.woocommerce .woocommerce-breadcrumb a:last-child:after {
        content: none;
}

.post-type-archive-product .container.woopage .woocommerce-result-count,
.tax-product_cat .container.woopage .woocommerce-result-count {
        display: block;
        width: 100%;
        text-align: center;
        margin-top: 120px;
        margin-bottom: 60px;
}

.woocommerce .woocommerce-ordering {
        display: block;
        width: 100%;
        margin-bottom: 30px;
        text-align: right;
}

.woocommerce-ordering .orderby {
        opacity: 0;
}

.woocommerce .woocommerce-ordering .select2-container {
        text-align: left;
}

.archive .hubhood-main-block.woo-products-container {
        margin-top: 0;
}

.post-type-archive-product .container.woopage .hubhood-main-block.woo-products-container .hubhood-card-content,
.tax-product_cat .container.woopage .hubhood-main-block.woo-products-container .hubhood-card-content {
        margin-bottom: 30px;
}

.post-type-archive-product .container.woopage .woocommerce-pagination,
.tax-product_cat .container.woopage .woocommerce-pagination {
        margin-top: -40px;
        margin-bottom: 80px;
}

.post-type-archive-product .container.woopage .hubhood-main-block.woo-products-container .hubhood-listing-rating,
.tax-product_cat .container.woopage .hubhood-main-block.woo-products-container .hubhood-listing-rating {
        width: 40px;
        height: 40px;
        line-height: 37px;
        font-size: 25px;
        background-color: var(--hubhood-color);
        margin-left: -20px;
}

.onsale {
        display: none;
}

.hubhood-listing-single-product .product a {
        display: block;
}

.hubhood-listing-single-product .product a:hover {
        opacity: 0.8;
}

.woocommerce div.product div.images img {
        border-radius: 4px;
}

.woocommerce.hubhood-woo-product-image-design-rounded div.product div.images img {
        border-radius: 4px;
}

.product .quantity .qty,
.woocommerce .quantity .qty {
        height: 44px;
        width: auto;
        min-width: 100px;
        border-radius: 4px;
        border: 0;
        outline: none;
        box-shadow: 2px 2px 10px rgba(0,0,0,0.1);
}

.hubhood-style-general-edges-rounded.woocommerce div.product div.images img,
.hubhood-style-general-edges-rounded.woocommerce.hubhood-woo-product-image-design-rounded div.product div.images img,
.hubhood-style-general-edges-rounded.product .quantity .qty,
.hubhood-style-general-edges-rounded.woocommerce .quantity .qty,
.hubhood-style-general-edges-rounded .woocommerce div.product div.images img,
.hubhood-style-general-edges-rounded .woocommerce.hubhood-woo-product-image-design-rounded div.product div.images img,
.hubhood-style-general-edges-rounded .product .quantity .qty,
.hubhood-style-general-edges-rounded .woocommerce .quantity .qty {
        border-radius: 20px;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
        font-size: 26px;
        margin-top: 0;
        margin-bottom: 20px;
}

.price ~ .woocommerce-product-details__short-description > p {
        margin-top: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
        text-align: center;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
        border: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
        content: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
        border-bottom: none;
}

.woocommerce div.product .woocommerce-tabs .panel {
        padding: 30px;
        margin: 0;
        border-radius: 4px;
        background-color: #fff;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
        margin-bottom: 0;
        text-align: left;
        margin: 0;
        padding: 0;
}

#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
        margin-bottom: 30px;
        border-bottom: 0;
}

.woocommerce-checkout #payment ul.payment_methods {
        padding: 0;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
        background-color: rgb(25,30,35);
        color: #fff;
}

.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce .woocommerce-breadcrumb a:hover,
.woocommerce button.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
        background-color: var(--hubhood-color);
        color: #fff;
        opacity: 1;
}

.woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover {
        opacity: 0.5;
}

.woocommerce .quantity .qty {
        width: 100%;
        max-width: 85px;
        min-width: 64px;
}

#wp-toolbar input[type="text"] {
        border: 0;
}

.woocommerce div.product .product_title {
        font-size: 30px;
        text-transform: uppercase;
        text-align: left;
        margin-bottom: 15px;
        text-align: left;
        white-space: pre-line;
        word-break: break-word; 
        -webkit-hyphens:none;
        -moz-hyphens: none; 
        hyphens: none;
}

.hubhood-related-listings.products h2 {
        text-align: center;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
        float: none;
        margin: 0 -15px;
        margin-bottom: 90px;
        width: calc(100% + 30px);
        text-align: center;
}

.woocommerce-MyAccount-navigation ul {
        text-align: center;
        padding: 0;
        border-bottom: 1px solid rgba(125,125,125,0.1);
        padding-bottom: 0;
        margin-bottom: 0;
}

.page #main .woocommerce-MyAccount-navigation ul {
        margin-bottom: 0;
        padding-bottom: 30px;
        font-size: 0;
        box-shadow: 0 25px 20px -20px rgb(0 0 0 / 15%);
        padding-left: 0;
}

.page #main .woocommerce-MyAccount-navigation ul li {
        font-size: 16px;
}

.woocommerce-MyAccount-navigation li {
        list-style-type: none;
        padding-bottom: 0;
        margin-left: 15px;
        margin-right: 15px;
        margin-bottom: 60px;
        display: inline-block;
}

.woocommerce-MyAccount-navigation-link a {
        background-color: rgb(35,40,45);
        color: #fff;
        padding: 55px 30px 45px;
        border-radius: 4px;
        position: relative;
        display: inline-block;
        min-width: 290px;
        font-weight: 600 !important;
        font-size: 17px;
        box-shadow:
                2000px 0 0 rgba(0,0,0,0) inset,
                10px 10px 10px rgba(0,0,0,0.25);
        text-shadow: 1px 1px 0 rgba(0,0,0,0.4);
        letter-spacing: 1px;
}

.woocommerce-MyAccount-navigation-link.is-active a,
.woocommerce-MyAccount-navigation-link a:hover,
.woocommerce-MyAccount-navigation-link.is-active a:hover,
.woocommerce-MyAccount-navigation-link a:focus,
.woocommerce-MyAccount-navigation-link.is-active a:focus {
        background-color: var(--hubhood-color);
        color: #ffffff;
        box-shadow:
                2000px 0 0 rgba(0,0,0,0.1) inset,
                0 0 0 rgba(0,0,0,0.1);
}

.woocommerce-MyAccount-navigation-link.is-active a {
        box-shadow:
                2000px 0 0 rgba(0,0,0,0.1) inset,
                10px 10px 10px rgba(0,0,0,0.25);
}

.woocommerce-MyAccount-navigation-link a:before {
        font-family: FontAwesome;
        content     : "\f0c1";
        font-weight: 400;
        position: absolute;
        top: -28px;
        left: 50%;
        margin-left: -28px;
        width: 56px;
        height: 56px;
        line-height: 58px;
        color: #252525;
        font-size: 23px;
        border-radius: 50%;
        z-index: 2;
        text-shadow: none;
        -webkit-text-stroke-width : 0.02em;
}

.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--dashboard a:before {
        content     : "\f013";
}

.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--orders a:before {
        content: "\f07a";
}

.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--downloads a:before {
        content: "\f019";
}

.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--edit-address a:before {
        content: "\f124";
}

.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--edit-account a:before {
        content: "\f007";
}

.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--customer-logout a:before {
        content: "\f2f5";
}

.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--your-listings a:before {
        content: "\f041";
}

.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--add-listing a:before {
        content: "\f60a";
}

.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--bookmarks a:before {
        content: "\f004";
}

.woocommerce-MyAccount-navigation-link a:after {
        content: "";
        position: absolute;
        top: -28px;
        left: 50%;
        margin-left: -28px;
        width: 56px;
        height: 56px;
        background-color: #ffffff;
        border-radius: 50px;
        box-shadow: 0 0 130px rgba(0,0,0,0.8), 10px 10px 15px rgba(0,0,0,0.3);
        z-index: 1;
}

.woocommerce-MyAccount-navigation-link.is-active a:before {
        color: #252525;
        text-shadow: none;
}

.woocommerce-MyAccount-navigation-link.is-active a:after {
        background-color: #ffffff;
}

.woocommerce-MyAccount-navigation-link a:hover:before,
.woocommerce-MyAccount-navigation-link a:focus:before {
        color: #252525;
        text-shadow: none;
}

.woocommerce-MyAccount-navigation-link a:hover:after,
.woocommerce-MyAccount-navigation-link a:focus:after {
        background-color: #ffffff;
}

.woocommerce-Input,
.wcpv-shortcode-registration-form input {
        padding: 5px;
        border-radius: 4px;
        border: 1px solid rgba(125,125,125,0.1);
        height: 44px;
}

.woocommerce table.shop_table {
        border-collapse: collapse;
}

.wcpv-shortcode-registration-form textarea {
        padding: 5px;
        border-radius: 4px;
        border: 1px solid rgba(125,125,125,0.1);
}

.woocommerce-MyAccount-content > p:first-of-type {
        margin-top: 0;
}

.woocommerce-account .woocommerce-MyAccount-content {
        position: relative;
        text-align: left;
        float: none;
        display: inline-block;
        left: 50%;
        margin-left: 0;
        -webkit-transform: translate(-50%,0%);
        -moz-transform: translate(-50%,0%);
        -ms-transform: translate(-50%,0%);
        -o-transform: translate(-50%,0%);
        transform: translate(-50%,0%);
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content h3:first-child {
        margin-top: 0;
        padding-top: 0;
}

.woocommerce-account .addresses .title h3,
.woocommerce-account .addresses .title .edit {
        float: none;
}

.woocommerce form.login,
.woocommerce form.register,
.woocommerce-ResetPassword {
        width: 100%;
        max-width: 390px;
        position: relative;
        display: inline-block;
        margin-left: auto;
        margin-right: auto;
        left: 50%;
        border-radius: 4px;
        -webkit-transform: translate(-50%,0);
        -moz-transform: translate(-50%,0);
        -ms-transform: translate(-50%,0);
        -o-transform: translate(-50%,0);
        transform: translate(-50%,0);
}

.woocommerce-ResetPassword {
        max-width: 600px;
        padding: 30px;
}

.woocommerce form .form-row {
        padding: 0;
        width: 100%;
}

.woocommerce-ResetPassword label {
        font-weight: 400;
}

.woocommerce-account h2 {
        text-align: center;
}

.woocommerce-account .woocommerce > h2:first-of-type {
        margin-top: 0;
        padding-top: 0;
}

.woocommerce form.login,
.woocommerce form.register {
        margin-top: 0;
        background-color: rgb(25,30,35);
        color: #fff;
        padding: 30px;
        margin-bottom: 0;
}

.woocommerce .hubhood-dark-form .form-row label {
        color: rgb(204, 204, 204);
}

#page .woocommerce form.login span,
#page .woocommerce form.register span {
        color: #ffffff;
}

body .woocommerce-MyAccount-content .woocommerce-message--info {
        color: #252525;
}

body .woocommerce-password-strength,
body .woocommerce-password-strength {
        padding: 15px 30px;
}

.type-product .posted_in,
.type-product .tagged_as {
        font-weight: 600;
}

.type-product .posted_in a,
.type-product .tagged_as a {
        font-weight: 400;
}

.woocommerce-cart-form,
.woocommerce-cart-form .woocommerce-cart-form__contents tbody,
.woocommerce-cart-form .cart th,
.woocommerce-cart-form .woocommerce-cart-form__contents th {
        text-align: center;
        text-transform: capitalize;
}

.woocommerce .woocommerce-cart-form table.cart img,
.woocommerce-page #content .woocommerce-cart-form table.cart img,
.woocommerce-cart-form table.cart img {
        border-radius: 5px;
        width: 80px;
        height: auto;
        box-shadow: 2px 2px 10px rgba(0,0,0,0.1);
}

.woocommerce-cart-form .cart th {
        white-space: nowrap;
}

.hubhood-cart-product-image-wrapper {
        display: inline-block;
        vertical-align: middle;
}

.woocommerce-cart-form .product-name {
        font-weight: 500;
}

.woocommerce-cart-form .product-name a:after {      
        font-family: FontAwesome;
        content     : "\f061";
        font-weight: 600;
        position: relative;
        top: 0px;
        left: 0;
        margin: 0;
        margin-left: 0;
        width: 30px;
        height: 30px;
        text-align: center;
        line-height: 30px;
        display: inline-block;
        vertical-align: middle;
        color: var(--hubhood-color);
        background: transparent;
        border: 0;
        font-size: 14px;
        border-radius: 50%;
        z-index: 2;
        text-shadow: 1px 1px 0 rgba(0,0,0,0);
        -webkit-text-stroke-width: 0.001em;
        display: none;
}

.hubhood-cart-product-image-wrapper .product-remove {
        position: absolute;
        top: 50%;
        margin-top: -15px;
        right: -14px;
        z-index: 10;
        background: #fff;
        padding: 4px 3px 3px 4px;
        border-radius: 20px;
        box-shadow: 0 0 10px rgb(0 0 0 / 25%);
        line-height: 60px;
}

#page ul.woocommerce-order-overview,
#page ul.wc-item-meta {
        margin-left: 0;
        padding-left: 0;
}

.woocommerce table.shop_table td {
        padding: 25px 15px;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
        color: #666
}

.product-category {
        list-style: none;
}

.page-content .woocommerce-order ul,
.page-content .woocommerce-order ol {
        padding-left: 0;
}










.hubhood_account_user_email_wrapper:before,
.hubhood_account_user_country_wrapper:before,
.hubhood_account_user_state_wrapper:before,
.hubhood_account_user_city_wrapper:before,
.hubhood_account_user_address_wrapper:before,
.hubhood_account_user_website_wrapper:before,
.hubhood_account_user_facebook_wrapper:before,
.hubhood_account_user_twitter_wrapper:before,
.hubhood_account_user_instagram_wrapper:before,
.hubhood_account_user_linkedin_wrapper:before,
.hubhood_account_user_youtube_wrapper:before {
        font-family: FontAwesome;
        content: "\f39e" !important;
        font-size: 16px;
        line-height: 15px;
        display: inline-block;
        position: absolute;
        color: #fff;
        background-color: var(--hubhood-color);
        text-align: center;
        top: 43px;
        left: 22px;
        width: 36px;
        height: 36px;
        border-radius: 40px;
        line-height: 36px;
        font-weight: 400;
        -webkit-text-stroke-width: 0;
        z-index: 5;
        pointer-events: none !important;
}

.hubhood_account_user_email_wrapper:before {
        content: "\f1fa" !important;
        font-weight: 600;
}

.hubhood_account_user_country_wrapper:before,
.hubhood_account_user_state_wrapper:before,
.hubhood_account_user_city_wrapper:before,
.hubhood_account_user_address_wrapper:before {
        content: "\f124" !important;
        font-weight: 600;
}

.hubhood_account_user_website_wrapper:before {
        content: "\f0ac" !important;
        font-weight: 600;
}

.hubhood_account_user_twitter_wrapper:before {
        content: "\f099" !important;
}

.hubhood_account_user_instagram_wrapper:before {
        content: "\f16d" !important;
        -webkit-text-stroke-width: 0.02em;
}

.hubhood_account_user_linkedin_wrapper:before {
        content: "\f08c" !important;
}

.hubhood_account_user_youtube_wrapper:before {
        content: "\f167" !important;
}

#hubhood_account_user_phone,
#hubhood_account_user_whatsapp,
#hubhood_account_user_viber,
#hubhood_account_user_email,
#hubhood_account_user_country,
#hubhood_account_user_state,
#hubhood_account_user_city,
#hubhood_account_user_address,
#hubhood_account_user_website,
#hubhood_account_user_facebook,
#hubhood_account_user_twitter,
#hubhood_account_user_instagram,
#hubhood_account_user_linkedin,
#hubhood_account_user_youtube {
        padding-left: 76px;
}

.woocommerce-checkout-review-order .paypal-buttons {
        width: 100% !important;
        max-width: 100% !important;
        text-align:right;
}

.woocommerce-checkout-review-order .paypal-buttons iframe {
        display: inline-block !important;
        width: 300px !important;
        max-width: 100% !important;
        position: relative !important;
}

.wc_payment_method[class*="payment_method_"] > input[type="radio"] {
        position: absolute;
        left: -5000px;
        opacity: 0;
}

.hubhood-listing-stats-wrapper {
        padding: 14px 30px;
        box-shadow: 4px 4px 15px rgb(0 0 0 / 6%);
        color: #aaa;
        border-bottom: 4px solid rgba(125, 125, 125, 0.15);
}

.hubhood-listing-stats-wrapper .hubhood-no-stats {
        font-weight: 500;
}

.hubhood-listing-stats-wrapper.hubhood-has-stats {
        border: 0 !important;
        padding: 0;
        box-shadow: none;
}

label[for="job_listing_stats"] small {
        display: none !important
}

body .hubhood-the-listing-stats ul {
        list-style-type: none !important;
        margin-left: 0 !important;
        margin-top: 25px !important;
        padding: 25px !important;
        background: rgba(0,0,0,0.05);
        border-radius: 15px;
        box-shadow: 5px 5px 10px rgba(0,0,0,0.1);
}

body .hubhood-the-listing-stats .hubhood-stats-years {
        position: relative;
        background: rgba(0,0,0,0.07);
        border: 4px solid rgba(125, 125, 125, 0.04) !important;
        border-radius: 15px;
        margin-top: 10px !important;
}

body .hubhood-stats-month-button {
        font-weight: 600;
        color: #252525;
        padding-right: 10px;
        border-right: 0;
        background: rgb(15,20,25);
        color: #fff;
        padding: 7px 12px;
        border-radius: 4px;
        margin-right: 6px;
        margin-bottom: 6px;
        font-weight: 600;
        box-shadow: none;
}

body .hubhood-stats-months .hubhood-stats-month:last-child .hubhood-stats-month-button {
        border-right: 0;    
}

.hubhood-stats-values {
        display: none;
}

.hubhood-stats-datas,
.hubhood-stats-datas * {
        color: #252525;
}

.hubhood-stats-year-bt {
        width: 25%;
}

.hubhood-stats-year-button {
        width: 100%;
        display: inline-block !important;
        margin-right: 0;
        margin-bottom: 0;
        padding-left: 0 !important;
        padding-right: 0 !important;
        text-align: center;
}

.hubhood-stats-years-menu {
        margin-top: 4px;
        margin-top: 4px;
        margin-bottom: 30px;
}

body .hubhood-the-listing-stats .hubhood-stats-days {
        padding-right: 0 !important;
        padding-bottom: 10px !important;
}

body .hubhood-the-listing-stats .hubhood-stats-values ul {
        padding-top: 0 !important;
        background: none !important;
}

body .hubhood-the-listing-stats .hubhood-stats-values .hubhood-stats-datas {
        padding-right: 0 !important;
        box-shadow: none;
}

.hubhood-stats-counter-content {
        position: absolute;
        top: 6px;
        right: 6px;
        height: 28px;
        display: inline-block;
        border-radius: 50px;
        background-color: #fff;
        padding: 0px 7px;
        font-weight: 600;
        border: 0;
        min-width: 28px;
        text-align: center;
        line-height: 30px;
        white-space: nowrap;
}

.hubhood-stats-has-value {
        background-color: var(--hubhood-color);
        color: #fff;
        text-shadow: 1px 1px 0 rgb(0, 0, 0, 0.5) !important;
}

.hubhood-stats-bt-wrapper {
        display: inline-block;
}

.hubhood-stats-data strong {
        margin-right: 5px;
}

.hubhood-stats-datas .hubhood-stats-data:not(.hubhood-stats-data-heading) {
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 20px;
        padding-right: 20px;
        background: rgba(0,0,0,0.07);
        border-radius: 40px;
        margin-top: 10px !important;
}

.hubhood-stats-datas .hubhood-stats-data:not(.hubhood-stats-data-heading):before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 4px solid rgba(125, 125, 125, 0.05) !important;
        border-radius: 50px;
        z-index: 2;
}

.hubhood-stats-datas .hubhood-stats-data:not(.hubhood-stats-data-heading) {        
        box-shadow: 5px 5px 10px rgba(0,0,0,0.15);
}

.hubhood-stats-years-menu,
.hubhood-stats-month-menu,
.hubhood-stats-day-menu,
.hubhood-stats-years-menu *,
.hubhood-stats-month-menu *,
.hubhood-stats-day-menu * {
        font-size: 0;
}

.hubhood-stats-months-menu {
        width: calc(100% + 10px);
        margin-bottom: 0;
}

.hubhood-stats-years-menu .hubhood-stats-years-button,
.hubhood-stats-month-menu .hubhood-stats-month-button,
.hubhood-stats-day-menu .hubhood-stats-day-button {
        font-size: 16px;
}

body .hubhood-stats-year-button,
body .hubhood-stats-month-button,
body .hubhood-stats-day-button {
        border-radius: 50px;
        border: 4px solid #eaeaea;
        background: #fff;
        color: #252525;
        box-shadow: 5px 5px 10px rgba(0,0,0,0.1);
        white-space: nowrap;
}

.hubhood-stats-toggle {
        z-index: 5;
        cursor: pointer;
}

.hubhood-stats-data-heading {
        border-bottom: 4px dashed rgba(125, 125, 125, 0.1) !important;
        margin-bottom: 25px;
        padding-bottom: 5px;
}

body .hubhood-stats-month-bt {
        min-width: calc(16.666666%);
        text-align: center;
}

body .hubhood-stats-month-button {
        padding: 0 12px;
        width: 100%;
        margin-right: 0;
        margin-bottom: 0;
}

body .hubhood-stats-year-button:hover,
body .hubhood-stats-month-button:hover {
        border: 4px solid var(--hubhood-color);
}

body .hubhood-stats-day-button {
        width: 34px;
        height: 34px;
        padding: 0;
        text-align: center;
        border-radius: 50px;
        display: inline-block !important;
        margin-right: 24px;
        margin-left: 4px;
        margin-bottom: 18px;
        border: 0;
}

.hubhood-stats-year-button:hover,
.hubhood-stats-month-button:hover,
.hubhood-stats-day-button:hover,
.hubhood-stats-year-button.active,
.hubhood-stats-month-button.active,
.hubhood-stats-day-button.active {
        border: 4px solid rgb(20,25,30) !important;
        background-color: rgb(20,25,30) !important;
        text-shadow: 1px 1px 0 rgb(0, 0, 0, 0.5) !important;
        color: #fff !important;
}

.hubhood-stats-day-button:hover,
.hubhood-stats-day-button.active {
        border: 0 !important;
}

.hubhood-stats-title,
.hubhood-stats-subtitle {
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
}

.hubhood-stats-title {
        font-size: 18px !important;
}

body .hubhood-stats-subtitle {
        margin-top: 0 !important;
        font-size: 18px !important;
        font-size: 15px !important;
        color: #999;
}

body .hubhood-stats-heading-icon {
        background-color: #fff;
        text-shadow: none;
        border-radius: 80px;
        margin-bottom: 20px;
        margin-right: 20px;
        margin-left: 0;
        font-size: 24px;
        border: 4px solid rgba(125, 125, 125, 0.15) !important;
        width: 54px;
        height: 54px;
        line-height: 46px;
        background: #fff;
        color: #252525;
        box-shadow: 5px 5px 10px rgba(0,0,0,0.1);
}

.hubhood-stats-heading-inner {
        margin-bottom: 20px;        
        max-width: calc(100% - 130px);
}

body .hubhood-stats-heading-icon:before {
        text-shadow: none;
}

.hubhood-stats-heading-wrapper > * {
        display: inline-block !important;
        vertical-align: top;
}

.hubhood-stats-toggle {
        position: absolute;
        top: 26px;
        right: 8px;
        color: #252525;
        background: #fff;
        box-shadow: 5px 5px 10px rgba(0,0,0,0.1);
        border: 4px solid rgba(125, 125, 125, 0.15) !important;
        width: 54px;
        height: 54px;
        line-height: 46px;
}

.hubhood-stats-toggle:before {
        text-shadow: none;
}

.hubhood-the-listing-stats:not(.hubhood-stats-hidden) .hubhood-stats-toggle:before {
	content: "\f00d";
}

.hubhood-stats-years,
.hubhood-stats-values {
        display: inline-block;
        width: 100%;
        vertical-align: top;
}

.hubhood-stats-values {
        width: 100%;
        margin-top: -4px;
}

.hubhood-stats-values .hubhood-stats-datas {
        margin-bottom: 5px !important;
        margin-top: 15px !important;
}

body .hubhood-the-listing-stats ul.hubhood-stats-datas {
        padding-left: 0 !important;
}

.hubhood-stats-hidden .hubhood-stats-years .hubhood-stats-datas,
.hubhood-stats-hidden .hubhood-stats-values,
.hubhood-stats-hidden .hubhood-stats-data-heading ~ * {
        display: none !important;
}

.hubhood-stats-hidden .hubhood-stats-data-heading {
        padding-bottom: 0 !important;
        margin-bottom: 0 !important;
        border-bottom: 0 !important;
}

.hubhood-stats-hidden .hubhood-stats-years {
        padding-bottom: 0 !important;
}

body .hubhood-stats-hidden .hubhood-stats-years {
        width: 100% !important;
        border-radius: 4px !important;
        border: 4px solid transparent !important;
}

.fieldset-type-stats textarea {
        display: none !important;
}

.hubhood-stats-hidden .hubhood-stats-toggle {
        right: 0px;
	background-color: #fff;
	text-shadow: none;
	border-radius: 80px;
	font-size: 20px;
        font-weight: 600;
	border: 4px solid rgba(125, 125, 125, 0.15) !important;
	width: 54px;
	height: 54px;
	line-height: 46px;
	background: #fff;
	color: #252525;
	box-shadow: 5px 5px 10px rgba(0,0,0,0.1);
}

.hubhood-stats-hidden .hubhood-stats-years {
        cursor: pointer;
}

body .hubhood-stats-day-button.current,
body .hubhood-stats-month-button.current,
body .hubhood-stats-year-button.current {
        border: 4px solid rgb(20,25,30) !important;
        background-color: rgb(20,25,30) !important;
        text-shadow: 1px 1px 0 rgb(0, 0, 0, 0.5) !important;
        color: #fff !important;
}

body .hubhood-stats-day-button.current {
        border: 0 !important;
}

.hubhood-listing-single-products-section + .hubhood-listing-columns.hubhood-block-padding-top-default {
        padding-top: 30px !important;
}

@media (min-width:766px) and (max-width:991px) {
        .hubhood-item-has-units-of-measurement .hubhood-quote-item-quote {
                width: 393px;
        }

        .hubhood-item-has-units-of-measurement .hubhood-quote-item-quote-val {
                width: 160px !important;
        }

        .hubhood-item-has-units-of-measurement .hubhood-quote-item-units-of-measurement-wrapper {
                width: 200px;
        }
}

@media (max-width:767px) {
        .hubhood-item-has-units-of-measurement .hubhood-quote-item-quote-val,
        .hubhood-item-has-units-of-measurement .hubhood-quote-item-quote,
        .hubhood-item-has-units-of-measurement .hubhood-quote-item-units-of-measurement-wrapper {
                width: 100% !important;
        }

        .hubhood-price-option-currency {
                left: 10px;
        }

        .hubhood-item-has-units-of-measurement .hubhood-quote-item-units-of-measurement-wrapper {
                padding-left: 0;
                margin-left: 0;
        }
}

@media(max-width: 1399px) {
        body .hubhood-stats-day-button {
                margin-right: 11px;
        }
}

@media(max-width: 1199px) {
        body .hubhood-stats-day-button {
                margin-right: 36px;
        }
}

@media(max-width: 991px) {
        body .hubhood-stats-day-button {
                margin-right: 6px;
        }

        .hubhood-data-column {
                width: 100% !important;
                margin-left: 0 !important;
                margin-right: 0 !important;
        }

        .hubhood-time-pricing-option-wrapper {
                padding-top: 0;
        }

        .hubhood-data-max-qty-wrapper {
                margin-bottom: 30px !important;
        }
}

@media(max-width: 480px) {
        .hubhood-stats-heading-inner {
                width: 100%;
                max-width: 100%;
        }

        body .hubhood-stats-day-button {
                margin-left: 0;
        }

        .hubhood-stats-months,
        .hubhood-stats-days {
                position: relative;
                left: -25px;
                width: calc(100% + 50px);
        }

        body .hubhood-stats-day-button {
                margin-right: 8px;
        }

        .hubhood-has-front-hero-categories.hubhood-frontpage-header-design-1.hubhood-frontpage-header-categories-design-34.hubhood-frontpage-frontpage-header-categories-position-default .hubhood-front-page-hero-section.hubhood-hero-slider-full-width .hubhood-hero-text-inner>.col-sm-12,
        .hubhood-has-front-hero-categories.hubhood-has-hero-listing-types.hubhood-frontpage-header-design-1.hubhood-frontpage-header-categories-design-34.hubhood-frontpage-frontpage-header-categories-position-default .hubhood-front-page-hero-section.hubhood-hero-slider-full-width .hubhood-hero-text-inner>.col-sm-12,
        .hubhood-has-front-hero-categories.hubhood-frontpage-header-design-1.hubhood-frontpage-header-categories-design-36.hubhood-frontpage-frontpage-header-categories-position-default .hubhood-front-page-hero-section.hubhood-hero-slider-full-width .hubhood-hero-text-inner>.col-sm-12,
        .hubhood-has-front-hero-categories.hubhood-has-hero-listing-types.hubhood-frontpage-header-design-1.hubhood-frontpage-header-categories-design-36.hubhood-frontpage-frontpage-header-categories-position-default .hubhood-front-page-hero-section.hubhood-hero-slider-full-width .hubhood-hero-text-inner>.col-sm-12,
        .hubhood-has-front-hero-categories.hubhood-frontpage-header-design-1.hubhood-frontpage-header-categories-design-37.hubhood-frontpage-frontpage-header-categories-position-default .hubhood-front-page-hero-section.hubhood-hero-slider-full-width .hubhood-hero-text-inner>.col-sm-12,
        .hubhood-has-front-hero-categories.hubhood-has-hero-listing-types.hubhood-frontpage-header-design-1.hubhood-frontpage-header-categories-design-37.hubhood-frontpage-frontpage-header-categories-position-default.hubhood-front-page-hero-section.hubhood-hero-slider-full-width .hubhood-hero-text-inner>.col-sm-12,
        .hubhood-has-front-hero-categories.hubhood-frontpage-header-design-1.hubhood-frontpage-header-categories-design-40.hubhood-frontpage-frontpage-header-categories-position-default .hubhood-front-page-hero-section.hubhood-hero-slider-full-width .hubhood-hero-text-inner>.col-sm-12,
        .hubhood-has-front-hero-categories.hubhood-has-hero-listing-types.hubhood-frontpage-header-design-1.hubhood-frontpage-header-categories-design-40.hubhood-frontpage-frontpage-header-categories-position-default .hubhood-front-page-hero-section.hubhood-hero-slider-full-width .hubhood-hero-text-inner>.col-sm-12 {
                padding-top: 0;
        }

        .hubhood-has-front-hero-categories.hubhood-has-hero-listing-types.hubhood-frontpage-header-design-1.hubhood-frontpage-header-categories-design-34.hubhood-frontpage-frontpage-header-categories-position-footer .hubhood-front-page-hero-section.hubhood-hero-slider-full-width .hubhood-hero-text-inner>.col-sm-12,
        .hubhood-has-front-hero-categories.hubhood-has-hero-listing-types.hubhood-frontpage-header-design-1.hubhood-frontpage-header-categories-design-36.hubhood-frontpage-frontpage-header-categories-position-footer .hubhood-front-page-hero-section.hubhood-hero-slider-full-width .hubhood-hero-text-inner>.col-sm-12,
        .hubhood-has-front-hero-categories.hubhood-has-hero-listing-types.hubhood-frontpage-header-design-1.hubhood-frontpage-header-categories-design-37.hubhood-frontpage-frontpage-header-categories-position-footer .hubhood-front-page-hero-section.hubhood-hero-slider-full-width .hubhood-hero-text-inner>.col-sm-12,
        .hubhood-has-front-hero-categories.hubhood-has-hero-listing-types.hubhood-frontpage-header-design-1.hubhood-frontpage-header-categories-design-40.hubhood-frontpage-frontpage-header-categories-position-footer .hubhood-front-page-hero-section.hubhood-hero-slider-full-width .hubhood-hero-text-inner>.col-sm-12 {
                padding-top: 0;
        }
}

@media(min-width: 1200px) {
        body .hubhood-the-listing-stats ul.hubhood-stats-datas {
                padding-left: 25px !important;
        }

        .hubhood-stats-years,
        .hubhood-stats-values {
                width: 65%;
        }

        .hubhood-stats-values {
                width: 35%;
        }
}

.page-content .wc-block-components-notice-banner .showcoupon {
        color: #252525;
}


.wp-block-group .woocommerce-form-coupon-toggle .wc-block-components-notice-banner__content {
        padding-top: 35px;
        padding-bottom: 25px;
}

.wp-block-group .woocommerce-form-coupon-toggle .wc-block-components-notice-banner svg {
        display: none !important;
}

.wp-block-group .woocommerce-form-coupon-toggle .wc-block-components-notice-banner.is-info {
        background-color: #f1f1f1;
        border-color: #252525;
}

.woocommerce-form-login .woocommerce-Input--text,
.woocommerce-form-register .woocommerce-Input--text,
.woocommerce-ResetPassword .woocommerce-Input--text {
	background: transparent !important;
}

.woocommerce-cart-form__cart-item ~ tr .coupon > [for="coupon_code"] {
        display: none !important;
}

#content > .hubhood-woo-section {
	margin-bottom: 0 !important;
    padding-bottom: 90px !important;
}

.row.hubhood-negative-margin-gutter-bottom .row.hubhood-negative-margin-gutter-bottom {
	margin-bottom: 0 !important;
}

/*******************************************************************************
26b - Marketplace
*******************************************************************************/

/*******************************************************************************
27 - General Styles
*******************************************************************************/

.hubhood-review-popup .panel-body #respond {
        display: block;
        margin-top: 0;
}

.hubhood-card-content .hubhood-category-icon,
.hubhood-featured-listing .hubhood-card-content .hubhood-category-icon,
.hubhood-grid.hubhood-white-design .hubhood-featured-listing .hubhood-card-content .hubhood-category-icon,
.hubhood-fill-background.hubhood-light-design .hubhood-featured-listing .hubhood-card-content .hubhood-category-icon {
        background-color: var(--hubhood-color);
        color: #fff;
        text-shadow: 1px 1px rgba(0,0,0,0.2);
}

.hubhood-featured-listing .hubhood-featured-ribbon {
        background-color: #ffffff;
        color: #252525;
}

.hubhood-featured-listing .hubhood-card-content-image {
        color: #fff;
        text-shadow: 1px 1px rgba(0,0,0,0.2);
}

.hubhood-is-desktop .hubhood-card-content:hover .hubhood-circular-wrapper .hubhood-card-content-image {
        background-color: var(--hubhood-color);
        box-shadow: 0 15px 40px rgba(0,0,0,0.2),0 15px 20px rgba(0,0,0,0.07);
}

.hubhood-is-desktop.hubhood-no-listing-card-hover .hubhood-card-content:hover .hubhood-circular-wrapper .hubhood-card-content-image {
        background-color: #ffffff;
}

.hubhood-is-desktop.hubhood-no-listing-card-hover.hubhood-spiral-effect .hubhood-card-content:hover .hubhood-circular-wrapper .hubhood-card-content-image {
        background-color: var(--hubhood-color);
}

.hubhood-cat-icon,
.hubhood-card-content .hubhood-category-icon,
.hubhood-featured-listing .hubhood-card-content .hubhood-category-icon {
        text-shadow: 1px 1px rgba(0,0,0,0.2);
}

.hubhood-aside-list .hubhood-featured-listing .hubhood-listing-rating {
        text-shadow: none;
}

.hubhood-featured-listing .hubhood-featured-ribbon {
        text-shadow: 0 0 10px rgba(0,0,0,0.2);
}

.hubhood-card-content.sticky .hubhood-card-content-image,
.hubhood-grid.hubhood-white-design .hubhood-card-content.hubhood-no-image.sticky .hubhood-card-content-image {
        background-color: var(--hubhood-color);
}

.hubhood-featured-listing .hubhood-card-content .hubhood-category-icon svg *,
.hubhood-fill-background.hubhood-light-design .hubhood-featured-listing .hubhood-card-content .hubhood-category-icon svg *,
.hubhood-featured-listing .hubhood-card-content .hubhood-category-icon:hover svg *,
.hubhood-fill-background.hubhood-light-design .hubhood-featured-listing .hubhood-card-content .hubhood-category-icon:hover svg *,
.hubhood-grid.hubhood-white-design .hubhood-featured-listing .hubhood-card-content .hubhood-category-icon svg * {
        fill: #fff;
}

.hubhood-hours-popup .hubhood-hours-operation {
        margin-top: -25px;
}

.hubhood-hours-table-wrapper table,
.hubhood-hours-operation table {
        width: 100%;
}

.hubhood-business-hour {
        width: 50%;
}

[id*="select2-job_hours"] .select2-results__option {
        background-color: aliceblue;
}

[id*="select2-job_hours"] .select2-results__option[id*=" AM"],
[id*="select2-job_hours"] .select2-results__option[id*=" PM"] {
        background-color: #ffffff;
}

.hubhood-hours-table-wrapper .hubhood-business-day span.hubhood-business-day-letter {
        display: none;
        min-width: 44px;
        margin-right: 15px;
        height: 44px;
        line-height: 43px;
        border-radius: 50px;
        text-align: center;
        background-color: rgb(35,40,45);
        color: #fff;
        font-size: 25px;
        font-weight: 500;
}

.hubhood-hours-table-wrapper .hubhood-business-day span.hubhood-business-day-letter {
        margin-left: 5px;
        display: none;
}

.hubhood-business-status-open .hubhood-hours-table-wrapper .hubhood-featured-day .hubhood-business-day  span.hubhood-business-day-letter {
        background-color: #34a742;
}

.hubhood-business-status-closed .hubhood-hours-table-wrapper .hubhood-featured-day .hubhood-business-day  span.hubhood-business-day-letter {
        background-color: #f36b6b;
}

.hubhood-open-or-closed.hubhood-listing-open,
.hubhood-business-status-open .hubhood-featured-day {
        color: #34a742;
}

.hubhood-open-or-closed.hubhood-listing-closed,
.hubhood-business-status-closed .hubhood-featured-day {
        color: rgb(203 66 73);
}

.job-manager-jobs tr:nth-child(even) {
        background-color: #fbfbfb;
}

.job-manager-jobs .job_title > a {
        color: #252525;
        font-size: 15px;
}

.hubhood-hours-table-wrapper table *,
.hubhood-hours-operation table * {
        text-transform: capitalize;
}

.hubhood-listing-widget-content .hubhood-hours-table-wrapper table tr,
.hubhood-listing-widget-content .hubhood-hours-operation table tr {
        background-color: #ffffff;
}

.hubhood-featured-widgets .hubhood-listing-widget-dark .hubhood-listing-widget-content .hubhood-hours-table-wrapper table tr,
.hubhood-featured-widgets .hubhood-listing-widget-dark .hubhood-listing-widget-content .hubhood-hours-operation table tr,
.hubhood-featured-widget .hubhood-listing-widget-dark .hubhood-listing-widget-content .hubhood-hours-table-wrapper table tr,
.hubhood-featured-widget .hubhood-listing-widget-dark .hubhood-listing-widget-content .hubhood-hours-operation table tr {
        background-color: rgb(15,20,25);
}

.hubhood-featured-widgets .hubhood-listing-widget-theme-color .hubhood-listing-widget-content .hubhood-hours-table-wrapper table tr,
.hubhood-featured-widgets .hubhood-listing-widget-theme-color .hubhood-listing-widget-content .hubhood-hours-operation table tr,
.hubhood-featured-widget .hubhood-listing-widget-theme-color .hubhood-listing-widget-content .hubhood-hours-table-wrapper table tr,
.hubhood-featured-widget .hubhood-listing-widget-theme-color .hubhood-listing-widget-content .hubhood-hours-operation table tr,

.hubhood-featured-widgets .hubhood-listing-widget-theme-color .hubhood-listing-widget-content .hubhood-hours-table-wrapper table,
.hubhood-featured-widgets .hubhood-listing-widget-theme-color .hubhood-listing-widget-content .hubhood-hours-operation table,
.hubhood-featured-widget .hubhood-listing-widget-theme-color .hubhood-listing-widget-content .hubhood-hours-table-wrapper table,
.hubhood-featured-widget .hubhood-listing-widget-theme-color .hubhood-listing-widget-content .hubhood-hours-operation table {
        background-color: var(--hubhood-color);
}

.hubhood-featured-widget .hubhood-listing-widget-theme-color.hubhood-business-status-closed .hubhood-featured-day,
.hubhood-featured-widget .hubhood-listing-widget-theme-color.hubhood-business-status-open .hubhood-featured-day {
        color: #fff;
}

.hubhood-featured-widget .hubhood-listing-widget-theme-color td {
        border: 0;
        border-bottom: 1px dashed rgba(255,255,255,0.4);
}


.hubhood-listing-widget-content .hubhood-hours-table-wrapper table {
        border: 0;
}

.hubhood-hours-table-wrapper .select2-container .select2-selection--single .select2-selection__rendered {
        text-overflow: unset;
}

.hubhood-hours-table-wrapper thead th {
        text-align: center;
}

.hubhood-hours-table-wrapper tbody td input,
.hubhood-hours-table-wrapper tbody td input select {
        width: 100%;
}   

.hubhood-hours-operation table * {
        color: #000;
}

#submit-job-form textarea:not([class*="select2"]) {
        min-height: 130px;
}

#submit-job-form .fieldset-job_business_rich_media textarea {
        min-height: 63px;
        height: 63px;
}

#submit-job-form .hubhood-fieldset-details-wrapper textarea:not([class*="select2"]) {
        min-height: 152px;
}

.hubhood-fieldset-details-wrapper .description {
        margin-bottom: 30px;
}

.fancybox-navigation .fancybox-button:focus {
        outline: none;
}

.hubhood-business-booking-accordion iframe {
        width: 100%;
        box-shadow: 0 0 25px rgba(0,0,0,0.1);
}

.hubhood-business-booking-accordion iframe[src*="yelp.com/"] {
        box-shadow: 0 0 25px rgba(0,0,0,0.1);
        padding-top: 50px;
}

.hubhood-business-booking-accordion.hubhood-is-acuity .hubhood-accordion-wrapper-paragraph {
        position: relative;
        overflow: hidden;
}

.hubhood-business-booking-accordion.hubhood-is-acuity iframe[src*="acuityscheduling.com/"] {
        top: -30px;
        position: relative;
        margin-bottom: -30px;
        background-color: #f5f5f5;
}

.hubhood-business-booking-accordion iframe[src*="zomatobook.com/"] {
        background-color: rgb(35,40,45);
        padding-top: 60px;
}

/* Zomato */
#res_widget {
        width: 100% !important;
}

#res_widget iframe {
        border: 0;
        box-shadow: none;
}

.tmask {
        position: absolute;
        z-index: 6000000;
        background-color: #000;
}

.tbox {
        z-index: 6000000;
}

.tbox iframe {
        padding-top: 8px;
        background-color: #fff;
}

div[id*="adgshp"] {
        margin: 0 auto;
}

#bookafy-fancy-box {
        -webkit-transform: translate(0, 40px);
        -moz-transform: translate(0, 40px);
        -ms-transform: translate(0, 40px);
        -o-transform: translate(0, 40px);
        transform: translate(0, 40px);
}

iframe[src*="simplybook.me"] {
        border: 0;
        box-shadow: none;
}

.simplybook-widget-container.active {
        margin-top: 60px;
}

.hubhood-hide-simply-button .simplybook-widget-button {
        display: none;
}

iframe[src*="module.lafourchette"] {
        min-width: 1px;
        position: relative;
        left: 50%;
        -webkit-transform: translate(-50%);
        -moz-transform: translate(-50%);
        -ms-transform: translate(-50%);
        -o-transform: translate(-50%);
        transform: translate(-50%);
}

iframe[src*="module.lafourchette"][src*="/module/"] {
        width: 350px !important;
        min-height: 525px !important;
}

iframe[src*="module.lafourchette"][src*="/cta/"] {
        max-width: 570px;
}

div[id*="adgshp"] iframe {
        margin: 0 auto;
        width: 100% !important;
        height: auto !important;
}

body .booksy-widget-dialog {
        margin-top: 80px;
}

.hubhood-show-recommended-appointment-tools,
.hubhood-appointment-recommended-services {
        margin-top: 30px;
}

fieldset[class*="fieldset-job_business_hours_"],
fieldset[class*="fieldset-job_business_document_"],
.job-manager-form fieldset[class*="fieldset-job_business_document_"] small.description {
        display: none;
}

.hubhood-price-builder-items-wrapper,
.hubhood-quote-builder-items-wrapper {   
        min-width: calc(100% + 60px);
        margin-left: -30px;
        border-top: 1px solid rgba(125,125,125,0.1);
}

.hubhood-boxed-fields-inner,
.hubhood-price-builder-items,
.hubhood-quote-builder-items {
        padding-top: 20px;
        margin-top: 20px;
}

.hubhood-business-rich-media-fields .hubhood-boxed-fields-inner {
        padding-top: 0;
        padding-bottom: 20px;
        border-bottom: 1px solid #ddd;
        margin-top: 20px;
        margin-bottom: 15px;
}

.hubhood-business-rich-media-fields .hubhood-boxed-fields-inner-2 fieldset {
        margin-top: 20px;
        margin-bottom: 20px;
        padding-bottom: 20px;
}

.hubhood-price-builder-items,
.hubhood-quote-builder-items {
        padding-top: 0;
}

.hubhood-price-item-price,
.hubhood-price-item-tag ~ td,
.hubhood-quote-item-quote,
.hubhood-quote-item-tag ~ td {
        width: 154px
}

.fieldset-job_business_price_list_content,
.fieldset-job_business_quote_list_content {
        display: none;
}

.hubhood-price-item,
.hubhood-quote-item {
        position: relative;
        width: 100%;
        margin-top: 0;
        padding: 30px 20px;
}

.hubhood-price-item[data-visibility="false"],
.hubhood-quote-item[data-visibility="false"] {
        display: none;
}

.hubhood-price-item:first-child,
.hubhood-quote-item:first-child {
        margin-top: 0;
}

.hubhood-price-item,
.hubhood-quote-item {
        border-bottom: 1px solid rgba(125,125,125,0.1);
}

#submit-job-form .hubhood-price-item textarea,
#submit-job-form .hubhood-quote-item textarea {
        width: 100%;
        min-height: 78px;
}

.hubhood-price-list-add-item,
.hubhood-quote-list-add-item {
        display: inline-block;
        margin-top: 30px;
}

.hubhood-price-item td.hubhood-price-item-link,
.hubhood-price-item-link-val,
.hubhood-price-item td.hubhood-price-item-label,
.hubhood-quote-item td.hubhood-quote-item-link,
.hubhood-quote-item-link-val,
.hubhood-quote-item td.hubhood-quote-item-label {
        padding-bottom: 0;
}

.hubhood-temp-multiple-select-wrapper select:focus {
        z-index: 99999999999;
}

.hubhood-position-h-left,
.hubhood-temp-multiple-select-wrapper select.hubhood-position-h-left {
        left: 0;
        right: auto;
        transform: none;
}

.hubhood-widget-content-wrapper > .container > .row > div > select {
        width: 320px;
        max-width: 100%;
}


.hubhood-position-h-center,
.hubhood-temp-multiple-select-wrapper select.hubhood-position-h-center {
        width: 320px;
        left: 50%;
        right: auto;
}

select option {
        margin-bottom: 0 !important;
}

.hubhood-position-h-right,
.hubhood-temp-multiple-select-wrapper select.hubhood-position-h-right {
        right: 0;
        left: auto;
        transform: none;
}

.hubhood-position-v-top {
        top: 0;
}

.hubhood-position-v-bottom {
        bottom: 0;
}

.hubhood-default-select-option {
        display: none;
}

.hubhood-price-item input,
.hubhood-quote-item input {
        width: 100%;
}

.hubhood-price-item input.hubhood-price-item-tag-val,
.hubhood-quote-item input.hubhood-quote-item-tag-val {
        max-width: 300px;
}

.hubhood-price-item table,
.hubhood-price-item tr,
.hubhood-price-item td,
.hubhood-quote-item table,
.hubhood-quote-item tr,
.hubhood-quote-item td {
        padding: 0 10px 20px 10px;
        border: 0 !important;
        background-color: transparent;
}

.hubhood-price-item table,
.hubhood-quote-item table {
        padding: 0;
        margin: 0;
}

.hubhood-price-item-descr,
.hubhood-quote-item-descr {
        font-size: 0;
}

.hubhood-price-item-descr textarea,
.hubhood-quote-item-descr textarea {
        font-size: 16px;
}

.hubhood-price-list-items-controls,
.hubhood-quote-list-items-controls {
        position: absolute;
        width: auto;
        top: 0;
        left: 50%;
        text-align: right;
        white-space: nowrap;
        padding: 0 20px;
        background-color: #fff;
        border-left: 1px solid rgba(125,125,125,0.1);
        border-bottom: 1px solid rgba(125,125,125,0.1);
        border-right: 1px solid rgba(125,125,125,0.1);
        -webkit-transform: translate(-50%);
        -moz-transform: translate(-50%);
        -ms-transform: translate(-50%);
        -o-transform: translate(-50%);
        transform: translate(-50%);
}

.hubhood-price-list-items-controls div,
.hubhood-quote-list-items-controls div {
        display: inline-block;
        width: 50px;
        padding: 2px;
        text-align: center;
        cursor: pointer;
}

.hubhood-price-list-items-controls div:hover,
.hubhood-quote-list-items-controls div:hover {
        color: var(--hubhood-color);
}

.hubhood-price-list-items-controls div.fa-times,
.hubhood-quote-list-items-controls div.fa-times {
        color: #f36b6b;
        font-size: 16px;
}

.hubhood-price-list-items-controls div:before,
.hubhood-quote-list-items-controls div:before {
        font-weight: 600;
}

.job-manager-form fieldset.fieldset-job_business_bookings_third_party_service{
        border-top: 1px solid rgba(125,125,125,0.1);
        padding-top: 30px;
}

.hubhood-custom-location-fields .hubhood-boxed-fields-inner {
        border-top: 0;
        padding-top: 0;
        margin-top: 0;
}

.hubhood-boxed-fields-price-list .hubhood-boxed-fields-inner,
.hubhood-boxed-fields-quote-list .hubhood-boxed-fields-inner {
        border-top: 0;
        padding-top: 0;
}

.hubhood-price-list-add-category,
.hubhood-price-list-add-item,
.hubhood-quote-list-add-category,
.hubhood-quote-list-add-item,
.hubhood-rich-media-add-item {
        font-weight: 600;
}

.hubhood-price-list-add-category,
.hubhood-quote-list-add-category {
        display: inline-block;
        height: 46px;
}

.hubhood-price-list-add-category:before,
.hubhood-price-list-add-item:before,
.hubhood-quote-list-add-category:before,
.hubhood-quote-list-add-item:before,
.hubhood-rich-media-add-item:before {
        padding-right: 8px;
}

.hubhood-price-builder-categories-wrapper,
.hubhood-price-builder-category,
.hubhood-quote-builder-categories-wrapper,
.hubhood-quote-builder-category {
        display: inline-block;
}

.hubhood-price-builder-categories-wrapper,
.hubhood-quote-builder-categories-wrapper {
        display: block;
        margin-bottom: -20px;
}

.hubhood-price-builder-category,
.hubhood-quote-builder-category {
        position: relative;
        margin-right: 20px;
        margin-bottom: 20px;
        width: 100%;
        max-width: 300px;
        font-weight: 600;
}

.hubhood-price-builder-category[data-selected="selected"] input,
.hubhood-quote-builder-category[data-selected="selected"] input {
        border: 2px solid var(--hubhood-color);
        outline: transparent;
        color: var(--hubhood-color);
}

.hubhood-price-builder-category input,
.hubhood-quote-builder-category input {
        width: 100%;
        padding-right: 36px;
}

.hubhood-price-list-category-delete,
.hubhood-quote-list-category-delete {
        position: absolute;
        top: 0;
        right: 0;
        color: #f36b6b;
        cursor:pointer;
        width: 40px;
        height: 44px;
        text-align: center;
        line-height: 44px;
        font-size: 16px;
}

.hubhood-price-list-category-delete:before,
.hubhood-price-list-add-category:before,
.hubhood-price-list-add-item:before,
.hubhood-quote-list-category-delete:before,
.hubhood-quote-list-add-category:before,
.hubhood-quote-list-add-item:before,
.hubhood-rich-media-add-item:before {
        font-weight: 600;
        position: relative;
        top: -1px;
}

.job-manager-form fieldset.fieldset-job_business_booking_method {
        border-bottom: 0;
        padding-bottom: 0;
        margin-top: 30px;
}

.job-manager-form fieldset.fieldset-job_business_bookings_products_description {
        border-top: 1px solid #eee;
        margin-top: 30px;
        padding-top: 30px;
        border-bottom: 0;
        padding-bottom: 0;
        margin-bottom: 0;
}

.job-manager-form fieldset.fieldset-job_business_bookings_products_description label {
        padding: 0;
}

.job-manager-form .hubhood-boxed-fields-docs-external fieldset.fieldset-job_business_use_catalog_external,
.job-manager-form .hubhood-boxed-fields-label-customizer fieldset.fieldset-job_business_catalog_label,
.job-manager-form .hubhood-boxed-fields-label-customizer fieldset.fieldset-job_business_booking_label,
.job-manager-form .hubhood-boxed-fields-catalog-creator fieldset.fieldset-job_business_use_catalog_create,
.job-manager-form .hubhood-boxed-fields-catalog-gallery fieldset.fieldset-job_business_use_catalog_images {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: 0;
}

.hubhood-replicate-day-all {
        position: relative;
        display: inline-block;
        margin-bottom: 5px;
}

.hubhood-hours-table-wrapper select,
.hubhood-hours-operation select {
        position: relative;
        margin-top: 5px;
        margin-left: 5px;
        left: -5px;
        top: -2px;
}

.hubhood-hours-operation tr {
        height: 50px;
}

.hubhood-business-social-network-fields ~ p {
        margin-top: 30px;
}

.job-manager-form fieldset .job-manager-uploaded-files .job-manager-uploaded-file .job-manager-uploaded-file-preview img {
        height: 120px;
}

.job-manager-form .hubhood-boxed-fields-wrapper fieldset:last-child,
.job-manager-form fieldset.hubhood-remove-fieldset-border-bottom {
        margin-bottom: 0;
        border-bottom: 0;
        padding-bottom: 0;
}

.job-manager-form .hubhood-boxed-fields-wrapper fieldset.fieldset-job_business_bookings_third_party_service {
        margin-top: 30px;
}

.hubhood-listing-widget-content .hubhood-hours-table-wrapper {
        margin-top: 0;
        margin-bottom: 0;
}

.hubhood-listing-widget-content .hubhood-business-start-time-field {
        border-left: 0;
        border-right: 0;
}

.hubhood-listing-widget-content .hubhood-business-day {
        border-left: 0;
        border-right: 0;
}

.hubhood-listing-widget-content .hubhood-hours-table-wrapper table tr:first-child td {
        border-top: 0;
        padding-top: 0;
}

.hubhood-listing-widget-content .hubhood-hours-table-wrapper table tr:last-child td {
        border-bottom: 0;
        padding-bottom: 0;
}

.hubhood-listing-widget-content .hubhood-hours-table-wrapper table tr td {
        padding: 18px 20px 18px 0;
}

.hubhood-listing-widget-content .hubhood-hours-table-wrapper table tr td + td {
        padding: 8px 0;
        text-align: right;
}

article .hubhood-hours-table-wrapper table {
        margin: 0;
}

.hubhood-hours-table-wrapper .hubhood-business-day span {
        display: inline-block;
        vertical-align: middle;
}

.hubhood-price-range-fields input,
.fieldset-job_priceaverage input,
.job-manager-form fieldset.fieldset-job_priceaverage input.input-text {
        border-radius: 4px;
        height: 44px;
        width: 80px;
        padding: 12px 15px;
}

.hubhood-price-range-symbol,
.hubhood-price-average-symbol {
        margin-left: 4px;
        margin-right: 4px;
}

.hubhood-price-range-separator {
        margin-left: 10px;
        margin-right: 10px;
}

#job_pricerange {
        display: none;
}

.hubhood-listing-price-range {
        position: relative;
        background-color: rgb(35,40,45);
        color: #ffffff;
}

.hubhood-listing-price-range > .hubhood-listing-price-range-title,
.hubhood-listing-price-range > .hubhood-listing-price-range-value {
        display: inline-block;
        position: relative;
        left: 0;
        width: auto;
        display: inline-block;
        position: relative;
        float: right;
        top: auto;
        bottom: auto;
        right: auto;
        left: auto;
}

.hubhood-listing-price-range > .hubhood-listing-price-range-title {
        float: left;
        height: 40px;
        font-size: 16px;
        line-height: 40px;
        margin: 0;
        white-space: nowrap;
}

.hubhood-listing-price-range > .hubhood-listing-price-range-value {
        float: right;   
        padding: 8px 20px;
        border-radius: 23px;
        margin-left: 15px;
        background-color: #ffffff;
        color: #252525;
}

.hubhood-single-listing-pricing-range-squared .hubhood-listing-price-range > .hubhood-listing-price-range-value {
        border-radius: 8px;
}

.hubhood-listing-price-range .hubhood-listing-price-range-value > div {
        line-height: 1.78;
        display: inline-block;
}

.hubhood-listing-price-range .hubhood-listing-price-range-value span {
        position: relative;
        font-weight: 400;
        display: inline-block;
        margin-right: 2px;
        line-height: 1;
}

.hubhood-listing-price-range .hubhood-listing-price-range-value span:first-child + div {
        display: inline-block;
        white-space: nowrap;
}

.hubhood-listing-price-range .hubhood-listing-price-range-value span:first-child + div > span {
        margin-right: 2px;
        margin-left: 2px;
}

.hubhood-general-details-popup .panel-body {
        text-align: left;
}

.hubhood-general-details-popup .hubhood-feat-details-heading h4,
.hubhood-general-details-popup .panel-body.hubhoodfeat-details-body {
        text-align: center;
}

.hubhood-general-details-popup .panel-body.hubhood-feat-details-body .col-lg-12 {
        background-color: #eee;
        padding: 20px 0;
        border-radius: 4px;
}

a.button-social-login,
.widget-area a.button-social-login {
        background-color: #fff;
        color: var(--hubhood-color);
        border: 0;
        border: 0;
        box-shadow: 0 0 30px rgba(0,0,0,0.20);
        border-radius: 8px;
        margin: 0 3px 0 3px;
        padding: 2px 8px;
}

a.button-social-login .si {
        margin: 0;
}

#job-manager-job-dashboard table ul.job-dashboard-actions li:after {
        content: none;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image:first-child,
.woocommerce div.product div.images .woocommerce-product-gallery__image--placeholder {
        margin-bottom: 30px;
        margin-left: 30px;
        width: calc(100% - 30px);
}

.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
        border-radius: 4px;
        overflow: hidden;
        width: calc(20% - 30px);
        min-width: 63px;
        margin-right: 0;
        margin-left: 30px;
        margin-bottom: 20px;
}

.woocommerce-product-attributes-item__label {
        text-transform: capitalize;
}

.product_type_variable,
.single_add_to_cart_button {
        min-width: 180px;
}

.woocommerce div.product form.cart .group_table tr {
        padding-top: 0;
        vertical-align: middle;
        border-bottom: 4px solid #e3e3e3;
}

.woocommerce div.product form.cart .group_table td {
        vertical-align: middle;
        padding-bottom: 30px;
        padding-top: 30px;
}

#add_payment_method #payment div.payment_box p:first-child,
.woocommerce-cart #payment div.payment_box p:first-child,
.woocommerce-checkout #payment div.payment_box p:first-child {
        margin-top: 0;
}

.woocommerce-checkout #payment div.payment_box > p:first-child {
        padding-left: 24px;
        margin-top: 20px;
        display: inline-block;
        max-width: calc(100% - 65px);
        vertical-align: middle;
        margin-top: 0;
}

#add_payment_method #payment div.payment_box p:last-child,
.woocommerce-cart #payment div.payment_box p:last-child,
.woocommerce-checkout #payment div.payment_box p:last-child {
        margin-bottom: 0;
}

#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
        border: 1em solid rgb(25,30,35);
        border-right-color: transparent;
        border-left-color: transparent;
        border-top-color: transparent;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message,
#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box,
.woocommerce-form-coupon-toggle {
        padding: 30px;
        color: #fff;
        background-color: rgb(25,30,35);
        font-weight: 600;
        border-radius: 4px;
}

.woocommerce-info,
.woocommerce-form-coupon-toggle {
        background-color: rgb(15,20,25);
}

.woocommerce-form-coupon #coupon_code {
        border-left: 1px solid rgba(0,0,0,0.05);
        border-top: 1px solid rgba(0,0,0,0.05);
        border-right: 1px solid rgba(0,0,0,0.05);
}

.hubhood-has_claim_error #primary {
        display: none;
}

.woocommerce-form-coupon .form-row-last {
        text-align: right;
}

.woocommerce-form-coupon-toggle {
        margin-bottom: 90px;
        padding: 0;
}

.woocommerce-checkout #payment div.payment_box {
        position: relative;
        min-height: 115px;
}

.woocommerce-checkout #payment div.payment_box > * > p {
        padding-left: 0;
}

.woocommerce-checkout #payment div.payment_box p.form-row {
        padding-left: 0;
}

.woocommerce-checkout #payment div.payment_box:before {        
        font-family: FontAwesome;
        content     : "\f06a";
        font-weight: 400;
        position: relative;
        top: 0;
        left: 0;
        margin: 0;
        margin-left: 5px;
        width: 52px;
        height: 52px;
        text-align: center;
        line-height: 55px;
        display: inline-block;
        vertical-align: middle;
        color: #252525;
        background: #fff;
        border: 0;
        font-size: 30px;
        border-radius: 50%;
        z-index: 2;
        text-shadow: none;
        box-shadow: 0 4px 30px rgba(0,0,0,0.3);
        -webkit-text-stroke-width: 0.001em;
}

.woocommerce-form-coupon-toggle .woocommerce-error,
.woocommerce-form-coupon-toggle .woocommerce-info,
.woocommerce-form-coupon-toggle .woocommerce-message {
        padding: 50px 30px 30px;
}

.job-manager-form fieldset label {
        padding-top: 0;
}

.job-manager-form > p > strong {
        display: block;
        margin-bottom: 80px;
        padding: 70px 30px 60px;
        border-radius: 4px;
        background-color: rgb(25,30,35);
        color: #fff;
        text-align: center;
}

.job-manager-form > p > strong a {
        display: block;
        margin-top: 10px;
        color: #fff;
        text-transform: uppercase;
}

.job-manager-form > p > strong a:hover {
        color: var(--hubhood-color);
}

.job-manager-form fieldset small.description,
.job-manager-form fieldset label:not(.full-line-checkbox-field label) small {
        font-size: 15px;
        font-weight: 400;
        display: block;
        line-height: 1.875;
}

.job-manager-form fieldset label:not(.full-line-checkbox-field label) small {
        font-size: 15px;
        font-weight: 400;
        display: block;
}

body .hubhood-custom-checkbox-check {
        margin-right: 20px;
}

.job-manager-form fieldset textarea {
        font-weight: 400;
}

#wp-job_description-wrap .wp-editor-container iframe {
        border: 0;
        padding: 0 20px;
        width: calc(100% - 21px) !important; 
        min-width: calc(100% - 21px) !important; 
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message,
.woocommerce form.checkout_coupon {
        margin-bottom: 0 !important;
}

.woocommerce-error *,
.woocommerce-info *,
.woocommerce-message *,
#add_payment_method #payment div.payment_box *,
.woocommerce-cart #payment div.payment_box *,
.woocommerce-checkout #payment div.payment_box * {
        color: #fff;
}

.wc_payment_methods label {
        font-weight: 600;
}

.woocommerce-checkout-payment {
        margin-top: 90px;
}

.woocommerce-terms-and-conditions-wrapper {
        text-align: right;
}

.woocommerce-privacy-policy-text {
        display: inline-block;
        max-width: 800px;
        text-align: right;
}

body .woocommerce-notices-wrapper > * {
        margin-bottom: 80px !important;
}

.woocommerce-checkout article.page > .woocommerce > .woocommerce-notices-wrapper:not(:empty) ~ .woocommerce-form-coupon-toggle {
        margin-top: -80px;
}

body .woocommerce-Tabs-panel hr:not(.is-style-dots) {
        border-top: 2px solid #ddd !important;
}

.woocommerce-form-coupon-toggle {
        text-align: center;
}

.woocommerce form.checkout_coupon {
        margin-top: -85px !important;
        margin-bottom: 90px !important;
}

.woocommerce-form-coupon-toggle ~ .woocommerce-error,
.woocommerce-form-coupon-toggle ~ .woocommerce-info,
.woocommerce-form-coupon-toggle ~ .woocommerce-message {
        margin-top: -95px !important;
        margin-bottom: 90px !important;
}

.woocommerce-form-coupon-toggle .showcoupon {
        display: block;
        margin-top: 10px;
        text-transform: uppercase;
        color: #fff;
}

.page-content .showcoupon {
        color: #fff;
}

.woocommerce form.checkout_coupon {
        border: 0;
        background-color: #fff;
        box-shadow: rgba(0, 0, 0, 0.1) 8px 8px 20px;
        padding: 30px 30px 0;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
        border-left: 1px solid rgba(0,0,0,0.05);
        border-top: 1px solid rgba(0,0,0,0.05);
        border-right: 1px solid rgba(0,0,0,0.05);
        border-bottom: 4px solid rgba(125, 125, 125, 0.15);
        box-shadow: 4px 4px 15px rgb(0 0 0 / 6%);
        padding-top: 7px;
        padding-bottom: 7px;
        position: relative;
        top: -1px;
}

.woocommerce-cart table.cart td.actions .coupon .input-text:focus {
        border-bottom : 4px solid var(--hubhood-color); 
}

.woocommerce-grouped-product-list.group_table {
        margin-bottom: 30px;
        margin-top: -20px;
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
        margin-left: -30px;
        width: calc(100% + 30px);
        max-width: 9999px;
        overflow: visible;
}

.woocommerce .product .product_meta > span {
        display: block;
        font-weight: 600;
}

.woocommerce .product .product_meta > span * {
        font-weight: 400;
}

.woocommerce-info {
        margin-top: 0;
}

body:not([class*="woocommerce-checkout"]):not([class*="post-type-archive-product"]) .woocommerce-info {
        background-color: transparent;
        color: #252525;
        padding: 0;
}

body:not([class*="woocommerce-checkout"]):not([class*="post-type-archive-product"]) .woocommerce-info + * {
        margin-top: 30px;
}

.woocommerce-info.cart-empty, .woocommerce-info.cart-empty + * {
        text-align: center;
}

.woocommerce-info.cart-empty ~ *:last-child {
        margin-bottom: 0;
}

.archive .woocommerce-info,
.page > .woocommerce > .woocommerce-info {
        margin-bottom: 70px !important;
}

.hubhood-not-found-woo .woocommerce-info {
        background-color: transparent;
        padding: 0;
        color: #252525;
}

.hubhood-not-found-woo {
        margin-top: -20px;
}

.woopage .hubhood-not-found .hubhood-not-found-search-form-wrapper {
        display: none;
}

.woopage .hubhood-not-found-woo .woocommerce-info {
        background: #fff;
        border-radius: 4px;
        padding-bottom: 35px;
        margin-top: -30px;
}

.hubhood-not-found-title {
        margin-top: -20px !important;
        margin-bottom: -10px !important;
}

.hubhood-not-found-content-wrapper {
        padding-left: 30px;
        padding-right: 30px;
        background: #fff;        
        padding-top: 30px;
        padding-bottom: 30px;
        border-radius: 4px;
}

.hubhood-style-general-edges-rounded .hubhood-not-found-content-wrapper {
        border-radius: 20px;
}

.hubhood-map-listings-sidebar-container .hubhood-not-found-content-wrapper {
        box-shadow: 0 0px 40px rgb(0 0 0 / 6%);
}

.hubhood-not-found-search-form-wrapper input {
        width: 100%;
}

.hubhood-not-found-search-form-wrapper input {
        position: absolute;
        top: 0;
        right: 0;
}

.woocommerce-MyAccount-content .woocommerce-info {
        margin: 0;
        padding: 0;
}

.woocommerce-downloads .woocommerce-MyAccount-content .woocommerce-info:before {
        display: none;
}

.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
        width: 140px;
}

.woocommerce .woocommerce-cart-form table.cart td.actions .input-text,
.woocommerce-page #content .woocommerce-cart-form table.cart td.actions .input-text,
.woocommerce-page .woocommerce-cart-form table.cart td.actions .input-text {
        width: 230px;
}

.woocommerce button.button[name="update_cart"] {
        color: #fff;
}

.woocommerce-address-fields__field-wrapper + p,
.woocommerce-EditAccountForm fieldset + div + p {
        text-align: right;
        padding-top: 15px;
}

#page .woocommerce-form-row span em {
        color: #999;
}

.select2-search--dropdown .select2-search__field {
        margin-left: 4px;
        width: calc(100% - 10px);
}

select:not(.hubhood-custom-select) ~ .select2-container--open .select2-search--dropdown,
.hubhood-is-light-select2 .select2-container--open .select2-search--dropdown {
        padding: 15px 30px;
        border-top: 1px solid rgba(125, 125, 125, 0.2);
        border-bottom: 1px solid rgba(125, 125, 125, 0.2);
}

#page ~ .select2-container--open .select2-dropdown {
        top: 0;
        min-width: 100px;
}

.hubhood-is-dark-select2:not(.page-template-front-page) #page ~ .select2-dropdown {
        background: rgb(15,20,25);
}

.hubhood-is-dark-select2:not(.page-template-front-page) #page ~ .select2-container--open .select2-dropdown {
        box-shadow: 0 15px 20px rgb(0 0 0 / 50%);
}

.hubhood-is-dark-select2:not(.page-template-front-page) #page ~ .select2-container--open .select2-dropdown.select2-dropdown--above {
        box-shadow: 0 15px 20px rgb(0 0 0 / 50%), 0 -25px 20px rgb(0 0 0 / 50%);
}

.archive #page ~ .select2-container--open .select2-dropdown.select2-dropdown--below {
        top: 1px;
}

.select2-container--open .select2-search--dropdown .select2-search__field {
        margin: 0;
        padding: 0;
        outline: none;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
        border: 0;
        line-height: 26px;
        height: 26px;
        margin: 0;
        width: 100%;
        padding-right: 30px;
        padding-left: 0;
        background-color: transparent;
        position: relative;
        z-index: 2;
}

.select2-search.select2-search--dropdown:after {
        font-family: FontAwesome;
        content: "\f002";
        position: absolute;
        font-size: 20px;
        right: 25px;
        top: 11px;
        color: #bfbebf;
        opacity: 0.9;
        padding-left: 3px;
        font-weight: 600;
        -webkit-text-stroke-width: 0.001em;
}

.select2-container--open .select2-dropdown {
        border: 1px solid rgba(125,125,125,0.1);
        border-top: 0;
        box-shadow: 0 20px 60px rgba(0,0,0,0.3);
}

.hubhood-hide-select2-dropdown .select2-container--open .select2-dropdown {
        display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
        padding: 7px 15px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
        display: inline-block;
        border-radius: 4px;
        margin-bottom: 30px;
        margin-left: 0;
        margin-right: 0;
}

.hubhood-style-button-edges-rounded.woocommerce div.product .woocommerce-tabs ul.tabs li,
.hubhood-style-button-edges-rounded .woocommerce div.product .woocommerce-tabs ul.tabs li {
        border-radius: 25px;
}

.hubhood-style-general-edges-rounded.woocommerce div.product .woocommerce-tabs .panel,
.hubhood-style-general-edges-rounded .woocommerce div.product .woocommerce-tabs .panel,
.hubhood-style-general-edges-rounded .woocommerce-error,
.hubhood-style-general-edges-rounded .woocommerce-info,
.hubhood-style-general-edges-rounded .woocommerce-message,
.hubhood-style-general-edges-rounded #add_payment_method #payment div.payment_box,
.hubhood-style-general-edges-rounded .woocommerce-cart #payment div.payment_box,
.hubhood-style-general-edges-rounded .woocommerce-checkout #payment div.payment_box,
.hubhood-style-general-edges-rounded .woocommerce-form-coupon-toggle {
        border-radius: 20px;
}

#review_form #commentform {
        margin-top: 30px;
}

.woocommerce form .form-row {
        margin: 0 0 30px;
}

.woocommerce form .form-row#billing_country_field {
        margin: 0 0 30px;
}

#add_payment_method #payment,
.woocommerce-cart #payment, .woocommerce-checkout #payment {
        background-color: transparent;
}

.woocommerce-checkout #payment div.form-row {
        padding: 0;
}

.woocommerce-tabs {
        padding-top: 40px;
}

.job-manager-submitted-paid-listing-actions ~ p {
        display: none;
}

.woocommerce-info:before,
.woocommerce-message:before {
        content: none;
}

.job-manager-error {
        box-shadow: none;
}

.woocommerce #review_form #respond p {
        margin: 0 0 20px;
}

.comment-form .comment-form-rating ~ .comment-form-comment label {
        margin-bottom: 30px;
}

.woocommerce #review_form #respond p.form-submit {
        margin-bottom: 0;
}

.woocommerce div.product form.cart .variations td {
        padding: 0 0 30px 0;
}

.woocommerce div.product form.cart .variations label {
        font-weight: 600;
        font-size: 16px;
}

.woocommerce div.product form.cart .reset_variations {
        position: relative;
        display: inline-block;
        font-size: 16px;
        margin-top: 23px;
        padding-left: 38px;
        color: #999;
        visibility: visible !important; /* Important to overwrite JavaScript attribution */
        margin-left: -3px;
}

.woocommerce div.product form.cart .reset_variations:before {
        font-family: FontAwesome;
        content: "\f057";
        position: absolute;
        font-size: 20px;
        left: 0;
        top: 0;
        color: #bfbebf;
        opacity: 0.9;
        padding-left: 3px;
        -webkit-text-stroke-width: 0.001em;
}

.woocommerce div.product form.cart .reset_variations:hover,
.woocommerce div.product form.cart .reset_variations:hover:before {
        color: #c71515;
}

.woocommerce div.product form.cart .variations td.label {
        color: #252525;
        text-transform: capitalize;
        font-size: 16px;
        display: table-cell;
        vertical-align: middle;
        vertical-align: top;
        padding-top: 8px;
        padding-right: 0;
        text-align: left;
}

.variations_form {
        padding-top: 10px;
}
        
.variations_form .select2-container--default .select2-selection--single,
.variations_form .select2-container--default .select2-selection--multiple,
.woocommerce .woocommerce-ordering .select2-container--default .select2-selection--single {
        border-radius: 22px;
}

.variations_form .select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.variations_form .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,
.woocommerce .woocommerce-ordering .select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
        border-radius: 8px 8px 0 0;
}

.variations_form .select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.variations_form .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,
.woocommerce .woocommerce-ordering .select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
        border-radius: 0 0 8px 8px;
}

.hubhood-parent-taxonomy-filter:before {
        position: absolute;
        font-family: FontAwesome;
        content: "\f0dd";
        font-weight: 400;
        left: auto;
        right: -1.5px;
        top: -40px;
        font-size: 30px;
        color: #777;
        opacity: 0.3;
        -webkit-text-stroke-width: 0.015em;
}

#submit-job-form .hubhood-parent-taxonomy-filter:before {
        right: 29px;
        top: -30px;
}

.hubhood-parent-taxonomy-filter.hubhood-loading-search:before {
        position: absolute;
        font-family: FontAwesome;
        content: "\f0dd";
        font-weight: 600;
        left: auto;
        right: -1.5px;
        text-shadow: none;
        top: -24px;
        font-size: 20px;
        color: #777;
        opacity: 0.3;
        -webkit-text-stroke-width: 0.04em;
}

#submit-job-form .hubhood-parent-taxonomy-filter.hubhood-loading-search:before {
        top: -15px;
}

.hubhood-search-box-full .hubhood-parent-taxonomy-filter:before {
        top: -15px;
}

.hubhood-parent-taxonomy-filter.hubhood-loading-search:before {
        content: "\f1ce";
}

.hubhood-search-box-full .hubhood-parent-taxonomy-filter.hubhood-loading-search:before {
        top: 20px;
}

.woocommerce-variation-price {
        margin-bottom: 30px;
        border: 4px dashed #ddd;
        padding: 2px 25px;
        margin-top: -13px;
        margin-bottom: 30px;
}

.variations .label {
        padding-left: 0 !important;
        position: relative;
        top: 7px;
}

[data-attribute_name] ~ .select2-container--default .select2-selection--single .select2-selection__rendered {
        font-size: 16px;
}

.woocommerce div.product form.cart .woocommerce-variation-description p:first-child {
        margin-top: 0;
}

.woocommerce-Price-amount.amount,
.woocommerce-Price-amount.amount span.woocommerce-Price-currencySymbol {
        color: #252525;
}

.hubhood-package-description .woocommerce-Price-amount.amount,
.hubhood-package-description .woocommerce-Price-amount.amount span.woocommerce-Price-currencySymbol {
        color: #ffffff;
        font-weight: 600;
}

.woocommerce-Price-amount.amount span.woocommerce-Price-currencySymbol {
        margin-right: 3px;
}

.woocommerce div.product form.cart label {
        margin-bottom: 0;
}

.hubhood-woo-sorting {
        text-align: center;
        font-size: 0;
}

.hubhood-woo-sorting .col-md-4 {
        font-size: 16px;
        display: inline-block;
        float: none;
}

.woocommerce #reviews #comment {
        height: 140px;
}

.type-product ins {
        text-decoration: none;
}

.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-message::before {
        top: 30px;
}

.woocommerce-message + p {
        margin-top: 30px;
}

.woocommerce-error li, .woocommerce-info li, .woocommerce-message li {
        padding-left: 27px !important;
}

.woocommerce-NoticeGroup .woocommerce-error {
        padding-left: 60px !important;
        margin-bottom: 60px !important;
}

.woocommerce #content table.cart td.actions,
.woocommerce table.cart td.actions,
.woocommerce-page #content table.cart td.actions,
.woocommerce-page table.cart td.actions {
        padding-top: 30px;
        padding-bottom: 30px;
}

#add_payment_method table.cart td.actions .coupon .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text,
#add_payment_method table.cart td.actions .coupon .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text,
.woocommerce #content table.cart td.actions .coupon .input-text,
.woocommerce #content table.cart td.actions .coupon input,
.woocommerce table.cart td.actions .coupon .input-text,
.woocommerce table.cart td.actions .coupon input,
.woocommerce-page #content table.cart td.actions .coupon .input-text,
.woocommerce-page #content table.cart td.actions .coupon input,
.woocommerce-page table.cart td.actions .coupon .input-text {
        padding-left: 18px;
        padding-right: 18px;
}

#add_payment_method .cart-collaterals .cart_totals table,
.woocommerce-cart .cart-collaterals .cart_totals table,
.woocommerce-checkout .cart-collaterals .cart_totals table {
        margin-bottom: 15px;
}

.woocommerce-page table.cart td.actions .coupon .input-text {
        margin-right: 10px;
}

.cart_totals .wc-proceed-to-checkout {
        text-align: right;
}

address [class*="woocommerce-customer-details--"] ~ [class*="woocommerce-customer-details--"] {
        margin-top: 0;
}

.product-purchase-note td {
        font-style: italic;
        background-color: aliceblue;
        padding: 30px !important; /* Important to overwrite Woocommerce generic CSS attribution */
}

.product-purchase-note td * {
        margin-top: 0;
        margin-bottom: 0;
}

.woocommerce table.my_account_orders td,
.woocommerce table.my_account_orders th {
        border-top: 1px solid rgba(0,0,0,.1);
        padding: 9px 12px;
        vertical-align: middle;
        line-height: 1.5em;
}

.woocommerce table.my_account_orders th {
        font-weight: 700;
}

article table.my_account_orders thead th * {
        border: 0;
}

.page #main .woocommerce-table__line-item .wc-item-meta,
.page #main .woocommerce-table__line-item .wc-item-meta *,
.product-name .variation,
.product-name .variation * {
        margin-top: 0;
        margin-bottom: 0;
}

.woocommerce table.shop_table tfoot tr + tr th,
.woocommerce table.shop_table tfoot tr + tr td,
.woocommerce table.shop_table tfoot .order-total th,
.woocommerce table.shop_table tfoot .order-total td {
        background-color: #eee;
        border: 0;
}

.woocommerce table.shop_table tfoot tr + tr + tr th,
.woocommerce table.shop_table tfoot tr + tr + tr td {
        background-color: #ddd;
        border-collapse: unset;
        border: 0;
}

.woocommerce-checkout #payment ul.payment_methods li label {
        margin-bottom: 5px;
        color: #fff !important
}

.woocommerce-checkout #payment ul.payment_methods > li > label {
        color: #252525 !important;
}

.woocommerce-checkout #payment ul.payment_methods li + li label {
        margin-top: 30px;
}

.woocommerce table.shop_table tfoot .order-total th,
.woocommerce table.shop_table tfoot tr + tr th {
        text-transform: uppercase;
}

article table.shop_table tfoot .order-total *,
.woocommerce table.shop_table tfoot tr + tr * {
        background-color: transparent;
}

th.product-total,
.recurring-totals th {
        text-transform: uppercase;
}

.woocommerce ul.product_list_widget li img {
        border-radius: 100px;
        width: 60px;
        height: 60px;
}

.woocommerce .hubhood-star-rating span:before {
        color: var(--hubhood-color);
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
        padding: 30px 30px 15px;
        border: 0;
        border-left: 1px solid #e9e9e9;
        background-color: #f9f9f9;
}

.hubhood-woo-product-card .hubhood-star-rating {
        display: none;
}

.product_meta .tagged_as {
        text-transform: capitalize;
}

.hubhood-listing-data.hubhood-listing-products {
        margin-bottom: -30px;
        padding: 0;
        background-color: transparent;
        box-shadow: none;
}

.hubhood-listing-data.hubhood-listing-products {
        text-align: center;
        font-size: 0;
        letter-spacing: 0;
}

.hubhood-listing-data.hubhood-listing-products .row {
        justify-content: center;
        align-items: center;
}

.hubhood-listing-data.hubhood-listing-products .col-md-4 {
        display: inline-block;
        float: none;
        font-size: 16px;
        letter-spacing: 0.025em;
}

.hubhood-listing-products-more {
        margin-top: 80px;
}

.wc-bookings-date-picker .ui-datepicker .ui-datepicker-title {
        font-weight: 600;
}

.wc-bookings-booking-form {
        border: 0;
        padding: 0;
}

.wc-bookings-booking-form fieldset {
        margin: 0;
        padding: 0;
        margin-top: 35px;
}

.wc-bookings-booking-form .form-field,
.wc-bookings-booking-form fieldset {
        margin-bottom: 20px;
}

#wc-bookings-booking-form ~ button[type="submit"] {
        margin-top: 20px;
}

.wc-bookings-booking-form .wc-bookings-booking-cost,
.wc-bookings-booking-form .block-picker {
        margin: 0;
        padding: 9px 30px;
        margin-bottom: 30px;
        border-radius: 5px;
        text-align: center;
        background: #fff;
        line-height: 1.8;
        border: 1px solid #ddd;
}

.wc-bookings-time-block-picker * {
        width: 100%;
        margin: 0;
}

body .hubhood-panel-form .wc-bookings-booking-form input[type="text"] {
        border: 1px solid rgba(125,125,125,0.1) ! important;
}

.wc-booking-summary {
        background: #fff;
        padding: 20px;
        margin-bottom: 3px !important;
        margin-right: 0;
        border: 1px solid #eee;
}

.wc-bookings-date-picker .ui-datepicker td.bookable a,
.wc-bookings-date-picker .ui-datepicker td.ui-datepicker-current-day a,
.wc-bookings-date-picker .ui-datepicker td.bookable-range .ui-state-default {
        background: var(--hubhood-color) !important;
        opacity: 0.7;
}

.wc-bookings-date-picker .ui-datepicker td.ui-datepicker-current-day a,
.wc-bookings-date-picker .ui-datepicker td.bookable-range .ui-state-default {
        opacity: 1;
}

.wc-bookings-date-picker .ui-datepicker td,
.wc-bookings-date-picker .ui-datepicker th {
        border: 0;
}

.wc-bookings-date-picker .ui-datepicker-header {
        background: #fff;
        color: #252525;
        border-top: 1px solid #eee;
}

.wc-bookings-date-picker .ui-datepicker .ui-datepicker-prev.ui-state-hover,
.wc-bookings-date-picker .ui-datepicker .ui-datepicker-next.ui-state-hover,
.wc-bookings-date-picker .ui-datepicker .ui-datepicker-prev,
.wc-bookings-date-picker .ui-datepicker .ui-datepicker-next {
        background: transparent;
}

.wc-bookings-date-picker .ui-datepicker .ui-datepicker-title {
        padding: 20px 0 18px 0
}

.wc-bookings-date-picker .ui-datepicker td .ui-state-default {
        padding: 15px 0;
}

.hubhood-booking-popup .product {
        text-align: left;
}

.hubhood-booking-popup h1 {
        text-align: center;
}

.hubhood-booking-popup button[type="submit"] {
        position: relative;
        left: 50%;
        -webkit-transform: translate(-50%);
        -moz-transform: translate(-50%);
        -ms-transform: translate(-50%);
        -o-transform: translate(-50%);
        transform: translate(-50%);
}

.hubhood-booking-popup .woocommerce-product-gallery {
        display: none;
}

.hubhood-booking-popup .hubhood-panel-form {
        width: 480px;
        border: 0;
        box-shadow: 0 0px 80px rgb(0,0,0,0.5);
}

.hubhood-booking-popup-header {
        position: relative;
        margin-top: -30px !important;
        margin-left: -31px;
        margin-bottom: 30px;
        border-radius: 10px 10px 0 0;
        width: calc(100% + 62px);
        background-color: rgb(55,60,65);
        padding: 70px 30px 100px 30px;
        background-position: center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        text-shadow: 1px 1px rgba(0,0,0,0.5);
        box-shadow:
                10000px 0 rgba(0,0,0,0.4) inset;
}

.hubhood-booking-permalink-wrapper {
        position: absolute;
        width: 100%;
        left: 0;
        bottom: 30px;
        right: 30px;
        text-align: center;
}

.hubhood-booking-permalink {
        color: #fff;
        font-size: 15px;
        display: inline-block;
        border: 2px solid rgba(255,255,255,1);
        padding: 2px 12px;
        border-radius: 50px;
}

.hubhood-booking-permalink:hover,
.hubhood-booking-permalink:focus {
        color: #fff;
}

.hubhood-booking-popup h1 {
        color: #fff;
        text-transform: uppercase;
}

.hubhood-booking-popup .summary.entry-summary h1 {
        display: none;
        color: #fff;
}

.hubhood-booking-navigation {
        position: absolute;
        top: 30px;
        width: calc(100% - 60px);
        left: 30px;
}

.hubhood-booking-nav-prev,
.hubhood-booking-nav-next {
        position: absolute;
        top: 0;
        left: 0;
        margin-top: -10px;
        width: 50px;
        height: 50px;
        border-radius: 50px;
        text-align: center;
        line-height: 46px !important;
        font-size: 22px;
        background-color: rgba(0,0,0,0.8);
        color: #fff;
        cursor: pointer;
}

.hubhood-booking-nav-prev:hover,
.hubhood-booking-nav-next:hover {
        opacity: 0.7
}

.hubhood-booking-nav-next {
        left: auto;
        right: 0;
}

/* Pricing Menu Output */

.hubhood-pricing-menu-items ~ .hubhood-listing-more-info-wrapper,
.hubhood-listing-more-info-wrapper ~ .hubhood-listing-more-info-wrapper,
.hubhood-listing-more-info-inner + .hubhood-listing-more-info-inner {
        margin-top: 30px;
}

.hubhood-pricing-menu-items ~ .hubhood-listing-more-info-wrapper {
        width: calc(100% - 30px);
}

.single #main .hubhood-pricing-menu-items ul.nav-tabs,
.single .hubhood-popup .hubhood-pricing-menu-items ul.nav-tabs {
        margin-top: 0;
        margin-bottom: 20px;
        border-bottom: 0;
}

.single #main #unknown-category ul.hubhood-price-list-wrapper,
.single #main #unknown-category ul.hubhood-quote-list-wrapper,
.single .hubhood-popup #unknown-category ul.hubhood-price-list-wrapper,
.single .hubhood-popup #unknown-category ul.hubhood-quote-list-wrapper {
        margin-top: 0;
        margin-bottom: 0;
}

.hubhood-more-info-links {
        border-radius: 12px;
}

.hubhood-pricing-menu-items .hubhood-price-list-wrapper > li,
.hubhood-pricing-menu-items .hubhood-quote-list-wrapper > li {
        border-radius: 12px !important;
}

.hubhood-pricing-menu-items .nav-tabs>li>button,
.hubhood-pricing-item .hubhood-price-item-title,
.hubhood-price-item-price-value,
.hubhood-pricing-item .hubhood-quote-item-title,
.hubhood-quote-item-quote-value {
        font-size: 16px;
        color: #aaaaaa;
        cursor: pointer;
        background-color: transparent;
}

.hubhood-pricing-item .hubhood-price-item-title,
.hubhood-price-item-price-value,
.hubhood-pricing-item .hubhood-quote-item-title,
.hubhood-quote-item-quote-value {
        cursor: default;
}

.hubhood-pricing-menu-items .nav-tabs>li>button,
.hubhood-pricing-menu-items .nav-tabs>li>button:hover,
.hubhood-pricing-menu-items .nav-tabs>li>button:focus,
.hubhood-pricing-menu-items .nav-tabs>li.active>button,
.hubhood-pricing-menu-items .nav-tabs>li.active>button:hover,
.hubhood-pricing-menu-items .nav-tabs>li.active>button:focus {
        border: 0;
        padding-left: 0;
        padding-right: 25px;
        padding-top: 0;
        padding-bottom: 10px;
        font-weight: 600 !important;
        background-color: transparent;
}

.nav-tabs .nav-link.active,
.hubhood-pricing-item .hubhood-price-item-title,
.hubhood-price-item-price-value,
.hubhood-pricing-item .hubhood-quote-item-title,
.hubhood-quote-item-quote-value,
.hubhood-pricing-menu-items .nav-tabs>li>button:hover,
.hubhood-pricing-menu-items .nav-tabs>li>button:focus,
.hubhood-pricing-menu-items .nav-tabs>li.active>button,
.hubhood-pricing-menu-items .nav-tabs>li.active>button:hover,
.hubhood-pricing-menu-items .nav-tabs>li.active>button:focus {
        color: #252525;
        background-color: transparent;
        font-weight: 600 !important;
        
}

.hubhood-pricing-menu-items .hubhood-price-list-wrapper,
.hubhood-pricing-menu-items .hubhood-price-list-wrapper > li,
.hubhood-pricing-menu-items .hubhood-quote-list-wrapper,
.hubhood-pricing-menu-items .hubhood-quote-list-wrapper > li {
        list-style: none;
        padding: 0;
        margin: 0;
}

.hubhood-pricing-menu-items .hubhood-price-list-wrapper > li,
.hubhood-pricing-menu-items .hubhood-quote-list-wrapper > li {
        padding: 20px 30px;
        position: relative;
        background-color: #f9f9f9;
        border-radius: 4px;
}

.hubhood-pricing-menu-items .hubhood-price-list-wrapper > li.hubhood-pricing-item:after,
.hubhood-pricing-menu-items .hubhood-quote-list-wrapper > li.hubhood-pricing-item:after {
        content: '';
        position: absolute;
        top: -2px;
        left: 0;
        width: calc(100% - 30px);
        height: calc(100% - 35px);
        border-radius: 4px;
        border: 4px solid rgba(125,125,125,0.1);
        border-right: 0;
        border-bottom: 0;
        z-index: 1;
}

.hubhood-popup .hubhood-listing-widget-dark .hubhood-content-scroll-overlay {
        display: none !important;
}

.hubhood-pricing-menu-items .hubhood-price-list-wrapper > li.hubhood-pricing-item.hubhood-item-has-tag:after,
.hubhood-pricing-menu-items .hubhood-quote-list-wrapper > li.hubhood-pricing-item.hubhood-item-has-tag:after {
        border: 4px solid var(--hubhood-color);
        border-right: 0;
        border-bottom: 0;
}

.hubhood-featured-widget .hubhood-listing-widget-dark .hubhood-pricing-item .hubhood-price-item-title,
.hubhood-featured-widget .hubhood-listing-widget-dark .hubhood-price-item-price-value,
.hubhood-featured-widget .hubhood-listing-widget-dark .hubhood-price-item-description,
.hubhood-featured-widget .hubhood-listing-widget-dark .hubhood-price-item-more-info-link-wrapper a,
.hubhood-featured-widget .hubhood-listing-widget-dark .hubhood-price-item-more-info-link-wrapper a:hover,
.hubhood-featured-widget .hubhood-listing-widget-dark .hubhood-pricing-item .hubhood-quote-item-title,
.hubhood-featured-widget .hubhood-listing-widget-dark .hubhood-quote-item-quote-value,
.hubhood-featured-widget .hubhood-listing-widget-dark .hubhood-quote-item-description,
.hubhood-featured-widget .hubhood-listing-widget-dark .hubhood-quote-item-more-info-link-wrapper a,
.hubhood-featured-widget .hubhood-listing-widget-dark .hubhood-quote-item-more-info-link-wrapper a:hover,
.hubhood-featured-widget .hubhood-listing-widget-dark .nav-tabs .nav-link,
.hubhood-featured-widget .hubhood-listing-widget-dark .nav-tabs .nav-link.active {
        color: #fff;
}

.hubhood-featured-widget .hubhood-listing-widget-dark .hubhood-price-item-description,
.hubhood-featured-widget .hubhood-listing-widget-dark .hubhood-price-item-more-info-link-wrapper a:hover,
.hubhood-featured-widget .hubhood-listing-widget-dark .hubhood-quote-item-description,
.hubhood-featured-widget .hubhood-listing-widget-dark .hubhood-quote-item-more-info-link-wrapper a:hover {
        opacity: 0.8;
}

.hubhood-featured-widget .hubhood-listing-widget-dark .nav-tabs .nav-link:not(.active) {
        opacity: 0.6;
}

.hubhood-featured-widget .hubhood-listing-widget-dark .hubhood-pricing-menu-items .hubhood-price-list-wrapper > li,
.hubhood-featured-widget .hubhood-listing-widget-dark .hubhood-pricing-menu-items .hubhood-quote-list-wrapper > li {
        background-color: rgba(255,255,255,0.04);
        border-bottom: 1px solid transparent;
}

.hubhood-listing-gallery.hubhood-listing-widget-dark .hubhood-listing-widget-content,
.hubhood-listing-gallery.hubhood-listing-widget-theme-color .hubhood-listing-widget-content {
        margin-top: 30px;
}

.hubhood-listing-widget-dark a {
        color: #ccc;
}

.hubhood-listing-widget-dark a:hover {
        color: #fff;
}

.hubhood-listing-widget-theme-color a,
.hubhood-listing-widget-theme-color a:hover {
        color: #fff;
}

.hubhood-listing-widget .hubhood-custom-checkbox-check {
        pointer-events: none;
}

.hubhood-listing-widget.hubhood-listing-widget-light .hubhood-custom-checkbox-check {
        background-color: rgb(25,30,35);
}

.hubhood-listing-widget.hubhood-listing-widget-light .hubhood-custom-checkbox-check:before {
        color: #fff !important;
}

.hubhood-listing-widget.hubhood-listing-widget-dark .hubhood-custom-checkbox-check,
.hubhood-listing-widget.hubhood-listing-widget-theme-color .hubhood-custom-checkbox-check {
        background-color: #fff;
        border: 4px solid transparent
}

.hubhood-listing-widget.hubhood-listing-widget-dark .hubhood-custom-checkbox-check:before,
.hubhood-listing-widget.hubhood-listing-widget-theme-color .hubhood-custom-checkbox-check:before {
        color: #151515 !important;
        text-shadow:none;
}

.hubhood-checkbox-field-wrapper.hubhood-multiple-checkboxes-check span {
        font-weight: 400 !important;
}

.hubhood-listing-widget-dark .hubhood-file-widget .hubhood-button,
.hubhood-listing-widget-theme-color .hubhood-file-widget .hubhood-button {
        width: 100%;
        text-align: center;
}

.hubhood-file-widget .hubhood-button {
        min-width: 175px;
        text-align:center;
}

.hubhood-wp-editor-widget .hubhood-listing-widget-content a {
        text-decoration: underline;
}

.hubhood-wp-editor-widget.hubhood-listing-widget-light .hubhood-listing-widget-content a {
        color: var(--hubhood-color);
        text-decoration: none;
}

.hubhood-checkbox-field-wrapper.hubhood-multiple-checkboxes-check .hubhood-listing-card-icon {
        border: 4px solid transparent;
}

.hubhood-checkbox-field-wrapper.hubhood-multiple-checkboxes-check .hubhood-custom-checkbox-check:before  {
        font-size: 14px;
}

.hubhood-checkbox-field-wrapper.hubhood-multiple-checkboxes-check  {
        margin-top: 30px !important;
}

.hubhood-multiple-checkboxes-widget .hubhood-listing-widget-content {
        padding-top: 0;
        font-size: 0;
}

.hubhood-multiple-checkboxes-widget .hubhood-checkbox-field-wrapper {
        margin-right: 25px;
        font-size: 16px;
}

.hubhood-select-widget .hubhood-checkbox-field-wrapper {
        display: block;
}




.hubhood-featured-widget .hubhood-listing-widget-theme-color .hubhood-pricing-menu-items .hubhood-price-list-wrapper > li.hubhood-pricing-item.hubhood-item-has-tag:after,
.hubhood-featured-widget .hubhood-listing-widget-theme-color .hubhood-pricing-menu-items .hubhood-quote-list-wrapper > li.hubhood-pricing-item.hubhood-item-has-tag:after {
        border: 4px solid #fff;
        border-right: 0;
        border-bottom: 0;
}

.hubhood-featured-widget .hubhood-listing-widget-theme-color .hubhood-price-item-tag-label,
.hubhood-featured-widget .hubhood-listing-widget-theme-color .hubhood-quote-item-tag-label {
        background-color: #fff;
        color: #252525
}

.hubhood-featured-widget .hubhood-listing-widget-theme-color .hubhood-pricing-item .hubhood-price-item-title,
.hubhood-featured-widget .hubhood-listing-widget-theme-color .hubhood-price-item-price-value,
.hubhood-featured-widget .hubhood-listing-widget-theme-color .hubhood-price-item-description,
.hubhood-featured-widget .hubhood-listing-widget-theme-color .hubhood-price-item-more-info-link-wrapper a,
.hubhood-featured-widget .hubhood-listing-widget-theme-color .hubhood-price-item-more-info-link-wrapper a:hover,
.hubhood-featured-widget .hubhood-listing-widget-theme-color .hubhood-pricing-item .hubhood-quote-item-title,
.hubhood-featured-widget .hubhood-listing-widget-theme-color .hubhood-quote-item-quote-value,
.hubhood-featured-widget .hubhood-listing-widget-theme-color .hubhood-quote-item-description,
.hubhood-featured-widget .hubhood-listing-widget-theme-color .hubhood-quote-item-more-info-link-wrapper a,
.hubhood-featured-widget .hubhood-listing-widget-theme-color .hubhood-quote-item-more-info-link-wrapper a:hover,
.hubhood-featured-widget .hubhood-listing-widget-theme-color .nav-tabs .nav-link,
.hubhood-featured-widget .hubhood-listing-widget-theme-color .nav-tabs .nav-link.active {
        color: #fff;
}

.hubhood-featured-widget .hubhood-listing-widget-theme-color .hubhood-price-item-description,
.hubhood-featured-widget .hubhood-listing-widget-theme-color .hubhood-price-item-more-info-link-wrapper a:hover,
.hubhood-featured-widget .hubhood-listing-widget-theme-color .hubhood-quote-item-description,
.hubhood-featured-widget .hubhood-listing-widget-theme-color .hubhood-quote-item-more-info-link-wrapper a:hover {
        opacity: 0.8;
}

.hubhood-featured-widget .hubhood-listing-widget-theme-color .nav-tabs .nav-link:not(.active) {
        opacity: 0.6;
}

.hubhood-featured-widget .hubhood-listing-widget-theme-color .hubhood-pricing-menu-items .hubhood-price-list-wrapper > li,
.hubhood-featured-widget .hubhood-listing-widget-theme-color .hubhood-pricing-menu-items .hubhood-quote-list-wrapper > li {
        background-color: rgba(255,255,255,0.04);
        border-bottom: 1px solid transparent;
}

.hubhood-pricing-menu-items .hubhood-price-list-wrapper > li:last-child,
.hubhood-pricing-menu-items .hubhood-quote-list-wrapper > li:last-child {
        border-bottom: 0;
}

.hubhood-price-item-tag-label-wrapper,
.hubhood-quote-item-tag-label-wrapper {
        margin-top: -30px;
}

.hubhood-price-item-tag-label,
.hubhood-quote-item-tag-label {
        position: relative;
        display: inline-block;
        background-color: var(--hubhood-color);
        color: #fff;
        border-radius: 4px;
        margin-left: -30px;
        font-size: 15px;
        font-weight: 500 !important;
        text-shadow: 1px 1px 0 rgb(0 0 0 / 15%);
        top: -6px;
        padding: 0 10px 0 10px;
        font-size: 13px;
        z-index: 2;
}

.hubhood-pricing-item-front-image {
        position: relative;
        width: 60px;
        height: 60px;
        float: left;
        margin-right: 20px;
        margin-top: 5px;
        border-radius: 100px;
        background: #FFF;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        cursor: pointer;
        box-shadow: 0 0 15px rgb(0 0 0 / 20%);
        z-index: 2;
}

.hubhood-pricing-item-front-image:before {
        position: absolute;
        width: 25px;
        height: 25px;
        border-radius: 50px;
        background: #eee;
        bottom: -3px;
        right: -3px;
        text-align: center;
        line-height: 25px;
        padding-left: 1px;
        font-size: 13px;
        font-weight: 600;
        box-shadow: 0 0 10px rgba(0,0,0,0.3);
}

.hubhood-pricing-item-front-image:hover:before {
        background: #fff;
}

.hubhood-price-item-more-info-link-wrapper a,
.hubhood-quote-item-more-info-link-wrapper a {
        color: #252525;
        font-size: 15px;
}

.hubhood-price-item-more-info-link-wrapper a:hover,
.hubhood-quote-item-more-info-link-wrapper a:hover {
        color: var(--hubhood-color);
}

.hubhood-price-item-price-value,
.hubhood-quote-item-quote-value {
        position: relative;
        float: right;
        z-index: 1;
        background-color: transparent;
        color: var(--hubhood-color);
        padding-left: 25px;
        font-weight: 600 !important;
}

.hubhood-price-item-content-wrapper,
.hubhood-quote-item-content-wrapper {
        position: relative;
}

.hubhood-price-item-description,
.hubhood-quote-item-description {
        margin-top: 4px;
        font-size: 14px;
        font-style: italic;
        color: #555555;
}

.hubhood-pricing-item .hubhood-price-item-title,
.hubhood-pricing-item .hubhood-quote-item-title {
        position: relative;
        float: left;
        display: block;
        width: calc(100% - 150px);
        z-index: 1;
        font-size: 15px;
}

.hubhood-pricing-item .hubhood-price-item-title span,
.hubhood-pricing-item .hubhood-quote-item-title span {
        background-color: transparent;
        padding-right: 25px;
}

.hubhood-price-item-title-dotted,
.hubhood-quote-item-title-dotted {
        position: absolute;
        top: 13px;
        left: 0;
        width: 100%;
        border-top: 10px solid #e7e7e7;
        z-index: 0;
        opacity: 0;
}

.hubhood-price-item-more-info-link-wrapper,
.hubhood-quote-item-more-info-link-wrapper {
        position: relative;
        text-transform: capitalize;
        margin-top: 0;
        margin-bottom: -5px;
        z-index: 4;
}

.hubhood-price-item-more-info-link-wrapper a:before,
.hubhood-quote-item-more-info-link-wrapper a:before {
        content: "\f178";
        padding-left: 7px;
        float: right;
        position: relative;
        top: 8px;
}

fieldset[class*="fieldset-job_business_hours_"],
fieldset[class*="fieldset-job_business_document_"],
.job-manager-form fieldset[class*="fieldset-job_business_document_"] small.description {
        display: none;
}

.hubhood-price-builder-items-wrapper,
.hubhood-quote-builder-items-wrapper {   
        width: calc(100% + 60px);
        margin-left: -30px;
        border-top: 1px solid rgba(125,125,125,0.1);
}

.hubhood-boxed-fields-inner,
.hubhood-price-builder-items,
.hubhood-quote-builder-items {
        padding-top: 20px;
        margin-top: 20px;
}

.fieldset-job_business_products_label .hubhood-boxed-fields-inner {
        padding-top: 0;
        margin-top: 0;
        margin-bottom: 40px;
}

.hubhood-business-rich-media-fields .hubhood-boxed-fields-inner {
        padding-top: 0;
        padding-bottom: 20px;
        border-bottom: 1px solid #ddd;
        margin-top: 20px;
        margin-bottom: 15px;
}

.hubhood-business-rich-media-fields .hubhood-boxed-fields-inner-2 fieldset {
        margin-top: 20px;
        margin-bottom: 20px;
        padding-bottom: 20px;
}

.hubhood-price-builder-items,
.hubhood-quote-builder-items {
        padding-top: 0;
}

.hubhood-price-item-price,
.hubhood-price-item-tag ~ td,
.hubhood-quote-item-quote,
.hubhood-quote-item-tag ~ td {
        width: 154px
}

.fieldset-job_business_price_list_content,
.fieldset-job_business_quote_list_content {
        display: none;
}

.hubhood-price-item,
.hubhood-quote-item {
        position: relative;
        width: 100%;
        margin-top: 0;
        padding: 30px 20px;
}

.hubhood-price-item[data-visibility="false"],
.hubhood-quote-item[data-visibility="false"]{
        display: none;
}

.hubhood-price-item:first-child,
.hubhood-quote-item:first-child {
        margin-top: 0;
}

.hubhood-price-item,
.hubhood-quote-item {
        border-bottom: 1px solid rgba(125,125,125,0.1);
}

#submit-job-form .hubhood-price-item textarea,
#submit-job-form .hubhood-quote-item textarea {
        min-height: 78px;
}

.hubhood-price-list-add-item,
.hubhood-quote-list-add-item {
        display: inline-block;
        margin-top: 30px;
}

.hubhood-price-item td.hubhood-price-item-link,
.hubhood-price-item-link-val,
.hubhood-price-item td.hubhood-price-item-label,
.hubhood-quote-item td.hubhood-quote-item-link,
.hubhood-quote-item-link-val,
.hubhood-quote-item td.hubhood-quote-item-label {
        padding-bottom: 0;
}

.hubhood-price-item input,
.hubhood-quote-item input {
        width: 100%;
}

.hubhood-price-item input.hubhood-price-item-tag-val,
.hubhood-quote-item input.hubhood-quote-item-tag-val {
        max-width: 300px;
}

.hubhood-price-item table,
.hubhood-price-item tr,
.hubhood-price-item td,
.hubhood-quote-item table,
.hubhood-quote-item tr,
.hubhood-quote-item td {
        padding: 0 10px 20px 10px;
        border: 0 !important;
        background-color: transparent;
}

.hubhood-price-item table,
.hubhood-quote-item table {
        padding: 0;
        margin: 0;
        margin-top: 30px;
}

.hubhood-price-item-descr,
.hubhood-quote-item-descr {
        font-size: 0;
}

.hubhood-price-item-descr textarea,
.hubhood-quote-item-descr textarea {
        font-size: 16px;
}

.hubhood-price-list-items-controls,
.hubhood-quote-list-items-controls {
        position: absolute;
        width: auto;
        top: 0;
        left: 50%;
        text-align: right;
        padding: 0 20px;
        background-color: #fff;
        box-shadow: 4px 4px 15px rgb(0 0 0 / 6%);
        border: 0;
        -webkit-transform: translate(-50%);
        -moz-transform: translate(-50%);
        -ms-transform: translate(-50%);
        -o-transform: translate(-50%);
        transform: translate(-50%);
}

.hubhood-price-list-items-controls div,
.hubhood-quote-list-items-controls div {
        display: inline-block;
        width: 50px;
        padding: 2px;
        text-align: center;
        cursor: pointer;
}

.hubhood-price-list-items-controls div:hover,
.hubhood-quote-list-items-controls div:hover {
        color: var(--hubhood-color);
}

.hubhood-price-list-items-controls div.fa-times,
.hubhood-quote-list-items-controls div.fa-times {
        color: #f36b6b;
        font-size: 16px;
}

.hubhood-price-list-items-controls div:before,
.hubhood-quote-list-items-controls div:before {
        font-weight: 600;
}

.job-manager-form fieldset.fieldset-job_business_bookings_third_party_service{
        border-top: 1px solid rgba(125,125,125,0.1);
        padding-top: 30px;
}

.hubhood-custom-location-fields .hubhood-boxed-fields-inner {
        border-top: 0;
        padding-top: 0;
        margin-top: 0;
}

.hubhood-boxed-fields-price-list .hubhood-boxed-fields-inner,
.hubhood-boxed-fields-quote-list .hubhood-boxed-fields-inner {
        border-top: 0;
        padding-top: 0;
}

.hubhood-price-list-add-category,
.hubhood-price-list-add-item,
.hubhood-quote-list-add-category,
.hubhood-quote-list-add-item,
.hubhood-rich-media-add-item {
        font-weight: 600;
        color: #252525;
}

.hubhood-price-list-add-category {
        display: inline-block;
        height: 46px;
}

.hubhood-price-list-add-category:before,
.hubhood-price-list-add-item:before,
.hubhood-quote-list-add-category:before,
.hubhood-quote-list-add-item:before,
.hubhood-rich-media-add-item:before {
        padding-right: 8px;
}

.hubhood-price-builder-categories-wrapper,
.hubhood-price-builder-category,
.hubhood-quote-builder-categories-wrapper,
.hubhood-quote-builder-category {
        display: inline-block;
}

.hubhood-price-builder-categories-wrapper,
.hubhood-quote-builder-categories-wrapper {
        display: block;
        margin-bottom: -20px;
}

.hubhood-price-builder-category,
.hubhood-quote-builder-category {
        position: relative;
        margin-right: 20px;
        margin-bottom: 20px;
        width: 100%;
        max-width: 300px;
        font-weight: 600;
}

.hubhood-price-builder-category[data-selected="selected"] input,
.hubhood-quote-builder-category[data-selected="selected"] input {
        border: 2px solid var(--hubhood-color);
        outline: transparent;
        color: var(--hubhood-color);
}

.hubhood-price-builder-category input,
.hubhood-quote-builder-category input {
        width: 100%;
        padding-right: 36px;
}

.hubhood-price-list-category-delete,
.hubhood-quote-list-category-delete {
        position: absolute;
        top: 9px;
        right: 0;
        color: #f36b6b;
        cursor:pointer;
        width: 40px;
        height: 44px;
        text-align: center;
        line-height: 44px;
        font-size: 16px;
        z-index: 1;
}

.hubhood-price-list-category-delete:before,
.hubhood-price-list-add-category:before,
.hubhood-price-list-add-item:before,
.hubhood-quote-list-category-delete:before,
.hubhood-quote-list-add-category:before,
.hubhood-quote-list-add-item:before,
.hubhood-rich-media-add-item:before {
        font-weight: 600;
        position: relative;
        top: -1px;
}

.job-manager-form fieldset.fieldset-job_business_booking_method {
        border-bottom: 0;
        padding-bottom: 0;
        margin-top: 30px;
}

.job-manager-form fieldset.fieldset-job_business_bookings_products_description {
        border-top: 1px solid #eee;
        margin-top: 30px;
        padding-top: 30px;
        border-bottom: 0;
        padding-bottom: 0;
        margin-bottom: 0;
}

.job-manager-form fieldset.fieldset-job_business_bookings_products_description label {
        padding: 0;
}

.job-manager-form .hubhood-boxed-fields-docs-external fieldset.fieldset-job_business_use_catalog_external,
.job-manager-form .hubhood-boxed-fields-label-customizer fieldset.fieldset-job_business_catalog_label,
.job-manager-form .hubhood-boxed-fields-label-customizer fieldset.fieldset-job_business_booking_label,
.job-manager-form .hubhood-boxed-fields-catalog-creator fieldset.fieldset-job_business_use_catalog_create,
.job-manager-form .hubhood-boxed-fields-catalog-gallery fieldset.fieldset-job_business_use_catalog_images {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: 0;
}

.hubhood-business-catalog-fields fieldset[class*="fieldset-job_business_document_"],
.hubhood-business-quote-fields fieldset[class*="fieldset-job_business_document_"] {
        display: block;
}

.hubhood-replicate-day-all {
        position: relative;
        display: inline-block;
        margin-bottom: 5px;
}

.hubhood-hours-table-wrapper select,
.hubhood-hours-operation select {
        position: relative;
        margin-top: 5px;
        margin-left: 5px;
        left: -5px;
        top: -2px;
}

.hubhood-hours-operation tr {
        height: 50px;
}

.hubhood-hours-operation tr:nth-child(odd),
.hubhood-hours-table-wrapper tr:nth-child(odd) {
        background-color: #fafafa;
}

.hubhood-multiple-hours-plus.fa-plus:before {
        content: "\f055";
        font-weight: 600;
        font-size: 20px;
}

.hubhood-multiple-hours-minus.fa-minus:before {
        content: "\f056";
        font-weight: 600;
        font-size: 20px;
        position: relative;
        left: -2px;
}

.hubhood-hours-table-wrapper,
.hubhood-boxed-fields-wrapper {
        margin-top: -17px;
        margin-bottom: 22px;
}

.hubhood-business-social-network-fields ~ p {
        margin-top: 30px;
}

.job-manager-form .hubhood-boxed-fields-wrapper fieldset:last-child,
.job-manager-form fieldset.hubhood-remove-fieldset-border-bottom {
        margin-bottom: 0;
        border-bottom: 0;
        padding-bottom: 0;
}

.fieldset-job_customlocation {
        display: none;
}

.fieldset-job_customlocation.hubhood-unhide {
        display: block;
}

.job-manager-form .hubhood-boxed-fields-wrapper fieldset.fieldset-job_business_bookings_third_party_service {
        margin-top: 30px;
}

.hubhood-listing-widget-content .hubhood-hours-table-wrapper {
        margin-top: 0;
        margin-bottom: 0;
}

.hubhood-listing-widget-content .hubhood-business-start-time-field {
        border-left: 0;
        border-right: 0;
}

.hubhood-listing-widget-content .hubhood-business-day {
        border-left: 0;
        border-right: 0;
}

.hubhood-listing-widget-content .hubhood-hours-table-wrapper table tr:first-child td {
        border-top: 0;
        padding-top: 0;
}

.hubhood-listing-widget-content .hubhood-hours-table-wrapper table tr:last-child td {
        border-bottom: 0;
        padding-bottom: 0;
}

.hubhood-listing-widget-content .hubhood-hours-table-wrapper table tr td {
        padding: 18px 20px 18px 0;
}

.hubhood-listing-widget-content .hubhood-hours-table-wrapper table tr td + td {
        padding: 8px 0;
        text-align: right;
}

article .hubhood-hours-table-wrapper table {
        margin: 0;
}

.hubhood-hours-table-wrapper .hubhood-business-day span {
        display: inline-block;
        vertical-align: middle;
}

.hubhood-price-range-fields input,
.fieldset-job_priceaverage input,
.job-manager-form fieldset.fieldset-job_priceaverage input.input-text {
        border-radius: 4px;
        height: 44px;
        width: 80px;
        padding: 12px 15px;
}

.hubhood-price-range-symbol,
.hubhood-price-average-symbol {
        margin-left: 4px;
        margin-right: 4px;
}

.hubhood-price-range-separator {
        margin-left: 10px;
        margin-right: 10px;
}

#job_pricerange {
        display: none;
}

.hubhood-listing-price-range {
        position: relative;
        background-color: rgb(35,40,45);
        color: #ffffff;
}

.hubhood-listing-price-range > .hubhood-listing-price-range-title,
.hubhood-listing-price-range > .hubhood-listing-price-range-value {
        display: inline-block;
        position: relative;
        left: 0;
        width: auto;
        display: inline-block;
        position: relative;
        float: right;
        top: auto;
        bottom: auto;
        right: auto;
        left: auto;
}

.hubhood-listing-price-range > .hubhood-listing-price-range-title {
        float: left;
        height: 40px;
        font-size: 16px;
        line-height: 40px;
        margin: 0;
        white-space: nowrap;
}

.hubhood-listing-price-range > .hubhood-listing-price-range-value {
        float: right;   
        padding: 8px 20px;
        border-radius: 23px;
        margin-left: 15px;
        background-color: #ffffff;
        color: #252525;
}

.hubhood-single-listing-pricing-range-squared .hubhood-listing-price-range > .hubhood-listing-price-range-value {
        border-radius: 8px;
}

.hubhood-listing-price-range .hubhood-listing-price-range-value > div {
        line-height: 1.78;
        display: inline-block;
}

.hubhood-listing-price-range .hubhood-listing-price-range-value span {
        position: relative;
        font-weight: 400;
        display: inline-block;
        margin-right: 2px;
        line-height: 1;
}

.hubhood-listing-price-range .hubhood-listing-price-range-value span:first-child + div {
        display: inline-block;
        white-space: nowrap;
}

.hubhood-listing-price-range .hubhood-listing-price-range-value span:first-child + div > span {
        margin-right: 2px;
        margin-left: 2px;
}

a.button-social-login,
.widget-area a.button-social-login {
        background-color: #fff;
        color: var(--hubhood-color);
        border: 0;
        border: 0;
        box-shadow: 0 0 30px rgba(0,0,0,0.20);
        border-radius: 8px;
        margin: 0 3px 0 3px;
        padding: 2px 8px;
}

a.button-social-login .si {
        margin: 0;
}

#job-manager-job-dashboard table ul.job-dashboard-actions li:after {
        content: none;
}

.hubhood-card-ribbons {
        display   : flex;
        flex-wrap : wrap;
        flex-flow : wrap-reverse;
        max-width : calc(100% - 55px);
}

.hubhood-card-ribbons {
        max-width : 100%;
}

.hubhood-hide-cards-data-ribbons .hubhood-listing-card .hubhood-card-ribbons .hubhood-pricing-ribbon,
.hubhood-hide-cards-data-ribbons .hubhood-listing-card .hubhood-card-ribbons .hubhood-open-or-closed {
        display: none;
}

.hubhood-design-1-b-2-3-c-6-b-16-e .hubhood-listing-card .hubhood-featured-ribbon-ended,
.hubhood-design-1-b-2-3-c-6-b-16-e .hubhood-listing-card .hubhood-featured-ribbon.hubhood-featured-ribbon-ongoing,
.hubhood-design-1-b-2-3-c-6-b-16-e .hubhood-listing-card .hubhood-featured-ribbon.hubhood-featured-ribbon-upcoming,
.hubhood-design-1-b-2-3-c-6-b-16-e .hubhood-listing-card .hubhood-listing-card-title-wrapper .hubhood-featured-ribbon.hubhood-pricing-ribbon,
.hubhood-design-1-b-2-3-c-6-b-16-e .hubhood-listing-card .hubhood-listing-card-title-wrapper .hubhood-card-ribbons,
.hubhood-design-1-b-2-3-c-6-b-16-e .hubhood-listing-card .hubhood-card-ribbons .hubhood-featured-ribbon.hubhood-open-or-closed,
.hubhood-design-1-b-2-3-c-6-b-16-e .hubhood-listing-card .hubhood-card-ribbons .hubhood-featured-ribbon.hubhood-pricing-ribbon,
.hubhood-design-1-b-2-3-c-11-b .hubhood-listing-card .hubhood-card-ribbons .hubhood-featured-ribbon.hubhood-pricing-ribbon,
.hubhood-design-1-b-2-3-c-21-f .hubhood-listing-card  .hubhood-listing-card-title-wrapper .hubhood-featured-ribbon.hubhood-pricing-ribbon,
.hubhood-design-1-b-2-3-c-21-f .hubhood-listing-card .hubhood-listing-card-title-wrapper .hubhood-featured-ribbon.hubhood-open-or-closed {
        display: none;
}

.hubhood-design-1-b-2-3-c-11-b .hubhood-listing-card .hubhood-card-ribbons .hubhood-featured-ribbon.hubhood-pricing-ribbon.hubhood-pricing-ribbon-symbols {
        display: inline-block;
}

.hubhood-design-1-b-2-3-c-6-b-16-e .hubhood-listing-card .hubhood-featured-ribbon-ended.hubhood-tiny-featured-ribbon,
.hubhood-design-1-b-2-3-c-6-b-16-e .hubhood-listing-card .hubhood-featured-ribbon.hubhood-featured-ribbon-ongoing.hubhood-tiny-featured-ribbon,
.hubhood-design-1-b-2-3-c-6-b-16-e .hubhood-listing-card .hubhood-featured-ribbon.hubhood-featured-ribbon-upcoming.hubhood-tiny-featured-ribbon {
        display: inline-block;
}

.hubhood-design-1-b-2-3-c-21-f .hubhood-listing-card .hubhood-listing-card-title-wrapper .hubhood-card-ribbons {
        margin-bottom: 15px;
}

.product .hubhood-card-ribbons {
        max-width: 100%;
}

.hubhood-featured-ribbon {
        opacity          : 1;
        border-radius    : 4px;
        padding          : 2px 12px 2px 12px;
        display          : inline-block;
        font-size        : 12px;
        margin-right     : 4px;
        margin-top       : 4px;
        font-weight      : 600;
        color            : #252525;
        background-color : #fff;
}

.hubhood-style-ribbon-edges-rounded .hubhood-featured-ribbon {
        border-radius    : 40px;
}

.hubhood-card-ribbons .hubhood-featured-ribbon {
        background-color : rgba(255, 255, 255, 0.2);
        color            : #fff;
        font-size        : 13px;
        font-weight      : 500;
        padding          : 0 11px;
        line-height      : 30px;
        text-shadow      : 1px 1px 0 rgba(0, 0, 0, 0.4);
        box-shadow       : 0 0 8px rgba(0, 0, 0, 0.3);
}

.hubhood-card-ribbons .hubhood-pricing-ribbon-pct {
        background-color: var(--hubhood-color);
}

.hubhood-card-ribbons .hubhood-featured-ribbon {
        min-width: 30px;
        min-height: 30px;
        vertical-align: bottom;
        text-align: center;
        white-space: nowrap;
}

.hubhood-hide-open-closed .hubhood-open-or-closed,
.hubhood-hide-open-closed .hubhood-open-closed-card-dot {
        display: none !important;
}

.hubhood-featured-ribobn-content-text .hubhood-card-ribbons .hubhood-featured-ribbon:not(.hubhood-pricing-ribbon):not(.hubhood-pricing-ribbon-map):not(.hubhood-featured-ribbon-ended):not(.hubhood-featured-ribbon-ongoing):not(.hubhood-featured-ribbon-upcoming):not(.hubhood-open-or-closed):not(.hubhood-woo-card-ribbon):before {
        display: none;
}

.hubhood-featured-ribobn-content-icon .hubhood-card-ribbons .hubhood-featured-ribbon:not(.hubhood-pricing-ribbon):not(.hubhood-pricing-ribbon-map):not(.hubhood-featured-ribbon-ended):not(.hubhood-featured-ribbon-ongoing):not(.hubhood-featured-ribbon-upcoming):not(.hubhood-open-or-closed):not(.hubhood-woo-card-ribbon) {
        font-size: 0;
        padding-right: 6px;
}

.hubhood-featured-ribobn-content-icon .hubhood-card-ribbons .hubhood-featured-ribbon:not(.hubhood-pricing-ribbon):not(.hubhood-pricing-ribbon-map):not(.hubhood-featured-ribbon-ended):not(.hubhood-featured-ribbon-ongoing):not(.hubhood-featured-ribbon-upcoming):not(.hubhood-open-or-closed):not(.hubhood-woo-card-ribbon):before {
        font-size: 12px;
}

.hubhood-featured-ribbon.hubhood-tiny-featured-ribbon {
        position: absolute;
        background-color: #fff;
        color: #252525;
        z-index: 4;
        line-height: 1;
        left: 50%;
        transform: translate(-50%);
        margin: 0;
        top: -4px;
        box-shadow: 0 0 10px rgb(0 0 0 / 15%);
        text-shadow: none;
        font-weight: 700;
}

.page-content .hubhood-featured-ribbon.hubhood-tiny-featured-ribbon {
        color: #252525;        
}

.hubhood-design-1-b-2-3-c-6-b-16-e-a .hubhood-featured-ribbon.hubhood-tiny-featured-ribbon {
        top: -7px;
}

.hubhood-featured-ribbon.hubhood-featured-ribbon-ongoing:before,
.hubhood-featured-ribbon.hubhood-featured-ribbon-upcoming:before,
.hubhood-featured-ribbon.hubhood-featured-ribbon-ended:before {
        display: inline-block !important;
        font-size: 8px;
        width: 15px;
        position: relative;
        top: -1px;
}

.hubhood-featured-ribbon.fa-circle.hubhood-featured-ribbon-ongoing:before {
        color: var(--hubhood-color);
}

.hubhood-featured-ribbon.fa-circle.hubhood-featured-ribbon-ended:before {
        opacity: 0.4;
}

.hubhood-single-post-header-categories .hubhood-featured-ribbon,
.hubhood-listig-card-design-2 .hubhood-featured-ribbon,
.hubhood-design-5 .hubhood-featured-ribbon {
        min-height: 30px;
        text-align: center;
        padding: 1px 12px 1px 12px;
        line-height: 1.83;
        font-size: 15px;
        line-height: 2;
        font-weight: 500;
}

.page-content .hubhood-design-5-b-4-5 .hubhood-featured-ribbon,
.hubhood-design-5-b-4-5 .hubhood-featured-ribbon,
.page-content .hubhood-design-5-b-6 .hubhood-featured-ribbon,
.hubhood-design-5-b-6 .hubhood-featured-ribbon,
.page-content .hubhood-design-5-b-4-2-l .hubhood-featured-ribbon,
.hubhood-design-5-b-4-2-l .hubhood-featured-ribbon {
        padding: 0;
        background-color: transparent;
        color: #252525;
        text-shadow: none;
        min-height: 0;
}

.hubhood-design-5-b-4-2-l .hubhood-featured-ribbon {
        font-weight: 600;
        text-transform: uppercase;
        font-size: 13px;
}

.hubhood-design-5-b-4-2-l .hubhood-featured-ribbon,
.hubhood-design-5-b-6 .hubhood-featured-ribbon {
        opacity: 0.5;
}

.hubhood-design-5-b-6 .hubhood-card-date {
        border: 0;
}

.hubhood-design-5-b-a .hubhood-listing-card-title {
        margin-bottom: 0;
        line-height: 34px;
        max-height: 68px;
}

.hubhood-design-5-b-4-2-n .hubhood-listing-card-title,
.hubhood-design-5-b-a-3 .hubhood-listing-card-title {
        margin-bottom: 5px;
        line-height: 34px;
        max-height: 68px;
}

.hubhood-design-5-b-4-2-o .hubhood-meta-card-footer {
        opacity: 0.8;
        margin-bottom: 10px;
}

.hubhood-design-5-b-4-2-o .hubhood-card-date {
        border: 0;
        background: transparent;
}

.hubhood-design-5-b-4-2-o .hubhood-card-meta *:before,
.page-content .hubhood-design-5-b-4-2-o .hubhood-meta-card-footer .hubhood-card-meta-content,
.page-content .hubhood-design-5-b-4-2-o .hubhood-meta-card-footer .hubhood-card-meta-content a,
.hubhood-design-5-b-4-2-o .hubhood-card-content-excerpt,
.hubhood-design-5-b-4-2-o .hubhood-read-more {
        color: #fff;
        text-shadow: 1px 1px 0 rgba(0,0,0,0.6);
}

.hubhood-design-5-b-4-2-o .hubhood-listing-card-title-wrapper {
        margin-bottom: 18px;
        margin-top: -8px;
}

.hubhood-design-5-b-4-2-o .hubhood-card-content-data-excerpt {
        margin-top: 15px;
        opacity: 0.8;
}

.hubhood-design-5-b-4-2-q .hubhood-card-cover .hubhood-featured-ribbon {
        background-color: var(--hubhood-color);
}

.hubhood-design-5-b-a-2 .hubhood-terms-inner > .row > .hubhood-default-post:first-child,
.hubhood-design-5-b-a-3 .hubhood-terms-inner > .row > .hubhood-default-post:first-child {
        width: 50%;
}

.hubhood-design-5-b-a-2 .hubhood-terms-inner > .row > .hubhood-default-post:first-child ~ div,
.hubhood-design-5-b-a-3 .hubhood-terms-inner > .row > .hubhood-default-post:first-child ~ div {
        width: 25%;
}

.hubhood-design-5-b-a-2 .hubhood-listing-card-title,
.hubhood-design-5-b-a-3 .hubhood-listing-card-title {
        padding-right: 0;
}

.hubhood-design-5-b-a-3 .hubhood-listing-card.sticky:before {
        border: 0;
}

.hubhood-design-5-b-a .hubhood-featured-ribbon,
.page-content .hubhood-design-5-b-a .hubhood-featured-ribbon {
        color: #fff;
        text-shadow: 1px 1px 0 rgba(0,0,0,0.9);
        opacity: 0.8;
        font-weight: 500;
        margin-bottom: 5px;
}

.hubhood-design-5-b-a .hubhood-card-cover .hubhood-card-data-block-wrapper-2 {
        position: relative;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
}

.hubhood-design-5-b-a .hubhood-card-data-block-wrapper-1 {
        bottom: 24px;
}

.hubhood-design-5-b-4-2-m .hubhood-card-content .hubhood-card-content {
        padding-top: 30px;
}

.hubhood-design-5-b-4-5 .hubhood-card-content .hubhood-card-content .hubhood-card-data-block-wrapper-2 {
        margin-bottom: -5px;
}

.hubhood-single-post-header-categories .hubhood-featured-ribbon {
        font-size: 16px;
        font-weight: 600;
        font-size: 16px;
}

.hubhood-card-ribbons .hubhood-pricing-ribbon {
        padding-left: 11px;
        padding-right: 9px;
        font-weight: 600;
}

.product .hubhood-card-ribbons .hubhood-featured-ribbon {
        font-size: 15px;
        text-transform: none;
        background: #fff;
        color: #000;
        text-shadow: none;
}

.hubhood-card-ribbons .hubhood-featured-ribbon * {
        color            : #fff;
}

.hubhood-card-ribbons .hubhood-featured-ribbon span {
        padding-top: 1px;
}

.product .hubhood-card-ribbons .hubhood-featured-ribbon * {
        color: #000;
}

.hubhood-featured-ribbon:before {
        position      : relative;
        line-height   : 0;
        top           : 0;
        padding-right : 4px;
}

.hubhood-featured-ribbon.fa-clock:before {
        padding-right : 6px;
}

.hubhood-updating-hours span {
        display: none;
}

.hubhood-updating-hours:before {
        display: none;
}

.hubhood-updating-hours {
        width: 30px;
}

.hubhood-updating-hours:after {
        position: absolute;
        font-family: FontAwesome;
        content: "\f1ce";
        left: 7px;
        top: 0;
        font-size: 16px;
        color: #fff;
        opacity: 1;
        -webkit-text-stroke-width: 0.001em;
        -webkit-animation: fa-spin 2s infinite linear;
        animation: fa-spin 2s infinite linear;        
}

.hubhood-open-closed-card-dot.hubhood-updating-hours:after {
        left: 11px;
        top: 1px;
}

.hubhood-listing-opening-widget .hubhood-updating-hours:after {
        color: inherit;
}

.hubhood-featured-ribbon.hubhood-ad-ribbon {
        color            : #fff;
        text-shadow      : 1px 1px 0 rgba(0, 0, 0, 1);
        background-color : var(--hubhood-color);
        box-shadow       : 0 0 3px rgba(0, 0, 0, 0.2), 0 0 30px rgba(0, 0, 0, 0.7);
}

.hubhood-featured-ribbon.hubhood-ad-ribbon:before {
        position      : relative;
        top           : -1px;
        padding-right : 4px;
        box-shadow    : 0 0 30px rgba(0, 0, 0, 0.3);
        text-shadow   : 1px 1px 0 rgba(0, 0, 0, 1);
}

/**** End Theme Generic Defaults *****/


/* Buttons */

.hubhood-button,
.wp-block-button__link,
.woocommerce button.button,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button, 
.woocommerce input.button,

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled[disabled],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled[disabled],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled[disabled],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:disabled[disabled] {
        cursor           : pointer;
        font-size        : 16px;
        font-weight      : 500;
        text-decoration  : none;
        display          : inline-block;
        padding          : 3px 21px;
        color            : #fff;
        border-radius    : 4px;
        background-color : rgba(15, 20, 25, 1);
        line-height      : 1.875;
        border: 4px solid transparent;
}

.is-style-outline > :where(.wp-block-button__link),
:where(.wp-block-button__link).is-style-outline {
        border: 2px solid #353535;
}

.wp-block-button__link {
        padding: 8px 21px;
        line-height: 1.5;
        border-radius: 25px;
}

.is-style-squared .wp-block-button__link,
.wp-block-button__link.is-style-squared {
        border-radius: 0;
}

.hubhood-button * {
        line-height: 1.875;
}

button.hubhood-button,
.button.hubhood-button {
        font-weight      : 500;
}

.hubhood-button.disabled {
        cursor : default;
}

.hubhood-button.hubhood-button-transparent-hover:not(.disabled):hover {
        background-color : transparent;
        opacity          : 0.7;
}

.hubhood-search-keywords.hubhood-search-keywords-single-listing .hubhood-button.hubhood-more-suggestions-button,
.hubhood-search-keywords.hubhood-search-keywords-single-listing .hubhood-button.hubhood-more-suggestions-button:hover {
        background-color : rgba(25, 30, 35, 1);
}

.hubhood-color-button.hubhood-color-button-default,
.hubhood-button:not(.disabled):not(.hubhood-button-light):hover {
        text-shadow : 1px 1px 0 rgb(0, 0, 0, 0.5);
}

.hubhood-button.hubhood-button-outline {
        background : #fff;
        color      : #252525;
        box-shadow : none;
        border     : 4px solid #252525;
        padding    : 2px 25px;
}

.hubhood-button.hubhood-button-outline.hubhood-button-outline-light-grey-border {
        border: 4px solid #e9e9e9;
        padding-top: 3px;
        padding-bottom: 3px;
}

.hubhood-search-geolocation-button-editor {
        color: #252525;
        position: absolute;
        top: 35px;
        left: 56px;
        width: 24px;
        height: 24px;
        line-height: 27px;
        background: #fff;
        border-radius: 50px;
        border: 2px solid var(--hubhood-color);
        cursor: pointer;
        z-index: 5055555;
        text-align: center;
}

.hubhood-workers-section .hubhood-search-geolocation-button-editor,
[data-listing-type-slug="workers"] .hubhood-search-geolocation-button-editor,
[data-listing-type-slug="articles"] .hubhood-search-geolocation-button-editor,
[data-listing-type-slug="products"] .hubhood-search-geolocation-button-editor {
        display: none !important;
}

.hubhood-search-geolocation-button-editor:before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        display: inline-block;
        width: 6px;
        height: 6px;
        border-radius: 10px;
        background-color: var(--hubhood-color);
}

.hubhood-button.hubhood-button-outline.hubhood-button-outline-light-grey {
        color  : #bbb;
        border : 4px solid rgba(125, 125, 125, 0.15)
}

.hubhood-button.hubhood-button-outline.hubhood-button-outline-light-grey.hubhood-button-outline-light-grey-hover:hover {
        color            : #252525;
        background-color : #ccc;
        text-shadow      : none !important;
}

.hubhood-button.hubhood-button-outline.hubhood-button-outline-light-grey.hubhood-button-outline-light-red-hover:hover {
        background : rgb(132 43 43);
        color      : #fff;
}

.hubhood-button-grey {
        background-color : rgba(125, 125, 125, 0.4);
}

.hubhood-button-grey-light {
        border           : 4px solid transparent;
        background-color : rgba(125, 125, 125, 0.093);
}

.hubhood-button-tiny-border {
        border-width : 3px !important;
}

.hubhood-button.hubhood-button-light,
.hubhood-button.hubhood-white-button,
.page-content .hubhood-button.hubhood-button-light {
        background  : #fff;
        color       : #252525;
        box-shadow  : 6px 6px 30px rgb(0 0 0 / 10%), 6px 6px 5px rgb(0 0 0 / 5%);
        box-shadow  : none;
        border      : 4px solid #eee;
        text-shadow : none;
        padding     : 3px 21px;
}

.hubhood-button.hubhood-white-button:not(.disabled):not(.hubhood-button-light):hover {
        background  : #fff !important;
        border: 4px solid #fff !important;
        text-shadow: none;
        opacity: 0.8;
        color: #252525;
}



.hubhood-button.hubhood-button-transparent,
.page-content .hubhood-button.hubhood-button-transparent {
        background  : rgba(125,125,125,0.3);
        color       : #fff;
        box-shadow  : 6px 6px 30px rgb(0 0 0 / 10%), 6px 6px 5px rgb(0 0 0 / 5%);
        border      : 4px solid transparent;
        text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
        padding     : 3px 21px;
}

.hubhood-button.hubhood-button-dark,
.page-content .hubhood-button.hubhood-button-dark {
        background  : rgb(25,30,35);
        color       : #fff;
        box-shadow  : 6px 6px 30px rgb(0 0 0 / 10%), 6px 6px 5px rgb(0 0 0 / 5%);
        border      : 4px solid transparent;
        text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
        padding     : 3px 21px;
}

.page-content .hubhood-pricing-table .hubhood-term-link:hover ~ .hubhood-button {
        background-color: var(--hubhood-color);
        color: #fff;
        border: 4px solid transparent;
        text-shadow: 1px 1px 0 rgb(0 0 0 / 35%);
}

.hubhood-listing-widget-dark .hubhood-button.hubhood-button-light.hubhood-map-button-directions {
        background: transparent;
        color: #fff;
        border: 4px solid transparent;
        background-color: rgb(25,30,35);
}

.hubhood-listing-widget-dark .leaflet-marker-icon {
        box-shadow: 0 0 50px rgb(255 255 255 / 10%);
}

.hubhood-listing-widget-dark .leaflet-marker-icon:not(.leaflet-cluster):before {
        background-color: rgb(255,255,255,0.4);
        box-shadow: 0 0 20px rgb(0 0 0 / 100%);
}

.hubhood-button.hubhood-button-light.hubhood-button-award {
        box-shadow : 6px 6px 30px rgb(0 0 0 / 10%), 6px 6px 5px rgb(0 0 0 / 5%);
        border     : 4px solid transparent;
        cursor     : default;
}

.hubhood-awards-section .hubhood-button.hubhood-button-transparent-hover.hubhood-button-award:not(.disabled):hover {
        cursor           : default;
        background-color : rgba(20, 25, 30, 1);
}

.hubhood-button.hubhood-button-light.hubhood-button-award:hover {
        color : #252525;
}

.hubhood-button.hubhood-button-color {
        color            : #fff;
        text-shadow      : 1px 1px 0 rgba(0, 0, 0, 0.2);
        border           : 4px solid transparent;
        background-color : var(--hubhood-color);
        padding          : 3px 25px;
        font-weight: 600;
}

.hubhood-listing-widget-theme-color.hubhood-dark-background .hubhood-button.hubhood-button-color {
        color            : #252525;
        text-shadow      : none;
        border           : 4px solid transparent;
        background-color : #fff;
}

.hubhood-button.hubhood-force-button-color-light,
.page-content .hubhood-button.hubhood-force-button-color-light {
        background  : #fff;
        color       : #252525;
        box-shadow  : 6px 6px 30px rgb(0 0 0 / 10%), 6px 6px 5px rgb(0 0 0 / 5%);
        box-shadow  : none;
        border      : 4px solid #eee;
        text-shadow : none;
}


.hubhood-button.hubhood-force-button-color-dark,
.page-content .hubhood-button.hubhood-force-button-color-dark {
        background  : rgb(25,30,35);
        color       : #fff;
        box-shadow  : 6px 6px 30px rgb(0 0 0 / 10%), 6px 6px 5px rgb(0 0 0 / 5%);
        border      : 4px solid transparent;
        text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}

.hubhood-button.hubhood-force-button-color-light:hover,
.page-content .hubhood-button.hubhood-force-button-color-light:hover,
.hubhood-button.hubhood-force-button-color-dark:hover,
.page-content .hubhood-button.hubhood-force-button-color-dark:hover {
        background-color: var(--hubhood-color);
        color: #fff;
        border: 4px solid transparent;
        text-shadow: 1px 1px 0 rgb(0 0 0 / 35%);
}

.hubhood-button.hubhood-force-button-color-custom:hover {
        background-color: var(--hubhood-color) !important;
        color: #fff !important;
        border: 4px solid rgba(0,0,0,0.08) !important;
        text-shadow: 1px 1px 0 rgb(0 0 0 / 35%) !important;
}

.hubhood-custom-background .hubhood-button.hubhood-button-light.hubhood-button:not(.disabled):hover {
        border: 4px solid rgba(0,0,0,0.08) !important;
}

.hubhood-cards-wrapper-background-color {
        content: "";
        position: absolute;
        display: block;
        box-shadow: 15px 15px 30px rgb(0 0 0/15%);
        z-index: 0;
}

.hubhood-button-hidden-icon {
        overflow: hidden;
}

.hubhood-button.hubhood-button-color.hubhood-button-hidden-icon:hover,
.hubhood-button.hubhood-button-color.hubhood-button-hidden-icon.hubhood-loading-search {
        color: transparent;
        text-shadow: none;
}

.hubhood-button.hubhood-button-color.hubhood-button-hidden-icon:before,
.hubhood-button.hubhood-button-color.hubhood-button-hidden-icon.hubhood-loading-search:before {
        position:  absolute;
        font-family : FontAwesome;
        content     : "\f178";
        font-size   : 0;
        height      : 0;
        line-height : 0;
        display     : inline-block;
        top         : 18px;
        left: 50%;
        font-weight : 300;
        transform   : translate(-150px);
        color            : #fff;
        text-shadow      : 1px 1px 0 rgba(0, 0, 0, 0.2);
        -webkit-text-stroke-width: 0.001em;
}

.hubhood-button.hubhood-button-color.hubhood-button-hidden-icon.hubhood-reset-form:before {
        content     : "\f2ed";
}

.hubhood-listing-widget-theme-color.hubhood-dark-background .hubhood-button.hubhood-button-color.hubhood-button-hidden-icon:before,
.hubhood-listing-widget-theme-color.hubhood-dark-background .hubhood-button.hubhood-button-color.hubhood-button-hidden-icon.hubhood-loading-search:before {
        color            : var(--hubhood-color);
        text-shadow      : none;
}

.hubhood-button.hubhood-button-color.hubhood-button-hidden-icon:hover:before,
.hubhood-button.hubhood-button-color.hubhood-button-hidden-icon.hubhood-loading-search:before {
        font-size : 24px;
        transform : translate(-10px);
        line-height: 0;
}

.hubhood-button.hubhood-button-color.hubhood-button-hidden-icon.hubhood-loading-search:before {
        content: "\f1ce";
}

.hubhood-button-light.hubhood-button-outline {
        background : transparent;
        color      : #fff;
        box-shadow : none;
        border     : 4px solid #fff;
}

.hubhood-hero-buttons-wrapper .hubhood-button-light.hubhood-button-outline {
        border     : 3px solid #fff;
        padding: 6px 21px;
}

.hubhood-hero-buttons-wrapper .hubhood-button-light.hubhood-button-outline:hover {
        border     : 3px solid transparent !important;
}

.hubhood-button-light.hubhood-button-outline.hubhood-button-outline-light-border {
        border : 4px solid rgba(255, 255, 255, 0.25);
}

.hubhood-dark-grey-button {
        border           : 4px solid transparent;
        background-color : rgba(255, 255, 255, 0.05);
        box-shadow       : 0 0 40px rgba(0, 0, 0, 0.2);
        padding          : 3px 25px;
}

.hubhood-button:before {
        -webkit-text-stroke-width : 0.03em;
}

.hubhood-button.hubhood-button-grey-light-basic-hover:before {
        -webkit-text-stroke-width : 0.006em;
}

.hubhood-button.fas:before {
        -webkit-text-stroke-width : 0.001em;
}

.hubhood-search-geolocate-button:before,
.hubhood-search-filter-button:before,
.hubhood-more-suggestions-button:before,
.hubhood-search-button:before {
        -webkit-text-stroke-width : 0.001em;
}

.hubhood-button-light.hubhood-button-outline.hubhood-button-tiny-border {
        border : 2px solid #fff;
}

.hubhood-button-light.hubhood-button-outline.hubhood-button-tiny-border,
.hubhood-action-buttons .hubhood-button.hubhood-button-light.hubhood-no-text-button,
.hubhood-action-buttons .hubhood-no-text-button {
        padding : 4px 21px;

}

.hubhood-button-light.hubhood-button-outline.hubhood-button-tiny-border:not(.disabled):hover {
        border : 3px solid transparent !important;
}

.hubhood-listing-card-icon.hubhood-button-transparent-border,
.hubhood-button.hubhood-button-transparent-border {
        border : 4px solid transparent !important;
}

body .hubhood-button-white-border {
        border : 4px solid#fff !important;
}

.hubhood-color-button.hubhood-color-button-default,
.hubhood-button:not(.disabled):hover,
.hubhood-button.hubhood-button-outline:not(.disabled):hover,
.hubhood-dark-background .hubhood-button.hubhood-button-light:not(.disabled):hover {
        color            : #fff;
        background-color : var(--hubhood-color);
}


.hubhood-button.hubhood-button-outline.hubhood-button-light:not(.disabled):hover {
        color            : #252525;
        background-color : #fff;
        text-shadow      : none;
}

.hubhood-button.hubhood-light-hover:not(.disabled):hover {
        background-color : #fff;
        color            : #252525;
        text-shadow      : none;
}

.hubhood-button.hubhood-button-grey-light-basic-hover:not(.disabled):hover {
        background-color : rgba(125, 125, 125, 0.18);
        color            : #fff;
}

.hubhood-button.hubhood-button-outline:not(.disabled):hover,
.hubhood-button.hubhood-button-light.hubhood-button:not(.disabled):hover,
.hubhood-dark-background .hubhood-button.hubhood-button-light:not(.disabled):hover {
        border : 4px solid transparent;
}

.hubhood-button.hubhood-button-outline:not(.disabled):not(.hubhood-button-light-basic-hover):hover,
.hubhood-button.hubhood-button-light.hubhood-button:not(.disabled):not(.hubhood-button-light-basic-hover):hover,
.hubhood-dark-background .hubhood-button.hubhood-button-light:not(.disabled):not(.hubhood-button-light-basic-hover):hover {
        text-shadow : 1px 1px 0 rgba(0, 0, 0, 0.12);
}



.hubhood-button.hubhood-button-outline:not(.disabled):not(.hubhood-button-light-basic-hover):hover:before,
.hubhood-button.hubhood-button-light.hubhood-button:not(.disabled):not(.hubhood-button-light-basic-hover):hover:before,
.hubhood-dark-background .hubhood-button.hubhood-button-light:not(.disabled):not(.hubhood-button-light-basic-hover):hover:before {
        text-shadow : 1px 1px 0 rgb(0 0 0 / 1%), 2px 2px 0px rgb(0 0 0 / 12%);
}

.hubhood-button.hubhood-button-light.hubhood-button.hubhood-button-light-basic-hover:not(.disabled):hover,
.hubhood-dark-background .hubhood-button.hubhood-button-light.hubhood-button-light-basic-hover:not(.disabled):hover {
        border : 4px solid #ededed;
}

.hubhood-button.hubhood-button-light.hubhood-button.hubhood-button-light-basic-hover.hubhood-more-suggestions-button:not(.disabled):hover,
.hubhood-dark-background .hubhood-button.hubhood-button-light.hubhood-button-light-basic-hover.hubhood-more-suggestions-button:not(.disabled):hover {
        border : 0;
}

.hubhood-suggestions-overlay-button {
        position   : absolute;
        display    : none;
        right      : 0;
        top        : 0;
        width      : 78px;
        height     : 90px;
        z-index    : 2;
        box-shadow : -64px 0 20px #fff inset, -54px 0 0 #fff inset;
}

.hubhood-search-box-full .hubhood-buttons-search {
        margin : 0;
        right  : 0;
}

.hubhood-search-box-full .hubhood-search-icon {
        margin : 21px 0;
        transition: transform 0.5s;
        transform: rotate(0);
}

.hubhood-search-button-inline {
        position     : relative;
        display      : inline-block;
        margin-right : 20px;
}

body .hubhood-search-workers-section .hubhood-search-submit {
        background-color: #252525 !important;
        color: #fff !important;
        box-shadow: none !important;
}

.hubhood-buttons-search {
        color: #252525;
}

.hubhood-buttons-search select ~ label {
        display: none;
}

.hubhood-select2-no-val ~ .select2 .select2-search.select2-search--inline {
        width: 100%;
}

.hubhood-search-geolocate-button.hubhood-no-text-button:before,
.hubhood-search-filter-button.hubhood-no-text-button:before {
        width : 44px;
}

.hubhood-iconized-button.hubhood-search-button {
        margin-right : 0;
}

.job-manager-form fieldset .account-sign-in .button {
        min-width: 144px;
        margin-left: 15px;
        margin-right: 15px;
}

.job-manager-form fieldset.fieldset-login_required .account-sign-in .button {
        margin: 0;
}

.job-manager-form fieldset .account-sign-in .button:before {
        font-family   : FontAwesome !important;
        content: "\f090";
        -webkit-text-stroke-width: 0.02em;
        text-shadow: rgba(0, 0, 0, 0.3) 2px 2px 0px;
        padding-right: 24px;
        font-size: 18px;
        top: -2px;
}

.hubhood-iconized-button:before,
a.button:before {
        position      : relative;
        top           : -1px;
        font-size     : 17px;
        padding-right : 5px;
        text-shadow      : 1px 1px 0 rgba(0, 0, 0, 0.12);
}

.hubhood-call-to-action-content .hubhood-iconized-button:before {
        text-shadow: none;
        font-size: 22px;
        -webkit-text-stroke-width: 0.01em;
}

.hubhood-call-to-action-content .hubhood-iconized-button:hover:before {
        text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.6), 2px 2px 0px rgba(0, 0, 0, 0.12);
}

.hubhood-signin-form-heading .hubhood-iconized-button:before,
.hubhood-add-listing-main-menu .hubhood-iconized-button:before,
.hubhood-search-geolocate-button:before {
        text-shadow: none;
}

.hubhood-iconized-button.hubhood-iconized-button-icon-above:before {
        display    : block !important;
        padding    : 10px 0 0 0;
        text-align : center;
}

.hubhood-search-geolocate-button:before {
        font-size : 28px;
}

.hubhood-search-filter-button:before {
        font-size : 44px;
}

.hubhood-button.hubhood-button-light.hubhood-button.hubhood-button-light-basic-hover:hover,
.hubhood-dark-background .hubhood-button.hubhood-button-light.hubhood-button-light-basic-hover:hover {
        background-color : #fff;
        color            : var(--hubhood-color);
}

.hubhood-button.hubhood-button-no-border,
.hubhood-button.hubhood-button-light.hubhood-button.hubhood-button.hubhood-button-no-border:hover,
.hubhood-dark-background .hubhood-button.hubhood-button-light.hubhood-button.hubhood-button-no-border:hover {
        border : 0;
}

.hubhood-search-keywords .hubhood-button {
        position     : relative;
        top          : -8px;
        margin-right : 20px;
}

.hubhood-no-text-button {
        padding-left  : 0;
        padding-right : 0;
}

.hubhood-button.hubhood-button-light.hubhood-no-text-button,
.hubhood-no-text-button,
.page-content .hubhood-button.hubhood-button-light.hubhood-no-text-button,
.page-content .hubhood-no-text-button {
        padding : 0;
}

.hubhood-no-text-button-rounded {
        border-radius : 80px !important;
}

.hubhood-no-text-button:before {
        padding-left  : 0;
        padding-right : 0;
        width         : 48px;
        height        : 48px;
        line-height   : 50px !important;
        text-align    : center;
        padding       : 0;
}

.hubhood-action-buttons .hubhood-no-text-button:before {
        width       : auto;
        height      : auto;
        line-height : 1 !important;
}

.hubhood-no-text-button.hubhood-search-geolocate-button {
        top : 1px;
        z-index: 1;
}

.hubhood-disable-search-geolocation .hubhood-search-geolocate-button {
        display: none !important;
}

.hubhood-disable-search-geolocation .hubhood-search-input-field ~ .hubhood-line-bottom-effect {
        left: 0px;
        max-width: 100% !important;
}

.hubhood-disable-search-geolocation .hubhood-search-box-full form input[type].hubhood-search-input-field {
        padding-left: 0 !important;
}

.hubhood-disable-search-geolocation [data-select2-id*="-nearest_me"] {
        display: none !important;
}

.hubhood-disable-search-geolocation .hubhood-search-box-full form input[type].hubhood-search-input-field {
        width: 100% !important;
}

.hubhood-no-text-button.hubhood-search-geolocate-button:before {
        height      : 32px;
        line-height : 32px !important;
}

.hubhood-search-button:before {
        font-size   : 24px !important;
        line-height : 48px !important;
}

.hubhood-search-keywords .hubhood-suggestions-overlay-button .hubhood-button-light.hubhood-button {
        position     : absolute;
        top          : 20px;
        padding      : 0;
        margin-right : var(--bs-gutter-x);
        right        : 0;
        border       : 0;
}

.hubhood-iconized-button.hubhood-search-button {
        margin-right : -12px;
}

.hubhood-search-keywords .hubhood-suggestions-overlay-button .hubhood-button-light.hubhood-button {
        margin-right : 0;
}

.hubhood-custom-checkbox-check {
        cursor       : pointer;
        margin-right : 10px;
        display: inline-block;
        font-size: 20px !important;
        line-height: 1.875 !important;
}

.hubhood-custom-checkbox-check,
.hubhood-custom-checkbox-check ~ * {
        top: 0;
        vertical-align: middle;
}

.hubhood-custom-checkbox-check ~ small {
        cursor: pointer;
}

.hubhood-search-workers-section .hubhood-fixed-search-bar {
        position: relative;
        left: auto;
        top: auto;
        visibility: visible;
}

.hubhood-search-geolocate-button {
        border: 0 !important;
}

.hubhood-search-workers-section .hubhood-search-geolocate-button,
.hubhood-listing-search-filter-form-wrapper.workers .hubhood-search-geolocate-button,
.hubhood-listing-search-filter-form-wrapper.products .hubhood-search-geolocate-button,
.hubhood-listing-search-filter-form-wrapper.articles .hubhood-search-geolocate-button {
        display: none !important;
}

.hubhood-hero-footer-design-2 .hubhood-search-workers-section .hubhood-search-box-full form input[type].hubhood-search-input-field,
.hubhood-hero-footer-design-2 .hubhood-search-workers-section .hubhood-listing-search-filter-form-wrapper.workers form input[type].hubhood-search-input-field,
.hubhood-hero-footer-design-2 .hubhood-search-workers-section .hubhood-listing-search-filter-form-wrapper.products form input[type].hubhood-search-input-field,
.hubhood-hero-footer-design-2 .hubhood-search-workers-section .hubhood-listing-search-filter-form-wrapper.articles form input[type].hubhood-search-input-field {        padding-left: 0;
        margin-left: 0;
        border-left: 0;
}

.hubhood-hero-footer-design-2 .hubhood-search-workers-section .hubhood-search-box-full form input[type].hubhood-search-input-field-border-right ~ .hubhood-line-bottom-effect,
.hubhood-hero-footer-design-2 .hubhood-search-workers-section .hubhood-listing-search-filter-form-wrapper.workers form input[type].hubhood-search-input-field-border-right ~ .hubhood-line-bottom-effect,
.hubhood-hero-footer-design-2 .hubhood-search-workers-section .hubhood-listing-search-filter-form-wrapper.products form input[type].hubhood-search-input-field-border-right ~ .hubhood-line-bottom-effect,
.hubhood-hero-footer-design-2 .hubhood-search-workers-section .hubhood-listing-search-filter-form-wrapper.articles form input[type].hubhood-search-input-field-border-right ~ .hubhood-line-bottom-effect {
        max-width: 100%;
        left: 0;
}

.hubhood-search-workers-section .hubhood-search-bar-container {
        background-color: #fff;
        box-shadow: 0px 20px 90px rgb(0 0 0 / 10%);
        border-radius: 10px;
        padding-left: 25px;
        padding-right: 25px;
}

.job-manager-form fieldset .job-manager-uploaded-files .job-manager-uploaded-file {
        display: inline-block;
        margin-right: 5px;
}

.job-manager-form fieldset .job-manager-uploaded-files .job-manager-uploaded-file .job-manager-uploaded-file-preview a {
        display: block;
        line-height: 30px;
        padding: 0;
        font-style: normal;
}

.job-manager-form fieldset .job-manager-uploaded-files .job-manager-uploaded-file .job-manager-uploaded-file-preview img {
        border-radius: 4px;
}

.job-manager-form fieldset input.input-text[type="file"],
.job-manager-form fieldset input.input-text[type="file"]::file-selector-button {
        -webkit-appearance: none;
        height: auto;
        outline: none;
        box-shadow: none;
        padding: 12px 30px;
        border-radius: 4px;
        border: 1px solid rgba(125,125,125,0.2);
        BACKGROUND: #FFF;
        cursor: pointer;
}

.job-manager-form fieldset input.input-text[type="file"] {
        border: 0;
        box-shadow: 4px 4px 15px rgb(0 0 0 / 6%);
        border-bottom: 4px solid rgba(125, 125, 125, 0.15);
}

.job-manager-formx fieldset input.input-text[type="file"]::-webkit-file-upload-button {
      visibility: hidden;
        display: none;
}

.job-manager-form fieldset input.input-text[type="file"]::-webkit-file-upload-button,
.job-manager-form fieldset input.input-text[type="file"]::file-selector-button {
        padding: 2px 0;
        font-weight: 600;
        color: #252525;
        margin-right: 25px;
        border: 0;
}

.job-manager-formx fieldset input.input-text[type="file"]::before {
      content: 'Select some files';
      display: inline-block;
      background: linear-gradient(top, #f9f9f9, #e3e3e3);
      border: 0;
      border-radius: 3px;
      padding: 5px 8px;
      outline: none;
      white-space: nowrap;
      -webkit-user-select: none;
      user-select: none;
      cursor: pointer;
      text-shadow: 1px 1px #fff;
      font-weight: 600;
      font-size: 16px;
      margin-right: 10px;
      box-shadow: 4px 4px 15px rgb(0 0 0 / 6%);
}


.job-manager-form fieldset input.input-text[type="file"]:hover::before {
      border-color: #ddd;
}

.job-manager-form fieldset input.input-text[type="file"]:active::before {
      background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}

.job-manager-form .hubhood-boxed-fields-wrapper fieldset label:not(.full-line-checkbox-field label) {
        width: calc(29% - 12px);
}

.job-manager-form .hubhood-boxed-fields-wrapper fieldset div.field:not(.full-line-checkbox-field) {
        width: calc(70% + 12px);
}

.hubhood-suggestions-overlay-button {
        width      : 55px;
        box-shadow : -55px 0 0 #fff inset, 0px 0 30px #fff, -5px 0 20px #fff;
}

.hubhood-search-keywords-dark-design .hubhood-suggestions-overlay-button {
        width      : 55px;
        box-shadow : -55px 0 0 rgb(25, 30, 35) inset, 0px 0 30px rgb(25, 30, 35), -5px 0 20px rgb(25, 30, 35);
}

.hubhood-search-keywords-single-listing .hubhood-button {
        padding   : 14px 21px;
        font-size : 15px;
        overflow  : hidden;
}

.hubhood-awards-section .hubhood-button span {
        font-size      : 16px;
        display        : block;
        width          : 100%;
        white-space    : nowrap;
        text-overflow  : ellipsis;
        text-transform : uppercase;
        line-height    : 1;
}

.hubhood-awards-section .hubhood-search-keywords-single-listing .hubhood-button {
        padding             : 60px 30px;
        border-radius       : 8px;
        background-image    : url(../images/award.png);
        background-position : center;
        background-size     : contain;
        background-repeat   : no-repeat;
        background-color    : rgba(20, 25, 30, 1);
}

.hubhood-search-keywords-dark-design .hubhood-iconized-button.hubhood-iconized-button-icon-above.hubhood-badge-svg-background-icon:before {
        background-color : transparent;
}

.hubhood-icon-button-right:before {
        float: right;
        line-height: 30px;
        padding-right: 0;
        padding-left: 10px;
}

.hubhood-more-suggestions-button:before {
        position                  : relative;
        top                       : 0;
        font-size                 : 30px;
        -webkit-text-stroke-width : 0.02em;
}

.hubhood-reset-pass-button-wrapper {
        margin-top: 0;
        position: relative;
        z-index: 50;
        /* Fix for z-index + fixed in Safari and IOS */
        -webkit-transform: translateZ(50px);
        -moz-transform: translateZ(50px);
        -o-transform: translateZ(50px);
        transform: translateZ(50px);        
}

.hubhood-reset-pass-button {
        text-align : right;
        position: relative;
        padding-top: 30px;
        display: inline-block;
        z-index: 50;
}

.hubhood-rating-star-icon {
        position    : relative;
        line-height : 0;
        height      : 0;
        padding     : 4px 0 3px 0;
        font-size   : 10px;
        top: 1px;
}

.hubhood-hero-link,
.hubhood-hero-link:hover,
.hubhood-hero-link:focus {
        text-decoration : none;
        color           : #fff;
        line-height     : 1.25;
}

.hubhood-rating-color {
        color : var(--hubhood-color);
}

/*******************************************************************************
28 - Form Placeholders
Notice: Cross browser placeholders need to be declared separately
*******************************************************************************/

input::-webkit-input-placeholder {
        color : #aaaaaa;
}

input:-moz-placeholder {
        color : #aaaaaa;
}

input:-ms-input-placeholder {
        color : #aaaaaa;
}

input::placeholder {
        color : #aaaaaa;
}

textarea::-webkit-input-placeholder {
        color : #aaaaaa;
}

textarea:-moz-placeholder {
        color : #aaaaaa;  
}

textarea::-moz-placeholder {
        color : #aaaaaa;  
}

textarea:-ms-input-placeholder {
        color : #aaaaaa;  
}

textarea::placeholder {
        color : #aaaaaa;  
}

textarea.select2-search__field::-webkit-input-placeholder {
        color : #252525;
}

textarea.select2-search__field:-moz-placeholder {
        color : #252525;  
}

textarea.select2-search__field::-moz-placeholder {
        color : #252525;  
}

textarea.select2-search__field:-ms-input-placeholder {
        color : #252525;  
}

textarea.select2-search__field::placeholder {
        color : #252525;  
}

textarea.select2-search__field:focus::-webkit-input-placeholder {
        color : #aaaaaa;
}

textarea.select2-search__field:focus:-moz-placeholder {
        color : #aaaaaa;  
}

textarea.select2-search__field:focus::-moz-placeholder {
        color : #aaaaaa;  
}

textarea.select2-search__field:focus:-ms-input-placeholder {
        color : #aaaaaa;  
}

textarea.select2-search__field:focus::placeholder {
        color : #aaaaaa;  
}

.hubhood-buttons-search .select2-search__field::-webkit-input-placeholder {
        color : #252525;
}

.hubhood-buttons-search .select2-search__field:-moz-placeholder {
        color : #252525;
}

.hubhood-buttons-search .select2-search__field:-ms-input-placeholder {
        color : #252525;
}

.hubhood-buttons-search .select2-search__field::placeholder {
        color : #252525;
}

.hubhood-search-input input::-webkit-input-placeholder {
        color     : #252525;
        font-size : 17px;
}

.hubhood-search-input input:-moz-placeholder {
        color     : #252525;
        font-size : 17px;
}

.hubhood-search-input input:-ms-input-placeholder {
        color     : #252525;
        font-size : 17px;
}

.hubhood-search-input input::placeholder {
        color : #252525;
}

input:focus::-webkit-input-placeholder {
        color : #aaa;
}

input:focus:-moz-placeholder {
        color : #aaa;
}

input:focus:-ms-input-placeholder {
        color : #aaa;
}

input:focus::placeholder {
        color : #aaa;
}

.hubhood-buttons-search .select2-search__field:focus::-webkit-input-placeholder {
        color : #aaa;
}

.hubhood-buttons-search .select2-search__field:focus:-moz-placeholder {
        color : #aaa;
}

.hubhood-buttons-search .select2-search__field:focus:-ms-input-placeholder {
        color : #aaa;
}

.hubhood-buttons-search .select2-search__field:focus::placeholder {
        color : #aaa;
}

.hubhood-search-input input:focus::-webkit-input-placeholder {
        color     : #aaa;
}

.hubhood-search-input input:focus:-moz-placeholder {
        color     : #aaa;
}

.hubhood-search-input input:focus:-ms-input-placeholder {
        color     : #aaa;
}

.hubhood-search-input input:focus::placeholder {
        color : #aaa;
}

.woocommerce form .form-row textarea::-webkit-input-placeholder {
        line-height: 1.875;
}

.woocommerce form .form-row textarea::-moz-placeholder {
        line-height: 1.875;
}

.woocommerce form .form-row textarea::-ms-input-placeholder {
        line-height: 1.875;
}

.woocommerce form .form-row textarea::placeholder {
        line-height: 1.875;
}

/*******************************************************************************
29 - Hero Sections & Popups
*******************************************************************************/

.hubhood-hero-header.hubhood-transparent-design {
        background-color: rgb(35,40,45);
}

body > [class*="-popup"] {
        box-shadow: 0 350px 0 #fff;
}

.hubhood-hero-header.hubhood-transparent-design.hubhood-listing-categories-popup,
.hubhood-hero-header.hubhood-transparent-design.hubhood-listing-regions-popup,
.hubhood-hero-header.hubhood-transparent-design.hubhood-search-by-popup,
.hubhood-hero-header.hubhood-transparent-design.hubhood-report-popup,
.hubhood-hero-header.hubhood-transparent-design.hubhood-claim-popup,
.hubhood-hero-header.hubhood-transparent-design.hubhood-appointment-popup,
.hubhood-hero-header.hubhood-transparent-design.hubhood-qrcode-popup,
.hubhood-hero-header.hubhood-transparent-design.hubhood-quote-popup,
.hubhood-hero-header.hubhood-transparent-design.hubhood-listing-types-popup,
.hubhood-hero-header.hubhood-transparent-design.hubhood-nearest-me-popup,
.hubhood-hero-header.hubhood-transparent-design.hubhood-settings-popup {
        background-color: #fff;
}

.hubhood-qr-code {
        background-color: #fff;
        margin-left: -30px;
        margin-right: -30px;
        margin-bottom: -30px;
        margin-top: 30px;
        padding: 35px 0;
        border-radius: 4px;
}

.hubhood-style-general-edges-rounded .hubhood-qr-code {
        border-radius: 0 0 20px 20px;
        box-shadow: 0 0 27px rgb(0 0 0 / 8%);
}

.hubhood-qr-code > * {
        position: relative;
        left: 50%;
        transform: translate(-50%);
}

.hubhood-transparent-design.hubhood-no-frontpage-hero-image,
.hubhood-hero-header.hubhood-transparent-design.hubhood-no-frontpage-hero-image {
        background-color: rgb(35,40,45);
}

.hubhood-no-background-image.hubhood-transparent-design {
        background-color: transparent;
}

.hubhood-stop-scrolling,
.hubhood-stop-scrolling #page {
        overflow: hidden;
}

.hubhood-stop-scrolling-mobile { 
        height: 100vh; /* For browsers without CSS var support */
        max-height: 100vh; /* For browsers without CSS var support */
        height: calc(100vh - var(--vh-offset, 0px)); /* Cross browser fix for CSS 'vh' (vh-check script) */
        max-height: calc(100vh - var(--vh-offset, 0px)); /* Cross browser fix for CSS 'vh' (vh-check script) */
}

.hubhood-stop-scrolling-mobile.admin-bar {
        height: calc(100vh - 32px); /* For browsers without CSS var support */
        max-height: calc(100vh - 32px); /* For browsers without CSS var support */
        height: calc(100vh - (32px + var(--vh-offset, 0px))); /* Cross browser fix for CSS 'vh' (vh-check script) */
        max-height: calc(100vh - (32px + var(--vh-offset, 0px))); /* Cross browser fix for CSS 'vh' (vh-check script) */
}

.hubhood-hero-title ~ .term-description p {
        margin-bottom: 0;
}

.hubhood-hero-listings {
        display    : none;
        width      : calc(100% - var(--bs-gutter-x));
        height     : 200px;
        position   : absolute;
        top        : 0;
        left       : 15px;
        z-index    : 10;
        overflow-x : hidden;
}

.hubhood-hero-listings-wrapper {
        width         : 100%;
        height        : 100px;
        border-bottom : 1px dashed rgba(255, 255, 255, 0.45);
        box-shadow    : 0 0 60px;
}

.hubhood-search-filters,
.hubhood-search-input,
.hubhood-search-keywords {
        position         : relative;
        width            : 100%;
        margin-left      : 0;
        z-index          : 5;
        height           : 90px;
        background-color : #fff;
        border-radius    : 4px;
        box-shadow       : 15px 15px 30px rgba(0, 0, 0, 0.2);
}

.hubhood-search-input {
        height: auto;
}

.hubhood-search-box-full {
        background-color : #fff;
        z-index          : 6;
        box-shadow       : 0 5px 30px rgb(0 0 0 / 0%);
}

.hubhood-single-listing>.hubhood-search-box-full {
        box-shadow : 0 15px 30px rgb(0 0 0 / 5%);
}

.hubhood-more-listings-button-wrapper {
        text-align: center;
}

.hubhood-more-listings-button-wrapper > * {
        margin-left: 5px;
        margin-right: 5px;
        margin-top: 35px;
}

.hubhood-more-listings-button-wrapper > * + * {
        top: 2px;
}

.hubhood-widget.hubhood-dark-background:not(.widget_hubhood_call_to_action) .hubhood-more-listings-button-wrapper .hubhood-button {
        background-color: transparent;
        border: 4px solid rgba(255,255,255,0.06);
        color: #fff;
}

.hubhood-widget.hubhood-dark-background:not(.widget_hubhood_call_to_action) .hubhood-more-listings-button-wrapper .hubhood-button:hover {
        background-color: var(--hubhood-color);
        border: 4px solid var(--hubhood-color);
}

.hubhood-hero-footer-design-2 .hubhood-hero-terms-wrapper .hubhood-hero-category {
        background-color: rgba(255,255,255,0.12);
        padding: 21px 30px;
        min-width: 210px;        
        min-width: calc(20% - 20px);
}

.hubhood-hero-footer-design-2 .hubhood-hero-terms-wrapper .hubhood-hero-category[style*="background-image"] {
        box-shadow: 2000px 0 0 rgb(0 0 0 / 5%) inset, 0 0 20px rgb(255 255 255 / 30%) inset;
}

.hubhood-frontpage-header-design-1.hubhood-frontpage-frontpage-header-categories-position-default .hubhood-hero-categories-container .hubhood-hero-category {
        background-color: rgba(255,255,255,0.12);
}     

.hubhood-frontpage-header-categories-design-36.hubhood-style-hero-categories-edges-rounded .hubhood-hero-categories-container .hubhood-hero-category {
        border-radius: 4px 4px 30px 30px;
}

.hubhood-has-front-hero-categories.hubhood-frontpage-header-design-1.hubhood-frontpage-header-categories-design-42.hubhood-frontpage-frontpage-header-categories-position-default .hubhood-hero-categories-container  .hubhood-hero-category {
        box-shadow: none;
        background-color: transparent;
        border: 1px solid rgba(125,125,125,0.5);
}      

.hubhood-has-front-hero-categories.hubhood-frontpage-header-design-1.hubhood-frontpage-header-categories-design-42.hubhood-frontpage-frontpage-header-categories-position-default .hubhood-hero-categories-container  .hubhood-hero-category[data-term-image*="R0lGODlhAQABAIAAAP"] {
        border: 1px solid rgba(255,255,255,0.4);
}

.hubhood-has-front-hero-categories.hubhood-frontpage-header-design-1.hubhood-frontpage-header-categories-design-43.hubhood-frontpage-frontpage-header-categories-position-default .hubhood-hero-categories-container  .hubhood-hero-category {
        box-shadow: none;
        background-color: #fff !important;
}   

.hubhood-has-front-hero-categories.hubhood-frontpage-header-design-1.hubhood-frontpage-header-categories-design-43.hubhood-frontpage-frontpage-header-categories-position-default .hubhood-hero-categories-container .hubhood-hero-category-label {
        color: #252525;
        text-shadow: none;
} 

.hubhood-frontpage-header-categories-design-1 .hubhood-hero-categories-container .hubhood-hero-category {
        min-height: 90px;
}

.hubhood-hero-footer-design-2 .hubhood-hero-terms-wrapper .hubhood-hero-categories-inner {
        max-height: 111px;
        min-height: 111px;
}

.hubhood-hero-types-container .hubhood-hero-categories-wrapper,
.hubhood-hero-types-container .hubhood-hero-categories-wrapper .simplebar-wrapper,
.hubhood-hero-footer-design-2 .hubhood-hero-terms-wrapper .hubhood-hero-types-container .hubhood-hero-categories-inner {
        min-height: 66px;
        height: auto;
}

.hubhood-frontpage-header-categories-design-2 .hubhood-hero-categories-container .hubhood-hero-category,
.hubhood-frontpage-header-categories-design-3 .hubhood-hero-categories-container .hubhood-hero-category,
.hubhood-frontpage-header-categories-design-4 .hubhood-hero-categories-container .hubhood-hero-category,
.hubhood-frontpage-header-categories-design-5 .hubhood-hero-categories-container .hubhood-hero-category {
        display: inline-flex !important;
}

.hubhood-frontpage-header-categories-design-2 .hubhood-hero-categories-container .hubhood-hero-categories-inner {
        max-height: 138px;
        min-height: 138px;
        padding-top: 7px;
}

.hubhood-frontpage-header-categories-design-2 .hubhood-hero-categories-attached-footer .hubhood-hero-categories-container .hubhood-hero-categories-inner {
        padding-top: 0;
}

.hubhood-frontpage-header-categories-design-2 .hubhood-hero-categories-container .hubhood-hero-category {
        min-height: 127px;
        vertical-align: top;
        flex-wrap: wrap;
}

.hubhood-frontpage-header-categories-design-2:not(.hubhood-frontpage-header-categories-design-3).hubhood-frontpage-header-categories-icon-color-design-2 .hubhood-hero-categories-container .hubhood-hero-category .hubhood-listing-card-icon,
.hubhood-frontpage-header-categories-design-5:not(.hubhood-frontpage-header-categories-design-6).hubhood-frontpage-header-categories-icon-color-design-2 .hubhood-hero-categories-container .hubhood-hero-category .hubhood-listing-card-icon {
        left: -10px;
}

.hubhood-frontpage-header-categories-design-4.hubhood-frontpage-header-categories-icon-color-design-2 .hubhood-hero-categories-container .hubhood-hero-category .hubhood-listing-card-icon,
.hubhood-frontpage-header-categories-design-4.hubhood-frontpage-header-categories-icon-color-design-2 .hubhood-hero-categories-container .hubhood-hero-category .hubhood-hero-category-label {
        bottom: -12px;
}

.hubhood-frontpage-header-categories-design-4.hubhood-frontpage-header-categories-icon-color-design-2 .hubhood-hero-categories-container .hubhood-hero-category .hubhood-listing-card-icon ~ .hubhood-hero-category-label {
        margin-left: -22px;
}

.hubhood-frontpage-header-categories-design-2 .hubhood-hero-categories-container .hubhood-listing-card-icon {
        margin: 0;
}

.hubhood-frontpage-header-categories-design-2 .hubhood-hero-categories-container .hubhood-hero-category .hubhood-hero-category-label {
        display: block;
        margin-bottom: -5px;
        margin-top: auto;
        min-width: 100%;
        -webkit-font-smoothing: antialiased;
        -webkit-transform: translateZ(0px);
        transform: translateZ(0px);
}

.hubhood-frontpage-header-categories-design-3 .hubhood-hero-categories-container .hubhood-hero-category {
        text-align: center;
        justify-content: center;
}

.hubhood-frontpage-header-categories-design-2 .hubhood-hero-categories-container .hubhood-hero-categories-inner {
        max-height: 158px;
        min-height: 158px;
}

.hubhood-frontpage-header-categories-design-2 .hubhood-hero-categories-attached-footer .hubhood-hero-categories-container .hubhood-hero-categories-inner {
        max-height: 151px;
        min-height: 151px;
}

.hubhood-frontpage-header-categories-design-12 .hubhood-hero-categories-attached-footer .hubhood-hero-categories-container .hubhood-hero-categories-inner,
.hubhood-frontpage-header-categories-design-13 .hubhood-hero-categories-attached-footer .hubhood-hero-categories-container .hubhood-hero-categories-inner,
.hubhood-frontpage-header-categories-design-19 .hubhood-hero-categories-attached-footer .hubhood-hero-categories-container .hubhood-hero-categories-inner {
        max-height: 158px;
        min-height: 158px;
}

.hubhood-frontpage-header-categories-design-4 .hubhood-hero-categories-container .hubhood-hero-category {
        padding-top: 58px;
        min-height: 130px;
}

.hubhood-frontpage-header-categories-design-4 .hubhood-hero-categories-container .hubhood-hero-category .hubhood-listing-card-icon {
        margin-right: 14px;
}

.hubhood-frontpage-header-categories-design-4 .hubhood-hero-categories-container .hubhood-hero-category .hubhood-hero-category-label {
        display: inline-block;
        margin-bottom: 0;
        min-width: 0;
        margin-top: 10px;
}

.hubhood-frontpage-header-categories-design-5 .hubhood-hero-categories-container .hubhood-hero-categories-inner {
        max-height: 163px;
        min-height: 163px;
}

.hubhood-frontpage-header-categories-design-5 .hubhood-hero-categories-container .hubhood-hero-category {
        height: 90px;
        min-height: 90px;
        text-align: left;
        justify-content: left;
}

.hubhood-term-inner-height-fix {
        display: none;
}

.hubhood-frontpage-header-categories-design-5 .hubhood-hero-categories-container .hubhood-hero-category .hubhood-term-inner-height-fix {
        display: inline-block;
        height: 48px;
        width: 1px;
}

.hubhood-frontpage-header-categories-design-5 .hubhood-hero-categories-container .hubhood-hero-category .hubhood-hero-category-label {
        background: #fff;
        left: -30px;
        min-width: calc(100% + 60px);
        margin-right: -60px;
        display: block;
        padding: 9px 30px;
        box-shadow: 0 0 15px rgb(0 0 0 / 15%);
        border-radius: 4px;
        bottom: -16px;
        color: #252525;
        text-shadow: none;
        font-size: 16px;
}

.hubhood-frontpage-header-categories-design-6 .hubhood-hero-categories-container .hubhood-hero-category {
        text-align: center;
        justify-content: center;
}

.hubhood-frontpage-header-categories-design-7 .hubhood-hero-categories-container .hubhood-hero-category {
        height: 120px;
        min-height: 120px;
        padding-top: 36px;
}

.hubhood-frontpage-header-categories-design-7 .hubhood-hero-categories-container .hubhood-hero-categories-inner {
        max-height: 193px;
        min-height: 193px;
}

.hubhood-frontpage-header-categories-design-7 .hubhood-hero-categories-container .hubhood-hero-category .hubhood-hero-category-label {
        bottom: -28px;
}

.hubhood-frontpage-header-categories-design-9 .hubhood-hero-categories-container .hubhood-hero-category:after,
.hubhood-frontpage-header-categories-design-10 .hubhood-hero-categories-container .hubhood-hero-category:after,
.hubhood-frontpage-header-categories-design-12 .hubhood-hero-categories-container .hubhood-hero-category:after,
.hubhood-frontpage-header-categories-design-13 .hubhood-hero-categories-container .hubhood-hero-category:after,
.hubhood-frontpage-header-categories-design-14 .hubhood-hero-categories-container .hubhood-hero-category:after,
.hubhood-frontpage-header-categories-design-15 .hubhood-hero-categories-container .hubhood-hero-category:after {
        content: "";
        position: absolute;
        top: 5px;
        left: 5px;
        width: calc(100% - 10px);
        height: calc(100% - 10px);
        border: 4px solid rgba(255,255,255,1);
        z-index: 1;
        border-radius: 4px;
        box-shadow: 0 0 4px rgba(0,0,0,0.15), 0 0 4px rgba(0,0,0,0.15) inset;
}

.hubhood-frontpage-header-categories-design-12 .hubhood-hero-categories-container .hubhood-hero-category:after,
.hubhood-frontpage-header-categories-design-13 .hubhood-hero-categories-container .hubhood-hero-category:after {
        height: calc(100% - 14px);
}

.hubhood-frontpage-header-categories-design-14 .hubhood-hero-categories-container .hubhood-hero-category:after {
        height: calc(100% - 17px);
}

.hubhood-frontpage-header-categories-design-15:not(.hubhood-frontpage-header-categories-design-16) .hubhood-hero-categories-container .hubhood-hero-category:after {
        height: calc(100% - 17px);
        border: 4px dashed rgba(255,255,255,1);
        border-top: 0;
        border-bottom: 0;
        box-shadow: none;
        border-radius: 0;
}

.hubhood-frontpage-header-categories-design-16 .hubhood-hero-categories-container .hubhood-hero-category:after {
        height: calc(100% - 17px);
        border: 4px dotted rgba(255,255,255,1);
}

.hubhood-frontpage-header-categories-design-12 .hubhood-hero-categories-container .hubhood-hero-category .hubhood-listing-card-icon,
.hubhood-frontpage-header-categories-design-13 .hubhood-hero-categories-container .hubhood-hero-category .hubhood-listing-card-icon {
        top: -2px;
}

.hubhood-frontpage-header-categories-design-11 .hubhood-hero-categories-container .hubhood-hero-category:after {
        content: "";
        position: absolute;
        top: 5px;
        left: 5px;
        width: calc(100% - 10px);
        height: calc(100% - 10px);
        border-top: 4px solid rgba(255,255,255,1);
        z-index: 1;
        border-radius: 4px;
}

.hubhood-frontpage-header-categories-design-14 .hubhood-hero-categories-container .hubhood-hero-category .hubhood-listing-card-icon {
        top: 30px;
}

.hubhood-frontpage-header-categories-design-14 .hubhood-hero-categories-container .hubhood-hero-category .hubhood-listing-card-icon {
        position: absolute;
        top: 20px;
        right: 20px;
}
.hubhood-frontpage-header-categories-design-14.hubhood-frontpage-header-categories-icon-color-design-2 .hubhood-hero-categories-container .hubhood-hero-category .hubhood-listing-card-icon {
        left: auto !important;
        right: 10px;
        top: 10px;
}

.hubhood-frontpage-header-categories-design-7 .hubhood-hero-categories-container .hubhood-hero-categories-inner {
        max-height: 190px;
        min-height: 190px;
}

.hubhood-frontpage-header-categories-design-30.hubhood-frontpage-frontpage-header-categories-position-default .hubhood-hero-categories-container .hubhood-hero-categories-inner,
.hubhood-frontpage-header-categories-design-31.hubhood-frontpage-frontpage-header-categories-position-default .hubhood-hero-categories-container .hubhood-hero-categories-inner {
        max-height: 184px;
        min-height: 184px;
}

.hubhood-frontpage-header-categories-design-7 .hubhood-hero-categories-attached-footer .hubhood-hero-categories-container .hubhood-hero-categories-inner,
.hubhood-frontpage-header-categories-design-32.hubhood-frontpage-frontpage-header-categories-position-default .hubhood-hero-categories-container .hubhood-hero-categories-inner,
.hubhood-frontpage-header-categories-design-33.hubhood-frontpage-frontpage-header-categories-position-default .hubhood-hero-categories-container .hubhood-hero-categories-inner {
        max-height: 187px;
        min-height: 187px;
}

.hubhood-frontpage-header-categories-design-17 .hubhood-hero-categories-attached-footer .hubhood-hero-categories-container .hubhood-hero-categories-inner {
        max-height: 192px;
        min-height: 192px;
}

.hubhood-frontpage-header-categories-design-30 .hubhood-hero-categories-attached-footer .hubhood-hero-categories-container .hubhood-hero-categories-inner {
        max-height: 177px;
        min-height: 177px;
}

.hubhood-frontpage-header-categories-design-17 .hubhood-hero-categories-container .hubhood-hero-category {
        height: 90px;
        min-height: 90px;
        padding-top: 19px;
}

.hubhood-frontpage-header-categories-design-17 .hubhood-hero-categories-container .hubhood-hero-category .hubhood-listing-card-icon {
        top: 40px;
        z-index: 5;
        box-shadow: 4px 4px 10px rgba(0,0,0,0.15);
}

.hubhood-frontpage-header-categories-design-17 .hubhood-hero-categories-container .hubhood-hero-category .hubhood-hero-category-label {
        padding-top: 21px;
        padding-top: 36px;
        padding-bottom: 19px;
}

.hubhood-frontpage-header-categories-design-17 .hubhood-hero-categories-container .hubhood-hero-category .hubhood-hero-category-label {
        bottom: -16px;
}

.hubhood-frontpage-header-categories-design-18 .hubhood-hero-categories-container .hubhood-hero-category {
        text-align: left;
        justify-content: left;
}

.hubhood-frontpage-header-categories-design-18 .hubhood-hero-categories-container .hubhood-hero-category  .hubhood-listing-card-icon {
        left: -10px;
}

.hubhood-frontpage-header-categories-icon-color-design-2 .hubhood-hero-categories-container .hubhood-hero-category .hubhood-listing-card-icon {
        border: 4px solid transparent;
        background-color: transparent;
        box-shadow: none;
}

.hubhood-frontpage-header-categories-icon-color-design-3 .hubhood-hero-categories-container .hubhood-hero-category .hubhood-listing-card-icon {
        border: 4px solid transparent;
        background-color: rgba(255,255,255,0.17) !important;
        box-shadow: 0 0 20px rgb(0 0 0 / 35%);
}

.hubhood-frontpage-header-categories-icon-color-design-4 .hubhood-hero-categories-container .hubhood-hero-category .hubhood-listing-card-icon {
        border: 4px solid transparent;
        background-color: #fff !important;
        color: #000;
}

.hubhood-frontpage-header-categories-icon-color-design-5 .hubhood-hero-categories-container .hubhood-hero-category .hubhood-listing-card-icon {
        border: 4px solid transparent;
        background-color: rgb(25,30,35) !important;
        color: #fff;
}

.hubhood-frontpage-header-categories-icon-color-disabled .hubhood-hero-categories-container .hubhood-hero-category .hubhood-listing-card-icon {
        display:  none !important;
}

.hubhood-frontpage-header-categories-icon-color-design-4 .hubhood-hero-categories-container .hubhood-hero-category .hubhood-listing-card-icon:before {
        text-shadow: none;
        -webkit-text-stroke-width: 0.02em;
}

.hubhood-frontpage-header-categories-dark-label .hubhood-hero-categories-container .hubhood-hero-category .hubhood-hero-category-label {
        background-color: rgb(25,30,35);
        color: #fff;
        box-shadow: 0 0 30px rgb(255 255 255 / 15%);
}

.hubhood-frontpage-header-categories-design-30 .hubhood-hero-categories-container .hubhood-hero-category .hubhood-hero-category-label {
        padding-top: 20px;
        padding-bottom: 20px;
}

.hubhood-frontpage-header-categories-design-30 .hubhood-hero-categories-container .hubhood-hero-category .hubhood-listing-card-icon {
        top: 10px;
}

.hubhood-frontpage-header-categories-design-31 .hubhood-hero-categories-container .hubhood-hero-category {
        text-align: left;
        justify-content: left;
}

.hubhood-frontpage-header-categories-design-31.hubhood-frontpage-header-categories-icon-color-design-2 .hubhood-hero-categories-container .hubhood-hero-category .hubhood-listing-card-icon {
        left: -16px;
}

.hubhood-frontpage-header-categories-design-32 .hubhood-hero-categories-container .hubhood-hero-category:after,
.hubhood-frontpage-header-categories-design-33 .hubhood-hero-categories-container .hubhood-hero-category:after {
        display: none;
}

.hubhood-frontpage-header-categories-design-33 .hubhood-hero-categories-container .hubhood-hero-category .hubhood-listing-card-icon {
        right: auto;
        left: 25px;
}

.hubhood-frontpage-header-categories-design-33.hubhood-frontpage-header-categories-icon-color-design-2 .hubhood-hero-categories-container .hubhood-hero-category .hubhood-listing-card-icon {
        right: auto;
        left: 18px !important;
}

.hubhood-frontpage-header-categories-design-34 .hubhood-hero-categories-attached-footer .hubhood-hero-categories-container .hubhood-hero-category,
.hubhood-frontpage-header-categories-design-34 .hubhood-hero-categories-container .hubhood-hero-category,
.hubhood-frontpage-header-categories-design-36 .hubhood-hero-categories-attached-footer .hubhood-hero-categories-container .hubhood-hero-category,
.hubhood-frontpage-header-categories-design-36 .hubhood-hero-categories-container .hubhood-hero-category,
.hubhood-frontpage-header-categories-design-37 .hubhood-hero-categories-attached-footer .hubhood-hero-categories-container .hubhood-hero-category,
.hubhood-frontpage-header-categories-design-37 .hubhood-hero-categories-container .hubhood-hero-category,


.hubhood-frontpage-header-categories-design-40 .hubhood-hero-categories-attached-footer .hubhood-hero-categories-container .hubhood-hero-category,
.hubhood-frontpage-header-categories-design-40 .hubhood-hero-categories-container .hubhood-hero-category {
        height: 265px;
        min-width: calc(16.68% - 21px);
}

.hubhood-frontpage-header-categories-design-44 .hubhood-hero-categories-container .hubhood-hero-category {
        border-top: 5px solid var(--hubhood-color);
        border-bottom: 5px solid var(--hubhood-color);
}

.hubhood-frontpage-header-categories-design-34 .hubhood-hero-categories-attached-footer .hubhood-hero-categories-container .hubhood-listing-card-icon,
.hubhood-frontpage-header-categories-design-34 .hubhood-hero-categories-container .hubhood-listing-card-icon {
        position: absolute;
        top: 160px;
}

.hubhood-frontpage-header-categories-design-36 .hubhood-hero-categories-attached-footer .hubhood-hero-categories-container .hubhood-listing-card-icon,
.hubhood-frontpage-header-categories-design-36 .hubhood-hero-categories-container .hubhood-listing-card-icon {
        position: absolute;
        top: 155px;
}

.hubhood-frontpage-header-categories-design-35 .hubhood-hero-categories-attached-footer .hubhood-hero-categories-container .hubhood-listing-card-icon,
.hubhood-frontpage-header-categories-design-35 .hubhood-hero-categories-container .hubhood-listing-card-icon,
.hubhood-frontpage-header-categories-design-37 .hubhood-hero-categories-attached-footer .hubhood-hero-categories-container .hubhood-listing-card-icon,
.hubhood-frontpage-header-categories-design-37 .hubhood-hero-categories-container .hubhood-listing-card-icon{
        position: absolute;
        top: 25px;
}

.hubhood-frontpage-header-categories-design-34 .hubhood-hero-categories-attached-footer .hubhood-hero-categories-container .hubhood-hero-categories-inner,
.hubhood-frontpage-header-categories-design-34 .hubhood-hero-categories-container .hubhood-hero-categories-inner,
.hubhood-frontpage-header-categories-design-36 .hubhood-hero-categories-attached-footer .hubhood-hero-categories-container .hubhood-hero-categories-inner,
.hubhood-frontpage-header-categories-design-36 .hubhood-hero-categories-container .hubhood-hero-categories-inner,
.hubhood-frontpage-header-categories-design-37 .hubhood-hero-categories-attached-footer .hubhood-hero-categories-container .hubhood-hero-categories-inner,
.hubhood-frontpage-header-categories-design-37 .hubhood-hero-categories-container .hubhood-hero-categories-inner,


.hubhood-frontpage-header-categories-design-40 .hubhood-hero-categories-container .hubhood-hero-categories-inner,
.hubhood-frontpage-header-categories-design-40 .hubhood-hero-categories-inner {
        max-height: 291px;
        min-height: 291px;
}

.hubhood-style-hero-categories-edges-rounded .hubhood-hero-categories-container .simplebar-mask {
        border-radius: 30px;
}

.hubhood-frontpage-header-categories-design-40 .hubhood-hero-categories-container .hubhood-listing-card-icon {
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
}

.hubhood-frontpage-header-categories-design-44 .hubhood-hero-categories-container .hubhood-listing-card-icon {
        transform: translate(-50%,-55%);
}

.hubhood-frontpage-header-categories-design-41 .hubhood-hero-categories-container .hubhood-hero-category,
.hubhood-frontpage-header-categories-design-42 .hubhood-hero-categories-container .hubhood-hero-category,
.hubhood-frontpage-header-categories-design-43 .hubhood-hero-categories-container .hubhood-hero-category {
        background-image: none !important;
}

.hubhood-frontpage-header-categories-design-41 .hubhood-hero-categories-container .hubhood-hero-category:before,
.hubhood-frontpage-header-categories-design-42 .hubhood-hero-categories-container .hubhood-hero-category:before,
.hubhood-frontpage-header-categories-design-43 .hubhood-hero-categories-container .hubhood-hero-category:before {
        opacity: 0 !important;
}

.hubhood-frontpage-header-categories-design-41 .hubhood-hero-categories-container .hubhood-hero-category .hubhood-hero-category-label,
.hubhood-frontpage-header-categories-design-42 .hubhood-hero-categories-container .hubhood-hero-category .hubhood-hero-category-label,
.hubhood-frontpage-header-categories-design-43 .hubhood-hero-categories-container .hubhood-hero-category .hubhood-hero-category-label {
        color: #252525;
        text-shadow: none;
}

.hubhood-frontpage-header-design-1.hubhood-frontpage-frontpage-header-categories-position-default .hubhood-hero-categories-container .hubhood-hero-category .hubhood-hero-category-label,
.hubhood-frontpage-header-design-1.hubhood-frontpage-frontpage-header-categories-position-default .hubhood-hero-categories-container .hubhood-hero-category .hubhood-hero-category-label,
.hubhood-frontpage-header-design-1.hubhood-frontpage-frontpage-header-categories-position-default .hubhood-hero-categories-container .hubhood-hero-category .hubhood-hero-category-label {
        color: #fff;
}

.hubhood-frontpage-header-design-1.hubhood-frontpage-frontpage-header-categories-position-default.hubhood-frontpage-header-categories-design-5:not(.hubhood-frontpage-header-categories-dark-label) .hubhood-hero-categories-container .hubhood-hero-category .hubhood-hero-category-label {
        color: #252525;
}

.hubhood-frontpage-header-categories-design-42 .hubhood-hero-categories-container .hubhood-hero-category {
        box-shadow: none !important;
}

.hubhood-frontpage-header-categories-design-43 .hubhood-hero-categories-container .hubhood-hero-category {
        box-shadow: 5px 5px 20px rgba(0,0,0,0.12) !important;
}

.hubhood-frontpage-header-categories-design-40 .hubhood-hero-categories-container .hubhood-hero-categories-inner, .hubhood-frontpage-header-categories-design-34 .hubhood-hero-categories-container .hubhood-hero-categories-inner {
        height: 291px;
        min-height: 291px;
        min-height: 291px;
}

.hubhood-frontpage-header-categories-design-41 .hubhood-hero-categories-container .hubhood-hero-categories-inner,
.hubhood-frontpage-header-categories-design-42 .hubhood-hero-categories-container .hubhood-hero-categories-inner,
.hubhood-frontpage-header-categories-design-43 .hubhood-hero-categories-container .hubhood-hero-categories-inner {
        height: 231px !important;
        min-height: 231px !important;
        min-height: 231px !important;
}

.hubhood-frontpage-header-categories-design-41 .hubhood-hero-categories-container .hubhood-hero-category,
.hubhood-frontpage-header-categories-design-42 .hubhood-hero-categories-container .hubhood-hero-category,
.hubhood-frontpage-header-categories-design-43 .hubhood-hero-categories-container .hubhood-hero-category {
        height: 205px !important;
        -webkit-font-smoothing: antialiased;
}

.hubhood-frontpage-header-categories-design-42 .hubhood-hero-categories-container .hubhood-hero-category {
        box-shadow: 7px 7px 20px rgb(0 0 0 / 6%) !important;
        border: 1px solid rgba(0,0,0,0.05);
}

.hubhood-frontpage-header-categories-design-42 .hubhood-hero-categories-container .hubhood-hero-category:hover .hubhood-hero-category-label,
.hubhood-frontpage-header-categories-design-43 .hubhood-hero-categories-container .hubhood-hero-category:hover .hubhood-hero-category-label {
        color: var(--hubhood-color);
}

.hubhood-frontpage-header-categories-design-43 .hubhood-hero-categories-container .hubhood-hero-category {
        border: 4px dashed #eee;
}

.hubhood-frontpage-header-categories-design-40 .hubhood-hero-categories-container .hubhood-listing-card-icon,
.hubhood-frontpage-header-categories-design-41 .hubhood-hero-categories-container .hubhood-listing-card-icon,
.hubhood-frontpage-header-categories-design-42 .hubhood-hero-categories-container .hubhood-listing-card-icon,
.hubhood-frontpage-header-categories-design-43 .hubhood-hero-categories-container .hubhood-listing-card-icon,
.hubhood-flat-card-icon {
        position: absolute;
        left: 50%;
        transform: translate(-50%,-50%);
        top: calc(50% - 5px);
        max-width: calc(100% - 10px);
        height: auto;
        min-height: 48px;
}

.hubhood-hero-categories-container .hubhood-hero-category img {
        transform: translate(-50%,-50%);
}

.hubhood-frontpage-header-categories-design-36 .hubhood-hero-categories-container .hubhood-hero-category img,
.hubhood-frontpage-header-categories-design-42 .hubhood-hero-categories-container .hubhood-hero-category img,
.hubhood-frontpage-header-categories-design-43 .hubhood-hero-categories-container .hubhood-hero-category img {
        transform: translate(-50%,-55%);
}

.hubhood-hero-categories-container .hubhood-hero-category:hover img {
        transform: translate(-50%,-54%);
        -webkit-font-smoothing: antialiased;
}

.hubhood-frontpage-header-categories-design-36 .hubhood-hero-categories-container .hubhood-hero-category:hover img,
.hubhood-frontpage-header-categories-design-44 .hubhood-hero-categories-container .hubhood-hero-category:hover img,
.hubhood-frontpage-header-categories-design-42 .hubhood-hero-categories-container .hubhood-hero-category:hover img,
.hubhood-frontpage-header-categories-design-43 .hubhood-hero-categories-container .hubhood-hero-category:hover img {
        transform: translate(-50%,-60%);
}

.hubhood-style-hero-categories-edges-rounded.hubhood-frontpage-header-categories-design-5 .hubhood-hero-categories-container .hubhood-hero-category,
.hubhood-style-hero-categories-edges-rounded.hubhood-frontpage-header-categories-design-5 .hubhood-hero-categories-container .hubhood-hero-category:before,
.hubhood-style-hero-categories-edges-rounded.hubhood-frontpage-header-categories-design-12 .hubhood-hero-categories-container .hubhood-hero-category:after,
.hubhood-style-hero-categories-edges-rounded.hubhood-frontpage-header-categories-design-13 .hubhood-hero-categories-container .hubhood-hero-category:after,
.hubhood-style-hero-categories-edges-rounded.hubhood-frontpage-header-categories-design-14 .hubhood-hero-categories-container .hubhood-hero-category:after,
.hubhood-style-hero-categories-edges-rounded.hubhood-frontpage-header-categories-design-15 .hubhood-hero-categories-container .hubhood-hero-category:after {
        border-radius: 20px 20px 0 0 ;
}

.hubhood-style-hero-categories-edges-rounded.hubhood-frontpage-header-categories-design-9 .hubhood-hero-categories-container .hubhood-hero-category:after,
.hubhood-style-hero-categories-edges-rounded.hubhood-frontpage-header-categories-design-10 .hubhood-hero-categories-container .hubhood-hero-category:after,
.hubhood-style-hero-categories-edges-rounded.hubhood-frontpage-header-categories-design-11 .hubhood-hero-categories-container .hubhood-hero-category:after {
        border-radius: 20px;
}

.hubhood-style-hero-categories-edges-rounded.hubhood-frontpage-header-categories-design-5 .hubhood-hero-categories-container .hubhood-hero-category .hubhood-hero-category-label {
        border-radius: 0 0 20px 20px;
}

.hubhood-term-cards .hubhood-flat-card-icon {
        z-index: 9;
        top: 40px;
        transform: translate(-50%,0);
}

.hubhood-terms-inner > .row > .hubhood-the-term-card-wrapper:nth-child(even) .hubhood-flat-card-icon {
        top: auto;
        bottom: 40px;
        transform: translate(-50%,0);
}



.hubhood-style-hero-categories-edges-bit-rounded.hubhood-frontpage-header-categories-design-5 .hubhood-hero-categories-container .hubhood-hero-category,
.hubhood-style-hero-categories-edges-bit-rounded.hubhood-frontpage-header-categories-design-5 .hubhood-hero-categories-container .hubhood-hero-category:before,
.hubhood-style-hero-categories-edges-bit-rounded.hubhood-frontpage-header-categories-design-12 .hubhood-hero-categories-container .hubhood-hero-category:after,
.hubhood-style-hero-categories-edges-bit-rounded.hubhood-frontpage-header-categories-design-13 .hubhood-hero-categories-container .hubhood-hero-category:after,
.hubhood-style-hero-categories-edges-bit-rounded.hubhood-frontpage-header-categories-design-14 .hubhood-hero-categories-container .hubhood-hero-category:after,
.hubhood-style-hero-categories-edges-bit-rounded.hubhood-frontpage-header-categories-design-15 .hubhood-hero-categories-container .hubhood-hero-category:after {
        border-radius: 12px 12px 0 0 ;
}

.hubhood-style-hero-categories-edges-bit-rounded.hubhood-frontpage-header-categories-design-9 .hubhood-hero-categories-container .hubhood-hero-category:after,
.hubhood-style-hero-categories-edges-bit-rounded.hubhood-frontpage-header-categories-design-10 .hubhood-hero-categories-container .hubhood-hero-category:after,
.hubhood-style-hero-categories-edges-bit-rounded.hubhood-frontpage-header-categories-design-11 .hubhood-hero-categories-container .hubhood-hero-category:after {
        border-radius: 12px;
}

.hubhood-style-hero-categories-edges-bit-rounded.hubhood-frontpage-header-categories-design-5 .hubhood-hero-categories-container .hubhood-hero-category .hubhood-hero-category-label {
        border-radius: 0 0 12px 12px;
}


.hubhood-style-hero-categories-edges-rounded.hubhood-frontpage-header-categories-design-36 .hubhood-hero-categories-container .hubhood-hero-category,
.hubhood-style-hero-categories-edges-rounded.hubhood-frontpage-header-categories-design-36 .hubhood-hero-categories-container .hubhood-hero-category:before,
.hubhood-style-hero-categories-edges-rounded.hubhood-frontpage-header-categories-design-37 .hubhood-hero-categories-container .hubhood-hero-category,
.hubhood-style-hero-categories-edges-rounded.hubhood-frontpage-header-categories-design-37 .hubhood-hero-categories-container .hubhood-hero-category:before {
        border-radius: 20px 20px 28px 28px;
}


.hubhood-style-hero-categories-edges-bit-rounded.hubhood-frontpage-header-categories-design-37 .hubhood-hero-categories-container .hubhood-hero-category,
.hubhood-style-hero-categories-edges-bit-rounded.hubhood-frontpage-header-categories-design-37 .hubhood-hero-categories-container .hubhood-hero-category:before {
        border-radius: 12px 12px 16px 16px;
}





.hubhood-search-box-full .hubhood-search-input {
        box-shadow    : none;
        padding-left  : 0;
        padding-right : 0;
        background: transparent;
}

.hubhood-search-box-full .hubhood-search-bar-container [class*="col-md-"]{
        -webkit-flex-grow: 1;
        -ms-flex-grow: 1;
        flex-grow: 1;
}

.hubhood-frontpage-header-design-4 .hubhood-front-page-hero-section .hubhood-search-box-full .hubhood-search-bar-container [class*="col-md-"]{
        min-width: 50%;
}

.hubhood-search-keywords.hubhood-search-keywords-single-listing {
        height        : auto;
        border        : 0;
        border-radius : 4px;
}

.hubhood-search-keywords.hubhood-search-keywords-single-listing.hubhood-search-keywords-dark-design {
        padding          : 0;
        background-color : transparent;
        box-shadow       : none;
}

.hubhood-search-keywords.hubhood-search-keywords-single-listing .hubhood-button {
        top          : 0;
        margin-right : 25px;
}

.hubhood-search-keywords.hubhood-search-keywords-single-listing .hubhood-button.hubhood-more-suggestions-button {
        top          : 22px;
        margin-right : 25px;
        padding      : 0;
        right        : -20px;
}

.hubhood-badge-remaining-counter {
        font-size : 18px;
}

.hubhood-search-keywords.hubhood-search-keywords-single-listing .hubhood-button:not(.hubhood-more-suggestions-button) {
        text-align    : center;
        line-height   : 1;
        margin-bottom : -16px;
        top           : -8px;
}

.hubhood-awards-section .hubhood-search-keywords.hubhood-search-keywords-single-listing .hubhood-button:not(.hubhood-more-suggestions-button) {
        min-width : 188px;
}

.hubhood-awards-section .hubhood-search-keywords-single-listing {
        margin-bottom : -30px;
}

.hubhood-awards-section .hubhood-button {
        width         : 100%;
        text-align    : center;
        margin-bottom : 30px;
}

.hubhood-search-input input {
        top           : -1px;
        font-weight   : 600;
        color         : #252525;
        border-radius : 0;
        white-space   : nowrap;
        overflow      : hidden;
        text-overflow : ellipsis;
}

.hubhood-search-keywords {
        white-space   : nowrap;
        font-size     : 0;
        overflow      : hidden;
        border-top    : 0;
        border-radius : 0 0 4px 4px;
        box-shadow    : 15px 15px 30px rgb(0 0 0 / 10%), 0 -5px #fff;
}

.hubhood-search-keywords.hubhood-show-all-keywords,
.hubhood-search-keywords.hubhood-show-all-keywords .hubhood-search-keywords-inner {
        white-space: normal;
        height: auto;
        width: calc(100% + 20px);
}

.hubhood-search-keywords.hubhood-show-all-keywords .hubhood-search-keywords-inner ~ .hubhood-suggestions-overlay-button {
        position: relative;
        height: 48px;
        display: block;
        margin-top: -25px;
        margin-bottom: -20px;
        width: 100%;
}

.hubhood-search-keywords.hubhood-show-all-keywords .hubhood-search-keywords-inner ~ .hubhood-suggestions-overlay-button .hubhood-button-light.hubhood-button {
        top: 0;
        right: -5px;
}

.hubhood-search-box-full .hubhood-search-keywords {
        box-shadow : none;
}

.hubhood-reset-filter {
        position         : absolute;
        width            : 30px;
        height           : 30px;
        top              : -38px;
        left             : 5px;
        font-size        : 18px;
        text-shadow      : 2px 2px 5px rgb(0 0 0 / 50%);
        background-color : var(--hubhood-color);
        text-align       : center;
        line-height      : 28px;
        border-radius    : 30px;
        padding-left     : 2px;
}

.hubhood-search-keywords .hubhood-search-group-icon span {
        color : #252525;
}

.hubhood-search-filters {
        height           : auto;
        padding-top      : 0;
        padding-bottom   : 0;
        background-color : rgba(255, 255, 255, 0.15);
        border           : 4px solid #fff;
        bottom           : 41px;
        z-index          : 4;
}

.hubhood-search-filters:before {
        content       : "";
        position      : absolute;
        top           : 84px;
        left          : 0;
        width         : 100%;
        border-bottom : 4px solid #fff;
}

.hubhood-search-filters-wrapper {
        width         : 100%;
        position      : relative;
        margin-bottom : -4px;
}

.hubhood-search-group-icon {
        font-size      : 40px;
        height         : 44px;
        line-height    : 38px;
        position       : relative;
        display        : inline-block;
        vertical-align : top;
}

.hubhood-search-keywords-inner {
        display : inline-block;
}

.hubhood-show-all-keywords .hubhood-search-keywords-inner {
        margin-bottom: -40px;
}

.hubhood-show-all-keywords .hubhood-suggestions-overlay-button {
        display: none !important;
}

.hubhood-show-all-keywords .hubhood-search-keywords-inner .hubhood-hero-category {
        margin: 0 20px 20px 0;
}

.hubhood-search-group-icon.hubhood-search-keywords-group-label:before {
        content : none;
}

.hubhood-search-group-icon.hubhood-search-keywords-group-label span {
        max-width    : none;
        padding-left : 0;
}

.hubhood-search-input .hubhood-search-group-icon,
.hubhood-search-keywords .hubhood-search-group-icon {
        top : -7px;
}

.hubhood-search-input .hubhood-search-group-icon {
        width : 44px;
}

.hubhood-search-input .hubhood-search-group-icon:before {
        padding-left : 4px;
}

.hubhood-search-keywords .hubhood-search-group-icon span {
        font-weight : 600;
}

.hubhood-search-group-icon.hubhood-exploreby-button {
        font-size      : 36px;
        color          : #fff;
        cursor         : pointer;
        display        : inline-block;
        vertical-align : middle;
        max-width      : calc(50% - 2px);
        margin-top     : 20px;
        margin-bottom  : 24px;
        white-space    : nowrap;
}

.hubhood-search-group-icon.hubhood-exploreby-button:hover {
        opacity : 0.6;
}

.hubhood-search-group-icon.hubhood-exploreby-button:before {
        padding-left : 2px;
}

.hubhood-search-group-icon span {
        color          : #fff;
        font-size      : 20px;
        font-weight    : 600;
        padding-left   : calc(var(--bs-gutter-x) / 2);
        padding-right  : var(--bs-gutter-x);
        display        : inline-block;
        vertical-align : middle;
        max-width      : calc(100% - 39px);
        white-space    : nowrap;
        overflow       : hidden;
        text-overflow  : ellipsis;
}

.hubhood-search-input-field,
.hubhood-search-input-field:focus {
        display        : inline-block;
        vertical-align : middle;
        height         : 30px;
        line-height    : 30px;
        padding-left   : 13px;
        border         : 0;
        outline        : none;
        font-size      : 17px;
        width          : calc(100% - 50px);
}

/*******************************************************************************
30 - General Term Cards
*******************************************************************************/

.hubhood-term-cards .hubhood-term-card {
        position         : relative;
        margin-bottom    : var(--bs-gutter-x);
        background-color : #252525;
        color            : #fff;
        border-radius    : 4px;
        box-shadow: 15px 15px 30px rgb(0 0 0/30%);
}

.hubhood-listing-terms-design-28-b-3 .hubhood-term-card {
        box-shadow: 15px 15px 30px rgb(0 0 0 / 60%), 0 0 100px rgb(0 0 0) inset, 0 0 15px rgb(0 0 0) inset, 0 0 15px rgb(0 0 0) inset;
}

.hubhood-background-image,
.hubhood-popup .hubhood-hero-image {
        background-repeat   : no-repeat;
        background-position : center center;
        background-size     : cover;
}

.hubhood-term-design-2-background {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 0;
}

.hubhood-term-image-block-1 {
        position: absolute;
        width: 60%;
        height: 100%;
        top: 0;
        left: 0;
        border-radius: 4px 0 0 4px;
        z-index: 5;
}

.hubhood-term-image-block-2 {
        position: absolute;
        width: 40%;
        height: 50%;
        top: 0;
        left: 60%;
        border-radius: 0 4px 0 0;
        z-index: 6;
        box-shadow: -20px 0 30px -10px rgba(0,0,0,0.3);
}

.hubhood-term-image-block-3 {
        position: absolute;
        width: 40%;
        height: 50%;
        top: 50%;
        left: 60%;
        border-radius: 0 0 4px 0;
        z-index: 7;
        box-shadow: -20px -20px 30px 0 rgba(0,0,0,0.3);
}

.hubhood-term-design-background-count-1 .hubhood-term-image-block-1 {
        border-radius: 4px;
}

.hubhood-term-design-background-count-2 .hubhood-term-image-block-2 {
        border-radius: 0 4px 4px 0;
}

.hubhood-term-design-background-count-2 .hubhood-term-image-block-1,
.hubhood-term-design-background-count-2 .hubhood-term-image-block-2,
.hubhood-term-design-background-count-2 .hubhood-term-image-block-3 {
        width: 50%;
        height: 100%;
}

.hubhood-term-design-background-count-2 .hubhood-term-image-block-2,
.hubhood-term-design-background-count-2 .hubhood-term-image-block-3 {
        width: 50%;
        top: 0;
        left: 50%;
        width: 50%;
        height: 100%;
}

.hubhood-term-design-background-count-1 .hubhood-term-image-block-1,
.hubhood-term-design-background-count-1 .hubhood-term-image-block-2,
.hubhood-term-design-background-count-1 .hubhood-term-image-block-3 {
        width: 100%;
}

.hubhood-term-design-2-background ~ .hubhood-term-card-title {
        border: 0;
}

.widget_hubhood_listing_categories .hubhood-term-card-title,
.widget_hubhood_listing_regions .hubhood-term-card-title,
.widget_hubhood_listing_amenities .hubhood-term-card-title,
.widget_hubhood_listing_categories .hubhood-term-description,
.widget_hubhood_listing_regions .hubhood-term-description,
.widget_hubhood_listing_amenities .hubhood-term-description{
        max-width: 100%;
        white-space    : nowrap;
        overflow       : hidden;
        text-overflow  : ellipsis;
}

.hubhood-term-design-2-background .hubhood-background-image:before {
        opacity: 0;
}

.hubhood-term-design-2-background ~ .hubhood-term-card-title:before {
        display: none;
}

.hubhood-listing-terms-design-20 .hubhood-term-card-icon:after {
        display: none;
}

.hubhood-listing-terms-design-20 .hubhood-term-card-icon-design-2 {
        border: 4px solid #fff !important;
        font-size: 20px;
        width: 48px;
        height: 48px;
        line-height: 36px;
        transform: none;
        right: auto;
        top: 30px;
        left: 30px;
}

.hubhood-term-abbreviation .hubhood-term-card-icon {
        top: 1px !important;
        left: 1px !important;
}

.hubhood-replace-abbr-by-icon .hubhood-term-abbreviation {
        background: transparent !important;
        width: 50px !important;
        height: 50px !important;
        border-radius: 50px !important;
        top: 21px !important;
}

.hubhood-listing-terms-design-20 .hubhood-term-card-icon-design-2:before {
        -webkit-text-stroke-width: 0.05em;
}

.widget_hubhood_listing_categories .hubhood-listing-terms-design-20 .hubhood-term-card-icon-design-2 .hubhood-term-counter,
.widget_hubhood_listing_region .hubhood-listing-terms-design-20 .hubhood-term-card-icon-design-2 .hubhood-term-counter {
        position: absolute;
        top: 65px;
        right: auto;
        left: -4px;
        transform: none;
}

.hubhood-term-link {
        position      : absolute;
        top           : 0;
        left          : 0;
        border-radius : 4px;
        width         : 100%;
        height        : 100%;
        z-index       : 10;
}

.hubhood-top-terms.hubhood-terms-bordered-color .hubhood-term-link {
        border : 4px solid var(--hubhood-color);
}

.hubhood-term-cards .hubhood-term-card:before {
        opacity : 1;
}

.hubhood-term-cards .hubhood-term-card:after {
        opacity : 0.9;
}

.hubhood-term:before {
        opacity : 0.5;
}

.hubhood-term:after {
        opacity : 0.5;
}

.hubhood-term-cards .col-sm-12 .col-sm-4.hubhood-force-term-card-vertical:first-child .hubhood-term-card {
        height : 750px;
}

.hubhood-terms-joined>.row {
        width : 100%;
}

.hubhood-term-cards .col-sm-12 .hubhood-term-card,
.hubhood-term-cards .hubhood-term-short-colum .hubhood-term-card {
        height : 360px;
}

.hubhood-listing-terms-design-21 .col-sm-12 .hubhood-term-card {
        height : 380px;
}

.hubhood-term-cards .hubhood-term-tall-column .hubhood-term-card {
        height : 750px;
}

.hubhood-term-card-icon {
        position      : absolute;
        width         : 120px;
        height        : 120px;
        left          : calc(50% - 60px);
        top           : calc(50% - 100px);
        border        : 4px solid #fff;
        font-size     : 36px;
        color         : #fff;
        text-align    : center;
        line-height   : 95px;
        border-radius : 50%;
        text-shadow   : 1px 1px 0 rgba(0,0,0,0.4);
        z-index       : 3;
}

.hubhood-listing-terms-design-21 .hubhood-term-card-icon {
        top           : calc(50% - 65px);
}

.hubhood-listing-terms-design-21 .hubhood-term-image-block-1,
.hubhood-listing-terms-design-21 .hubhood-term-image-block-2,
.hubhood-listing-terms-design-21 .hubhood-term-image-block-3,
.hubhood-listing-terms-design-20-c .hubhood-term-image-block-1,
.hubhood-listing-terms-design-20-c .hubhood-term-image-block-2,
.hubhood-listing-terms-design-20-c .hubhood-term-image-block-3 {
        width: 50%;
}

.hubhood-listing-terms-design-21 .hubhood-term-image-block-2,
.hubhood-listing-terms-design-21 .hubhood-term-image-block-3,
.hubhood-listing-terms-design-20-c .hubhood-term-image-block-2,
.hubhood-listing-terms-design-20-c .hubhood-term-image-block-3 {
        left: 50%;
}

.hubhood-listing-terms-design-21 .hubhood-term-design-background-count-1 .hubhood-term-image-block-1,
.hubhood-listing-terms-design-21 .hubhood-term-design-background-count-1 .hubhood-term-image-block-2,
.hubhood-listing-terms-design-21 .hubhood-term-design-background-count-1 .hubhood-term-image-block-3,
.hubhood-listing-terms-design-20-c .hubhood-term-design-background-count-1 .hubhood-term-image-block-1,
.hubhood-listing-terms-design-20-c .hubhood-term-design-background-count-1 .hubhood-term-image-block-2,
.hubhood-listing-terms-design-20-c .hubhood-term-design-background-count-1 .hubhood-term-image-block-3 {
        width: 100%;
        top: 0;
        left: 0;
}

.hubhood-listing-terms-design-21 .hubhood-term-design-background-count-1 .hubhood-term-image-block-2,
.hubhood-listing-terms-design-21 .hubhood-term-design-background-count-1 .hubhood-term-image-block-3,
.hubhood-listing-terms-design-20-c .hubhood-term-design-background-count-1 .hubhood-term-image-block-2,
.hubhood-listing-terms-design-20-c .hubhood-term-design-background-count-1 .hubhood-term-image-block-3 {
        left: 0;
}

.hubhood-listing-terms-design-21 .hubhood-term-design-background-count-2 .hubhood-term-image-block-1,
.hubhood-listing-terms-design-21 .hubhood-term-design-background-count-2 .hubhood-term-image-block-2,
.hubhood-listing-terms-design-21 .hubhood-term-design-background-count-2 .hubhood-term-image-block-3,
.hubhood-listing-terms-design-20-c .hubhood-term-design-background-count-2 .hubhood-term-image-block-1,
.hubhood-listing-terms-design-20-c .hubhood-term-design-background-count-2 .hubhood-term-image-block-2,
.hubhood-listing-terms-design-20-c .hubhood-term-design-background-count-2 .hubhood-term-image-block-3 {
        width: 50%;
        top: 0;
}


.hubhood-listing-terms-design-20.hubhood-listing-terms-design-20-c .hubhood-term-card-icon-design-2 {
        left: calc( 50% - 24px );
        top: calc( 50% - 60px );
}

.hubhood-listing-terms-design-20-d .hubhood-term-card-title {
        width: 100%;
        text-align: center;
        bottom: auto;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
}

.hubhood-term-cards.hubhood-listing-terms-design-20-d .col-sm-12 .hubhood-term-card {
        height: 120px;
}

.hubhood-term-cards.hubhood-listing-terms-design-20-d.hubhood-listing-terms-design-20-d-2 .col-sm-12 .hubhood-term-card {
        height: 260px;
}

.hubhood-term-cards.hubhood-listing-terms-design-20-d-2 .hubhood-term-counter {
        top: auto;
        bottom: 30px;
        transform: none;
}

.hubhood-term-cards.hubhood-listing-terms-design-20-d-2 .hubhood-term-card .hubhood-term-counter {
        border: 4px solid #fff;
        background-color: transparent;
        color: #fff;
        width: auto;
        padding-left: 7px;
        padding-right: 7px;
        line-height: 42px;
        min-width: 48px;
        white-space: nowrap;
        font-weight: 600 !important;
}

.hubhood-term-cards.hubhood-listing-terms-design-20-d-2 .hubhood-term-card .hubhood-term-abbreviation .hubhood-term-counter {
        text-shadow: 1px 1px 0 rgba(0,0,0,0.5), 2px 2px 8px rgba(0,0,0,1);
}

.hubhood-term-cards.hubhood-listing-terms-design-20-d.hubhood-listing-terms-design-20-d-2-2 .col-sm-12 .hubhood-term-card {
        height: 290px;
}

.hubhood-term-cards.hubhood-listing-terms-design-20-d-2-2 .hubhood-term-card .hubhood-term-card-icon {
        left: calc(50% - 24px);
        right: auto;
        top: 60px;
}

.hubhood-term-cards.hubhood-listing-terms-design-20-d-2-2 .hubhood-term-card .hubhood-term-counter {
        left: calc(50% - 24px);
        right: auto;
        bottom: 60px;
}

.hubhood-term-cards.hubhood-listing-terms-design-20-d.hubhood-listing-terms-design-20-d-2-3 .col-sm-12 .hubhood-term-card {
        height: 108px;
}

.hubhood-term-cards.hubhood-listing-terms-design-20-d-2-3 .hubhood-term-card .hubhood-term-card-icon,
.hubhood-term-cards.hubhood-listing-terms-design-20-d-2-3 .hubhood-term-card .hubhood-term-counter {
        bottom: auto;
        top: calc(50% - 24px);
}

.hubhood-term-cards.hubhood-listing-terms-design-20-d-2-3 .hubhood-term-card .hubhood-term-counter {
        display: none;
}

.hubhood-term-cards.hubhood-listing-terms-design-20-d-2-3 .hubhood-term-card .hubhood-term-card-title {
        text-align: left;
        padding-left: 102px;
}

.hubhood-term-cards.hubhood-listing-terms-design-20-d-2-3-2 .hubhood-term-card .hubhood-term-counter {
        display: block;
}

.hubhood-term-cards.hubhood-listing-terms-design-20-d-2-3-2 .hubhood-term-card .hubhood-term-card-icon {
        display: none;
}

.hubhood-term-cards.hubhood-listing-terms-design-20-d-2-3-2 .hubhood-term-card .hubhood-term-card-title {
        text-align: left;
        padding-left: 30px;
}

.hubhood-term-cards.hubhood-listing-terms-design-20-d-2-4 .hubhood-term-card .hubhood-term-counter {
        top: 30px;
        left: 102px;
        bottom: auto;
        right: auto;
}

.hubhood-term-cards.hubhood-listing-terms-design-20-d-2-4-2 .hubhood-term-card .hubhood-term-card-title {
        text-align: right;
        transform: none;
        top: auto;
        left: auto;
        bottom: 30px;
        right: 30px;
        padding: 0;
}

.hubhood-term-cards.hubhood-listing-terms-design-20-d-2-4-3 .hubhood-term-card .hubhood-term-card-title {
        text-align: left;
        transform: none;
        top: auto;
        left: 30px;
        bottom: 30px;
        padding: 0;
}

.hubhood-term-cards.hubhood-listing-terms-design-20-d-2-4-3 .hubhood-term-design-2-background .hubhood-term-image-block-1,
.hubhood-term-cards.hubhood-listing-terms-design-20-d-2-4-3 .hubhood-term-design-2-background .hubhood-term-image-block-2,
.hubhood-term-cards.hubhood-listing-terms-design-20-d-2-4-3 .hubhood-term-design-2-background .hubhood-term-image-block-3 {
        width: 100%;
        height: 50%;
}

.hubhood-term-cards.hubhood-listing-terms-design-20-d-2-4-3 .hubhood-term-design-background-count-1 .hubhood-term-image-block-1,
.hubhood-term-cards.hubhood-listing-terms-design-20-d-2-4-3 .hubhood-term-design-background-count-1 .hubhood-term-image-block-2,
.hubhood-term-cards.hubhood-listing-terms-design-20-d-2-4-3 .hubhood-term-design-background-count-1 .hubhood-term-image-block-3 {
        height: 100%;
}

.hubhood-term-cards.hubhood-listing-terms-design-20-d-2-4-3 .hubhood-term-design-2-background .hubhood-term-image-block-2,
.hubhood-term-cards.hubhood-listing-terms-design-20-d-2-4-3 .hubhood-term-design-2-background .hubhood-term-image-block-3 {
        top: 50%;
        left: 0;
}

.hubhood-term-cards.hubhood-listing-terms-design-20-d-2-4-3-2 .hubhood-term-card .hubhood-term-counter {
        top: 100px;        
        left: 30px;
}

.hubhood-term-cards.hubhood-listing-terms-design-20-d-2-4-3-5 .hubhood-term-card .hubhood-term-counter,
.hubhood-term-cards.hubhood-listing-terms-design-20-d-2-4-3-6 .hubhood-term-card .hubhood-term-counter {
        top: auto;
        left: auto;
        bottom: 30px;
        right: 30px;
}

.hubhood-term-cards.hubhood-listing-terms-design-20-d.hubhood-listing-terms-design-20-d-2-4-6 .col-sm-12 .hubhood-term-card {
        height: 292px;
}

.hubhood-term-cards.hubhood-listing-terms-design-20-d.hubhood-listing-terms-design-20-d-2-4-3-2 .col-sm-12 .hubhood-term-card,
.hubhood-term-cards.hubhood-listing-terms-design-20-d.hubhood-listing-terms-design-20-d-2-4-3-3 .col-sm-12 .hubhood-term-card {
        height: 420px;
}

.hubhood-term-cards.hubhood-listing-terms-design-20-d.hubhood-listing-terms-design-20-d-2-4-3-3-3 .col-sm-12 .hubhood-term-card {
        height: 190px;
}

.hubhood-term-cards.hubhood-listing-terms-design-20-d.hubhood-listing-terms-design-20-d-2-4-3-3-3 .col-lg-6 .hubhood-term-card {
        height: 322px;
}

.hubhood-term-cards.hubhood-listing-terms-design-20-d.hubhood-listing-terms-design-20-d-2-4-3-3-3 .hubhood-terms-inner > div > .col-sm-12 .hubhood-term-card {
        height: 210px;
}

.hubhood-term-cards.hubhood-listing-terms-design-20-d.hubhood-listing-terms-design-20-d-2-4-3-3-3 .hubhood-terms-inner > div > .col-sm-12:not(.hubhood-bootstrap-secondary-columm) .hubhood-term-card {
        height: 450px;
}

.hubhood-term-cards.hubhood-listing-terms-design-21-e .hubhood-term-link ~ .hubhood-term-card-icon-design-2 {
        border: 4px solid transparent;
}

.hubhood-term-cards.hubhood-listing-terms-design-21-e .hubhood-term-card .hubhood-term-counter {
        top: 90px;
}

.hubhood-term-cards.hubhood-listing-terms-design-21-e-2 .hubhood-term-card .hubhood-term-counter {
        transform: none;
        top: 30px;
        left: auto;
        bottom: auto;
        right: 30px;
}

.hubhood-term-cards.hubhood-listing-terms-design-21-e .hubhood-term-link ~ .hubhood-term-card-icon {
        line-height: 110px;
}

.hubhood-term-cards.hubhood-listing-terms-design-21-e .hubhood-term-link ~ .hubhood-term-card-icon:not(.fa):not(.fas) .hubhood-term-counter  {
        top: 30%;
}

.hubhood-term-cards.hubhood-listing-terms-design-21-e .hubhood-term-link ~ .hubhood-term-card-icon:after {
        width: 100%;
        height: 100%;
}

.hubhood-term-cards.hubhood-listing-terms-design-21-e-2-b .hubhood-term-link ~ .hubhood-term-card-icon:after,
.hubhood-term-cards.hubhood-listing-terms-design-21-g .hubhood-bootstrap-secondary-columm  .hubhood-term-link ~ .hubhood-term-card-icon:after,
.hubhood-term-cards.hubhood-listing-terms-design-21-g-4-b .hubhood-term-link ~ .hubhood-term-card-icon:after {
        display: none;
}

.hubhood-term-card .hubhood-term-counter-design-bordered {
        width: auto;
        padding-left: 7px;
        padding-right: 7px;
        min-width: 48px;
        white-space: nowrap;
        font-weight: 600 !important;
        background-color: transparent;
        color: #fff;
        font-size: 17px;
        text-shadow: 1px 1px 0 rgba(0,0,0,0.4);
        border: 4px solid #fff;
        line-height: 43px;
}

.hubhood-term-cards.hubhood-listing-terms-design-21-e-2-b-2 .hubhood-term-link ~ .hubhood-term-card-icon,
.hubhood-term-cards.hubhood-listing-terms-design-21-g .hubhood-bootstrap-secondary-columm  .hubhood-term-link ~ .hubhood-term-card-icon,
.hubhood-term-cards.hubhood-listing-terms-design-21-g-4-b .hubhood-term-link ~ .hubhood-term-card-icon {
        border: 4px solid #fff !important;
        font-size: 20px;
        width: 48px;
        height: 48px;
        line-height: 39px;
        padding-left: 1px;
        top: calc(50% - 24px);
        left: calc(50% - 24px);
}

.hubhood-term-cards.hubhood-listing-terms-design-21-g .hubhood-terms-inner > div > .col-sm-12:not(.hubhood-bootstrap-secondary-columm) .hubhood-term-link ~ .hubhood-term-card-icon {
        line-height: 108px;
        border-bottom: 4px solid #fff;
}

.hubhood-term-cards.hubhood-listing-terms-design-21-g-4-b .hubhood-terms-inner > div > .col-sm-12:not(.hubhood-bootstrap-secondary-columm) .hubhood-term-link ~ .hubhood-term-card-icon {
        line-height: 39px;
}

.hubhood-term-cards.hubhood-listing-terms-design-21-g .hubhood-terms-inner > div > .col-sm-12:not(.hubhood-bootstrap-secondary-columm) .hubhood-term-link:hover~.hubhood-term-card-icon-design-2 {
        border-bottom: 4px solid transparent;
}

.hubhood-term-cards.hubhood-listing-terms-design-21-e-2-b-2 .hubhood-term-link ~ .hubhood-term-card-icon:before,
.hubhood-term-cards.hubhood-listing-terms-design-21-g .hubhood-bootstrap-secondary-columm  .hubhood-term-link ~ .hubhood-term-card-icon:before {
        -webkit-text-stroke-width: 0.02em;
}

.hubhood-term-cards.hubhood-listing-terms-design-21-e-2-b-2-b .hubhood-term-card .hubhood-term-counter {
        display: none;
}

.hubhood-term-cards.hubhood-listing-terms-design-21-e-2-b-2-b-2 .col-sm-12 .hubhood-term-card,
.hubhood-term-cards.hubhood-listing-terms-design-21-g .col-sm-12 .hubhood-term-card {
        height: 440px;
}

.hubhood-term-cards.hubhood-listing-terms-design-21-e-2-b-2-b-2 .hubhood-bootstrap-secondary-columm .hubhood-term-card,
.hubhood-term-cards.hubhood-listing-terms-design-21-g .hubhood-bootstrap-secondary-columm .hubhood-term-card {
        height: 205px;
}

.hubhood-term-cards.hubhood-listing-terms-design-21-e-2-b-2-b-2-b .hubhood-bootstrap-secondary-columm  .hubhood-term-link ~ .hubhood-term-card-icon,
.hubhood-term-cards.hubhood-listing-terms-design-21-g .hubhood-bootstrap-secondary-columm .hubhood-term-link ~ .hubhood-term-card-icon,
.hubhood-term-cards.hubhood-listing-terms-design-21-g-4-b .hubhood-term-link ~ .hubhood-term-card-icon {
        right: auto;
        top: calc(50% - 24px);
        left: 30px;
        transform: none;
}

.hubhood-term-cards.hubhood-listing-terms-design-21-e-2-b-2-b-2-b .hubhood-bootstrap-secondary-columm .hubhood-term-card .hubhood-term-card-title,
.hubhood-term-cards.hubhood-listing-terms-design-21-g .hubhood-bootstrap-secondary-columm .hubhood-term-card .hubhood-term-card-title,
.hubhood-term-cards.hubhood-listing-terms-design-21-g-4-b .hubhood-term-card .hubhood-term-card-title {
        top: 50%;
        left: 30px;
        bottom: auto;
        transform: translate(0,-50%);
        padding-left: 72px;
}

.hubhood-term-cards.hubhood-listing-terms-design-21-e-2-b-2-b-2-b-2 .col-sm-12 .hubhood-term-card,
.hubhood-term-cards.hubhood-listing-terms-design-21-g-2 .col-sm-12 .hubhood-term-card {
        height: 390px;
}

.hubhood-term-cards.hubhood-listing-terms-design-21-e-2-b-2-b-2-b-2 .hubhood-bootstrap-secondary-columm .hubhood-term-card,
.hubhood-term-cards.hubhood-listing-terms-design-21-g-2 .hubhood-bootstrap-secondary-columm .hubhood-term-card,
.hubhood-term-cards.hubhood-listing-terms-design-21-g-4-b .hubhood-terms-inner .hubhood-term-card {
        height: 110px;
}

.hubhood-term-cards.hubhood-listing-terms-design-21-g-3 .hubhood-terms-inner > div > .col-sm-12:not(.hubhood-bootstrap-secondary-columm) .hubhood-term-link ~ .hubhood-term-card-icon,
.hubhood-term-cards.hubhood-listing-terms-design-21-g-3 .hubhood-bootstrap-secondary-columm .hubhood-term-link ~ .hubhood-term-card-icon,
.hubhood-term-cards.hubhood-listing-terms-design-21-g-4 .hubhood-terms-inner > div > .col-sm-12:not(.hubhood-bootstrap-secondary-columm) .hubhood-term-link ~ .hubhood-term-card-icon,
.hubhood-term-cards.hubhood-listing-terms-design-21-g-4 .hubhood-bootstrap-secondary-columm .hubhood-term-link ~ .hubhood-term-card-icon,
.hubhood-term-cards.hubhood-listing-terms-design-21-g-4-b .hubhood-terms-inner .hubhood-term-link ~ .hubhood-term-card-icon,
.hubhood-term-cards.hubhood-listing-terms-design-21-g-4-b .hubhood-terms-inner .hubhood-term-link ~ .hubhood-term-card-icon {
        border: 4px solid transparent !important;
}

.hubhood-term-cards.hubhood-listing-terms-design-21-g-3 .hubhood-terms-inner > div > .col-sm-12:not(.hubhood-bootstrap-secondary-columm) .hubhood-term-link ~ .hubhood-term-card-icon:after,
.hubhood-term-cards.hubhood-listing-terms-design-21-g-4 .hubhood-terms-inner > div > .col-sm-12:not(.hubhood-bootstrap-secondary-columm) .hubhood-term-link ~ .hubhood-term-card-icon:after {
        width: 100%;
        height: 100%;
}

.hubhood-term-cards.hubhood-listing-terms-design-21-g-3 .hubhood-bootstrap-secondary-columm .hubhood-term-link ~ .hubhood-term-card-icon,
.hubhood-term-cards.hubhood-listing-terms-design-21-g-4 .hubhood-bootstrap-secondary-columm .hubhood-term-link ~ .hubhood-term-card-icon,
.hubhood-term-cards.hubhood-listing-terms-design-21-g-4-b .hubhood-terms-inner .hubhood-term-link ~ .hubhood-term-card-icon {
        left: 20px;
        font-size: 22px;
}

.hubhood-term-cards.hubhood-listing-terms-design-21-g-3 .hubhood-bootstrap-secondary-columm .hubhood-term-link ~ .hubhood-term-card-icon:before,
.hubhood-term-cards.hubhood-listing-terms-design-21-g-4 .hubhood-bootstrap-secondary-columm .hubhood-term-link ~ .hubhood-term-card-icon:before,
.hubhood-term-cards.hubhood-listing-terms-design-21-g-4-b .hubhood-terms-inner .hubhood-term-link ~ .hubhood-term-card-icon:before {
        left: 20px;
        font-size: 22px;
        -webkit-text-stroke-width: 0.02em;
}

.hubhood-term-cards.hubhood-listing-terms-design-21-g-3 .hubhood-bootstrap-secondary-columm .hubhood-term-card .hubhood-term-card-title,
.hubhood-term-cards.hubhood-listing-terms-design-21-g-4 .hubhood-bootstrap-secondary-columm .hubhood-term-card .hubhood-term-card-title,
.hubhood-term-cards.hubhood-listing-terms-design-21-g-4-b .hubhood-terms-inner .hubhood-term-card .hubhood-term-card-title {
        padding-left: 52px;
}


.hubhood-term-cards.hubhood-listing-terms-design-20-h .hubhood-term-design-2-background .hubhood-term-image-block-1,
.hubhood-term-cards.hubhood-listing-terms-design-20-h .hubhood-term-design-2-background .hubhood-term-image-block-2,
.hubhood-term-cards.hubhood-listing-terms-design-20-h .hubhood-term-design-2-background .hubhood-term-image-block-3 {
        width: 75%;
        height: 100%;
        top: 0;
        left: 0;
        border-radius: 4px;
        box-shadow: 15px 15px 30px rgb(0 0 0 / 30%);
}

.hubhood-term-cards.hubhood-listing-terms-design-20-h .hubhood-term-design-2-background .hubhood-term-image-block-1 {
        min-width: 240px;
}


.hubhood-term-cards.hubhood-listing-terms-design-20-h .hubhood-term-design-2-background .hubhood-term-image-block-2 {
        left: auto;
        right: calc(40% + 40px);
        width: 50%;
        height: 60%;
        top: 24%;
        z-index: 8;
        transform: translate(80%,0);
        box-shadow: 15px 15px 30px rgb(0 0 0 / 30%),-20px 0 30px -10px rgba(0,0,0,1);
}


.hubhood-term-cards.hubhood-listing-terms-design-20-h .hubhood-term-design-2-background .hubhood-term-image-block-3 {
        left: auto;
        right: 0;
        width: 120px;
        height: 120px;
        top: calc(25% - 45px);
        z-index: 9;
        box-shadow: 15px 15px 30px rgb(0 0 0 / 30%),-20px 0 30px -10px rgba(0,0,0,1);
}

.hubhood-term-cards.hubhood-listing-terms-design-20-h .hubhood-terms-inner > div > div:nth-child(2n+2) .hubhood-term-design-2-background .hubhood-term-image-block-3 {
        top: 65%
}

.hubhood-term-cards.hubhood-listing-terms-design-20-h .hubhood-terms-inner > div > div:nth-child(3n+3) .hubhood-term-design-2-background .hubhood-term-image-block-3 {
        top: calc(25% - 45px);
}

.hubhood-term-cards.hubhood-listing-terms-design-20-h .hubhood-terms-inner > div > div:nth-child(2n+6) .hubhood-term-design-2-background .hubhood-term-image-block-3 {
        top: 65%
}

.hubhood-term-cards.hubhood-listing-terms-design-20-d.hubhood-listing-terms-design-20-d-2-4-6.hubhood-listing-terms-design-20-h .col-sm-12 .hubhood-term-card {
        height: 450px;        
}

.hubhood-term-cards.hubhood-listing-terms-design-20-h .hubhood-term-card,
.hubhood-term-cards.hubhood-listing-terms-design-20-h .hubhood-term-card:before,
.hubhood-term-cards.hubhood-listing-terms-design-20-h .hubhood-term-card:after {
        background: transparent;
        box-shadow: none;
}

.hubhood-term-cards.hubhood-listing-terms-design-20-h .hubhood-term-design-2-background .hubhood-background-image:before {
        opacity: 0.8;
}

.hubhood-term-cards.hubhood-listing-terms-design-20-h-2 .hubhood-term-design-2-background .hubhood-term-image-block-3,
.hubhood-term-cards.hubhood-listing-terms-design-20-h-2 .hubhood-term-design-2-background .hubhood-term-image-block-3:before {
        border-radius: 500px;
}

.hubhood-term-cards.hubhood-listing-terms-design-20-h-2-2 .hubhood-terms-inner .hubhood-term-link ~ .hubhood-term-card-icon {
        left: auto;
        right: 36px;
        top: 23.4%;
        box-shadow: 0 0 20px rgba(0,0,0,1);
}

.hubhood-term-cards.hubhood-listing-terms-design-20-h-2-2 .hubhood-terms-inner > div > div:nth-child(2n+2) .hubhood-term-link ~ .hubhood-term-card-icon {
        top: 73%
}

.hubhood-term-cards.hubhood-listing-terms-design-20-h-2-2 .hubhood-terms-inner > div > div:nth-child(3n+3) .hubhood-term-link ~ .hubhood-term-card-icon {
        top: 23.4%;
}

.hubhood-term-cards.hubhood-listing-terms-design-20-h-2-2 .hubhood-terms-inner > div > div:nth-child(2n+6) .hubhood-term-link ~ .hubhood-term-card-icon {
        top: 73%
}

.hubhood-listing-terms-design-20-h-2-3 .hubhood-terms-inner .hubhood-term-link ~ .hubhood-term-card-icon {
        border: 4px solid transparent !important;
        font-size: 36px;
        width: 90px;
        height: 90px;
        line-height: 78px;
        background-color: rgba(255,255,255,0.12);
}

.hubhood-listing-terms-design-20-h-2-3 .hubhood-terms-inner .hubhood-term-link ~ .hubhood-term-card-icon:before {
        -webkit-text-stroke-width: 0.001em;
}

.hubhood-term-cards.hubhood-listing-terms-design-20-h-2-3 .hubhood-terms-inner .hubhood-term-link ~ .hubhood-term-card-icon {
        top: 68.2%;
        right: 15px;
}


.hubhood-term-icons-disabled .hubhood-term-card-icon:before {
        opacity: 0;
}



.hubhood-term-cards.hubhood-listing-terms-design-20-h-2-3 .hubhood-terms-inner .hubhood-term-link ~ .hubhood-term-card-icon {
        left: auto;
        right: 15px;
        top: 18.4%;
        box-shadow: none;
}

.hubhood-term-cards.hubhood-listing-terms-design-20-h-2-3 .hubhood-terms-inner > div > div:nth-child(2n+2) .hubhood-term-link ~ .hubhood-term-card-icon {
        top: 68.2%;
        right: 15px;
}

.hubhood-term-cards.hubhood-listing-terms-design-20-h-2-3 .hubhood-terms-inner > div > div:nth-child(3n+3) .hubhood-term-link ~ .hubhood-term-card-icon {
        top: 18.4%;
}

.hubhood-term-cards.hubhood-listing-terms-design-20-h-2-3 .hubhood-terms-inner > div > div:nth-child(2n+6) .hubhood-term-link ~ .hubhood-term-card-icon {
        top: 68.2%;
}

.hubhood-term-cards.hubhood-listing-terms-design-20-d.hubhood-listing-terms-design-20-d-2-4-6.hubhood-listing-terms-design-20-h-2-3-b .hubhood-terms-inner {
        margin-top: 0;
        margin-bottom: 0;
}

.hubhood-term-cards.hubhood-listing-terms-design-20-d.hubhood-listing-terms-design-20-d-2-4-6.hubhood-listing-terms-design-20-h-2-3-b .col-sm-12 .hubhood-term-card {
        height: auto;
        margin-top: calc(-16% + 55px);
        margin-bottom: calc(-16% + 55px);
}

.hubhood-term-cards.hubhood-listing-terms-design-20-d.hubhood-listing-terms-design-20-d-2-4-6.hubhood-listing-terms-design-20-h-2-3-b .hubhood-term-card-title {
        bottom: 40px;
}

.hubhood-term-cards.hubhood-listing-terms-design-20-h-2-3-b .col-sm-12 .hubhood-term-card {
        width: 100%;
        height: auto;
        padding-bottom: calc(100% - 30px);
}

.hubhood-term-cards.hubhood-term-design-x-1-b-2-b .col-sm-12 .hubhood-term-card {
        padding-bottom: calc(50% - 30px);
}

.hubhood-term-cards.hubhood-term-design-x-2 .col-sm-12 .hubhood-term-card {
        height: 90px !important;
        padding: 0;
}

.hubhood-term-cards.hubhood-term-design-x-2 .hubhood-term-abbreviation {
        position: absolute;
        top: 22px;
        left: 20px;
        transform: none;
        width: 55px;
        height: 50px;
        line-height: 51px;
        font-size: 30px;
        border-radius: 4px;
        background-color: var(--hubhood-color);
}

.hubhood-term-cards.hubhood-term-design-x-2 .hubhood-term-abbr-length-3 {
        font-size: 23px;
}

.hubhood-term-cards.hubhood-term-design-x-2 .hubhood-term-abbr-length-4 {
        font-size: 18px;
}

.hubhood-term-cards.hubhood-listing-terms-design-20-d.hubhood-listing-terms-design-20-d-2-4-6.hubhood-listing-terms-design-20-h-2-3-b.hubhood-term-cards.hubhood-term-design-x-2 .hubhood-term-card-title {
        position: absolute;
        top: 50%;
        text-align: left;
        left: 25px;
        transform: translate(0,-50%);
        height: auto;
        max-height: 9999px;
        font-size: 17px;
        line-height: 16px;
        bottom: auto;
        color: #fff;
        margin-top: 5px;
        max-width: calc(100% - 92px);
        white-space    : nowrap;
        overflow       : hidden;
        text-overflow  : ellipsis;
}

.hubhood-term-cards.hubhood-listing-terms-design-20-d.hubhood-listing-terms-design-20-d-2-4-6.hubhood-listing-terms-design-20-h-2-3-b.hubhood-term-cards.hubhood-term-design-x-2 .hubhood-term-abbreviation ~ .hubhood-term-card-title {
        left: 94px;
        max-width: calc(100% - 160px);
}

.hubhood-term-cards.hubhood-listing-terms-design-20-d.hubhood-listing-terms-design-20-d-2-4-6.hubhood-listing-terms-design-20-h-2-3-b.hubhood-term-cards.hubhood-term-design-x-2 .hubhood-term-counter {
        left: auto;        
        right: 17px;
        top: 24px;
}

.hubhood-term-cards.hubhood-listing-terms-design-20-d.hubhood-listing-terms-design-20-d-2-4-6.hubhood-listing-terms-design-20-h-2-3-b.hubhood-term-cards.hubhood-term-design-x-2 .hubhood-term-description {
        margin-top: 4px;
        max-width: 100%;
        white-space    : nowrap;
        overflow       : hidden;
        text-overflow  : ellipsis;
}

.hubhood-term-cards.hubhood-listing-terms-design-20-h-2-3-b .hubhood-term-design-2-background .hubhood-term-image-block-1,
.hubhood-term-cards.hubhood-listing-terms-design-20-h-2-3-b .hubhood-term-design-2-background .hubhood-term-image-block-2,
.hubhood-term-cards.hubhood-listing-terms-design-20-h-2-3-b .hubhood-term-design-2-background .hubhood-term-image-block-3 {
        width: 70%;
        height: 70%;
        border-radius: 500px;
        min-width: 0;
        top: auto;
        bottom: 90px;
}

.hubhood-term-cards.hubhood-listing-terms-design-20-h-2-3-b.hubhood-listing-terms-design-28-b-3-rounded .hubhood-term-design-2-background .hubhood-term-image-block-1,
.hubhood-term-cards.hubhood-listing-terms-design-20-h-2-3-b.hubhood-listing-terms-design-28-b-3-rounded .hubhood-term-design-2-background .hubhood-term-image-block-2,
.hubhood-term-cards.hubhood-listing-terms-design-20-h-2-3-b.hubhood-listing-terms-design-28-b-3-rounded .hubhood-term-design-2-background .hubhood-term-image-block-3,
.hubhood-term-cards.hubhood-listing-terms-design-20-h-2-3-b.hubhood-listing-terms-design-28-b-3-rounded .hubhood-term-design-2-background .hubhood-term-image-block-1:before,
.hubhood-term-cards.hubhood-listing-terms-design-20-h-2-3-b.hubhood-listing-terms-design-28-b-3-rounded .hubhood-term-design-2-background .hubhood-term-image-block-2:before,
.hubhood-term-cards.hubhood-listing-terms-design-20-h-2-3-b.hubhood-listing-terms-design-28-b-3-rounded .hubhood-term-design-2-background .hubhood-term-image-block-3:before {
        border-radius: 4px;
}

.hubhood-term-cards.hubhood-listing-terms-design-20-h-2-3-b .hubhood-hero-video-background,
.hubhood-term-cards.hubhood-listing-terms-design-20-h-2-3-b .hubhood-hero-video-background:before,
.hubhood-term-cards.hubhood-listing-terms-design-20-h-2-3-b .hubhood-hero-video-background:after {
        border-radius: 500px;
}

.hubhood-term-cards.hubhood-listing-terms-design-20-h-2-3-b .hubhood-term-design-2-background .hubhood-term-image-block-2 {
        width: 40%;
        height: 40%;
        right: 45%;
        top: auto;
        bottom: 90px;
}

.hubhood-term-cards.hubhood-listing-terms-design-20-h-2-3-b .hubhood-term-design-2-background .hubhood-term-image-block-3 {
        width: 25%;
        height: 25%;
        top: auto;
        top: auto;
        bottom: 90px;
}

.hubhood-term-cards.hubhood-listing-terms-design-20-h-2-3-b .hubhood-term-design-2-background .hubhood-term-image-block-1:before,
.hubhood-term-cards.hubhood-listing-terms-design-20-h-2-3-b .hubhood-term-design-2-background .hubhood-term-image-block-2:before,
.hubhood-term-cards.hubhood-listing-terms-design-20-h-2-3-b .hubhood-term-design-2-background .hubhood-term-image-block-3:before {
        border-radius: 500px;
}


.hubhood-term-cards.hubhood-listing-terms-design-20-h-2-3-b .hubhood-term-card .hubhood-term-card-title {
        color: #252525;
        text-shadow: none;
        font-size: 20px;
        text-align: center;
        left: -15%;
        padding-left: 30px;
        padding-right: 30px;
}

.hubhood-term-cards.hubhood-listing-terms-design-20-h-2-3-b .hubhood-terms-inner > div > div:nth-child(2n+2) .hubhood-term-design-2-background .hubhood-term-image-block-3 {
        top: auto;
        bottom: 90px;
}

.hubhood-term-cards.hubhood-listing-terms-design-20-h-2-3-b .hubhood-terms-inner > div > div:nth-child(3n+3) .hubhood-term-design-2-background .hubhood-term-image-block-3 {
        top: auto;
        bottom: 90px;
}

.hubhood-term-cards.tre.hubhood-listing-terms-design-20-h-2-3-b .hubhood-terms-inner > div > div:nth-child(2n+6) .hubhood-term-design-2-background .hubhood-term-image-block-3 {
        top: auto;
        bottom: 90px;
}



.hubhood-term-cards.hubhood-listing-terms-design-20-h-2-3-b .hubhood-terms-inner > div > div:nth-child(n)  .hubhood-term-link ~ .hubhood-term-card-icon {
        right: auto;
        left: calc(35% - 45px);
        top: auto;
        bottom: calc(35% + 45px);
        box-shadow: none;
        background-color: transparent;
}






.hubhood-term-cards.hubhood-listing-terms-design-20-h-2-3-c .hubhood-term-design-2-background .hubhood-term-image-block-2 {
        bottom: 30%;
}


.hubhood-term-cards.hubhood-listing-terms-design-20-h-2-3-c .hubhood-term-design-2-background .hubhood-term-image-block-3 {
        bottom: 50%;
}


.hubhood-term-cards.hubhood-listing-terms-design-20-h-2-3-c .hubhood-terms-inner > div > div:nth-child(2n+2) .hubhood-term-design-2-background .hubhood-term-image-block-2 {
        bottom: 45%;
}


.hubhood-term-cards.hubhood-listing-terms-design-20-h-2-3-c .hubhood-terms-inner > div > div:nth-child(2n+2) .hubhood-term-design-2-background .hubhood-term-image-block-3 {
        bottom: 40%;
}

.hubhood-term-cards.hubhood-listing-terms-design-20-h-2-3-c .hubhood-terms-inner > div > div:nth-child(3n+3) .hubhood-term-design-2-background .hubhood-term-image-block-3 {
        bottom: 50%;
}

.hubhood-term-cards.tre.hubhood-listing-terms-design-20-h-2-3-c .hubhood-terms-inner > div > div:nth-child(2n+6) .hubhood-term-design-2-background .hubhood-term-image-block-3 {
        bottom: 40%;
}






.hubhood-term-cards.hubhood-listing-terms-design-20-h-2-3-c-2 .hubhood-terms-inner > div > div:nth-child(n) .hubhood-term-link ~ .hubhood-term-card-icon {
        bottom: calc(35% + 79px);
}

.hubhood-term-cards.hubhood-listing-terms-design-20-h-2-3-c-2 .hubhood-term-card .hubhood-term-counter {
        right: auto;
        left: 17px;
        top: 78px;
}

.hubhood-term-cards.hubhood-listing-terms-design-20-h-2-3-c-3 .hubhood-terms-inner > div > div:nth-child(n) .hubhood-term-link ~ .hubhood-term-card-icon {
        border: 4px solid #fff !important;
        font-size: 20px;
        width: 48px;
        height: 48px;
        line-height: 36px;
        bottom: calc(35% + 96px);
        left: calc(35% - 24px);
}

.hubhood-term-cards.hubhood-listing-terms-design-20-h-2-3-c-3 .hubhood-terms-inner > div > div:nth-child(n) .hubhood-term-link ~ .hubhood-term-card-icon:before {
        -webkit-text-stroke-width: 0.02em;
}

.hubhood-term-cards.hubhood-listing-terms-design-20-h-2-3-c-3 .hubhood-term-card .hubhood-term-counter {
        left: -4px;
        top: 65px;
}

.hubhood-listing-terms-design-20-h-2-3-c-4 .hubhood-terms-inner .hubhood-term-link ~ .hubhood-term-card-icon {
        border: 4px solid #fff !important;
}

.hubhood-listing-terms-design-20-h-2-3-c-4-2 .hubhood-terms-inner .hubhood-term-link ~ .hubhood-term-card-icon {
        border-right: 4px solid transparent !important;
}

.hubhood-term-cards.hubhood-listing-terms-design-20-h-2-3-c-2-b div[class*="hubhood-term-design-background-count"]:after,
.hubhood-listing-terms-design-28-b-3 div[class*="hubhood-term-design-background-count"]:after {
        content: "";
        position: absolute;
        width: calc(100% - 44px);
        height: calc(100% - 44px);
        min-width: 130px;
        min-height: 130px;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        border: 4px solid #fff;
        border-radius: 500px;
        z-index: 9;
        box-shadow: 0 0 5px rgba(0,0,0,0.1), 0 0 5px rgba(0,0,0,0.1) inset;
}

.hubhood-term-cards.hubhood-listing-terms-design-20-h-2-3-c-2-b .hubhood-term-design-background-count-2:after,
.hubhood-term-cards.hubhood-listing-terms-design-20-h-2-3-c-2-b .hubhood-term-design-background-count-3:after,
.hubhood-listing-terms-design-28-b-3 .hubhood-term-design-background-count-2:after,
.hubhood-listing-terms-design-28-b-3 .hubhood-term-design-background-count-3:after {
        content: "";
        position: absolute;
        width: calc(100% - 44px);
        height: calc(100% - 44px);
        min-width: 130px;
        min-height: 130px;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        border: 4px solid #fff;
        border-radius: 500px;
        z-index: 2;
        box-shadow: 0 0 5px rgba(0,0,0,0.1), 0 0 5px rgba(0,0,0,0.1) inset;
}

.hubhood-listing-terms-design-28-b-5 div[class*="hubhood-term-design-background-count"]:after,
.hubhood-listing-terms-design-28-b-7 div[class*="hubhood-term-design-background-count"]:after {
        opacity: 0;
}

.hubhood-listing-terms-design-28-b-7 div[class*="hubhood-term-design-background-count"]:after {
        opacity: 0;
}

.hubhood-listing-terms-design-28-b-6 [class*="col-lg"]:nth-child(n) div[class*="hubhood-term-design-background-count"]:after {
        box-shadow: none;
}

.hubhood-listing-terms-design-28-b-6 [class*="col-lg"]:nth-child(4n+1) div[class*="hubhood-term-design-background-count"]:after {
        border: 4px solid #fff;
        border-top: 4px solid transparent;
        border-right: 4px solid transparent;
}

.hubhood-listing-terms-design-28-b-6 [class*="col-lg"]:nth-child(4n+2) div[class*="hubhood-term-design-background-count"]:after {
        border: 4px solid #fff;
        border-right: 4px solid transparent;
        border-bottom: 4px solid transparent;
}

.hubhood-listing-terms-design-28-b-6 [class*="col-lg"]:nth-child(4n+3) div[class*="hubhood-term-design-background-count"]:after {
        border: 4px solid #fff;
        border-bottom: 4px solid transparent;
        border-left: 4px solid transparent;
}

.hubhood-listing-terms-design-28-b-6 [class*="col-lg"]:nth-child(4n+4) div[class*="hubhood-term-design-background-count"]:after {
        border: 4px solid #fff;
        border-left: 4px solid transparent;
        border-top: 4px solid transparent;
}

.hubhood-term-cards.hubhood-listing-terms-design-20-h-2-3-c-2-b.hubhood-use-effect .hubhood-term-link:hover ~ div[class*="hubhood-term-design-background-count"]:after,
.hubhood-listing-terms-design-28-b-3.hubhood-use-effect .hubhood-term-link:hover ~ div[class*="hubhood-term-design-background-count"]:after {
        width: calc(100% - 20px);
        height: calc(100% - 20px);
}

.hubhood-term-cards.hubhood-listing-terms-design-20-h-2-3-c-2-b-2 .hubhood-terms-inner > div > div:nth-child(n) .hubhood-term-design-2-background .hubhood-term-image-block-2,
.hubhood-term-cards.hubhood-listing-terms-design-20-h-2-3-c-4-g .hubhood-terms-inner > div > div:nth-child(n) .hubhood-term-design-2-background .hubhood-term-image-block-2,
.hubhood-term-cards.hubhood-listing-terms-design-20-h-2-3-c-4-h .hubhood-terms-inner > div > div:nth-child(n) .hubhood-term-design-2-background .hubhood-term-image-block-2,
.hubhood-term-cards.hubhood-listing-terms-design-20-h-2-3-c-4-i .hubhood-terms-inner > div > div:nth-child(n) .hubhood-term-design-2-background .hubhood-term-image-block-2,
.hubhood-term-cards.hubhood-listing-terms-design-20-h-2-3-c-4-j .hubhood-terms-inner > div > div:nth-child(n) .hubhood-term-design-2-background .hubhood-term-image-block-2,
.hubhood-term-cards.hubhood-listing-terms-design-20-h-2-3-c-4-k .hubhood-terms-inner > div > div:nth-child(n) .hubhood-term-design-2-background .hubhood-term-image-block-2 {
        bottom: 39%;
}

.hubhood-term-cards.hubhood-listing-terms-design-20-h-2-3-c-2-b-2 .hubhood-terms-inner > div > div:nth-child(n) .hubhood-term-design-2-background .hubhood-term-image-block-3,
.hubhood-term-cards.hubhood-listing-terms-design-20-h-2-3-c-4-g .hubhood-terms-inner > div > div:nth-child(n) .hubhood-term-design-2-background .hubhood-term-image-block-3,
.hubhood-term-cards.hubhood-listing-terms-design-20-h-2-3-c-4-h .hubhood-terms-inner > div > div:nth-child(n) .hubhood-term-design-2-background .hubhood-term-image-block-3,
.hubhood-term-cards.hubhood-listing-terms-design-20-h-2-3-c-4-i .hubhood-terms-inner > div > div:nth-child(n) .hubhood-term-design-2-background .hubhood-term-image-block-3,
.hubhood-term-cards.hubhood-listing-terms-design-20-h-2-3-c-4-j .hubhood-terms-inner > div > div:nth-child(n) .hubhood-term-design-2-background .hubhood-term-image-block-3,
.hubhood-term-cards.hubhood-listing-terms-design-20-h-2-3-c-4-k .hubhood-terms-inner > div > div:nth-child(n) .hubhood-term-design-2-background .hubhood-term-image-block-3 {
        bottom: 46%;
}

.hubhood-listing-terms-design-22 .hubhood-term-card-icon-design-2 {
        border: 4px solid transparent !important;
}

.hubhood-listing-terms-design-22 .hubhood-term-card-icon-design-2:after {
        width: 100%;
        height: 100%;
}

.hubhood-term-title-out-text {
        display: block;
        position: relative;
        margin-top: -30px;
        margin-bottom: 30px;
}

.hubhood-term-title-out-text h5 {
        position: relative;
        background: #fff;
        color: #252525;
        text-shadow: none;
        text-align: left;
        left: 0 !important;
        right: auto !important;
        top: 0 !important;
        bottom: auto !important;
        transform: none !important;
        padding: 25px 30px;
        border-radius: 0 0 4px 4px;
        box-shadow: 15px 15px 30px rgb(0 0 0 / 15%);
}

.hubhood-term-title-out .hubhood-term-description {
        color: #252525;
        text-shadow: none;
        margin-top: 10px;
}

.hubhood-term-title-out-transparent .hubhood-term-title-out-text h5 {
        background: transparent;
        box-shadow: none;
        padding: 25px 0 20px 0;
        text-align: center;
        border-top: 4px solid transparent;
}

.hubhood-dark-background .hubhood-term-title-out-text,
.hubhood-dark-background .hubhood-term-title-out-text * {
        color: #fff;
}

.hubhood-term-title-out .hubhood-term-card-icon {
        top: 50%;
        transform: translate(0,-50%);
}

.hubhood-listing-terms-design-25 .hubhood-term-title-out .hubhood-term-card-icon,
.hubhood-listing-terms-design-20-d-5 .hubhood-term-title-out .hubhood-term-card-icon,
.hubhood-term-cards.hubhood-listing-terms-design-27 .hubhood-term-title-out .hubhood-term-card-icon,
.hubhood-term-cards.hubhood-listing-terms-design-20-d-2-3-b .hubhood-term-title-out .hubhood-term-card-icon {
        top: 30px;
        transform: none;
}

.hubhood-term-cards.hubhood-listing-terms-design-20-i .col-sm-12 .hubhood-term-card,
.hubhood-term-cards.hubhood-listing-terms-design-20-i .hubhood-term-short-colum .hubhood-term-card {
        height: 260px;
}

.hubhood-term-cards.hubhood-listing-terms-design-20-d-5 .hubhood-term-counter {
        top: 30px;
        bottom: auto;
        transform: none;
}

.hubhood-term-cards.hubhood-listing-terms-design-20-d-2-3-b .hubhood-term-card .hubhood-term-counter {
        display: inline-block;
        right: auto;
        left: 100px;
}

.hubhood-term-cards.hubhood-listing-terms-design-20-d-2-3-b .hubhood-term-card-title {
        text-align: left;
}

.hubhood-term-cards.hubhood-listing-terms-design-20-h-2-3-b .hubhood-term-design-background-count-1 .hubhood-term-image-block-1,
.hubhood-term-cards.hubhood-listing-terms-design-20-h-2-3-b .hubhood-term-design-background-count-1 .hubhood-term-image-block-2,
.hubhood-term-cards.hubhood-listing-terms-design-20-h-2-3-b .hubhood-term-design-background-count-1 .hubhood-term-image-block-3 {
        left: 50%;
        transform: translate(-50%,0);
}

.hubhood-term-cards.hubhood-listing-terms-design-20-h-2-3-b .hubhood-terms-inner > div > div:nth-child(n) .hubhood-term-design-background-count-1 ~ .hubhood-term-card-icon {
        left: 50%;
        transform: translate(-50%,0);
}

.hubhood-term-cards.hubhood-listing-terms-design-20-h-2-3-b .hubhood-term-design-background-count-1 ~ .hubhood-term-card-title {
        left: 0;
        padding-left: 0;
        padding-right: 0;
        width: 100%;
}


.hubhood-term-cards.hubhood-listing-terms-design-28 .hubhood-term-design-2-background .hubhood-term-image-block-1,
.hubhood-term-cards.hubhood-listing-terms-design-28 .hubhood-term-design-2-background .hubhood-term-image-block-2,
.hubhood-term-cards.hubhood-listing-terms-design-28 .hubhood-term-design-2-background .hubhood-term-image-block-3 {
        width: 100%;
        height: 100%;
        top: 50%;
        left: 50%;
        right: auto;
        bottom: auto;
        transform: translate(-50%,-50%);
        background-color: rgb(25,30,35);
}

.hubhood-term-cards.hubhood-listing-terms-design-28.hubhood-listing-terms-design-28-b-7 .hubhood-term-design-2-background .hubhood-term-image-block-1,
.hubhood-term-cards.hubhood-listing-terms-design-28.hubhood-listing-terms-design-28-b-7 .hubhood-term-design-2-background .hubhood-term-image-block-1:before {
        border-radius: 4px;
}

.hubhood-style-card-edges-rounded .hubhood-term-cards.hubhood-listing-terms-design-28.hubhood-listing-terms-design-28-b-7 .hubhood-term-design-2-background .hubhood-term-image-block-1:before {
        border-radius: 20px;
}

.hubhood-style-card-edges-bit-rounded .hubhood-term-cards.hubhood-listing-terms-design-28.hubhood-listing-terms-design-28-b-7 .hubhood-term-design-2-background .hubhood-term-image-block-1:before,
.hubhood-style-card-edges-bit-rounded .hubhood-term-cards.hubhood-listing-terms-design-28.hubhood-listing-terms-design-28-b-8 .hubhood-term-design-2-background .hubhood-term-image-block-1:before {
        border-radius: 12px;
}

.hubhood-term-cards.hubhood-listing-terms-design-28.hubhood-listing-terms-design-28-b-8 .hubhood-term-design-2-background .hubhood-term-image-block-1,
.hubhood-term-cards.hubhood-listing-terms-design-28.hubhood-listing-terms-design-28-b-8 .hubhood-term-design-2-background .hubhood-term-image-block-1:before {
        border-radius: 4px;
}

.hubhood-term-cards.hubhood-listing-terms-design-28.hubhood-listing-terms-design-28-b-8 .hubhood-term-design-background-count-2 .hubhood-term-image-block-1,
.hubhood-term-cards.hubhood-listing-terms-design-28.hubhood-listing-terms-design-28-b-8 .hubhood-term-design-background-count-2 .hubhood-term-image-block-1:before {
        border-radius: 4px 0 0 4px;
}

.hubhood-term-cards.hubhood-listing-terms-design-28.hubhood-listing-terms-design-28-b-8 .hubhood-term-design-background-count-2 .hubhood-term-image-block-2,
.hubhood-term-cards.hubhood-listing-terms-design-28.hubhood-listing-terms-design-28-b-8 .hubhood-term-design-background-count-2 .hubhood-term-image-block-2:before {
        border-radius: 0 4px 4px 0;
}

.hubhood-term-cards.hubhood-listing-terms-design-28.hubhood-listing-terms-design-28-b-8 .hubhood-term-design-background-count-3 .hubhood-term-image-block-2,
.hubhood-term-cards.hubhood-listing-terms-design-28.hubhood-listing-terms-design-28-b-8 .hubhood-term-design-background-count-3 .hubhood-term-image-block-2:before {
        border-radius: 0 4px 0 0;
}

.hubhood-term-cards.hubhood-listing-terms-design-28.hubhood-listing-terms-design-28-b-8 .hubhood-term-design-background-count-2 .hubhood-term-image-block-3,
.hubhood-term-cards.hubhood-listing-terms-design-28.hubhood-listing-terms-design-28-b-8 .hubhood-term-design-background-count-2 .hubhood-term-image-block-3:before {
        border-radius: 0 4px 0 0;
}



.hubhood-style-card-edges-rounded .hubhood-term-cards.hubhood-listing-terms-design-28.hubhood-listing-terms-design-28-b-7 .hubhood-term-design-2-background .hubhood-term-image-block-1,
.hubhood-style-card-edges-rounded .hubhood-term-cards.hubhood-listing-terms-design-28.hubhood-listing-terms-design-28-b-7 .hubhood-term-design-2-background .hubhood-term-image-block-1:before {
        border-radius: 20px;
}

.hubhood-style-card-edges-rounded .hubhood-term-cards.hubhood-listing-terms-design-28.hubhood-listing-terms-design-28-b-8 .hubhood-term-design-2-background .hubhood-term-image-block-1,
.hubhood-style-card-edges-rounded .hubhood-term-cards.hubhood-listing-terms-design-28.hubhood-listing-terms-design-28-b-8 .hubhood-term-design-2-background .hubhood-term-image-block-1:before {
        border-radius: 20px;
}


.hubhood-style-card-edges-bit-rounded .hubhood-term-cards.hubhood-listing-terms-design-28.hubhood-listing-terms-design-28-b-7 .hubhood-term-design-2-background .hubhood-term-image-block-1,
.hubhood-style-card-edges-bit-rounded .hubhood-term-cards.hubhood-listing-terms-design-28.hubhood-listing-terms-design-28-b-7 .hubhood-term-design-2-background .hubhood-term-image-block-1:before {
        border-radius: 12px;
}

.hubhood-style-card-edges-bit-rounded .hubhood-term-cards.hubhood-listing-terms-design-28.hubhood-listing-terms-design-28-b-8 .hubhood-term-design-2-background .hubhood-term-image-block-1,
.hubhood-style-card-edges-bit-rounded .hubhood-term-cards.hubhood-listing-terms-design-28.hubhood-listing-terms-design-28-b-8 .hubhood-term-design-2-background .hubhood-term-image-block-1:before {
        border-radius: 12px;
}

.hubhood-style-card-edges-rounded .hubhood-term-cards.hubhood-listing-terms-design-28.hubhood-listing-terms-design-28-b-7 .hubhood-term-design-background-count-2 .hubhood-term-image-block-1,
.hubhood-style-card-edges-rounded .hubhood-term-cards.hubhood-listing-terms-design-28.hubhood-listing-terms-design-28-b-7 .hubhood-term-design-background-count-2 .hubhood-term-image-block-1:before,
.hubhood-style-card-edges-rounded .hubhood-term-cards.hubhood-listing-terms-design-28.hubhood-listing-terms-design-28-b-7 .hubhood-term-design-background-count-3 .hubhood-term-image-block-1,
.hubhood-style-card-edges-rounded .hubhood-term-cards.hubhood-listing-terms-design-28.hubhood-listing-terms-design-28-b-7 .hubhood-term-design-background-count-3 .hubhood-term-image-block-1:before {
        border-radius: 20px 0 0 20px;
}

.hubhood-style-card-edges-bit-rounded .hubhood-term-cards.hubhood-listing-terms-design-28.hubhood-listing-terms-design-28-b-7 .hubhood-term-design-background-count-2 .hubhood-term-image-block-1,
.hubhood-style-card-edges-bit-rounded .hubhood-term-cards.hubhood-listing-terms-design-28.hubhood-listing-terms-design-28-b-7 .hubhood-term-design-background-count-2 .hubhood-term-image-block-1:before,
.hubhood-style-card-edges-bit-rounded .hubhood-term-cards.hubhood-listing-terms-design-28.hubhood-listing-terms-design-28-b-7 .hubhood-term-design-background-count-3 .hubhood-term-image-block-1,
.hubhood-style-card-edges-bit-rounded .hubhood-term-cards.hubhood-listing-terms-design-28.hubhood-listing-terms-design-28-b-7 .hubhood-term-design-background-count-3 .hubhood-term-image-block-1:before,

.hubhood-style-card-edges-bit-rounded .hubhood-term-cards.hubhood-listing-terms-design-28.hubhood-listing-terms-design-28-b-8 .hubhood-term-design-background-count-2 .hubhood-term-image-block-1,
.hubhood-style-card-edges-bit-rounded .hubhood-term-cards.hubhood-listing-terms-design-28.hubhood-listing-terms-design-28-b-8 .hubhood-term-design-background-count-2 .hubhood-term-image-block-1:before,
.hubhood-style-card-edges-bit-rounded .hubhood-term-cards.hubhood-listing-terms-design-28.hubhood-listing-terms-design-28-b-8 .hubhood-term-design-background-count-3 .hubhood-term-image-block-1,
.hubhood-style-card-edges-bit-rounded .hubhood-term-cards.hubhood-listing-terms-design-28.hubhood-listing-terms-design-28-b-8 .hubhood-term-design-background-count-3 .hubhood-term-image-block-1:before{
        border-radius: 12px 0 0 12px;
}












.hubhood-term-cards.hubhood-listing-terms-design-28.hubhood-listing-terms-design-28-b-7 .hubhood-term-design-background-count-2 .hubhood-term-image-block-1,
.hubhood-term-cards.hubhood-listing-terms-design-28.hubhood-listing-terms-design-28-b-7 .hubhood-term-design-background-count-2 .hubhood-term-image-block-1:before,
.hubhood-term-cards.hubhood-listing-terms-design-28.hubhood-listing-terms-design-28-b-7 .hubhood-term-design-background-count-3 .hubhood-term-image-block-1,
.hubhood-term-cards.hubhood-listing-terms-design-28.hubhood-listing-terms-design-28-b-7 .hubhood-term-design-background-count-3 .hubhood-term-image-block-1:before {
        border-radius: 4px 0 0;
}

.hubhood-term-cards.hubhood-listing-terms-design-28.hubhood-listing-terms-design-28-b-7 .hubhood-term-design-background-count-2 .hubhood-term-image-block-2,
.hubhood-term-cards.hubhood-listing-terms-design-28.hubhood-listing-terms-design-28-b-7 .hubhood-term-design-background-count-2 .hubhood-term-image-block-2:before {
        border-radius: 0 4px 4px 0;
}

.hubhood-term-cards.hubhood-listing-terms-design-28.hubhood-listing-terms-design-28-b-7 .hubhood-term-design-background-count-3 .hubhood-term-image-block-2,
.hubhood-term-cards.hubhood-listing-terms-design-28.hubhood-listing-terms-design-28-b-7 .hubhood-term-design-background-count-3 .hubhood-term-image-block-2:before {
        border-radius: 0 4px 0 0;
}

.hubhood-term-cards.hubhood-listing-terms-design-28.hubhood-listing-terms-design-28-b-7 .hubhood-term-design-background-count-3 .hubhood-term-image-block-3,
.hubhood-term-cards.hubhood-listing-terms-design-28.hubhood-listing-terms-design-28-b-7 .hubhood-term-design-background-count-3 .hubhood-term-image-block-3:before {
        border-radius: 0 0 4px 0;
}




.hubhood-style-card-edges-rounded .hubhood-term-cards.hubhood-listing-terms-design-28.hubhood-listing-terms-design-28-b-7 .hubhood-term-design-background-count-2 .hubhood-term-image-block-1,
.hubhood-style-card-edges-rounded .hubhood-term-cards.hubhood-listing-terms-design-28.hubhood-listing-terms-design-28-b-7 .hubhood-term-design-background-count-2 .hubhood-term-image-block-1:before,
.hubhood-style-card-edges-rounded .hubhood-term-cards.hubhood-listing-terms-design-28.hubhood-listing-terms-design-28-b-7 .hubhood-term-design-background-count-3 .hubhood-term-image-block-1,
.hubhood-style-card-edges-rounded .hubhood-term-cards.hubhood-listing-terms-design-28.hubhood-listing-terms-design-28-b-7 .hubhood-term-design-background-count-3 .hubhood-term-image-block-1:before {
        border-radius: 20px 0 0 20px;
}

.hubhood-style-card-edges-rounded .hubhood-term-cards.hubhood-listing-terms-design-28.hubhood-listing-terms-design-28-b-7 .hubhood-term-design-background-count-2 .hubhood-term-image-block-2,
.hubhood-style-card-edges-rounded .hubhood-term-cards.hubhood-listing-terms-design-28.hubhood-listing-terms-design-28-b-7 .hubhood-term-design-background-count-2 .hubhood-term-image-block-2:before {
        border-radius: 0 20px 20px 0;
}

.hubhood-style-card-edges-rounded .hubhood-term-cards.hubhood-listing-terms-design-28.hubhood-listing-terms-design-28-b-7 .hubhood-term-design-background-count-3 .hubhood-term-image-block-2,
.hubhood-style-card-edges-rounded .hubhood-term-cards.hubhood-listing-terms-design-28.hubhood-listing-terms-design-28-b-7 .hubhood-term-design-background-count-3 .hubhood-term-image-block-2:before {
        border-radius: 0 20px 0 0;
}

.hubhood-style-card-edges-rounded .hubhood-term-cards.hubhood-listing-terms-design-28.hubhood-listing-terms-design-28-b-7 .hubhood-term-design-background-count-3 .hubhood-term-image-block-3,
.hubhood-style-card-edges-rounded .hubhood-term-cards.hubhood-listing-terms-design-28.hubhood-listing-terms-design-28-b-7 .hubhood-term-design-background-count-3 .hubhood-term-image-block-3:before {
        border-radius: 0 0 20px 0;
}




.hubhood-style-card-edges-bit-rounded .hubhood-term-cards.hubhood-listing-terms-design-28.hubhood-listing-terms-design-28-b-7 .hubhood-term-design-background-count-2 .hubhood-term-image-block-2,
.hubhood-style-card-edges-bit-rounded .hubhood-term-cards.hubhood-listing-terms-design-28.hubhood-listing-terms-design-28-b-7 .hubhood-term-design-background-count-2 .hubhood-term-image-block-2:before {
        border-radius: 0 12px 12px 0;
}

.hubhood-style-card-edges-bit-rounded .hubhood-term-cards.hubhood-listing-terms-design-28.hubhood-listing-terms-design-28-b-7 .hubhood-term-design-background-count-3 .hubhood-term-image-block-2,
.hubhood-style-card-edges-bit-rounded .hubhood-term-cards.hubhood-listing-terms-design-28.hubhood-listing-terms-design-28-b-7 .hubhood-term-design-background-count-3 .hubhood-term-image-block-2:before {
        border-radius: 0 12px 0 0;
}

.hubhood-style-card-edges-bit-rounded .hubhood-term-cards.hubhood-listing-terms-design-28.hubhood-listing-terms-design-28-b-7 .hubhood-term-design-background-count-3 .hubhood-term-image-block-3,
.hubhood-style-card-edges-bit-rounded .hubhood-term-cards.hubhood-listing-terms-design-28.hubhood-listing-terms-design-28-b-7 .hubhood-term-design-background-count-3 .hubhood-term-image-block-3:before {
        border-radius: 0 0 12px 0;
}















.hubhood-term-cards.hubhood-listing-terms-design-28.hubhood-listing-terms-design-28-b-8 .hubhood-term-design-background-count-2 .hubhood-term-image-block-1,
.hubhood-term-cards.hubhood-listing-terms-design-28.hubhood-listing-terms-design-28-b-8 .hubhood-term-design-background-count-2 .hubhood-term-image-block-1:before,
.hubhood-term-cards.hubhood-listing-terms-design-28.hubhood-listing-terms-design-28-b-8 .hubhood-term-design-background-count-3 .hubhood-term-image-block-1,
.hubhood-term-cards.hubhood-listing-terms-design-28.hubhood-listing-terms-design-28-b-8 .hubhood-term-design-background-count-3 .hubhood-term-image-block-1:before {
        border-radius: 4px 0 0;
}

.hubhood-term-cards.hubhood-listing-terms-design-28.hubhood-listing-terms-design-28-b-8 .hubhood-term-design-background-count-2 .hubhood-term-image-block-2,
.hubhood-term-cards.hubhood-listing-terms-design-28.hubhood-listing-terms-design-28-b-8 .hubhood-term-design-background-count-2 .hubhood-term-image-block-2:before {
        border-radius: 0 4px 4px 0;
}

.hubhood-term-cards.hubhood-listing-terms-design-28.hubhood-listing-terms-design-28-b-8 .hubhood-term-design-background-count-3 .hubhood-term-image-block-2,
.hubhood-term-cards.hubhood-listing-terms-design-28.hubhood-listing-terms-design-28-b-8 .hubhood-term-design-background-count-3 .hubhood-term-image-block-2:before {
        border-radius: 0 4px 0 0;
}

.hubhood-term-cards.hubhood-listing-terms-design-28.hubhood-listing-terms-design-28-b-8 .hubhood-term-design-background-count-3 .hubhood-term-image-block-3,
.hubhood-term-cards.hubhood-listing-terms-design-28.hubhood-listing-terms-design-28-b-8 .hubhood-term-design-background-count-3 .hubhood-term-image-block-3:before {
        border-radius: 0 0 4px 0;
}




.hubhood-style-card-edges-rounded .hubhood-term-cards.hubhood-listing-terms-design-28.hubhood-listing-terms-design-28-b-8 .hubhood-term-design-background-count-2 .hubhood-term-image-block-1,
.hubhood-style-card-edges-rounded .hubhood-term-cards.hubhood-listing-terms-design-28.hubhood-listing-terms-design-28-b-8 .hubhood-term-design-background-count-2 .hubhood-term-image-block-1:before,
.hubhood-style-card-edges-rounded .hubhood-term-cards.hubhood-listing-terms-design-28.hubhood-listing-terms-design-28-b-8 .hubhood-term-design-background-count-3 .hubhood-term-image-block-1,
.hubhood-style-card-edges-rounded .hubhood-term-cards.hubhood-listing-terms-design-28.hubhood-listing-terms-design-28-b-8 .hubhood-term-design-background-count-3 .hubhood-term-image-block-1:before {
        border-radius: 20px 0 0 20px;
}

.hubhood-style-card-edges-rounded .hubhood-term-cards.hubhood-listing-terms-design-28.hubhood-listing-terms-design-28-b-8 .hubhood-term-design-background-count-2 .hubhood-term-image-block-2,
.hubhood-style-card-edges-rounded .hubhood-term-cards.hubhood-listing-terms-design-28.hubhood-listing-terms-design-28-b-8 .hubhood-term-design-background-count-2 .hubhood-term-image-block-2:before {
        border-radius: 0 20px 20px 0;
}

.hubhood-style-card-edges-rounded .hubhood-term-cards.hubhood-listing-terms-design-28.hubhood-listing-terms-design-28-b-8 .hubhood-term-design-background-count-3 .hubhood-term-image-block-2,
.hubhood-style-card-edges-rounded .hubhood-term-cards.hubhood-listing-terms-design-28.hubhood-listing-terms-design-28-b-8 .hubhood-term-design-background-count-3 .hubhood-term-image-block-2:before {
        border-radius: 0 20px 0 0;
}

.hubhood-style-card-edges-rounded .hubhood-term-cards.hubhood-listing-terms-design-28.hubhood-listing-terms-design-28-b-8 .hubhood-term-design-background-count-3 .hubhood-term-image-block-3,
.hubhood-style-card-edges-rounded .hubhood-term-cards.hubhood-listing-terms-design-28.hubhood-listing-terms-design-28-b-8 .hubhood-term-design-background-count-3 .hubhood-term-image-block-3:before {
        border-radius: 0 0 20px 0;
}




.hubhood-style-card-edges-bit-rounded .hubhood-term-cards.hubhood-listing-terms-design-28.hubhood-listing-terms-design-28-b-8 .hubhood-term-design-background-count-2 .hubhood-term-image-block-2,
.hubhood-style-card-edges-bit-rounded .hubhood-term-cards.hubhood-listing-terms-design-28.hubhood-listing-terms-design-28-b-8 .hubhood-term-design-background-count-2 .hubhood-term-image-block-2:before {
        border-radius: 0 12px 12px 0;
}

.hubhood-style-card-edges-bit-rounded .hubhood-term-cards.hubhood-listing-terms-design-28.hubhood-listing-terms-design-28-b-8 .hubhood-term-design-background-count-3 .hubhood-term-image-block-2,
.hubhood-style-card-edges-bit-rounded .hubhood-term-cards.hubhood-listing-terms-design-28.hubhood-listing-terms-design-28-b-8 .hubhood-term-design-background-count-3 .hubhood-term-image-block-2:before {
        border-radius: 0 12px 0 0;
}

.hubhood-style-card-edges-bit-rounded .hubhood-term-cards.hubhood-listing-terms-design-28.hubhood-listing-terms-design-28-b-8 .hubhood-term-design-background-count-3 .hubhood-term-image-block-3,
.hubhood-style-card-edges-bit-rounded .hubhood-term-cards.hubhood-listing-terms-design-28.hubhood-listing-terms-design-28-b-8 .hubhood-term-design-background-count-3 .hubhood-term-image-block-3:before {
        border-radius: 0 0 12px 0;
}


.hubhood-term-cards.hubhood-listing-terms-design-28.hubhood-listing-terms-design-28-b-7 .hubhood-hero-video-background,
.hubhood-term-cards.hubhood-listing-terms-design-28.hubhood-listing-terms-design-28-b-7 .hubhood-hero-video-background:before,
.hubhood-term-cards.hubhood-listing-terms-design-28.hubhood-listing-terms-design-28-b-7 .hubhood-hero-video-background:after,

.hubhood-term-cards.hubhood-listing-terms-design-28.hubhood-listing-terms-design-28-b-8 .hubhood-hero-video-background,
.hubhood-term-cards.hubhood-listing-terms-design-28.hubhood-listing-terms-design-28-b-8 .hubhood-hero-video-background:before,
.hubhood-term-cards.hubhood-listing-terms-design-28.hubhood-listing-terms-design-28-b-8 .hubhood-hero-video-background:after {
        border-radius: 4px;
}




.hubhood-style-card-edges-rounded .hubhood-term-cards.hubhood-listing-terms-design-28.hubhood-listing-terms-design-28-b-7 .hubhood-term-design-background-count-2 .hubhood-term-image-block-2,
.hubhood-style-card-edges-rounded .hubhood-term-cards.hubhood-listing-terms-design-28.hubhood-listing-terms-design-28-b-7 .hubhood-term-design-background-count-2 .hubhood-term-image-block-2:before {
        border-radius: 0 20px 20px 0;
}

.hubhood-style-card-edges-rounded .hubhood-term-cards.hubhood-listing-terms-design-28.hubhood-listing-terms-design-28-b-7 .hubhood-term-design-background-count-3 .hubhood-term-image-block-2,
.hubhood-style-card-edges-rounded .hubhood-term-cards.hubhood-listing-terms-design-28.hubhood-listing-terms-design-28-b-7 .hubhood-term-design-background-count-3 .hubhood-term-image-block-2:before {
        border-radius: 0 20px 0 0;
}

.hubhood-style-card-edges-rounded .hubhood-term-cards.hubhood-listing-terms-design-28.hubhood-listing-terms-design-28-b-7 .hubhood-term-design-background-count-3 .hubhood-term-image-block-3,
.hubhood-style-card-edges-rounded .hubhood-term-cards.hubhood-listing-terms-design-28.hubhood-listing-terms-design-28-b-7 .hubhood-term-design-background-count-3 .hubhood-term-image-block-3:before {
        border-radius: 0 0 20px 0;
}

.hubhood-style-card-edges-rounded .hubhood-term-cards.hubhood-listing-terms-design-28.hubhood-listing-terms-design-28-b-7 .hubhood-hero-video-background,
.hubhood-style-card-edges-rounded .hubhood-term-cards.hubhood-listing-terms-design-28.hubhood-listing-terms-design-28-b-7 .hubhood-hero-video-background:before,
.hubhood-style-card-edges-rounded .hubhood-term-cards.hubhood-listing-terms-design-28.hubhood-listing-terms-design-28-b-7 .hubhood-hero-video-background:after,

.hubhood-style-card-edges-rounded .hubhood-term-cards.hubhood-listing-terms-design-28.hubhood-listing-terms-design-28-b-8 .hubhood-hero-video-background,
.hubhood-style-card-edges-rounded .hubhood-term-cards.hubhood-listing-terms-design-28.hubhood-listing-terms-design-28-b-8 .hubhood-hero-video-background:before,
.hubhood-style-card-edges-rounded .hubhood-term-cards.hubhood-listing-terms-design-28.hubhood-listing-terms-design-28-b-8 .hubhood-hero-video-background:after {
        border-radius: 20px;
}




.hubhood-style-card-edges-bit-rounded .hubhood-term-cards.hubhood-listing-terms-design-28.hubhood-listing-terms-design-28-b-7 .hubhood-term-design-background-count-2 .hubhood-term-image-block-2,
.hubhood-style-card-edges-bit-rounded .hubhood-term-cards.hubhood-listing-terms-design-28.hubhood-listing-terms-design-28-b-7 .hubhood-term-design-background-count-2 .hubhood-term-image-block-2:before {
        border-radius: 0 12px 12px 0;
}

.hubhood-style-card-edges-bit-rounded .hubhood-term-cards.hubhood-listing-terms-design-28.hubhood-listing-terms-design-28-b-7 .hubhood-term-design-background-count-3 .hubhood-term-image-block-2,
.hubhood-style-card-edges-bit-rounded .hubhood-term-cards.hubhood-listing-terms-design-28.hubhood-listing-terms-design-28-b-7 .hubhood-term-design-background-count-3 .hubhood-term-image-block-2:before {
        border-radius: 0 12px 0 0;
}

.hubhood-style-card-edges-bit-rounded .hubhood-term-cards.hubhood-listing-terms-design-28.hubhood-listing-terms-design-28-b-7 .hubhood-term-design-background-count-3 .hubhood-term-image-block-3,
.hubhood-style-card-edges-bit-rounded .hubhood-term-cards.hubhood-listing-terms-design-28.hubhood-listing-terms-design-28-b-7 .hubhood-term-design-background-count-3 .hubhood-term-image-block-3:before {
        border-radius: 0 0 12px 0;
}

.hubhood-style-card-edges-bit-rounded .hubhood-term-cards.hubhood-listing-terms-design-28.hubhood-listing-terms-design-28-b-7 .hubhood-hero-video-background,
.hubhood-style-card-edges-bit-rounded .hubhood-term-cards.hubhood-listing-terms-design-28.hubhood-listing-terms-design-28-b-7 .hubhood-hero-video-background:before,
.hubhood-style-card-edges-bit-rounded .hubhood-term-cards.hubhood-listing-terms-design-28.hubhood-listing-terms-design-28-b-7 .hubhood-hero-video-background:after,

.hubhood-style-card-edges-bit-rounded .hubhood-term-cards.hubhood-listing-terms-design-28.hubhood-listing-terms-design-28-b-8 .hubhood-hero-video-background,
.hubhood-style-card-edges-bit-rounded .hubhood-term-cards.hubhood-listing-terms-design-28.hubhood-listing-terms-design-28-b-8 .hubhood-hero-video-background:before,
.hubhood-style-card-edges-bit-rounded .hubhood-term-cards.hubhood-listing-terms-design-28.hubhood-listing-terms-design-28-b-8 .hubhood-hero-video-background:after {
        border-radius: 12px;
}




.hubhood-style-card-edges-bit-rounded .hubhood-term-cards.hubhood-listing-terms-design-28.hubhood-listing-terms-design-28-b-7 .hubhood-hero-video-background,
.hubhood-style-card-edges-bit-rounded .hubhood-term-cards.hubhood-listing-terms-design-28.hubhood-listing-terms-design-28-b-7 .hubhood-hero-video-background:before,
.hubhood-style-card-edges-bit-rounded .hubhood-term-cards.hubhood-listing-terms-design-28.hubhood-listing-terms-design-28-b-7 .hubhood-hero-video-background:after,

.hubhood-style-card-edges-bit-rounded .hubhood-term-cards.hubhood-listing-terms-design-28.hubhood-listing-terms-design-28-b-8 .hubhood-hero-video-background,
.hubhood-style-card-edges-bit-rounded .hubhood-term-cards.hubhood-listing-terms-design-28.hubhood-listing-terms-design-28-b-8 .hubhood-hero-video-background:before,
.hubhood-style-card-edges-bit-rounded .hubhood-term-cards.hubhood-listing-terms-design-28.hubhood-listing-terms-design-28-b-8 .hubhood-hero-video-background:after {
        border-radius: 12px;
}






.hubhood-listing-terms-design-28 .hubhood-term-title-out-text {
        margin-top: 0;
}

.hubhood-term-cards.hubhood-listing-terms-design-20-d.hubhood-listing-terms-design-20-d-2-4-6.hubhood-listing-terms-design-20-h-2-3-b.hubhood-listing-terms-design-28 .col-sm-12 .hubhood-term-card {
        margin: 0;
}

.hubhood-term-cards.hubhood-listing-terms-design-28 .hubhood-terms-inner > div > div:nth-child(n) .hubhood-term-link ~ .hubhood-term-card-icon {
        top: 50%;
        left: 50%;
        right: auto;
        bottom: auto;
        transform: translate(-50%,-50%);
}

.hubhood-term-cards.hubhood-listing-terms-design-20-h-2-3-b:not(.hubhood-respect-bootstrap-max-width) .hubhood-terms-inner > div > div {
        max-width: 400px;
}

.hubhood-term-cards.hubhood-listing-terms-design-20-h-2-3-b.hubhood-term-design-x-1-k-b:not(.hubhood-respect-bootstrap-max-width) .hubhood-terms-inner > div > div {
        max-width: 215px;
        min-width: 215px;
}

.hubhood-term-cards.hubhood-listing-terms-design-28.hubhood-term-design-x-1-b-2:not(.hubhood-respect-bootstrap-max-width) .hubhood-terms-inner > div > div {
        max-width: 2000px;
}

.hubhood-term-cards.hubhood-listing-terms-design-28:not(.hubhood-respect-bootstrap-max-width):not(.hubhood-custom-columns-width-enabled):not(.hubhood-term-design-x-1):not(.hubhood-term-design-x-2) .hubhood-terms-inner > div > div {
        max-width: 258px;
}

.hubhood-custom-columns-width-enabled.hubhood-term-cards.hubhood-listing-terms-design-28:not(.hubhood-respect-bootstrap-max-width) .hubhood-terms-inner > div > div,
.hubhood-custom-columns-width-enabled.hubhood-term-cards.hubhood-listing-terms-design-20-h-2-3-b:not(.hubhood-respect-bootstrap-max-width) .hubhood-terms-inner > div > div,
.hubhood-custom-columns-width-enabled.hubhood-term-cards.hubhood-listing-terms-design-28.hubhood-term-design-x-1-b-2:not(.hubhood-respect-bootstrap-max-width) .hubhood-terms-inner > div > div {
        max-width: 2000px;
}

.widget_hubhood_listing_regions .hubhood-term-cards.hubhood-listing-terms-design-28 .hubhood-terms-inner .hubhood-term-card-icon:before {
        display: none;
}

@media (max-width: 575px) {
        .hubhood-term-cards.hubhood-listing-terms-design-28:not(.hubhood-term-design-x-1):not(.hubhood-term-design-x-2) .hubhood-terms-inner > div > div {
                max-width: 250px;
        }

        .hubhood-frontpage-header-has-separator.hubhood-has-front-hero-categories.hubhood-has-hero-listing-types.hubhood-frontpage-header-design-1.hubhood-frontpage-header-categories-design-7.hubhood-frontpage-frontpage-header-categories-position-default .hubhood-front-page-hero-section.hubhood-hero-slider-full-width .hubhood-hero-content-inner,
        .hubhood-frontpage-header-has-separator.hubhood-has-front-hero-categories.hubhood-frontpage-header-design-1.hubhood-frontpage-header-categories-design-34.hubhood-frontpage-frontpage-header-categories-position-default .hubhood-front-page-hero-section.hubhood-hero-slider-full-width .hubhood-hero-text-inner>.col-sm-12,
        .hubhood-frontpage-header-has-separator.hubhood-has-front-hero-categories.hubhood-has-hero-listing-types.hubhood-frontpage-header-design-1.hubhood-frontpage-header-categories-design-34.hubhood-frontpage-frontpage-header-categories-position-default .hubhood-front-page-hero-section.hubhood-hero-slider-full-width .hubhood-hero-text-inner>.col-sm-12,
        .hubhood-frontpage-header-has-separator.hubhood-has-front-hero-categories.hubhood-frontpage-header-design-1.hubhood-frontpage-header-categories-design-36.hubhood-frontpage-frontpage-header-categories-position-default .hubhood-front-page-hero-section.hubhood-hero-slider-full-width .hubhood-hero-text-inner>.col-sm-12,
        .hubhood-frontpage-header-has-separator.hubhood-has-front-hero-categories.hubhood-has-hero-listing-types.hubhood-frontpage-header-design-1.hubhood-frontpage-header-categories-design-36.hubhood-frontpage-frontpage-header-categories-position-default .hubhood-front-page-hero-section.hubhood-hero-slider-full-width .hubhood-hero-text-inner>.col-sm-12,
        .hubhood-frontpage-header-has-separator.hubhood-has-front-hero-categories.hubhood-frontpage-header-design-1.hubhood-frontpage-header-categories-design-37.hubhood-frontpage-frontpage-header-categories-position-default .hubhood-front-page-hero-section.hubhood-hero-slider-full-width .hubhood-hero-text-inner>.col-sm-12,
        .hubhood-frontpage-header-has-separator.hubhood-has-front-hero-categories.hubhood-has-hero-listing-types.hubhood-frontpage-header-design-1.hubhood-frontpage-header-categories-design-37.hubhood-frontpage-frontpage-header-categories-position-default.hubhood-front-page-hero-section.hubhood-hero-slider-full-width .hubhood-hero-text-inner>.col-sm-12,
        .hubhood-frontpage-header-has-separator.hubhood-has-front-hero-categories.hubhood-frontpage-header-design-1.hubhood-frontpage-header-categories-design-40.hubhood-frontpage-frontpage-header-categories-position-default .hubhood-front-page-hero-section.hubhood-hero-slider-full-width .hubhood-hero-text-inner>.col-sm-12,
        .hubhood-frontpage-header-has-separator.hubhood-has-front-hero-categories.hubhood-has-hero-listing-types.hubhood-frontpage-header-design-1.hubhood-frontpage-header-categories-design-40.hubhood-frontpage-frontpage-header-categories-position-default .hubhood-front-page-hero-section.hubhood-hero-slider-full-width .hubhood-hero-text-inner>.col-sm-12 {
                padding-bottom: 130px;
        }

        .hubhood-tiny-call-to-action-title * {
                display: inline-block;
                line-height: 1.2 !important;
        }
}

@media (min-width: 576px) {
        .hubhood-term-cards.hubhood-respect-bootstrap-max-width .hubhood-the-term-card-wrapper.col-lg-1,
        .hubhood-term-cards.hubhood-respect-bootstrap-max-width .hubhood-the-term-card-wrapper.col-lg-1_3,
        .hubhood-term-cards.hubhood-respect-bootstrap-max-width .hubhood-the-term-card-wrapper.col-lg-1_6,
        .hubhood-term-cards.hubhood-respect-bootstrap-max-width .hubhood-the-term-card-wrapper.col-lg-2,
        .hubhood-term-cards.hubhood-respect-bootstrap-max-width .hubhood-the-term-card-wrapper.col-lg-2_5,
        .hubhood-term-cards.hubhood-respect-bootstrap-max-width .hubhood-the-term-card-wrapper.col-lg-3,
        .hubhood-term-cards.hubhood-respect-bootstrap-max-width .hubhood-the-term-card-wrapper.col-lg-4,
        .hubhood-term-cards.hubhood-respect-bootstrap-max-width .hubhood-the-term-card-wrapper.col-lg-5,
        .hubhood-term-cards.hubhood-respect-bootstrap-max-width .hubhood-the-term-card-wrapper.col-lg-6 {
                max-width: 50%;
        }
}

@media (min-width: 992px) {    
        .hubhood-term-cards.hubhood-respect-bootstrap-max-width .hubhood-the-term-card-wrapper.col-lg-1,
        .hubhood-term-cards.hubhood-respect-bootstrap-max-width .hubhood-the-term-card-wrapper.col-lg-1_3,
        .hubhood-term-cards.hubhood-respect-bootstrap-max-width .hubhood-the-term-card-wrapper.col-lg-1_6,
        .hubhood-term-cards.hubhood-respect-bootstrap-max-width .hubhood-the-term-card-wrapper.col-lg-2,
        .hubhood-term-cards.hubhood-respect-bootstrap-max-width .hubhood-the-term-card-wrapper.col-lg-2_5,
        .hubhood-term-cards.hubhood-respect-bootstrap-max-width .hubhood-the-term-card-wrapper.col-lg-3 {
                max-width: 25%;
        }

        .hubhood-term-cards.hubhood-respect-bootstrap-max-width .hubhood-the-term-card-wrapper.col-lg-4,
        .hubhood-term-cards.hubhood-respect-bootstrap-max-width .hubhood-the-term-card-wrapper.col-lg-5 {
                max-width: 33.333333%;
        }

        .hubhood-term-cards.hubhood-respect-bootstrap-max-width .hubhood-the-term-card-wrapper.col-xl-1,
        .hubhood-term-cards.hubhood-respect-bootstrap-max-width .hubhood-the-term-card-wrapper.col-xl-3  {
                max-width: 25%;
        }

        .hubhood-term-cards.hubhood-respect-bootstrap-max-width .hubhood-the-term-card-wrapper.col-lg-6 {
                max-width: 50%;
        }

        .hubhood-term-cards.hubhood-respect-bootstrap-max-width .hubhood-the-term-card-wrapper.col-lg-12 {
                max-width: 100%;
        }
}

@media (min-width: 1200px) {    
        .hubhood-term-cards.hubhood-respect-bootstrap-max-width .hubhood-the-term-card-wrapper.col-lg-1,
        .hubhood-term-cards.hubhood-respect-bootstrap-max-width .hubhood-the-term-card-wrapper.col-lg-2,
        .hubhood-term-cards.hubhood-respect-bootstrap-max-width .hubhood-the-term-card-wrapper.col-xl-2  {
                max-width: 16.66666667%;
        }
        
        .hubhood-term-cards.hubhood-respect-bootstrap-max-width .hubhood-the-term-card-wrapper.col-lg-1_3,
        .hubhood-term-cards.hubhood-respect-bootstrap-max-width .hubhood-the-term-card-wrapper.col-lg-1_6,
        .hubhood-term-cards.hubhood-respect-bootstrap-max-width .hubhood-the-term-card-wrapper.col-lg-2_5,
        .hubhood-term-cards.hubhood-respect-bootstrap-max-width .hubhood-the-term-card-wrapper.col-xl-2_5 {
                max-width: 20%;
        }
        
        .hubhood-term-cards.hubhood-respect-bootstrap-max-width .hubhood-the-term-card-wrapper.col-xl-1  {
                max-width: 11.11111111111111%;
        }
        
        .hubhood-term-cards.hubhood-respect-bootstrap-max-width .hubhood-the-term-card-wrapper.col-xl-1_3  {
                max-width: 12.25%;
        }
        
        .hubhood-term-cards.hubhood-respect-bootstrap-max-width .hubhood-the-term-card-wrapper.col-xl-1_6  {
                max-width: 14.28571428571429%;
        }

        .hubhood-term-cards.hubhood-respect-bootstrap-max-width .hubhood-the-term-card-wrapper.col-xl-3 {
                max-width: 25%;
        }

        .hubhood-term-cards.hubhood-respect-bootstrap-max-width .hubhood-the-term-card-wrapper.col-xl-4,
        .hubhood-term-cards.hubhood-respect-bootstrap-max-width .hubhood-the-term-card-wrapper.col-xl-5 {
                max-width: 33.333333%;
        }

        .hubhood-term-cards.hubhood-respect-bootstrap-max-width .hubhood-the-term-card-wrapper.col-xl-6 {
                max-width: 50%;
        }

        .hubhood-term-cards.hubhood-respect-bootstrap-max-width .hubhood-the-term-card-wrapper.col-xl-12 {
                max-width: 100%;
        }
}

.widget_hubhood_listing_regions .hubhood-term-cards.hubhood-listing-terms-design-28 .hubhood-terms-inner .hubhood-term-card-icon:before {
        display: none;
}



.hubhood-style-card-edges-rounded .hubhood-term-cards.hubhood-listing-terms-design-28.hubhood-listing-terms-design-28-b-7  .hubhood-term-design-background-count-2 .hubhood-term-image-block-1,
.hubhood-style-card-edges-rounded .hubhood-term-cards.hubhood-listing-terms-design-28.hubhood-listing-terms-design-28-b-7  .hubhood-term-design-background-count-2 .hubhood-term-image-block-1,
.hubhood-style-card-edges-rounded .hubhood-term-cards.hubhood-listing-terms-design-28.hubhood-listing-terms-design-28-b-7  .hubhood-term-design-background-count-3 .hubhood-term-image-block-1,
.hubhood-style-card-edges-rounded .hubhood-term-cards.hubhood-listing-terms-design-28.hubhood-listing-terms-design-28-b-7  .hubhood-term-design-background-count-3 .hubhood-term-image-block-1 {
        border-radius: 20px 0 0 20px;
}

.hubhood-style-card-edges-rounded .hubhood-term-cards.hubhood-listing-terms-design-28.hubhood-listing-terms-design-28-b-7  .hubhood-term-design-background-count-2 .hubhood-term-image-block-2,
.hubhood-style-card-edges-rounded .hubhood-term-cards.hubhood-listing-terms-design-28.hubhood-listing-terms-design-28-b-7  .hubhood-term-design-background-count-2 .hubhood-term-image-block-2 {
        border-radius: 0 20px 20px 0;
}

.hubhood-style-card-edges-rounded .hubhood-term-cards.hubhood-listing-terms-design-28.hubhood-listing-terms-design-28-b-7  .hubhood-term-design-background-count-3 .hubhood-term-image-block-2,
.hubhood-style-card-edges-rounded .hubhood-term-cards.hubhood-listing-terms-design-28.hubhood-listing-terms-design-28-b-7  .hubhood-term-design-background-count-3 .hubhood-term-image-block-2 {
        border-radius: 0 20px 0 0;
}

.hubhood-style-card-edges-rounded .hubhood-term-cards.hubhood-listing-terms-design-28.hubhood-listing-terms-design-28-b-7  .hubhood-term-design-background-count-3 .hubhood-term-image-block-3,
.hubhood-style-card-edges-rounded .hubhood-term-cards.hubhood-listing-terms-design-28.hubhood-listing-terms-design-28-b-7  .hubhood-term-design-background-count-3 .hubhood-term-image-block-3 {
        border-radius: 0 0 20px 0;
}



.hubhood-style-card-edges-bit-rounded .hubhood-term-cards.hubhood-listing-terms-design-28.hubhood-listing-terms-design-28-b-7  .hubhood-term-design-background-count-2 .hubhood-term-image-block-1,
.hubhood-style-card-edges-bit-rounded .hubhood-term-cards.hubhood-listing-terms-design-28.hubhood-listing-terms-design-28-b-7  .hubhood-term-design-background-count-2 .hubhood-term-image-block-1,
.hubhood-style-card-edges-bit-rounded .hubhood-term-cards.hubhood-listing-terms-design-28.hubhood-listing-terms-design-28-b-7  .hubhood-term-design-background-count-3 .hubhood-term-image-block-1,
.hubhood-style-card-edges-bit-rounded .hubhood-term-cards.hubhood-listing-terms-design-28.hubhood-listing-terms-design-28-b-7  .hubhood-term-design-background-count-3 .hubhood-term-image-block-1 {
        border-radius: 12px 0 0 12px;
}

.hubhood-style-card-edges-bit-rounded .hubhood-term-cards.hubhood-listing-terms-design-28.hubhood-listing-terms-design-28-b-7  .hubhood-term-design-background-count-2 .hubhood-term-image-block-2,
.hubhood-style-card-edges-bit-rounded .hubhood-term-cards.hubhood-listing-terms-design-28.hubhood-listing-terms-design-28-b-7  .hubhood-term-design-background-count-2 .hubhood-term-image-block-2 {
        border-radius: 0 12px 12px 0;
}

.hubhood-style-card-edges-bit-rounded .hubhood-term-cards.hubhood-listing-terms-design-28.hubhood-listing-terms-design-28-b-7  .hubhood-term-design-background-count-3 .hubhood-term-image-block-2,
.hubhood-style-card-edges-bit-rounded .hubhood-term-cards.hubhood-listing-terms-design-28.hubhood-listing-terms-design-28-b-7  .hubhood-term-design-background-count-3 .hubhood-term-image-block-2 {
        border-radius: 0 12px 0 0;
}

.hubhood-style-card-edges-bit-rounded .hubhood-term-cards.hubhood-listing-terms-design-28.hubhood-listing-terms-design-28-b-7  .hubhood-term-design-background-count-3 .hubhood-term-image-block-3,
.hubhood-style-card-edges-bit-rounded .hubhood-term-cards.hubhood-listing-terms-design-28.hubhood-listing-terms-design-28-b-7  .hubhood-term-design-background-count-3 .hubhood-term-image-block-3 {
        border-radius: 0 0 12px 0;
}



.hubhood-term-abbreviation {
        position: absolute;
        top: 50%;
        left: 50%;
        font-size: 50px;
        font-weight: 700;
        display: inline-block;
        width: 100%;
        text-align: center;
        line-height: 85px;
        white-space: nowrap;
        text-shadow: 1px 1px 0 rgba(0,0,0,0.1);
        text-transform: uppercase;
        transform: translate(-50%,-50%);
        z-index: 1;
}

.hubhood-term-cards.hubhood-listing-terms-design-28 .hubhood-term-design-background-count-1 .hubhood-term-image-block-1 {
        box-shadow: 15px 15px 30px rgb(0 0 0 / 60%), 0 0 15px rgb(0 0 0) inset, 0 0 15px rgb(0 0 0) inset;
        box-shadow: 15px 15px 30px rgb(0 0 0 / 60%);
}

.hubhood-term-cards.hubhood-listing-terms-design-28.hubhood-term-design-x-3 .hubhood-background-image {
        box-shadow: none !important;
        background-color: var(--hubhood-color) !important;
}

.hubhood-term-cards.hubhood-term-design-x-3 .hubhood-term-abbreviation {
        top: 20px
}

.hubhood-term-cards.hubhood-listing-terms-design-20-d.hubhood-listing-terms-design-20-d-2-4-6.hubhood-listing-terms-design-20-h-2-3-b.hubhood-term-cards.hubhood-term-design-x-3 .hubhood-term-counter {
        top: 22px;
}

.hubhood-term-cards.hubhood-listing-terms-design-20-d.hubhood-listing-terms-design-20-d-2-4-6.hubhood-listing-terms-design-20-h-2-3-b.hubhood-term-cards.hubhood-term-design-x-3 .hubhood-term-card-title {
        margin-top: 3px;
}

body .hubhood-term-design-x-4 .hubhood-term-card,
body .hubhood-term-design-x-4 .hubhood-term-card:before,
body .hubhood-term-design-x-4 .hubhood-term-card:after,
body .hubhood-term-design-x-4 .hubhood-term-image-block-1,
body .hubhood-term-design-x-4 .hubhood-term-image-block-1:before,
body .hubhood-term-design-x-4 .hubhood-term-image-block-1:after  {
        border-radius: 500px !important;
}


body .hubhood-term-cards.hubhood-term-design-x-4 .hubhood-term-abbreviation {
        width: 58px;
        height: 58px;
        line-height: 60px;
        top: 16.5px;
        left: 20px;
        border-radius: 500px;
}

.hubhood-term-cards.hubhood-listing-terms-design-28 .hubhood-term-title-out-text {
        margin-bottom: 20px;
}

.hubhood-term-cards.hubhood-listing-terms-design-28-b .hubhood-terms-inner > div > div:nth-child(n) .hubhood-term-link ~ .hubhood-term-card-icon {
        top: calc(50% - 30px);
}

.hubhood-term-cards.hubhood-listing-terms-design-28-b .hubhood-term-card .hubhood-term-counter {
        left: 16px;
        top: 75px;
        bottom: auto;
        right: auto;
        transform: none;
}

.hubhood-term-cards.hubhood-listing-terms-design-28-b-2 .hubhood-terms-inner > div > div:nth-child(n) .hubhood-term-link ~ .hubhood-term-card-icon {
        top: calc(50% - 34px);
        border: 4px solid #fff !important;
        font-size: 20px;
        width: 48px;
        height: 48px;
        line-height: 36px;
}

.hubhood-term-cards.hubhood-listing-terms-design-28-b-2 .hubhood-term-card .hubhood-term-counter {
        left: -4px;
        top: 64px;
}

.hubhood-listing-terms-design-28-b-2 .hubhood-terms-inner .hubhood-term-link ~ .hubhood-term-card-icon:before {
        -webkit-text-stroke-width: 0.02em;
}


.hubhood-listing-term-template-220  div[class*="hubhood-term-design-background-count"]:after {
        display: none !important;
}

.hubhood-term-cards.hubhood-listing-terms-design-28-b.hubhood-listing-term-template-220 .hubhood-terms-inner > div > div:nth-child(n) .hubhood-term-link ~ .hubhood-term-card-icon {
        top: 50%;
        transform: translate(-50%,-50%);
}

.hubhood-term-cards.hubhood-listing-terms-design-28-b .hubhood-term-card .hubhood-term-counter-design-flat {
        background-color: #fff;
        color: #252525;
        text-shadow: none;
        border: 4px solid transparent;
}

.hubhood-term-cards.hubhood-listing-terms-design-28-b.hubhood-listing-term-template-220 .hubhood-term-card .hubhood-term-counter-design-flat {
        position: absolute;
        top: auto;
        left: auto;
        bottom: -25px;
        left: 50%;
        transform: translate(-50%);
}

.hubhood-term-cards.hubhood-listing-terms-design-28.hubhood-listing-term-template-220 .hubhood-term-title-out-text {
        margin-top: 25px;
}

.hubhood-term-cards.hubhood-listing-terms-design-28.hubhood-listing-term-template-220 .hubhood-background-image {
        background-color: #fff !important;
}

.hubhood-term-cards.hubhood-listing-terms-design-28.hubhood-listing-term-template-220 .hubhood-term-design-background-count-0 .hubhood-term-image-block-1 {
        box-shadow: 15px 15px 60px rgb(0 0 0 / 16%) !important;
        border: 4px solid #e6e6e6;
}

.hubhood-term-cards.hubhood-listing-terms-design-28.hubhood-listing-term-template-220 .hubhood-term-design-background-count-0 ~ .hubhood-term-card-icon {
        color: var(--hubhood-color);
        text-shadow: none;
}

.hubhood-term-cards.hubhood-listing-terms-design-28.hubhood-listing-term-template-220 .hubhood-term-design-background-count-0 .hubhood-background-image:before {
        display: none !important;
}

.hubhood-term-cards.hubhood-listing-terms-design-28.hubhood-listing-term-template-220 .hubhood-flat-card-icon {
        top: 50% !important;
        bottom: auto !important;
        transform: translate(-50%,-50%) !important;
}


.hubhood-term-cards.hubhood-listing-terms-design-28-d .hubhood-term-design-2-background .hubhood-term-image-block-1,
.hubhood-term-cards.hubhood-listing-terms-design-28-d .hubhood-term-design-2-background .hubhood-term-image-block-2,
.hubhood-term-cards.hubhood-listing-terms-design-28-d .hubhood-term-design-2-background .hubhood-term-image-block-3,
.hubhood-term-cards.hubhood-listing-terms-design-28-d .hubhood-term-design-2-background .hubhood-term-image-block-1:before,
.hubhood-term-cards.hubhood-listing-terms-design-28-d .hubhood-term-design-2-background .hubhood-term-image-block-2:before,
.hubhood-term-cards.hubhood-listing-terms-design-28-d .hubhood-term-design-2-background .hubhood-term-image-block-3:before {
        border-radius: 4px;
}


.hubhood-listing-terms-design-28-d-2 div[class*="hubhood-term-design-background-count"]:after {
        border-radius: 4px;
}

.hubhood-term-cards.hubhood-listing-terms-design-28 .hubhood-term-design-background-count-2 .hubhood-term-image-block-1 {            
        width: 50%;
        left: 0;
        right: auto;
        transform: none;
        top: 0;
        border-radius: 500px 0 0 500px;
}

.hubhood-term-cards.hubhood-listing-terms-design-28 .hubhood-term-design-background-count-2 .hubhood-term-image-block-1:before {            
        border-radius: 500px 0 0 500px;
}

.hubhood-term-cards.hubhood-listing-terms-design-28 .hubhood-term-design-background-count-2 .hubhood-term-image-block-2,
.hubhood-term-cards.hubhood-listing-terms-design-28 .hubhood-term-design-background-count-2 .hubhood-term-image-block-3 {            
        width: 50%;
        left: auto;
        right: 0;
        transform: none;
        top: 0;
        border-radius: 0 500px 500px 0;
}

.hubhood-term-cards.hubhood-listing-terms-design-28 .hubhood-term-design-background-count-2 .hubhood-term-image-block-2:before,
.hubhood-term-cards.hubhood-listing-terms-design-28 .hubhood-term-design-background-count-2 .hubhood-term-image-block-3:before {            
        border-radius: 0 500px 500px 0;
}








.hubhood-term-cards.hubhood-listing-terms-design-28 .hubhood-term-design-background-count-3 .hubhood-term-image-block-1 {            
        width: 50%;
        left: 0;
        right: auto;
        transform: none;
        top: 0;
        border-radius: 500px 0 0 500px;
}

.hubhood-term-cards.hubhood-listing-terms-design-28 .hubhood-term-design-background-count-3 .hubhood-term-image-block-1:before {            
        border-radius: 500px 0 0 500px;
}

.hubhood-term-cards.hubhood-listing-terms-design-28 .hubhood-term-design-background-count-3 .hubhood-term-image-block-2 {            
        width: 50%;
        height: 50%;
        left: auto;
        right: 0;
        transform: none;
        top: 0;
        bottom: auto !important;
        border-radius: 0 500px 0 0;
}

.hubhood-term-cards.hubhood-listing-terms-design-28 .hubhood-term-design-background-count-3 .hubhood-term-image-block-2:before {            
        border-radius: 0 500px 0 0;
}



.hubhood-term-cards.hubhood-listing-terms-design-28 .hubhood-term-design-background-count-3 .hubhood-term-image-block-3 {            
        width: 50%;
        height: 50%;
        left: auto;
        right: 0;
        transform: none;
        top: auto;
        bottom: 0 !important;
        border-radius: 0 0 500px 0;
}

.hubhood-term-cards.hubhood-listing-terms-design-28 .hubhood-term-design-background-count-3 .hubhood-term-image-block-3:before {            
        border-radius: 0 0 500px 0;
}



.hubhood-term-cards.hubhood-listing-terms-design-28-b-7 .hubhood-term-design-background-count-2 .hubhood-term-image-block-2,
.hubhood-term-cards.hubhood-listing-terms-design-28-b-7 .hubhood-term-design-background-count-2 .hubhood-term-image-block-2:before {
        border-radius: 0 4px 4px 0;
}

.hubhood-term-cards.hubhood-listing-terms-design-28-b-7 .hubhood-term-design-background-count-3 .hubhood-term-image-block-2,
.hubhood-term-cards.hubhood-listing-terms-design-28-b-7 .hubhood-term-design-background-count-3 .hubhood-term-image-block-2:before {
        border-radius: 0 4px 0 0;
}

.hubhood-term-cards.hubhood-listing-terms-design-28-b-7 .hubhood-term-design-background-count-3 .hubhood-term-image-block-3,
.hubhood-term-cards.hubhood-listing-terms-design-28-b-7 .hubhood-term-design-background-count-3 .hubhood-term-image-block-3:before {
        border-radius: 0 0 4px 0;
}














.hubhood-term-cards.hubhood-term-cards.hubhood-listing-terms-design-28-d .hubhood-term-design-background-count-2 .hubhood-term-image-block-1 {            
        width: 50%;
        left: 0;
        right: auto;
        transform: none;
        top: 0;
        border-radius: 4px 0 0 4px;
}

.hubhood-term-cards.hubhood-term-cards.hubhood-listing-terms-design-28-d .hubhood-term-design-background-count-2 .hubhood-term-image-block-1:before {            
        border-radius: 4px 0 0 4px;
}

.hubhood-term-cards.hubhood-term-cards.hubhood-listing-terms-design-28-d .hubhood-term-design-background-count-2 .hubhood-term-image-block-2,
.hubhood-term-cards.hubhood-term-cards.hubhood-listing-terms-design-28-d .hubhood-term-design-background-count-2 .hubhood-term-image-block-3 {            
        width: 50%;
        left: auto;
        right: 0;
        transform: none;
        top: 0;
        border-radius: 0 4px 4px 0;
}

.hubhood-term-cards.hubhood-term-cards.hubhood-listing-terms-design-28-d .hubhood-term-design-background-count-2 .hubhood-term-image-block-2:before,
.hubhood-term-cards.hubhood-term-cards.hubhood-listing-terms-design-28-d .hubhood-term-design-background-count-2 .hubhood-term-image-block-3:before {            
        border-radius: 0 4px 4px 0;
}








.hubhood-term-cards.hubhood-term-cards.hubhood-listing-terms-design-28-d .hubhood-term-design-background-count-3 .hubhood-term-image-block-1 {            
        width: 50%;
        left: 0;
        right: auto;
        transform: none;
        top: 0;
        border-radius: 4px 0 0 4px;
}

.hubhood-term-cards.hubhood-term-cards.hubhood-listing-terms-design-28-d .hubhood-term-design-background-count-3 .hubhood-term-image-block-1:before {            
        border-radius: 4px 0 0 4px;
}

.hubhood-term-cards.hubhood-term-cards.hubhood-listing-terms-design-28-d .hubhood-term-design-background-count-3 .hubhood-term-image-block-2 {            
        width: 50%;
        height: 50%;
        left: auto;
        right: 0;
        transform: none;
        top: 0;
        bottom: auto !important;
        border-radius: 0 4px 0 0;
}

.hubhood-term-cards.hubhood-term-cards.hubhood-listing-terms-design-28-d .hubhood-term-design-background-count-3 .hubhood-term-image-block-2:before {            
        border-radius: 0 4px 0 0;
}



.hubhood-term-cards.hubhood-term-cards.hubhood-listing-terms-design-28-d .hubhood-term-design-background-count-3 .hubhood-term-image-block-3 {            
        width: 50%;
        height: 50%;
        left: auto;
        right: 0;
        transform: none;
        top: auto;
        bottom: 0 !important;
        border-radius: 0 0 4px 0;
}

.hubhood-term-cards.hubhood-term-cards.hubhood-listing-terms-design-28-d .hubhood-term-design-background-count-3 .hubhood-term-image-block-3:before {            
        border-radius: 0 0 4px 0;
}


.hubhood-listing-terms-design-29 .hubhood-term-card-title {
        text-align: center;
}



.hubhood-term-cards.hubhood-listing-terms-design-28-d-3 .col-sm-12 .hubhood-term-card,
.hubhood-term-cards.hubhood-listing-terms-design-28-d-4 .col-sm-12 .hubhood-term-card {
        padding-bottom: calc(130% - 20px);
}

.hubhood-design-1-b-2 .hubhood-listing-card-icon,
.hubhood-design-1-b-2 .hubhood-slider-nav-left:before,
.hubhood-design-1-b-2 .hubhood-slider-nav-right:before,
.hubhood-design-1-b-2 .hubhood-term-card-icon-color-bg,
.hubhood-design-1-b-2-3-c-6-e .hubhood-listing-card-icon,
.hubhood-design-1-b-2-3-c-6-e .hubhood-slider-nav-left:before,
.hubhood-design-1-b-2-3-c-6-e .hubhood-slider-nav-right:before,
.hubhood-design-1-b-2-3-c-6-e .hubhood-term-card-icon-color-bg{
        border: 4px solid transparent;
        background-color: rgba(255,255,255,0.1) !important;
}

.hubhood-design-1-b-2-2 .hubhood-listing-rating.hubhood-term-card-icon-color-bg,
.hubhood-design-1-b-2-3-c-6-e .hubhood-listing-rating.hubhood-term-card-icon-color-bg {
        background-color: var(--hubhood-color) !important;
}

.hubhood-design-1-b-2 .hubhood-term-card-icons-vertical .hubhood-listing-card-icon.fa.fa-star:after,
.hubhood-design-1-b-2-3-c-6-e .hubhood-term-card-icons-vertical .hubhood-listing-card-icon.fa.fa-star:after {
        opacity: 0.4;
}

.hubhood-design-1-b-2 .hubhood-listing-rating,
.hubhood-design-1-b-2-3-c-6-e .hubhood-listing-rating {
        line-height: 41px;
        font-weight: 700;
}

.hubhood-design-1-b-2 .hubhood-rating-star-icon.fas,
.hubhood-design-1-b-2-3-c-6-e .hubhood-rating-star-icon.fas {
        font-size: 10px;
}

.hubhood-design-1-b-2 .hubhood-bookmark-card-button {
        font-size: 21px;
        top: -2px;
        right: 0;
        line-height: 41px;
        padding-right: 9px;
}

.hubhood-design-1-b-2 .hubhood-bookmark-card-button .hubhood-bookmark-counter {
        top: -12px;
        right: -14px;
        background-color: rgba(255,255,255,0.2) !important;
        box-shadow: 0 0 8px rgba(0,0,0,0.3);
}

.hubhood-design-1-b-2-3-c-6-b-16-e  .hubhood-bookmark-card-button .hubhood-bookmark-counter {
        top: -15px;
        right: -12px;
}

.hubhood-design-1-b-2 .hubhood-bookmark-card-button:before {
        -webkit-text-stroke-width: 0.02em;
}

.hubhood-design-1-b-2 .hubhood-bookmark-card-button.hubhood-bookmarked-item:before {
        text-shadow: 1px 1px 0 rgb(0 0 0 / 80%);
}

.hubhood-card-content .hubhood-listing-card-icon.hubhood-claim-icon-tiny,
.hubhood-card-content-top-data .hubhood-listing-card-icon.hubhood-claim-icon-tiny,
.leaflet-pop-title .hubhood-listing-card-icon.hubhood-claim-icon-tiny,
.hubhood-card-content .hubhood-listing-card-icon.hubhood-claim-icon.hubhood-claim-icon-claimed,
.leaflet-pop-title .hubhood-listing-card-icon.hubhood-claim-icon.hubhood-claim-icon-claimed {
        width: 18px;
        height: 18px;
        font-size: 11px;
        margin-right: 6px;
        top: -2px;
        display: inline-block;
        line-height: 18px;
        vertical-align: middle;
        top: -1px;        
        padding: 0;
        border: 0;
}

.hubhood-card-content .hubhood-listing-card-icon.hubhood-claim-icon-tiny:before,
.leaflet-pop-title .hubhood-listing-card-icon.hubhood-claim-icon.hubhood-claim-icon-claimed:before {
        line-height: 17px;
        vertical-align: top !important;
        padding-left: 0;
        left: 50% !important;
        top: 50% !important;
        transform: translate(-48%,-48%) !important;
        width: 18px;
        height: 18px;
        text-align: center;
}

.hubhood-card-content .hubhood-term-card-icons-vertical .hubhood-listing-card-icon.hubhood-claim-icon.hubhood-claim-icon-claimed,
.hubhood-design-1-b-2 .hubhood-term-card-icons-vertical .hubhood-claim-icon {
        display: none;
}

.hubhood-term-design-x-1 div[class*="hubhood-term-design-background-count"]:after {
        opacity: 0;
}

.hubhood-term-design-x-1 div[class*="hubhood-term-design-background-count"]:after {
        opacity: 0;
}

.hubhood-term-cards.hubhood-term-design-x-1 .hubhood-term-design-2-background .hubhood-term-image-block-1,
.hubhood-term-cards.hubhood-term-design-x-1 .hubhood-term-design-2-background .hubhood-term-image-block-1:before,
.hubhood-term-cards .hubhood-hero-video-background,
.hubhood-term-cards .hubhood-hero-video-background:before,
.hubhood-term-cards .hubhood-hero-video-background:after,
.hubhood-term-cards.hubhood-term-design-x-1 .hubhood-hero-video-background,
.hubhood-term-cards.hubhood-term-design-x-1 .hubhood-hero-video-background:before,
.hubhood-term-cards.hubhood-term-design-x-1 .hubhood-hero-video-background:after {
        border-radius: 4px;        
}

.hubhood-term-cards.hubhood-term-design-x-1-k-b .hubhood-term-design-2-background.hubhood-term-design-background-count-1 .hubhood-term-image-block-1,
.hubhood-term-cards.hubhood-term-design-x-1-k-b .hubhood-term-design-2-background.hubhood-term-design-background-count-1 .hubhood-term-image-block-1:before,
.hubhood-term-cards.hubhood-term-design-x-1-k-b .hubhood-hero-video-background,
.hubhood-term-cards.hubhood-term-design-x-1-k-b .hubhood-hero-video-background:before,
.hubhood-term-cards.hubhood-term-design-x-1-k-b .hubhood-hero-video-background:after {
        border-radius: 400px;
}

.hubhood-term-cards.hubhood-term-design-x-1-k-b .hubhood-term-design-2-background .hubhood-term-image-block-1,
.hubhood-term-cards.hubhood-term-design-x-1-k-b .hubhood-term-design-2-background .hubhood-term-image-block-3,
.hubhood-term-cards.hubhood-term-design-x-1-k-b .hubhood-term-design-2-background .hubhood-term-image-block-3 {
        background-color: var(--hubhood-color);
        box-shadow: rgba(0, 0, 0, 0.6) 15px 15px 30px !important;
        border: 5px solid #fff;
}

.hubhood-term-cards.hubhood-term-design-x-1-k-b .hubhood-term-design-2-background .hubhood-term-image-block-1:not([style*="url"]):before,
.hubhood-term-cards.hubhood-term-design-x-1-k-b .hubhood-term-design-2-background .hubhood-term-image-block-3:not([style*="url"]):before,
.hubhood-term-cards.hubhood-term-design-x-1-k-b .hubhood-term-design-2-background .hubhood-term-image-block-3:not([style*="url"]):before {
        opacity: 0 !important;
}

.hubhood-term-cards.hubhood-term-design-x-1-c .hubhood-terms-inner .hubhood-term-card {
        padding-bottom: calc(160% - 30px);
}

.hubhood-term-cards.hubhood-term-design-x-1-k-b-6 .hubhood-terms-inner .hubhood-term-card {
        padding-bottom: calc(200% - 30px);
}

.hubhood-term-cards.hubhood-term-design-x-1-d:not(.hubhood-term-design-x-1-g) .hubhood-terms-inner > .row > [class*="col-xl"]:nth-child(even) .hubhood-term-card {
        padding-bottom: calc(100% - 30px);
}

.hubhood-term-cards.hubhood-term-design-x-1-k-b-2 .hubhood-terms-inner .hubhood-term-card,
.hubhood-term-cards.hubhood-term-design-x-1-k-b-5 .hubhood-terms-inner .hubhood-term-card {
        padding-bottom: calc(100% - 30px);
}

.hubhood-term-cards.hubhood-term-design-x-1-k-b-3:not(.hubhood-respect-bootstrap-max-width) .hubhood-terms-inner > div > div {
        max-width: 215px;
        min-width: 215px;
}

.hubhood-term-cards.hubhood-term-design-x-1-k-b-3 .hubhood-terms-inner .hubhood-term-card {
        padding-bottom: calc(200% - 30px);
}

.hubhood-term-cards.hubhood-term-design-x-1-k-b-4 .hubhood-the-term-card-wrapper:nth-child(even) .hubhood-term-card {
        margin-top: 116px !important;
}

.hubhood-term-design-x-1-e .hubhood-term-abbreviation {
        top: 20px;
        transform: translate(-50%,0);
}

.hubhood-term-cards.hubhood-term-design-x-1-e .hubhood-term-card .hubhood-term-counter {
        left: calc(50% - 25px);        
}








.hubhood-term-design-x-1-g .hubhood-term-abbreviation {
        top: 50%;
        transform: translate(-50%,-50%);
        height: 120px;
        line-height: 120px;
}

.hubhood-term-design-x-1-g .hubhood-term-abbreviation:before {
        content: "";
        position: absolute;
        width: 120px;
        height: 120px;
        border: 5px solid transparent;
        border-radius: 500px;
        left: 50%;
        transform: translate(-50%);
        box-shadow: 0 0 50px rgb(0 0 0 / 80%);
        background-color: rgba(255, 255, 255, 0.1);
}

.hubhood-term-cards.hubhood-term-design-x-1-g .hubhood-term-card .hubhood-term-abbreviation .hubhood-term-counter {
        top: 96px;
}







.hubhood-term-design-x-1-g .hubhood-term-abbreviation {
        top: 30px;
        transform: translate(-50%);
        height: 120px;
        line-height: 120px;
}

.hubhood-term-design-x-1-h .hubhood-term-abbreviation {
        top: calc(50% - 10px);
        transform: translate(-50%,-50%);
}

.hubhood-term-design-x-1-i .hubhood-term-abbreviation {
        top: auto;
        bottom: 50px;
        transform: translate(-50%);
}

.hubhood-term-design-x-1-j .hubhood-terms-inner > .row > div:nth-child(odd) .hubhood-term-abbreviation,
.hubhood-term-design-x-1-k .hubhood-terms-inner > .row > div:nth-child(odd) .hubhood-term-abbreviation {
        top: auto;
        bottom: 30px;
        transform: translate(-50%);
}

.hubhood-term-cards.hubhood-term-design-x-1-j .hubhood-term-card .hubhood-term-abbreviation .hubhood-term-counter {
        display: none;
}

.hubhood-term-design-x-1-k .hubhood-terms-inner > .row > div:nth-child(odd) .hubhood-term-abbreviation .hubhood-term-counter {
        top: auto;
        bottom: 96px;
}

.hubhood-term-design-x-1-g .hubhood-term-abbreviation:before {
        content: "";
        position: absolute;
        width: 120px;
        height: 120px;
        border: 5px solid #fff;
        border-bottom: 5px solid transparent;
        border-radius: 500px;
        left: 50%;
        transform: translate(-50%);
        box-shadow: 0 0 50px rgb(0 0 0 / 80%);
        background-color: rgba(255, 255, 255, 0.1);
}

.hubhood-term-cards.hubhood-term-design-x-1-g .hubhood-term-card .hubhood-term-abbreviation .hubhood-term-counter {
        top: 96px;
}

.hubhood-term-design-x-1-j .hubhood-term-abbreviation:before {
        border: 5px solid #fff;
}

.hubhood-term-design-x-1-k .hubhood-terms-inner > .row > div:nth-child(odd) .hubhood-term-abbreviation:before {
        border: 5px solid #fff;
        border-top: 4px solid transparent;
}

.hubhood-no-footer-separator ~ .hubhood-listing-card-footer>*+* {
        border-top: 0;
        padding-top: 0;
        margin-top: 7px;
}

.hubhood-no-footer-separator ~ .hubhood-listing-card-footer .hubhood-prefooter-listing-card ~ .hubhood-card-listing-term-links {
        margin-top: 8px;
}

.hubhood-listing-card-footer .hubhood-listing-card-title + .hubhood-listing-address + .hubhood-card-listing-term-links {
        margin-top: 12px;
}

.hubhood-dark-background .hubhood-light-card-footer .hubhood-bookmark-card-button {
        color: #fff;
}

.hubhood-dark-background .hubhood-light-card-footer .hubhood-bookmarked-item:not(.hubhood-bookmark-card-footer),
.hubhood-bookmark-card-button.hubhood-bookmarked-item:not(.hubhood-bookmark-card-footer),
.page-content .hubhood-bookmark-card-button.hubhood-bookmarked-item:not(.hubhood-bookmark-card-footer),
.page-content .hubhood-dark-background a.hubhood-bookmark-card-button.hubhood-bookmarked-item:not(.hubhood-bookmark-card-footer) {
        background-color: var(--hubhood-color) !important;
}

.hubhood-dark-background .hubhood-light-card-footer .hubhood-bookmarked-item.hubhood-bookmark-loading,
.hubhood-bookmark-card-button.hubhood-bookmarked-item.hubhood-bookmark-loading,
.page-content .hubhood-bookmark-card-button.hubhood-bookmarked-item.hubhood-bookmark-loading,
.page-content .hubhood-dark-background a.hubhood-bookmark-card-button.hubhood-bookmarked-item.hubhood-bookmark-loading {
        background-color: transparent !important;
}

.hubhood-slide-item-icons .hubhood-bookmarked-item.hubhood-term-card-icon-white-no-border.hubhood-low-opacity-border:not(.hubhood-bookmark-loading) {
        font-size: 21px;
        line-height: 48px;
        text-align: center;
        padding-right: 0;
        padding-left: 1px;
}

.hubhood-dark-background .hubhood-light-card-footer .hubhood-bookmarked-item:before,
.hubhood-bookmark-card-button.hubhood-bookmarked-item:before,
.page-content .hubhood-bookmark-card-button.hubhood-bookmarked-item:before,
.page-content .hubhood-dark-background a.hubhood-bookmark-card-button.hubhood-bookmarked-item:before {
        color: #fff;
        -webkit-text-stroke-width: 0.02em;
}

.hubhood-design-1-b-2 .hubhood-listing-card-icon.hubhood-claim-icon-claimed {
        background-color: var(--hubhood-color) !important;
}

.hubhood-review-stars-card {
        white-space: nowrap;
        margin-top: 0 !important;  
        filter: contrast(1.1) brightness(1.05);      
}

#page .hubhood-review-stars-card .hubhood-stars-rating span {
        text-shadow: 2px 2px 2px rgb(0 0 0 / 45%);
}

.hubhood-design-1-b-2-3 .hubhood-term-card-icons.hubhood-term-card-icons-vertical-top.hubhood-term-card-icons-vertical-top-center {
        right: 50px;
        top: 32px;
}

.hubhood-design-1-b-2-3-b .hubhood-review-stars-card {
        margin-bottom: -5px;
}

.hubhood-design-1-b-2-3-c .hubhood-review-stars-card-wrapper {
        border-radius: 4px;
        padding: 15px 17px;
        margin-left: -17px;
        margin-right: -17px;
        margin-bottom: -12px;
        margin-top: 15px;
}

.hubhood-design-1-b-2-3-c .hubhood-review-stars-card-wrapper > * {
        display: inline-block;
        vertical-align: middle;
}

.hubhood-hero-circles-effect {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 2;
        overflow: hidden;
}

.hubhood-hero-circles-effect > .hubhood-hero-circles-effect-inner {
        left: 70%;
        animation : concentric 15s linear infinite;
        opacity: 0.2;
}

.hubhood-hero-circles-effect-inner {
        width: 3000px;
        height: 3000px;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%) scale(0.6);
        border: 7px solid #fff;
        border-radius: 5000px;
        opacity: 1;
}

.hubhood-hero-circles-effect-inner .hubhood-hero-circles-effect-inner .hubhood-hero-circles-effect-inner .hubhood-hero-circles-effect-inner .hubhood-hero-circles-effect-inner .hubhood-hero-circles-effect-inner .hubhood-hero-circles-effect-inner {
        border: 10px solid #fff;
}

.hubhood-hero-circles-effect-inner .hubhood-hero-circles-effect-inner .hubhood-hero-circles-effect-inner .hubhood-hero-circles-effect-inner .hubhood-hero-circles-effect-inner .hubhood-hero-circles-effect-inner .hubhood-hero-circles-effect-inner .hubhood-hero-circles-effect-inner {
        border: 15px solid #fff;
}

.hubhood-hero-circles-effect-inner .hubhood-hero-circles-effect-inner .hubhood-hero-circles-effect-inner .hubhood-hero-circles-effect-inner .hubhood-hero-circles-effect-inner .hubhood-hero-circles-effect-inner .hubhood-hero-circles-effect-inner .hubhood-hero-circles-effect-inner .hubhood-hero-circles-effect-inner {
        border: 20px solid #fff;
}

.hubhood-hero-circles-effect-inner .hubhood-hero-circles-effect-inner .hubhood-hero-circles-effect-inner .hubhood-hero-circles-effect-inner .hubhood-hero-circles-effect-inner .hubhood-hero-circles-effect-inner .hubhood-hero-circles-effect-inner .hubhood-hero-circles-effect-inner .hubhood-hero-circles-effect-inner .hubhood-hero-circles-effect-inner {
        border: 25px solid #fff;
}

.hubhood-hero-circles-effect-inner .hubhood-hero-circles-effect-inner .hubhood-hero-circles-effect-inner .hubhood-hero-circles-effect-inner .hubhood-hero-circles-effect-inner .hubhood-hero-circles-effect-inner .hubhood-hero-circles-effect-inner .hubhood-hero-circles-effect-inner .hubhood-hero-circles-effect-inner .hubhood-hero-circles-effect-inner .hubhood-hero-circles-effect-inner {
        border: 30px solid #fff;
}

@keyframes concentric {
        0% {
                transform: translate(-50%,-50%) scale(0.6);
        }
        100% {
                transform: translate(-50%,-50%) scale(1);
        }
}

.hubhood-hero-circles-effect-inner .hubhood-hero-circles-effect-inner {
        opacity: 1;
}

.hubhood-the-rating-stars-card {
        display: inline-block;
        height: 38px;
        vertical-align: top;
        line-height: 38px;
}

.hubhood-reviews-average-short {
        padding: 1px 7px 0;
        background-color: var(--hubhood-color);
        text-shadow: 1px 1px 0 rgb(0 0 0 / 35%);
        font-weight: 600;
        border-radius: 4px;
        font-size: 15px;
        margin-right: 6px;
        vertical-align: middle;
        box-shadow: 5px 5px 10px rgb(0 0 0 / 12%);
}

.hubhood-design-1-b-2-3-c-2 .hubhood-reviews-average-short {
        padding-left: 0;
        padding-right: 0;
        text-align: center;
        width: 38px;
        height: 38px;
        border-radius: 50px;
        line-height: 38px;
        color: #fff;        
}

.hubhood-design-1-b-2-3-c-6 .hubhood-reviews-average-short {
        margin-left: -6px;
}

#page .hubhood-design-1-b-2-3-c .hubhood-review-stars-card-wrapper .hubhood-stars-rating {
        height: 38px;
        display: inline-block;
        line-height: 34px;
        vertical-align: top;
        margin-right: 6px;
}

#page .hubhood-design-1-b-2-3-c .hubhood-review-stars-card-wrapper .hubhood-stars-rating span {
        font-size: 13px;
}

.hubhood-rating-stars-label {
        top: 1px;
}

.hubhood-design-1-b-2-3-c .hubhood-review-stars-card-wrapper .hubhood-rating-stars-label {
        font-size: 14px;
        color: #aaa;
}

.hubhood-design-1-b-2-3-c-3 .hubhood-review-stars-card {
        filter: none;
}

#page .hubhood-design-1-b-2-3-c-3 .hubhood-review-stars-card .hubhood-stars-rating span {
        text-shadow: none;
}

.hubhood-has-review-pre-footer .hubhood-listing-card-title-wrapper,
.hubhood-has-footer-box .hubhood-listing-card-title-wrapper {
        padding-bottom: 30px;
}

.hubhood-has-reviews .hubhood-design-1-b-2-3-c-11-b .hubhood-listing-card-title-wrapper.hubhood-card-has-hidden-footer {
        padding-bottom: 0;
}

.hubhood-hide-footer .hubhood-has-review-pre-footer:not(.hubhood-has-footer-quick-info):not(.hubhood-has-footer-box) .hubhood-listing-card-title-wrapper {
        padding-bottom: 0;
}

.hubhood-has-review-pre-footer:not(.hubhood-has-footer-box) .hubhood-card-has-hidden-footer {
        padding-bottom: 0 !important;
}

.hubhood-design-1-b-2-3-c-8-k .hubhood-has-block-data-footer.hubhood-has-review-pre-footer .hubhood-card-has-hidden-footer.hubhood-listing-card-footer {
        padding-bottom: 35px !important;
}

.hubhood-has-review-pre-footer ~ .hubhood-listing-card-footer {
        padding-top: 60px;
}

.hubhood-design-1-b-2-3-c-3 .hubhood-review-stars-card {
        top: -49px;
        margin-top: 0 !important;
        position: absolute;
        filter: none;
        margin-bottom: 0;
        width: calc(100% - 60px);
}

.hubhood-design-1-b-2-3-c-8-k .hubhood-has-review-pre-footer ~ .hubhood-listing-widget-wrapper  ~ .hubhood-listing-card-footer {
        padding-top: 0;
        min-height: 160px;
}

.hubhood-design-1-b-2-3-c-8-k .hubhood-listing-widget-wrapper ~ .hubhood-listing-card-footer .hubhood-review-stars-card {
        top: -15px;
        position: relative;
        width: 100%;
}

.hubhood-design-1-b-2-3-c-8-k .hubhood-listing-widget-wrapper ~ .hubhood-listing-card-footer .hubhood-review-stars-card + * {
        margin-top: 20px;
}

.hubhood-no-reviews .hubhood-design-1-b-2-3-c-8-k .hubhood-listing-widget-wrapper ~ .hubhood-listing-card-footer .hubhood-review-stars-card + * {
        margin-top: 0;
}

.hubhood-design-1-b-2-3-c-8-k .hubhood-listing-widget-wrapper ~ .hubhood-listing-card-footer .hubhood-review-stars-card + .hubhood-listing-card-icon {
        margin-top: 3px;
}

.hubhood-design-1-b-2-3-c-6-b-13 .hubhood-card-cover:not(.hubhood-footer-is-hidden) ~ .hubhood-listing-widget-wrapper,
.hubhood-design-1-b-2-3-c-11-b .hubhood-card-cover:not(.hubhood-footer-is-hidden) ~ .hubhood-listing-widget-wrapper {
        padding-top: 24px;
        background: transparent;
        box-shadow: 0 15px 20px rgb(0 0 0 / 10%);
        z-index: 6;
}

.hubhood-design-1-b-2-3-c-11-b .hubhood-card-cover:not(.hubhood-footer-is-hidden) ~ .hubhood-listing-widget-wrapper {
        padding-top: 34px;
}

.hubhood-style-card-edges-bit-rounded .hubhood-design-1-b-2-3-c-11-b .hubhood-card-content .hubhood-listing-widget-wrapper,
.hubhood-style-card-edges-bit-rounded .hubhood-design-1-b-2-3-c-6-b-13 .hubhood-card-content .hubhood-listing-widget-wrapper {
        border-radius: 0 0 10px 10px;
}

.hubhood-style-card-edges-rounded .hubhood-design-1-b-2-3-c-11-b .hubhood-card-content .hubhood-listing-widget-wrapper,
.hubhood-style-card-edges-rounded .hubhood-design-1-b-2-3-c-6-b-13 .hubhood-card-content .hubhood-listing-widget-wrapper {
        border-radius: 0 0 20px 20px;
}

.hubhood-design-1-b-2-3-c-11-b .hubhood-card-content .hubhood-listing-widget-wrapper .hubhood-listing-widget,
.hubhood-design-1-b-2-3-c-6-b-13 .hubhood-card-content .hubhood-listing-widget-wrapper .hubhood-listing-widget {
        box-shadow: none;
}

.hubhood-no-reviews .hubhood-design-1-b-2-3-c-11-b .hubhood-card-cover:not(.hubhood-footer-is-hidden) ~ .hubhood-listing-widget-wrapper {
        padding-top: 0;
}

.hubhood-design-1-b-2-3-c-6-b-13 .hubhood-card-cover:not(.hubhood-footer-is-hidden) ~ .hubhood-listing-widget-wrapper .hubhood-listing-widget,
.hubhood-design-1-b-2-3-c-11-b .hubhood-card-cover:not(.hubhood-footer-is-hidden) ~ .hubhood-listing-widget-wrapper .hubhood-listing-widget {
        background: transparent;
}

.hubhood-design-1-b-2-3-c-6-b-13 .hubhood-listing-widget-wrapper ~ .hubhood-listing-card-footer,
.hubhood-design-1-b-2-3-c-11-b .hubhood-listing-widget-wrapper ~ .hubhood-listing-card-footer {
        z-index: 5;
}

.hubhood-design-1-b-2-3-c-6-b-13 .hubhood-listing-widget-wrapper ~ .hubhood-listing-card-footer .hubhood-prefooter-listing-card {
        top: -135px;
}

.hubhood-design-1-b-2-3-c-11-b .hubhood-listing-widget-wrapper ~ .hubhood-listing-card-footer .hubhood-review-stars-card {
        top: -163px;
}

.hubhood-design-1-b-2-3-c-6-b-13 .hubhood-has-review-pre-footer ~ .hubhood-listing-widget-wrapper ~ .hubhood-listing-card-footer {
        padding-top: 30px;
}

.hubhood-design-1-b-2-3-c-11-b .hubhood-has-review-pre-footer ~ .hubhood-listing-widget-wrapper ~ .hubhood-listing-card-footer {
        padding-top: 25px;
}

.hubhood-design-1-b-2-3-c-6-b .hubhood-review-stars-card:before {
        content: "";
        display: inline-block;
        height: 60px;
        vertical-align: middle;
}

.hubhood-design-1-b-2-3-c-3 .hubhood-review-stars-card-wrapper {
        box-shadow: 0 15px 20px rgb(0 0 0 / 10%);
}

.hubhood-design-1-b-2-3-c-4 .hubhood-review-stars-card-wrapper {
        background-color: #fff;
}

.hubhood-design-1-b-2-3-c-4 .hubhood-review-stars-card-wrapper .hubhood-rating-stars-label {
        color: #777;
}

.hubhood-listing-cards.hubhood-design-1-b.hubhood-design-1-b-2-3-c-5 .hubhood-card-slides-preset-height,
.hubhood-listing-cards.hubhood-design-1-b.hubhood-design-1-b-2-3-c-5 .hubhood-card-cover,
.hubhood-listing-cards.hubhood-design-1-b.hubhood-design-1-b-2-3-c-5 .hubhood-card-slides,
.hubhood-listing-cards.hubhood-design-1-b.hubhood-design-1-b-2-3-c-5 .hubhood-card-slide {
        height: 284px;
}

.hubhood-listing-cards.hubhood-design-1-b.hubhood-design-1-b-2-3-c-11-b .hubhood-card-slides-preset-height,
.hubhood-listing-cards.hubhood-design-1-b.hubhood-design-1-b-2-3-c-11-b .hubhood-card-cover,
.hubhood-listing-cards.hubhood-design-1-b.hubhood-design-1-b-2-3-c-11-b .hubhood-card-slides,
.hubhood-listing-cards.hubhood-design-1-b.hubhood-design-1-b-2-3-c-11-b .hubhood-card-slide {
        height: 286px;
}

.hubhood-listing-cards.hubhood-design-1-b.hubhood-design-1-b-2-3-c-8 .hubhood-card-slides-preset-height,
.hubhood-listing-cards.hubhood-design-1-b.hubhood-design-1-b-2-3-c-8 .hubhood-card-cover,
.hubhood-listing-cards.hubhood-design-1-b.hubhood-design-1-b-2-3-c-8 .hubhood-card-slides,
.hubhood-listing-cards.hubhood-design-1-b.hubhood-design-1-b-2-3-c-8 .hubhood-card-slide {
        height: 307px;
}

.hubhood-listing-cards.hubhood-design-1-b.hubhood-design-1-b-2-3-c-13 .hubhood-card-slides-preset-height,
.hubhood-listing-cards.hubhood-design-1-b.hubhood-design-1-b-2-3-c-13 .hubhood-card-cover,
.hubhood-listing-cards.hubhood-design-1-b.hubhood-design-1-b-2-3-c-13 .hubhood-card-slides,
.hubhood-listing-cards.hubhood-design-1-b.hubhood-design-1-b-2-3-c-13 .hubhood-card-slide,
.hubhood-listing-cards.hubhood-design-1-b.hubhood-design-1-b-2-3-c-6-e-4 .hubhood-card-slides-preset-height,
.hubhood-listing-cards.hubhood-design-1-b.hubhood-design-1-b-2-3-c-6-e-4 .hubhood-card-cover,
.hubhood-listing-cards.hubhood-design-1-b.hubhood-design-1-b-2-3-c-6-e-4 .hubhood-card-slides,
.hubhood-listing-cards.hubhood-design-1-b.hubhood-design-1-b-2-3-c-6-e-4 .hubhood-card-slide,
.hubhood-listing-cards.hubhood-design-1-b.hubhood-design-1-b-2-3-c-6-i .hubhood-card-slides-preset-height,
.hubhood-listing-cards.hubhood-design-1-b.hubhood-design-1-b-2-3-c-6-i .hubhood-card-cover,
.hubhood-listing-cards.hubhood-design-1-b.hubhood-design-1-b-2-3-c-6-i .hubhood-card-slides,
.hubhood-listing-cards.hubhood-design-1-b.hubhood-design-1-b-2-3-c-6-i .hubhood-card-slide {
        height: 204px;
}


.hubhood-listing-cards.hubhood-design-1-b.hubhood-design-1-b-2-3-c-6-j .hubhood-card-slides-preset-height,
.hubhood-listing-cards.hubhood-design-1-b.hubhood-design-1-b-2-3-c-6-j .hubhood-card-cover,
.hubhood-listing-cards.hubhood-design-1-b.hubhood-design-1-b-2-3-c-6-j .hubhood-card-slides,
.hubhood-listing-cards.hubhood-design-1-b.hubhood-design-1-b-2-3-c-6-j .hubhood-card-slide,
.hubhood-listing-cards.hubhood-design-1-b.hubhood-design-1-b-2-3-c-6-h-4 .hubhood-card-slides-preset-height,
.hubhood-listing-cards.hubhood-design-1-b.hubhood-design-1-b-2-3-c-6-h-4 .hubhood-card-cover,
.hubhood-listing-cards.hubhood-design-1-b.hubhood-design-1-b-2-3-c-6-h-4 .hubhood-card-slides,
.hubhood-listing-cards.hubhood-design-1-b.hubhood-design-1-b-2-3-c-6-h-4 .hubhood-card-slide {
        height: 144px;
}

.hubhood-listing-cards.hubhood-design-1-b.hubhood-design-1-c-3 .hubhood-card-slides-preset-height,
.hubhood-listing-cards.hubhood-design-1-b.hubhood-design-1-c-3 .hubhood-card-cover,
.hubhood-listing-cards.hubhood-design-1-b.hubhood-design-1-c-3 .hubhood-card-slides,
.hubhood-listing-cards.hubhood-design-1-b.hubhood-design-1-c-3 .hubhood-card-slide {
        height: 260px;
}

.hubhood-listing-cards.hubhood-design-1-b.hubhood-design-1-b-2-3-c-17 .hubhood-card-slides-preset-height,
.hubhood-listing-cards.hubhood-design-1-b.hubhood-design-1-b-2-3-c-17 .hubhood-card-cover,
.hubhood-listing-cards.hubhood-design-1-b.hubhood-design-1-b-2-3-c-17 .hubhood-card-slides,
.hubhood-listing-cards.hubhood-design-1-b.hubhood-design-1-b-2-3-c-17 .hubhood-card-slide {
        height: 290px;
}

.hubhood-listing-cards.hubhood-design-1-b.hubhood-design-1-c-4 .hubhood-card-slides-preset-height,
.hubhood-listing-cards.hubhood-design-1-b.hubhood-design-1-c-4 .hubhood-card-cover,
.hubhood-listing-cards.hubhood-design-1-b.hubhood-design-1-c-4 .hubhood-card-slides,
.hubhood-listing-cards.hubhood-design-1-b.hubhood-design-1-c-4 .hubhood-card-slide {
        height: 210px;
}

.hubhood-listing-cards.hubhood-design-1-b.hubhood-design-1-b-2-3-c-6-j .hubhood-terms-inner > .row>[class*='col-'] {
        min-height: 323px;
}

.hubhood-listing-cards.hubhood-design-1-b.hubhood-design-1-b-2-3-c-6-h-4 .hubhood-terms-inner > .row>[class*='col-'] {
        min-height: 285px;
}

.hubhood-listing-cards.hubhood-design-1-c .hubhood-terms-inner > .row>[class*='col-'],
.hubhood-listing-cards.hubhood-design-1-b-2-3-c-6-b-11-2 .hubhood-terms-inner > .row>[class*='col-'] {
        min-height: 324px;
}

.hubhood-listing-cards.hubhood-design-1-b.hubhood-design-1-c-3 .hubhood-terms-inner > .row>[class*='col-'] {
        min-height: 290px;
}

.hubhood-listing-cards.hubhood-design-1-b.hubhood-design-1-b-2-3-c-17 .hubhood-terms-inner > .row>[class*='col-'] {
        min-height: 320px;
}

.hubhood-listing-cards.hubhood-design-1-b.hubhood-design-1-c-4 .hubhood-terms-inner > .row>[class*='col-'] {
        min-height: 240px;
}

.hubhood-listing-cards.hubhood-design-1-b.hubhood-design-1-b-2-3-c-6-b-16-b .hubhood-terms-inner > .row>[class*='col-'] {
        min-height: 362px;
}

.hubhood-listing-cards.hubhood-design-1-b.hubhood-design-1-b-2-3-c-6-b-16-c .hubhood-terms-inner > .row>[class*='col-'] {
        min-height: 358px;
}

.hubhood-listing-cards.hubhood-design-1-b.hubhood-design-1-d .hubhood-terms-inner > .row>[class*='col-'] {
        min-height: 353px;
}

.hubhood-listing-cards.hubhood-design-1-c .hubhood-card-cover .hubhood-listing-address,
.page-content .hubhood-listing-cards.hubhood-design-1-c .hubhood-card-cover .hubhood-listing-address,
.hubhood-listing-cards.hubhood-design-1-c-4 .hubhood-card-cover .hubhood-listing-address,
.page-content .hubhood-listing-cards.hubhood-design-1-c-4 .hubhood-card-cover .hubhood-listing-address,
.hubhood-listing-cards.hubhood-design-1-b-2-3-c-6-b-11-2 .hubhood-card-cover .hubhood-listing-address,
.page-content .hubhood-listing-cards.hubhood-design-1-b-2-3-c-6-b-11-2 .hubhood-card-cover .hubhood-listing-address,
.hubhood-listing-cards.hubhood-design-1-b-2-3-c-6-b-16-b .hubhood-card-cover .hubhood-listing-address,
.page-content .hubhood-listing-cards.hubhood-design-1-b-2-3-c-6-b-16-b2 .hubhood-card-cover .hubhood-listing-address,
.hubhood-listing-cards.hubhood-design-1-d .hubhood-card-cover .hubhood-listing-address,
.page-content .hubhood-listing-cards.hubhood-design-1-d .hubhood-card-cover .hubhood-listing-address {
        margin-top: 10px;
        margin-bottom: 5px;
}

.hubhood-listing-cards.hubhood-design-1-b-2-3-c-17 .hubhood-card-cover .hubhood-listing-address,
.page-content .hubhood-listing-cards.hubhood-design-1-b-2-3-c-17 .hubhood-card-cover .hubhood-listing-address {
        margin-top: 10px;
        margin-bottom: 20px;
}

.hubhood-listing-cards.hubhood-design-1-c .hubhood-listing-card .hubhood-card-ribbons .hubhood-pricing-ribbon,
.hubhood-listing-cards.hubhood-design-1-c .hubhood-listing-card .hubhood-card-ribbons .hubhood-open-or-closed {
        display: inline-block;
}

.hubhood-listing-cards.hubhood-design-1-b.hubhood-design-1-b-2-3-c-6-j .hubhood-category-icon-box,
.hubhood-listing-cards.hubhood-design-1-b.hubhood-design-1-b-2-3-c-6-h-4 .hubhood-category-icon-box {
        display: none;
}

.hubhood-design-1-b-2-3-c-6 .hubhood-review-stars-card-wrapper {
        background-color: transparent;     
        box-shadow: none;   
}

.hubhood-design-1-b-2-3-c-6 .hubhood-rating-stars-label,
#page .hubhood-design-1-b-2-3-c-6 .hubhood-review-stars-card-wrapper .hubhood-stars-rating {
        display: none;
}

#page .hubhood-design-1-d-4 .hubhood-review-stars-card-wrapper .hubhood-stars-rating {
        display: inline-block;
}

.hubhood-design-1-b-2-3-c-6 .hubhood-has-review-pre-footer .hubhood-listing-card-title-wrapper {
        padding-bottom: 10px;
}

.hubhood-design-1-b-2-3-c-6 .hubhood-has-review-pre-footer ~ .hubhood-listing-card-footer {
        padding-top: 38px;
}

.hubhood-design-1-b-2-3-c-2 .hubhood-reviews-average-short.hubhood-reviews-average-short-no-ratings {
        background-color: #bbb;
        line-height: 34px;
        font-size: 16px;
        padding-left: 1px;
        text-shadow: 0 0 3px rgb(0 0 0 / 10%),1px 1px 0 rgb(0 0 0 / 30%);
        box-shadow: 5px 5px 10px rgb(0 0 0 / 12%);
}

.hubhood-design-1-b-2-3-c-2 .hubhood-reviews-average-short.hubhood-reviews-average-short-no-ratings:before {
        -webkit-text-stroke-width: 0.05em;
        font-size: 15px;
}

.hubhood-design-1-b-2-3-c-7 .hubhood-review-stars-card-wrapper,
.hubhood-design-1-b-2-3-c-8 .hubhood-review-stars-card-wrapper {
        padding: 15px 30px;
        margin-left: -30px;
        margin-right: -30px;
        text-align: left;
}

.hubhood-design-1-b-2-3-c-8-k .hubhood-review-stars-card-wrapper {
        padding: 19px 30px;
         background: #fff;
}

.hubhood-listing-card .hubhood-card-pricing-widget {
        padding: 24px 30px;
}

.hubhood-listing-card .hubhood-card-pricing-widget .hubhood-listing-widget-content {
        color: #252525;
        text-align: left;
        padding: 0;
        font-weight: 600;
}

.hubhood-listing-card .hubhood-card-pricing-widget .hubhood-listing-widget-content {
        color: #252525;
        text-align: left;
        padding: 0;
        font-size: 17px;
        font-weight: 600;
}

.hubhood-listing-card .hubhood-card-pricing-widget .hubhood-listing-widget-content span {
        color: #252525;
        font-weight: 400;
        font-size: 13px;
}

.hubhood-price-discount-card {
        position: absolute;
        top: 50%;
        right: 0;
        transform: translate(0,-50%);
}

.hubhood-design-1-b-2-3-c-8-k .hubhood-price-discount-card {
        right: -10px;
}

.hubhood-design-1-b-2-3-c-8-k .hubhood-price-discount-card-regular {
        position: absolute;
        top: -17px;
        right: 8px;
        font-size: 14px;
}

.hubhood-design-1-b-2-3-c-8-k .hubhood-price-discount-card-pct {
        position: relative;
        top: 9px;
}

.hubhood-price-discount-card * {
        display: inline-block;
}

.hubhood-price-discount-card .hubhood-price-discount-card-regular {
        color: rgba(0,0,0,0.7);
        border-radius: 4px;
        font-size: 13px;
        font-weight: 400;
        height: 30px;
        line-height: 30px;
        vertical-align: middle;
}

.hubhood-price-discount-card .hubhood-price-discount-card-regular:before {
        content: "";
        position: absolute;
        top: 50%;
        transform: translate(0,-50%);
        width: 100%;
        height: 1px;
        background: rgba(0,0,0,0.5);
}

.hubhood-price-discount-card .hubhood-price-discount-card-pct {
        background-color: var(--hubhood-color);
        color: #fff !important;
        border-radius: 4px;
        margin-left: 0;
        font-size: 15px !important;
        font-weight: 500;
        height: 30px;
        line-height: 30px;
        padding: 0 8px;
        margin-left: 3px;
        vertical-align: middle;
        text-shadow: 1px 1px 0 rgba(0,0,0,0.3);
}



.hubhood-hero-pricing .hubhood-price-discount-card {
        position: relative;
        top: auto;
        right: 0;
        transform: none;
        margin-top: 14px;
        margin-bottom: 13px;
}


.hubhood-hero-pricing .hubhood-price-discount-card .hubhood-price-discount-card-regular {
        color: rgba(255,255,255,0.6);
        font-size: 15px;
        font-weight: 500;
}

.hubhood-hero-pricing .hubhood-price-discount-card .hubhood-price-discount-card-regular:before {
        height: 2px;
        background: rgba(255,255,255,0.4);
}

.hubhood-listing-widget.hubhood-listing-pricing .hubhood-price-discount-card {
        top: 7px;
        right: 7px;
        transform: none;
        z-index: 5;
}

.hubhood-listing-widget.hubhood-listing-pricing .hubhood-price-discount-card .hubhood-price-discount-card-pct {
        background-color: var(--hubhood-color);
        color: #fff;
        border-radius: 4px;
        margin-left: 0;
        font-size: 15px;
        font-weight: 500;
        height: 30px;
        line-height: 30px;
        padding: 0 8px;
        margin-left: 3px;
        vertical-align: middle;
        text-shadow: 1px 1px 0 rgba(0,0,0,0.1);
}

.hubhood-card-pricing-box-arrow-link {
        position: absolute;
        top: 50%;
        right: 0;
        transform: translate(0,-50%);
        font-size: 24px;
        color: #252525 !important;
        padding-left: 0;
        width: 44px;
        height: 80px;
        line-height: 78px;
        text-align: right;
        border-radius: 0;
        padding-left: 25px;
}

.hubhood-card-pricing-box-arrow-link:hover {
        color: var(--hubhood-color) !important;
}

.hubhood-listing-card .hubhood-listing-widget-wrapper + .hubhood-listing-widget-wrapper {
        margin-top: 0 !important;
}

.hubhood-listing-card .hubhood-listing-widget-wrapper + .hubhood-listing-widget-wrapper .hubhood-listing-widget {
        box-shadow: 0 15px 20px rgb(0 0 0 / 10%), 0 -10px 15px rgb(0 0 0 / 7%);
}


.hubhood-design-1-b-2-3-c-7 .hubhood-listing-card-icon.hubhood-category-icon-box,
.hubhood-design-1-b-2-3-c-6-b-3-b .hubhood-listing-card-icon.hubhood-category-icon-box,
.hubhood-design-1-b-2-3-c-10 .hubhood-listing-card-icon.hubhood-category-icon-box,
.hubhood-design-1-b-2-3-c-6-e-5 .hubhood-listing-card-icon.hubhood-category-icon-box,
.hubhood-design-1-b-2-3-c-6-h-2 .hubhood-listing-card-icon.hubhood-category-icon-box {
        border: 4px solid #fff !important;
        background-color: transparent;
        box-shadow: 0 0 10px rgba(0,0,0,0.3);
}

.hubhood-design-1-b-2-3-c-7 .hubhood-listing-card-icon,
.hubhood-design-1-b-2-3-c-6-b-3-b .hubhood-listing-card-icon,
.hubhood-design-1-b-2-3-c-10 .hubhood-listing-card-icon,
.hubhood-design-1-b-2-3-c-6-e-5 .hubhood-listing-card-icon,
.hubhood-design-1-b-2-3-c-6-h-2 .hubhood-listing-card-icon {
        box-shadow: 0 0 10px rgba(0,0,0,0.25);
}

.hubhood-design-1-b-2-3-c-21-f .hubhood-listing-card-icon.hubhood-category-icon-box {
        border: 4px solid transparent !important;
        background-color: rgba(255,255,255,0.1) !important;
}

.hubhood-design-1-b-2-3-c-6-b .hubhood-reviews-average-short {
        margin-left: 0;
}

.hubhood-design-1-b-2-3-c-3 .hubhood-prefooter-listing-card {
        top: -30px;
}

.hubhood-design-1-d .hubhood-prefooter-listing-card {
        position: relative;
        top: 0;
        margin-bottom: -17px;
        padding-top: 20px;
        margin-top: 0px !important;
        width: 100%;
}

.hubhood-design-1-d .hubhood-prefooter-listing-card .hubhood-listing-card-logo {
        width: 56px;        
        height: 56px;        
}

.hubhood-design-1-d .hubhood-review-stars-card:before {
        height: 56px;
}

.hubhood-design-1-d-3 .hubhood-prefooter-listing-card .hubhood-listing-card-logo {
        width: 38px;        
        height: 38px;        
}

.hubhood-design-1-d-3 .hubhood-review-stars-card:before {
        height: 38px;
}

.hubhood-prefooter-listing-card .hubhood-review-stars-card-wrapper {
        padding: 0;
        margin: 0;
        width: auto;
        display: inline-block;
        vertical-align: middle;
}

.hubhood-design-1-d-4 .hubhood-prefooter-listing-card {
        position: absolute;
        top: 0;
        left: 30px;
        z-index: 3;
}

.hubhood-design-1-b-2-3-c-21-f3 .hubhood-light-card-footer .hubhood-listing-card-footer {
        padding-top: 0;
        padding-bottom: 0;
        background: transparent;
        box-shadow: 0 0 25px rgba(0,0,0,0.10);
}

.hubhood-no-reviews .hubhood-design-1-b-2-3-c-21-f3 .hubhood-listing-card-footer .hubhood-footer-icons-right {
        padding-top: 19px;
}

.hubhood-no-reviews .hubhood-design-1-b-2-3-c-21-f3 .hubhood-light-card-footer .hubhood-listing-widget-wrapper ~ .hubhood-listing-card-footer .hubhood-footer-icons-right {
        padding-top: 27px;
}

.hubhood-design-1-b-2-3-c-21-f3 .hubhood-listing-widget-wrapper ~ .hubhood-listing-card-footer {
        box-shadow: none;
}

.hubhood-design-1-b-2-3-c-21-f3 .hubhood-listing-card-footer {
        margin-top: -15px;
}

.hubhood-design-1-b-2-3-c-4 .hubhood-review-stars-card-wrapper {
        background: transparent;
}



.hubhood-design-1-b-2-3-c-11-b .hubhood-review-stars-card-wrapper {
        background: #fff;
        white-space: normal;
        height: 68px;
        overflow: hidden;
}

.hubhood-design-1-b-2-3-c-14 .hubhood-review-stars-card-wrapper {
        background: #fff;
        white-space: normal;
        height: 78px;
        overflow: hidden;
}

#page .hubhood-design-1-b-2-3-c-15 .hubhood-review-stars-card-wrapper .hubhood-rating-stars-label,
.hubhood-design-1-b-2-3-c-21-f9 .hubhood-rating-stars-label {
        display: none !important;
}

.hubhood-design-1-b-2-3-c-11-b .hubhood-review-stars-card-wrapper > *,
.hubhood-design-1-b-2-3-c-14 .hubhood-review-stars-card-wrapper > * {
        margin-bottom:15px;
}

.hubhood-design-1-b-2-3-c-11-b .hubhood-review-stars-card-wrapper {
        background: #fff;
}

.hubhood-design-1-b-2-3-c-21-f3 .hubhood-trending-icon {
        top: -20px;
        left: -30px;
}

.hubhood-listing-card-logo {
        display: inline-block;
        vertical-align: middle;
        width: 55px;
        height: 55px;
        background-color: rgb(25,30,35);
        border-radius: 50px;
        margin-right: 10px;
        background-color: #fff;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        box-shadow: 0 0 30px rgba(0,0,0,0.35);
}

.hubhood-card-cover .hubhood-logo-inside-cover {
        z-index: 4;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
}

.hubhood-design-1-b-2-3-c-6-b-13 .hubhood-logo-inside-cover,
.hubhood-design-1-b-2-3-c-8-k .hubhood-logo-inside-cover {
        top: calc(50% - 12px);
}

.hubhood-design-1-b-2-3-c-21-f8 .hubhood-logo-inside-cover {
        top: calc(50% + 8px);
}

.single_job_listing .company {
	display : none !important;
}

.hubhood-card-cover .hubhood-logo-inside-cover:before {
        content: "";
        position: absolute;
        border: 4px solid #fff;
        width: calc(100% + 18px);
        height: calc(100% + 18px);
        border-radius: 500px;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        box-shadow: 0 0 40px rgba(0,0,0,0.4);
}

.hubhood-prefooter-listing-card .hubhood-reviews-average-short {
        margin-right: 10px;
}

.hubhood-prefooter-listing-card  .hubhood-listing-card-logo:before {
        border-radius: 50px;
}

.hubhood-design-1-b-2-3-c-6-b .hubhood-has-review-pre-footer .hubhood-listing-card-title-wrapper,
.hubhood-no-reviews .hubhood-design-1-b-2-3-c-6-b .hubhood-listing-card-title-wrapper {
        padding-bottom: 22px;
}

.hubhood-design-1-d-4 .hubhood-has-review-pre-footer .hubhood-listing-card-title-wrapper {
        padding-bottom: 0;
}

.hubhood-design-1-b-2-3-c-6-b .hubhood-has-review-pre-footer ~ .hubhood-listing-card-footer {
        padding-top: 48px;        
}

.hubhood-listing-cards.hubhood-design-1-b.hubhood-design-1-b-2-3-c-6-b-2 .hubhood-card-slides-preset-height,
.hubhood-listing-cards.hubhood-design-1-b.hubhood-design-1-b-2-3-c-6-b-2 .hubhood-card-cover,
.hubhood-listing-cards.hubhood-design-1-b.hubhood-design-1-b-2-3-c-6-b-2 .hubhood-card-slides,
.hubhood-listing-cards.hubhood-design-1-b.hubhood-design-1-b-2-3-c-6-b-2 .hubhood-card-slide {
        height: 324px;
}

.hubhood-listing-cards.hubhood-design-1-b.hubhood-design-1-b-2-3-c-6-b-16-e .hubhood-card-slides-preset-height,
.hubhood-listing-cards.hubhood-design-1-b.hubhood-design-1-b-2-3-c-6-b-16-e .hubhood-card-cover,
.hubhood-listing-cards.hubhood-design-1-b.hubhood-design-1-b-2-3-c-6-b-16-e .hubhood-card-slides,
.hubhood-listing-cards.hubhood-design-1-b.hubhood-design-1-b-2-3-c-6-b-16-e .hubhood-card-slide {
        height: 315px;
}

.hubhood-listing-cards.hubhood-design-1-b.hubhood-design-1-b-2-3-c-6-b-3-b .hubhood-card-slides-preset-height,
.hubhood-listing-cards.hubhood-design-1-b.hubhood-design-1-b-2-3-c-6-b-3-b .hubhood-card-cover,
.hubhood-listing-cards.hubhood-design-1-b.hubhood-design-1-b-2-3-c-6-b-3-b .hubhood-card-slides,
.hubhood-listing-cards.hubhood-design-1-b.hubhood-design-1-b-2-3-c-6-b-3-b .hubhood-card-slide {
        height: 254px;
}

.hubhood-prefooter-listing-card {
        width: auto;
}

.hubhood-prefooter-listing-card .hubhood-the-rating-stars-card {
        display: none;
}

.hubhood-prefooter-listing-card .hubhood-price-range-symbol,
.hubhood-listing-card-footer .hubhood-price-range-symbol,
.hubhood-open-closed-card-dot {
        display: inline-block;
        vertical-align: middle;
        width: 38px;
        height: 38px;
        line-height: 40px;
        background-color: rgb(25,30,35);
        border-radius: 50px;
        margin-left: 0;
        margin-right: 10px;
        text-align: center;
        color: #fff;
        box-shadow: 5px 5px 10px rgb(0 0 0 / 12%);
        text-shadow: none;
        font-weight: 600;
        font-size: 15px;
        background-color: #f5f5f5;
        color: #3c74ae;
        padding-left: 1px;
}

.hubhood-open-closed-card-dot.hubhood-business-status-open {
        color: #fff;
        text-shadow: 1px 1px 0 rgb(0 0 0 / 20%);
        background-color: #277f62;
        line-height: 36px;
        padding-left: 1px;
}

.hubhood-open-closed-card-dot.hubhood-business-status-closed {
        color: #fff;
        text-shadow: 1px 1px 0 rgb(0 0 0 / 20%);
        background-color: rgb(208,57,64);
        line-height: 36px;
        padding-left: 1px;
}

.hubhood-design-1-b-2-3-c-6-b-3 .hubhood-prefooter-listing-card {
        font-size: 0;
        text-align: left;
}

.hubhood-design-1-b-2-3-c-6-b-3 .hubhood-prefooter-listing-card .hubhood-price-range-symbol,
.hubhood-listing-card-footer .hubhood-price-range-symbol,
.hubhood-prefooter-listing-card-color .hubhood-price-range-symbol {
        background-color: #3c74ae;
        color: #fff;
        text-shadow: 1px 1px 0 rgb(0 0 0 / 20%);
}
 
.hubhood-hide-cards-data-ribbons .hubhood-design-1-b-2-3-c-6-b-4 .hubhood-listing-card .hubhood-card-ribbons .hubhood-pricing-ribbon,
.hubhood-hide-cards-data-ribbons .hubhood-design-1-b-2-3-c-6-b-4 .hubhood-listing-card .hubhood-card-ribbons .hubhood-open-or-closed {
        display: inline-block;
}

.hubhood-listing-cards.hubhood-design-1-b.hubhood-design-1-b-2-3-c-6-b-4 .hubhood-card-slides-preset-height,
.hubhood-listing-cards.hubhood-design-1-b.hubhood-design-1-b-2-3-c-6-b-4 .hubhood-card-cover,
.hubhood-listing-cards.hubhood-design-1-b.hubhood-design-1-b-2-3-c-6-b-4 .hubhood-card-slides,
.hubhood-listing-cards.hubhood-design-1-b.hubhood-design-1-b-2-3-c-6-b-4 .hubhood-card-slide {
        height: 284px;
}

.hubhood-listing-cards.hubhood-design-1-b.hubhood-design-1-d-2 .hubhood-terms-inner > .row>[class*='col-'] {
        min-height: 314px;
}

.hubhood-listing-cards.hubhood-design-1-b.hubhood-design-1-d-2 .hubhood-card-slides-preset-height,
.hubhood-listing-cards.hubhood-design-1-b.hubhood-design-1-d-2 .hubhood-card-cover,
.hubhood-listing-cards.hubhood-design-1-b.hubhood-design-1-d-2 .hubhood-card-slides,
.hubhood-listing-cards.hubhood-design-1-b.hubhood-design-1-d-2 .hubhood-card-slide {
        height: 284px;
}

.hubhood-listing-cards.hubhood-design-1-b.hubhood-design-1-d-4 .hubhood-card-slides-preset-height,
.hubhood-listing-cards.hubhood-design-1-b.hubhood-design-1-d-4 .hubhood-card-cover,
.hubhood-listing-cards.hubhood-design-1-b.hubhood-design-1-d-4 .hubhood-card-slides,
.hubhood-listing-cards.hubhood-design-1-b.hubhood-design-1-d-4 .hubhood-card-slide {
        height: 254px;
}

.hubhood-listing-cards.hubhood-design-1-b.hubhood-design-1-d-4 .hubhood-terms-inner > .row>[class*='col-'] {
        min-height: 284px;
}

.hubhood-listing-card-logo.hubhood-listing-card-logo-cover {
        width: 48px;
        height: 48px;
}

.hubhood-design-1-b-2-3-c-6-b-16-e .hubhood-listing-card-logo.hubhood-listing-card-logo-cover,
.hubhood-design-1-b-2-3-c-8-k .hubhood-listing-card-logo.hubhood-listing-card-logo-cover {
        position: absolute;
        left: auto;
        top: 89px;
        right: 15px;
        z-index: 4;
}

.hubhood-design-1-b-2-3-c-6-b-16-e .hubhood-hero-pricing + .hubhood-date-list-item-wrapper {
        margin-top: 11px;
}

.hubhood-card-bottom-logo {
        position: absolute;
        top: auto;
        left: auto;
        bottom: 30px;
        right: 30px;
        width: 48px;
        height: 48px;
        margin-right: 0;
        z-index: 3;
}

.hubhood-design-1-d-4-b .hubhood-listing-address {
        padding-right: 54px;
}

.hubhood-design-1-b-2-3-c-6-b-5 .hubhood-has-review-pre-footer ~ .hubhood-listing-card-footer {
        padding-top: 38px;
}

.hubhood-design-1-b-2-3-c-6-b-5 .hubhood-has-review-pre-footer .hubhood-listing-card-title-wrapper {
        padding-bottom: 10px;
}

.hubhood-design-1-b-2-3-c-6-c .hubhood-prefooter-listing-card {
        text-align: right;
}

#page .hubhood-design-1-b-2-3-c-6-c .hubhood-has-review-pre-footer ~ .hubhood-listing-card-footer {
        padding-top: 30px;        
}

.hubhood-design-1-b-2-3-c-6-c .hubhood-review-stars-card-wrapper {
        padding: 0;
        margin-left: 0;
        margin-right: 0;
        margin-top: -5px;
        margin-bottom: -5px;
}

.hubhood-design-1-b-2-3-c-6-e .hubhood-the-rating-stars-card {
        filter: contrast(1.1) brightness(1.05);  
        margin-top: 0;
}

.hubhood-design-1-b-2-3-c-6-e-3 .hubhood-the-rating-stars-card {
        margin-bottom: -5px;  
}

.hubhood-design-1-b-2-3-c-6-c .hubhood-card-post-footer {
        margin-bottom: -25px;
        margin-top: 3px;
}

.hubhood-design-1-b-2-3-c-6-c .hubhood-listing-rating,
.hubhood-design-1-b-2-3-c-6-c .hubhood-review-stars-card-wrapper .hubhood-listing-card-icon.fa.fa-star {
        margin-right: 7px;
}

.hubhood-design-1-b-2-3-c-6-c .hubhood-listing-rating.hubhood-term-card-icon-color-bg,
.hubhood-design-1-b-2-3-c-6-c .hubhood-rating-star-icon.fas {
        color: #fff;        
}

.hubhood-design-1-b-2-3-c-6-c .hubhood-listing-card-logo {
        margin-right: -5px;
        width: 50px;
        height: 50px;
}

.hubhood-design-1-b-2-3-c-6-c:not(.hubhood-design-1-b-2-3-c-6-e) .hubhood-review-stars-card-wrapper .hubhood-listing-card-icon.fa.fa-star {
        background-color: #d2d2d2 !important;
        color: #fff;
}

.hubhood-design-1-b-2-3-c-6-e .hubhood-review-stars-card-wrapper .hubhood-listing-card-icon.fa.fa-star:after {
        opacity: 0.5;
}

.hubhood-design-1-b-2-3-c-6-e-2 .hubhood-card-cover .hubhood-prefooter-listing-card,
.hubhood-design-1-b-2-3-c-6-e-5 .hubhood-card-cover .hubhood-prefooter-listing-card {
        height: auto;
        text-align: left;
}

.hubhood-design-1-b-2-3-c-6-e-2 .hubhood-card-cover .hubhood-prefooter-listing-card:before,
.hubhood-design-1-b-2-3-c-6-e-5 .hubhood-card-cover .hubhood-prefooter-listing-card:before {
        content: none;
}

#page .hubhood-design-1-b-2-3-c-6-c .hubhood-review-stars-card-wrapper .hubhood-stars-rating span {
        text-shadow: none;
}

#page .hubhood-design-1-b-2-3-c-6-e .hubhood-review-stars-card-wrapper .hubhood-stars-rating span {
        font-size: 15px; 
        text-shadow: 2px 2px 2px rgba(0,0,0,0.5);    
}

#page .hubhood-design-1-b-2-3-c-6-c .hubhood-review-stars-card-wrapper .hubhood-listing-card-icon.fa.fa-star ~ .hubhood-the-rating-stars-card .hubhood-stars-rating span,
#page .hubhood-design-1-b-2-3-c-15 .hubhood-reviews-average-short-no-ratings.fa.fa-star ~ .hubhood-the-rating-stars-card .hubhood-stars-rating span,
#page .hubhood-design-1-b-2-3-c-11-b .hubhood-reviews-average-short-no-ratings.fa.fa-star ~ .hubhood-the-rating-stars-card .hubhood-stars-rating span {
        text-shadow: none;
        color: #aaa;
}

#page .hubhood-design-1-b-2-3-c-6-c .hubhood-review-stars-card-wrapper .hubhood-stars-rating {
        display: inline-block;
}

.hubhood-card-footer-amenities {
        height: 85px;
        margin-bottom: -25px;
        overflow: hidden;
        border-top: 4px solid #eee !important;
        margin-top: 23px !important;
        padding-top: 20px !important;
        padding-right: 20px !important;
}

.hubhood-design-1-b-2-3-c-6-b-16-e-a-x .hubhood-card-footer-amenities {
        border-top: 0 !important;
        margin-top: 0 !important;
}

.fa-ban ~ .hubhood-card-footer-amenities {
        margin-top: 52px !important;
}

.hubhood-card-footer-amenities .hubhood-listing-card-icon,
.hubhood-quick-card-icon {
        display: inline-block;
        background-color: rgb(20,25,30) !important;
        color: #fff;
        text-shadow: none;
        width: 36px;
        height: 36px;
        border-radius: 50px;
        border: 0;
        line-height: 34px;
        font-size: 16px;
        margin-right: 9px;
        top: 1px;
        left: 0;
        margin-bottom: 30px;
}

.hubhood-max-cards-row-5 .hubhood-card-footer-amenities .hubhood-listing-card-icon,
.hubhood-max-cards-row-5 .hubhood-quick-card-icon {
        margin-right: 5px;
}

.hubhood-card-footer-amenities .hubhood-listing-card-icon:before,
.hubhood-quick-card-icon:before {
        -webkit-text-stroke-width: 0.001em;
}

.hubhood-quick-card-icons {
        margin-top: -45px;
        height: 50px;
        margin-bottom: 6px;
        z-index: 5;
        overflow: hidden;
        width: calc(100% + 69px);
        margin-left: -30px;
        padding: 0 30px;
}

.hubhood-quick-card-icon {
        background-color: #fff !important;
        color: #252525;
        box-shadow: 0 7px 10px rgb(0 0 0 / 6%);
}

.hubhood-design-1-b-2-3-c-6-c .hubhood-has-review-pre-footer .hubhood-listing-card-title-wrapper {
        padding-bottom: 10px;
}

.hubhood-design-1-b-2-3-c-10 .hubhood-listing-card-title,
.hubhood-design-1-b-2-3-c-6-e .hubhood-listing-card-title {
        margin-top: -5px;
        margin-bottom: 0px;
        padding-bottom: 9px;
        text-shadow: none;
}

.hubhood-user-header-design-2 .hubhood-hero-text-inner > .col-sm-12 {
        height: auto !important;
        min-height: auto !important;
        padding-top: 80px;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 70px;
}

.hubhood-user-header-design-2 .hubhood-listing-hero-logo-wrapper {
        position: absolute;
        left: 0;
        bottom: -80px;
}

.hubhood-quick-card-icons .hubhood-quick-card-icon.fa-instagram:before {
        -webkit-text-stroke: 0.04em;
}

.hubhood-author-details .hubhood-quick-card-icon {
        width: auto;
        padding: 12px 25px;
        height: auto;
        top: 0;
        vertical-align: top;
        border-radius: 4px;
}

.hubhood-author-details .hubhood-user-contact {
        vertical-align: top;
}

.hubhood-author-details .hubhood-quick-card-icon.fa-envelope {
        width: 58px;
        height: 58px;
        padding: 0;
        background-color: var(--hubhood-color) !important;
        text-align: left;
        border-radius: 400px;
}

.hubhood-author-details .hubhood-quick-card-icon.fa-envelope:before {
        color: #fff;
        line-height: 58px;
}

.hubhood-author-details .hubhood-quick-card-icon:before {
        font-size: 20px;
        -webkit-text-stroke: 0;
}

.hubhood-author-details .hubhood-quick-card-icon.fa-whatsapp:before {
        -webkit-text-stroke: 0.03em;
        font-size: 26px;
}

.hubhood-author-details .hubhood-quick-card-icon.fa-phone:before,
.hubhood-author-details .hubhood-quick-card-icon.fa-whatsapp:before {
        transform: none;
        left: 0;
        margin-right: 12px;
}

body .hubhood-author-description-section:nth-child(n) {
        margin-top: -5px !important;
}

.hubhood-author-details {
        padding-left: 172px;
}

.hubhood-user-has-no-contact-buttons .hubhood-author-description-section .hubhood-author-details,
.hubhood-user-has-no-description .hubhood-author-description-section .hubhood-author-details,
.hubhood-user-has-no-contact-buttons .hubhood-user-content-description,
.hubhood-user-has-no-description .hubhood-user-content-description {
        padding: 0;
        text-align: center;
}

.hubhood-user-has-no-contact-buttons .hubhood-author-description-section .hubhood-quick-card-icon,
.hubhood-user-has-no-description .hubhood-author-description-section .hubhood-quick-card-icon {
        margin: 0;
}

.hubhood-user-contact {
        margin-top: 30px;
}

.hubhood-user-content-wrapper .hubhood-user-content-quote {
        margin-top: 50px;
}

.hubhood-user-content-wrapper .hubhood-user-content-description {
        margin-top: 40px;
}

.hubhood-user-content-wrapper .hubhood-user-content-quote + .hubhood-user-content-description {
        margin-top: -10px;
}

body.author,
body.author #primary,
body.author #content,
body.single-hubhood_worker,
body.single-hubhood_worker #primary,
body.single-hubhood_worker #content {
        background-color: #fff !important;
}

.hubhood-user-content-quote {
        background-color: #f9f9f9;
        text-align: center;
        font-style: italic;
        padding: 45px 30px;
        margin-bottom: 60px;
        border-radius: 4px;
}

.hubhood-user-content-quote:before,
.hubhood-user-content-quote:after {
        font-family   : FontAwesome;
        content: "\f10d";
        position :absolute;
        font-weight: 400;
        top: -47px;
        left: 40px;
        font-size: 50px;
        color: rgba(0,0,0,0.04);
        font-style: normal;
        transform : rotate(10deg);
}

.hubhood-user-content-quote:after {
        content: "\f10e";
        left: auto;
        right: 40px;
        top: auto;
        bottom: -49px;
        transform : rotate(-10deg);
}

.hubhood-user-header-design-2 .hubhood-listing-hero-logo {
        position: absolute;
        width: 270px;
        height: 270px;
        bottom: 0;
        left: 0;
        box-shadow: 10px 10px 15px rgba(0,0,0,0.12);
}

.hubhood-user-header-design-2 .hubhood-listing-hero-logo:before {
        width: calc(100% + 2px);
        height: calc(100% + 2px);
        border: 15px solid #fff;
        border-right: 15px solid var(--hubhood-color);
}

.hubhood-user-header-design-2 .hubhood-hero-title,
.hubhood-user-header-design-2 .hubhood-hero-subtitle {
        text-align: left;
        padding-left: 320px;
        padding-right: 0;
        margin: 0;
}

.hubhood-user-header-design-2 .hubhood-hero-title {
        padding-bottom: 5px;
}

.hubhood-user-header-design-2 .hubhood-hero-subtitle {
        margin-left: 4px;
        margin-right: 4px;
}

.hubhood-user-header-design-2 .hubhood-hero-subtitle + .hubhood-hero-subtitle {
        margin-top: 7px;
        margin-bottom: -30px;
}

.hubhood-user-header-design-2 .hubhood-hero-subtitle span:before {
        content: "";
        position: relative;
        display: inline-block;
        width: 3px;
        height: 18px;
        background-color: #fff;
        border-radius: 5px;
        margin-left: 5px;
        margin-right: 5px;
        top: 2px;
}

.hubood-author-details-terms {
        margin-bottom: 45px;
}

.hubood-terms-worker-blocks {
        margin-bottom: 0px;
}

.hubood-terms-worker-block-wrapper {
        margin-bottom: 27px;
        padding: 12px 20px;
        background-color: #f9f9f9;
        border-radius: 4px;
}

.hubood-terms-worker-block-wrapper h5 {
        margin-bottom: 0;
}

.hubhood-user-header-design-2 .hubhood-hero-content-inner {
        padding: 90px 0 15px 0;
}

.hubhood-user-header-design-2 .hubhood-quick-card-icons {
        position: absolute;
        left: 0;
        padding-left: 320px;
        margin: 0;
        text-align: left;
        bottom: -48px;
        height: 60px;
}

.hubhood-user-header .hubhood-quick-card-icons .hubhood-quick-card-icon {
        text-align: left;
        width: 48px;
        height: 48px;
}

.hubhood-user-header .hubhood-quick-card-icons .hubhood-quick-card-icon:before {
        color: #252525 !important;
        font-size: 20px;
        height: 48px;
        line-height: 48px;
}

.author .hubhood-hero-title,
.single-hubhood_worker .hubhood-hero-title {
        text-transform: capitalize;
}

.author #main,
.single-hubhood_worker #main {
        min-height: 100px;
}

.hubhood-workers-section .hubhood-listing-cards .hubhood-listing-card-title {
        padding-top: 0;
        padding-bottom: 0;
}

.hubhood-workers-section .hubhood-listing-cards .hubhood-listing-card-tagline {
        text-shadow: none;
        line-height: 1.5;
        height: auto;
        display: block;
        padding: 0;
        margin: 0;
        margin-top: 10px;
}

.hubhood-workers-section .hubhood-listing-cards .hubhood-background-image:before {
        background: var(--hubhood-color);
        opacity: 0;
}

.hubhood-workers-section .hubhood-listing-cards .hubhood-background-image:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 4px;
        z-index: 1;
        opacity: 0.3;
        background: rgba(10,16,20,0);
        background: -moz-linear-gradient(top, rgba(10,16,20,0) 33%, rgba(12,17,21,0.05) 43%, rgba(26,25,25,1) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(33%, rgba(10,16,20,0)), color-stop(43%, rgba(12,17,21,0.05)), color-stop(100%, rgba(26,25,25,1)));
        background: -webkit-linear-gradient(top, rgba(10,16,20,0) 33%, rgba(12,17,21,0.05) 43%, rgba(26,25,25,1) 100%);
        background: -o-linear-gradient(top, rgba(10,16,20,0) 33%, rgba(12,17,21,0.05) 43%, rgba(26,25,25,1) 100%);
        background: -ms-linear-gradient(top, rgba(10,16,20,0) 33%, rgba(12,17,21,0.05) 43%, rgba(26,25,25,1) 100%);
        background: linear-gradient(to bottom, rgba(10,16,20,0) 33%, rgba(12,17,21,0.05) 43%, rgba(26,25,25,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a1014', endColorstr='#1a1919', GradientType=0 );
}

.hubhood-workers-section .hubhood-listing-cards .hubhood-listing-card:hover .hubhood-background-image:before {
        opacity: 0.8;
}

.hubhood-hover-card-text {
        position: absolute;
        top: 50%;
        transform: translate(0,-50%);
        left: 30px;
        z-index: 4;
        color: #fff;
        font-weight: 600;
        font-size: 16px;
        width: calc(100% - 60px);
        max-height: calc(100% - 75px);
        overflow: hidden;
        text-transform: capitalize;
        opacity: 0;
}

.hubhood-workers-section .hubhood-listing-cards .hubhood-listing-card:hover .hubhood-hover-card-text {
        opacity: 1;
}

.hubhood-design-1-b-2-3-c-11 .hubhood-no-footer-separator ~ .hubhood-listing-card-footer .hubhood-card-listing-term-links {
        border-top: 0;
        padding-top: 10px;
        margin-top: 0;
        margin-bottom: -34px;
        padding-bottom: 30px;
}

.hubhood-design-1-b-2-3-c-10 .hubhood-listing-card-icon.hubhood-claim-icon.hubhood-claim-icon-claimed,
.hubhood-design-1-b-2-3-c-6-e .hubhood-listing-card-icon.hubhood-claim-icon.hubhood-claim-icon-claimed,
.hubhood-card-content-top-data .hubhood-listing-card-icon.hubhood-claim-icon.hubhood-claim-icon-claimed {
        box-shadow: 5px 5px 10px rgb(0 0 0 / 12%);
}

.hubhood-design-1-b-2-3-c-12 .hubhood-listing-card-logo {
        margin-bottom: 10px;
}

.hubhood-design-1-b-2-3-c-12 .hubhood-listing-card-logo + .hubhood-date-list-item-wrapper {
        margin-top: 10px;
}

.hubhood-design-1-b-2-3-c-11-b .hubhood-listing-card-logo + .hubhood-date-list-item-wrapper {
        margin-top: 1px;
}

.hubhood-design-1-b-2-3-c-6-b-11 .hubhood-prefooter-listing-card-top {
        top: 20px;
        left: 30px;
        z-index: 3;
}

.hubhood-design-1-b-2-3-c-6-b-16-e:not(.hubhood-design-1-b-2-3-c-6-b-16-e-a) .hubhood-trending-icon ~ .hubhood-prefooter-listing-card {
        left: 42px;
}

.hubhood-design-1-b-2-3-c-6-b-11 .hubhood-has-review-pre-footer .hubhood-listing-card-title-wrapper,
.hubhood-design-1-b-2-3-c-21-f .hubhood-has-review-pre-footer .hubhood-listing-card-title-wrapper,
.hubhood-no-reviews .hubhood-listing-cards:not(.hubhood-design-1-b-2-3-c-6-b-13) .hubhood-listing-card-title-wrapper {
        padding-bottom: 0;
}

.hubhood-design-1-b-2-3-c-6-b-11 .hubhood-has-review-pre-footer ~ .hubhood-listing-card-footer {
        padding-top: 25px;
}

.hubhood-design-1-b-2-3-c-6-b-16-e-2 .hubhood-listing-card-footer {
        padding-top: 20px !important;
}

.hubhood-design-1-b-2 .hubhood-bookmark-card-button.hubhood-bookmark-card-footer {
        color: #000 !important;
        position: absolute;
        top: auto;
        bottom: 40px;
        text-shadow: none;
        font-size: 26px;
        padding: 0;
        width: 36px;
        right: 51px;
}

.hubhood-no-reviews .hubhood-design-1-b-2-3-c-6-b-13 .hubhood-card-has-logo ~ .hubhood-listing-card-footer {
        padding-top: 45px;
}

.hubhood-no-reviews .hubhood-design-1-b-2-3-c-6-b-13 .hubhood-card-cover.hubhood-no-logo:not(.hubhood-footer-is-hidden) ~ .hubhood-listing-widget-wrapper,
.hubhood-no-reviews .hubhood-design-1-b-2-3-c-11-b .hubhood-card-cover.hubhood-no-logo:not(.hubhood-footer-is-hidden) ~ .hubhood-listing-widget-wrapper {
        padding-top: 0;
}

.hubhood-design-1-b-2 .hubhood-bookmark-card-button.hubhood-bookmark-card-footer:before {
        opacity: 1;
        color: #bbb !important;
        text-shadow: none;
        -webkit-text-stroke-width: 0.02em;
}

.hubhood-design-1-b-2 .hubhood-bookmark-card-button.hubhood-bookmark-card-footer:hover:before {
        color: var(--hubhood-color) !important;
}

.hubhood-design-1-b-2 .hubhood-listing-card-icon.hubhood-bookmark-card-footer.hubhood-bookmark-loading {
        color: #ddd !important;
        top: auto !important;
        right: 24px !important;
        bottom: 20px !important;
}

.hubhood-design-1-b-2 .hubhood-bookmark-card-button.hubhood-bookmark-card-footer.hubhood-bookmarked-item:before {
        color: var(--hubhood-color) !important;
}

.hubhood-design-1-b-2 .hubhood-bookmark-card-button.hubhood-bookmark-card-footer .hubhood-bookmark-counter {
        display: none;
}

.hubhood-design-1-b-2-3-c-6-b-12 .hubhood-listing-card-footer .hubhood-card-listing-term-links,
.hubhood-design-1-b-2-3-c-6-b-13 .hubhood-listing-card-footer .hubhood-card-listing-term-links {
        padding-right: 60px;
}

body .hubhood-design-1-b-2-3-c-13 .hubhood-no-footer-separator ~ .hubhood-listing-card-footer .hubhood-listing-card-tagline {
        margin-top: -3px;
        margin-bottom: 5px;
        text-shadow: none;
        font-size: 14px;
        opacity: 0.6;
}

body .hubhood-design-1-b-2-3-c-13 .hubhood-listing-card-footer .hubhood-listing-card-tagline,
body .hubhood-design-1-b-2-3-c-13 .hubhood-listing-card-footer .hubhood-listing-card-tagline * {
        text-shadow: none;
}

.hubhood-design-1-b-2-3-c-13 .hubhood-light-card-footer .hubhood-listing-card-footer address {
        font-size: 13px;
        opacity: 0.6;
}

.hubhood-design-1-b-2-3-c-14 .hubhood-has-review-pre-footer ~ .hubhood-listing-card-footer {
        padding: 0 30px 20px;
        margin-top: -15px;
}

.hubhood-design-1-b-2-3-c-14 .hubhood-review-stars-card {
        position: relative;
        width: 100%;
        top: 0;
        margin-top: 0px !important;
        height: 78px;
}

.hubhood-design-1-b-2-3-c-14 .hubhood-has-review-pre-footer .hubhood-listing-card-title-wrapper {
        padding-bottom: 0;
}

body .hubhood-design-1-b-2-3-c-14 .hubhood-review-stars-card ~ * {
        margin-top: 20px;
        margin-bottom: 0px;
        padding-bottom: 0;
}

.hubhood-design-1-b-2-3-c-14 .hubhood-review-stars-card-wrapper {
        padding: 20px 30px;
        text-align: left;
}

.hubhood-design-1-b-2-3-c-21-f9 .hubhood-review-stars-card-wrapper {
        background: #fff;
}

.hubhood-design-1-b-2-3-c-15 .hubhood-footer-icons-right {
        position: absolute;
        top: 20px;
        right: -10px;
}

.hubhood-no-reviews .hubhood-design-1-b-2-3-c-21-f .hubhood-review-stars-card {
        height: auto;
}

.hubhood-no-reviews .hubhood-design-1-b-2-3-c-21-f .hubhood-footer-icons-right {
        position: relative;
        display: inline-block;
        top: 0;
        right: auto;
        left: calc(50% + 11px);
        transform: translate(-50%);
}

.hubhood-no-reviews .hubhood-design-1-b-2-3-c-21-f .hubhood-footer-icons-right > * {
        margin-right: 22px;
}

.hubhood-design-1-b-2-3-c-15 .hubhood-footer-icons-right > * {
        margin-right: 6px;
}

.hubhood-design-1-b-2-3-c-6-b-13 .hubhood-card-ribbons,
.hubhood-design-1-b-2-3-c-8-k .hubhood-card-ribbons {
        z-index: 4;
        top: 25px;
        left: 30px;
}

.hubhood-design-1-b-2-3-c-8-k .hubhood-card-ribbons {
        max-width: calc(100% - 105px);
}

.hubhood-design-1-b-2-3-c-8-k .hubhood-listing-card-icon {
        background-color: transparent !important;
}

.hubhood-top-card-ribbons {
        max-width: calc(100% - 60px);
}

.hubhood-design-1-b-2-3-c-21-f .hubhood-card-cover .hubhood-top-card-ribbons,
.hubhood-design-1-b-2-3-c-11-b .hubhood-card-cover .hubhood-top-card-ribbons {
        position: absolute;
        z-index: 4;
        top: 25px;
        left: 30px;
}

.hubhood-design-1-b-2-3-c-21-f .hubhood-card-cover .hubhood-top-card-ribbons {
        max-width: 100%;
        position: relative;
        top: 0;
        left: 0;
        margin-bottom: 20px;
}

.hubhood-design-1-b-2-3-c-21-f .hubhood-card-cover .hubhood-hero-pricing {
        border: 1px solid rgba(255,255,255,0.3);
        padding: 1px 13px 0;
        border-radius: 4px;
        top: 35px;
        font-size: 15px;
        display: inline-block;
        white-space: nowrap;
}

.hubhood-style-general-edges-rounded .hubhood-design-1-b-2-3-c-21-f .hubhood-card-cover .hubhood-hero-pricing {
        border-radius: 40px;
}

.hubhood-design-1-b-2-3-c-21-f .hubhood-card-cover .hubhood-hero-pricing,
.hubhood-design-1-b-2-3-c-21-f .hubhood-card-cover .hubhood-hero-pricing * {
        display: inline-block;
        white-space: nowrap;
}

.hubhood-hide-price-unit .hubhood-hero-pricing strong,
.hubhood-hide-price-unit .hubhood-hero-pricing span,
.hubhood-hide-price-unit .hubhood-card-pricing-widget .hubhood-listing-widget-content strong,
.hubhood-hide-price-unit .hubhood-card-pricing-widget .hubhood-listing-widget-content span {
        display: none !important;
}

.hubhood-card-content .hubhood-hero-pricing .hubhood-price-discount-card .hubhood-price-discount-card-regular {
        display: none;
}

.hubhood-card-content .hubhood-hero-pricing .hubhood-price-discount-card {
        position: absolute;
        margin: 0;
        left: -3px;
        right: auto;
        margin-left: 0;
        transform: none;
        margin-right: 0;
        top: 40px;
}

.hubhood-design-1-b-2-3-c-21-f .hubhood-card-cover .hubhood-hero-pricing h4 {
        font-size: 16px;
        font-weight: 600;
}

.hubhood-design-1-b-2-3-c-11-b .hubhood-card-cover .hubhood-top-card-ribbons {
        left: calc(50% + 5px);
        transform: translate(-50%);
        padding-left: 10px;
        top: 26px;
}

.hubhood-design-1-b-2-3-c-11-b .hubhood-card-cover .hubhood-listing-card-logo {
        margin-bottom: 15px;
}

.hubhood-hide-logo .hubhood-listing-card-logo {
        display: none !important;
}

.hubhood-hide-logo .hubhood-card-content-top-data {
        max-width: 100% !important;
}

.hubhood-design-1-b-2-3-c-6-b-16-e .hubhood-card-cover .hubhood-top-card-ribbons {
        position: absolute;
        z-index: 4;
        top: 8px;
        left: 0;
}

.hubhood-design-1-b-2-3-c-6-b-16-e .hubhood-card-cover .hubhood-prefooter-listing-card *:not(.hubhood-no-rating-card) ~ .hubhood-top-card-ribbons {
        top: 62px;
}

.hubhood-color-ribbons .hubhood-featured-ribbon.fa-asterisk {
        background-color: var(--hubhood-color);
        color: #fff;
}

.hubhood-color-ribbons .hubhood-pricing-ribbon {
        background-color: #3c74ae;
        color: #fff;        
}

.hubhood-color-ribbons .hubhood-listing-closed {
        background-color: rgb(208,57,64);
        color: #fff;        
}

.hubhood-color-ribbons .hubhood-listing-open {
        background-color: #277f62;
        color: #fff;        
}

.hubhood-dark-ribbons .hubhood-featured-ribbon.fa-asterisk,
.hubhood-dark-ribbons .hubhood-pricing-ribbon,
.hubhood-dark-ribbons .hubhood-listing-closed,
.hubhood-dark-ribbons .hubhood-listing-open {
        background-color: rgb(35,40,45);
        color: #fff;        
        box-shadow: 0 0 5px rgba(255,255,255,0.12);
}

.hubhood-design-1-b-2-3-c-6-e-4 .hubhood-listing-card-footer .hubhood-listing-card-tagline {
        margin-top: -3px;
        margin-bottom: 8px;
        text-shadow: none;
}

.hubhood-design-1-b-2-3-c-6-e-5 .hubhood-listing-card-footer .hubhood-listing-card-tagline {
        text-shadow: none;        
}

.hubhood-design-1-b-2-3-c-6-e-4 .hubhood-listing-card-footer .hubhood-review-stars-card-wrapper {
        margin-bottom: 8px;
        margin-left: -3px;
        margin-top: -9px;
}

.hubhood-design-1-b-2-3-c-6-e-4 .hubhood-listing-card-footer .hubhood-review-stars-card-wrapper + * {
        border-top: 4px solid #eee;
        padding-top: 27px;
        margin-top: 12px !important;
        margin-bottom: -26px;
}

#page .hubhood-design-1-b-2-3-c-6-e .hubhood-listing-card-footer .hubhood-review-stars-card-wrapper .hubhood-stars-rating span {
        text-shadow: none;
        font-size: 15px;
}

.hubhood-design-1-b-2-3-c-6-f .review-stars-card-wrapper {
        margin-bottom: -20px;
}

.hubhood-design-1-b-2-3-c-6-f .hubhood-listing-rating.hubhood-term-card-icon-color-bg,
.hubhood-design-1-d-4 .hubhood-listing-rating.hubhood-term-card-icon-color-bg {
        background-color: transparent !important;
        box-shadow: none;
        line-height: 24px;
        font-size: 22px;
        font-weight: 500;
        width: 36px;
        white-space: nowrap;
        text-align: left;
        border-left: 0;
        border-right: 0;
}

.hubhood-design-1-d-4 .hubhood-listing-rating.hubhood-term-card-icon-color-bg {
        margin-right: 5px;
}

.hubhood-design-1-b-2-3-c-6-f .hubhood-review-stars-card-wrapper,
.hubhood-design-1-d-4 .hubhood-review-stars-card-wrapper {
        margin-bottom: -18px;
}

.hubhood-design-1-d-4 .hubhood-review-stars-card-wrapper {
        margin-bottom: -32px;
}

#page .hubhood-design-1-d-4 .hubhood-review-stars-card-wrapper .hubhood-stars-rating span,
#page .hubhood-design-1-b-2-3-c-6-f .hubhood-review-stars-card-wrapper .hubhood-stars-rating span,
#page .hubhood-design-1-b-2-3-c-6-g .hubhood-review-stars-card-wrapper .hubhood-stars-rating span {
        font-size: 14px;
        filter: contrast(1.1) brightness(1.05);  
        text-shadow: 2px 2px 2px rgba(0,0,0,0.5);
}

.hubhood-design-1-b-2-3-c-6-f .hubhood-listing-rating.hubhood-term-card-icon-color-bg:before,
.hubhood-design-1-b-2-3-c-6-f .hubhood-rating-star-icon.fas:before,
.hubhood-design-1-d-4 .hubhood-listing-rating.hubhood-term-card-icon-color-bg:before,
.hubhood-design-1-d-4 .hubhood-rating-star-icon.fas:before {
        display: none;
}

.hubhood-listing-cards.hubhood-design-1-b.hubhood-design-1-b-2-3-c-6-h .hubhood-card-slide,
.hubhood-listing-cards.hubhood-design-1-b.hubhood-design-1-b-2-3-c-6-h .hubhood-top-gradient-overlay,
.hubhood-listing-cards.hubhood-design-1-b.hubhood-design-1-b-2-3-c-6-b-16 .hubhood-card-slide,
.hubhood-listing-cards.hubhood-design-1-b.hubhood-design-1-b-2-3-c-6-b-16 .hubhood-top-gradient-overlay {
        height: calc(100% - 8px);
        width: calc(100% - 16px);
        left: 8px;
        margin-top: 8px;
}

.hubhood-listing-cards.hubhood-design-1-b.hubhood-design-1-b-2-3-c-6-b-16-e-a .hubhood-card-slide,
.hubhood-listing-cards.hubhood-design-1-b.hubhood-design-1-b-2-3-c-6-b-16-e-a .hubhood-top-gradient-overlay {
        height: 100%;
        width: 100%;
        left: 0;
        margin-top: 0;
}

.hubhood-listing-cards.hubhood-design-1-b.hubhood-design-1-b-2-3-c-6-b-16-c .hubhood-card-slide,
.hubhood-listing-cards.hubhood-design-1-b.hubhood-design-1-b-2-3-c-6-b-16-c .hubhood-top-gradient-overlay {
        height: calc(100% - 4px);
        width: calc(100% - 8px);
        left: 4px;
        margin-top: 4px;
}

.hubhood-listing-cards.hubhood-design-1-b.hubhood-design-1-b-2-3-c-6-h .hubhood-card-slides,
.hubhood-listing-cards.hubhood-design-1-b.hubhood-design-1-b-2-3-c-6-b-16 .hubhood-card-slides {
        background: transparent;
}

.hubhood-design-1-b-2-3-c-6-h-2 .hubhood-listing-card-title {
        text-shadow: 1px 1px 0 rgb(0 0 0 / 45%), 2px 2px 10px rgb(0 0 0 / 35%);
}

.hubhood-design-1-b-2-3-c-6-h-2 .hubhood-has-review-pre-footer .hubhood-listing-card-title-wrapper {
        padding-top: 15px;
        padding-bottom: 0;
        margin-bottom: 15px;
}

.hubhood-design-1-b-2-3-c-6-h-2 .hubhood-card-cover .hubhood-review-stars-card {
        position: relative;
        top: 0;
        margin-bottom: 6px;
}

.hubhood-design-1-b-2-3-c-6-h-3 .hubhood-card-cover .hubhood-review-stars-card {
        margin-bottom: 12px;
        margin-top: 4px !important;
}

.hubhood-card-content-top-wrapper {
        position: relative;
        padding: 20px 30px;
        top: 0;
        left: 0;
        width: 100%;
}

.hubhood-hide-footer .hubhood-design-1-b-2-3-c-21-f9 .hubhood-card-content-top-wrapper {
        padding: 20px 30px 30px;
}

.hubhood-design-1-b-2-3-c-21-f3:not(.hubhood-design-1-b-2-3-c-21-f4):not(.hubhood-design-1-b-2-3-c-21-f5):not(.hubhood-design-1-b-2-3-c-21-f6) article {
        min-height: 88px;
}

.hubhood-card-content-top-wrapper .hubhood-review-stars-card-wrapper {
        position: relative;
        padding: 0;
        box-shadow: none;
        background: transparent;
}

.hubhood-card-content-top-wrapper .hubhood-prefooter-listing-card {
        height: auto;
}

.hubhood-design-1-b-2-3-c-21-f4 .hubhood-card-content-top-wrapper .hubhood-prefooter-listing-card {
        padding-left: 15px;
        padding-right: 15px;
}

.hubhood-card-content-top-wrapper .hubhood-listing-card-logo {
        box-shadow: 6px 6px 15px rgb(0 0 0 / 20%);
        width: 60px;
        height: 60px;
        margin-right: 16px;
}

.hubhood-card-content-top-wrapper .hubhood-prefooter-listing-card .hubhood-price-range-symbol,
.hubhood-card-content-top-wrapper .hubhood-listing-card-footer .hubhood-price-range-symbol,
.hubhood-card-content-top-wrapper .hubhood-open-closed-card-dot,
.hubhood-card-content-top-wrapper .hubhood-reviews-average-short.hubhood-reviews-average-short-no-ratings,
.hubhood-card-content-top-wrapper .hubhood-reviews-average-short {
        box-shadow: 5px 5px 12px rgb(0 0 0 / 30%);
        margin-right: 16px;
}

.hubhood-design-1-b-2-3-c-21-c .hubhood-has-review-pre-footer ~ .hubhood-listing-card-footer {
        padding-top: 25px;
        padding-bottom: 25px;
        margin-top: 0;
        margin-bottom: 0;
}

.hubhood-worker-card-thumb {
        position: relative;
        display: inline-block;
        width: 46px;
        height: 46px;
        border-radius: 50px;
        margin-left: -18px;
        border: 3px solid #fff;
        box-shadow: 5px 5px 7px rgba(0,0,0,0.15);
        background-position: center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-repeat: no-repeat;
}

.hubhood-card-content-top-data {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        max-width: 100%;
}

.hubhood-listing-card-logo ~ .hubhood-card-content-top-data {
        max-width: calc(100% - 55px);
}

.hubhood-card-content-top-data * {
        color: #252525;
        text-shadow: none;
}

.hubhood-design-1-b-2-3-c-21-b .hubhood-card-content-top-wrapper .hubhood-listing-card-logo {
        width: 48px;
        height: 48px;
        margin-right: 12px;
}

.hubhood-design-1-b-2-3-c-21-b .hubhood-card-content-top-wrapper .hubhood-listing-card-logo {
        margin-left: 0;
}

.hubhood-design-1-b-2-3-c-21-f .hubhood-card-content-top-wrapper .hubhood-listing-card-logo {
        margin-left: -6px;
}

.hubhood-design-1-b-2-3-c-21-g .hubhood-card-content-top-wrapper .hubhood-listing-card-logo {
        margin-left: 0;
}

.hubhood-card-content-top-data .hubhood-listing-card-title {
        margin: 0;
        padding-top: 0;
        font-size: 15px;
        font-weight: 500;
}

.hubhood-design-1-b-2-3-c-21-b .hubhood-card-content-top-data .hubhood-listing-address {
        margin: 0;
        font-size: 13px;
        opacity: 0.7;
}

.hubhood-design-1-b-2-3-c-6-b-16-e .hubhood-card-slides ~ .hubhood-listing-card-title-wrapper .hubhood-listing-card-title {
        font-size: 16px;
}

.hubhood-design-1-b-2-3-c-21-f .hubhood-card-content-top-data.hubhood-card-no-address {
        height: 48px;
}

.hubhood-card-content-top-data.hubhood-card-no-address .hubhood-listing-card-title {
        padding-top: 9px;
        padding-bottom: 9px;
}

.hubhood-design-1-b-2-3-c-21-f .hubhood-card-content-top-data.hubhood-card-no-address .hubhood-listing-card-title {
        padding-top: 0;
        top: 10px;
        position: relative;
}

.hubhood-design-1-b-2-3-c-21-f3 .hubhood-card-content-top-data.hubhood-card-no-address .hubhood-listing-card-title,
.hubhood-design-1-b-2-3-c-21-f8 .hubhood-card-content-top-data.hubhood-card-no-address .hubhood-listing-card-title,
.hubhood-design-1-b-2-3-c-21-f9 .hubhood-card-content-top-data.hubhood-card-no-address .hubhood-listing-card-title {
        padding-top: 3px;
        top: 0;
        padding-bottom: 0;
}

.hubhood-design-1-b-2-3-c-21-f4 .hubhood-card-content-top-data {
        display: block;
        width: 100%;
        max-width: 100%;
        text-align: center;
}

.hubhood-design-1-b-2-3-c-21-f4 .hubhood-card-content-top-wrapper {
        padding: 0;
        text-align: center;
}

.hubhood-design-1-b-2-3-c-21-f4 .hubhood-card-content-top-wrapper .hubhood-listing-card-logo {
        margin-bottom: 20px;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
        box-shadow: 5px 5px 14px rgb(0 0 0 / 12%);
}

.hubhood-design-1-b-2-3-c-21-f4 .hubhood-card-content-top-wrapper .hubhood-reviews-average-short {
        box-shadow: 5px 5px 14px rgb(0 0 0 / 12%);
        margin-right: 0;
        margin-bottom: 18px;
}

.hubhood-design-1-b-2-3-c-21-f4 .hubhood-card-content-top-wrapper .hubhood-listing-card-logo {
        width: 65px;
        height: 65px;
        margin-right: 0;
        margin-top: 0;
}

.hubhood-design-1-b-2-3-c-21-f4 .hubhood-listing-card-title {
        width: 100%;
        max-width: 100%;
        font-size: 15px;
        padding-left: 10px;
        padding-right: 10px;        
        display            : -webkit-box;
        -webkit-line-clamp : 2;
        -webkit-box-orient : vertical;
        max-height         : 57px;
        overflow           : hidden;
}

.hubhood-design-1-b-2-3-c-21-f4 .hubhood-card-listing-term-links {
        text-align: center;
        margin-top: 7px;
        padding-left: 10px;
        padding-right: 10px;
}

.hubhood-listing-cards.hubhood-design-1-b-2-3-c-21-f4 .hubhood-terms-inner > .row > [class*="col-"] {
        min-height: 0;
}

.hubhood-listing-cards.hubhood-design-1-b-2-3-c-21-f4 article {
        padding-top: 29px;
        padding-bottom: 25px;
}

.hubhood-listing-cards.hubhood-design-1-b-2-3-c-21-f4 .hubhood-trending-icon {
        top: -30px;
}

.hubhood-design-1-b-2-3-c-21-f4 .hubhood-card-content-top-data .hubhood-listing-card-icon.hubhood-claim-icon.hubhood-claim-icon-claimed {
        box-shadow: none;
        border: 0;
        top: 5px;
        vertical-align: top;
        line-height: 18px;
        padding: 0;
}

.hubhood-design-1-b-2-3-c-21-f6 .hubhood-review-stars-card-wrapper {
        margin-bottom: 20px;
        margin-right: 0;
        margin-left: 0;
}

.hubhood-design-1-b-2-3-c-21-f6 .hubhood-listing-card-logo ~ .hubhood-review-stars-card-wrapper {
        margin-left: 20px;
        height: 67px;
        line-height: 67px;
}

.hubhood-design-1-b-2-3-c-21-f6 .hubhood-card-content-top-wrapper .hubhood-reviews-average-short {
        margin-bottom: 0;
}

.hubhood-design-1-b-2-3-c-21-f9 .hubhood-card-cover {
        margin-top: 20px;
}

.hubhood-design-1-b-2-3-c-21-f9 .hubhood-listing-widget-wrapper  {
        margin-top: -20px;
}

.hubhood-design-1-b-2-3-c-21-f9 .hubhood-listing-card-footer {
        margin-top: -40px;
}

.hubhood-design-1-b-2-3-c-21-f9 .hubhood-listing-widget-wrapper ~ .hubhood-listing-card-footer {
        margin-top: -15px;
}

.hubhood-design-1-b-2-3-c-21-f9 .hubhood-listing-card-tagline {
        position: absolute;
        bottom: 20px;
        width: calc(100% - 48px);
        left: 24px;
        white-space    : nowrap;
        overflow       : hidden;
        text-overflow  : ellipsis;
        display: inline-block;
        z-index: 3;
}

.hubhood-design-1-b-2-3-c-21-f9 .hubhood-hero-pricing {
        left: 24px;
        top: 15px;
}

.hubhood-design-1-b-2-3-c-21-f9 .hubhood-term-card-icons {
        top: 27px;
}

body .hubhood-design-1-b-2-3-c-21-f9 .hubhood-card-listing-term-links {
        padding-bottom: 20px;
}

.hubhood-event-data-card,
.hubhood-appointment-data-card {
        position: absolute;
        z-index: 3;
        top: auto;
        bottom: 20px;
        left: 24px;
}

.hubhood-design-1-b-2-3-c-21-f9 .hubhood-featured-ribbon.fa-circle {
        position: relative;
        font-weight: 700;
        text-shadow: none;
}

.hubhood-design-1-b-2-3-c-21-f9 .hubhood-date-list-item-wrapper {
        position: relative;
        margin-top: 10px;
}

.hubhood-design-1-b-2-3-c-21-f9 .hubhood-listing-card-tagline ~ .hubhood-event-data-card,
.hubhood-design-1-b-2-3-c-21-f9 .hubhood-listing-card-tagline ~ .hubhood-appointment-data-card {
        bottom: 50px;
}

.hubhood-design-1-b-2-3-c-21-f8 .hubhood-card-content-top-wrapper {
        padding-top: 0;
        padding-bottom: 0;
}

.hubhood-design-1-b-2-3-c-21-f9 .hubhood-featured-ribbon-ongoing,
.hubhood-design-1-b-2-3-c-21-f9 .hubhood-featured-ribbon-upcoming,
.hubhood-design-1-b-2-3-c-21-f9 .hubhood-featured-ribbon-ended {
        color: #252525
}

.hubhood-design-1-b-2-3-c-21-f9 .hubhood-featured-ribbon.fa-circle.hubhood-featured-ribbon-ongoing:before {
        color: var(--hubhood-color);
}

.hubhood-listing-cards.hubhood-design-1-b-2-3-c-21-f8 .hubhood-card-slides-preset-height,
.hubhood-listing-cards.hubhood-design-1-b-2-3-c-21-f8 .hubhood-card-cover,
.hubhood-listing-cards.hubhood-design-1-b-2-3-c-21-f8 .hubhood-card-slides,
.hubhood-listing-cards.hubhood-design-1-b-2-3-c-21-f8 .hubhood-card-slide {
        height: 265px;
}

.hubhood-design-1-b-2-3-c-21-f8 .hubhood-card-cover {
        width: calc(100% + 60px);
        left: -30px;
}

.hubhood-design-1-b-2-3-c-21-f8 .hubhood-card-top-data {
        position: absolute;
        z-index: 4;
        top: 25px;
        width: calc(100% + 12px);
}

.hubhood-design-1-b-2-3-c-21-f8 .hubhood-listing-card-title {
        width: 100%;
}

.hubhood-design-1-b-2-3-c-21-f8 .hubhood-card-content-top-data *,
.hubhood-design-1-b-2-3-c-21-f8 .hubhood-card-top-data h5,
.hubhood-design-1-b-2-3-c-21-f8 .hubhood-card-top-data address {
        color: #fff;
}

.hubhood-design-1-b-2-3-c-21-f8 .hubhood-trending-icon {
        top: 0;
}

.hubhood-design-1-b-2-3-c-21-f8 .hubhood-listing-widget-wrapper {
        position: absolute;
        z-index: 4;
        width: 100%;
        bottom: 0;
        background: rgba(255,255,255,0.12);
        border-top: 1px solid rgba(255,255,255,0.2);
        box-shadow: 0 -15px 15px -7px rgba(0,0,0,0.15);
}

.hubhood-design-1-b-2-3-c-21-f8 .hubhood-listing-widget {
        background: transparent;
        box-shadow: none;
}

.hubhood-design-1-b-2-3-c-21-f8 .hubhood-listing-widget * {
        color: #fff;
}

.hubhood-design-1-b-2-3-c-21-f8 .hubhood-listing-card .hubhood-listing-widget-content {
        padding-top: 10px;
        padding-bottom: 16px;
}

.hubhood-design-1-b-2-3-c-21-f8 .hubhood-listing-card .hubhood-iconized-block-wrapper .fa:before {
        color: #fff;
}

.hubhood-card-data-block-cover {
        position: absolute;
        margin: 0;
        left: 30px;
        right: auto;
        top: auto;
        bottom: 98px;
        text-align: left;
        width: calc(100% - 60px);
        white-space: normal;
        z-index: 4;
}

.hubhood-no-footer-quick-info .hubhood-card-data-block-cover {
        bottom: 25px;
}

.hubhood-card-data-block-cover-relative .hubhood-hero-pricing,
body .hubhood-design-1-b-2-3-c-21-f8 .hubhood-hero-pricing {
        position: relative;
        margin: 0;
        left: 0;
        right: auto;
        top: auto;
        bottom: auto;
        margin-top: 0;
        text-align: left;
        width: 100%;
        white-space: normal;
}

.hubhood-card-data-block-cover-relative .hubhood-hero-pricing *,
body .hubhood-design-1-b-2-3-c-21-f8 .hubhood-hero-pricing * {
        display: inline-block;
        color: #fff;
}

body .hubhood-design-1-b-2-3-c-21-f8 .hubhood-listing-card-title {
        text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.6);
}

.hubhood-card-ribbons .hubhood-featured-ribbon-event,
.hubhood-card-ribbons .hubhood-featured-ribbon-appointment {
        background-color: #fff;
        color: #252525;
        text-shadow: none;
}

.hubhood-featured-listing .hubhood-card-data-block-cover-relative .hubhood-featured-ribbon,
.hubhood-card-data-block-cover-relative .hubhood-card-ribbons .hubhood-featured-ribbon-event *,
.hubhood-card-data-block-cover-relative .hubhood-card-ribbons .hubhood-featured-ribbon-appointment * {
        text-shadow: none;
        font-weight: 600;
}

.hubhood-card-data-block-cover-relative,
.hubhood-listing-card-title + .hubhood-card-data-block-cover-relative {
        margin-top: 0;
}

.hubhood-listing-card-title + .hubhood-card-data-block-cover-relative > *:first-child {
        margin-top: 9px;
}

.hubhood-design-1-b-2-3-c-21-f3 .hubhood-card-data-block-cover-relative .hubhood-hero-pricing,
.hubhood-design-1-b-2-3-c-21-f3 .hubhood-card-data-block-cover-relative .hubhood-event-data-card > *:last-child,
.hubhood-design-1-b-2-3-c-21-f3 .hubhood-card-data-block-cover-relative .hubhood-appointment-data-card > *:last-child {
        margin-bottom: 25px;
}

.hubhood-design-1-b-2-3-c-21-f3 .hubhood-card-data-block-cover-relative .hubhood-hero-pricing + .hubhood-event-data-card,
.hubhood-design-1-b-2-3-c-21-f3 .hubhood-card-data-block-cover-relative .hubhood-hero-pricing + .hubhood-appointment-data-card {
        margin-top: -25px;
}

.hubhood-design-1-b-2-3-c-21-f3 .hubhood-featured-ribbon.hubhood-tiny-featured-ribbon,
.hubhood-design-1-b-2-3-c-21-f4 .hubhood-featured-ribbon.hubhood-tiny-featured-ribbon,
.hubhood-design-1-b-2-3-c-21-f8 .hubhood-featured-ribbon.hubhood-tiny-featured-ribbon {
        top: -7px;
}

.hubhood-card-data-block-cover-relative .hubhood-event-data-card,
.hubhood-design-1-b-2-3-c-21-f8 .hubhood-event-data-card,
.hubhood-card-data-block-cover-relative .hubhood-appointment-data-card,
.hubhood-design-1-b-2-3-c-21-f8 .hubhood-appointment-data-card {
        position: relative;
        top: auto;
        bottom: auto;
        left: auto;
}

.hubhood-card-data-block-cover-relative .hubhood-hero-pricing {
        position: relative;
        padding-left: 30px;
        padding-right: 30px;
}

.hubhood-card-data-block-cover-relative .hubhood-hero-pricing * {
        color: var(--hubhood-color);
        margin-top: 0;
}

.hubhood-card-data-block-cover-relative .hubhood-event-data-card,
.hubhood-card-data-block-cover-relative .hubhood-appointment-data-card {
        position: relative;
        padding-left: 30px;
        padding-right: 30px;
        color: #252525;
}

.hubhood-design-1-b-2-3-c-6-b-16-e .hubhood-card-content .hubhood-hero-pricing .hubhood-price-discount-card {
        top: -45px;
}

.hubhood-design-1-b-2-3-c-21-f3 .hubhood-card-content .hubhood-hero-pricing .hubhood-price-discount-card,
.hubhood-design-1-b-2-3-c-21-f4 .hubhood-card-content .hubhood-hero-pricing .hubhood-price-discount-card {
        position: relative;
        top: -3px;
}

.hubhood-design-1-b-2-3-c-21-f8 .hubhood-card-content .hubhood-hero-pricing .hubhood-price-discount-card {
        margin-right: 3px;
}

.hubhood-design-1-b-2-3-c-11-b .hubhood-card-content .hubhood-hero-pricing .hubhood-price-discount-card {
        position: relative;
        top: -1px;
        margin-right: 3px !important;
}

.hubhood-design-1-b-2-3-c-21-f .hubhood-card-cover .hubhood-hero-pricing strong {
        position: relative;
        left: -3px;
}

.hubhood-design-1-b-2-3-c-21-f3:not(.hubhood-design-1-b-2-3-c-21-f8):not(.hubhood-design-1-b-2-3-c-21-f9) .hubhood-card-content .hubhood-hero-pricing .hubhood-price-discount-card .hubhood-price-discount-card-pct,
.hubhood-design-1-b-2-3-c-21-f4 .hubhood-card-content .hubhood-hero-pricing .hubhood-price-discount-card .hubhood-price-discount-card-pct {
        border-radius: 0;
        background-color: #fff;
        color: var(--hubhood-color) !important;
        font-size: 20px !important;
        font-weight: 600;
        border-right: 2px dashed #ccc;
}

.hubhood-design-1-b-2-3-c-21-f9 .hubhood-card-content .hubhood-hero-pricing .hubhood-price-discount-card .hubhood-price-discount-card-pct{
        margin-top: 7px;
        margin-bottom: 5px;
}

.hubhood-card-data-block-cover-relative .hubhood-featured-ribbon-event,
.hubhood-card-data-block-cover-relative .hubhood-featured-ribbon-appointment {
        margin-left: -10px;
}

.hubhood-card-data-block-cover-relative .hubhood-event-data-card,
.hubhood-card-data-block-cover-relative .hubhood-event-data-card *,
.hubhood-card-data-block-cover-relative .hubhood-appointment-data-card *,
.hubhood-listing-card .hubhood-card-data-block-cover-relative .hubhood-date-list-item-date.hubhood-date-list-item-date-start::before {
        color: #252525;
}

.hubhood-listing-card .hubhood-card-data-block-cover-relative .hubhood-date-list-item-date.hubhood-date-list-item-date-start::before {
        opacity: 0.7;
}

.hubhood-design-1-b-2-3-c-6-b-16-e:not(.hubhood-design-1-b-2-3-c-6-b-16-e-a) .hubhood-trending-icon {
        top: 8px;
        left: 8px;
}

.hubhood-style-card-edges-bit-rounded .hubhood-trending-icon {
        border-radius: 12px 4px;
}

.hubhood-style-card-edges-rounded .hubhood-trending-icon {
        border-radius: 20px 4px;
}

.hubhood-hide-footer .hubhood-listing-card-footer,
.hubhood-hide-price .hubhood-featured-ribbon.hubhood-pricing-ribbon,
.hubhood-hide-price .hubhood-hero-pricing,
.hubhood-hide-price .hubhood-price-range-symbol,
.hubhood-hide-event-date .hubhood-date-list-item-wrapper,
.hubhood-hide-event-date .hubhood-design-1-b-2-3-c-21-f3 .hubhood-card-data-block-cover-relative .hubhood-featured-ribbon-event,
.hubhood-hide-appointment-date .hubhood-design-1-b-2-3-c-21-f3 .hubhood-card-data-block-cover-relative .hubhood-featured-ribbon-appointment,
.hubhood-hide-listing-terms .hubhood-card-listing-term-links,
.hubhood-hide-property-data .hubhood-property-details-widget {
        display: none !important;
}

.hubhood-design-1-b-2-3-c-11-b article > .hubhood-listing-card-footer > *:last-child {
       margin-bottom: 0 !important;
       padding-bottom: 0 !important;
}

.hubhood-hide-footer .hubhood-design-1-b-2-3-c-11-b .hubhood-has-review-pre-footer .hubhood-listing-card-title-wrapper,
.hubhood-hide-footer .hubhood-design-1-b-2-3-c-6-b-13 .hubhood-has-review-pre-footer .hubhood-listing-card-title-wrapper {
        padding-bottom: 0;
}

.hubhood-hide-footer .hubhood-design-1-b-2-3-c-11-b .hubhood-card-cover:not(.hubhood-footer-is-hidden) ~ .hubhood-listing-widget-wrapper,
.hubhood-hide-footer .hubhood-design-1-b-2-3-c-6-b-13 .hubhood-card-cover:not(.hubhood-footer-is-hidden) ~ .hubhood-listing-widget-wrapper {
        padding-top: 0;
}

.hubhood-hide-footer .hubhood-listing-cards.hubhood-design-1-b .hubhood-terms-inner > .row > [class*="col-"] {
        min-height: 367px;
}

.hubhood-hide-footer .hubhood-listing-cards.hubhood-design-1-b-2-3-c-6-b-16-e .hubhood-terms-inner > .row > [class*="col-"] {
        min-height: 345px;
}

.hubhood-hide-footer .hubhood-listing-cards.hubhood-design-1-b-2-3-c-6-b-16-e-a .hubhood-terms-inner > .row > [class*="col-"] {
        min-height: 315px;
}

.hubhood-hide-footer .hubhood-listing-cards.hubhood-design-1-b-2-3-c-11-b .hubhood-terms-inner > .row > [class*="col-"] {
        min-height: 285px;
}

.hubhood-hide-footer .hubhood-listing-cards.hubhood-design-1-b-2-3-c-6-b-13 .hubhood-terms-inner > .row > [class*="col-"] {
        min-height: 284px;
}

.hubhood-hide-footer .hubhood-listing-cards.hubhood-design-1-b-2-3-c-8-k .hubhood-terms-inner > .row > [class*="col-"] {
        min-height: 307px !important;
}

.hubhood-listing-cards.hubhood-design-1-b-2-3-c-21-f3 .hubhood-terms-inner > .row>[class*='col-'],
.hubhood-hide-footer .hubhood-listing-cards.hubhood-design-1-b-2-3-c-21-f3 .hubhood-terms-inner > .row>[class*='col-'],
.hubhood-hide-footer .hubhood-listing-cards.hubhood-design-1-b-2-3-c-21-f4 .hubhood-terms-inner > .row>[class*='col-'] {
        min-height: 0;
}

.hubhood-hide-footer.hubhood-has-custom-image-height .hubhood-listing-cards.hubhood-design-1-b .hubhood-terms-inner > .row > [class*="col-"] {
        min-height: 0 !important;
}

.hubhood-style-general-edges-rounded .hubhood-hide-footer .hubhood-design-1-b-2-3-c-8-k .hubhood-listing-widget {
        border-radius: 4px 4px 20px 20px;
} 

.hubhood-has-custom-image-height .hubhood-card-slides-preset-height,
.hubhood-has-custom-image-height .hubhood-card-cover,
.hubhood-has-custom-image-height .hubhood-card-slides,
.hubhood-has-custom-image-height .hubhood-card-slide {
        height: inherit !important;
        min-height: inherit !important;
}

.hubhood-has-custom-image-height .hubhood-design-1-b-2-3-c-6-b-16-e:not(.hubhood-design-1-b-2-3-c-6-b-16-e-a) .hubhood-card-slides {
        height: calc(100% - 8px) !important;
        min-height: calc(100% - 8px) !important;
}

.hubhood-has-custom-image-height .hubhood-design-1-b-2-3-c-6-b-16-e:not(.hubhood-design-1-b-2-3-c-6-b-16-e-a) .hubhood-top-gradient-overlay {
        height: calc(100% - 16px) !important;
        min-height: calc(100% - 16px) !important;
}

.hubhood-has-custom-image-height .hubhood-design-1-b-2-3-c-6-b-16-e:not(.hubhood-design-1-b-2-3-c-6-b-16-e-a) .hubhood-listing-card-title-wrapper {
        padding-bottom: 8px !important;
}

.hubhood-design-1-b-2-3-c-6-b-16-e-2 .hubhood-light-card-footer .hubhood-listing-card-footer address {
        width: calc(100% + 60px);
}

.hubhood-design-1-b-2-3-c-21-f8 .hubhood-card-content-top-data .hubhood-listing-address {
        width: calc(100% + 3px);
}

.hubhood-design-1-b-2-3-c-21-f9 .hubhood-listing-card .hubhood-date-list-item-date,
.hubhood-design-1-b-2-3-c-21-f4 .hubhood-listing-card .hubhood-date-list-item-date,
.hubhood-design-1-b-2-3-c-8-k .hubhood-listing-card .hubhood-date-list-item-date,
.hubhood-design-1-b-2-3-c-6-b-13 .hubhood-listing-card .hubhood-date-list-item-date,
.hubhood-design-1-b-2-3-c-11-b .hubhood-listing-card .hubhood-date-list-item-date,
.hubhood-design-1-b-2-3-c-6-b-16-e .hubhood-listing-card .hubhood-date-list-item-date,
.hubhood-design-1-b-2-3-c-21-f .hubhood-listing-card .hubhood-date-list-item-date,
.hubhood-design-1-b-2-3-c-21-f3 .hubhood-listing-card .hubhood-date-list-item-date,
.hubhood-design-1-b-2-3-c-21-f8 .hubhood-listing-card .hubhood-date-list-item-date,
.hubhood-design-1-b-2-3-c-21-f9 .hubhood-listing-card .hubhood-date-list-item-date {
        margin-right: 0;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        -webkit-line-clamp: 1;
        max-height: 22px;
        white-space: normal;
        width: calc(100% + 10px);
        max-width: calc(100% + 10px);
}

.hubhood-design-1-b-2-3-c-21-f4 .hubhood-listing-card .hubhood-card-data-block-cover-relative .hubhood-date-list-item-date {
        width: calc(100% + 45px);
        position: relative;
        left: 50%;
        transform: translate(-50%);
        margin-right: 0;
        max-width: 99999px;
}

.hubhood-design-1-b-2-3-c-21-f9 .hubhood-listing-card .hubhood-date-list-item-date {
        width: 100%;
        max-width: 100%;
        padding-right: 15px;
}

.hubhood-design-1-b-2-3-c-6-b-16-e-2 .hubhood-listing-card-title-wrapper {
        position: relative;
        padding: 0 !important;
}

.hubhood-design-1-b-2-3-c-6-b-16-e-2 .hubhood-listing-card-title-wrapper .hubhood-listing-card-title,
.hubhood-design-1-b-2-3-c-6-b-16-e-2 .hubhood-listing-card-title-wrapper .hubhood-listing-card-title ~ * {
        padding-top: 0;
        text-shadow: none;
}

.hubhood-design-1-b-2-3-c-6-b-16-e-2 .hubhood-card-cover {
        border-bottom: 0;
        border-radius: 0 !important;
}

.hubhood-design-1-b-2-3-c-6-b-16-e-2 .hubhood-listing-card .hubhood-trending-icon:after {
        width: 30px;
        height: 30px;
        border-radius: 40px;
        top: 16.6px;
        left: 19.8px;
}

.hubhood-design-1-b-2-3-c-6-b-16-e-2 .hubhood-trending-icon {
        top: 12px !important;
        left: 10.5px !important;
}

.hubhood-design-1-b-2-3-c-6-b-16-e-2 .hubhood-trending-icon ~ .hubhood-prefooter-listing-card {
        left: 50px !important;
}

.hubhood-design-1-b-2-3-c-6-b-16-e-2 .hubhood-open-closed-card-dot {
        margin-right: 9px;
}

.hubhood-design-1-b-2-3-c-6-b-16-e-2 .hubhood-bookmark-card-button,
.hubhood-design-1-b-2-3-c-6-b-16-e-2 .hubhood-bookmark-card-button .hubhood-bookmark-counter {
        background-color: rgba(120,120,120,0.15) !important;
        box-shadow: none !important;
}

.hubhood-design-1-b-2-3-c-6-b-16-e-2 .hubhood-bookmark-card-button .hubhood-bookmark-counter {
        background-color: rgba(120,120,120,0.2) !important;
        top: -17px;
        right: -14px;
}

.hubhood-design-1-b-2-3-c-6-b-16-e-2 .hubhood-hero-pricing {
	    position: absolute;
            top: -43px;
    bottom: auto;
    background-color: #fff;
    padding: 2px 15px 0px 15px;
    border-radius: 500px;
    left: -14px;
    right: auto;
    color: #fff;
    box-shadow: 5px 5px 10px rgba(0,0,0,0.18);
}

.hubhood-design-1-b-2-3-c-6-b-16-e-2 .hubhood-hero-pricing * {
	text-shadow: none;
	    font-weight: 600;
    font-size: 15px !important;
    color: var(--hubhood-color);
    display: inline-block;
        margin-top: 0;
        white-space: nowrap;
}

.hubhood-design-1-b-2-3-c-6-b-16-e-2 .hubhood-price-discount-card .hubhood-price-discount-card-pct {
        border-radius: 50px;
        height: 27px;
        padding: 0 13px;
        line-height: 27px;
        top: 10px;
        font-size: 15px !important;
}

.hubhood-term-card-icon-design-2 {
        border-bottom : 4px solid transparent;
}

.hubhood-term-card-icon-design-3 {
        text-align: center;
        font-size: 27px;
        margin-bottom: 5px;
        z-index: 3;
}

.hubhood-term-with-image .hubhood-term-card-icon-design-3 {
        color: #fff !important;
}

.hubhood-listing-term-template-19  .hubhood-terms-inner .col-md-6:nth-child(1) .hubhood-term-card-icon {
        display: none;
}

.hubhood-secondary-listing-content-section .hubhood-listing-widget-content {
	text-align: center;
}

.hubhood-secondary-listing-content-section .hubhood-listing-widget-content > * {
	text-align: left;
}

.hubhood-secondary-listing-content-section .hubhood-listing-widget-content > * ~ * {
	margin-top: 12.5px;
        margin-bottom: 12.5px;
}

.hubhood-secondary-listing-content-section .hubhood-listing-widget-content > *:last-child {
        margin-bottom: 0;
}

.hubhood-listing-gallery .hubhood-listing-widget-title.d-none ~ .hubhood-listing-widget-content {
        padding-top: 60px;
}

.hubhood-listing-opening-widget .hubhood-listing-widget-title.d-none ~ .hubhood-listing-widget-content.hubhood-listing-widget-content-featured {
        padding-top: 30px;
}


body .hubhood-listing-card-footer  .hubhood-worker-card-thumbs {
        overflow: hidden;
        max-height: 57px;
        padding-left: 45px;
        padding-right: 12px;
        margin-left: -30px;
        margin-right: -30px;
        margin-bottom: -8px;
}

body .hubhood-listing-card-footer * + .hubhood-worker-card-thumbs {
        margin-top: 15px;
        margin-bottom: 0;
}

body .hubhood-design-1-b-2-3-c-6-b-16-e .hubhood-listing-card-footer .hubhood-worker-card-thumbs + * {
        margin-top: 12px !important;
}

body .hubhood-design-1-b-2-3-c-6-b-13 .hubhood-listing-card-footer * + .hubhood-worker-card-thumbs {
        margin-top: 14px !important;
}

body .hubhood-design-1-b-2-3-c-6-b-13 .hubhood-listing-card-footer .hubhood-worker-card-thumbs {
        margin-bottom: -5px !important;
}

body .hubhood-design-1-b-2-3-c-8-k .hubhood-listing-card-footer .hubhood-review-stars-card ~ address {
        margin-top: 10px;
}

body .hubhood-design-1-b-2-3-c-8-k .hubhood-listing-card-footer .hubhood-worker-card-thumbs {
        margin-bottom: -5px;
}

body .hubhood-design-1-b-2-3-c-21-f3 .hubhood-listing-card-footer .hubhood-worker-card-thumbs {
        top: 15px;
        min-height: 62px;
}

body .hubhood-design-1-b-2-3-c-21-f3 .hubhood-listing-card-footer .hubhood-review-stars-card ~ .hubhood-worker-card-thumbs {
        top: 0;
        min-height: 62px;
}

body .hubhood-design-1-b-2-3-c-21-f4 .hubhood-worker-card-thumbs {
        margin-top: 12px;
        padding-left: 28px;
}

.hubhood-design-1-b-2-3-c-11-b .hubhood-no-footer-separator ~ .hubhood-listing-card-footer .hubhood-worker-card-thumbs {
        margin-top: 10px;
        min-height: 90px;
}

.hubhood-design-1-b-2-3-c-11-b .hubhood-no-footer-separator ~ .hubhood-listing-card-footer .hubhood-listing-card-title ~ .hubhood-card-listing-term-links {
        margin-top: 0;
}

.hubhood-design-1-b-2-3-c-11-b .hubhood-no-footer-separator ~ .hubhood-listing-card-footer .hubhood-listing-card-title ~ * ~ .hubhood-card-listing-term-links,
.hubhood-design-1-b-2-3-c-11-b .hubhood-no-footer-separator ~ .hubhood-listing-card-footer .hubhood-card-listing-term-links ~ .hubhood-card-listing-term-links,
.hubhood-design-1-b-2-3-c-11-b .hubhood-no-footer-separator ~ .hubhood-listing-card-footer .hubhood-listing-card-title ~ address ~ .hubhood-card-listing-term-links {
        margin-top: 0;
        padding-bottom: 30px;
}



body .hubhood-design-1-b-2-3-c-21-f9 .hubhood-listing-card-footer .hubhood-card-listing-term-links ~ .hubhood-worker-card-thumbs {
        min-height: 94px;
        margin-bottom: 0;
        margin-top: 0;
}

.widget_hubhood_listing_amenities .hubhood-term-inner {
        text-align: center;
        padding: 90px 30px;
        background-color: #fff;
        border-radius: 4px;
        z-index: 5;
        box-shadow: 15px 15px 30px rgb(0 0 0 / 5%);
        margin-bottom: 30px;
}

.widget_hubhood_listing_amenities .hubhood-featured-listing-term-item {
        -webkit-flex-grow: 1;
        -ms-flex-grow: 1;
        flex-grow: 1;
}

.hubhood-term-without-image .hubhood-term-inner:after {
        display: none;
}

.widget_hubhood_listing_amenities .hubhood-term-text {
        font-weight: 600 !important;
        font-size: 17px;
}

.widget_hubhood_listing_categories .hubhood-term-card-title,
.widget_hubhood_listing_regions .hubhood-term-card-title {
        font-weight: 600 !important;
}

.hubhood-term-card-border {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 4px;
}

.widget_hubhood_listing_amenities .hubhood-listing-term-image {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
}

.widget_hubhood_listing_amenities .hubhood-term-with-image .hubhood-term-inner {
        background-color: transparent;
        color: #fff;
        text-shadow : 1px 1px 0 rgba(0,0,0,0.4);
}

.hubhood-term-card-borders {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 2;
}

.widget_hubhood_listing_amenities .hubhood-term-with-image .hubhood-term-card-borders:before {
        content: "";
        position: absolute;
        top: 30px;
        left: 37px;
        width: calc(100% - 74px);
        border-top: 4px solid #fff;
}

.widget_hubhood_listing_amenities .hubhood-term-with-image .hubhood-term-card-borders:after {
        content: "";
        position: absolute;
        bottom: 30px;
        left: 37px;
        width: calc(100% - 74px);
        border-bottom: 4px solid #fff;
}

.widget_hubhood_listing_amenities .hubhood-term-inner:before,
.widget_hubhood_listing_amenities .hubhood-term-inner:after {
        display: none;
}

.hubhood-term-card-color-shape {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -90px;
        margin-left: -90px;
        width: 180px;
        height: 180px;
        border-radius: 200px;
        z-index: 1;
}

.hubhood-term-with-image .hubhood-term-card-color-shape {
        background-color: rgba(100,100,100,0.1) !important;
        box-shadow: 0 0 30px rgba(0,0,0,0.5);
}

.hubhood-iconized-list-widget .hubhood-listing-card-icon {
        background: transparent !important;
        color: #252525 !important;
        border: 2px dotted #ddd;
}

.hubhood-iconized-list-widget .hubhood-listing-card-icon:before {
        top: -2px;
}

.hubhood-term-data-wrapper {
        z-index: 3;
}

.widget_hubhood_listing_amenities .hubhood-term-counter {
        position: absolute;
        top: -15px;
        right: -15px;
        transform: none;
        box-shadow: 5px 5px 10px rgb(0 0 0 / 12%);
        text-shadow: none;
        font-weight: 600 !important;
}

.hubhood-term-design-light-2 .hubhood-term-card-color-shape {
        display: none;
}

.hubhood-term-design-light-2 .hubhood-term-inner {
        padding: 30px;
}

.hubhood-term-design-light-2 .hubhood-term-inner .hubhood-term-card-icon-2 {
        position: absolute;
        top: 30px;
        left: 30px;
        width: 32px;
        height: 32px;
        font-size: 23px;
        line-height: 32px;
}

.hubhood-term-design-light-2.hubhood-term-design-light-2-c .hubhood-term-inner {
        padding: 20px 30px;
}

.hubhood-term-design-light-2.hubhood-term-design-light-2-2.hubhood-term-design-light-2-c .hubhood-term-card-icon-2 {
        height: 72px;
        line-height: 68px;
        width: 30px;
        text-align: center;
        margin-left: 27px;
}

.hubhood-term-design-light-2.hubhood-term-design-light-2-2.hubhood-term-design-light-2-c .hubhood-term-text {
        padding-left: 48px;
}

.hubhood-term-design-light-2 .hubhood-term-text {
        text-align: left;
        padding-left: 54px;
        line-height: 32px;
}

.hubhood-term-design-light-2 .hubhood-listing-term-image {
        background-image: none !important;
}

.hubhood-term-design-light-2.hubhood-term-design-light-2-2 .hubhood-term-card-icon-2 {
        top: 0;
        left: 0;
        height: 92px;
        line-height: 90px;
        width: 90px;
        margin: 0;
        color: #fff;
        border-radius: 4px 0 0 4px;
}

.hubhood-term-design-light-2.hubhood-term-design-light-2-2.hubhood-term-design-light-2-2-b .hubhood-term-text {
        padding-left: 90px;
}

.hubhood-term-design-light-2.hubhood-term-design-light-2-3 .hubhood-term-card-icon-2,
.hubhood-term-design-light-2-7-e .hubhood-term-card-icon-2,
.widget_hubhood_listing_amenities .hubhood-term-design-light-2-7-f .hubhood-term-card-icon-2 {
        color: #fff;
        width: 48px;
        height: 48px;
        line-height: 48px;
        border-radius: 48px;
        font-size: 20px;
        text-shadow: 1px 1px 0 rgba(0,0,0,0.4);
}

.widget_hubhood_listing_amenities .hubhood-term-design-light-2-7-f-2 .hubhood-featured-listing-term-item:nth-child(n) {
        display: inline-block;
}

.widget_hubhood_listing_amenities .hubhood-term-design-light-2-7-f .hubhood-term-inner {
        padding: 100px 30px;
}

.widget_hubhood_listing_amenities .hubhood-term-design-light-2-7-f .hubhood-featured-listing-term-item:nth-child(n+5) .hubhood-term-inner {
        padding: 20px;
}

.widget_hubhood_listing_amenities .hubhood-term-design-light-2-7-f-2 .hubhood-featured-listing-term-item:nth-child(n+5) .hubhood-term-card-icon-2,
.widget_hubhood_listing_amenities .hubhood-term-design-light-2-7-f-2 .hubhood-featured-listing-term-item:nth-child(n+5) .hubhood-term-counter,
.widget_hubhood_listing_amenities .hubhood-term-design-light-2-7-f-2 .hubhood-featured-listing-term-item:nth-child(n+5) .hubhood-term-card-color-shape {
        display: none;
}

.widget_hubhood_listing_amenities .hubhood-term-design-light-2-7-f .hubhood-term-card-color-shape {
        margin-top: -65px;
        margin-left: -65px;
        width: 130px;
        height: 130px;
}

.widget_hubhood_listing_amenities .hubhood-term-design-light-2-7-f .hubhood-term-card-icon-2 {
        position: absolute;
        top: 30px;
        left: calc(50% - 24px);
}

.widget_hubhood_listing_amenities .hubhood-term-design-light-2-7-f .hubhood-term-counter {
        position: absolute;
        top: auto;
        bottom: 30px;
        right: auto;
        left: calc(50% - 24px);
}

.widget_hubhood_listing_amenities .hubhood-term-design-light-2-7-f-2 .hubhood-term-card-icon-2 {
        background-color: #fff;
        box-shadow: 5px 5px 10px rgb(0 0 0 / 12%);
        text-shadow: none;
}

.widget_hubhood_listing_amenities .hubhood-term-design-light-2-7-f-2 .hubhood-term-counter {
        font-weight: 600 !important;
}

.hubhood-term-design-light-2-7-e .hubhood-term-card-icon-2 {
        position: absolute;
        top: -15px;
        left: -15px;
        right: auto;
        text-shadow: none;
        background-color: #fff;
        box-shadow: 5px 5px 10px rgb(0 0 0 / 12%);
}

.hubhood-term-design-light-2-7-e .hubhood-term-counter {
        position: absolute;
        top: auto;
        bottom: -15px;
        box-shadow: -5px -5px 10px rgb(0 0 0 / 12%);
        font-weight: 500 !important;
}

.hubhood-term-design-light-2-7-e .hubhood-term-inner {
        padding: 60px 30px;
}

.hubhood-term-design-light-2-7-e .hubhood-term-card-color-shape {
        opacity: 0;
}

.hubhood-term-design-light-2-7-e-2 .hubhood-term-counter,
.hubhood-term-design-light-2-7-e-2 .hubhood-term-text {
        color: #fff;
}

.hubhood-term-design-light-2.hubhood-term-design-light-2-3 .hubhood-term-text {
        height: 48px;
        line-height: 48px;
        padding-left: 70px;
}

.hubhood-term-design-light-2.hubhood-term-design-light-2-3 .hubhood-term-card-icon-2:before {
        -webkit-text-stroke-width: 0.02em;
}

.hubhood-term-design-light-2.hubhood-term-design-light-2-3-c .hubhood-term-inner {
        padding: 0;
        background-color: transparent;
        box-shadow: none;
}

.hubhood-term-design-light-2.hubhood-term-design-light-2-3-c .hubhood-term-card-icon-2 {
        top: 0;
        left: 0;
        box-shadow: 5px 5px 10px rgb(0 0 0 / 15%);
        background-color: #fff;
        text-shadow: 1px 1px 0 rgba(0,0,0,0.4);
        z-index: 6;
}

.hubhood-term-design-light-2.hubhood-term-design-light-2-3.hubhood-term-design-light-2-3-c .hubhood-term-counter {
        right: auto;
        left: 42px;
        top: 0;
}

.hubhood-term-design-light-2.hubhood-term-design-light-2-3 .hubhood-term-card-icon-design-3-d {
        text-shadow: none;
}

.hubhood-term-design-light-2.hubhood-term-design-light-2-3.hubhood-term-design-light-2-3-c.hubhood-term-design-light-2-3-c-2 .hubhood-term-card-icon-2 {
        top: -13px;
}

.hubhood-term-design-light-2.hubhood-term-design-light-2-3.hubhood-term-design-light-2-3-c.hubhood-term-design-light-2-3-c-2 .hubhood-term-counter {
        left: 30px;
        top: 13px;
}

.hubhood-term-design-light-2.hubhood-term-design-light-2-3.hubhood-term-design-light-2-3-c.hubhood-term-design-light-2-3-c-2 .hubhood-featured-listing-term-item {
        margin-bottom: 30px;
}

.hubhood-term-design-light-2.hubhood-term-design-light-2-3.hubhood-term-design-light-2-3-c.hubhood-term-design-light-2-3-c-2 .hubhood-term-text {
        padding-left: 100px;
}

.hubhood-term-design-light-2.hubhood-term-design-light-2-3.hubhood-term-design-light-2-3-c .hubhood-term-text {
        padding-left: 110px;
}

.widget_hubhood_listing_amenities .hubhood-term-design-light.hubhood-term-design-light-2-7 .hubhood-term-items > div:first-child,
.widget_hubhood_listing_amenities .hubhood-term-design-light.hubhood-term-design-light-2-7 .hubhood-term-items > div:nth-child(3n+1) {
        min-width: 0;
}

.widget_hubhood_listing_amenities .hubhood-term-design-light-2-7.hubhood-term-design-light-2-7-b .hubhood-term-items > div:first-child {
        min-width: 50%;
}

.widget_hubhood_listing_amenities .hubhood-term-design-light-2-2-b-2 .hubhood-term-card-icon-2 {
        border-radius: 80px;
        box-shadow: 5px 5px 10px rgb(0 0 0 / 12%);
        text-shadow: 1px 1px 0 rgba(0,0,0,0.4);

}

.widget_hubhood_listing_amenities .hubhood-term-design-light-2-2-b-2 .hubhood-term-inner {
        background-color: transparent;
        box-shadow: none;

}

.widget_hubhood_listing_amenities .hubhood-term-design-light-2-2-b-2 .hubhood-term-counter {
        right: auto;
        left: 72px;
        top: 20px;
}

.hubhood-term-design-light-2.hubhood-term-design-light-2-2.hubhood-term-design-light-2-2-b-2 .hubhood-term-text {
        padding-left: 105px;        
}

.widget_hubhood_listing_amenities .hubhood-term-design-light-2-2-b-2-2 .hubhood-term-counter {
        left: 60px;
        top: -8px
}

.hubhood-term-design-light-2.hubhood-term-design-light-2-2.hubhood-term-design-light-2-2-b-2-2 .hubhood-term-text {
        padding-left: 90px;
}

.widget_hubhood_listing_amenities .hubhood-term-design-light-2-2-b-2-3 .hubhood-term-card-icon-2 {
        box-shadow: 5px 5px 10px rgb(0 0 0 / 12%);
        text-shadow: none;
        background-color: #fff;
}

.widget_hubhood_listing_amenities .hubhood-term-design-light-2-7-c .hubhood-term-counter {
        top: -20px;
}

.widget_hubhood_listing_amenities .hubhood-term-design-light-2-d .hubhood-term-counter {
        top: 21px;
        right: 30px;
}


.hubhood-term-card-icon.fa-bicycle {
        font-size   : 54px;
        line-height : 130px;
}

.hubhood-term-card-icon:after {
        content           : "";
        position          : absolute;
        top               : 50%;
        left              : 50%;
        width             : calc(100% + 76px);
        height            : calc(100% + 76px);
        border-radius     : 300px;
        box-shadow        : 0 0 50px rgba(0, 0, 0, 0.3);
        background-color  : rgba(255, 255, 255, 0.07);
        -webkit-transform : translate(-50%, -50%);
        transform         : translate(-50%, -50%);
}

.hubhood-term-link:hover~.hubhood-term-card-icon:after {
        width      : 100%;
        height     : 100%;
}

.hubhood-term-link:hover~.hubhood-term-card-icon-design-2 {
        border : 4px solid transparent;
}

.hubhood-term-cards .hubhood-term-tiny .hubhood-term-card {
        height: auto;        
}

.hubhood-term-cards.hubhood-listing-terms-design-21-e-f .hubhood-term-link ~ .hubhood-term-card-icon-design-2 {
        border: 4px solid #fff;
        border-bottom: 4px solid transparent;
}

.hubhood-term-cards.hubhood-listing-terms-design-21-e-f .hubhood-term-link ~ .hubhood-term-card-icon:after {
        width             : calc(100% + 76px);
        height            : calc(100% + 76px);
        border-radius     : 300px;
        box-shadow        : 0 0 50px rgba(0, 0, 0, 0.4);
        background-color  : rgba(255, 255, 255, 0.07);
}

.hubhood-term-cards.hubhood-listing-terms-design-21-e-f .hubhood-term-link:hover ~ .hubhood-term-card-icon-design-2 {
        border: 4px solid transparent;
}

.hubhood-term-cards.hubhood-listing-terms-design-21-e-f .hubhood-term-link:hover ~ .hubhood-term-card-icon:after {
        width      : 100%;
        height     : 100%;
}

.hubhood-term-tiny .hubhood-term-card-icon,
.hubhood-term-tiny .hubhood-term-link:hover~.hubhood-term-card-icon-design-2 {
        border: 0;
        width: 48px;
        height: 48px;
        position: absolute;
        top: 50%;
        left: auto;
        right: 30px;
        transform: translate(0,-50%);
}

body .hubhood-term-tiny .hubhood-term-card-icon-design-2 .hubhood-term-counter {
        top: auto;
        left: auto;
        bottom: auto;
        transform: none;
}

.hubhood-term-tiny .hubhood-term-card-icon.fa:before,
.hubhood-term-tiny .hubhood-term-card-icon.fa:after,
.hubhood-term-tiny .hubhood-term-card-title:before {
        display: none !important;
}

.hubhood-term-tiny .hubhood-term-card-title {
        position: relative;
        border: 0;
        padding: 0;
        line-height: 1.223;
}

.hubhood-term-card-title {
        position         : absolute;
        bottom           : 0;
        left             : 0;
        margin-bottom    : 0;
        width            : 100%;
        padding          : var(--bs-gutter-x);
        line-height      : 1;
        white-space      : nowrap;
        z-index          : 3;
        border-radius    : 0 0 3px 3px;
        color            : #fff;
        border-top       : 4px solid rgba(255, 255, 255, 0.12);
        background-color : transparent;
        text-shadow      : 1px 1px 0 rgba(0,0,0,0.4);
}

.hubhood-dark-background .hubhood-term-card-title {
        color: #fff;
}

.hubhood-term-card-title:before {
        content          : "";
        position         : absolute;
        top              : -4px;
        left             : 0;
        width            : 0;
        height           : 4px;
        background-color : #fff;
}

.hubhood-hover-effects-enabled:hover .hubhood-term-card-design-2 .hubhood-term-card-title {
        border-top       : none;
        color            : #252525;
        background-color : #fff;
}

.hubhood-term-link:hover~.hubhood-term-card-title:before {
        width : 100%;
}

.hubhood-term-card-title.hubhood-transparent {
        color            : #fff;
        background-color : rgba(255, 255, 255, 0.15);
}

.hubhood-call-to-action {
        position         : relative;
        z-index          : 3;
}

section.widget_hubhood_call_to_action {
        box-shadow       : 0 0 50px rgb(0 0 0 / 20%);
        z-index: 5;
}

.hubhood-call-to-action,
.hubhood-call-to-action * {
        color       : #fff;
        text-shadow : 1px 1px 0 rgba(0,0,0,0);
}

body .hubhood-call-to-action .hubhood-last-word {
        font-size: inherit !important;
        line-height: inherit !important;
        display: inline-block !important;
}

.hubhood-call-to-action,
.hubhood-call-to-action:not(.hubhood-call-to-action-two-columns) * {
        text-align : center;
}

.hubhood-call-to-action .hubhood-background-image:before {
        border-radius : 0;
}

.hubhood-call-to-action-content {
        margin-top    : calc(6 * var(--bs-gutter-x));
        margin-bottom : calc(6 * var(--bs-gutter-x));
}

.hubhood-call-to-action-wide .hubhood-call-to-action-content {
        border-radius : 4px;
}

.hubhood-call-to-action-content .hubhood-term-heading-image {
        margin-bottom : 30px;
}

.hubhood-call-to-action-content .hubhood-button {
        margin-top : 30px;
        box-shadow : 6px 6px 20px rgb(0 0 0 / 50%);
}

.hubhood-call-to-action-content .hubhood-button.hubhood-floated {
        position: relative;
        float: left;
        margin-right: 30px;
        margin-top: 0;
        margin-bottom: 120px;
        z-index: 5;
}

.hubhood-call-text-end .hubhood-call-to-action-content .hubhood-button.hubhood-floated {
        float: right;
        margin-right: 0;
        margin-left: 30px;
}

.hubhood-call-to-action-two-columns .hubhood-call-to-action-background-image {
        position  : absolute;
        width     : calc(100vw + 10px);
        height    : calc(100% + 0px);
        left      : calc(50% - 3px);
        transform : translate(-50%);
        z-index   : 0;
}

.hubhood-call-to-action-two-columns.hubhood-no-two-columns .hubhood-call-to-action-background-image {
        left      : calc(50% + 13px);
}

.widget_hubhood_call_to_action .hubhood-hero-subtitle {
        margin-left : 0;
}

.widget_hubhood_call_to_action .hubhood-call-text-center .hubhood-hero-subtitle {
        left: 50%;
        transform: translate(-50%,0);
}

.hubhood-call-to-action-two-columns .col-lg-6 .hubhood-call-to-action-background-image {
        width     : 50vw;
        left      : auto;
        transform : none;
        right     : 0;
        background-color: rgb(20,25,30);
}

.hubhood-call-to-action-two-columns .col-lg-6 + .col-lg-6 .hubhood-call-to-action-background-image {
        right      : auto;
        left       : 0;
        box-shadow : -60px 0 50px -35px rgb(0 0 0 / 20%), -15px 0 20px -15px rgb(0 0 0 / 20%);
}

section.hubhood-call-to-action-two-columns-design-2:before,
.hubhood-call-to-action-two-columns-design-2,
.hubhood-call-to-action-two-columns-design-2 .col-lg-6 + .col-lg-6 .hubhood-call-to-action-background-image,
.hubhood-call-to-action-two-columns-design-2 {
        content          : none;
        box-shadow       : none;
        background-color : transparent;
}

.hubhood-call-to-action-two-columns-design-2 {
        background-image : none;
        background-color : transparent;
        background-color : #fff;
        border-top       : 30px solid #fff;
        border-bottom    : 30px solid #fff;
        box-shadow       : none;
}


.hubhood-call-to-action-two-columns-design-2 .col-lg-6 .hubhood-call-to-action-background-image,
.hubhood-call-to-action-two-columns-design-2 .col-lg-6 + .col-lg-6 .hubhood-call-to-action-background-image {
        right         : 15px;
        border-radius : 4px;
        box-shadow    : 15px 15px 30px rgb(0 0 0 / 35%);
}

.hubhood-call-to-action-two-columns-design-2 .hubhood-background-image:before {
        border-radius : 4px;
}

.hubhood-call-to-action-two-columns-design-2 .col-lg-6 + .col-lg-6 .hubhood-call-to-action-background-image {
        right : auto;
        left  : 15px;
}

.hubhood-call-to-action-content-inner {
        position : relative;
        z-index  : 1;
}

.hubhood-call-text-start .hubhood-section-title {
        text-align : left;
}

.hubhood-call-to-action-design-3 .hubhood-call-to-action-content {
        margin-top: 30px;
        margin-bottom: 30px;
}

.hubhood-call-to-action-design-3 .hubhood-call-to-action-content-inner .hubhood-section-title-wrapper h2 {
        width: 450px;
        max-width: calc(100% - 30px);
        font-size: 40px;
        text-shadow: 2px 2px rgba(0,0,0,0.07);
}

.hubhood-front-page-widgetized-section .hubhood-call-to-action-design-3.hubhood-call-to-action-two-columns-separated .hubhood-call-to-action-first-column {
        left: 0 !important;
}

.widget_hubhood_call_to_action .hubhood-call-to-action-design-3 .hubhood-hero-subtitle {
        width: 350px;
        max-width: calc(100% - 30px);
        min-width: 0;
        opacity: 0.85;
        text-shadow: none;
}

.widget_hubhood_call_to_action .hubhood-call-to-action-design-3 .hubhood-call-to-action-first-column.col-sm-12 .hubhood-hero-subtitle {
        width: 650px;
}

.entry-content .widget_hubhood_call_to_action .hubhood-call-to-action-design-3 .hubhood-call-to-action-first-column.col-sm-12 .hubhood-call-to-action-description,
.page-content .widget_hubhood_call_to_action .hubhood-call-to-action-design-3 .hubhood-call-to-action-first-column.col-sm-12 .hubhood-call-to-action-description {
        width: 650px;
        max-width: calc(100% - 30px);
}

.page-content .widget_hubhood_call_to_action .hubhood-call-to-action-design-3 .hubhood-call-to-action-first-column.col-sm-12 .hubhood-call-to-action-background-image[style*="background-image"] ~ .hubhood-call-to-action-content .hubhood-call-to-action-description {
        opacity: 0.65;
}

.hubhood-front-page-widgetized-section .hubhood-call-to-action-design-3 .hubhood-call-text-center .hubhood-call-to-action-content {
        padding-left: 15px;
        padding-right: 15px;
}

.hubhood-call-to-action-design-3 .hubhood-call-text-center .hubhood-call-to-action-content-inner .hubhood-section-title-wrapper h2 {
        width: auto;
        max-width: 99999px;
}

.hubhood-call-to-action-design-3 .hubhood-call-text-center .hubhood-call-to-action-content-inner {
        padding-left: 0;
}



.widget_hubhood_call_to_action .hubhood-call-to-action-design-3 .hubhood-call-text-end .hubhood-call-to-action-content-inner {
        text-align: right;
        padding-left: 0;
        padding-right: 45px;
}

.hubhood-call-to-action-design-3 .hubhood-call-text-end .hubhood-call-to-action-content-inner .hubhood-section-title-wrapper h2 {
        margin-left: auto;
}

.widget_hubhood_call_to_action .hubhood-call-to-action-design-3 .hubhood-call-text-end .hubhood-hero-subtitle {
        padding-right: 0;
        margin-right: 0;
        display: inline-block;
}

.widget_hubhood_call_to_action .hubhood-call-to-action-design-3 .hubhood-call-text-end .hubhood-no-text-button {
        display: block;
        width: 56px;
        margin-left: auto;
        margin-top: 20px;
}



.hubhood-call-to-action-two-columns.hubhood-call-to-action-design-3 .hubhood-call-to-action-background-image {
        width: calc(100% - 30px);
        height: calc(100% + 0px);
        left: 15px;
        transform: none;
        border-radius: 15px;
}

.hubhood-call-to-action-two-columns.hubhood-call-to-action-design-3 .hubhood-call-to-action-background-image:before {
        border-radius: 15px;
}

.entry-content .hubhood-widget-content-wrapper.widget_hubhood_call_to_action.hubhood-call-to-action-design-3,
.entry-content .elementor-widget-container section.hubhood-front-widget-wrapper.hubhood-call-to-action-design-3 {
        background: #fff;
        box-shadow: none;
        box-shadow: 0 -1px 0 #fff, 0 1px 0 #fff;
}

.hubhood-call-to-action-design-3 .hubhood-call-to-action-content-inner {
    padding-left: 60px;
}


.hubhood-front-page-widgetized-section .hubhood-call-to-action-two-columns-separated.hubhood-call-to-action-design-3 .col-lg-6 .hubhood-call-to-action-background-image,
.hubhood-front-page-widgetized-section .hubhood-call-to-action-two-columns-separated.hubhood-call-to-action-design-3 .col-lg-6 + .col-lg-6 .hubhood-call-to-action-background-image {
        box-shadow: none !important;
}

.hubhood-call-to-action-two-columns-separated.hubhood-call-to-action-design-3.hubhood-call-to-action-design-3-bordered .col-lg-6:first-child .hubhood-call-to-action-background-image,
.hubhood-call-to-action-two-columns-separated.hubhood-call-to-action-design-3.hubhood-call-to-action-design-3-bordered.hubhood-no-two-columns .col-sm-12:first-child .hubhood-call-to-action-background-image {
        border: 5px solid var(--hubhood-color);
}


.hubhood-call-to-action-two-columns-separated.hubhood-call-to-action-design-3.hubhood-call-to-action-design-3-bordered .col-lg-6 .hubhood-call-to-action-background-image:not([style*="background-image"]):before,
.hubhood-call-to-action-two-columns-separated.hubhood-call-to-action-design-3.hubhood-call-to-action-design-3-bordered .col-lg-6 .hubhood-call-to-action-background-image:not([style*="background-image"]):after,
.hubhood-call-to-action-two-columns-separated.hubhood-call-to-action-design-3.hubhood-call-to-action-design-3-bordered.hubhood-no-two-columns .col-sm-12 .hubhood-call-to-action-background-image:not([style*="background-image"]):before,
.hubhood-call-to-action-two-columns-separated.hubhood-call-to-action-design-3.hubhood-call-to-action-design-3-bordered.hubhood-no-two-columns .col-sm-12 .hubhood-call-to-action-background-image:not([style*="background-image"]):after {
        display: none !important;
}


.hubhood-call-to-action-two-columns-separated.hubhood-call-to-action-design-3.hubhood-call-to-action-design-3-bordered .col-lg-6 .hubhood-call-to-action-background-image:not([style*="background-image"]),
.hubhood-call-to-action-two-columns-separated.hubhood-call-to-action-design-3.hubhood-call-to-action-design-3-bordered.hubhood-no-two-columns .col-sm-12 .hubhood-call-to-action-background-image:not([style*="background-image"]) {
        background-color: #fff;
        border: 5px solid var(--hubhood-color);
}


.hubhood-call-to-action-two-columns-separated.hubhood-call-to-action-design-3.hubhood-call-to-action-design-3-bordered.hubhood-call-to-action-use-bordered-secondary .col-lg-6:first-child .hubhood-call-to-action-background-image,
.hubhood-call-to-action-two-columns-separated.hubhood-call-to-action-design-3.hubhood-call-to-action-design-3-bordered.hubhood-call-to-action-use-bordered-secondary.hubhood-no-two-columns .col-sm-12:first-child .hubhood-call-to-action-background-image {
        border: 5px solid var(--hubhood-color-secondary) !important;
}

.hubhood-call-to-action-two-columns-separated.hubhood-call-to-action-design-3.hubhood-call-to-action-design-3-bordered.hubhood-call-to-action-design-3-bordered-dashed.hubhood-clean-column-right .col-lg-6:first-child .hubhood-call-to-action-background-image ~ .hubhood-call-to-action-content .hubhood-call-to-action-content-inner {
        padding-right: 60px
}


.hubhood-call-to-action-two-columns-separated.hubhood-call-to-action-design-3.hubhood-call-to-action-design-3-bordered.hubhood-call-to-action-use-bordered-secondary .col-lg-6:first-child .hubhood-call-to-action-background-image:not([style*="background-image"]) ~ .hubhood-call-to-action-content .hubhood-section-title,
.hubhood-call-to-action-two-columns-separated.hubhood-call-to-action-design-3.hubhood-call-to-action-design-3-bordered.hubhood-call-to-action-use-bordered-secondary.hubhood-no-two-columns .col-sm-12:first-child .hubhood-call-to-action-background-image:not([style*="background-image"]) ~ .hubhood-call-to-action-content .hubhood-section-title {
        color: var(--hubhood-color-secondary) !important;
}

.hubhood-call-to-action-two-columns-separated.hubhood-call-to-action-design-3.hubhood-call-to-action-design-3-bordered.hubhood-call-to-action-use-bordered-secondary .col-lg-6:first-child .hubhood-call-to-action-background-image:not([style*="background-image"]) ~ .hubhood-call-to-action-content .hubhood-last-word,
.hubhood-call-to-action-two-columns-separated.hubhood-call-to-action-design-3.hubhood-call-to-action-design-3-bordered.hubhood-call-to-action-use-bordered-secondary.hubhood-no-two-columns .col-sm-12:first-child .hubhood-call-to-action-background-image:not([style*="background-image"]) ~ .hubhood-call-to-action-content .hubhood-last-word {
        color: var(--hubhood-color) !important;
}

.hubhood-call-to-action-two-columns-separated.hubhood-call-to-action-design-3.hubhood-call-to-action-design-3-bordered.hubhood-call-to-action-use-bordered-secondary .col-lg-6:first-child + .col-lg-6 .hubhood-call-to-action-background-image:not([style*="background-image"]) ~ .hubhood-call-to-action-content .hubhood-last-word {
        color: var(--hubhood-color-secondary) !important;
}

.hubhood-call-to-action-two-columns-separated.hubhood-call-to-action-design-3.hubhood-call-to-action-design-3-bordered.hubhood-call-to-action-use-bordered-secondary .col-lg-6:first-child .hubhood-call-to-action-background-image ~ .hubhood-call-to-action-content .hubhood-button,
.hubhood-call-to-action-two-columns-separated.hubhood-call-to-action-design-3.hubhood-call-to-action-design-3-bordered.hubhood-call-to-action-use-bordered-secondary.hubhood-no-two-columns .col-sm-12:first-child .hubhood-call-to-action-background-image ~ .hubhood-call-to-action-content .hubhood-button {
        border: 4px solid var(--hubhood-color-secondary) !important;
        background-color: var(--hubhood-color-secondary) !important;
        color: #fff !important;
        text-shadow: 1px 1px 0 rgb(0 0 0 / 1%), 2px 2px 0px rgb(0 0 0 / 12%);
}

.hubhood-call-to-action-two-columns-separated.hubhood-call-to-action-design-3.hubhood-call-to-action-design-3-bordered.hubhood-call-to-action-use-bordered-secondary .col-lg-6:first-child .hubhood-call-to-action-background-image ~ .hubhood-call-to-action-content .hubhood-button:hover,
.hubhood-call-to-action-two-columns-separated.hubhood-call-to-action-design-3.hubhood-call-to-action-design-3-bordered.hubhood-call-to-action-use-bordered-secondary.hubhood-no-two-columns .col-sm-12:first-child .hubhood-call-to-action-background-image ~ .hubhood-call-to-action-content .hubhood-button:hover {
        border: 4px solid var(--hubhood-color) !important;
        background-color: var(--hubhood-color) !important;
}



.hubhood-call-to-action-two-columns-separated.hubhood-call-to-action-design-3.hubhood-call-to-action-design-3-bordered.hubhood-call-to-action-design-3-double-outside.hubhood-call-to-action-design-3-double-outside-both.hubhood-call-to-action-use-bordered-secondary .col-lg-6 + .col-lg-6 .hubhood-call-to-action-inner-border,
.hubhood-call-to-action-two-columns-separated.hubhood-call-to-action-design-3.hubhood-call-to-action-design-3-bordered.hubhood-call-to-action-design-3-double-outside.hubhood-call-to-action-design-3-double-outside-both.hubhood-call-to-action-use-bordered-secondary.hubhood-no-two-columns .col-sm-12 .hubhood-call-to-action-inner-border {
        border: 4px solid var(--hubhood-color-secondary) !important;
}

.hubhood-call-to-action-two-columns-separated.hubhood-call-to-action-design-3.hubhood-call-to-action-design-3-bordered.hubhood-call-to-action-use-bordered-secondary .col-lg-6:first-child .hubhood-call-to-action-background-image ~ .hubhood-call-to-action-content .hubhood-button:before,
.hubhood-call-to-action-two-columns-separated.hubhood-call-to-action-design-3.hubhood-call-to-action-design-3-bordered.hubhood-call-to-action-use-bordered-secondary.hubhood-no-two-columns .col-sm-12:first-child .hubhood-call-to-action-background-image ~ .hubhood-call-to-action-content .hubhood-button:before {
        text-shadow: 1px 1px 0 rgb(0 0 0 / 1%), 2px 2px 0px rgb(0 0 0 / 12%);
}

.hubhood-call-to-action-two-columns-separated.hubhood-call-to-action-design-3.hubhood-call-to-action-design-3-bordered.hubhood-call-to-action-design-3-bordered-dashed .col-lg-6 .hubhood-call-to-action-background-image:not([style*="background-image"]),
.hubhood-call-to-action-two-columns-separated.hubhood-call-to-action-design-3.hubhood-call-to-action-design-3-bordered.hubhood-call-to-action-design-3-bordered-dashed.hubhood-no-two-columns .col-sm-12 .hubhood-call-to-action-background-image:not([style*="background-image"]) {
        border: 5px dashed rgba(125,125,125, 0.25);
}

.hubhood-call-to-action-two-columns-separated.hubhood-call-to-action-design-3.hubhood-call-to-action-design-3-bordered.hubhood-call-to-action-design-3-empty-border .col-lg-6:first-child + .col-lg-6 .hubhood-call-to-action-background-image:not([style*="background-image"]),
.hubhood-call-to-action-two-columns-separated.hubhood-call-to-action-design-3.hubhood-call-to-action-design-3-bordered.hubhood-call-to-action-design-3-empty-border.hubhood-no-two-columns .col-sm-12 .hubhood-call-to-action-background-image:not([style*="background-image"]) {
        border: 5px solid transparent;
}

.hubhood-call-to-action-two-columns-separated.hubhood-call-to-action-design-3.hubhood-call-to-action-design-3-bordered.hubhood-call-to-action-design-3-empty-border .col-lg-6:first-child + .col-lg-6 .hubhood-call-to-action-background-image:not([style*="background-image"]) ~ .hubhood-call-to-action-content .hubhood-call-to-action-content-inner,
.hubhood-call-to-action-two-columns-separated.hubhood-call-to-action-design-3.hubhood-call-to-action-design-3-bordered.hubhood-call-to-action-design-3-empty-border.hubhood-no-two-columns .col-sm-12 .hubhood-call-to-action-background-image:not([style*="background-image"]) ~ .hubhood-call-to-action-content .hubhood-call-to-action-content-inner {
    padding-left: 20px;
}

.hubhood-call-to-action-two-columns-separated.hubhood-call-to-action-design-3.hubhood-call-to-action-design-3-bordered .col-lg-6 .hubhood-call-to-action-background-image:not([style*="background-image"]) ~ .hubhood-call-to-action-content .hubhood-section-title,
.hubhood-call-to-action-two-columns-separated.hubhood-call-to-action-design-3.hubhood-call-to-action-design-3-bordered.hubhood-no-two-columns .col-sm-12 .hubhood-call-to-action-background-image:not([style*="background-image"]) ~ .hubhood-call-to-action-content .hubhood-section-title {
        color: var(--hubhood-color) !important;
}

.hubhood-call-to-action-two-columns-separated.hubhood-call-to-action-design-3.hubhood-call-to-action-design-3-bordered .col-lg-6 .hubhood-call-to-action-background-image:not([style*="background-image"]) ~ .hubhood-call-to-action-content .hubhood-hero-subtitle,
.hubhood-call-to-action-two-columns-separated.hubhood-call-to-action-design-3.hubhood-call-to-action-design-3-bordered .col-lg-6 .hubhood-call-to-action-background-image:not([style*="background-image"]) ~ .hubhood-call-to-action-content .hubhood-call-to-action-description,
.hubhood-call-to-action-two-columns-separated.hubhood-call-to-action-design-3.hubhood-call-to-action-design-3-bordered.hubhood-no-two-columns .col-sm-12 .hubhood-call-to-action-background-image:not([style*="background-image"]) ~ .hubhood-call-to-action-content .hubhood-hero-subtitle,
.hubhood-call-to-action-two-columns-separated.hubhood-call-to-action-design-3.hubhood-call-to-action-design-3-bordered.hubhood-no-two-columns .col-sm-12 .hubhood-call-to-action-background-image:not([style*="background-image"]) ~ .hubhood-call-to-action-content .hubhood-call-to-action-description {
        color: #252525;
}

.hubhood-call-to-action-two-columns-separated.hubhood-call-to-action-design-3.hubhood-call-to-action-design-3-bordered .col-lg-6 .hubhood-call-to-action-background-image:not([style*="background-image"]) ~ .hubhood-call-to-action-content .hubhood-button,
.hubhood-call-to-action-two-columns-separated.hubhood-call-to-action-design-3.hubhood-call-to-action-design-3-bordered.hubhood-no-two-columns .col-sm-12 .hubhood-call-to-action-background-image:not([style*="background-image"]) ~ .hubhood-call-to-action-content .hubhood-button {
        border: 4px solid var(--hubhood-color);
        background-color: var(--hubhood-color);
        color: #fff;
        text-shadow: 1px 1px 0 rgb(0 0 0 / 1%), 2px 2px 0px rgb(0 0 0 / 12%);
}

.hubhood-call-to-action-two-columns-separated.hubhood-call-to-action-design-3.hubhood-call-to-action-design-3-bordered .col-lg-6 .hubhood-call-to-action-background-image:not([style*="background-image"]) ~ .hubhood-call-to-action-content .hubhood-button:hover,
.hubhood-call-to-action-two-columns-separated.hubhood-call-to-action-design-3.hubhood-call-to-action-design-3-bordered.hubhood-no-two-columns .col-sm-12 .hubhood-call-to-action-background-image:not([style*="background-image"]) ~ .hubhood-call-to-action-content .hubhood-button:hover {
        border: 4px solid var(--hubhood-color-secondary);
        background-color: var(--hubhood-color-secondary);
}

.hubhood-call-to-action-two-columns-separated.hubhood-call-to-action-design-3.hubhood-call-to-action-design-3-bordered .col-lg-6 .hubhood-call-to-action-background-image:not([style*="background-image"]) ~ .hubhood-call-to-action-content .hubhood-button:before,
.hubhood-call-to-action-two-columns-separated.hubhood-call-to-action-design-3.hubhood-call-to-action-design-3-bordered.hubhood-no-two-columns .col-sm-12 .hubhood-call-to-action-background-image:not([style*="background-image"]) ~ .hubhood-call-to-action-content .hubhood-button:before {
        text-shadow: 1px 1px 0 rgb(0 0 0 / 1%), 2px 2px 0px rgb(0 0 0 / 12%);
}

.hubhood-call-to-action-inner-border {
        display: none;
}

.hubhood-call-to-action-two-columns-separated.hubhood-call-to-action-design-3.hubhood-call-to-action-design-3-double-border .col-lg-6 + .col-lg-6 .hubhood-call-to-action-inner-border,
.hubhood-call-to-action-two-columns-separated.hubhood-call-to-action-design-3.hubhood-call-to-action-design-3-double-border.hubhood-no-two-columns .hubhood-call-to-action-inner-border,
.hubhood-call-to-action-two-columns-separated.hubhood-call-to-action-design-3.hubhood-call-to-action-design-3-double-border.hubhood-no-two-columns .col-sm-12 .hubhood-call-to-action-inner-border {
        display: block;
        position: absolute;
        top: 13px;
        left: 13px;
        width: calc(100% - 26px);
        height: calc(100% - 26px);
        border: 5px solid var(--hubhood-color);
        border-radius: 12px;
}

.hubhood-call-to-action-two-columns-separated.hubhood-call-to-action-design-3.hubhood-call-to-action-design-3-bordered.hubhood-call-to-action-design-3-double-border.hubhood-call-to-action-design-3-double-outside .col-lg-6 + .col-lg-6 .hubhood-call-to-action-inner-border,
.hubhood-call-to-action-two-columns-separated.hubhood-call-to-action-design-3.hubhood-call-to-action-design-3-bordered.hubhood-call-to-action-design-3-double-border.hubhood-call-to-action-design-3-double-outside-both .col-lg-6 .hubhood-call-to-action-inner-border,
.hubhood-call-to-action-two-columns-separated.hubhood-call-to-action-design-3.hubhood-call-to-action-design-3-bordered.hubhood-call-to-action-design-3-double-border.hubhood-no-two-columns.hubhood-call-to-action-design-3-double-outside .hubhood-call-to-action-inner-border,
.hubhood-call-to-action-two-columns-separated.hubhood-call-to-action-design-3.hubhood-call-to-action-design-3-bordered.hubhood-call-to-action-design-3-double-border.hubhood-call-to-action-design-3-double-outside.hubhood-no-two-columns .col-sm-12 .hubhood-call-to-action-inner-border,
.hubhood-call-to-action-two-columns-separated.hubhood-call-to-action-design-3.hubhood-call-to-action-design-3-bordered.hubhood-call-to-action-design-3-double-border.hubhood-call-to-action-design-3-double-outside-both.hubhood-no-two-columns .col-sm-12 .hubhood-call-to-action-inner-border,
.hubhood-call-to-action-two-columns-separated.hubhood-call-to-action-design-3.hubhood-call-to-action-design-3-bordered.hubhood-call-to-action-design-3-double-outside.hubhood-call-to-action-design-3-double-outside-both.hubhood-call-to-action-use-bordered-secondary.hubhood-no-two-columns .col-sm-12 .hubhood-call-to-action-inner-border {
        display: block;
        position: absolute;
        top: 13px;
        left: 13px;
        width: calc(100% + 10px);
        height: calc(100% + 9px);
        border: 5px solid var(--hubhood-color) !important;
        border-radius: 12px;
}

.hubhood-front-page-widgetized-section .hubhood-call-to-action-design-3.hubhood-call-to-action-two-columns-separated.hubhood-clean-column-left .col-lg-6,
.hubhood-front-page-widgetized-section .hubhood-call-to-action-design-3.hubhood-call-to-action-two-columns-separated.hubhood-clean-column-left .col-sm-12,
.hubhood-front-page-widgetized-section .hubhood-call-to-action-design-3.hubhood-call-to-action-two-columns-separated.hubhood-clean-column-right .col-lg-6,
.hubhood-front-page-widgetized-section .hubhood-call-to-action-design-3.hubhood-call-to-action-two-columns-separated.hubhood-clean-column-right .col-sm-12 {
        min-height: 250px;
}

.hubhood-call-to-action-two-columns-separated.hubhood-call-to-action-design-3.hubhood-call-to-action-design-3-bordered.hubhood-call-to-action-design-3-bordered-dashed.hubhood-clean-column-left .col-lg-6 .hubhood-call-to-action-background-image {
        background-size: contain;
        background-color: transparent;
}

.hubhood-call-to-action-two-columns-separated.hubhood-call-to-action-design-3.hubhood-call-to-action-design-3-bordered.hubhood-call-to-action-design-3-bordered-dashed.hubhood-clean-column-left .col-lg-6 + .col-lg-6 .hubhood-call-to-action-background-image {
        border: 0 !important;
}

.hubhood-call-to-action-two-columns-separated.hubhood-call-to-action-design-3.hubhood-call-to-action-design-3-bordered.hubhood-call-to-action-design-3-bordered-dashed.hubhood-clean-column-left.hubhood-remove-space-left .col-lg-6 + .col-lg-6 .hubhood-call-to-action-background-image ~ .hubhood-call-to-action-content .hubhood-call-to-action-content-inner {
        padding-left: 0
}

.hubhood-call-to-action-two-columns-separated.hubhood-call-to-action-design-3.hubhood-call-to-action-design-3-bordered.hubhood-call-to-action-design-3-bordered-dashed.hubhood-clean-column-left.hubhood-unborder-column-left .col-lg-6 .hubhood-call-to-action-background-image {
        border: 0 !important;
}

.hubhood-call-to-action-two-columns-separated.hubhood-call-to-action-design-3.hubhood-call-to-action-design-3-bordered.hubhood-call-to-action-design-3-bordered-dashed.hubhood-clean-column-left.hubhood-bordered-column-right .col-lg-6 + .col-lg-6 .hubhood-call-to-action-background-image {
        border: 5px dashed rgba(125,125,125, 0.25) !important;
}

.hubhood-call-to-action-two-columns-separated.hubhood-call-to-action-design-3.hubhood-call-to-action-design-3-bordered.hubhood-call-to-action-design-3-bordered-dashed.hubhood-clean-column-left .col-lg-6 .hubhood-call-to-action-background-image:before,
.hubhood-call-to-action-two-columns-separated.hubhood-call-to-action-design-3.hubhood-call-to-action-design-3-bordered.hubhood-call-to-action-design-3-bordered-dashed.hubhood-clean-column-left .col-lg-6 .hubhood-call-to-action-background-image:after {
        display: none !important;
}

.hubhood-call-to-action-two-columns-separated.hubhood-call-to-action-design-3.hubhood-call-to-action-design-3-bordered.hubhood-call-to-action-design-3-bordered-dashed.hubhood-clean-column-left .col-lg-6:first-child .hubhood-call-to-action-background-image ~ .hubhood-call-to-action-content * {
        display: none !important;
}








.hubhood-call-to-action-two-columns-separated.hubhood-call-to-action-design-3.hubhood-call-to-action-design-3-bordered.hubhood-call-to-action-design-3-bordered-dashed.hubhood-clean-column-right .col-lg-6 + .col-lg-6 .hubhood-call-to-action-background-image {
        background-size: contain;
        background-color: transparent;
}

.hubhood-call-to-action-two-columns-separated.hubhood-call-to-action-design-3.hubhood-call-to-action-design-3-bordered.hubhood-call-to-action-design-3-bordered-dashed.hubhood-clean-column-right:not(.hubhood-unborder-column-right) .col-lg-6 + .col-lg-6 .hubhood-call-to-action-background-image {
        border: 5px solid var(--hubhood-color) !important;
}

.hubhood-call-to-action-two-columns-separated.hubhood-call-to-action-design-3.hubhood-call-to-action-design-3-bordered.hubhood-call-to-action-design-3-bordered-dashed.hubhood-clean-column-right .col-lg-6 + .col-lg-6 .hubhood-call-to-action-background-image ~ .hubhood-call-to-action-content .hubhood-call-to-action-content-inner {
        padding-left: 0
}

.hubhood-call-to-action-two-columns-separated.hubhood-call-to-action-design-3.hubhood-call-to-action-design-3-bordered.hubhood-call-to-action-design-3-bordered-dashed.hubhood-clean-column-right.hubhood-unborder-column-right .col-lg-6 .hubhood-call-to-action-background-image {
        border: 0 !important;
}



.hubhood-call-to-action-two-columns-separated.hubhood-call-to-action-design-3.hubhood-call-to-action-design-3-bordered.hubhood-call-to-action-design-3-bordered-dashed.hubhood-clean-column-right .col-lg-6:first-child .hubhood-call-to-action-background-image {
        border: 5px dashed rgba(125,125,125, 0.25) !important;
}


.hubhood-call-to-action-two-columns-separated.hubhood-call-to-action-design-3.hubhood-call-to-action-design-3-bordered.hubhood-call-to-action-design-3-bordered-dashed.hubhood-clean-column-right.hubhood-unborder-column-left .col-lg-6:first-child .hubhood-call-to-action-background-image {
        border: 0 !important;
}

.hubhood-call-to-action-two-columns-separated.hubhood-call-to-action-design-3.hubhood-call-to-action-design-3-bordered.hubhood-call-to-action-design-3-bordered-dashed.hubhood-clean-column-right .col-lg-6 .hubhood-call-to-action-background-image:before,
.hubhood-call-to-action-two-columns-separated.hubhood-call-to-action-design-3.hubhood-call-to-action-design-3-bordered.hubhood-call-to-action-design-3-bordered-dashed.hubhood-clean-column-right .col-lg-6 .hubhood-call-to-action-background-image:after {
        display: none !important;
}

.hubhood-call-to-action-two-columns-separated.hubhood-call-to-action-design-3.hubhood-call-to-action-design-3-bordered.hubhood-call-to-action-design-3-bordered-dashed.hubhood-clean-column-right .col-lg-6 + .col-lg-6 .hubhood-call-to-action-background-image ~ .hubhood-call-to-action-content * {
        display: none !important;
}




.hubhood-call-to-action-two-columns.hubhood-call-to-action-design-3 .col-lg-6 .hubhood-call-to-action-background-image {
        width: calc(100% - 30px) !important;
        height: calc(100% + 0px) !important;
        left: 15px !important;
        transform: none !important;
        border-radius: 15px !important;
}

.hubhood-call-to-action-two-columns.hubhood-call-to-action-design-3 .col-lg-6 .hubhood-call-to-action-background-image:before {
        border-radius: 15px !important;
}

.hubhood-style-general-edges-rounded .hubhood-call-to-action-two-columns.hubhood-call-to-action-design-3 .col-lg-6 .hubhood-call-to-action-background-image,
.hubhood-style-general-edges-rounded .hubhood-call-to-action-two-columns.hubhood-call-to-action-design-3 .col-lg-6 .hubhood-call-to-action-background-image:before,
.hubhood-style-general-edges-rounded .hubhood-call-to-action-two-columns.hubhood-call-to-action-design-3 .col-lg-6 .hubhood-call-to-action-background-image:after {
        border-radius: 25px !important;
}

.hubhood-front-page-widgetized-section .hubhood-call-to-action-two-columns-separated.hubhood-call-to-action-design-3 .hubhood-call-text-start + .hubhood-call-text-start .hubhood-call-to-action-content {
        padding-left: 15px !important;
}

.hubhood-call-to-action-two-columns.hubhood-call-to-action-design-3 .hubhood-call-to-action-background-image:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: calc(100% - 0px);
        height: calc(100% - 0px);
        border-radius: 15px;
        z-index: 1;

        background: rgba(30,35,40,1);
        background: -moz-linear-gradient(left, rgba(30,35,40,1) 0%, rgba(30,35,40,0) 79%, rgba(30,35,40,0) 100%);
        background: -webkit-gradient(left top, right top, color-stop(0%, rgba(30,35,40,1)), color-stop(79%, rgba(30,35,40,0)), color-stop(100%, rgba(30,35,40,0)));
        background: -webkit-linear-gradient(left, rgba(30,35,40,1) 0%, rgba(30,35,40,0) 79%, rgba(30,35,40,0) 100%);
        background: -o-linear-gradient(left, rgba(30,35,40,1) 0%, rgba(30,35,40,0) 79%, rgba(30,35,40,0) 100%);
        background: -ms-linear-gradient(left, rgba(30,35,40,1) 0%, rgba(30,35,40,0) 79%, rgba(30,35,40,0) 100%);
        background: linear-gradient(to right, rgba(30,35,40,1) 0%, rgba(30,35,40,0) 79%, rgba(30,35,40,0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e2328', endColorstr='#1e2328', GradientType=1 );
}

.hubhood-bordered-right .hubhood-call-to-action-second-column .hubhood-call-to-action-background-image {
        border: 25px solid #fff;
        border-right: 0;
}




.hubhood-section-title,
.hubhood-section-subtitle,
.hubhood-front-page-widgetized-section .wp-block-search__label,
.hubhood-front-page-widgetized-section .wp-block-group__inner-container > h2,
.page-content .widget-title {
        text-align : center;
        margin-top : 0;
}

.hubhood-footer-columns-wrapper .hubhood-section-subtitle {
        text-align: left;
}

.hubhood-call-to-action-description {
        margin-top : 10px;
}

.hubhood-call-text-start .hubhood-section-title {
        text-align : left;
}

.hubhood-call-text-center .hubhood-section-title,
.hubhood-call-text-center .hubhood-section-subtitle,
.hubhood-call-text-center .hubhood-call-to-action-description,
.hubhood-call-text-center .hubhood-call-to-action-content {
        text-align : center;
}

.hubhood-call-text-end .hubhood-section-title,
.hubhood-call-text-end .hubhood-section-subtitle,
.hubhood-call-text-end .hubhood-call-to-action-description,
.hubhood-call-text-end .hubhood-call-to-action-content {
        text-align : right;
}

section.widget_hubhood_call_to_action {
        padding : 0;
}

.hubhood-section-title,
.hubhood-section-subtitle {
        margin-bottom : var(--bs-gutter-x);
}

section.hubhood-call-to-action-design-3 {
        padding-top: 30px;
        padding-bottom: 30px;
}


.page-content .hubhood-section-title ~ .hubhood-section-subtitle,
.hubhood-section-title ~ .hubhood-section-subtitle,
.hubhood-section-title-wrapper ~ .hubhood-section-subtitle {
        margin-top: -20px;
}

.hubhood-dark-background .hubhood-section-title {
        color : #fff;
}

.hubhood-call-to-action .hubhood-section-title {
        color : #fff !important;
}

.hubhood-section-subtitle {
        font-weight : 500;
        font-size   : 18px;
        color       : #b5b5b5;
}

.hubhood-dark-background .hubhood-section-subtitle {
        color       : #777;
        text-shadow : 1px 1px 0 rgba(0,0,0,0.4);
}

.hubhood-call-to-action .hubhood-section-title {	
        word-break: keep-all !important;
        -ms-word-wrap: unset !important;
        word-wrap: normal !important;
        overflow-wrap: normal !important;
}

.hubhood-term {
        position         : relative;
        height           : 210px;
        line-height      : 155px;
        background-color : #252525;
        color            : #fff;
        border-radius    : 4px;
        box-shadow       : 15px 15px 30px rgb(0 0 0 / 30%);
}

.hubhood-term-large {
        height      : 330px;
        line-height : 270px;
}

.hubhood-term-tiny {
        height      : auto;
        line-height : 34px;
}

.hubhood-term-squared {
        padding-bottom : 324px;
}

.hubhood-short-terms-height .hubhood-term-squared {
        padding-bottom : 145px;
}

.hubhood-term-joined {
        margin-left : calc(-1 * var(--bs-gutter-x));
        margin-top  : calc(-1 * var(--bs-gutter-x));
        left        : var(--bs-gutter-x);
        top         : var(--bs-gutter-x);
}

.hubhood-term-title {
        position       : relative;
        text-transform : uppercase;
        width          : 100%;
        padding-right  : 65px;
        margin-bottom  : 0;
        color          : #fff;
        text-shadow    : 1px 1px 0 rgb(0, 0, 0, 1);
        white-space    : nowrap;
        overflow       : hidden;
        text-overflow  : ellipsis;
        z-index        : 5;
}

.hubhood-term-tiny,
.hubhood-term-medium,
.hubhood-term-large {
        line-height : 30px;
}

.hubhood-term-tiny .hubhood-term-title,
.hubhood-term-medium .hubhood-term-title,
.hubhood-term-large .hubhood-term-title {
        line-height : 30px;
}

.hubhood-featured-term .hubhood-term-title {
        border-top    : 4px solid #fff;
        border-bottom : 4px solid #fff;
}

.hubhood-term-medium .hubhood-term-title {
        line-height : 155px;
}

.hubhood-term-medium.hubhood-featured-term .hubhood-term-title {
        line-height : 141px;
}

.hubhood-term-large .hubhood-term-title {
        line-height : 270px;
}

.hubhood-term-large.hubhood-featured-term .hubhood-term-title {
        line-height : 262px;
}

.hubhood-term-squared .hubhood-term-title {
        text-transform     : uppercase;
        position           : absolute;
        white-space        : normal;
        padding-right      : 140px;
        margin-top         : 0;
        margin-bottom      : 0;
        overflow           : visible;
        top                : 50%;
        transform          : translate(0, -50%);
        display            : -webkit-box;
        -webkit-line-clamp : 3;
        -webkit-box-orient : vertical;
        max-height         : 126px;
        overflow           : hidden;
}

.hubhood-term-title span {
        white-space : nowrap;
}

.hubhood-top-terms .hubhood-term:hover .hubhood-term-title {
        transform : translate(20px, -50%);
}

.hubhood-bordered-term .hubhood-term-title {
        padding-left : 4px;
}

h2.hubhood-capitalize-first-letter::first-letter {
        float              : left;
        /* width           : 40px; */
        /* height          : 100%; */
        font-size          : calc(260% + 15px);
        position           : relative;
        padding-right      : 3px;
        line-height        : 1;
}

.hubhood-style-general-edges-rounded h2.hubhood-capitalize-first-letter::first-letter {
        border-radius : 20px;
} 

.hubhood-style-general-edges-rounded .wp-block-gallery figure.wp-block-image img,
.hubhood-style-general-edges-rounded .tags a,
.hubhood-style-general-edges-rounded .widget .tagcloud a,
.hubhood-style-general-edges-rounded .tagcloud a,
.hubhood-style-general-edges-rounded .wp-block-tag-cloud a,
.hubhood-style-general-edges-rounded .hubhood-post-comments-wrapper form,
.hubhood-style-general-edges-rounded .hubhood-popup-overlay-opacity .hubhood-content-popup-block-wrapper,
.hubhood-style-general-edges-rounded .hubhood-design-8-c .hubhood-abbr-date {
        border-radius : 20px;
} 

.hubhood-term-counter {
        position         : absolute;
        width            : 48px;
        height           : 48px;
        background-color : #fff;
        border-radius    : 50px;
        font-size        : 16px;
        line-height      : 50px;
        text-align       : center;
        top              : 50%;
        right            : var(--bs-gutter-x);
        transform        : translate(0, -50%);
        z-index          : 5;
}

.hubhood-term-card-icon-design-3 .hubhood-term-counter {
        font-size        : 18px;
        background-color : transparent;
        color            : #fff;
        text-shadow      : 1px 1px 0 rgba(0,0,0,0.4);
        border           : 4px solid #fff;
        border           : 4px solid #fff;
        line-height      : 43px;
        padding-left     : 1px;
}

.hubhood-term-card-icon-design-4 .hubhood-term-counter {
        text-shadow : 1px 1px 0 rgba(0,0,0,0.4);
}

.hubhood-amenities .hubhood-term-counter {
        top        : 3px;
        right      : 3px;
        transform  : none;
        box-shadow : 8px 8px 30px rgba(0, 0, 0, 0.15);
}

.hubhood-term-card-icon .hubhood-term-counter {
        top               : calc(10% - 9px);
        right             : calc(1% - 11px);
        -webkit-transform : translate(0);
        transform         : translate(0);
        color             : #252525;
        text-shadow       : none;
}

.hubhood-term-card-icon-design-2 .hubhood-term-counter {
        text-shadow : 1px 1px 0 rgba(0,0,0,0.4);
}

.hubhood-term-card-icon-design-2 .hubhood-term-counter {
        top              : auto;
        right            : auto;
        left             : 42px;
        bottom           : -20px;
        background-color : transparent;
        color            : #fff;
        font-size        : 17px;
        text-shadow      : 1px 1px 0 rgba(0,0,0,0.4);
        border           : 4px solid #fff;
        line-height      : 43px;
        padding-left     : 1px;
}

.widget_hubhood_listing_categories .hubhood-term-card-icon-design-2 .hubhood-term-counter,
.widget_hubhood_listing_regions .hubhood-term-card-icon-design-2 .hubhood-term-counter {
        width: auto;
        padding-left: 7px;
        padding-right: 7px;
        min-width: 48px;
        left: 50%;
        transform: translate(-50%);
        white-space: nowrap;
        font-weight: 600 !important;
}


.hubhood-listing-terms-design-21-e .hubhood-term-counter,
.hubhood-widget  .hubhood-listing-terms-design-21-e .hubhood-term-counter {
        left             : 32px;
}

.hubhood-term-text-description {
        position           : absolute;
        bottom             : 20px;
        left               : 30px;
        font-weight        : 400;
        bottom             : 25px;
        color              : #ccc;
        line-height        : 1.8;
        padding-right      : 30px;
        display            : -webkit-box;
        -webkit-line-clamp : 4;
        -webkit-box-orient : vertical;
        max-height         : 115px;
        overflow           : hidden;
}

.hubhood-term-medium .hubhood-term-text-description {
        -webkit-line-clamp : 2;
        bottom             : 20px;
        max-height         : 56px;
}

.hubhood-term-tiny .hubhood-term-text-description {
        font-size          : 15px;
        bottom             : 6px;
        -webkit-line-clamp : 1;
        padding-right      : 85px;
        opacity            : 0.998;
        max-height         : 27px;
}

.hubhood-more-terms {
        position   : relative;
        width      : 100%;
        height     : 48px;
        text-align : center;
}

.hubhood-more-terms .hubhood-button {
        position          : absolute;
        top               : 0;
        left              : 50%;
        -webkit-transform : translate(-50%, 0);
        transform         : translate(-50%, 0);
}



.hubhood-term-icon-counter-separator {
        position: relative;
        display: block;
        height: 48px;
        margin-top: 20px;
}

.hubhood-term-icon-counter-separator:before {
        content: "";
        position: absolute;
        top: 26px;
        left: 0;
        width: 100%;
        border-bottom: 4px solid rgba(125,125,125,0.15);
}

.hubhood-term-cards.hubhood-listing-terms-design-105 .hubhood-term-design-background-count-1 .hubhood-term-image-block-1 {
        box-shadow: none;
        border-radius: 4px;
}

.hubhood-term-cards.hubhood-listing-terms-design-105 .col-sm-12 .hubhood-term-card {
        padding-bottom: 0;
}

.hubhood-term-cards.hubhood-listing-terms-design-105 .hubhood-term-design-background-count-1 .hubhood-term-image-block-1:before,
.hubhood-term-cards.hubhood-listing-terms-design-105 .hubhood-term-design-background-count-1[class*="hubhood-term-design-background-count"]:after  {
        display: none;
}

.hubhood-term-cards.hubhood-listing-terms-design-105 .hubhood-term-design-2-background {
        position: relative;
        text-align: center;
}

.hubhood-listing-terms-design-105 .hubhood-term-card-icon-design-2 {
        border: 0 !important;
        left: auto;
        right: 0;
}

.hubhood-listing-terms-design-108 .hubhood-term-card-icon-design-2 {
        left: 50%;
        right: auto;
        transform: translate(-50%,-50%);
}

.hubhood-listing-terms-design-108 .hubhood-term-icon-counter-separator:before {
        opacity: 0;
}

.hubhood-listing-terms-design-108 .hubhood-term-icon-counter-separator {
        margin-top: 25px;
        margin-bottom: 7px;
}

.hubhood-listing-terms-design-105 .hubhood-term-card-icon-design-2.hubhood-term-card-the-icon {
        right: auto;
        left: 0;
        border: 4px solid rgba(125,125,125,0.15) !important;
        background: #fff;
        color: #252525;
        text-shadow: none;
        top: calc(50% + 3px);
}

.hubhood-listing-terms-design-108 .hubhood-term-card-icon-design-2.hubhood-term-card-the-icon {
        left: calc(50% - 40px);
        right: auto;
}

.hubhood-listing-terms-design-108 .hubhood-term-card-the-icon ~ .hubhood-term-card-icon-design-2 {        
        left: calc(50% + 40px);
        right: auto;
}

.hubhood-term-cards.hubhood-listing-terms-design-109 .hubhood-term-link ~ .hubhood-term-design-2-background {
        width: 160px;
        height: 160px;
        left: 50%;
        right: auto;
        transform: translate(-50%);
}

.hubhood-term-cards.hubhood-listing-terms-design-20-h-2-3-b .hubhood-terms-inner .hubhood-term-design-2-background  .hubhood-term-design-background-count-1 .hubhood-term-image-block-1 {
        border-radius: 500px;
        box-shadow: 15px 15px 30px rgb(0 0 0 / 30%);
}

.hubhood-listing-terms-design-105 .hubhood-term-card-icon-design-2:before {
        -webkit-text-stroke-width: 0.02em;
}

.hubhood-listing-terms-design-105 .hubhood-term-card-icon-design-2.fas:before {
        -webkit-text-stroke-width: 0;
}

.widget_hubhood_listing_categories .hubhood-listing-terms-design-105 .hubhood-term-card-icon-design-2 .hubhood-term-counter {
        top: 4px;
        left: auto;
        right: 0;
        border: 4px solid rgba(125,125,125,0.15);
        background: #fff;
        color: #252525;
        text-shadow: none;
}

.widget_hubhood_listing_categories.hubhood-dark-background .hubhood-listing-terms-design-105 .hubhood-term-card-icon-design-2 .hubhood-term-counter {
        background-color: rgb(15, 20, 25);
        color: #fff;
}

.hubhood-data-card-img {
        border-radius: 4px;
}

.hubhood-listing-terms-design-106 .hubhood-term-title-out-transparent .hubhood-term-title-out-text h5,
.hubhood-term-cards.hubhood-listing-terms-design-106 .hubhood-term-design-2-background {
        text-align: left;
}

.hubhood-term-cards.hubhood-listing-terms-design-106 .col-sm-12 .hubhood-term-card {
        padding-left: 0;
        padding-right: 60px;
        text-align: left;
}

/*******************************************************************************
31 - Pricing Page / Pricing Cards
*******************************************************************************/

.entry-content .hubhood-dark-pricing-table + h2 {
        margin-top: 20px;
}

.hubhood-pricing-card-featured .hubhood-dashed-separator {
        border-top: 4px dashed var(--hubhood-color);
        margin-top: 30px;
}

.hubhood-pricing-table.row {
        justify-content : center;
}

.hubhood-widget-pricing-packages .hubhood-pricing-package-title {
        margin-bottom: 40px;
}

.hubhood-pricing-card .hubhood-term-inner {
        box-shadow     : 15px 15px 30px rgb(0 0 0 / 35%);
        padding-bottom: 110px;
}


.hubhood-pricing-card-dark .hubhood-term-inner,
.hubhood-dark-background .hubhood-term-inner {
        background-color : rgb(25, 30, 35);
        color            : #fff;
}

.hubhood-pricing-card h4 {
        margin : 0;
}

.hubhood-term-inner {
        padding-top : 30px;
}

.hubhood-price-heading-image {
        text-align            : center;
        margin-bottom         : 30px;
}

.hubhood-price-heading-image img {
        display    : inline-block;
        max-height : 50px;
        filter     : invert();
}

.hubhood-term-counter span {
        display: none;
}

.hubhood-pricing-card h4 {
        font-size: 22px;
}

.hubhood-pricing-card.hubhood-pricing-card-dark h4 {
        color          : #fff;
        border-bottom  : 4px dashed rgba(255, 255, 255, 0.15);
        padding-bottom : 25px;
        margin-bottom  : 30px;
}

.hubhood-pricing-card.hubhood-pricing-card-featured h4 {
        border-bottom  : 4px dashed var(--hubhood-color);
        padding-bottom : 25px;
        margin-bottom  : 30px;
}

.hubhood-price-card-subtitle {
        font-weight : 600;
        margin-top  : 15px;
        font-size: 16px;
}

.hubhood-pricing-card-dark .hubhood-price-card-subtitle {
        color : #fff;
}

.hubhood-price-wrapper {
        margin-top : 40px;
}

.hubhood-price-inner {
        display       : inline-block;
        min-width     : 155px;
        min-height    : 155px;
        border-radius : 50%;
        color         : #fff;
}

.hubhood-pricing-card-dark .hubhood-price-inner {
        color : #fff;
}

.hubhood-pricing-card.hubhood-pricing-card-featured .hubhood-price-inner {
        background-color : transparent;
        box-shadow       : none;
        color            : #252525;
}

.hubhood-pricing-card.hubhood-pricing-card-featured .hubhood-price-inner {
        background-color : var(--hubhood-color);
        color            : #fff;
        box-shadow       : 15px 15px 20px rgba(0, 0, 0, 0.3);
}

.hubhood-pricing-card-dark .hubhood-price-inner {
        color  : #fff;
        border : 4px solid;
}

.hubhood-pricing-card.hubhood-price-design-2 .hubhood-price-inner {
        border              : 0;
        background          : transparent;
        background-position : center center;
        box-shadow          : none;
        border-radius       : 0;
        background-size: 100%;
}

.hubhood-pricing-card-dark.hubhood-price-design-2 .hubhood-price-inner {
        background-image : url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='672' height='672' viewBox='0 0 538 538' preserveAspectRatio='xMidYMid meet' xmlns:v='https://vecta.io/nano'><path fill='rgb(255,255,255)' d='M263.5.7C246.1 2.9 232.1 10 201 32.5c-4.1 3-7.9 5.4-8.3 5.5-.5 0-2.8 1.3-5.2 3-2.4 1.6-5 3-5.7 3-.8 0-1.8.4-2.3.9-1.5 1.4-14.5 5.8-19.5 6.6a199.15 199.15 0 0 0-8 1.5c-1.9.5-6.2 1.4-9.5 1.9-29.1 5.2-44.2 9.8-54.5 16.7-5.9 4-13.9 12.4-16.9 17.8C68 95 62.8 108 61 115c-.7 2.5-1.6 5.5-2 6.6-.5 1.2-1.1 4.3-1.5 7-.9 6.5-5.4 29.6-7 35.9-1.7 6.6-7.4 20.4-9.7 23.4-1 1.3-1.8 2.8-1.8 3.3 0 .6-1.3 2.7-3 4.8-1.6 2.1-3 4.1-3 4.5s-2.8 4.6-6.2 9.4c-3.5 4.7-6.8 9.5-7.5 10.6L11 234c-1 1.6-3.7 7.7-6.5 14.5-3.6 8.8-5.9 27.5-3.6 28.9.4.3 1.1 2.2 1.4 4.2C4 292.1 13.1 309.2 29.1 332c17.4 24.8 19.7 30.3 25.4 61.5 5.4 29.6 6.3 33 13.3 48.5 3.7 8.4 11.7 17.9 19.1 22.8 5.6 3.8 19.5 9.9 27.6 12.1 2.2.6 13.5 2.9 25 5.2 11.6 2.2 22.6 4.5 24.5 5.1 6.4 1.9 22.1 8.2 22.6 9 .3.5 2 1.5 3.7 2.3 4 1.8 5.3 2.7 14.4 9.2 4 2.9 7.5 5.3 7.8 5.3s2.9 1.7 5.8 3.8c18.9 13.9 41.9 22.4 55.3 20.6 18.6-2.6 29.3-8 66.4-33.9 14-9.8 25.8-14.7 43-18l13.5-2.6c39.1-7.3 49.4-11.4 62.7-24.5 7.4-7.4 13.5-19.5 17.8-35.4.7-2.5 1.6-5.6 2.1-7s1.3-5.7 1.9-9.5c.9-6.7 4.7-25.4 7-34.3 1.4-5.9 7-19.2 9.2-22.1 1-1.3 1.8-2.8 1.8-3.2 0-.5 2.5-4.3 5.5-8.4 3-4 5.5-7.6 5.5-7.9s2.1-3.4 4.6-6.8c2.5-3.5 5.5-7.9 6.5-9.8 1.1-1.9 2.8-4.9 3.9-6.5 1.1-1.7 2.7-4.6 3.5-6.5.9-1.9 2-4.4 2.5-5.5 5.4-11.7 7.8-24.4 6.2-33.1-1.4-8-3.1-14.6-4.1-15.9-.4-.5-1.5-3-2.5-5.4-2.3-6-10.1-18.7-20-32.7-9.4-13.3-15.5-23.1-17.6-28.4l-2.5-6.5c-2-4.8-4.2-13.4-5.5-21.5-.7-4.1-1.6-8.9-2.1-10.5-.4-1.7-1.1-5.3-1.5-8-.8-6.5-4.8-23.1-6.4-27-.7-1.7-2.1-4.9-3.1-7.2-1.1-2.4-1.9-4.5-1.9-4.9 0-1.1-6.4-10-9.9-13.7-2-2.1-5.7-5.4-8.2-7.2-4.6-3.5-18.4-9.8-24.9-11.5-10.5-2.7-22.1-5.2-35-7.5-8-1.5-16.1-3.1-18-3.7-6.4-1.9-21.5-8.1-23-9.4-.9-.7-2.4-1.7-3.5-2.1s-6-3.5-10.8-6.8L325.5 25l-9.1-6.1c-11.7-7.7-12.7-8.3-21.9-12.2-12.9-5.5-21.8-7.2-31-6zm13.7 14.4c6.7 1.3 18.5 5.8 19.9 7.6.6.7 1.5 1.3 2 1.3.4 0 3.6 1.9 7.1 4.2 3.5 2.4 7 4.7 8 5.3.9.5 6.7 4.4 13 8.6 14.3 9.7 28.3 17.5 33.3 18.8l9.5 2.7c3 .9 9.9 2.5 15.3 3.5l37.2 7.8c14.3 3.7 26 11.1 32.3 20.4 6.4 9.4 10.6 24.2 15.7 55.2.9 5.5 2 10.7 2.5 11.5.4.9 1.1 3.6 1.5 6 .4 2.5 1.1 4.9 1.5 5.5.4.5 1.1 2.5 1.5 4.4s1.8 5.4 3.1 7.8l4.9 8.9c2.4 4.2 7.5 11.9 20.3 30.3 3 4.2 5.6 8.3 6 9.1.3.8 1.6 3.1 2.8 5.1 7 11.3 10.5 26.6 8.4 37.4-1.3 7-4.7 15.9-7.2 19.4-1 1.3-1.8 2.7-1.8 3.2 0 .7-5.2 8.5-20.1 30.4-3 4.4-6 9.1-6.7 10.5a86.8 86.8 0 0 1-3.7 6.5c-4.8 8.1-6.1 11.6-10.4 28.2-1.1 3.9-2.4 10.4-3.1 14.5-4.1 25.2-6.4 34.2-11.4 45.8-4.2 9.6-12 17.9-20.8 22.2-10.7 5.2-10.7 5.2-33.8 10.4-1.4.3-6.3 1.2-11 2.1l-13 2.3c-6 1.2-18.8 4.8-22.5 6.5l-7 3c-2.2 1-14.4 8.7-27.2 17.1-12.7 8.5-23.4 15.4-23.8 15.4s-1.9.8-3.3 1.9c-4.1 2.8-16 6.7-23 7.5-15.8 1.8-26.1-3-66.2-30.5-3.6-2.4-7.6-5-9-5.6-1.4-.7-5.8-3.1-9.7-5.3-4-2.2-9-4.4-11-4.9-2.1-.5-5.1-1.4-6.8-1.9-6.6-2.2-10.4-3.2-19.5-4.8-38.6-6.7-50.3-10.6-61.3-20.4-4.4-4-6.6-7-9.6-13.3-5.2-11.1-6.9-17.9-12.6-49.2-5-27.8-10.3-39-35.5-74.6-4.6-6.6-9.5-14.9-11.6-19.9l-2.4-5.5c-3.2-7.3-4.5-18.6-3-26.2 1.4-6.9 2.4-9.6 6.9-18.3 3.1-5.9 6.4-11.2 22.2-34.5 3-4.4 6-9.1 6.7-10.5a86.8 86.8 0 0 1 3.7-6.5c4.5-7.5 5.6-10.4 9.6-24.5.5-1.9 3.2-14.3 6-27.5l5.5-26.5c.3-1.4.9-3.4 1.4-4.5s1.7-4 2.8-6.5c1-2.5 4.4-7.4 7.4-11.1 6.1-7.1 13.9-11.7 26.8-15.8 6.9-2.1 20.5-5 38.5-8 14.8-2.5 28.1-6.7 37.6-11.9 13.4-7.3 12.4-6.7 31.9-20.7 5.8-4.2 12.1-8.3 14-9.2s4.6-2.4 6-3.3c1.4-1 5.2-2.7 8.5-3.9 10.8-4 17.8-4.8 26.7-3z'/></svg>");

}

.hubhood-pricing-card.hubhood-price-design-2.hubhood-pricing-card-featured .hubhood-price-inner {
        color            : #fff;
        background-image : url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='672' height='672' viewBox='0 0 475 475' preserveAspectRatio='xMidYMid meet' xmlns:v='https://vecta.io/nano'><path fill='rgb(200,150,45)' d='M234.1 2.4c-3.5 1.3-9.8 4.6-14 7.2l-14.6 8.8-6.9 4.1H185c-7.4 0-18-.4-23.5-.9-8.2-.7-11.2-.5-16.5.8-12.3 3.2-18.8 9.2-31.4 29.4-6.7 10.6-12.7 17.2-18.5 20.1-2.2 1.2-8.9 3.8-14.9 6-20.9 7.4-28.3 12.3-33.1 22-3.9 7.5-4.7 10.9-7 28.9-2.7 20.6-3.8 22.7-19.2 38.9-13.3 13.8-18.1 21.1-19.7 30-1.3 7.3-.1 13.9 5.7 31.6 6.9 21 6.9 24.4 0 45.3-6 18.5-7 24-5.7 31.4 1.6 9.2 6.3 16.4 19.7 30.3 15.4 16.2 16.5 18.3 19.2 38.9 2.3 18 3.1 21.4 7 28.9 4.9 9.7 11.6 14.1 33.6 22.2 6.5 2.4 13.3 5.2 15.2 6.1 5.1 2.7 11.3 9.6 17.7 19.8 3.2 5.1 7.8 11.9 10.2 15.1 8.5 11.2 20.7 16.5 35.2 15.3 18.4-1.5 35.7-1.8 39.2-.7 1.9.6 9.3 4.7 16.3 9.1 17.3 10.7 21.8 12.5 32.5 12.5s15.2-1.8 32.5-12.5c7-4.4 14.4-8.5 16.3-9.1 3.5-1.1 20.8-.8 39.2.7 14.5 1.2 26.7-4.1 35.2-15.3 2.4-3.2 7-10 10.2-15.1 6.4-10.1 12.6-17.1 17.6-19.7 1.8-.9 9.7-4.1 17.4-7 20.5-7.6 26.6-11.7 31.6-21.5 3.7-7.4 4.6-10.8 6.9-28.8 2.7-20.6 3.8-22.7 19.2-38.9 13.3-13.8 18.1-21.1 19.7-30 1.3-7.3.1-13.9-5.7-31.6-6.9-21-6.9-24.4 0-45.4 5.8-17.7 7-24.3 5.7-31.6-1.6-8.9-6.4-16.2-19.7-30-15.4-16.2-16.5-18.3-19.2-38.9-2.3-18-3.1-21.4-7-28.9-4.8-9.7-12.2-14.6-33.1-22-6-2.2-12.7-4.8-14.9-6-5.8-2.9-11.8-9.5-18.5-20.1-3.2-5.1-7.8-11.9-10.2-15.1-8.5-11.2-20.7-16.5-35.2-15.3-18.4 1.5-35.7 1.8-39.2.7-1.9-.6-9.3-4.7-16.3-9.1C263.5 3.1 257.7.8 248 .3c-6-.2-8.7.2-13.9 2.1zm26 13.6c3.3 1.7 9.3 5.2 13.2 7.7 4 2.5 10.6 6.2 14.7 8.2 7.3 3.5 7.8 3.6 19.5 3.6 6.6 0 17.7-.4 24.7-.9 11-.8 13.3-.7 17.2.8 5.5 2.1 11.5 8.5 18.1 19.3 14.3 23.1 18 26.2 43.7 35.3 16.7 6 22.9 10.3 26.2 18.1.9 2 2.5 10.7 3.6 19.2 3.5 26.6 5.6 31.2 23.3 49.5 14.8 15.3 16.2 17.7 16.1 26.7 0 5.7-1 10-5.4 23-5 14.9-5.4 16.7-5.4 25.5s.4 10.6 5.4 25.5c4.4 13 5.4 17.3 5.4 23 .1 9-1.3 11.4-16.1 26.7-17.7 18.3-19.8 22.9-23.3 49.5-2.3 17.1-3.6 21.2-8.3 26.1-4 4.2-8.4 6.5-21.7 11.3-25.6 9.2-29.3 12.2-43.5 35.2-6.6 10.8-12.6 17.2-18.1 19.3-3.9 1.5-6.2 1.6-17.2.8-7-.5-18.1-.9-24.7-.9-11.7 0-12.2.1-19.5 3.6-4.1 2-10.8 5.7-14.9 8.3-13.7 8.8-18 10.6-25.7 10.6-7.9 0-13.6-2.3-26.4-10.5-4.1-2.7-10.9-6.4-15-8.4-7.3-3.5-7.8-3.6-19.5-3.6-6.6 0-17.7.4-24.7.9-11 .8-13.3.7-17.2-.8-5.5-2.1-11.5-8.5-18.1-19.3-14.3-23.1-18-26.2-43.7-35.3-16.7-6-22.9-10.3-26.2-18.1-.9-2-2.5-10.7-3.6-19.2-3.5-26.6-5.6-31.2-23.3-49.5-14.8-15.3-16.2-17.7-16.1-26.7 0-5.7 1-10 5.4-23 5-14.9 5.4-16.7 5.4-25.5s-.4-10.6-5.4-25.5c-4.4-13-5.4-17.3-5.4-23-.1-9 1.3-11.4 16.1-26.7 17.7-18.3 19.8-22.9 23.3-49.5 1.1-8.5 2.7-17.2 3.6-19.2 3.3-7.8 9.5-12.1 26.2-18.1 25.7-9.1 29.4-12.2 43.7-35.3 6.6-10.8 12.6-17.2 18.1-19.3 3.9-1.5 6.2-1.6 17.2-.8 7 .5 18.1.9 24.7.9 11.5 0 12.3-.1 19-3.3 3.8-1.8 9.9-5.2 13.5-7.5s9.7-5.8 13.5-7.9c6.2-3.3 7.8-3.8 14.3-3.8 6.1 0 8.2.5 13.3 3z'/></svg>");
        background-image : url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='672' height='672' viewBox='0 0 475 475' preserveAspectRatio='xMidYMid meet' xmlns:v='https://vecta.io/nano'><path fill='rgb(200,150,45)' d='M226.5 1.9c-2.2 1-9.6 5.2-16.4 9.4-15.9 9.8-22.2 11.9-34.9 11.8-5.3 0-13.1-.5-17.2-1-10-1.4-17.9-1.4-22.1 0-5 1.7-11.3 8.2-17.7 18.4C103.3 64.3 98.6 68.2 73.5 77 50.4 85.1 48.4 87.7 45 113.4c-2.2 16.9-4.5 25.2-8.7 31.9-1.4 2.2-7.9 9.7-14.5 16.5-6.5 6.8-12.8 14.3-14 16.6C4.3 184.9 5 191 11.1 209c5.2 15.1 5.3 15.8 5.3 27 0 11.3 0 11.8-5.3 27-6.4 19-6.9 24.2-2.8 31.3 1.6 2.7 7.9 10.1 14.1 16.5 6.2 6.5 12.5 13.6 13.9 15.9 4.2 6.7 6.5 15 8.7 31.8 3.5 26.5 5 28.3 30.4 37.2 22.8 8 28.2 12.4 42.8 35.8 3.1 5 7.5 10.8 9.7 13 6.8 6.8 11.2 7.5 34.1 5.1 22.3-2.4 28.7-.8 49.2 11.7 15.2 9.4 18.3 10.7 25 10.7 6.5 0 10.5-1.8 25.3-11.1 19.2-11.9 26.5-13.7 48.4-11.3 23 2.4 27.3 1.7 34.2-5.1 2.2-2.2 6.6-8 9.7-13 14.6-23.4 20-27.8 42.8-35.8 25.4-8.9 26.9-10.8 30.4-36.8 3.4-26.2 5.1-29.7 22.6-48.1 6.9-7.2 13.5-15 14.7-17.2 3.4-6.6 2.7-12.7-3.4-30.6-5.2-15.2-5.3-15.7-5.3-27 0-11.2.1-11.8 5.3-27 6.1-17.9 6.8-24 3.3-30.6-1.2-2.3-7.5-9.8-14-16.6-6.6-6.8-13.1-14.3-14.5-16.5-4.2-6.7-6.5-15-8.7-31.9-3.4-25.7-5.4-28.3-28.5-36.4-25.1-8.8-29.8-12.7-44.7-36.5-6.4-10.2-12.7-16.7-17.7-18.4-4.2-1.4-12.1-1.4-22.1 0-4.1.5-11.9 1-17.2 1-12.4.1-19-2-32.4-10.3C247.4 2.2 242.5 0 236.1 0c-3.3 0-7.3.8-9.6 1.9z'/></svg>");
        background-image : url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='672' height='672' viewBox='0 0 510 510' preserveAspectRatio='xMidYMid meet' xmlns:v='https://vecta.io/nano'><path fill='rgb(200,150,45)' d='M246.5 1c-5.3 1.1-15.4 4.9-18.5 7-1.4.9-4.1 2.4-6 3.3s-8.2 5-14 9.2c-19.5 14-18.5 13.4-31.9 20.7-9.5 5.2-22.8 9.4-37.6 11.9-18 3-31.6 5.9-38.5 8-12.9 4.1-20.7 8.7-26.8 15.8-3 3.7-6.4 8.6-7.4 11.1L63 94.5c-.5 1.1-1.1 3.1-1.4 4.5l-5.5 26.5-6 27.5c-4 14.1-5.1 17-9.6 24.5a86.8 86.8 0 0 0-3.7 6.5c-.7 1.4-3.7 6.1-6.7 10.5C14.3 217.8 11 223.1 7.9 229c-4.5 8.7-5.5 11.4-6.9 18.3-1.5 7.6-.2 18.9 3 26.2.5 1.1 1.6 3.6 2.4 5.5 2.1 5 7 13.3 11.6 19.9 25.2 35.6 30.5 46.8 35.5 74.6 5.7 31.3 7.4 38.1 12.6 49.2 3 6.3 5.2 9.3 9.6 13.3 11 9.8 22.7 13.7 61.3 20.4 9.1 1.6 12.9 2.6 19.5 4.8 1.7.5 4.7 1.4 6.8 1.9 2 .5 7 2.7 11 4.9l9.7 5.3c1.4.6 5.4 3.2 9 5.6 40.1 27.5 50.4 32.3 66.2 30.5 7-.8 18.9-4.7 23-7.5 1.4-1.1 2.9-1.9 3.3-1.9s11.1-6.9 23.8-15.4c12.8-8.4 25-16.1 27.2-17.1s5.4-2.3 7-3c3.7-1.7 16.5-5.3 22.5-6.5 2.5-.5 8.3-1.5 13-2.3l11-2.1c23.1-5.2 23.1-5.2 33.8-10.4 8.8-4.3 16.6-12.6 20.8-22.2 5-11.6 7.3-20.6 11.4-45.8.7-4.1 2-10.6 3.1-14.5 4.3-16.6 5.6-20.1 10.4-28.2a86.8 86.8 0 0 0 3.7-6.5c.7-1.4 3.7-6.1 6.7-10.5l20.1-30.4c0-.5.8-1.9 1.8-3.2 2.5-3.5 5.9-12.4 7.2-19.4 2.1-10.8-1.4-26.1-8.4-37.4-1.2-2-2.5-4.3-2.8-5.1-.4-.8-3-4.9-6-9.1-12.8-18.4-17.9-26.1-20.3-30.3l-4.9-8.9c-1.3-2.4-2.7-5.9-3.1-7.8s-1.1-3.9-1.5-4.4c-.4-.6-1.1-3-1.5-5.5-.4-2.4-1.1-5.1-1.5-6-.5-.8-1.6-6-2.5-11.5-5.1-31-9.3-45.8-15.7-55.2-6.3-9.3-18-16.7-32.3-20.4-7.5-1.9-12.1-2.9-37.2-7.8-5.4-1-12.3-2.6-15.3-3.5s-7.3-2.1-9.5-2.7c-5-1.3-19-9.1-33.3-18.8l-13-8.6c-1-.6-4.5-2.9-8-5.3-3.5-2.3-6.7-4.2-7.1-4.2-.5 0-1.4-.6-2-1.3-1.4-1.8-13.2-6.3-19.9-7.6-6-1.2-10.8-1.3-16.7-.1z'/></svg>");
}

.hubhood-price-val {
        display     : inline-block;
        font-size   : 28px;
        font-weight : 700;
        line-height : 1;
        position    : relative;
        text-shadow : 1px 1px 0 rgb(0 0 0/50%);
}

.hubhood-price-val > div {
        height: 0;
        padding: 50% 0;
        flex-wrap: wrap;
}

.hubhood-price-val > div > div {
        display: block;
        transform: translate(0,-50%);
        padding: 0;
}

.hubhood-price-val * {
        line-height : 1;
        display     : flex;
}

.hubhood-price-val>*>* {
        display : inline-flex;
}

.hubhood-older-price,
.hubhood-current-price {
        justify-content : center;
        padding : 5px 20px;
}

.hubhood-older-price {
        font-size       : 18px;
        text-decoration : line-through;
        opacity         : 0.5;
        font-weight     : 500;
}

.hubhood-current-price {
        min-width: 155px;
}

.hubhood-pricing-card-featured .hubhood-term-inner:before {
        content       : "";
        position      : absolute;
        top           : 0;
        left          : 0;
        width         : 100%;
        height        : 100%;
        border        : 4px solid var(--hubhood-color);
        border-radius : 4px;
}

.hubhood-style-card-edges-rounded .hubhood-pricing-card-featured .hubhood-term-inner:before {
        border-radius : 20px;
}

.hubhood-pricing-card:nth-child(7n + 1) .hubhood-price-inner {
        transform : rotate(0deg);
}

.hubhood-pricing-card:nth-child(7n + 1) .hubhood-price-inner .hubhood-price-val {
        transform : rotate(-0deg);
}

.hubhood-pricing-card:nth-child(7n + 2) .hubhood-price-inner {
        transform : rotate(22deg);
}

.hubhood-pricing-card:nth-child(7n + 2) .hubhood-price-inner .hubhood-price-val {
        transform : rotate(-22deg);
}

.hubhood-pricing-card:nth-child(7n + 3) .hubhood-price-inner {
        transform : rotate(10deg);
}

.hubhood-pricing-card:nth-child(7n + 3) .hubhood-price-inner .hubhood-price-val {
        transform : rotate(-10deg);
}

.hubhood-pricing-card:nth-child(7n + 4) .hubhood-price-inner {
        transform : rotate(-11deg);
}

.hubhood-pricing-card:nth-child(7n + 4) .hubhood-price-inner .hubhood-price-val {
        transform : rotate(11deg);
}

.hubhood-pricing-card:nth-child(7n + 5) .hubhood-price-inner {
        transform : rotate(-82deg);
}

.hubhood-pricing-card:nth-child(7n + 5) .hubhood-price-inner .hubhood-price-val {
        transform : rotate(82deg);
}

.hubhood-pricing-card:nth-child(7n + 6) .hubhood-price-inner {
        transform : rotate(-18deg);
}

.hubhood-pricing-card:nth-child(7n + 6) .hubhood-price-inner .hubhood-price-val {
        transform : rotate(18deg);
}

.hubhood-pricing-card:nth-child(7n + 7) .hubhood-price-inner {
        transform : rotate(-35deg);
}

.hubhood-pricing-card:nth-child(7n + 7) .hubhood-price-inner .hubhood-price-val {
        transform : rotate(35deg);
}

.hubhood-pricing-card .hubhood-featured-ribbon {
        background-color : var(--hubhood-color);
        color            : #fff;
        text-shadow      : 1px 1px 0 rgb(0 0 0 / 35%);
        margin           : 0;
        position         : absolute;
        top              : -9px;
        right            : 0px;
        font-weight: 600 !important;
        font-size: 14px;
        text-transform: capitalize;
}

.hubhood-pricing-card .hubhood-button {
        position: absolute;
        bottom: 30px;
        left: 30px;
        width: calc(100% - 60px);
        display        : block;
        text-align     : center;
        margin-top     : 30px;
}

.hubhood-pricing-card a:hover~.hubhood-button {
        border           : 4px solid transparent;
        background-color : var(--hubhood-color);
        text-shadow      : 1px 1px 0 rgb(0 0 0 / 35%);
}

.hubhood-price-features-list {
        padding    : 0;
        text-align : center;
        margin     : 0;
        margin-top : 30px;
        list-style : none;
}

.hubhood-price-features-list p {
        font-weight : 400;
        margin      : 0;
        text-transform: capitalize;
}

.hubhood-price-features-list p:before {
        font-family   : FontAwesome;
        color         : var(--hubhood-color);
        position      : relative;
        display       : inline-block;
        padding-right : 10px;
        top           : -1px;
        -webkit-text-stroke-width: 0.001em;
}

.hubhood-price-features-list p.fa-star:before {
        top : -2px;
}

/*******************************************************************************
32 - Review Form
*******************************************************************************/

.hubhood-review-popup label,
.hubhood-claim-popup label,
.hubhood-appointment-popup label,
.hubhood-qrcode-popup label,
.hubhood-quote-popup label,
.hubhood-listing-types-popup label {
        font-weight: 600;
        color: #fff;
}

.hubhood-light-popup .hubhood-popup label,
.hubhood-light-popup .hubhood-popup label,
.hubhood-light-popup .hubhood-popup label,
.hubhood-light-popup .hubhood-popup label {
        color: #252525;
}

.hubhood-review-popup label[for="wp-comment-cookies-consent"] {
        font-weight: 400;        
}

.hubhood-review-popup .hubhood-rating-row label {
        display: table-cell;
}

.hubhood-popup .hubhood-star-ratings {
        margin-top: -15px;
}

.hubhood-rating-row {
        margin-top: 20px;
        display: table;
        width: 100%;
}

.hubhood-popup .hubhood-star-ratings > .hubhood-rating-row:first-child {
        margin-top: 0;
}

.hubhood-review-popup #respond .logged-in-as,
.hubhood-popup .hubhood-star-ratings,
.hubhood-popup .comment-form-comment {
        display: inline-block;
        width: 100%;
        margin: 0;
        margin-top: 25px;
        padding: 30px;
        border-radius: 4px;
        box-shadow: 0 0 27px rgb(0 0 0 / 35%);
        background-color: rgba(255,255,255,0.016);
}

.hubhood-style-general-edges-rounded .hubhood-popup .hubhood-star-ratings {
        border-radius: 20px 20px 0 0;
}

.hubhood-light-popup .hubhood-popup  #respond .logged-in-as {
        box-shadow: none;
}

.hubhood-light-popup .hubhood-popup  .hubhood-star-ratings,
.hubhood-light-popup .hubhood-popup  .comment-form-comment {
        box-shadow: 0 0 27px rgb(0 0 0 / 8%);
}

.hubhood-popup .comment-form-comment,
.hubhood-popup .hubhood-star-ratings {
        margin-left: -30px;
        width: calc(100% + 60px);
}

.hubhood-popup .hubhood-star-ratings {
        margin-top: -30px;
}

.hubhood-review-popup #respond .logged-in-as {
        margin-top: 15px;
        box-shadow: none;
        background-color: transparent;
        padding: 0;
}

.hubhood-popup .hubhood-star-ratings .hubhood-stars-output {
        display: table-cell;
        margin-left: -3px;
        margin-top: 10px;
        text-align: right;
        direction: rtl;
}

.hubhood-popup .hubhood-star-ratings .hubhood-rating-single-star {
        margin: 0px 3px;
}

.hubhood-popup .hubhood-star-ratings .hubhood-rating-single-star {
        -webkit-text-stroke-width: 0.02em;
        text-shadow: 1px 1px 0 #000;
}

.hubhood-light-popup .hubhood-popup  .hubhood-star-ratings .hubhood-rating-single-star {
        text-shadow: none;
}

.hubhood-review-popup #respond .submit {
        width: 100%;
        margin-top: 0;
}

.hubhood-review-popup .comment-reply-title {
        display: none;
}

#hubhood-submit-ratings .hubhood-choose-rating .hubhood-rating-single-star:hover,
#hubhood-submit-ratings .hubhood-choose-rating .hubhood-rating-single-star:hover ~ .hubhood-rating-single-star,
#hubhood-submit-ratings .hubhood-choose-rating .hubhood-rating-single-star.active,
#hubhood-submit-ratings .hubhood-choose-rating .hubhood-rating-single-star.active ~ .hubhood-rating-single-star,
.hubhood-review-popup .hubhood-choose-rating span {
        color: var(--hubhood-color);
}

#hubhood-submit-ratings .hubhood-choose-rating .hubhood-rating-single-star:hover,
#hubhood-submit-ratings .hubhood-choose-rating .hubhood-rating-single-star:hover ~ .hubhood-rating-single-star,
#hubhood-submit-ratings .hubhood-choose-rating .hubhood-rating-single-star.active,
#hubhood-submit-ratings .hubhood-choose-rating .hubhood-rating-single-star.active ~ .hubhood-rating-single-star {
        cursor: pointer;
}

#hubhood-submit-ratings .hubhood-choose-rating .hubhood-rating-single-star:hover::before,
#hubhood-submit-ratings .hubhood-choose-rating .hubhood-rating-single-star:hover ~ .hubhood-rating-single-star::before,
#hubhood-submit-ratings .hubhood-choose-rating .hubhood-rating-single-star.active::before,
#hubhood-submit-ratings .hubhood-choose-rating .hubhood-rating-single-star.active ~ .hubhood-rating-single-star::before {
        content: "\f155";
}

.hubhood-review-restriction-message {
        margin-top: 25px;
        margin-bottom: 25px;
}

.comment-awaiting-moderation.label-info {
        position: relative;
        display: inline-block;
        line-height: 1.7;
        padding: 8px 20px !important;
        color: #fff;
        margin-bottom: 0;
        font-size: 16px;
        max-width: 100%;
        white-space: normal;
        background-color: rgb(35,40,45);
        border-radius: 4px;
        left: 50%;
        transform: translate(-50%, 0);
        margin-bottom: 20px;
}

.hubhood-listing-single-reviews .comment-awaiting-moderation.label-info {
        margin-bottom: 60px;   
}

.hubhood-trending-clock-section {
        background-image : none;
}

.hubhood-trending-update-clock-wrapper {
        text-align     : center;
        color          : #fff;
        font-weight    : 900;
        text-transform : uppercase;
        line-height    : 30px;
}

.hubhood-trending-clock-icon {
        position : relative;
        top      : -1px;
}

.hubhood-trending-update-clock-label {
        padding : 0 10px;
}

.hubhood-trending-update-clock-wrapper * {
        line-height : 30px;
}

.hubhood-trending-update-clock {
        display     : inline-block;
        color       : var(--hubhood-color);
        line-height : 16px;
}

.hubhood-clock-dots {
        position : relative;
        color    : #fff;
        padding  : 0 12px;
        top      : -1px;
}

/* Signin Popup */

.hubhood-popup .hubhood-main-navbar {
        z-index : 5;
}

.hubhood-popup .hubhood-topbar-featured-button:before {
        position : relative;
        left     : -1px;
}

.hubhood-popup.hubhood-has-centralized-content>section {
        min-height : 100vh; /* For browsers without CSS var support */
        min-height : calc(100vh - var(--vh-offset, 0px)); /* Cross browser fix for CSS 'vh' (vh-check script) */
}

.hubhood-content-popup-block {
        box-shadow : -0 -300px 0 rgb(25, 30, 35), 30px 0 0 rgb(25, 30, 35), 30px -300px 0 rgb(25, 30, 35), 30px 300px 0 rgb(25, 30, 35), -300px 0 0 rgb(15, 20, 25), -600px 0 0 rgb(15, 20, 25), -900px 0 0 rgb(15, 20, 25), -1200px 0 0 rgb(15, 20, 25), -1500px 0 0 rgb(15, 20, 25), -1800px 0 0 rgb(15, 20, 25), -2100px 0 0 rgb(15, 20, 25), -300px -300px 0 rgb(15, 20, 25), -600px -300px 0 rgb(15, 20, 25), -900px -300px 0 rgb(15, 20, 25), -1200px -300px 0 rgb(15, 20, 25), -1500px -300px 0 rgb(15, 20, 25), -1800px -300px 0 rgb(15, 20, 25), -2100px -300px 0 rgb(15, 20, 25), -2400px -300px 0 rgb(15, 20, 25);
}

.hubhood-popup:not(.hubhood-popup-overlay-opacity) .hubhood-content-popup-block {
        background-color : rgb(25, 30, 35);
        border-radius    : 4px;
        margin-left      : -15px;
        box-shadow       : -0 -300px 0 rgb(20, 25, 30), 30px 0 0 rgb(25, 30, 35), 30px -300px 0 rgb(20, 25, 30), 30px 300px 0 rgb(25, 30, 35);
}

.hubhood-light-design .hubhood-content-popup-block {
        background-color : rgb(255, 255, 255);
        box-shadow       : -0 -300px 0 rgb(15, 20, 25), 30px 0 0 rgb(255, 255, 255), 30px -300px 0 rgb(15, 20, 25), 30px 300px 0 rgb(255, 255, 255);
}

.hubhood-popup-overlay-opacity .hubhood-content-popup-block {
        box-shadow       : none;
        background-color : transparent;
}

.hubhood-content-popup-block {
        min-width : 430px;
}

.hubhood-popup-overlay-opacity .hubhood-content-popup-block {
        position  : relative;
        left      : 50%;
        transform : translate(-50%, 0);
}

/*******************************************************************************
33 - Ajax Sign In Forms ( Login, Register, Lost Password )
*******************************************************************************/

.hubhood-signin-form-heading {
        font-size     : 0;
        margin-bottom : -20px;
}

.hubhood-signin-form-heading>*:not(h4) {
        font-size : 16px;
}

.woocommerce .woocommerce-breadcrumb,
.hubhood-woo-sorting {
        display: none;
}

.woocommerce-LostPassword {
        text-align: right;
        margin-bottom: 0;
}

.hubhood-signin-form-heading.hubhood-signin-form-heading-full h4 {
        margin-bottom : 30px;
}

.hubhood-signin-form-heading.hubhood-signin-form-heading-full {
        margin : 0 0 30px 0;
}

.hubhood-signin-popup .hubhood-content-popup-block {
        width: auto;
}

.hubhood-signin-popup .hubhood-signin-form-heading {
        display: table;
        min-width: 330px;
        width: auto;
        white-space: nowrap;
}

.hubhood-signin-popup .hubhood-signin-form-heading > div {
        display: table-cell;
        min-width: 150px;
}

.hubhood-signin-popup .hubhood-signin-form-heading > div + div {
        padding-left: 30px;
        min-width: 180px;
}

.hubhood-signin-popup .hubhood-signin-form-heading a {
        width: 100%;
}

.hubhood-content-popup-block-wrapper {
        padding : var(--bs-gutter-x) 0 var(--bs-gutter-x) var(--bs-gutter-x);
}

.hubhood-popup-overlay-opacity .hubhood-content-popup-block-wrapper {
        padding          : var(--bs-gutter-x);
        background-color : rgb(25, 30, 35);
        border-radius    : 4px;
}

body.hubhood-header-topbar-background-color-light:not(.page-template-front-page):not(.single-job_listing) .hubhood-popup .navbar-header {
        background: transparent;
        box-shadow: none;
}

.hubhood-light-popup .hubhood-popup {
        background-color: rgba(255,255,255, 0.96);
}

.hubhood-light-popup .hubhood-popup section {
        background-color: transparent;
}

.hubhood-light-popup .hubhood-popup .nav-link:not([data-bs-toggle="tab"]),
.hubhood-light-popup .hubhood-popup .nav-link:not([data-bs-toggle="tab"]):hover,
.hubhood-light-popup .hubhood-popup .nav-link:not([data-bs-toggle="tab"]):focus {
        color: #252525;
}

.hubhood-light-popup .hubhood-popup .hubhood-action-buttons .hubhood-close-popup {
        background-color: #fff;
        border: 4px solid #f1f1f1 !important;
        box-shadow: none;
        color: #252525;
}

.hubhood-light-popup .hubhood-popup .hubhood-button.hubhood-button-light {
        box-shadow: none;
        background-color: transparent;
        color: #252525;
}

.hubhood-light-popup .hubhood-popup .hubhood-button.hubhood-button-light {
        box-shadow: none;
        background-color: transparent;
        color: #252525;
        border: 4px solid #f1f1f1 !important;
}

.hubhood-light-popup .hubhood-popup .hubhood-button.hubhood-button-grey-light {
        box-shadow: none;
        background-color: #fff;
        color: #bbb;
        text-shadow: none;
}

.hubhood-light-popup .hubhood-popup .hubhood-button.hubhood-button-grey-light[type="submit"] {
        color: #aaa;
}

.hubhood-light-popup .hubhood-popup .hubhood-action-buttons .hubhood-close-popup:before {
        text-shadow: none;
}

.hubhood-light-popup .hubhood-popup .hubhood-content-popup-block-wrapper {
        background-color: #fff;
        box-shadow: 0 0 60px rgba(0,0,0,0.08);
}

.hubhood-vertical-centralizer-wrapper {
        display : table;
        width   : 100%;
}

.hubhood-vertical-centralizer-inner {
        display : table-row;
}

.hubhood-vertical-centralizer-content {
        display        : table-cell;
        height         : calc(100vh - 160px); /* For browsers without CSS var support */
        height         : calc(100vh - ( 160px + var(--vh-offset, 0px) ) ); /* Cross browser fix for CSS 'vh' (vh-check script) */
        vertical-align : middle;
        width          : 100%;
        padding        : 30px 0;
        padding-bottom : 165px;
}

/* Ajax Login */

#hubhood-login-form,
#hubhood-registration-form,
#hubhood-geolocation-form,
#hubhood-report-form,
#hubhood-claim-form,
#hubhood-appointment-form,
#hubhood-quote-form {
        text-align: left;
}

.hubhood-errors {
        max-width: 330px;
        text-align: center;
        position: relative;
        margin-top: 30px;
        display: none;
}

.hubhood-errors a {
        display: block;
}

.alert-success strong {
        text-transform: uppercase;
}

.modal {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1050;
        /* Fix for z-index + fixed in Safari and IOS */
        -webkit-transform: translateZ(1050px);
        -moz-transform: translateZ(1050px);
        -o-transform: translateZ(1050px);
        transform: translateZ(1050px);
        display: none;
        overflow: hidden;
        -webkit-overflow-scrolling: touch;
        outline: 0;
}

.fade.in {
        opacity: 1;
}

.modal-dialog {
        position: relative;
        width: auto;
        margin: 30px 10px;
}

.modal.fade .modal-dialog {
        -webkit-transform: translate(0,-25%);
        -moz-transform: translate(0,-25%);
        -ms-transform: translate(0,-25%);
        -o-transform: translate(0,-25%);
        transform: translate(0,-25%);
}

.modal.in .modal-dialog {
        -webkit-transform: translate(0,0);
        -moz-transform: translate(0,0);
        -ms-transform: translate(0,0);
        -o-transform: translate(0,0);
        transform: translate(0,0);
}

.modal-content {
        position: relative;
        background-color: #fff;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        border: 1px solid #999;
        border: 1px solid rgba(0,0,0,.2);
        outline: 0;
        box-shadow: 0 3px 9px rgba(0,0,0,0.5);
}

.modal-body {
        position: relative;
        padding: 40px;
}

.modal-footer {
        padding: 20px 40px;
        text-align: center;
        border-top: 1px solid #e5e5e5;
}

.modal-backdrop {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1040;
        /* Fix for z-index + fixed in Safari and IOS */
        -webkit-transform: translateZ(1040px);
        -moz-transform: translateZ(1040px);
        -o-transform: translateZ(1040px);
        transform: translateZ(1040px);
        background-color: #000;
}

.modal-backdrop.fade {
        filter: alpha(opacity=0);
        opacity: 0;
}

.modal-backdrop.in {
        filter: alpha(opacity=50);
        opacity: .5;
}

.hubhood-register, .hubhood-login, .hubhood-reset-password, .hubhood-register-footer, .hubhood-login-footer {
        display: none;
}

.hubhood-login {
        display: block;
}

div[data-active-tab="#hubhood-reset-password"] .hubhood-reset-password,
div[data-active-tab="#hubhood-reset-password"] .hubhood-login-footer,
div[data-active-tab="#hubhood-login"] .hubhood-login,
div[data-active-tab="#hubhood-register"] .hubhood-register,
div[data-active-tab="#hubhood-register"] .hubhood-login-footer,
div[data-active-tab="#hubhood-login"] .hubhood-register-footer {
        display: block;
}

.hubhood-loading-login {
        display: none;
}

.alert {
        padding: 30px;
        margin-bottom: 0;
        border: 0;
        border-radius: 3px;
}

.alert>p, .alert>ul {
        margin-bottom: 0;
}

.alert-danger {
        color: #a94442;
        background-color: #f2dede;
        border-color: #ebccd1;
        text-align: center;
}


form ~ .hubhood-errors .alert-warning,
.alert-warning {
        color: #8a6d3b;
        background-color: #fcf8e3;
        border-color: #faebcc;
}

form ~ .hubhood-errors .alert-warning {
        background-color: transparent;
        border: 1px dashed #6c1a1a;
}

.alert-success {
        color: #3c763d;
        background-color: #dff0d8;
        border-color: #d6e9c6;
}

.alert-info {
        color: #31708f;
        background-color: #d9edf7;
        border-color: #bce8f1;
}

.close {
        float: right;
        font-size: 21px;
        font-weight: 700;
        line-height: 1;
        color: #000;
        text-shadow: 0 1px 0 #fff;
        filter: alpha(opacity=20);
        opacity: .2;
}

button.close {
        -webkit-appearance: none;
        padding: 0;
        cursor: pointer;
        background-color: transparent;
        border: 0;
}

#hubhood-user-modal h3 {
        clear: none;
        margin-bottom: 20px;
}

.post-password-form p:last-child {
        margin: 0;
}

.hubhood-social-login,
.hubhood-not-geolocated-user,
.hubhood-popup-text-intro,
.hubhood-claim-textarea-wrapper,
.hubhood-appointment-textarea-wrapper,
.hubhood-quote-textarea-wrapper {
        border-radius: 4px;
        padding: 30px;
        margin-top: 0;
        margin-bottom: 30px;
        border: 0;
        box-shadow: 0 0 27px rgb(0 0 0 / 25%);
}

.hubhood-width-100 {
        width: 100%;
}

.hubhood_appointment_customer_total {
        text-align: center;
        padding: 6px 17px;
        font-weight: 600;
        font-size: 18px;
        background-color: #252525;
        color: #fff;
        border-radius: 4px;
        margin-top: 20px;
        min-height: 45px;
}

.sent-success .hubhood-step {
        display: none !important;
}

.hubhood-step-3 .hubhood-popup-text-intro,
.hubhood-last-step .hubhood-popup-text-intro {
        margin-bottom: -30px;
}

.hubhood-quote-popup .hubhood-step-3 .hubhood-popup-text-intro {
        margin-bottom: 30px;
}

[type="submit"].hubhood-loading-search:before {
        margin-left: -10px;
}

.sent-success .hubhood-step:last-child {
        display: block !important;
}

.hubhood_appointment_total_currency {
        position: absolute;
        background: #fff;
        color: #252525;
        left: 7.5px;
        top: 7px;
        padding: 0 12px;
        font-size: 18px;
        height: 32px;
        line-height: 32px;
        border-radius: 3px;
}

.hubhood-row-separator-negative {
        margin-top: -30px
}

.hubhood-first-user-event-happened .hubhood-button.hubhood-previous-step:before {
        content: "\f177";
        transform: translate(150px);
}

.hubhood-popup-text-intro + .hubhood-popup-text-intro {
        margin-top: -25px;
        padding: 15px 20px !important;
        line-height: 15px;
}

.hubhood-popup-text-description,
.hubhood-popup-text-intro + .hubhood-popup-text-description {
        line-height: 20px !important;
        padding: 12px 20px !important;
}

.hubhood-style-general-edges-rounded .hubhood-not-geolocated-user,
.hubhood-style-general-edges-rounded .hubhood-popup-text-intro {
        border-radius: 20px;
}

.hubhood-light-popup .hubhood-popup .hubhood-not-geolocated-user,
.hubhood-light-popup .hubhood-popup .hubhood-popup-text-intro {
        box-shadow: 7px 7px 20px rgba(0,0,0,0.1);
}

.hubhood-claim-textarea-wrapper,
.hubhood-appointment-textarea-wrapper,
.hubhood-quote-textarea-wrapper {
        padding: 0;
        box-shadow: none;
}


.hubhood-time-pricing-option-plus-wrapper {
        text-align: center;
}

.hubhood-time-pricing-option-plus {
        cursor: pointer;
        background-color: #fff;
        box-shadow: 4px 4px 7px rgba(0,0,0,0.12);
        position: relative;
        z-index: 2;
        text-shadow: none;
}

.hubhood-time-pricing-option-plus:before {
        text-shadow: none !important;
}

.hubhood-time-pricing-option-plus-wrapper .hubhood-delete-data-block {
        display: block;
        right: 15px;
        top: auto;
        bottom: 67px;
}

.hubhood-time-pricing-option-plus-wrapper label {
        text-align: left;
}

.hubhood-time-pricing-option-plus-wrapper .hubhood-data-block-row {
        position: relative;
        margin-top: -30px;
}

.hubhood-time-pricing-option-plus-wrapper .hubhood-data-block-row ~ .hubhood-data-block-row label > .hubhood-field-label {
        display: none;
}

.hubhood-data-block-builder-aside-fields .hubhood-data-block-builder div .hubhood-price-option-currency {
        width: 54px;
        height: 62px;
        padding: 0;
        position: absolute;
        left: 0;
        bottom: 0;
        top: auto;
        margin-bottom: 0px;
}

.hubhood-start-date > label > span {
        padding-left: 30px;
}

.hubhood-user-packages {
        margin-bottom: 90px;
}

form .hubhood-claim-textarea-wrapper textarea.form-control,
form .hubhood-appointment-textarea-wrapper textarea.form-control,
form .hubhood-quote-textarea-wrapper textarea.form-control {
        font-weight: 400;
}

form .hubhood-claim-textarea-wrapper textarea:focus,
form .hubhood-appointment-textarea-wrapper textarea:focu,
form .hubhood-quote-textarea-wrapper textarea:focus {
        border-bottom: 4px solid var(--hubhood-color);
}

textarea.hubhood-empty-required-field {
        border-bottom: 4px solid var(--hubhood-color) !important;
}

.hubhood-claim-textarea-wrapper small,
.hubhood-appointment-textarea-wrapper small,
.hubhood-quote-textarea-wrapper small {
        margin-top: 25px;
        display: block;
        color: #aaa;
}

.hubhood-quotation-select-default-items-wrapper {
        display: inline-block;
        width: 440px;
        max-width: 100%;
        margin-right: 30px;
        margin-top: 25px;
}

.hubhood-quote-builder-action-buttons-wrapper {
        padding: 0px 20px 20px;
        border: 4px solid var(--hubhood-color);
        margin-top: 20px;
}

.hubhood-quote-builder-action-buttons-wrapper .select2-container--default .select2-selection--single .select2-selection__placeholder,
.hubhood-quote-builder-action-buttons-wrapper .select2-selection:after {
        color: var(--hubhood-color); 
}

.hubhood-element-locked input {
        background-color: #eee !important;
}

.hubhood-element-locked:before {        
        font-family: FontAwesome;
        content: "\f023";
        margin: 0;
        width: 18px;
        height: 18px;
        font-size: 15px;
        font-weight: 600;
        line-height: 18px;
        color: #bbb;
        display: inline-block;
        text-align: center;
        position: absolute;
        z-index: 2;
        top: 20px;
        right: 35px;
}

.hubhood-price-option-currency ~ .hubhood-quote-item-quote-val {
        padding-left: 70px !important;
}

.hubhood-all-quotable-items-have-price:not(.hubhood-show-form) .hubhood-popup-text-intro,
.hubhood-all-quotable-items-have-price:not(.hubhood-show-form) .hubhood-quote-input-wrapper,
.hubhood-all-quotable-items-have-price:not(.hubhood-show-form) .hubhood-quote-textarea-wrapper {
        display: none !important;
}

.hubhood-quote-item-title {
        position: relative;
}

.hubhood-is-quotable-product-single .posted_in {
        display: none !important;
}

.hubhood-all-quotable-items-have-price:not(.hubhood-show-form) .hubhood-submit-quote-wrapper {
        margin-top: 0 !important;
}

.hubhood-not-geolocated-user,
.hubhood-popup-text-intro {
        margin-top: 0;
        padding: 30px 20px;
}

.hubhood-popup-text-intro {
        text-align: center;
        margin-left: -30px;
        margin-right: -30px;
        margin-top: -30px;
        background-color: #fff;
        color: #252525;
}

.hubhood-popup-text-intro > span {
        color: #252525;
}

.hubhood-dark-form .hubhood-appointment-subtitle,
.hubhood-dark-form .hubhood-appointment-description {
        color: #fff;
        background-color: rgb(30,35,40)
}

.hubhood-dark-form .hubhood_appointment_customer_total {
        color: #fff;
        background-color: rgb(35,40,45)
}

.lsl-icon-block {
        margin-right: 24px;
}

body .hubhood-social-login .theme-1 i.fa {
        width: 44px;
        height: 44px;
        box-shadow: 8px 8px 12px rgba(0,0,0,0.25);
}

.hubhood-social-login .theme-1 .fa.fa-facebook,
.hubhood-social-login .theme-1 .fa.fa-facebook-f {
        background: rgb(41,77,169);
}

.hubhood-social-login .theme-1 .fa.fa-twitter {
        background: rgb(38,94,185);
        background: #056cb5;
}

.hubhood-social-login .theme-1 .fa.fa-google {
        background: rgb(146,51,33);
}

.hubhood-social-login .theme-1 .fa.fa-instagram {
        background: rgb(110,58,175);
}

.hubhood-social-login .theme-1 .fa.fa-linkedin {
        background: #194e82;
}

.hubhood-social-login .theme-1 .fa.fa-foursquare {
        background: #ad278a;
}

.hubhood-social-login .theme-1 .fa.fa-google {
        background: rgb(181,57,35);
}

.lsl-icon-block {
        margin-bottom: 20px;
}

span.lsl-login-new-text {
        margin-bottom: 30px;
        font-size: 16px;
}

.hubhood-errors > .alert > p:first-child {
        margin-top:0;
}

/*******************************************************************************
34 - Map listing
*******************************************************************************/

.hubhood-map-button-coordinates {
        background-color: #fdf2a0;
        border-radius: 5px;
        font-weight: 600;
}

.hubhood-map-sidebar-listing-thumbnail-squared .hubhood-aside-post .hubhood-listing-rating {
        top: 4px;
        margin-right: -74px;
}

.hubhood-aside-post[data-no-image] .hubhood-listing-rating,
.hubhood-aside-post[data-no-image] .hubhood-claimed-icon,
.hubhood-aside-post[data-no-image] .hubhood-trending-icon,
.hubhood-aside-post[data-no-image]:hover .hubhood-trending-icon,
.hubhood-aside-post[data-no-image] .hubhood-no-map-nav.icon-map-marker-crossed {
        position: relative;
        display: inline-block;
        left: auto;
        right: auto;
        top: 0;
        bottom: auto;
        vertical-align: top;
        margin: 0 5px 10px 5px;
        box-shadow: 0 0 4px rgba(0,0,0,0.35);
        opacity: 1;
}

.hubhood-listing-map {
        position: relative;
        padding: 0;
        z-index: 0;
        margin-top: 0;
}

.hubhood-listing-map .leaflet-container {
        z-index: 0;
}

.single-job_listing .hubhood-listing-map {
        margin-left: 0;
        width: calc(100%);
        margin-bottom: 0;
        overflow: hidden;
        z-index: 10;
}

.hubhood-listing-data-map #map {        
        min-height: 330px;
}

.single-job_listing .hubhood-listing-map,
.single-job_listing .hubhood-listing-map #map {
        border-radius: 4px;
}

.hubhood-style-general-edges-rounded.single-job_listing .hubhood-listing-map,
.hubhood-style-general-edges-rounded.single-job_listing .hubhood-listing-map #map {
        border-radius: 16px;
}

.leaflet-control-container {
        position: unset;
}

.leaflet-left .leaflet-control {
        margin-left: 32px;
}

.leaflet-top .leaflet-control {
        margin-top: 30px;
        border-radius: 4px;
        overflow: hidden;
}

.hubhood-taxonomy-term-content {
        text-align: left;
        background-color: #fff;
        padding: 30px;
        border-radius: 4px;
        margin-bottom: 30px;
        box-shadow: 5px 5px 15px rgba(0,0,0,0.04);
}

.hubhood-taxonomy-term-content > *:last-child,
.hubhood-taxonomy-term-content [data-elementor-id] > section:last-child > *:last-child,
.hubhood-taxonomy-term-content [data-element_type="section"]:last-child .elementor-widget-container > *:last-child {
        margin-bottom: 0 !important;
}

.hubhood-taxonomy-term-content ul,
.hubhood-taxonomy-term-content ol {
        margin-left: 17px;
}

.hubhood-style-general-edges-rounded .leaflet-top .leaflet-control,
.hubhood-style-general-edges-rounded .hubhood-results-count-inner,
.hubhood-style-general-edges-rounded .hubhood-grid-filters,
.hubhood-style-general-edges-rounded .hubhood-listing-widget-icon {
        border-radius: 500px;
}

.hubhood-style-general-edges-rounded .hubhood-listing-widget,
.hubhood-style-general-edges-rounded .hubhood-listing-widget-title,
.hubhood-style-general-edges-rounded .comment-list .comment-box-inner,
.hubhood-style-general-edges-rounded .hubhood-post-comments-wrapper .pingback .comment-box,
.hubhood-style-general-edges-rounded .hubhood-social-share-networks-wrapper .hubhood-social-networks a {
        border-radius: 20px;
}

.hubhood-style-general-edges-rounded .hubhood-design-1-b-2-3-c-8-k .hubhood-listing-widget {
        border-radius: 4px;
}

.hubhood-style-general-edges-rounded .hubhood-grid-filters {
        overflow: hidden;
}

.hubhood-listing-data {
        position: relative;
}

.hubhood-map-button-wrapper {
        position: relative;
        padding: 30px;
        margin-bottom: 30px;
        border: 1px solid rgba(125,125,125,0.2);
        border-radius: 15px;
        height: auto;
        vertical-align: top;
        box-shadow: 8px 8px 14px rgba(0,0,0,0.08);
}

.hubhood-widget-map .hubhood-listing-widget-content {
        padding-top: 0;
}

.leaflet-container .leaflet-control-attribution {
        font-size: 0;
        letter-spacing: 0;
        padding: 0;
        bottom: 30px;
        right: 30px;
        border-radius: 30px;
}

.leaflet-container .leaflet-control-attribution:hover * {
        font-size: 12px;
        padding: 0 0 0 8px;
        border-radius: 30px;
        line-height: 12px;
        background: transparent;
}

.leaflet-control-attribution:after {
        font-family: FontAwesome;
        content: "\f129";
        margin: 0;
        width: 18px;
        height: 18px;
        font-size: 10px;
        font-weight: 600;
        line-height: 18px;
        background-color: rgb(25,30,35);
        color: #fff;
        display: inline-block;
        text-align: center;
        border-radius: 30px;
        cursor: pointer;
        -webkit-text-stroke-width: 0.001em;
}

.leaflet-container .leaflet-control-attribution:hover:after {
        margin-left: 5px;
}

.hubhood-listing-data-map .hubhood-map-button-directions {
        position: absolute;
        bottom: 20px;
        left: 20px;
        z-index: 12;
}

.hubhood-listing-map-footer-buttons .hubhood-map-button-wrapper {
        margin-top: 30px;
        margin-bottom: 0;
}

.hubhood-listing-map-header-buttons .hubhood-map-button-wrapper.hubhood-map-button-address {
        width: 100%;
        min-height: 160px;
        display: table;
        vertical-align: middle;
}

.hubhood-map-button-content {
        margin-top: 25px;
}

.hubhood-listing-map-header-buttons .hubhood-map-button-wrapper.hubhood-map-button-address .hubhood-map-button-content {
        display: table-cell;
        vertical-align: middle;
        margin: 0;
        height: 98px;
}

.hubhood-map-button-link {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 2;
}

.page-template-front-page .hubhood-map-and-page .hubhood-search-results-count-wrapper {
        display: none;
}

.hubhood-map-contact {
        padding: 0;
}

.entry-content .widget_hubhood_listing_map section {
        padding-bottom: 0;
}

.entry-content .hubhood-map-no-title section {
        padding-top: 0;
}

.hubhood-widgetized-map-container {
        position: relative;
        width: 100%;
        left: 0;
}

.widget_hubhood_listing_map .hubhood-widget-inner {
        overflow: hidden;
}

#secondary .widget_hubhood_listing_map .hubhood-aside-list,
.hubhood-site-footer .widget_hubhood_listing_map .hubhood-aside-list,
.hubhood-widgetized-map-container .hubhood-back-listing-button {
        display: none;
}

.hubhood-site-footer .widget_hubhood_listing_map #map,
#secondary .widget_hubhood_listing_map #map {
        width: 100%;
        border-radius: 6px;
}

.entry-content .widget_hubhood_listing_map .hubhood-widget-inner {
        padding-left: 0;
        padding-right: 0;
}

.widget_hubhood_listing_map .hubhood-widget-fail {
        padding-bottom: 80px;
}

.hubhood-map-fail {
        display: none;
        padding: 0 15px;
        text-align: center;
}

.leaflet-show-map-fail .hubhood-map-fail {
        display: block;
}

.leaflet-show-map-fail .hubhood-widgetized-map-container #map {
        background-color: #fff;
        height: 90px;
}


.hubhood-listing-logo-data .hubhood-listing-logo {
        width: 120px;
        height: 120px;
}

.hubhood-listing-logo-data .hubhood-listing-logo-wrapper {
        position: relative;
        bottom: auto;
        right: auto;
        display: inline-block;
        box-shadow: 8px 8px 25px rgba(0,0,0,0.12);
}

.leaflet-popup-content .hubhood-listing-logo-wrapper {
        bottom: auto;
        top: -32px;
        border: 7px solid #fff;
        left: 50%;
        margin-left: -35px;
        right: auto;
}

.leaflet-popup-content .hubhood-listing-logo {
        width: 55px;
        height: 55px;
}


.hubhood-map-view .hubhood-site-footer {
        display: none;
}

.hubhood-site-footer .hubhood-map-launch-wrapper {
        border-radius: 8px;
}

.hubhood-map-listing #map,
#map.hubhood-map-hidden,
.hubhood-mobile-circle-bg-img img,
.hubhood-template-colors a,
.hubhood-card-content .hubhood-card-content-image .hubhood-card-image-inner img,
.hubhood-card-content .hubhood-card-content-image .hubhood-card-content-title-centralizer ~ img {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
}

.hubhood-map-filter-sidebar,
.hubhood-map-listings-sidebar,
.hubhood-listing-archive-map {
        position         : absolute;
        width            : 380px;
        height           : calc(100vh - 90px); /* For browsers without CSS var support */
        height           : calc(100vh - ( 90px + var(--vh-offset, 0px) ) ); /* Cross browser fix for CSS 'vh' (vh-check script) */
        top              : 0;
        left             : 0;
        background-color : #fff;
}

.hubhood-map-filter-sidebar.hubhood-dark-background,
.hubhood-map-listings-sidebar.hubhood-dark-background {
        background-color : rgb(15, 20, 25);
}

.hubhood-map-listings-sidebar:before,
.hubhood-listing-archive-map:before {
        content     : "";
        position    : absolute;
        top         : 0;
        left        : 0;
        border-left : 1px solid rgba(125, 125, 125, 0.20);
        height      : 100%;
}

.hubhood-map-filter-sidebar.hubhood-light-background ~ .hubhood-map-listings-sidebar:before,
.hubhood-map-filter-sidebar.hubhood-light-background ~ .hubhood-listing-archive-map:before {
        display: none;
}

.hubhood-dark-background.hubhood-map-listings-sidebar:before,
.hubhood-dark-background.hubhood-listing-archive-map:before {
        border-left : 1px solid rgba(125, 125, 125, 0.20);
}

.hubhood-map-filter-sidebar.hubhood-dark-background+.hubhood-dark-background {
        box-shadow : none;
}

.hubhood-reset-filters-button-wrapper {
        margin-bottom : 30px;
}

.hubhood-map-filter-sidebar-inner,
.hubhood-map-listings-sidebar-inner,
.hubhood-listing-archive-map-inner {
        width  : 380px;
        height : calc(100vh - 90px); /* For browsers without CSS var support */
        height : calc(100vh - ( 90px + var(--vh-offset, 0px) ) ); /* Cross browser fix for CSS 'vh' (vh-check script) */
}

.hubhood-is-listing-archive #content {
        overflow : hidden;
        height   : calc(100vh - 90px); /* For browsers without CSS var support */
        height   : calc(100vh - ( 90px + var(--vh-offset, 0px) ) ); /* Cross browser fix for CSS 'vh' (vh-check script) */
}

.hubhood-is-listing-archive #content,
.hubhood-map-list-wrapper {
        height : calc(100vh - 90px); /* For browsers without CSS var support */
        height : calc(100vh - ( 90px + var(--vh-offset, 0px) ) ); /* Cross browser fix for CSS 'vh' (vh-check script) */
}

.admin-bar .hubhood-map-filter-sidebar-inner,
.admin-bar .hubhood-map-listings-sidebar-inner,
.admin-bar .hubhood-listing-archive-map-inner,
.admin-bar .hubhood-is-listing-archive #content,
.admin-bar .hubhood-map-list-wrapper {
        height : calc(100vh - 122px); /* For browsers without CSS var support */
        height : calc(100vh - ( 122px + var(--vh-offset, 0px) ) ); /* Cross browser fix for CSS 'vh' (vh-check script) */
}

.hubhood-is-listing-archive #content {
        overflow : hidden;
}

.hubhood-is-listing-archive.admin-bar #content,
.hubhood-listing-archive-map-inner,
.admin-bar .hubhood-map-filter-sidebar-inner,
.admin-bar .hubhood-map-filter-sidebar,
.admin-bar .hubhood-map-listings-sidebar,
.admin-bar .hubhood-listing-archive-map .admin-bar .hubhood-map-list-wrapper {
        height : calc(100vh - 122px); /* For browsers without CSS var support */
        height : calc(100vh - ( 122px + var(--vh-offset, 0px) ) ); /* Cross browser fix for CSS 'vh' (vh-check script) */
}

.hubhood-map-listings-sidebar {
        width : 352.5px;
        left  : 352.5px;
}

.hubhood-map-listings-sidebar-inner {
        width   : 352.5px;
        padding : 30px 0;
}

.hubhood-map-listings-sidebar-inner {
        padding-bottom: 30px;
}

.hubhood-map-filter-sidebar-inner form > .row > .col-sm-12:first-child > .form-group {
        margin-top: 0;
}

.hubhood-map-filter-sidebar-inner .form-group .hubhood-search-filter-orders ~ .select2.select2-container {
        margin-top: 15px;
}

.hubhood-grid-filters {
        display: flex;
        background-color: rgb(30,35,40);
        border-radius: 4px;
        padding: 0;
        margin-bottom: 30px;
        box-shadow: none;
}

.hubhood-grid-filter-button.hubhood-no-map,
.hubhood-grid-filter-button.hubhood-show-cards {
        display: none;
        display: flex;
}

[data-listing-grid-view="hubhood-grid-hide-filters"] .hubhood-grid-filters a {
        display: none;
}

[data-listing-grid-view="hubhood-grid-hide-filters"] .hubhood-grid-filters .hubhood-show-filters {
        display: flex;
}

.hubhood-grid-filter-button {
        display: flex;
        flex-direction: column;
        width: 30000px;
        margin-right: 0;
}

.hubhood-grid-filter-button:last-child {
        margin-right: 0;
}

.hubhood-grid-filter-button-inner {
        border-radius: 4px;
        color: #828282;
        text-align: center;
        width: 100%;       
        height: 44px; 
        line-height: 42px;        
        cursor: pointer;
        font-size: 20px;
}

.hubhood-grid-filter-button.hubhood-grid-filter-selected .hubhood-grid-filter-button-inner {
        box-shadow: 3px 3px 7px rgba(0,0,0,0.3);
        background-color: rgb(40,45,50);
        color: #fff;
}

.hubhood-style-general-edges-rounded .hubhood-grid-filter-button.hubhood-grid-filter-selected .hubhood-grid-filter-button-inner {
        border-radius: 500px;
}

[data-listing-grid-view="hubhood-grid-hide-filters"] .hubhood-map-listings-sidebar .hubhood-grid-filters,
.hubhood-listing-archive-grid-buttons-design-2 .hubhood-grid-filters {
        background-color: transparent;
        box-shadow: none;
        white-space: normal;
        max-width: 100%;
        flex-wrap: wrap;
        overflow: visible;
        align-items: center;
}

[data-listing-grid-view="hubhood-grid-hide-filters"] .hubhood-map-listings-sidebar .hubhood-grid-filters .hubhood-grid-filter-button,
.hubhood-listing-archive-grid-buttons-design-2 .hubhood-grid-filter-button {
        width: 44px;
        height: 44px;
        border-radius: 44px;
        margin-right: 0;
        box-shadow: none;
}

.hubhood-listing-archive-grid-buttons-design-2 .hubhood-grid-filter-button {
        margin-right: 8px !important;
}

[data-listing-grid-view="hubhood-grid-hide-filters"] .hubhood-map-listings-sidebar .hubhood-grid-filters .hubhood-grid-filter-button:not(.hubhood-grid-filter-selected),
.hubhood-listing-archive-grid-buttons-design-2 .hubhood-grid-filter-button:not(.hubhood-grid-filter-selected) {
        width: 44px;
        height: 44px;
}

[data-listing-grid-view="hubhood-grid-hide-filters"] .hubhood-map-listings-sidebar .hubhood-grid-filters .hubhood-grid-filter-button:not(.hubhood-grid-filter-selected) .hubhood-grid-filter-button-inner,
.hubhood-listing-archive-grid-buttons-design-2 .hubhood-grid-filter-button:not(.hubhood-grid-filter-selected) .hubhood-grid-filter-button-inner {
        width: 44px;
        height: 44px;
        line-height: 42px;
        color: #ccc;
}

[data-listing-grid-view="hubhood-grid-hide-filters"] .hubhood-map-listings-sidebar .hubhood-map-filter-sidebar-inner.hubhood-dark-background .hubhood-grid-filters .hubhood-grid-filter-button:not(.hubhood-grid-filter-selected) .hubhood-grid-filter-button-inner,
.hubhood-map-filter-sidebar-inner.hubhood-dark-background .hubhood-grid-filter-button:not(.hubhood-grid-filter-selected) .hubhood-grid-filter-button-inner {
        color: #555;
}

[data-listing-grid-view="hubhood-grid-hide-filters"] .hubhood-map-listings-sidebar .hubhood-grid-filters .hubhood-grid-filter-button:not(.hubhood-grid-filter-selected) .hubhood-grid-filter-button-inner {
        color: #fff;
}

[data-listing-grid-view="hubhood-grid-hide-filters"] .hubhood-results-count-inner {
        border-top-left-radius: 500px;
        border-bottom-left-radius: 500px;
}

[data-listing-grid-view="hubhood-grid-hide-filters"] .hubhood-map-listings-sidebar .hubhood-grid-filters .hubhood-grid-filter-button .hubhood-grid-filter-button-inner,
.hubhood-listing-archive-grid-buttons-design-2 .hubhood-grid-filter-button .hubhood-grid-filter-button-inner {
        width: 44px;
        height: 44px;
        border-radius: 44px;
        margin-right: 0;       
        line-height: 42px; 
        box-shadow: none;
}

[data-listing-grid-view="hubhood-grid-hide-filters"] .hubhood-map-filter-sidebar,
[data-listing-grid-view="hubhood-grid-only-map"] .hubhood-map-filter-sidebar,
[data-listing-grid-view="hubhood-grid-only-cards"] .hubhood-map-filter-sidebar,
[data-listing-grid-view="hubhood-grid-only-map"] .hubhood-map-listings-sidebar,
[data-listing-grid-view="hubhood-grid-only-cards"] .hubhood-listing-archive-map,
[data-listing-grid-view="hubhood-grid-no-map"] .hubhood-listing-archive-map,
[data-listing-grid-view="hubhood-grid-no-map"] .hubhood-map-listings-sidebar .hubhood-grid-filters-wrapper {
        display: none;
}

[data-listing-grid-view="hubhood-grid-only-cards"] .hubhood-map-listings-sidebar,
[data-listing-grid-view="hubhood-grid-only-cards"] .hubhood-map-listings-sidebar .hubhood-map-listings-sidebar-inner {
        width: 100% !important;
        left: 0;
}

[data-listing-grid-view="hubhood-grid-only-cards"] .hubhood-results-count .hubhood-grid-filters {
        background: #fff;
        min-width: calc(100% - 30px);
        padding: 0 15px;
}

[data-listing-grid-view="hubhood-grid-no-map"] .hubhood-map-listings-sidebar {
        width: calc(100% - 380px);
}

[data-listing-grid-view="hubhood-grid-no-map"] .hubhood-map-listings-sidebar .hubhood-map-listings-sidebar-inner {
        width: 100%;
}

[data-listing-grid-view="hubhood-grid-no-map"] .hubhood-map-listings-sidebar .container {
        max-width: 100%;        
}

[data-listing-grid-view="hubhood-grid-no-map"] .hubhood-map-listings-sidebar .hubhood-results-counter-wrapper {
        width: 100%;        
}

[data-listing-grid-view="hubhood-grid-only-map"] .hubhood-listing-archive-map {
        width: 100%;
} 

.hubhood-map-listings-sidebar .hubhood-not-found .hubhood-not-found-icon-wrapper {
        margin-top: 30px;
}

[data-listing-grid-view="hubhood-grid-hide-filters"] .hubhood-map-listings-sidebar .hubhood-grid-filters,
.hubhood-listing-archive-grid-buttons-design-2 .hubhood-map-listings-sidebar .hubhood-grid-filters {
        justify-content: center;
        position: absolute;
        z-index: 10;
}

[data-listing-grid-view="hubhood-grid-hide-filters"] .hubhood-map-listings-sidebar .hubhood-grid-filters .hubhood-grid-filter-button-inner {
        background-color: rgb(40,45,50);
        color: #fff;
}

[data-listing-grid-view="hubhood-grid-hide-filters"] .hubhood-map-listings-sidebar .hubhood-not-found .hubhood-grid-filters {
        left: 50%;
        transform: translate(-22px,-20px);
}

.hubhood-not-found h2 {
        margin-top: 0;
        text-align: center;
        margin-bottom: .5rem;
}

.hubhood-results-count-inner {
        background-color: #fff;
        padding: 7px 25px;
        border-radius: 4px;
        margin-bottom: 30px;
        box-shadow: 5px 5px 15px rgba(0,0,0,0.04);
}

.hubhood-not-found .hubhood-results-count-inner {
        padding: 0;
        background-color: transparent;
        margin-bottom: 10px;
        box-shadow: none;
}

.hubhood-results-counter {
        font-weight: 600;
}

.hubhood-force-full-width-cards .hubhood-default-post,
.hubhood-force-full-width-cards .hubhood-results-counter-wrapper,
.hubhood-force-full-width-cards .hubhood-grid-filters-wrapper {
        width: 100%;
}

.hubhood-grid-filters-wrapper {
        z-index: 3 !important;
}

.hubhood-force-full-width-cards .hubhood-default-post {
        width: 50%;
}

.hubhood-dumb-card-wrapper {
        width: auto;
}

.hubhood-map-filter-sidebar .hubhood-dumb-card-wrapper {
        width: auto;
}

.hubhood-force-full-width-cards-100 .hubhood-default-post {
        width: 100%;
}

.archive .hubhood-not-found-buttons {
        display: none;
}

.hubhood-listing-archive-map {
        width               : calc(100vw - 840px);
        left                : auto;
        right               : 0;
        height              : calc(100vh - 90px); /* For browsers without CSS var support */
        height              : calc(100vh - ( 90px + var(--vh-offset, 0px) ) ); /* Cross browser fix for CSS 'vh' (vh-check script) */
        overflow            : hidden;
        background-size     : cover;
        background-position : center;
}

.hubhood-dark-background .hubhood-relocate-sidebar .hubhood-map-filter-sidebar-inner > .simplebar-track.simplebar-vertical,
.hubhood-dark-background .hubhood-relocate-sidebar .hubhood-map-listings-sidebar-inner > .simplebar-track.simplebar-vertical,
.hubhood-light-background .hubhood-relocate-sidebar .hubhood-map-filter-sidebar-inner > .simplebar-track.simplebar-vertical,
.hubhood-light-background .hubhood-relocate-sidebar .hubhood-map-listings-sidebar-inner > .simplebar-track.simplebar-vertical {
        right: -5px;
        z-index: 5000;
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
        border-radius : 4px;
        left          : 6px;
        top           : 0;
        bottom        : 0;
        width         : 4px;
}

.hubhood-hero-categories-wrapper .simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
        height: 4px;
        opacity: 0.5;
}

.hubhood-frontpage-header-design-2 .hubhood-front-page-hero-section ~ .hubhood-search-box-full .hubhood-hero-categories-container .simplebar-track.simplebar-horizontal .simplebar-scrollbar:before,
.hubhood-frontpage-header-design-3 .hubhood-hero-categories-container .simplebar-track.simplebar-horizontal .simplebar-scrollbar:before,
.hubhood-front-page-hero-section .hubhood-hero-categories-attached-footer .simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
        background-color: #000;
        opacity: 0.3;
        left: 25px;
        max-width: calc(100% - 52px);
}


.hubhood-dark-background .simplebar-track.simplebar-vertical .simplebar-scrollbar:before,
.hubhood-is-listing-archive [id*="job_listing"] .simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
        background : rgb(235,240,245);
}


.hubhood-dark-background .simplebar-track.simplebar-vertical .simplebar-scrollbar:before,
.hubhood-listing-results-column-background-color-dark .simplebar-scrollbar:before {
        background : rgb(160,165,170);
}

.hubhood-map-filter-sidebar-inner.hubhood-dark-background .hubhood-price-range-slider.ui-slider-horizontal .ui-slider-handle:before {
        opacity: 0;
}

.simplebar-track,
.simplebar-track:hover,
.simplebar-wrapper:hover~.simplebar-track {
        opacity : 0.35;
}

.hubhood-dark-background .simplebar-track,
.hubhood-dark-background .simplebar-track:hover,
.hubhood-dark-background .simplebar-wrapper:hover~.simplebar-track,
.hubhood-is-listing-archive [id*="job_listing"] .simplebar-track,
.hubhood-is-listing-archive [id*="job_listing"] .simplebar-track:hover,
.hubhood-is-listing-archive [id*="job_listing"] .simplebar-wrapper:hover~.simplebar-track {
        opacity : 0.30;
}

.hubhood-dark-background .hubhood-map-filter-sidebar-inner > .simplebar-track.simplebar-vertical,
.hubhood-light-background .hubhood-map-filter-sidebar-inner > .simplebar-track.simplebar-vertical {
        opacity: 0.5;        
        right: 1px;
}

.hubhood-light-background .hubhood-map-filter-sidebar-inner > .simplebar-track.simplebar-vertical,
.hubhood-map-filter-sidebar.hubhood-light-background ~ .hubhood-map-listings-sidebar .simplebar-track.simplebar-vertical {
        opacity: 0.2;
}


.hubhood-dark-background .hubhood-map-filter-sidebar-inner > .simplebar-track.simplebar-vertical,
.hubhood-listing-results-column-background-color-dark .simplebar-track.simplebar-vertical {
        opacity: 0.5;
}

.hubhood-light-background .hubhood-map-filter-sidebar-inner > .simplebar-track.simplebar-vertical {
        right: -1px;
}

.form-group .select2-container {
        display    : block;
        width      : 100% !important;
        min-height : 56px;
        height     : auto;
        margin-top : 30px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
        color : inherit;
}

.select2-container--default .select2-selection--multiple,
.select2-container--default.select2-container--focus .select2-selection--multiple {
        border           : 0;
        padding          : 0;
        height: auto;
        padding          : 0;
        padding-right    : 25px;
        background-color : transparent;
}

.hubhood-dark-background .select2-container--default .select2-selection--multiple,
.hubhood-dark-background .select2-container--default.select2-container--focus .select2-selection--multiple,
.hubhood-map-filter-sidebar-inner.hubhood-light-background .select2-container--default .select2-selection--multiple,
.hubhood-map-filter-sidebar-inner.hubhood-light-background .select2-container--default.select2-container--focus .select2-selection--multiple {
        padding          : 13px 0;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
        position : relative;
        top      : -4px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
        border      : 0;
        background  : transparent;
        margin      : 0px 20px 0 0;
        padding     : 0 35px 0 0;
        font-weight : 500;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
        left   : auto;
        right  : 0;
        border : 0;
        color  : #252525;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
        background-color : transparent;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
        padding-left  : 0;
        padding-right : 0;
}

.select2-search.select2-search--inline {
        display : inline-block;
        top     : 0;
        width   : 0px;
        line-height: 34px;
}

.select2-container--open .select2-search.select2-search--inline {
        width : auto;
}

.select2-container--default .select2-search--inline .select2-search__field {
        position    : relative;
        padding     : 0;
        margin-top  : 0px;
        margin-left : 0;
        font-weight : 600;
        min-height: 34px;
        line-height: 30px;
        top: 0;
        color       : #252525;
}

.select2-selection__choice__remove span {
        display          : inline-block;
        background-color : rgba(125, 125, 125, 0.15);
        width            : 26px;
        height           : 26px;
        border-radius    : 20px;
        line-height      : 27px;
        padding-left: 0;
        font-size: 0;
        font-weight: 400;
}

.select2-selection__choice__remove span:before {
        font-family : FontAwesome;
        content: "\f00d";
        font-size: 16px;
        -webkit-text-stroke-width: 0.001em;
}

.select2-container--open .select2-dropdown {
        border     : 0;
        box-shadow : 0 0 60px rgb(0 0 0 / 20%);
}

.hubhood-select2-temp-loading > .select2-container--open {
        opacity: 0;
}

.select2-results__options {
        width: calc(100% + 30px);
}

.select2-results {
        width: 100%;
        overflow-x: hidden;
}

.select2-results__option {
        padding-right: 30px;
}

.select2-container:after {
        content       : "";
        position      : absolute;
        bottom        : 0;
        left          : 0;
        width         : 100%;
        border-bottom : 4px solid rgba(125, 125, 125, 0.15);
}

select:not(.hubhood-custom-select) ~ .select2-container.select2-container--open:after {
        border-bottom : 4px solid var(--hubhood-color);
}

.select2-results__option {
        border-bottom: 1px solid rgba(125,125,125,0.2);
        padding       : 15px 30px;
        font-weight   : 500;
        white-space   : nowrap;
        overflow      : hidden;
        text-overflow : ellipsis;
}

.hubhood-is-dark-select2 .select2-results__option {
        padding: 15px 30px;
        height: 60px;
}

.fa.select2-results__option:not(.hubhood-hide-select2-icon),
.fas.select2-results__option:not(.hubhood-hide-select2-icon) {
        height        : 90px;
        line-height   : 50px;
        padding : 20px 45px 20px 77px;
        padding-right : calc(27px + var(--hubhood-scrollbar-width) );
}

.fa.select2-results__option:not(.hubhood-hide-select2-icon),
.fas.select2-results__option:not(.hubhood-hide-select2-icon) {
        height: 60px;
        line-height: 60px;
        padding: 0px 45px 0px 60px;
        padding-right: calc(27px + var(--hubhood-scrollbar-width) );
}

.hubhood-hide-select2-icon:before {
        display: none !important;
}

.hubhood-block-has-scrollbar:before,
.hubhood-block-has-scrollbar:after {
        font-family : FontAwesome;
        content: "\f062";
        position:  absolute;
        top: 11px;
        right: 3px;
        color: #000;
        font-size: 15px;
        font-weight: 600;
        z-index: 2;
        pointer-events: none;
        opacity: 0.2;
        line-height: 0;
        -webkit-text-stroke-width: 0.001em;
}

.hubhood-is-dark-select2 .hubhood-block-has-scrollbar:before,
.hubhood-is-dark-select2 .hubhood-block-has-scrollbar:after {
        color: #ddd;
}

.hubhood-block-has-scrollbar {
        overflow: hidden;
}

.hubhood-block-has-scrollbar:after {
        content: "\f063";
        top: auto;
        bottom: 11px;
        z-index: 2;
}

.hubhood-block-has-scrollbar .fa.select2-results__option {
        padding-right : calc(13px + var(--hubhood-scrollbar-width) );
}

.select2-container--default .select2-results>.select2-results__options {
        max-height : 360px;
        background-color: rgb(25,30,35);
        color: #fff;
}

.select2-container--open {
        z-index: 6000000;
}

.select2-dropdown--below .select2-results__options {
        border-radius: 0 0 4px 4px;
}

.select2-results__option[id*="newest"]:before {
        -moz-transform: scaleX(-1);
        -o-transform: scaleX(-1);
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable,
.select2-container--default .select2-results__option--selected,
.select2-container--default .select2-results__option--highlighted,
.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option[aria-selected=true],
.select2-container--default .select2-results>.select2-results__options {
        color            : #252525;
        background-color : #fff;
}

.select2-container--default .select2-results__option--selected,
.select2-container--default .select2-results__option--highlighted,
.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option[aria-selected=true] {
        background-color : #fbfbfb;
}

ul[id*="select2-job_listing_opening"] > li:nth-child(2):before {
        color: #277f62;
}

ul[id*="select2-job_listing_opening"] > li:nth-child(3):before {
        color: rgb(208,57,64);
}


.hubhood-is-dark-select2 .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable,
.hubhood-is-dark-select2 .select2-container--default .select2-results__option--selected,
.hubhood-is-dark-select2 .select2-container--default .select2-results__option--highlighted,
.hubhood-is-dark-select2 .select2-container--default .select2-results__option--highlighted[aria-selected],
.hubhood-is-dark-select2 .select2-container--default .select2-results__option[aria-selected=true],
.hubhood-is-dark-select2 .select2-container--default .select2-results>.select2-results__options {
        color            : #fff;
        background-color : rgb(25,30,35);
}

.hubhood-is-dark-select2 ul[id*="select2-job_listing_opening"] > li:nth-child(2):before {
        color: #fff;
}

.hubhood-is-dark-select2 ul[id*="select2-job_listing_opening"] > li:nth-child(3):before {
        color: #fff;
}

.select2-results__options[id*="select2-listing_pricing"] li:before,
.select2-results__options[id*="select2-event_date"] li:before,
.select2-results__options[id*="select2-appointment_date"] li:before {    
        font-family : FontAwesome;
        content: "-";
        display: inline-block;
        position: relative;
        font-weight: 500;
        width: 16px;
        height: 30px;
        vertical-align: top;
        line-height: 30px;
        top: 0;
        left: 0;
        margin-left: -8px;
        text-align: center;
        font-size: 16px;
        -webkit-text-stroke-width: 0.001em;
}

.select2-results__options[id*="select2-listing_pricing"] li:before {
        width: 26px;
        letter-spacing: 0.03em;
}

.select2-results__options[id*="select2-listing_pricing"] li:first-child + li:before {
        content: "\f155";
}

.select2-results__options[id*="select2-listing_pricing"] li:first-child + li + li:before {
        content: "\f155\f155";
}

.select2-results__options[id*="select2-listing_pricing"] li:first-child + li + li + li:before {
        content: "\f155\f155\f155";
}

.select2-results__options[id*="select2-event_date"] li:before,
.select2-results__options[id*="select2-appointment_date"] li:before {
        content: "\f017";
}

.select2-results__options[id*="select2-listing_pricing"] li:first-child:before,
.select2-results__options[id*="select2-event_date"] li:first-child:before,
.select2-results__options[id*="select2-appointment_date"] li:first-child:before {              
        font-family : FontAwesome;
        content: "\f00d";
        font-size: 16px;
        font-weight : 400;
}


.hubhood-is-dark-select2 .select2-container--default .select2-results__option--selected,
.hubhood-is-dark-select2 .select2-container--default .select2-results__option--highlighted,
.hubhood-is-dark-select2 .select2-container--default .select2-results__option--highlighted[aria-selected],
.hubhood-is-dark-select2 .select2-container--default .select2-results__option[aria-selected=true] {
        background-color : rgb(35,40,45);
}

.select2-container--default .select2-results__option--selected {
        padding-right : calc(63px + var(--hubhood-scrollbar-width) );
}

#select2-hubhood_appointment_customer_period-results .select2-results__option--selected {
        padding-right : 15px !important;
}

.hubhood-block-has-scrollbar .fa.select2-results__option.select2-results__option--selected {
        padding-right : calc(46px + var(--hubhood-scrollbar-width) );
}

.select2-container--default [aria-multiselectable="true"] .select2-results__option--selected:after {    
        font-family : FontAwesome;
        content: "\f00d";
        font-size: 16px;
        position         : absolute;
        top              : 50%;
        margin-top       : -13px;
        right            : 54px;
        display          : inline-block;
        text-align       : center;
        border           : 3px solid transparent;
        background-color : rgba(125, 125, 125, 0.15);
        width            : 26px;
        height           : 26px;
        border-radius    : 20px;
        line-height      : 20px;
        font-weight      : 400;
        -webkit-text-stroke-width: 0.001em;
}

.select2-container--default [aria-multiselectable="true"] .select2-results__option--selected.fa:not(.hubhood-hide-select2-icon):after,
.select2-container--default [aria-multiselectable="true"] .select2-results__option--selected.fas:not(.hubhood-hide-select2-icon):after {    
        right            : 44px;
}

.select2-container--default .hubhood-block-has-scrollbar .select2-results__option--selected:after {
        right            : calc(54px - var(--hubhood-scrollbar-width) );        
}

.select2-container--default .hubhood-block-has-scrollbar .select2-results__option--selected.fa:not(.hubhood-hide-select2-icon):after,
.select2-container--default .hubhood-block-has-scrollbar .select2-results__option--selected.fas:not(.hubhood-hide-select2-icon):after {
        right            : calc(44px - var(--hubhood-scrollbar-width) );        
}

.select2-results__option:before {
        position                  : absolute;
        top                       : 20px;
        left                      : 15px;
        background-color          : var(--hubhood-background-color-icon);
        width                     : 48px;
        height                    : 48px;
        border-radius             : 48px;
        font-size                 : 22px;
        padding-left              : 1px;
        text-align                : center;
        line-height               : 42px;
        border: 4px solid #fff;
        -webkit-text-stroke-width : 0.01em;
}

.hubhood-is-dark-select2 .select2-results__option:before {
        color                     : #fff;
        text-shadow               : 1px 1px 0 rgba(0, 0, 0, 0.4), 2px 2px 0 rgba(0, 0, 0, 0.3);
}

.fas.select2-results__option:before {
        -webkit-text-stroke-width : 0;
}

.select2-results__option:before {
        font-size: 18px;
        background-color: transparent;
        border: 0;
        height: 0;
        line-height: 0;
        top: 29px;
        width: 30px;
        text-align: center;
        margin-right: 16px;
}

.select2-selection:after {
        font-family : FontAwesome;
        content     : "\f078";
        position    : absolute;
        top: 0;
        right       : 0;
        font-size   : 18px;
        color       : #d6d6d6;
        font-weight : 600;
        cursor      : pointer;
        width: 50px;
        height: 34px;
        line-height: 34px;
        text-align: right;
        -webkit-text-stroke-width: 0.001em;
}

.hubhood-dark-background .select2-selection:after,
.hubhood-map-filter-sidebar-inner.hubhood-light-background .select2-selection:after {
        height: 90px;
        line-height: 90px;
        top         : -20px;
}

.hubhood-dark-background .select2-selection:after {
        color : #333;
}

.select2-selection:after {
        content     : "\f078";
}

.select2-container--open .select2-selection:after {
        content : "\f077";
        color   : var(--hubhood-color);
}

select[multiple] + .select2 .select2-selection:after {
        content     : "\f067";
}

select[multiple] + .select2.select2-container--open .select2-selection:after {
        content : "\f068";
}

.select2-container--default .select2-selection--single {
        border           : 0;
        background-color : transparent;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
        font-weight : 500;
        padding     : 0;
}

.hubhood-custom-select ~ .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 1.5;
}

.hubhood-buttons-search .hubhood-custom-select ~ .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 2;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
        display : none;
}

.hubhood-map-listings-sidebar {
        background-color : #f4f4f4;
}

.hubhood-listing-results-column-background-color-dark .hubhood-map-listings-sidebar,
.hubhood-listing-results-column-background-color-dark .hubhood-map-listings-sidebar .hubhood-listing-related-wrapper {
        background-color : rgb(20,25,30);
}

.hubhood-listing-results-column-background-color-dark .hubhood-map-listings-sidebar .hubhood-listing-related-wrapper .hubhood-section-title {
        color : #fff;
}

.hubhood-listing-results-column-background-color-dark .hubhood-map-listings-sidebar .hubhood-listing-related-wrapper .hubhood-section-subtitle {
        color: #777;
}

.hubhood-listing-results-column-background-color-dark .hubhood-dumb-card {
        border: 4px dashed #444;
}

.hubhood-listing-results-column-background-color-dark .hubhood-results-count-inner {
        background-color: transparent;
        color: #fff;
        box-shadow: none;
}

.hubhood-listing-search-filter-form-wrapper {
        display: block;
        width: 100%;
}

.hubhood-is-mobile .hubhood-fixed-search-bar .hubhood-listing-search-filter-form-wrapper .hubhood-search-bar-container {
        max-height: calc(100vh - 125px);
        overflow-y: auto;
}

.hubhood-listing-search-filter-form-wrapper:not(.current) {
        width: 100%;
        height: 0;
        overflow: hidden;
}

.hubhood-listing-related-wrapper {
        margin-top: 60px;
        box-shadow: 0 -10px 30px rgba(0,0,0,0.04);
        background-color: #fff;
}

[data-cards-counter="0"] .hubhood-listing-related-wrapper {
        margin-top: 30px;
}

[data-cards-counter="0"] .hubhood-results-counter-wrapper {
        display: none;
}

[data-cards-counter="0"] .hubhood-results-count {
        margin-bottom: 0;
}

.search-results:not(.hubhood-is-listing-archive) .hubhood-listing-related-wrapper {
        margin-top: 0;
        margin-bottom: 0;
        padding-top: 90px;
        padding-bottom: 90px;
}

.hubhood-load-more-section ~ .hubhood-listing-related-wrapper {
        margin-top: 40px;
}

.hubhood-map-listings-sidebar .hubhood-card-slides-preset-height,
.hubhood-map-listings-sidebar .hubhood-card-cover,
.hubhood-map-listings-sidebar .hubhood-card-slides,
.hubhood-map-listings-sidebar .hubhood-card-slide {
        height : 322px;
}

.hubhood-design-1-b-2-3-c-8-k .hubhood-has-review-pre-footer ~ .hubhood-listing-card-footer {
        min-height: 143px;
}

.hubhood-design-1-b-2-3-c-8-k .hubhood-has-review-pre-footer ~ .hubhood-listing-card-footer .fa-ban {
        margin-top: -7px;
}

.hubhood-map-list-wrapper:not([data-listing-grid-view="hubhood-default-listing-archive-view"]) .hubhood-design-1-b-2-3-c-8-k .hubhood-has-review-pre-footer ~ .hubhood-listing-card-footer .fa-ban {
        margin-top: 20px;
}

.hubhood-map-listings-sidebar .hubhood-term-card-icons-vertical .hubhood-listing-card-icon:nth-child(n+4) {
        display : none;
}

.hubhood-design-1-b-2-3-c-6-b-13 .hubhood-card-footer-no-content {
        min-height: 132.25px;
}

.hubhood-map-listings-sidebar .hubhood-card-footer-no-content {
        min-height: 0;
}

[data-listing-grid-view="hubhood-grid-only-cards"] .hubhood-map-listings-sidebar .hubhood-card-footer-no-content,
[data-listing-grid-view="hubhood-grid-hide-filters"] .hubhood-map-listings-sidebar .hubhood-card-footer-no-content,
[data-listing-grid-view="hubhood-grid-no-map"] .hubhood-map-listings-sidebar .hubhood-card-footer-no-content {
        min-height: 0;
}

[data-listing-grid-view="hubhood-grid-only-cards"] .hubhood-map-listings-sidebar-inner .simplebar-content-wrapper,
[data-listing-grid-view="hubhood-grid-only-cards"] .simplebar-wrapper,
[data-listing-grid-view="hubhood-grid-only-cards"] .hubhood-map-listings-sidebar-inner,
[data-listing-grid-view="hubhood-grid-only-cards"] .hubhood-map-listings-sidebar,
[data-current-listing-archive-grid="hubhood-grid-only-cards"] .hubhood-map-list-wrapper[data-listing-grid-view="hubhood-grid-only-cards"],
[data-current-listing-archive-grid="hubhood-grid-only-cards"] #content,
[data-current-listing-archive-grid="hubhood-grid-only-cards"] {
        position: relative !important;
        overflow: auto !important;
        height: auto !important;
        box-sizing: initial !important;
        max-height: none!important;
}

[data-current-listing-archive-grid="hubhood-grid-only-cards"] footer {
        display: block !important;
}

[data-current-listing-archive-grid="hubhood-grid-only-cards"] .hubhood-listing-related-wrapper > .hubhood-container-wrapper > .container > .row {
        padding-bottom: 60px;
}

[data-listing-grid-view="hubhood-grid-only-cards"] .simplebar-placeholder {
        display: none !important;
}

[data-listing-grid-view="hubhood-grid-only-cards"] .hubhood-map-listings-sidebar-inner .simplebar-offset,
[data-listing-grid-view="hubhood-grid-only-cards"] .hubhood-map-listings-sidebar-inner .simplebar-mask {
        position: relative !important;
}

[data-listing-grid-view="hubhood-grid-only-cards"] .hubhood-hero-types-container ~ .hubhood-map-listings-sidebar .hubhood-map-listings-sidebar-inner {
        padding-top: 110px;
}

.hubhood-design-1-b-2-3-c-11-b .hubhood-card-footer-no-content {
        height: auto;
}

.hubhood-design-1-b-2-3-c-11-b .hubhood-card-footer-no-content .hubhood-hero-pricing {
        margin-bottom: 0;
}

.hubhood-map-listings-sidebar .hubhood-listing-related-wrapper .hubhood-card-footer-no-content {
        display: none;
}

[data-listing-grid-view="hubhood-grid-only-cards"] .hubhood-map-listings-sidebar .hubhood-listing-related-wrapper .hubhood-listing-card-footer {
        display: block;
        min-height: 114px;
}

[data-listing-grid-view="hubhood-grid-only-cards"] .hubhood-map-listings-sidebar-container {
        margin-bottom: 60px;
}

.hubhood-terms-wrapperx:not(.hubhood-design-1-b-2-3-c-8-k) .hubhood-map-listings-sidebar .hubhood-listing-card-title {
        -webkit-line-clamp : 1;
        max-height         : 53px;
        margin             : 0;
}

.hubhood-listing-card-toggle-footer,
.hubhood-listing-card-toggle-map {
        position         : absolute;
        top              : auto;
        bottom           : -18px;
        left             : 50%;
        margin-left      : -18px;
        width            : 36px;
        height           : 36px;
        border-radius    : 40px;
        z-index          : 20;
        box-shadow       : 0 7px 10px rgb(0 0 0 / 6%);
        background-color : #fff;
        color            : #252525;
        font-size        : 20px;
        text-align       : center;
        line-height      : 36px;
        cursor           : pointer;
}

.hubhood-design-1-b-2-3-c-6-b-16-e .hubhood-listing-card-toggle-footer {
        bottom           : -14px;
        margin-left      : -16px;
        width            : 32px;
        height           : 32px;
        line-height      : 32px;
}

.hubhood-design-1-b-2-3-c-6-b-16-e .hubhood-card-footer-no-content .hubhood-listing-card-icon.fa-ban,
.hubhood-design-1-b-2-3-c-6-b-16-e .hubhood-card-content .hubhood-card-no-content-icon {
        margin-top: -27px;
}

.hubhood-listing-card-toggle-map {
        display: none;
        left: auto;
        margin-left: auto;
        right: -12px;
        font-size: 18px;
        line-height: 35px;
}

.hubhood-listing-card-toggle-map:before {
        -webkit-text-stroke-width : 0.06em;
}

.hubhood-map-listings-sidebar-inner .hubhood-listing-card-toggle-map.hubhood-listing-no-lat-lng,
.hubhood-is-mobile .hubhood-map-listings-sidebar-inner .hubhood-listing-card-toggle-map {
        display: inline-block;
}

.hubhood-is-mobile .hubhood-map-listings-sidebar-inner .hubhood-related-listings .hubhood-listing-card-toggle-map {
        display: none;
}

.hubhood-listing-card-toggle-map.hubhood-listing-no-lat-lng {
        color: #bbb;
        display: none;
}

.hubhood-is-mobile .hubhood-map-listings-sidebar-inner .hubhood-listing-card-toggle-map.hubhood-listing-no-lat-lng {
        display: inline-block;
}

.hubhood-listing-card-toggle-map.hubhood-listing-no-lat-lng:after {
        content: "";
        position: absolute;
        top: 15px;
        left: 6px;
        width: 25px;
        height: 3px;
        background-color: #bbb;
        transform : rotate(-45deg);
        z-index: 2;
}

.hubhood-map-listings-sidebar.hubhood-dark-background .hubhood-listing-card-toggle-footer,
.hubhood-map-listings-sidebar.hubhood-dark-background .hubhood-listing-card-toggle-map {
        background-color : rgb(25, 30, 35);
        color            : #fff;
        box-shadow       : 0 0 30px rgb(0, 0, 0);
}

.hubhood-map-listings-sidebar.hubhood-dark-background .hubhood-listing-card-toggle-footer.fa-chevron-up,
.hubhood-listing-card-toggle-footer.fa-chevron-up {
        line-height : 32px;
}

.hubhood-map-listings-sidebar.hubhood-dark-background .hubhood-listing-card-toggle-footer.fa-chevron-up,
.hubhood-listing-card-toggle-footer.fa-chevron-up {
        background-color : #fff;
        color            : #252525;
        box-shadow       : 0 7px 10px rgb(0 0 0 / 6%);
}

.hubhood-map-listings-sidebar .hubhood-card-cover {
        box-shadow : none;
}

.hubhood-map-listings-sidebar .hubhood-listing-cards .row>[class*='col-'] {
        min-height : 0 !important;
}

.hubhood-map-listings-sidebar .hubhood-listing-cards .row>[class*='col-'].hubhood-dumb-card-wrapper {
        min-height: 88px !important;
}

.hubhood-listing-card {
        box-shadow : 0 0 30px rgb(0 0 0 / 16%);
}

.hubhood-posts-list .hubhood-listing-card,
.hubhood-listing-cards-design-2 .hubhood-listing-card {
        box-shadow : none;
}

.hubhood-not-found-sticky {
        position: sticky;
        top: 180px;
}

.hubhood-search-filter-submit-wrapper {
        position         : sticky;
        bottom           : 0;
        background-color : #fff;
        z-index          : 5000000;
}

.hubhood-search-filter-submit-wrapper button+* {
        margin-top : 30px;
}

.hubhood-search-filter-submit,
.hubhood-search-filter-reset,
.hubhood-filter-buttons-wrapper .hubhood-search-geolocate-button,
.hubhood-search-geolocation-reset,
.hubhood-search-geolocation-again {
        width : 100%;
}

.hubhood-search-filter-submit {
        border : 4px solid transparent;
}

.hubhood-footer-form-button {
        margin-top: 15px;
}

.hubhood-button.hubhood-button-outline.hubhood-button-outline-light-grey {
        background  : rgba(125, 125, 125, 0.15);
        border      : 4px solid transparent;
        padding     : 3px 21px;
        font-weight : 500;
}

.hubhood-listing-widget.hubhood-listing-widget-light .hubhood-button.hubhood-button-outline.hubhood-button-outline-light-grey,
body .hubhood-listing-widget.hubhood-listing-widget-light .hubhood-date-list-item-buttons .atcb-button {
        background-color: #fafafa;
        color: #252525;
}

.hubhood-listing-widget.hubhood-listing-widget-light .hubhood-button.hubhood-button-outline.hubhood-button-outline-light-grey:hover,
body .hubhood-listing-widget.hubhood-listing-widget-light .hubhood-date-list-item-buttons .atcb-button:hover {
        color: #fff;
        background-color: var(--hubhood-color);
        text-shadow: 1px 1px 0 rgba(0,0,0,0.1);
}

.hubhood-listing-widget.hubhood-listing-widget-theme-color .hubhood-button.hubhood-button-outline.hubhood-button-outline-light-grey,
body .hubhood-listing-widget.hubhood-listing-widget-theme-color .hubhood-date-list-item-buttons .atcb-button {
        background-color: #fafafa;
        color: #252525;
}

.hubhood-listing-widget.hubhood-listing-widget-theme-color .hubhood-button.hubhood-button-outline.hubhood-button-outline-light-grey:hover,
body .hubhood-listing-widget.hubhood-listing-widget-theme-color .hubhood-date-list-item-buttons .atcb-button:hover {
        color: var(--hubhood-color);
        background-color: #fff;
        text-shadow: 1px 1px 0 rgba(0,0,0,0.1);
}

.hubhood-map-filter-sidebar-inner.hubhood-light-background .hubhood-button.hubhood-button-outline.hubhood-button-outline-light-grey {
        color: #999;
}

.hubhood-search-filter-submit:before {
        font-size   : 15px;
        font-weight : 600;
}

.hubhood-search-filter-reset:before {
        font-size   : 18px;
        font-weight : 600;
}

.hubhood-filter-geolocation-button-wrapper {
        border-bottom : 4px solid rgba(125, 125, 125, 0.15);
        padding       : 15px 0;
}

.hubhood-filter-geolocation-button-wrapper .hubhood-no-text-button.hubhood-search-geolocate-button {
        top : 0;
}

.hubhood-dark-background .hubhood-search-filter-submit-wrapper {
        background-color : rgb(15, 20, 25);
}

/*******************************************************************************
35 - Map Marker Clusters
*******************************************************************************/

.leaflet-cluster {
        text-align: center;
        color: #252525;
        font-weight: 700;
}

.leaflet-cluster[style*="opacity: 0.3"] {
        display: none;
}

.leaflet-cluster-content {
        position: absolute;
        z-index: -1;
        border: 1px solid transparent;
        background-color: #fff;
}

.leaflet-cluster:hover .leaflet-cluster-content {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
}

.hubhood-aside-list {
        right: 0 !important;
}

.leaflet-cluster-counter {
        color: #252525 !important;
        line-height: 48px;
        font-weight: 600;
        font-size: 17px;
}

.leaflet-cluster-border {
        display: none;
}

.digits-1 .leaflet-cluster-content {
        border-radius: 50%;
        font-size: 15px;
        font-weight: 400;
        height: 48px;
        width: 48px;
        line-height: 48px;
        margin-top: -24px;
        margin-left: -24px;
        box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.1), -2px -2px 2px 0 rgba(0,0,0,0.1);
}

.digits-2 .leaflet-cluster-content {
        border-radius: 50%;
        font-size: 15px;
        font-weight: 400;
        height: 53px;
        width: 53px;
        line-height: 50px;
        border-width: 3px;
        margin-top: -26px;
        margin-left: -26px;
}

.digits-2 .leaflet-cluster-border {
        border-radius: 50%;
        border-width: 2.4px;
}

.digits-3 .leaflet-cluster-content {
        border-radius: 50%;
        font-size: 15px;
        font-weight: 400;
        height: 66px;
        width: 66px;
        line-height: 49px;
        border-width: 4px;
        margin-top: -33px;
        margin-left: -33px;
}

.digits-3 .leaflet-cluster-border {
        border-radius: 50%;
        border-width: 2.7px;
}

.digits-4 .leaflet-cluster-content {
        border-radius: 50%;
        font-size: 15px;
        font-weight: 400;
        height: 80px;
        width: 80px;
        line-height: 4em;
        border-width: 5px;
        margin-top: -40px;
        margin-left: -40px;
}

.digits-4 .leaflet-cluster-border {
        border-radius: 50%;
        border-width: 3px;
}

.hubhood-icons-counters-terms-design-squared .leaflet-cluster-border,
.hubhood-icons-counters-terms-design-squared .digits-1 .leaflet-cluster-content,
.hubhood-icons-counters-terms-design-squared .digits-2 .leaflet-cluster-content,
.hubhood-icons-counters-terms-design-squared .digits-2 .leaflet-cluster-border,
.hubhood-icons-counters-terms-design-squared .digits-3 .leaflet-cluster-content,
.hubhood-icons-counters-terms-design-squared .digits-3 .leaflet-cluster-border,
.hubhood-icons-counters-terms-design-squared .digits-4 .leaflet-cluster-content,
.hubhood-icons-counters-terms-design-squared .digits-4 .leaflet-cluster-border {
        border-radius: 8px;
}

.leaflet-overlay-pane path {
        stroke: #252525;
        fill: #252525;
}

.marker-cluster {
        background-clip: padding-box;
        border-radius: 20px;
}

.marker-cluster div {
        width: 30px;
        height: 30px;
        margin-left: 5px;
        margin-top: 5px;
        text-align: center;
        border-radius: 15px;
        font-weight: 400;
}

#page .marker-cluster span {
        line-height: 30px;
}

/*******************************************************************************
36 - Footer
*******************************************************************************/

.hubhood-dark-background.hubhood-section-footer {
        background-color : rgb(15, 20, 25) !important;
        box-shadow       : 0 -30px 60px rgb(0 0 0 / 25%), 0 30px 60px rgb(0 0 0 / 25%);
        border-top       : 4px solid rgba(255, 255, 255, 0.02);
        z-index          : 3;
}

.hubhood-is-listing-archive .hubhood-section-footer,
.hubhood-is-listing-archive .hubhood-section-footer~footer {
        display : none;
}


.hubhood-dark-background + .hubhood-dark-background {
        box-shadow : 0 -30px 60px rgb(0 0 0 / 45%), 0 30px 60px rgb(0 0 0 / 45%);
}

.hubhood-dark-background + .widget_hubhood_call_to_action.hubhood-dark-background {
        box-shadow:none;
}

.hubhood-dark-background+.hubhood-dark-background.hubhood-background-image-pattern {
        box-shadow : 30px 30px 90px rgb(0 0 0 / 35%) inset, 10000px 0 0 rgb(15 20 25 / 97%) inset, 0 -20px 20px rgb(255 255 255 / 0%);
}

.hubhood-footer-column .hubhood-dark-background + .hubhood-dark-background {
        box-shadow: none;
        background-color: rgb(15, 20, 25);
}

.hubhood-section-footer .col-sm-4:first-child {
        box-shadow : none;
}

.hubhood-footer * {
        color : #ccc;
}

.hubhood-section-footer ~ .hubhood-footer {
        border-top: 4px solid rgba(255, 255, 255, 0.05);
}

.hubhood-footer .fas,
.hubhood-footer .fa {
        position  : relative;
        color     : #fff;
        top       : -1px;
        font-size : 14px;
}

.hubhood-footer a {
        font-weight : 600;
        color       : #fff;
}

.hubhood-footer-credits {
        font-size: 15px;
}

#colophon > .row > .col-md-12:not(.col-sm-6):not(.col-lg-6) .hubhood-footer-credits {
        text-align: center;
}

.hubhood-footer-content-info {
        display: inline-block;
}

.hubhood-block-inner {
        position : relative;
        z-index  : 3;
}

.hubhood-menu-footer-bottom {
        overflow: hidden;
}

.hubhood-menu-footer-bottom {
        list-style    : none;
        font-size     : 0;
        margin-bottom : -15px;
        margin-right : -12px;
        padding       : 0;
        text-align: right;
}

.hubhood-menu-footer-bottom li {
        display       : inline-block;
        font-size     : 15px;
        margin-left   : 8px;
        margin-bottom : 8px;
}

.hubhood-menu-footer-bottom li a {
        padding : 7px 12px;
}

.hubhood-site-footer {
        width: auto;
        height: auto;
        background-color: #fff;
        opacity: 0;
        background-position: center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        box-shadow:
                0 0 80px rgba(0,0,0,0.3) inset,
                10000px 0 rgba(255,255,255,0.88) inset;
}

.hubhood-menu-footer-bottom .dropdown-menu {
        display: none;
}

.hubhood-footer-dark .hubhood-site-footer {
        background-color: #23282d;
        border-top: 0;
        box-shadow: none;
}

.hubhood-footer-dark .hubhood-site-footer .hubhood-newsletter-field input[type="email"] {
        box-shadow: 6px 6px 10px rgba(0,0,0,0.25);
}

.hubhood-footer-dark .hubhood-site-footer .hubhood-newsletter-field input {
        color: #252525;
}

.hubhood-footer-dark .hubhood-site-footer .hubhood-social-networks a {
        box-shadow: 4px 4px 4px rgba(0,0,0,0.25);
}

.hubhood-loaded .hubhood-site-footer {
        opacity: 1;
}

.hubhood-map-view .hubhood-site-footer {
        display: none;
}

.hubhood-site-footer-inner {
        width: 100%;
        overflow: hidden;
}

.hubhood-footer-widgets {
        position: relative;
        padding-top: 80px;
        padding-bottom: 80px;
        margin-bottom: -60px;
}

.hubhood-footer-column {
        position: relative;
        border-radius: 0;
}

.hubhood-footer-column {
        text-align: left;
}

.hubhood-force-inline .hubhood-widget-page-link {
        display: inline-block;
        margin: 0;
        padding: 6px 16px 6px 0;
}

.hubhood-force-inline .hubhood-widget-page-link a {
        padding: 0;
}

.hubhood-footer-column section {
        position: relative;
        z-index: 0;
}

.footer-icon {
        padding-bottom: 6px;
}

#page .textwidget span {
        display: inline-block;
}

.hubhood-footer-column .hubhood-card-content:hover .hubhood-card-content-image,
.hubhood-footer-column .hubhood-card-content:hover .hubhood-card-content-image {
        opacity: 1;
}

.hubhood-social-networks {
        position: relative;
        height: 120%;
        text-shadow: 1px 1px rgba(0,0,0,0.5);
        font-size: 0;
}

.hubhood-listing-social .hubhood-social-networks,
.hubhood-social-share-networks-wrapper .hubhood-social-networks {
        width: calc(100% + 30px);
        margin-bottom: -30px;
        font-size: 0;
        letter-spacing: 0;
}

.hubhood-social-network-title {
        font-size: 16px;
        color: #252525;
        text-shadow: none;
        text-align: center;
        line-height: 14px;
        margin-top: 25px;
}

.hubhood-site-footer .hubhood-social-networks .hubhood-widget-content {
        margin-top: -8px;
}

.hubhood-social-networks .hubhood-widget-content {
        letter-spacing: 0;
        font-size: 0;
}

.entry-content .hubhood-social-networks .hubhood-widget-content {
        text-align: center;
}

.widget .hubhood-social-networks .hubhood-widget-content {
        margin-top: -6px;
}

.hubhood-social-networks a {
        background-color: transparent;
}

.hubhood-social-networks a,
.hubhood-social-network-icon,
.hubhood-post-social-share ul li i:before,
.hubhood-footer-menu a[href*="facebook.com"],
.hubhood-footer-menu a[href*="twitter.com"],
.hubhood-footer-menu a[href*="linkedin."],
.hubhood-footer-menu a[href*="instagram.com"],
.hubhood-footer-menu a[href*="pinterest.com"],
.hubhood-footer-menu a[href*="vimeo.com"],
.hubhood-footer-menu a[href*="vk.com"],
.hubhood-footer-menu a[href*="twitch.com"],
.hubhood-footer-menu a[href*="tiktok.com"],
.hubhood-footer-menu a[href*="snapchat.com"],
.hubhood-footer-menu a[href*="facebook.com"],
.hubhood-footer-menu a[href*="youtube.com"],
.hubhood-footer-menu a[data-menu-item-title*="skype"],
.hubhood-footer-menu a[data-menu-item-title*="whatsapp"],
.hubhood-footer-menu a[href*="whatsapp.com"] {
        position: relative;
        z-index: 2;
        display: inline-block;
        width: 44px;
        border-radius: 50%;
        text-align: center;
        margin: 8px 12px 0 0;
        width: 40px;
        height: 40px;
        color: #fff;
}

.hubhood-light-popup .hubhood-popup .hubhood-social-networks a,
.hubhood-light-popup .hubhood-popup .hubhood-social-networks a *,
.hubhood-light-popup .hubhood-popup .hubhood-social-networks a *:before {
        color: #252525;
        text-shadow: none;
}

.hubhood-light-popup .hubhood-popup .hubhood-social-networks a {
        box-shadow: 7px 7px 20px rgba(0,0,0,0.1);
}

.hubhood-social-network-icon {
        margin: 0;
}

.hubhood-listing-social .hubhood-social-networks a,
.hubhood-social-share-networks-wrapper .hubhood-social-networks a {
        width: calc(50% - 30px);
        margin-left: 0;
        margin-right: 30px;
        margin-bottom: 30px;
        border-radius: 4px;
        padding: 30px 15px;
        height: auto;
        vertical-align: top;
        box-shadow: 7px 7px 20px rgba(0,0,0,0.3);
}

.entry-content .hubhood-social-networks a {
        margin-left: 4px;
        margin-right: 4px;
}

.hubhood-post-social-share .hubhood-social-networks .fa-facebook,
.hubhood-post-social-share .hubhood-social-networks .fa-facebook-f,
.hubhood-site-footer .hubhood-footer-credits .hubhood-footer-menu a[href*="facebook.com"],
.hubhood-site-footer .hubhood-footer-credits .hubhood-footer-menu li>a[href*="facebook.com"]:hover,
.hubhood-site-footer .hubhood-footer-credits .hubhood-footer-menu li>a[href*="facebook.com"]:focus,
.hubhood-post-social-share ul li a i[class*="facebook"]:before {
        background-color: rgb(30,35,40);
}

.hubhood-post-social-share .hubhood-social-networks .fa-twitch,
.hubhood-post-social-share .hubhood-social-networks .fa-twitch-f,
.hubhood-site-footer .hubhood-footer-credits .hubhood-footer-menu a[href*="twitch.com"],
.hubhood-site-footer .hubhood-footer-credits .hubhood-footer-menu li>a[href*="twitch.com"]:hover,
.hubhood-site-footer .hubhood-footer-credits .hubhood-footer-menu li>a[href*="twitch.com"]:focus,
.hubhood-post-social-share ul li a i[class*="twitch"]:before {
        background-color: rgb(30,35,40);
}

.hubhood-post-social-share .hubhood-social-networks .fa-tiktok,
.hubhood-post-social-share .hubhood-social-networks .fa-tiktok-f,
.hubhood-site-footer .hubhood-footer-credits .hubhood-footer-menu a[href*="tiktok.com"],
.hubhood-site-footer .hubhood-footer-credits .hubhood-footer-menu li>a[href*="tiktok.com"]:hover,
.hubhood-site-footer .hubhood-footer-credits .hubhood-footer-menu li>a[href*="tiktok.com"]:focus,
.hubhood-post-social-share ul li a i[class*="tiktok"]:before {
        background-color: rgb(30,35,40);
}

.hubhood-site-footer .hubhood-footer-credits .hubhood-footer-menu a[href*="tiktok.com"],
.hubhood-site-footer .hubhood-footer-credits .hubhood-footer-menu li>a[href*="tiktok.com"]:hover,
.hubhood-site-footer .hubhood-footer-credits .hubhood-footer-menu li>a[href*="tiktok.com"]:focus {
        background-color: rgb(30,35,40);
        box-shadow: 7px 7px 14px rgb(0 0 0 / 40%), 0 0 60px rgb(255 255 255 / 10%);
}

.hubhood-post-social-share .hubhood-social-networks .fa-snapchat,
.hubhood-post-social-share .hubhood-social-networks .fa-snapchat-f,
.hubhood-site-footer .hubhood-footer-credits .hubhood-footer-menu a[href*="snapchat.com"],
.hubhood-site-footer .hubhood-footer-credits .hubhood-footer-menu li>a[href*="snapchat.com"]:hover,
.hubhood-site-footer .hubhood-footer-credits .hubhood-footer-menu li>a[href*="snapchat.com"]:focus,
.hubhood-post-social-share ul li a i[class*="snapchat"]:before {
        background-color: rgb(30,35,40);
}

.hubhood-post-social-share .hubhood-social-networks .fa-twitter,
.hubhood-site-footer .hubhood-footer-credits .hubhood-footer-menu a[href*="twitter.com"],
.hubhood-site-footer .hubhood-footer-credits .hubhood-footer-menu li>a[href*="twitter.com"]:hover,
.hubhood-site-footer .hubhood-footer-credits .hubhood-footer-menu li>a[href*="twitter.com"]:focus,
.hubhood-post-social-share ul li a i[class*="twitter"]:before {
        background-color: rgb(30,35,40);
}

.hubhood-post-social-share .hubhood-social-networks .fa-linkedin,
.hubhood-post-social-share .hubhood-social-networks .fa-linkedin-in,
.hubhood-site-footer .hubhood-footer-credits .hubhood-footer-menu a[href*="linkedin."],
.hubhood-site-footer .hubhood-footer-credits .hubhood-footer-menu li>a[href*="linkedin."]:hover,
.hubhood-site-footer .hubhood-footer-credits .hubhood-footer-menu li>a[href*="linkedin."]:focus,
.hubhood-post-social-share ul li a i[class*="twitter"]:before {
        background-color: rgb(30,35,40);
}

.hubhood-post-social-share .hubhood-social-networks .fa-whatsapp,
.hubhood-site-footer .hubhood-footer-credits .hubhood-footer-menu a[href*="whatsapp.com"],
.hubhood-site-footer .hubhood-footer-credits .hubhood-footer-menu li>a[href*="whatsapp.com"]:hover,
.hubhood-site-footer .hubhood-footer-credits .hubhood-footer-menu li>a[href*="whatsapp.com"]:focus,
.hubhood-post-social-share ul li a i[class*="whatsapp"]:before {
        background-color: rgb(30,35,40);
}

.hubhood-post-social-share .hubhood-social-networks .fa-telegram,
.hubhood-site-footer .hubhood-footer-credits .hubhood-footer-menu a[href*="telegram.com"],
.hubhood-site-footer .hubhood-footer-credits .hubhood-footer-menu li>a[href*="telegram.com"]:hover,
.hubhood-site-footer .hubhood-footer-credits .hubhood-footer-menu li>a[href*="telegram.com"]:focus,
.hubhood-post-social-share ul li a i[class*="telegram"]:before {
        background-color: rgb(30,35,40);
}

.hubhood-post-social-share .hubhood-social-networks .fa-linkedin,
.hubhood-site-footer .hubhood-footer-credits .hubhood-footer-menu a[href*="linkedin.com"],
.hubhood-site-footer .hubhood-footer-credits .hubhood-footer-menu li>a[href*="linkedin.com"]:hover,
.hubhood-site-footer .hubhood-footer-credits .hubhood-footer-menu li>a[href*="linkedin.com"]:focus,
.hubhood-post-social-share ul li a i[class*="linkedin"]:before {
        background-color: rgb(30,35,40);
}

.hubhood-post-social-share .hubhood-social-networks .fa-tumblr,
.hubhood-site-footer .hubhood-footer-credits .hubhood-footer-menu a[href*="tumblr.com"],
.hubhood-site-footer .hubhood-footer-credits .hubhood-footer-menu li>a[href*="tumblr.com"]:hover,
.hubhood-site-footer .hubhood-footer-credits .hubhood-footer-menu li>a[href*="tumblr.com"]:focus,
.hubhood-post-social-share ul li a i[class*="tumblr"]:before {
        background-color: rgb(30,35,40);
}

.hubhood-post-social-share .hubhood-social-networks .fa-envelope-o,
.hubhood-post-social-share ul li a i[class*="envelope-o"]:before {
        background-color: rgb(30,35,40);
}

.hubhood-post-social-share .hubhood-social-networks .icon-copy,
.hubhood-post-social-share ul li a i[class*="icon-copy"]:before {
        background-color: rgb(30,35,40);
}

.hubhood-post-social-share .hubhood-social-networks .fa-google-plus {
        background-color: rgb(30,35,40);
}

.hubhood-post-social-share .hubhood-social-networks .fa-pinterest,
.hubhood-site-footer .hubhood-footer-credits .hubhood-footer-menu a[href*="pinterest.com"],
.hubhood-site-footer .hubhood-footer-credits .hubhood-footer-menu li>a[href*="pinterest.com"]:hover,
.hubhood-site-footer .hubhood-footer-credits .hubhood-footer-menu li>a[href*="pinterest.com"]:focus,
.hubhood-post-social-share ul li a i[class*="pinterest"]:before {
        background-color: rgb(30,35,40);
}

.hubhood-post-social-share ul li a i.fa-share-alt:before {
        background-color: rgb(30,35,40);
}

.hubhood-post-social-share .hubhood-social-networks .fa-instagram,
.hubhood-site-footer .hubhood-footer-credits .hubhood-footer-menu a[href*="instagram.com"],
.hubhood-site-footer .hubhood-footer-credits .hubhood-footer-menu li>a[href*="instagram.com"]:hover,
.hubhood-site-footer .hubhood-footer-credits .hubhood-footer-menu li>a[href*="instagram.com"]:focus {
        background-color: rgb(30,35,40);
}

.hubhood-post-social-share .hubhood-social-networks .fa-foursquare {
        background-color: rgb(30,35,40);
}

.hubhood-post-social-share .hubhood-social-networks .fa-tripadvisor,
.hubhood-site-footer .hubhood-footer-credits .hubhood-footer-menu a[href*="tripadvisor.com"],
.hubhood-site-footer .hubhood-footer-credits .hubhood-footer-menu li>a[href*="tripadvisor.com"]:hover,
.hubhood-site-footer .hubhood-footer-credits .hubhood-footer-menu li>a[href*="tripadvisor.com"]:focus {
        background-color: rgb(30,35,40);
}

.hubhood-post-social-share .hubhood-social-networks .fa-youtube,
.hubhood-site-footer .hubhood-footer-credits .hubhood-footer-menu a[href*="youtube.com"],
.hubhood-site-footer .hubhood-footer-credits .hubhood-footer-menu li>a[href*="youtube.com"]:hover,
.hubhood-site-footer .hubhood-footer-credits .hubhood-footer-menu li>a[href*="youtube.com"]:focus {
        background-color: rgb(30,35,40);
}

.hubhood-site-footer .hubhood-footer-credits .hubhood-footer-menu a[data-menu-item-title*="skype"],
.hubhood-site-footer .hubhood-footer-credits .hubhood-footer-menu li>a[data-menu-item-title*="skype"]:hover,
.hubhood-site-footer .hubhood-footer-credits .hubhood-footer-menu li>a[data-menu-item-title*="skype"]:focus {
        background-color: rgb(30,35,40);
}

.hubhood-site-footer .hubhood-footer-credits .hubhood-footer-menu a[data-menu-item-title*="whatsapp"],
.hubhood-site-footer .hubhood-footer-credits .hubhood-footer-menu li>a[data-menu-item-title*="whatsapp"]:hover,
.hubhood-site-footer .hubhood-footer-credits .hubhood-footer-menu li>a[data-menu-item-title*="whatsapp"]:focus,
.hubhood-site-footer .hubhood-footer-credits .hubhood-footer-menu a[href*="whatsapp.com"],
.hubhood-site-footer .hubhood-footer-credits .hubhood-footer-menu li>a[href*="whatsapp.com"]:hover,
.hubhood-site-footer .hubhood-footer-credits .hubhood-footer-menu li>a[href*="whatsapp.com"]:focus {
        background-color: rgb(30,35,40);
}

.hubhood-post-social-share .hubhood-social-networks .fa-vimeo,
.hubhood-site-footer .hubhood-footer-credits .hubhood-footer-menu a[href*="vimeo.com"],
.hubhood-site-footer .hubhood-footer-credits .hubhood-footer-menu li>a[href*="vimeo.com"]:hover,
.hubhood-site-footer .hubhood-footer-credits .hubhood-footer-menu li>a[href*="vimeo.com"]:focus {
        background-color: rgb(30,35,40);
}

.hubhood-post-social-share .hubhood-social-networks .fa-vk,
.hubhood-site-footer .hubhood-footer-credits .hubhood-footer-menu a[href*="vk.com"],
.hubhood-site-footer .hubhood-footer-credits .hubhood-footer-menu li>a[href*="vk.com"]:hover,
.hubhood-site-footer .hubhood-footer-credits .hubhood-footer-menu li>a[href*="vk.com"]:focus {
        background-color: rgb(30,35,40);
}

.hubhood-post-social-share .hubhood-social-networks a:before,
.hubhood-social-network-icon.fa:before,
.hubhood-social-network-icon.icon:before,
.hubhood-footer-menu a[href*="facebook.com"]:before,
.hubhood-footer-menu a[href*="twitter.com"]:before,
.hubhood-footer-menu a[href*="linkedin."]:before,
.hubhood-footer-menu a[href*="instagram.com"]:before,
.hubhood-footer-menu a[href*="pinterest.com"]:before,
.hubhood-footer-menu a[href*="vimeo.com"]:before,
.hubhood-footer-menu a[href*="vk.com"]:before,
.hubhood-footer-menu a[href*="youtube.com"]:before,
.hubhood-footer-menu a[href*="twitch.com"]:before,
.hubhood-footer-menu a[href*="tiktok.com"]:before,
.hubhood-footer-menu a[href*="snapchat.com"]:before,
.hubhood-footer-menu a[data-menu-item-title*="skype"]:before,
.hubhood-footer-menu a[data-menu-item-title*="whatsapp"]:before,
.hubhood-footer-menu a[href*="whatsapp.com"]:before,
.hubhood-post-social-share ul li a i:before,
.hubhood-social-share-popup .hubhood-social-network-icon:before {
        position: absolute;
        top: 0;
        left: 0;
        display: inline-block;
        font-size: 18px;
        border-radius: 50%;
        text-align: center;
        width: 48px;
        height: 48px;
        line-height: 48px;
}

.hubhood-social-network-icon.fa.fa-whatsapp:before {
        font-size: 24px;
}

.hubhood-social-network-icon.fa.fa-telegram:before {
        font-size: 21px !important;
}

.hubhood-buttons-squared  .hubhood-post-social-share ul li a i:before {
        border-radius: 8px;
}

.hubhood-social-share-popup .hubhood-social-network-icon.icon-copy:before {
        font-size: 20px;
        font-weight: 600;
}

.hubhood-post-social-share ul li a i:before {
        position: relative;
        margin-left: 0;
        margin-right: 0;
        margin-top: 0;
}

.hubhood-post-social-share .hubhood-social-networks .hubhood-social-network-icon.fa-foursquare:before {
        line-height: 45px;
        padding-left: 3px;
}

.hubhood-post-social-share .hubhood-social-networks a:hover,
.hubhood-post-social-share .hubhood-social-networks a:focus,
.hubhood-footer-menu a[href*="facebook.com"]:hover,
.hubhood-footer-menu a[href*="facebook.com"]:focus,
.hubhood-footer-menu a[href*="twitter.com"]:hover,
.hubhood-footer-menu a[href*="twitter.com"]:focus,
.hubhood-footer-menu a[href*="linkedin."]:hover,
.hubhood-footer-menu a[href*="linkedin."]:focus,
.hubhood-footer-menu a[href*="instagram.com"]:hover,
.hubhood-footer-menu a[href*="instagram.com"]:focus,
.hubhood-footer-menu a[href*="pinterest.com"]:hover,
.hubhood-footer-menu a[href*="pinterest.com"]:focus,
.hubhood-footer-menu a[href*="vimeo.com"]:hover,
.hubhood-footer-menu a[href*="vimeo.com"]:focus,
.hubhood-footer-menu a[href*="vk.com"]:hover,
.hubhood-footer-menu a[href*="vk.com"]:focus,
.hubhood-footer-menu a[href*="youtube.com"]:hover,
.hubhood-footer-menu a[href*="youtube.com"]:focus,
.hubhood-footer-menu a[href*="twitch.com"]:hover,
.hubhood-footer-menu a[href*="twitch.com"]:focus,
.hubhood-footer-menu a[href*="tiktok.com"]:hover,
.hubhood-footer-menu a[href*="tiktok.com"]:focus,
.hubhood-footer-menu a[href*="snapchat.com"]:hover,
.hubhood-footer-menu a[href*="snapchat.com"]:focus,
.hubhood-footer-menu a[data-menu-item-title*="skype"]:hover,
.hubhood-footer-menu a[data-menu-item-title*="skype"]:focus,
.hubhood-footer-menu a[data-menu-item-title*="whatsapp"]:hover,
.hubhood-footer-menu a[data-menu-item-title*="whatsapp"]:focus,
.hubhood-footer-menu a[href*="whatsapp.com"]:hover,
.hubhood-footer-menu a[href*="whatsapp.com"]:focus,
.hubhood-post-social-share ul li a:hover i:before,
.hubhood-post-social-share ul li a:focus i:before {
        opacity: 0.8;
        color: #fff;
}

.apsl-login-networks .hubhood-social-networks a {
        padding: 0;
        margin: 0;
        width: auto;
        border: 0;
        border-radius: 50%;
        text-align: center;
        height: 40px;
        margin: 5px;
}

.apsl-icon-block {
        margin: 0;
}

.apsl-icon-block i {
        width: 40px;
        height: 40px;
}

.widget-links a {
        position: relative;
        display: inline-block;
        margin-left: 8px;
        margin-right: 8px;
        margin-bottom: 0;
        text-align: center;
        color: rgba(255,255,255,0.7);
}

.widget-links a,
.hubhood-footer-contact-data {
        color: rgba(255,255,255,1);
}

.widget-links a:hover {
        color: rgba(255,255,255,0.7);
}

.hubhood-site-footer .hubhood-footer-credits {
        background-color: rgb(35,40,45);
        color: #fff;
        text-shadow: 1px 1px rgba(0,0,0,0.2);
        padding: 30px 0;
        position: relative;
        margin-top: 10px;
}

.hubhood-site-footer.hubhood-no-footer-widgets .hubhood-footer-credits {
        margin-top: 0;
}

.hubhood-hidden-footer .hubhood-site-footer .hubhood-footer-credits {
        position: fixed;
        width: calc(100% + 2px);
        bottom: 0;
        left: 50%;
        -webkit-transform: translate(-50%);
        -moz-transform: translate(-50%);
        -ms-transform: translate(-50%);
        -o-transform: translate(-50%);
        transform: translate(-50%);
}

.hubhood-site-footer *.hubhood-footer-credits .hubhood-footer-menu,
.hubhood-site-footer *.hubhood-footer-credits .hubhood-footer-menu li {
        font-size: 0;
}

.hubhood-site-footer .hubhood-footer-credits a {
        color: #ffffff;
}

.hubhood-site-footer .hubhood-footer-credits a:hover {
        opacity: 0.6;
}

.mc4wp-form-fields p:last-child {
        margin: 0;
}

.mc4wp-form-fields input {
        border-radius: 8px;
        margin-right: 10px;
        outline: 0;
        box-shadow: none;
}

.hubhood-newsletter-field {
        position: relative;
        width: 100%;
}

.mc4wp-response {
        margin-top: 20px;
}

.mc4wp-form-fields input[type="text"],
.mc4wp-form-fields input[type="email"],
.mc4wp-form-fields input[type="submit"] {
        width: 100%;
        padding: 12px 20px;
}

.mc4wp-form-fields .hubhood-newsletter-field input[type="email"] {
        padding-right: 78px;
        border-radius: 8px 50px 50px 8px;
}

.hubhood-newsletter-submit {
        position: absolute;
        height: 42px;
        top: 1px;
        right: 1px;
        cursor: pointer;
        padding: 0 14px;
        background-color: transparent;
}

.hubhood-newsletter-submit:after {
        font-family: "icon";
        content: "\e996";
        display: block;
        position: relative;
        width: 100%;
        font-size: 30px;
        height: 42px;
        line-height: 38px;
        text-align: center;
        color: #d2d2d2;
}

.hubhood-newsletter-submit:hover:after {
        color: var(--hubhood-color);
}

.mc4wp-error {
        color: #ff0000;
        padding-top: 20px;
}

/* Hidden footer */

.hubhood-hidden-footer #content {
        z-index: 2;
        position: relative;
}

.hubhood-hidden-footer .hubhood-site-footer {
        z-index: 0;
        position: relative;
}

.hubhood-hidden-footer .hubhood-site-footer-inner > .hubhood-container-wrapper {
        position: relative;
        left: 50%;
        -webkit-transform: translate(-50%);
        -moz-transform: translate(-50%);
        -ms-transform: translate(-50%);
        -o-transform: translate(-50%);
        transform: translate(-50%);
}

.hubhood-wave-top.hubhood-wave-before-footer {
        position: relative;
        top: auto;
        bottom: -30px;
        box-shadow: 0 -31px 0 #ffffff;
}

.hubhood-footer-dark .hubhood-site-footer .widget:not([class*="widget_hubhood_"]),
.hubhood-footer-dark .hubhood-site-footer .widget:not([class*="widget_hubhood_"]) p,
.hubhood-footer-dark .hubhood-site-footer .widget:not([class*="widget_hubhood_"]) div,
.hubhood-footer-dark .hubhood-site-footer .widget .hubhood-widget-page-link a {
        color: #eeeeee;
}

.hubhood-footer-dark .hubhood-site-footer .widget:not([class*="widget_hubhood_"]) #sbi_mod_error p,
.hubhood-footer-dark .hubhood-site-footer .widget:not([class*="widget_hubhood_"]) #sbi_mod_error * {
        color: #000000;
}

.hubhood-footer-dark .hubhood-site-footer .widget:not([class*="widget_hubhood_"]) a,
.hubhood-footer-dark .hubhood-site-footer .widget .hubhood-widget-page-link a,
.hubhood-footer-dark .hubhood-site-footer .widget:not([class*="widget_hubhood_"]) div.post-title,
.hubhood-footer-dark .hubhood-site-footer .widget div.widget-title,
.hubhood-footer-dark .hubhood-site-footer .widget div.widget-title a,
.hubhood-footer-dark .hubhood-site-footer .widget_calendar caption,
.hubhood-footer-dark .hubhood-site-footer #wp-calendar th,
.hubhood-footer-dark .hubhood-site-footer .textwidget h1,
.hubhood-footer-dark .hubhood-site-footer .textwidget h2,
.hubhood-footer-dark .hubhood-site-footer .textwidget h3,
.hubhood-footer-dark .hubhood-site-footer .textwidget h4,
.hubhood-footer-dark .hubhood-site-footer .textwidget h5,
.hubhood-footer-dark .hubhood-site-footer .textwidget h6 {
        color: #ffffff;
}

.hubhood-footer-dark .hubhood-site-footer #sb_instagram .sb_instagram_header {
        margin: 0 !important;
        padding: 0 !important;
}

.hubhood-footer-dark .hubhood-site-footer .sbi_no_avatar .sbi_header_img {
        background-color: transparent;
        width: 30px;
        height: 30px;
}

.hubhood-footer-dark .hubhood-site-footer #sb_instagram .sb_instagram_header .sbi_header_text.sbi_no_bio h3 {
        padding-top: 0 !important;
        padding-bottom: 30px !important;
        text-transform: uppercase;
        float: none;
        margin-left: 0 !important;
        line-height: 1.8;
        padding-left: 40px !important;
        display: block;
        white-space: nowrap;
        text-overflow: ellipsis;
        width: 100%;
        overflow: hidden;
        text-align: left !important;
}

.hubhood-footer-dark .hubhood-site-footer #sb_instagram .sb_instagram_header .sbi_header_text {
        padding-top: 0;
        margin-bottom: 0;
}

.hubhood-footer-dark .hubhood-site-footer #sb_instagram #sbi_load .sbi_follow_btn,
.hubhood-footer-dark .hubhood-site-footer #sb_instagram .sbi_follow_btn a,
.hubhood-footer-dark .hubhood-site-footer #sbi_load {
        background-color: transparent;
        margin: 0;
        padding: 0;
        display: none;
}

.hubhood-footer-dark .hubhood-site-footer #sbi_images,
.hubhood-footer-dark .hubhood-site-footer #sb_instagram {
        padding: 0 !important;
        margin-bottom: 0;
}

.hubhood-footer-dark .hubhood-site-footer .sbi-screenreader {
        display: none !important;
}

.hubhood-footer-dark .hubhood-site-footer #sb_instagram .sbi_photo {
        width: calc(100% - 15px);
        margin-bottom: 15px;
        height: auto !important;
        background-image: none !important;
}

.hubhood-footer-dark .hubhood-site-footer #sb_instagram .sbi_photo img {
        width: 100%;
        height: auto;
        display: block !important;
}

.hubhood-footer-dark .hubhood-site-footer .sb_instagram_header .sbi_header_img,
.hubhood-footer-dark .hubhood-site-footer #sb_instagram .sb_instagram_header .sbi_header_img {
        position: absolute;
        float: none;
        margin: 0 !important;
        top: -1px;
        left: -4px;
        width: 30px;
}

.hubhood-footer-dark .hubhood-site-footer #sb_instagram .sb_instagram_header a {
        width: 100%;
}  

.hubhood-footer-dark .hubhood-site-footer .widget:not([class*="widget_hubhood_"]) select,
.hubhood-footer-dark .hubhood-site-footer .widget:not([class*="widget_hubhood_"]).widget_calendar div,
.hubhood-footer-dark .hubhood-site-footer .widget:not([class*="widget_hubhood_"]).widget_calendar a {
        color: #252525;
}

.hubhood-footer-dark .hubhood-site-footer .widget:not([class*="widget_hubhood_"]).widget_calendar tbody td a,
.widget:not([class*="widget_hubhood_"]).widget_calendar tbody td a {
        color: var(--hubhood-color);
        font-weight: 600;
}

.hubhood-footer-dark .hubhood-site-footer .widget:not([class*="widget_hubhood_"]).widget_calendar .widget-title,
.hubhood-footer-dark .hubhood-site-footer .widget:not([class*="widget_hubhood_"]).widget_calendar .widget-title div,
.hubhood-footer-dark .hubhood-site-footer .widget:not([class*="widget_hubhood_"]).widget_calendar .widget-title a {
        color: #ffffff;
}

.widget .dropdown-menu>li>a:hover,
.widget .dropdown-menu>li>a:focus {
        background-color: transparent;
}

.hubhood-footer-dark .hubhood-site-footer .widget:not([class*="widget_hubhood_"]) a:hover,
.hubhood-footer-dark .hubhood-site-footer .widget .hubhood-widget-page-link a:hover {
        opacity: 0.65;
}

.hubhood-footer-dark .hubhood-site-footer .widget div.hubhood-section-subtitle {
        color: #dddddd;
}

.hubhood-footer-dark .hubhood-site-footer .hubhood-force-inline .hubhood-widget-page-link a:before {
        content: none;
}

.hubhood-footer-dark .hubhood-site-footer .widget_categories li,
.hubhood-footer-dark .hubhood-site-footer .widget .hubhood-widget-content .hubhood-post-item a,
.hubhood-footer-dark .hubhood-site-footer .widget_archive li,
.hubhood-footer-dark .hubhood-site-footer .rss-date,
.hubhood-footer-dark footer .widget_rss cite {
        color: #eeeeee;
}

.hubhood-site-footer .hubhood-widget-page-link a:before,
.hubhood-site-footer .widget_archive a:before,
.hubhood-site-footer .widget_categories a:before,
.hubhood-site-footer .widget_recent_entries a .post-title:before,
.hubhood-site-footer .widget_pages a:before,
.hubhood-site-footer .wp-block-rss a:before,
.hubhood-site-footer .widget_meta a:before,
.hubhood-site-footer .widget_recent_comments .comment-author-link a:before,
.hubhood-site-footer .widget_nav_menu a:before {
        font-family: FontAwesome;
        content: "\f105";
        margin: 0;
        padding-right: 15px;
        font-size: 16px;
        width: auto;
        line-height: 1;
        -webkit-text-stroke-width: 0.001em;
}

.hubhood-footer-dark .hubhood-site-footer .hubhood-widget-page-link a:before,
.hubhood-footer-dark .hubhood-site-footer .widget_archive a:before,
.hubhood-footer-dark .hubhood-site-footer .widget_categories a:before,
.hubhood-footer-dark .hubhood-site-footer .widget_recent_entries a .post-title:before,
.hubhood-footer-dark .hubhood-site-footer .widget_pages a:before,
.hubhood-footer-dark .hubhood-site-footer .wp-block-rss a:before,
.hubhood-footer-dark .hubhood-site-footer .widget_meta a:before,
.hubhood-footer-dark .hubhood-site-footer .widget_recent_comments .comment-author-link a:before,
.hubhood-footer-dark .hubhood-site-footer .widget_nav_menu a:before {
        color: #aaaaaa;
}

.hubhood-footer-dark .hubhood-site-footer .widget_nav_menu a.icon-user-lock:before {
        font-family: FontAwesome !important; /* Needed to overwrite linear icons font */
        top: 0;
        padding-right: 3px;
        -webkit-text-stroke-width: 0.001em;
}

.hubhood-footer-dark .hubhood-site-footer .widget .hubhood-social-networks a,
.hubhood-footer-dark .hubhood-site-footer .widget .sticky .hubhood-card-content-date span {
        color: #fff;
}

.hubhood-footer-dark .hubhood-site-footer .widget .hubhood-card-content-date span {
        color: #252525;
}

.hubhood-site-footer .hubhood-map-launch-wrapper {
        border-radius: 8px;
}

.hubhood-footer-dark .hubhood-site-footer .hubhood-features-design-2 .hubhood-feature-item .hubhood-feature-item-inner:before {
        background-color: #ffffff;
}

.hubhood-site-footer .widget_categories li:hover,
.hubhood-site-footer .widget .hubhood-widget-content .hubhood-post-item a:hover, .widget_archive li:hover {
        background-color: transparent;
}

.hubhood-site-footer .hubhood-recent-entries-wrapper {
        box-shadow: none;
}

.hubhood-site-footer .widget_recent_entries a:hover .hubhood-post-item .img:before {
        display: none;
}

.hubhood-site-footer .widget_recent_entries .img {
        display: none;
}

.hubhood-footer-dark .hubhood-site-footer .widget select {
        background-image: none;
}

.search-field {
        background-color: transparent;
}

.hubhood-footer-dark .hubhood-site-footer .widget .hubhood-search-submit {
        background-color: transparent;
}

.hubhood-footer-dark .hubhood-site-footer .widget .hubhood-news-search .hubhood-widget-content .hubhood-search-submit {
        line-height: 36px;
}

.hubhood-footer-dark .hubhood-site-footer .widget .hubhood-news-search .hubhood-widget-content:hover .hubhood-search-submit,
.hubhood-footer-dark .hubhood-site-footer .widget_product_search form input,
.hubhood-footer-dark .hubhood-site-footer .widget .hubhood-news-search .hubhood-widget-content input {
        color: #ffffff;
}

.hubhood-footer-dark .hubhood-site-footer .widget .hubhood-news-search .hubhood-widget-content {
        padding-left: 0;
        overflow: hidden;
}

.hubhood-footer-dark .hubhood-site-footer .widget .hubhood-news-search .hubhood-widget-content input {
        padding-left: 15px;
}

#secondary .hubhood-iconized-menu-item a:before,
#secondary .hubhood-iconized-menu-item a i:before,
.hubhood-site-footer .hubhood-iconized-menu-item a:before,
.hubhood-site-footer .hubhood-iconized-menu-item a i:before {
        content: none;
}

.hubhood-site-footer .hubhood-recent-entries-wrapper {
        margin-bottom: 0;
}

.hubhood-footer-menu-wrapper {
        margin-top: -30px;
        margin-bottom: 30px;
        padding-top: 30px;
        padding-bottom: 30px;
        background-color: rgb(45,50,55);
}

.hubhood-site-footer .navbar {
        position: relative;
        text-align: center;
}

#hubhood-footer-menu ul {
        text-align: center;
}

.hubhood-site-footer .navbar .nav>li {
        position: relative;
        display: inline-block;
        vertical-align: middle;
}

.nav.hubhood-footer-menu li>a:hover,
.nav.hubhood-footer-menu li>a:focus {
        opacity: 0.6;
}

.hubhood-site-footer .navbar {
        margin-bottom: 0;
        min-height: 0;
        border: 0;
        font-size: 0;
}

.hubhood-site-footer .hubhood-footer-credits .hubhood-footer-menu a {
        color: #ffffff;
        text-shadow: none;
}

.hubhood-site-footer .hubhood-footer-credits .hubhood-footer-menu a:hover,
.hubhood-site-footer .hubhood-footer-credits .hubhood-footer-menu a:focus {
        color: #ffffff;
}

.nav.hubhood-footer-menu li a {
        padding: 0;
        margin: 30px 30px 0 0;
}

.nav.hubhood-footer-menu {
        padding: 0;
        margin-right: -30px;
        margin-top: -30px;
}

.hubhood-site-footer .hubhood-footer-credits .hubhood-footer-menu a {
        font-size: 16px;
        padding: 7px 20px 8px;
        background-color: rgb(65,70,75);
        border-radius: 4px;
        text-shadow: 1px 1px rgba(0,0,0,1);
        box-shadow: 7px 7px 14px rgba(0,0,0,0.2);
}

.hubhood-site-footer .hubhood-footer-credits .hubhood-footer-menu a[href*="facebook.com"],
.hubhood-site-footer .hubhood-footer-credits .hubhood-footer-menu a[href*="twitter.com"],
.hubhood-site-footer .hubhood-footer-credits .hubhood-footer-menu a[href*="linkedin."],
.hubhood-site-footer .hubhood-footer-credits .hubhood-footer-menu a[href*="instagram.com"],
.hubhood-site-footer .hubhood-footer-credits .hubhood-footer-menu a[href*="pinterest.com"],
.hubhood-site-footer .hubhood-footer-credits .hubhood-footer-menu a[href*="vimeo.com"],
.hubhood-site-footer .hubhood-footer-credits .hubhood-footer-menu a[href*="vk.com"],
.hubhood-site-footer .hubhood-footer-credits .hubhood-footer-menu a[href*="youtube.com"],
.hubhood-site-footer .hubhood-footer-credits .hubhood-footer-menu a[href*="twitch.com"],
.hubhood-site-footer .hubhood-footer-credits .hubhood-footer-menu a[href*="tiktok.com"],
.hubhood-site-footer .hubhood-footer-credits .hubhood-footer-menu a[href*="snapchat.com"],
.hubhood-site-footer .hubhood-footer-credits .hubhood-footer-menu a[data-menu-item-title*="skype"],
.hubhood-site-footer .hubhood-footer-credits .hubhood-footer-menu a[data-menu-item-title*="whatsapp"],
.hubhood-site-footer .hubhood-footer-credits .hubhood-footer-menu a[href*="whatsapp.com"] {
        font-size: 0;
        letter-spacing: 0;
        text-shadow: 1px 1px rgba(0,0,0,05);
        margin: 30px 30px 0 0;
}

.hubhood-footer-menu a[href*="facebook.com"]:before,
.hubhood-footer-menu a[href*="twitter.com"]:before,
.hubhood-footer-menu a[href*="linkedin."]:before,
.hubhood-footer-menu a[href*="instagram.com"]:before,
.hubhood-footer-menu a[href*="pinterest.com"]:before,
.hubhood-footer-menu a[href*="vimeo.com"]:before,
.hubhood-footer-menu a[href*="vk.com"]:before,
.hubhood-footer-menu a[href*="youtube.com"]:before,
.hubhood-footer-menu a[href*="twitch.com"]:before,
.hubhood-footer-menu a[href*="tiktok.com"]:before,
.hubhood-footer-menu a[href*="snapchat.com"]:before,
.hubhood-footer-menu a[data-menu-item-title*="skype"]:before,
.hubhood-footer-menu a[data-menu-item-title*="whatsapp"]:before,
.hubhood-footer-menu a[href*="whatsapp.com"]:before,
.hubhood-post-social-share ul li a i:before {
        display: inline-block;
        vertical-align: middle;
        color: #fff;
}

.hubhood-footer-menu a[href*="facebook.com"]:before,
.hubhood-footer-menu a[href*="twitter.com"]:before,
.hubhood-footer-menu a[href*="linkedin."]:before,
.hubhood-footer-menu a[href*="instagram.com"]:before,
.hubhood-footer-menu a[href*="pinterest.com"]:before,
.hubhood-footer-menu a[href*="vimeo.com"]:before,
.hubhood-footer-menu a[href*="vk.com"]:before,
.hubhood-footer-menu a[href*="youtube.com"]:before,
.hubhood-footer-menu a[href*="twitch.com"]:before,
.hubhood-footer-menu a[href*="tiktok.com"]:before,
.hubhood-footer-menu a[href*="snapchat.com"]:before,
.hubhood-footer-menu a[data-menu-item-title*="skype"]:before,
.hubhood-footer-menu a[data-menu-item-title*="whatsapp"]:before,
.hubhood-footer-menu a[href*="whatsapp.com"]:before {
        font-family: FontAwesome;
        content: "\f09a";
        -webkit-text-stroke-width: 0.001em;
}

.hubhood-footer-menu a[href*="facebook.com"]:before {
        font-size: 20px;
}

.hubhood-footer-menu a[data-menu-item-title*="skype"]:before {
        content: "\f17e";
        font-size: 21px;
}

.hubhood-footer-menu a[data-menu-item-title*="whatsapp"]:before,
.hubhood-footer-menu a[href*="whatsapp.com"]:before {
        content: "\f232";
        font-size: 21px;
}

.hubhood-footer-menu a[href*="twitter.com"]:before,
.hubhood-post-social-share ul li a i.fa-twitter:before {
        content: "\f099";
}

.hubhood-footer-menu a[href*="linkedin."]:before,
.hubhood-post-social-share ul li a i.fa-linkedin-in:before {
        content: "\f0e1";
}

.hubhood-footer-menu a[href*="instagram.com"]:before {
        content: "\f16d";
        font-size: 22px;
}

.hubhood-social-network-icon.fa.fa-instagram:before {
        font-size: 22px;
}

.hubhood-footer-menu a[href*="pinterest.com"]:before,
.hubhood-post-social-share ul li a i.fa-pinterest:before {
        content: "\f0d2";
}

.hubhood-footer-menu a[href*="pinterest.com"]:before,
.hubhood-post-social-share ul li a i.fa-pinterest:before,
.hubhood-listing-social .hubhood-social-networks .hubhood-social-network-icon.fa-pinterest:before,
.hubhood-social-share-networks-wrapper .hubhood-social-networks .hubhood-social-network-icon.fa-pinterest:before,
.hubhood-post-social-share ul li a i.fa-share-alt:before {
        font-size: 20px;
}

.hubhood-footer-menu a[href*="vimeo.com"]:before {
        content: "\f27d";
}

.hubhood-footer-menu a[href*="vk.com"]:before {
        content: "\f189";
}

.hubhood-footer-menu a[href*="youtube.com"]:before {
        content: "\f167";
}

.hubhood-footer-menu a[href*="twitch.com"]:before {
        content: "\f1e8";
}

.hubhood-footer-menu a[href*="tiktok.com"]:before {
        content: "\e07b";
}

.hubhood-footer-menu a[href*="snapchat.com"]:before {
        content: "\f2ab";
}

body .hubhood-post-social-share .hubhood-social-share-options li a i:before {
        background-color: #fff;
        color: #252525;
}

body .hubhood-post-social-share.hubhood-post-social-share-design-2 ul li a i.fa-share-alt:before {
        background-color: rgb(30,35,40);
        color: #fff;
        line-height: 48px;
}

body .hubhood-post-social-share .hubhood-social-share-options li a:hover i:before {
        opacity: 1;
}

.hubhood-prefooter-menu-wrapper {
        background-color: #fff;
        padding-bottom: 30px;
        padding-top: 5px;
        margin-top: -30px;
        margin-bottom: 30px;
        border-top: 0;
}

.hubhood-prefooter-menu-wrapper.hubhood-dark-prefooter {
        background-color: rgb(20,25,30);
}

.hubhood-prefooter-navigation-wrapper {
        display: inline-block;
        margin-right: -25px;
}

.hubhood-prefooter-menu-wrapper .navbar > .container {
        min-height: 0;
        display: block;
}

footer .dropdown-menu {
        position: relative;
        opacity: 1;
        visibility: visible;
        padding-top: 0;
        padding-bottom: 0;
        margin-left: 0;
        margin-right: 0;
        background-color: transparent;
}

footer .dropdown-menu,
footer .hubhood-prefooter-menu-wrapper li {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        margin-left: 0;
        margin-right: 0;
}

footer .hubhood-prefooter-menu-wrapper li a {
        display: inline-block;
        margin-top: 25px;
        margin-right: 25px;
}

.hubhood-prefooter-menu-wrapper ul,
.hubhood-prefooter-menu-wrapper li,
.hubhood-prefooter-menu-wrapper a {
        display: inline-block;
        vertical-align: middle;
        font-size: 0;
}

.hubhood-prefooter-menu-wrapper li {
        margin: 25px 25px 0 0;
        display: inline-flex;
}

.hubhood-prefooter-menu-wrapper a {
        color: rgb(5,10,15);
        background-color: #fff;
        font-size: 15px;
        box-shadow: 5px 5px 10px rgba(0,0,0,0.1);
        padding: 10px 20px;
        border-radius: 24px;
        line-height: 1.867;
}

.hubhood-prefooter-menu-wrapper.hubhood-dark-prefooter a {
        box-shadow: 5px 5px 10px rgba(0,0,0,0.25);
}

.hubhood-prefooter-menu-wrapper a[href*="facebook.com"],
.hubhood-prefooter-menu-wrapper a[href*="twitter.com"],
.hubhood-prefooter-menu-wrapper a[href*="linkedin."],
.hubhood-prefooter-menu-wrapper a[href*="instagram.com"],
.hubhood-prefooter-menu-wrapper a[href*="pinterest.com"],
.hubhood-prefooter-menu-wrapper a[href*="vimeo.com"],
.hubhood-prefooter-menu-wrapper a[href*="vk.com"],
.hubhood-prefooter-menu-wrapper a[href*="youtube.com"],
.hubhood-prefooter-menu-wrapper a[href*="twitch.com"],
.hubhood-prefooter-menu-wrapper a[href*="tiktok.com"],
.hubhood-prefooter-menu-wrapper a[href*="snapchat.com"],
.hubhood-prefooter-menu-wrapper a[data-menu-item-title*="skype"],
.hubhood-prefooter-menu-wrapper a[data-menu-item-title*="whatsapp"],
.hubhood-prefooter-menu-wrapper a[href*="whatsapp.com"] {
        padding: 0;
        font-size: 0;
        letter-spacing: 0;
        width: 48px;
        height: 48px;
        line-height: 50px;
        text-align: center;
        box-shadow: 5px 5px 10px rgba(0,0,0,0.1);
}

.hubhood-prefooter-menu-wrapper a[href*="twitter.com"]:before,
.hubhood-prefooter-menu-wrapper a[href*="linkedin."]:before,
.hubhood-prefooter-menu-wrapper a[href*="instagram.com"]:before,
.hubhood-prefooter-menu-wrapper a[href*="pinterest.com"]:before,
.hubhood-prefooter-menu-wrapper a[href*="vimeo.com"]:before,
.hubhood-prefooter-menu-wrapper a[href*="vk.com"]:before,
.hubhood-prefooter-menu-wrapper a[href*="youtube.com"]:before,
.hubhood-prefooter-menu-wrapper a[href*="twitch.com"]:before,
.hubhood-prefooter-menu-wrapper a[href*="tiktok.com"]:before,
.hubhood-prefooter-menu-wrapper a[href*="snapchat.com"]:before,
.hubhood-prefooter-menu-wrapper a[data-menu-item-title*="skype"]:before,
.hubhood-prefooter-menu-wrapper a[data-menu-item-title*="whatsapp"]:before,
.hubhood-prefooter-menu-wrapper a[href*="whatsapp.com"]:before,
.hubhood-prefooter-menu-wrapper a[href*="facebook.com"]:before {
        font-family: FontAwesome;
        content: "\f09a";
        display: inline-block;
        vertical-align: middle;
        color: #252525;
        font-size: 20px;
        font-weight: normal;
        -webkit-text-stroke-width:0.001em;
}

.hubhood-prefooter-background-color-light .hubhood-prefooter-menu-wrapper.hubhood-dark-prefooter {
        background-color: #fff;
}

.hubhood-prefooter-background-color-light .hubhood-prefooter-menu-wrapper a {
        color: #fff;
        background-color: rgb(25,30,35);
        box-shadow: none;
}

.hubhood-footer-background-color-light .hubhood-footer {
        background-color: #fff;
}

.hubhood-footer-background-color-light .hubhood-footer * {
        color: #252525;
}

.hubhood-prefooter-background-color-light .hubhood-prefooter-menu-wrapper a:before {
        color: #fff;
}

.hubhood-footer-background-color-light.hubhood-prefooter-background-color-light .hubhood-footer{
        padding-top: 45px;
        padding-bottom: 45px;
}

.hubhood-footer-background-color-light.hubhood-prefooter-background-color-light .hubhood-prefooter-menu-wrapper {
        margin-bottom: 0;
        padding-bottom: 20px;
}

.hubhood-prefooter-menu-wrapper a[href*="facebook.com"]:before {
        content: "\f09a";
        font-size: 20px;
}

.hubhood-prefooter-menu-wrapper a[data-menu-item-title*="skype"]:before {
        content: "\f17e";
        font-size: 21px;
}

.hubhood-prefooter-menu-wrapper a[href*="whatsapp.com"]:before {
        content: "\f232";
        font-size: 21px;
}

.hubhood-prefooter-menu-wrapper a[href*="twitter.com"]:before {
        content: "\f099";
}

.hubhood-prefooter-menu-wrapper a[href*="linkedin."]:before {
        content: "\f0e1";
}

.hubhood-prefooter-menu-wrapper a[href*="instagram.com"]:before {
        content: "\f16d";
        font-size: 22px;
}

.hubhood-social-network-icon.fa.fa-instagram:before {
        font-size: 22px;
}

.hubhood-prefooter-menu-wrapper a[href*="pinterest.com"]:before {
        content: "\f0d2";
}

.hubhood-prefooter-menu-wrapper a[href*="vimeo.com"]:before {
        content: "\f27d";
}

.hubhood-prefooter-menu-wrapper a[href*="vk.com"]:before {
        content: "\f189";
}

.hubhood-prefooter-menu-wrapper a[href*="youtube.com"]:before {
        content: "\f144";
        font-weight: 600;
}

.hubhood-prefooter-menu-wrapper a[href*="twitch.com"]:before {
        content: "\f1e8";
}

.hubhood-prefooter-menu-wrapper a[href*="tiktok.com"]:before {
        content: "\e07b";
}

.hubhood-prefooter-menu-wrapper a[href*="snapchat.com"]:before {
        content: "\f2ab";
}

/*******************************************************************************
37 - Effects
*******************************************************************************/

/* Most effects were moved to @media ( min-width: 1025px )
Reason: Improve Google Pagespeed Insights (Rule: Minimize main-thread work) */

@media (min-width: 1025px) {

        /* Opacity */
        .hubhood-first-user-event-happened .hubhood-button,
        .hubhood-first-user-event-happened .hubhood-search-filters .hubhood-search-group-icon.hubhood-exploreby-button,
        .hubhood-first-user-event-happened .hubhood-hero-title,
        .hubhood-first-user-event-happened .hubhood-featured-ribbon,
        .hubhood-first-user-event-happened .hubhood-opacity-0-hover,
        .hubhood-first-user-event-happened .hubhood-button.hubhood-button-transparent-hover,
        .hubhood-first-user-event-happened .hubhood-card-author,
        .hubhood-first-user-event-happened .simplebar-track,
        .hubhood-listing-type-option-wrapper,
        .hubhood-workers-section .hubhood-listing-cards .hubhood-background-image:before,
        .hubhood-hover-card-text,
        body .hubhood-logo-slogan a {
                transition : opacity 300ms;
        }


        .hubhood-featured-heading-title-word:before,
        .hubhood-more-listings-inline-button {
                -webkit-transition-duration: 1s;
                -moz-transition-duration: 1s;
                -ms-transition-duration: 1s;
                -o-transition-duration: 1s;
                transition-duration: 1s;
                -webkit-transition-property: -webkit-transform;
                -moz-transition-property: -moz-transform;
                -ms-transform-property: -ms-transform;
                -o-transition-property: -o-transform;
                transition-property: transform;
                -webkit-transform: initial;
                -moz-transform: initial;
                -ms-transform: initial;
                -o-transform: initial;
                transform: initial;
        }

        .hubhood-more-listings-inline-button {
                -webkit-transform: rotate(0deg);
                -moz-transform: rotate(0deg);
                -ms-transform: rotate(0deg);
                -o-transform: rotate(0deg);
                transform: rotate(0deg);
                transition : transform 300ms !important;
        }

        .hubhood-featured-heading-title-word:hover:before,
        .hubhood-more-listings-inline-button:hover {
                -webkit-transform: rotate(360deg);
                -moz-transform: rotate(360deg);
                -ms-transform: rotate(360deg);
                -o-transform: rotate(360deg);
                transform: rotate(360deg);
        }

        /* Opacity & border */
        .hubhood-hero-types-container a {
                transition : opacity 300ms, border 300ms;
        }

        /* Padding */
        .hubhood-first-user-event-happened .dropdown-item,
        .hubhood-first-user-event-happened .dropdown-toggle {
                transition : padding 300ms;
        }

        /* Transform */
        .hubhood-first-user-event-happened .hubhood-term-title,
        .hubhood-first-user-event-happened .hubhood-slider-nav-left,
        .hubhood-first-user-event-happened .hubhood-slider-nav-right,
        .hubhood-first-user-event-happened .hubhood-term-background-icon,
        .hubhood-first-user-event-happened .hubhood-button.hubhood-button-color,
        .hubhood-first-user-event-happened .hubhood-button.hubhood-button-color:before,
        .hubhood-first-user-event-happened .hubhood-listing-tile,
        .hubhood-first-user-event-happened .hubhood-post-card-link~*,
        .hubhood-hero-categories-container .hubhood-hero-category img {
                transition : transform 300ms;
        }

        /* Angular progression bar */
        .hubhood-first-user-event-happened path.purple {
                transition : stroke-dashoffset 1200ms;
        }

        .hubhood-first-user-event-happened .hubhood-long-transition {
                transition : transform 1800ms;
        }

        /* Opacity & Transform */
        .hubhood-first-user-event-happened .hubhood-term-watermark,
        .hubhood-first-user-event-happened .dropdown-menu,
        .hubhood-first-user-event-happened .hubhood-popup {
                transition : opacity 300ms, transform 300ms, visibility 300ms;
        }

        /* Border, background color & transform */
        .hubhood-first-user-event-happened .widget_hubhood_buttons .hubhood-listing-card-icon {
                transition : background-color 300ms, transform 300ms, border 300ms;
        }

        /* Color */
        .hubhood-first-user-event-happened .hubhood-hero-link,
        .hubhood-first-user-event-happened .hubhood-term-card-title,
        .hubhood-first-user-event-happened .hubhood-term-read-more-label,
        .hubhood-first-user-event-happened .hubhood-post-card-link~.hubhood-post-data h6,
        .hubhood-featured-heading-title-word,
        .hubhood-frontpage-header-categories-design-42 .hubhood-hero-categories-container .hubhood-hero-category .hubhood-hero-category-label,
        .hubhood-frontpage-header-categories-design-43 .hubhood-hero-categories-container .hubhood-hero-category .hubhood-hero-category-label {
                transition : color 300ms;
        }

        /* Transform & Color */
        .dropdown-toggle:after,
        .form-group label {
                transition : transform 300ms, color 300ms;
        }

        /* Width */
        .hubhood-first-user-event-happened .hubhood-hero-slide,
        .hubhood-first-user-event-happened .hubhood-term-border-separator:before,
        .hubhood-first-user-event-happened .dropdown-menu:before,
        .hubhood-first-user-event-happened .hubhood-line-bottom-effect {
                transition : width 300ms;
        }

        /* Height */
        .hubhood-first-user-event-happened .hubhood-card-cover,
        .hubhood-first-user-event-happened .hubhood-card-slides,
        .hubhood-first-user-event-happened .hubhood-card-slide,
        .hubhood-first-user-event-happened .hubhood-listing-card-footer,
        .hubhood-first-user-event-happened .hubhood-listing-card {
                transition : height 300ms;
        }

        /* Width and Height */
        .hubhood-first-user-event-happened .hubhood-term-card-icon:after,
        .hubhood-first-user-event-happened .hubhood-term-card-title:before,
        .hubhood-first-user-event-happened div[class*="hubhood-term-design-background-count"]:after {
                transition : width 300ms, height 300ms;
        }

        /* Color and Background-color */
        .hubhood-first-user-event-happened .hubhood-button,
        .hubhood-first-user-event-happened .hubhood-featured-ribbon,
        .hubhood-first-user-event-happened .hubhood-card-title-link h4,
        body .hubhood-date-list-item-buttons .atcb-button,
        .hubhood-hero-terms-nav-prev:before,
        .hubhood-hero-terms-nav-next:before {
                transition : color 300ms, background-color 300ms;
        }

        /* Color and Background-color */
        .hubhood-header-topbar-background-color-secondary .hubhood-signin-button.hubhood-button.hubhood-button-outline:not(.disabled):not(.hubhood-button-light-basic-hover):hover, .hubhood-header-topbar-background-color-secondary .hubhood-signin-button.hubhood-button.hubhood-button-light.hubhood-button:not(.disabled):not(.hubhood-button-light-basic-hover),
        .hubhood-header-topbar-background-color-secondary .hubhood-add-listing-main-menu .hubhood-button.hubhood-button-light.hubhood-button:not(.disabled):not(.hubhood-button-light-basic-hover) {
                transition : border 300ms, color 300ms, background-color 300ms;
        }

        /* Background-color */

        /* Border */
        .hubhood-first-user-event-happened .hubhood-topbar-featured-button,
        .hubhood-first-user-event-happened .hubhood-term-card-icon,
        .hubhood-first-user-event-happened .hubhood-dark-background textarea,
        .hubhood-first-user-event-happened .hubhood-dark-background input {
                transition : border 300ms;
        }

        /* Background position */
        .hubhood-first-user-event-happened .hubhood-class,
        .hubhood-first-user-event-happened .hubhood-hero-slide,
        .hubhood-first-user-event-happened .hubhood-term,
        .hubhood-first-user-event-happened .hubhood-term-card,
        .hubhood-first-user-event-happened .hubhood-term-inner,
        .hubhood-first-user-event-happened .hubhood-background-image-hover-effect {
                transition : background-position 500ms ease;
        }

        .hubhood-first-user-event-happened .hubhood-term-medium {
                transition : background-position 1000ms ease;
        }

        .hubhood-first-user-event-happened .hubhood-term-tiny {
                transition : background-position 1500ms ease;
        }

        .hubhood-first-user-event-happened .hubhood-use-hover-background-effect .hubhood-background-image-hover-effect:hover,
        .hubhood-first-user-event-happened .hubhood-use-hover-background-effect .hubhood-hero-slide.hubhood-hero-slide-has-link:hover,
        .hubhood-first-user-event-happened .hubhood-use-hover-background-effect .hubhood-background-image-hover-effect:hover,
        .hubhood-first-user-event-happened .hubhood-use-hover-background-effect .hubhood-term:hover,
        .hubhood-first-user-event-happened .hubhood-use-hover-background-effect .hubhood-term-card:hover,
        .hubhood-first-user-event-happened .hubhood-use-hover-background-effect .hubhood-term-inner:hover {
                background-position : left bottom;
        }

        /* All (avoid if possible) */
        .hubhood-first-user-event-happened .hubhood-class,
        .hubhood-first-user-event-happened .hubhood-hero-slider-wrapper,
        .hubhood-listing-type-option-icon,
        .hubhood-listing-type-option-icon-icon,
        body.hubhood-first-user-event-happened  .hubhood-tiny-call-to-action-icon,
        body.hubhood-first-user-event-happened  .hubhood-tiny-call-to-action-icon:before,
        body.hubhood-first-user-event-happened  .hubhood-tiny-call-to-action-label {
                transition : all 300ms;
        }

        .hubhood-first-user-event-happened .hubhood-hero-slider-multiple-container .hubhood-hero-slide {
                transition : background-image 1000ms ease-in-out;
        }

        .hubhood-first-user-event-happened .hubhood-hero-link.hubhood-border-bottom:hover:after {
                animation : barberpole 2s linear infinite;
        }

        @keyframes barberpole {
                100% {
                        background-position : -43px;
                }
        }

        .hubhood-first-user-event-happened .hubhood-border-left:hover:before,
        .hubhood-first-user-event-happened .hubhood-term-link:hover~.hubhood-border-left:before {
                animation : barberpole2 2s linear infinite;
        }

        @keyframes barberpole2 {
                100% {
                        background-position : -41px;
                }
        }

        .hubhood-first-user-event-happened .hubhood-popup .hubhood-topbar-featured-button:after {
                animation : circular-animation 1.5s linear infinite;
        }

        @keyframes circular-animation {
                0% {
                        top   : -1px;
                        right : -2px;
                }

                12.5% {
                        top   : 14px;
                        right : -8px;
                }

                25% {
                        top   : 29px;
                        right : -2px;
                }

                37.5% {
                        top   : 37px;
                        right : 13px;
                }

                50% {
                        top   : 29px;
                        right : 31px;
                }

                62.5% {
                        top   : 14px;
                        right : 37px;
                }

                75% {
                        top   : -2px;
                        right : 31px;
                }

                87.5% {
                        top   : -8px;
                        right : 13px;
                }

                100% {
                        top   : -1px;
                        right : -2px;
                }
        }
}

.hubhood-card-content:hover .hubhood-card-slides:before,
.hubhood-card-content:hover .hubhood-hero-video-background:before {
        background-position: -500px 0 !important;
}

.hubhood-terms-inner > .row > .hubhood-default-post .hubhood-card-slides:before,
.hubhood-terms-inner > .row > .hubhood-default-post .hubhood-hero-video-background:before {
        content: "";
        width: 100%;
        height: 250px;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
        background-repeat: no-repeat;
        transition: all 0.35s ease;
}

.hubhood-card-slides:before,
.hubhood-hero-video-background:before {
        display: none;
}

.hubhood-not-loaded .hubhood-terms-inner > .row > .hubhood-default-post .hubhood-card-slides:before,
.hubhood-not-loaded .hubhood-terms-inner > .row > .hubhood-default-post .hubhood-hero-video-background:before {
        opacity: 0 !important;
}

.hubhood-terms-inner > .row > .hubhood-default-post:nth-of-type(5n+1) .hubhood-card-slides:before,
.hubhood-terms-inner > .row > .hubhood-default-post:nth-of-type(5n+1) .hubhood-hero-video-background:before {
        background-size: 120%;
        background-position: 320% -150px;
}

.hubhood-terms-inner > .row > .hubhood-default-post:nth-of-type(5n+2) .hubhood-card-slides:before,
.hubhood-terms-inner > .row > .hubhood-default-post:nth-of-type(5n+2) .hubhood-hero-video-background:before {
        top: 50px;
        background-position: 0 0;
}

.hubhood-terms-inner > .row > .hubhood-default-post:nth-of-type(5n+3) .hubhood-card-slides:before,
.hubhood-terms-inner > .row > .hubhood-default-post:nth-of-type(5n+3) .hubhood-hero-video-background:before {
        width: 95%;
        height: 180px;
        background-size: contain;
        background-position: right 0;
        top: 100px;
}

.hubhood-terms-inner > .row > .hubhood-default-post:nth-of-type(5n+4) .hubhood-card-slides:before,
.hubhood-terms-inner > .row > .hubhood-default-post:nth-of-type(5n+4) .hubhood-hero-video-background:before {
        background-position: right -120px;
}

.hubhood-terms-inner > .row > .hubhood-default-post:nth-of-type(5n+5) .hubhood-card-slides:before,
.hubhood-terms-inner > .row > .hubhood-default-post:nth-of-type(5n+5) .hubhood-hero-video-background:before {
        top: 70px;
        width: 110%;
        background-position: right 0;
}

.hubhood-blog-grid-section .hubhood-card-slides:before,
.hubhood-blog-grid-section .hubhood-hero-video-background:before {
        display: none;
}

.hubhood-hero-video-background ~ .hubhood-card-slides:before {
        display: none !important;
}

.hubhood-hero-video-background iframe,
.hubhood-hero-video-background video {
        background: rgba(0,0,0,0.1);
}

.hubhood-hide-watermark .hubhood-card-slides:before,
.hubhood-hide-watermark .hubhood-hero-video-background:before {
        display: none !important;
}

/*******************************************************************************
38 - Media Queries and Fixes
*******************************************************************************/

[id*="loom-companion"] {
        position: fixed;
        bottom: 0;
        left: 0;
}

@media (max-width: 380px) {
        body .hubhood-logo-slogan {
                display: none;
        }
}

@media (min-width: 1px) {        
        .col-lg-1,
        .col-lg-1_3,
        .col-lg-1_6,
        .col-lg-2_5 {
                flex: 0 0 auto;
                width: 100%;
        }
}

@media (max-width: 1199px) {
        .hubhood-term-cards.hubhood-listing-terms-design-20-h-2-3-b:not(.hubhood-respect-bootstrap-max-width) .hubhood-terms-inner > div > div,
        .hubhood-term-cards.hubhood-listing-terms-design-20-h-2-3-b.hubhood-term-design-x-1-k-b:not(.hubhood-respect-bootstrap-max-width) .hubhood-terms-inner > div > div {
         max-width: 215px;
        }
}

@media (min-width: 576px) {
        .col-lg-1,
        .col-lg-1_3,
        .col-lg-1_6,
        .col-lg-2_5 {
                flex: 0 0 auto;
                width: 50%;
        }
}

@media (min-width: 992px) {
        .col-lg-1,
        .col-lg-1_3,
        .col-lg-1_6,
        .col-lg-2_5 {
                flex: 0 0 auto;
                width: 33.33333333333%;
        }

        .col-lg-2 {
                flex: 0 0 auto;
                width: 33.33333333333%;
        }
        
        .hubhood-partner-wrapper.col-lg-1_3,
        .hubhood-partner-wrapper.col-lg-1_6,
        .hubhood-partner-wrapper.col-lg-2_5,
        .hubhood-partner-wrapper.col-lg-2 {
                flex: 0 0 auto;
                width: 25%;
        }
}

@media (min-width: 1200px) {
        .col-xl-1,
        .hubhood-partner-wrapper.col-lg-1 {
                flex: 0 0 auto;
                width: 11.11111111111111%;
        }

        .col-xl-1_3,
        .hubhood-partner-wrapper.col-lg-1_3 {
                flex: 0 0 auto;
                width: 12.25%;
        }
        
        .col-xl-1_6,
        .hubhood-partner-wrapper.col-lg-1_6 {
                flex: 0 0 auto;
                width: 14.28571428571429%;
        }

        .col-lg-2,
        .hubhood-partner-wrapper.col-lg-2 {
                flex: 0 0 auto;
                width: 16.66666667%;
        }
        
        .col-xl-2_5,
        .hubhood-partner-wrapper.col-lg-2_5 {
                flex: 0 0 auto;
                width: 20%;
        }
}

/* Fix "pencil" edit links out of screen */

.customize-partial-edit-shortcut,
.widget .customize-partial-edit-shortcut {
        left: 32px;
}

/* Remove unwanted pseudo element */

.customize-partial-edit-shortcut-button:before {
        content: "";
}

/* Avoids zoom on form input fields: Safari / Mobiles */

.hubhood-is-mobile.hubhood-is-safari * input[type="text"],
.hubhood-is-mobile.hubhood-is-safari * input[type="search"],
.hubhood-is-mobile.hubhood-is-safari * input[type="email"],
.hubhood-is-mobile.hubhood-is-safari * input[type="password"],
.hubhood-is-mobile.hubhood-is-safari * input[type="url"],
.hubhood-is-mobile.hubhood-is-safari * textarea { 
        font-size: 16px;
}

/* Bootstrap fix: Safari 10.1+ */

@media not all and (min-resolution: 0.001dpcm) {
        .row:before,
        .row:after {            
                content: "";
                display: block;
                width: 0;
        }
}

.hubhood-is-safari .row:before,
.hubhood-is-safari .row:after {  
        content: "";
        display: block;
        width: 0;
}
 
.hubhood-is-safari .wp-block-cover-image.has-parallax,
.hubhood-is-safari .wp-block-cover.has-parallax,
.hubhood-is-safari.hubhood-is-mobile .hubhood-map-launch-wrapper,
.hubhood-is-safari .hubhood-listing-gallery.hubhood-gallery-dark,
.hubhood-is-safari .hubhood-listing-gallery-backgrounds,
.hubhood-is-safari .hubhood-hero-image,
.hubhood-is-safari.single .hubhood-page-header,
.hubhood-is-safari .hubhood-hero-slider-full-width .hubhood-hero-slide {
        background-attachment: scroll;
}

/* Fix: IE 11 */

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
        #content {
                height: 100%;
        }
        
        .wp-block-image figure.aligncenter,
        .wp-block-image figure.alignleft,
        .wp-block-image figure.alignright,
        .is-resized.wp-block-image figure,
        wp-block-image figure {
                display: block;
        }
}

/* Fix for IE and Edge */

/* IE10+ CSS */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
        .wp-block-cover-image.has-parallax,
        .wp-block-cover.has-parallax,
        .hubhood-is-safari.hubhood-is-mobile .hubhood-map-launch-wrapper,
        .hubhood-listing-gallery.hubhood-gallery-dark,
        .hubhood-listing-gallery-backgrounds,
        .hubhood-hero-image,
        .single .hubhood-page-header,
        .hubhood-hero-slider-full-width .hubhood-hero-slide {
                background-attachment: scroll;
        }
}

/* IE Edge 12+ CSS */ 
_:-ms-lang(x), _:-webkit-full-screen, .wp-block-cover-image.has-parallax,
_:-ms-lang(x), _:-webkit-full-screen, .wp-block-cover.has-parallax,
_:-ms-lang(x), _:-webkit-full-screen, .hubhood-is-safari.hubhood-is-mobile .hubhood-map-launch-wrapper,
_:-ms-lang(x), _:-webkit-full-screen, .hubhood-listing-gallery.hubhood-gallery-dark,
_:-ms-lang(x), _:-webkit-full-screen, .hubhood-listing-gallery-backgrounds,
_:-ms-lang(x), _:-webkit-full-screen, .hubhood-hero-image,
_:-ms-lang(x), _:-webkit-full-screen, .single .hubhood-page-header,
_:-ms-lang(x), _:-webkit-full-screen, .hubhood-hero-slider-full-width .hubhood-hero-slide {
        background-attachment: scroll;
}

@media (max-width: 590px) {
        .wp-block-cover-image.has-parallax,
        .wp-block-cover.has-parallax,
        .hubhood-is-safari.hubhood-is-mobile .hubhood-map-launch-wrapper,
        .hubhood-listing-gallery.hubhood-gallery-dark,
        .hubhood-listing-gallery-backgrounds,
        .hubhood-hero-image,
        .single .hubhood-page-header,
        .hubhood-hero-slider-full-width .hubhood-hero-slide {
                background-attachment: scroll;
        }
}

/* Bootstrap fix: UC Browser (mobile) */
/* See: https://stackoverflow.com/a/29938371/7765298 */
/* See: https://github.com/twbs/bootstrap/issues/24219#issuecomment-333795290 */

.hubhood-is-uc-browser.hubhood-is-mobile .hubhood-grid.row:before,
.hubhood-is-uc-browser.hubhood-is-mobile .hubhood-grid.row:after,
.hubhood-is-uc-browser.hubhood-is-mobile .hubhood-grid.row:before,
.hubhood-is-uc-browser.hubhood-is-mobile .hubhood-grid.row:after { 
        content: "";
        display: block;
        width: 0;
}

/* Firefox Fix */
@-moz-document url-prefix() {
        .hubhood-view-counter span::before,
        .hubhood-view-counter .hubhood-claimed-icon::before,
        .hubhood-card-content-date .fa-commenting-o:before,
        .widget_recent_comments li .comment-author-link:before,
        .wp-block-latest-comments__comment-author:before {
                -webkit-text-stroke: 0.45px;
        }
}

/* Media Queries */

@media (min-width: 768px) {
        .navbar-default .navbar-brand span {
                font-weight: 800;
        }

        .hubhood-post-comments-wrapper .comment-box .comment-content,
        .hubhood-no-reviews .hubhood-post-comments-wrapper .comment-box .comment-content {
                text-align: left;
        }

        .comment-list .comment-box {
                padding-left: 63px;
        }

        .hubhood-post-comments-wrapper .comment-list .comment-box {
                padding-left: 0;
        }
        
        .hubhood-post-comments-wrapper .children .comment-box .comment-header:before {
                left: 62px;
        }

        .comment-box .comment-header i:hover {
                opacity: 0.7;
                color: #fff;
        }
        
        .single-job_listing.hubhood-no-reviews .hubhood-post-comments-wrapper .comment-body ~ #respond {
                padding-left: 0;
        }

        .comment-box .comment-header {
                border-radius: 4px 4px 0 0;
        }
        
        .entry__content .alignwide,
        *.alignwide,
        .wp-block-archives.alignwide,
        .wp-block-categories.alignwide,
        .wp-block-latest-posts.alignwide,
        .page-template-medium-width-page .page *.alignwide,
        .page-template-medium-width-page .page .wp-block-archives.alignwide,
        .page-template-medium-width-page .page .wp-block-categories.alignwide,
        .page-template-medium-width-page .page .wp-block-latest-posts.alignwide,
        .page-template-medium-width-page .page .hubhood-single-without-sidebar .entry__content .alignwide,
        .page-template-medium-width-page .page .hubhood-single-without-sidebar *.alignwide,
        .page-template-medium-width-page .page .hubhood-single-without-sidebar .wp-block-archives.alignwide,
        .page-template-medium-width-page .page .hubhood-single-without-sidebar .wp-block-categories.alignwide,
        .page-template-medium-width-page .page .hubhood-single-without-sidebar .wp-block-latest-posts.alignwide,
        .page-template-short-width-page .page *.alignwide,
        .page-template-short-width-page .page .wp-block-archives.alignwide,
        .page-template-short-width-page .page .wp-block-categories.alignwide,
        .page-template-short-width-page .page .wp-block-latest-posts.alignwide,
        .page-template-short-width-page .page .hubhood-single-without-sidebar .entry__content .alignwide,
        .page-template-short-width-page .page .hubhood-single-without-sidebar *.alignwide,
        .page-template-short-width-page .page .hubhood-single-without-sidebar .wp-block-archives.alignwide,
        .page-template-short-width-page .page .hubhood-single-without-sidebar .wp-block-categories.alignwide,
        .page-template-short-width-page .page .hubhood-single-without-sidebar .wp-block-latest-posts.alignwide {
                margin-left: -116px;
                margin-right: -116px;
                max-width: 892px;
        }

        .hubhood-listing-package {
                max-width: 430px;
        }

        .hubhood-design-1-b-2-3-c-6-b-13 .hubhood-listing-card-footer {
                min-height: 132.25px !important;
        }

        .hubhood-design-1-b-2-3-c-6-b-13 .hubhood-has-review-pre-footer ~ .hubhood-listing-widget-wrapper ~ .hubhood-listing-card-footer,
        .hubhood-no-reviews .hubhood-design-1-b-2-3-c-6-b-13 .hubhood-listing-widget-wrapper ~ .hubhood-listing-card-footer {
                min-height: 110px !important;
        }

        .hubhood-hero-divided-content-first-col {
                display: flex;
        }

        .hubhood-hero-divided-content-first-col > div {
                padding-top: 90px;
        }

        .hubhood-frontpage-header-design-5 .hubhood-front-page-hero-section .hubhood-hero-subtitle,
        .hubhood-frontpage-header-design-5 .hubhood-front-page-hero-section .entry-content .hubhood-hero-subtitle {
                padding-left: 0;
                margin-left: 3px;
                margin-right: 3px;
                padding-top: 20px;
        }

        .hubhood-frontpage-header-design-5 #content .hubhood-front-page-hero-section .hubhood-hero-content-inner .hubhood-hero-types-container {
            position: absolute;
            top: -70px;
        }

        




        .hubhood-frontpage-header-design-5 .hubhood-search-bar-first-row {
                max-width: 100%;
        }

        .hubhood-frontpage-header-design-5 .hubhood-search-box-full .hubhood-search-bar-container [class*="col-md-"] {
                width: 100%;
        }

        .hubhood-frontpage-header-design-5 .hubhood-front-page-hero-section  .hubhood-search-icon-wrapper {
                position: relative;
                display: block;
                width: 100% !important;
                margin-top: 20px;
        }

        .hubhood-frontpage-header-design-5 .hubhood-front-page-hero-section .hubhood-term-select-search,
        .hubhood-frontpage-header-design-5 .hubhood-search-box-full .hubhood-term-select-search,
        .hubhood-frontpage-header-design-5 .hubhood-search-box-full .hubhood-price-min-max-fields {
                width: 100%;
                padding-right: 0 !important;
        }

        .hubhood-frontpage-header-design-5 .hubhood-front-page-hero-section .hubhood-hero-categories-wrapper {
                padding-top: 0;
        }

        .hubhood-frontpage-header-design-5 .hubhood-front-page-hero-section .hubhood-hero-categories-attached-footer .hubhood-hero-categories-wrapper {
                padding-top: 25px;
        }  

        .hubhood-frontpage-header-design-5 .hubhood-front-page-hero-section .hubhood-search-button-label {
                display: inline-block;
                font-size: 15px;
        }

        .hubhood-frontpage-header-design-5 .hubhood-front-page-hero-section .hubhood-search-box-full form input[type] {
                padding-left: 0;
                display: inline-block;
                font-size: 15px;
                margin-left: 0 !important;
                width: 100% !important;
                padding-left: 0 !important;
                border-left: 0 !important;
                color: #252525;
        }

        .hubhood-frontpage-header-design-3 .hubhood-front-page-hero-section .hubhood-search-box-full form input[type] {
                color: #252525;
        }

        .hubhood-frontpage-header-design-5 .hubhood-front-page-hero-section .hubhood-no-text-button.hubhood-search-geolocate-button {
                position: absolute;
                left: auto;
                right: -12px;
                top: 30px;
        }

        .hubhood-frontpage-header-design-5 .hubhood-front-page-hero-section .hubhood-no-text-button.hubhood-search-geolocate-button:before {
                font-size: 22px;
        }

        .hubhood-frontpage-header-design-5 .hubhood-front-page-hero-section .hubhood-search-icon-wrapper .hubhood-search-button-inline {
                position: relative;
                display: block;
                border-radius: 4px;
                width: 100%;
                margin-top: 0;
                margin-bottom: 30px;
                font-size: 15px;
                background-color: var(--hubhood-color);
        }

        .hubhood-frontpage-header-design-5:not(.hubhood-frontpage-header-design-6) .hubhood-front-page-hero-section .hubhood-search-icon-wrapper .hubhood-search-button-inline {
                margin-bottom: 25px;
        }



        .hubhood-frontpage-header-design-5 .hubhood-front-page-hero-section .hubhood-hero-front-design-2 ~ .hubhood-hero-terms-wrapper .hubhood-hero-categories-container {
                margin-top: -27px;
        }

        .hubhood-frontpage-header-design-5 .hubhood-front-page-hero-section .hubhood-style-button-edges-bit-rounded .hubhood-search-icon-wrapper .hubhood-search-button-inline {
                border-radius: 12px;                
        }

        .hubhood-frontpage-header-design-5 .hubhood-front-page-hero-section .hubhood-style-button-edges-rounded .hubhood-search-icon-wrapper .hubhood-search-button-inline {
                border-radius: 24px;                
        }

        .hubhood-frontpage-header-design-5 .hubhood-front-page-hero-section .hubhood-search-geolocation-button-editor{
                top: 32px;
                left: auto;
                right: 38px;
        }

        .hubhood-frontpage-header-design-5 .hubhood-front-page-hero-section .hubhood-search-icon-wrapper .hubhood-search-button-inline:before {
                position: relative;
                top: -1px;
        }

        .hubhood-frontpage-header-design-5 .hubhood-front-page-hero-section .hubhood-search-box-full [class*="col-sm-"] ~ [class*="col-sm-"] {
                z-index: 5;
        }

        .hubhood-frontpage-header-design-5 .hubhood-front-page-hero-section .hubhood-search-box-full [class*="col-sm-"] ~ [class*="col-sm-"] ~ [class*="col-sm-"] {
                z-index: 0;
        }

        .hubhood-frontpage-header-design-5 .hubhood-front-page-hero-section .hubhood-search-box-full [class*="col-sm-"]:first-child > div:after {
                display: none;
        }

        .hubhood-frontpage-header-design-5 .hubhood-front-page-hero-section .hubhood-search-input-field,
        .hubhood-frontpage-header-design-5 .hubhood-front-page-hero-section .hubhood-search-input-field:focus {
                width: calc(100% - 40px);
        }

        .hubhood-frontpage-header-design-6 .hubhood-hero-divided-content-second-col {
                width: 590px;
                max-width: 590px;
        }

        .hubhood-frontpage-header-design-5.design-inverse .hubhood-hero-divided-content {
                direction: rtl;
        }

        .hubhood-frontpage-header-design-5.design-inverse .hubhood-hero-divided-content > div {
                direction: ltr;
        }

        .hubhood-frontpage-header-design-6.design-center .hubhood-hero-divided-content {
                justify-content: center;
        }

        .hubhood-price-item .hubhood-price-item-tag-tr,
        .hubhood-quote-item .hubhood-quote-item-tag-tr {
                position: absolute;
                left: 50%;
                top: 54px;
                transform: translate(-50%);
        }

        .hubhood-price-item table,
        .hubhood-quote-item table {
                margin-top: 0;
        }

        .hubhood-price-item-tag-tr td,
        .hubhood-quote-item-tag-tr td {
                display: inline-block;
                width: auto;
        }

        .hubhood-price-item-tag-tr .hubhood-price-item-tag-val,
        .hubhood-quote-item-tag-tr .hubhood-quote-item-tag-val {
                width: 290px;
        }

        .hubhood-price-item .hubhood-price-item-image,
        .hubhood-quote-item .hubhood-quote-item-image {
                padding-bottom: 20px;
        }

        .hubhood-front-page-header-grid-first-image-half-left .hubhood-front-page-hero-section .hubhood-hero-slide-multiple {
                width: 50%;
                left: 50%;
        }

        .hubhood-front-page-header-grid-first-image-half-right .hubhood-front-page-hero-section .hubhood-hero-slide-multiple {
                width: 50%;
                left: auto;
                right: 50%;
        }

        .hubhood-hero-slide-featured-aside {
                width: 50% !important;
                height: 100% !important;
                top: 0 !important;
                left: 0 !important;
        }









        .hubhood-front-page-header-grid-first-image-half-left-quart .hubhood-front-page-hero-section .hubhood-hero-slide-multiple,
        .hubhood-front-page-header-grid-first-image-half-left-quart .hubhood-has-featured-aside.hubhood-force-aside .hubhood-hero-slide {
                width: 75%;
                left: 25%;
        }

        .hubhood-front-page-header-grid-first-image-half-right-quart .hubhood-front-page-hero-section .hubhood-hero-slide-multiple,
        .hubhood-front-page-header-grid-first-image-half-right-quart .hubhood-has-featured-aside.hubhood-force-aside .hubhood-hero-slide {
                width: 75%;
                left: auto;
                right: 25%;
        }

        [data-multiple-grid-counter="1"] ~ .hubhood-hero-slide-featured-aside {
                width: 100% !important;
                left: 0 !important;
                right: auto !important;
        }

        .hubhood-front-page-header-grid-first-image-half-left-quart .hubhood-hero-slide-featured-aside,
        .hubhood-front-page-header-grid-first-image-half-right-quart .hubhood-hero-slide-featured-aside {
                width: 25% !important;
        }

        .hubhood-front-page-header-grid-first-image-half-left-quart .hubhood-has-featured-aside.hubhood-force-aside .hubhood-hero-slide,
        .hubhood-front-page-header-grid-first-image-half-right-quart .hubhood-has-featured-aside.hubhood-force-aside .hubhood-hero-slide {
                width: 50% !important;
        }

        .hubhood-front-page-header-grid-first-image-half-right .hubhood-hero-slide-featured-aside,
        .hubhood-front-page-header-grid-first-image-half-right .hubhood-has-featured-aside.hubhood-force-aside .hubhood-hero-slide {
                left: auto !important;
                right: 0 !important;
                box-shadow: -20px 0 30px rgba(0,0,0,0.1);
        }
        
        .hubhood-front-page-header-grid-first-image-half-left .hubhood-has-featured-aside.hubhood-force-aside .hubhood-hero-slide {
                left: 0 !important;
                right: auto !important;
                box-shadow: 20px 0 30px rgba(0,0,0,0.1);
        }

        .hubhood-front-page-header-grid-first-image-half-left .hubhood-hero-slide-featured-aside,
        .hubhood-front-page-header-grid-first-image-half-left .hubhood-has-featured-aside.hubhood-force-aside .hubhood-hero-slide {
                box-shadow: 20px 0 30px rgba(0,0,0,0.1);
        }

        .hubhood-minimum-listing-gallery-height-desktop-300 .hubhood-single-listing-header-gallery .hubhood-hero-text-inner>.col-sm-12 {
                height: 300px !important;
        }

        .hubhood-minimum-listing-gallery-height-desktop-350 .hubhood-single-listing-header-gallery .hubhood-hero-text-inner>.col-sm-12 {
                height: 350px !important;
        }

        .hubhood-minimum-listing-gallery-height-desktop-400 .hubhood-single-listing-header-gallery .hubhood-hero-text-inner>.col-sm-12 {
                height: 400px !important;
        }

        .hubhood-minimum-listing-gallery-height-desktop-450 .hubhood-single-listing-header-gallery .hubhood-hero-text-inner>.col-sm-12 {
                height: 450px !important;
        }

        .hubhood-minimum-listing-gallery-height-desktop-500 .hubhood-single-listing-header-gallery .hubhood-hero-text-inner>.col-sm-12 {
                height: 500px !important;
        }

        .hubhood-minimum-listing-gallery-height-desktop-550 .hubhood-single-listing-header-gallery .hubhood-hero-text-inner>.col-sm-12 {
                height: 550px !important;
        }

        .hubhood-minimum-listing-gallery-height-desktop-600 .hubhood-single-listing-header-gallery .hubhood-hero-text-inner>.col-sm-12 {
                height: 600px !important;
        }

        .hubhood-minimum-listing-gallery-empty-height-desktop-300 .hubhood-single-listing-header-gallery.hubhood-empty-listing-gallery-header .hubhood-hero-text-inner>.col-sm-12 {
                height: 300px !important;
        }

        .hubhood-minimum-listing-gallery-empty-height-desktop-350 .hubhood-single-listing-header-gallery.hubhood-empty-listing-gallery-header .hubhood-hero-text-inner>.col-sm-12 {
                height: 350px !important;
        }

        .hubhood-minimum-listing-gallery-empty-height-desktop-400 .hubhood-single-listing-header-gallery.hubhood-empty-listing-gallery-header .hubhood-hero-text-inner>.col-sm-12 {
                height: 400px !important;
        }

        .hubhood-minimum-listing-gallery-empty-height-desktop-450 .hubhood-single-listing-header-gallery.hubhood-empty-listing-gallery-header .hubhood-hero-text-inner>.col-sm-12 {
                height: 450px !important;
        }

        .hubhood-minimum-listing-gallery-empty-height-desktop-500 .hubhood-single-listing-header-gallery.hubhood-empty-listing-gallery-header .hubhood-hero-text-inner>.col-sm-12 {
                height: 500px !important;
        }

        .hubhood-minimum-listing-gallery-empty-height-desktop-550 .hubhood-single-listing-header-gallery.hubhood-empty-listing-gallery-header .hubhood-hero-text-inner>.col-sm-12 {
                height: 550px !important;
        }

        .hubhood-minimum-listing-gallery-empty-height-desktop-600 .hubhood-single-listing-header-gallery.hubhood-empty-listing-gallery-header .hubhood-hero-text-inner>.col-sm-12 {
                height: 600px !important;
        }

        .hubhood-hero-slide-featured-aside .hubhood-hero-slide-multiple,
        [class*="hubhood-front-page-header-grid-first-image"]:not(.hubhood-front-page-header-grid-first-image-half-disabled) .hubhood-hero-slide-multiple,
        .hubhood-has-featured-aside .hubhood-hero-slide-multiple {
                transform: none;
        }

        body:not(.hubhood-frontpage-header-design-5) .hubhood-search-box-full .hubhood-search-icon:hover {
                transform: rotate(360deg);
        }

}

@media (min-width: 992px) {
        .hubhood-frontpage-header-design-5 .hubhood-hero-divided-content-first-col {
                width: 60%;
                max-width: 60%;
        }

        .hubhood-frontpage-header-design-5 .hubhood-hero-divided-content-second-col {
                width: 40%;
                max-width: 40%;
        }

        .hubhood-frontpage-header-design-6 .hubhood-hero-divided-content-second-col {
                width: 590px;
                max-width: 590px;
        }

        .hubhood-hero-footer-design-2 .hubhood-hero-terms-wrapper .hubhood-hero-types-container .hubhood-hero-terms-design-2  .hubhood-hero-category {
                padding: 4px 21px;
        }

        .hubhood-frontpage-header-design-4.design-inverse .hubhood-front-page-hero-section .hubhood-search-box-full {
                float: right;
        }

        .hubhood-frontpage-header-design-4.design-inverse .hubhood-front-page-hero-section .hubhood-hero-title,
        .hubhood-frontpage-header-design-4.design-inverse .hubhood-front-page-hero-section .hubhood-hero-subtitle,
        .hubhood-frontpage-header-design-4.design-inverse .hubhood-front-page-hero-section .hubhood-hero-buttons-wrapper,
        .hubhood-frontpage-header-design-4.design-inverse .hubhood-front-page-hero-section .hubhood-separator-wrapper {
                float: right;
        }

        .hubhood-price-item .hubhood-price-item-tag-tr,
        .hubhood-quote-item .hubhood-quote-item-tag-tr {
                padding-left: 30px;
        }


        .page-template-front-page:not(.hubhood-frontpage-header-design-5) .hubhood-front-page-hero-section.hubhood-hero-slider-full-width .hubhood-hero-text-inner>.col-sm-12 {
                padding-top: 70px;
        }


        .hubhood-has-front-hero-categories.hubhood-has-hero-listing-types:not(.hubhood-frontpage-header-design-2) .hubhood-front-page-hero-section.hubhood-hero-slider-full-width .hubhood-hero-text-inner>.col-sm-12 {
                padding-top: 70px;
                padding-bottom: 110px;
        }

        .hubhood-has-front-hero-categories.hubhood-has-hero-listing-types:not(.hubhood-frontpage-header-design-2) .hubhood-front-page-hero-section.hubhood-hero-slider-full-width .hubhood-hero-content-inner {
                padding-top: 40px;
                padding-bottom: 140px;
        }

        .hubhood-frontpage-header-design-7.hubhood-frontpage-frontpage-header-categories-position-default.hubhood-has-front-hero-categories .hubhood-hero-slider-full-width .hubhood-hero-text-inner>.col-sm-12 {
                padding-bottom: 90px;
        }

        .hubhood-has-front-hero-categories.hubhood-has-hero-listing-types.hubhood-frontpage-header-design-1.hubhood-frontpage-header-categories-design-2.hubhood-frontpage-frontpage-header-categories-position-default .hubhood-front-page-hero-section.hubhood-hero-slider-full-width .hubhood-hero-content-inner {
                padding-bottom: 200px;
        }

        .hubhood-listing-results-column-background-color-dark [data-listing-grid-view="hubhood-grid-only-cards"] .hubhood-results-count-inner {
                text-align: left;
                padding-left: 0;
        }

        .single-job_listing .hubhood-hero-slider-full-width .hubhood-hero-text-inner>.col-sm-12 {
                padding : 30px 180px;
        }

        .hubhood-frontpage-header-design-5 .hubhood-front-page-hero-section .hubhood-hero-text-inner>.col-sm-12 {
                padding-top: 90px;
        }
}

@media (min-width: 768px) and (max-width: 1399px) {
        .hubhood-frontpage-header-design-5 .hubhood-front-page-hero-section .hubhood-hero-content-inner .hubhood-hero-text-wrapper {
                width: 100%;
                max-width: 100%;
        }
}

@media (min-width: 1400px) {
        .hubhood-frontpage-header-design-4 .hubhood-front-page-hero-section .hubhood-hero-terms-wrapper .hubhood-hero-category {
                min-width: 241px;
        }

        .hubhood-frontpage-header-categories-design-36 .hubhood-front-page-hero-section .hubhood-hero-terms-wrapper .hubhood-hero-category,
        .hubhood-frontpage-header-categories-design-37 .hubhood-front-page-hero-section .hubhood-hero-terms-wrapper .hubhood-hero-category {
                min-width: 179px;
        }

        .hubhood-frontpage-header-design-5.hubhood-frontpage-frontpage-header-categories-position-default.hubhood-frontpage-header-categories-design-34 .hubhood-front-page-hero-section .hubhood-hero-terms-wrapper .hubhood-hero-category,
        .hubhood-frontpage-header-design-5.hubhood-frontpage-frontpage-header-categories-position-default.hubhood-frontpage-header-categories-design-36 .hubhood-front-page-hero-section .hubhood-hero-terms-wrapper .hubhood-hero-category,
        .hubhood-frontpage-header-design-5.hubhood-frontpage-frontpage-header-categories-position-default.hubhood-frontpage-header-categories-design-37 .hubhood-front-page-hero-section .hubhood-hero-terms-wrapper .hubhood-hero-category,
        .hubhood-frontpage-header-design-5.hubhood-frontpage-frontpage-header-categories-position-default.hubhood-frontpage-header-categories-design-40 .hubhood-front-page-hero-section .hubhood-hero-terms-wrapper .hubhood-hero-category {
                min-width: 0px;
        }
}



/* Start - Remove background attachment from iPad */

@media (max-width: 1210px) and (min-height: 1200px) {
        .hubhood-listing-gallery.hubhood-gallery-dark,
        .hubhood-listing-gallery-backgrounds,
        .hubhood-hero-image,
        .single .hubhood-page-header,
        .hubhood-hero-slider-full-width .hubhood-hero-slide {
                background-attachment: scroll;
        }
}

@media (min-width: 1200px) and (max-width: 1399px) {
        .hubhood-review-stars-card-wrapper .hubhood-stars-rating {
                display: none !important;
        }
}

@media (max-width: 335px) {
        .hubhood-review-stars-card-wrapper .hubhood-stars-rating {
                display: none !important;
        }
}

@media (max-width: 800px) and (min-height: 850px) {
        .hubhood-listing-gallery.hubhood-gallery-dark,
        .hubhood-listing-gallery-backgrounds,
        .hubhood-hero-image,
        .single .hubhood-page-header,
        .hubhood-hero-slider-full-width .hubhood-hero-slide {
                background-attachment: scroll;
        }
}

/* End - Remove background attachment from iPad */

@media (min-width: 992px) and (max-width: 1199px) {
        .hubhood-has-review-average .hubhood-big-listing-rating-wrapper {
                font-size: 80px;
        }

        .hubhood-has-review-average .hubhood-rating-stars {
                bottom: -24px;
        }

        #page .hubhood-big-listing-rating-wrapper .hubhood-stars-rating span {
                margin-left: 3px;
                margin-right: 3px;
        }
}

@media (max-width: 1199px) {
        .hubhood-map-list-wrapper[data-listing-grid-view] .hubhood-hero-types-container {
                left: 0;
        }

        .hubhood-map-list-wrapper[data-listing-grid-view="hubhood-grid-only-map"] .hubhood-hero-types-container {
                left: -50000px;
        }

        .hubhood-map-list-wrapper[data-listing-grid-view] .hubhood-hero-types-container ~ .hubhood-map-filter-sidebar {
                padding-top: 100px;
        }

        .hubhood-map-list-wrapper[data-listing-grid-view="hubhood-grid-no-map"] .hubhood-map-filter-sidebar {
                display: block;
        }

        .hubhood-map-list-wrapper[data-listing-grid-view="hubhood-grid-no-map"] .hubhood-map-listings-sidebar {
                left: 352.5px;
        }

        .hubhood-results-count-inner {
                border-top-left-radius: 500px;
                border-bottom-left-radius: 500px;
        }
}

@media ( max-width: 767px ) {   
        h1,
        h1 *,
        .entry-content h1,
        .comment-content h1,
        #wcfmmp-store #wcfm_store_header h1.wcfm_store_title,
        .hubhood-page-title,
        .hubhood-hero-section-title h1,
        .page-template-front-page .hubhood-fill-background.hubhood-light-design h1,
        .entry-content .widget-title,
        .entry-content .widget-title a,
        .hubhood-search-by-popup .hubhood-popup-title h2,
        .hubhood-report-popup .hubhood-popup-title h2,
        .hubhood-claim-popup .hubhood-popup-title h2,
        .hubhood-appointment-popup .hubhood-popup-title h2,
        .wp-block-quote.is-large p,
        .wp-block-quote.is-style-large p {
                font-size: 28px;
        }
        
        .has-medium-font-size {
                font-size: 18px;
        }
        
        .has-large-font-size,
        .has-huge-font-size,
        .has-larger-font-size {
                font-size: 28px;
        }

        h2,
        h2 *,
        .entry-content h2,
        .comment-content h2,
        .hubhood-front-page-widgetized-section .wp-block-search__label,
        .page-content .widget-title {
                font-size : 24px;
        }

        h3,
        h3 *,
        .entry-content h3,
        .comment-content h3,
        .hubhood-front-page-widgetized-section .wp-block-search__label,
        .hubhood-single-blog-featured-text h3 {
                font-size: 22px;
        }

        .has-medium-font-size {
                font-size: 22px !important;
        }

        .hubhood-single-blog-content-section .hubhood-capitalize-first-letter>p:first-child::first-letter {
                padding          : 18px 25px;
                font-size: 70px;
        }

        h4,
        h4 *,
        .entry-content h4,
        .comment-content h4,
        .hubhood-pricing-table .hubhood-listing-package .hubhood-package-title {
                font-size: 20px;
                line-height: 1.5; /* Like on Gutenberg editor */
        }

        .hubhood-price-item tr,
        .hubhood-quote-item tr {
                display: block;
                width: 100%;
                padding-left: 0;
                padding-right: 0;
        }

        .hubhood-price-item tr td,
        .hubhood-price-item tr td *,
        .hubhood-price-item input.hubhood-price-item-tag-val,
        .hubhood-quote-item tr td,
        .hubhood-quote-item tr td *,
        .hubhood-quote-item input.hubhood-quote-item-tag-val {
                display: block;
                width: 100%;
                max-width: 99999px;
        }

        .hubhood-price-item .hubhood-user-account-avatar-image,
        .hubhood-price-item .hubhood-user-account-avatar-image-wrapper,
        .hubhood-quote-item .hubhood-user-account-avatar-image,
        .hubhood-quote-item .hubhood-user-account-avatar-image-wrapper {
                width: 80px;
        }

        .hubhood-price-item .hubhood-user-account-avatar-image-wrapper,
        .hubhood-quote-item .hubhood-user-account-avatar-image-wrapper {
                transform: translate(-50%);
                left: 50%;
        }

        .hubhood-price-item .hubhood-user-account-avatar-image-button,
        .hubhood-quote-item .hubhood-user-account-avatar-image-button {
                width: 36px;
        }

        .hubhood-price-item table > tr:first-child td + td,
        .hubhood-quote-item table > tr:first-child td + td {
                display: none;
        }

        .hubhood-price-item-label,
        .hubhood-quote-item-label {
                margin-top: 20px;
        }

        .hubhood-price-item table,
        .hubhood-quote-item table {
                display: block;
                width: 100%;
        }

        .hubhood-widget-content-wrapper > .container > .row > div > select,
        body select {
                width: 100%;
                max-width: 100%;
                min-width: 100%;
        }

        [class*="hubhood-boxed-fields-"] ~ [class*="hubhood-boxed-fields-"] {
                margin-top: 60px;
        }

        .hubhood-single-has-cover .hubhood-single-blog-header-title-wrapper ~ .hubhood-single-blog-featured-text:before {
                top: -146px;
                height: 150px;
        }

        .hubhood-force-full-width-cards .hubhood-default-post,
        .hubhood-dumb-card-wrapper {
                width: 100%;
        }

        .hubhood-map-list-wrapper:not([data-listing-grid-view="hubhood-default-listing-archive-view"]) .hubhood-design-1-b-2-3-c-8-k .hubhood-has-review-pre-footer ~ .hubhood-listing-card-footer .fa-ban {
                margin-top: -7px;
        }

        .hubhood-design-1-b-2-3-c-8-k .hubhood-has-review-pre-footer ~ .hubhood-listing-card-footer {
                min-height: 143px;
        }

        .hubhood-time-countdown .hubhood-time-countdown-term {
                min-width: 70px;
                margin-right: 0px;
        }

        .hubhood-time-countdown .hubhood-time-term-label {
                display: block;
                vertical-align: top;
                margin-top: 5px;
        }

        .hubhood-time-countdown .hubhood-time-countdown-term-data {
                margin-right: 0;
        }

        .hubhood-listing-event-header,
        .hubhood-listing-appointment-header {
                margin-top: 7px;
        }

        .hubhood-price-item-tag-tr td + td,
        .hubhood-quote-item-tag-tr td + td {
                display: none;
        }

        .hubhood-price-item tr,
        .hubhood-quote-item tr {
                padding-bottom: 0;
        }

        .hubhood-minimum-listing-gallery-height-mobile-300 .hubhood-single-listing-header-gallery .hubhood-hero-text-inner>.col-sm-12 {
                height: 300px !important;
        }

        .hubhood-minimum-listing-gallery-height-mobile-350 .hubhood-single-listing-header-gallery .hubhood-hero-text-inner>.col-sm-12 {
                height: 350px !important;
        }

        .hubhood-minimum-listing-gallery-height-mobile-400 .hubhood-single-listing-header-gallery .hubhood-hero-text-inner>.col-sm-12 {
                height: 400px !important;
        }

        .hubhood-minimum-listing-gallery-height-mobile-450 .hubhood-single-listing-header-gallery .hubhood-hero-text-inner>.col-sm-12 {
                height: 450px !important;
        }

        .hubhood-minimum-listing-gallery-height-mobile-500 .hubhood-single-listing-header-gallery .hubhood-hero-text-inner>.col-sm-12 {
                height: 500px !important;
        }

        .hubhood-minimum-listing-gallery-height-mobile-550 .hubhood-single-listing-header-gallery .hubhood-hero-text-inner>.col-sm-12 {
                height: 550px !important;
        }

        .hubhood-minimum-listing-gallery-height-mobile-600 .hubhood-single-listing-header-gallery .hubhood-hero-text-inner>.col-sm-12 {
                height: 600px !important;
        }

        .hubhood-minimum-listing-gallery-empty-height-mobile-300 .hubhood-single-listing-header-gallery.hubhood-empty-listing-gallery-header .hubhood-hero-text-inner>.col-sm-12 {
                height: 300px !important;
        }

        .hubhood-minimum-listing-gallery-empty-height-mobile-350 .hubhood-single-listing-header-gallery.hubhood-empty-listing-gallery-header .hubhood-hero-text-inner>.col-sm-12 {
                height: 350px !important;
        }

        .hubhood-minimum-listing-gallery-empty-height-mobile-400 .hubhood-single-listing-header-gallery.hubhood-empty-listing-gallery-header .hubhood-hero-text-inner>.col-sm-12 {
                height: 400px !important;
        }

        .hubhood-minimum-listing-gallery-empty-height-mobile-450 .hubhood-single-listing-header-gallery.hubhood-empty-listing-gallery-header .hubhood-hero-text-inner>.col-sm-12 {
                height: 450px !important;
        }

        .hubhood-minimum-listing-gallery-empty-height-mobile-500 .hubhood-single-listing-header-gallery.hubhood-empty-listing-gallery-header .hubhood-hero-text-inner>.col-sm-12 {
                height: 500px !important;
        }

        .hubhood-minimum-listing-gallery-empty-height-mobile-550 .hubhood-single-listing-header-gallery.hubhood-empty-listing-gallery-header .hubhood-hero-text-inner>.col-sm-12 {
                height: 550px !important;
        }

        .hubhood-minimum-listing-gallery-empty-height-mobile-600 .hubhood-single-listing-header-gallery.hubhood-empty-listing-gallery-header .hubhood-hero-text-inner>.col-sm-12 {
                height: 600px !important;
        }

        .hubhood-price-range-slider-amount-tooltip {
                top: 18px;
                font-size: 14px;
        }

        .hubhood-term-cards.hubhood-term-design-x-2 .hubhood-term-abbreviation {
                font-size: 26px;
        }

        .hubhood-hero-slide-multiple,
        .hubhood-front-page-hero-section .hubhood-hero-slide.row {
                left: 0 !important;
                transform: translate(0) !important;
        }

        .hubhood-hero-types-container .hubhood-simplebar-has-scroll .hubhood-hero-terms-nav-prev,
        .hubhood-hero-types-container .hubhood-simplebar-has-scroll .hubhood-hero-terms-nav-next {        
                margin-top: -11px;
        }

        .hubhood-hero-user-data-inner {
                background: #fff;
                border-radius: 15px;
        }

        .hubhood-user-header-design-2 .hubhood-hero-user-data-inner {
                background: #fff;
                border-radius: 15px;
                max-width: 420px;
                display: inline-block;
        }

        .hubhood-user-content-wrapper .hubhood-user-content-quote {
                margin-top: 70px;
        }

        .hubhood-user-header-design-2 .hubhood-hero-content-inner {
                padding-top: 0;
                top: 150px;
        }

        .hubhood-user-header-design-2 .hubhood-listing-hero-logo-wrapper,
        .hubhood-user-header-design-2 .hubhood-listing-hero-logo {
                position: relative;
                bottom: auto;
        }

        .hubhood-user-header-design-2 .hubhood-listing-hero-logo-wrapper {
                padding-bottom: 15px;
        }

        .hubhood-user-header-design-2 .hubhood-listing-hero-logo {
                width: 210px;
                height: 210px;
        }

        .hubhood-user-header-design-2 .hubhood-hero-title,
        .hubhood-user-header-design-2 .hubhood-hero-subtitle,
        .hubhood-user-header-design-2 .hubhood-quick-card-icons,
        .hubhood-author-details {
                width: 100%;
                padding-left: 15px;
                padding-right: 15px;
                text-shadow: none;
                color: #252525;
                text-align: center;
        }

        .hubhood-user-header-design-2 .hubhood-hero-subtitle {
                font-size: 16px;
        }

        .hubhood-author-details {
                padding-left: 0;
                padding-right: 0;
        }

        .hubhood-user-header-design-2 .hubhood-quick-card-icons {
                height: auto;
                overflow: visible;
                bottom: auto;
                position: relative;
                top: 45px;
        }

        .hubhood-author-details .hubhood-quick-card-icon {
                display: block;
                width: 100%;
        }

        .hubhood-user-header .hubhood-quick-card-icons .hubhood-quick-card-icon {
                margin: 5px;                
        }

        .hubhood-author-details .hubhood-email-button {
                display: inline-block;
        }

        .hubhood-listing-hero-logo-wrapper {
                height: auto;
        }

        body .hubhood-author-description-section:nth-child(n) {
                margin-top: 190px !important;
        }

        .hubhood-user-header-design-2 .hubhood-hero-text-inner > .col-sm-12 {
                padding-top: 50px;
                box-shadow: 0 0 20px rgba(0,0,0,0.15);
                padding-bottom: 100px;
        }

        .hubhood-user-intro {
                font-weight: 500;
                font-size: 16px;
        }

        .hubhood-hero-text-inner-distance-above,
        .hubhood-hero-text-inner-distance-below {
                display: none !important;
        }
}

@media (min-width: 768px) and (max-width: 991px) {     
        .hubhood-terms-squared .row>*,
        .hubhood-terms-wrapper > *,
        .hubhood-terms-inner > .row > *,
        .hubhood-results-container > *,
        [data-listing-grid-view="hubhood-default-listing-archive-view"] .hubhood-results-container > *,
        [data-listing-grid-view="hubhood-default-listing-archive-view"] .hubhood-related-listing-archive .hubhood-main-block > .row >[class*='col-'] {
                -webkit-flex-grow: 1;
                -ms-flex-grow: 1;
                flex-grow: 1;
        }

        body .hubhood-data-pricing-filter {
                width: calc(50% - 15px) !important;
                display: inline-block !important;
        }
}

@media (min-width: 768px) and (max-width: 919px) {     
        .hubhood-map-listings-sidebar-container .hubhood-grid > div {
                width: 50%;
        }

        .hubhood-listing-cards .hubhood-terms-inner > .row> .hubhood-dumb-card-wrapper,
        .hubhood-main-block > .row >.hubhood-dumb-card-wrapper {
                display: flex;
        }

        .hubhood-listing-cards .hubhood-terms-inner > .row> .hubhood-dumb-card-wrapper:nth-child(odd),
        .hubhood-main-block > .row >.hubhood-dumb-card-wrapper:nth-child(odd) {
                display: none;
                opacity: 0;
        }
}

@media ( min-width: 768px ) {   
        .hubhood-hours-table-wrapper table tr td,
        .hubhood-hours-operation table tr td {
                padding: 20px;
                width: 33.33333333%;
        }
        
        .hubhood-hours-table-wrapper,
        .hubhood-boxed-fields-wrapper {
                padding: 30px;
                background-color: #fff;
        }
        
        .hubhood-business-quote-fields .hubhood-boxed-fields-wrapper {
                padding-left: 0;
                padding-right: 0;
        }

        .fieldset-job_hours .hubhood-hours-table-wrapper,
        .hubhood-boxed-fields-wrapper {
                box-shadow: 4px 4px 15px rgb(0 0 0 / 6%);

        }

        .job-manager-form .hubhood-fieldset-details-wrapper label,
        .job-manager-form .hubhood-boxed-fields-wrapper div[class*="col-xl-"] label {
                padding-bottom: 15px;
        }

        .job-manager-form .hubhood-fieldset-details-wrapper {
                box-shadow: 4px 4px 15px rgb(0 0 0 / 6%);
                padding: 30px 30px 10px 30px;
                background-color: #fff;
                margin-top: -17px;
                margin-bottom: 22px;
        }
        
        .hubhood-hours-table-wrapper {
                padding: 0;
                border: 0;
        }

        .hubhood-frontpage-header-design-3.hubhood-has-front-hero-categories.hubhood-has-hero-listing-types:not(.hubhood-frontpage-header-design-2) .hubhood-front-page-hero-section.hubhood-hero-slider-full-width .hubhood-hero-content-inner {
                padding-top: 90px;
                padding-bottom: 75px;
        }

        .hubhood-frontpage-header-design-3.hubhood-has-front-hero-categories.hubhood-frontpage-frontpage-header-categories-position-default:not(.hubhood-frontpage-header-design-2) .hubhood-front-page-hero-section.hubhood-hero-slider-full-width .hubhood-hero-content-inner {
                padding-bottom: 0;
        }

        .hubhood-frontpage-header-design-3.hubhood-has-front-hero-categories.hubhood-has-hero-listing-types:not(.hubhood-frontpage-header-design-2) .hubhood-front-page-hero-section.hubhood-hero-slider-full-width .hubhood-hero-text-inner>.col-sm-12 {
                padding-bottom: 70px;
        }

        .hubhood-has-front-hero-categories.hubhood-frontpage-header-design-3.hubhood-frontpage-frontpage-header-categories-position-default .hubhood-front-page-hero-section.hubhood-hero-slider-full-width .hubhood-hero-text-inner>.col-sm-12,
        .hubhood-has-front-hero-categories.hubhood-has-hero-listing-types.hubhood-frontpage-header-design-3.hubhood-frontpage-frontpage-header-categories-position-default .hubhood-front-page-hero-section.hubhood-hero-slider-full-width .hubhood-hero-text-inner>.col-sm-12,
                .hubhood-has-front-hero-categories.hubhood-has-hero-listing-types.hubhood-frontpage-header-design-3.hubhood-frontpage-frontpage-header-categories-position-default .hubhood-front-page-hero-section.hubhood-hero-slider-full-width .hubhood-hero-text-inner>.col-sm-12 {
                padding-top: 100px;
        }

        .hubhood-has-front-hero-categories.hubhood-frontpage-header-design-7.hubhood-frontpage-header-categories-design-34 .hubhood-front-page-hero-section.hubhood-hero-slider-full-width .hubhood-hero-text-inner>.col-sm-12,
        .hubhood-has-front-hero-categories.hubhood-has-hero-listing-types.hubhood-frontpage-header-design-7.hubhood-frontpage-header-categories-design-34 .hubhood-front-page-hero-section.hubhood-hero-slider-full-width .hubhood-hero-text-inner>.col-sm-12,
        .hubhood-has-front-hero-categories.hubhood-frontpage-header-design-7.hubhood-frontpage-header-categories-design-36 .hubhood-front-page-hero-section.hubhood-hero-slider-full-width .hubhood-hero-text-inner>.col-sm-12,
        .hubhood-has-front-hero-categories.hubhood-has-hero-listing-types.hubhood-frontpage-header-design-7.hubhood-frontpage-header-categories-design-36 .hubhood-front-page-hero-section.hubhood-hero-slider-full-width .hubhood-hero-text-inner>.col-sm-12,
        .hubhood-has-front-hero-categories.hubhood-frontpage-header-design-7.hubhood-frontpage-header-categories-design-37 .hubhood-front-page-hero-section.hubhood-hero-slider-full-width .hubhood-hero-text-inner>.col-sm-12,
        .hubhood-has-front-hero-categories.hubhood-has-hero-listing-types.hubhood-frontpage-header-design-7.hubhood-frontpage-header-categories-design-37 .hubhood-front-page-hero-section.hubhood-hero-slider-full-width .hubhood-hero-text-inner>.col-sm-12,

        .hubhood-has-front-hero-categories.hubhood-frontpage-header-design-7.hubhood-frontpage-header-categories-design-40 .hubhood-front-page-hero-section.hubhood-hero-slider-full-width .hubhood-hero-text-inner>.col-sm-12,
        .hubhood-has-front-hero-categories.hubhood-has-hero-listing-types.hubhood-frontpage-header-design-7.hubhood-frontpage-header-categories-design-40 .hubhood-front-page-hero-section.hubhood-hero-slider-full-width .hubhood-hero-text-inner>.col-sm-12 {
                padding-top: 60px;
        }

        .hubhood-frontpage-header-design-6.hubhood-has-front-hero-categories.hubhood-has-hero-listing-types:not(.hubhood-frontpage-header-design-2) .hubhood-front-page-hero-section.hubhood-hero-slider-full-width .hubhood-hero-text-inner>.col-sm-12 {
                padding-top: 30px;
                padding-bottom: 30px;
        }
}

@media ( max-width: 767px ) {
        .hubhood-hours-table-wrapper table thead th:first-child {
                width: 45%;
        }

        .job-manager-form fieldset label,
        .job-manager-form fieldset > div.field {
                width: 100%;
        }    

        .job-manager-form fieldset div.field:not(.full-line-checkbox-field).account-sign-in {
                margin-bottom: 20px !important;
        }

        .job-manager-form fieldset label:not(.full-line-checkbox-field label),
        .job-manager-form fieldset div.field:not(.full-line-checkbox-field),
        .job-manager-form .hubhood-boxed-fields-wrapper fieldset label:not(.full-line-checkbox-field label),
        .job-manager-form .hubhood-boxed-fields-wrapper fieldset div.field:not(.full-line-checkbox-field) {
                width: 100%;
        }

        .job-manager-form fieldset label:not(.full-line-checkbox-field label) {
                margin-bottom: 10px;
        }

        .job-manager-form fieldset {
                margin-bottom: 30px;
                padding-bottom: 30px;
        }

        .job-manager-form .hubhood-fieldset-details-wrapper {
                background: #fff;
                margin-top: -31px;
                margin-bottom: 30px;
        }

        .job-manager-form .hubhood-fieldset-details-wrapper fieldset {
                padding-bottom: 0;
        }

        .job-manager-form fieldset label:not(.full-line-checkbox-field label) small {
                display: inline-block;
        }

        .hubhood-featured-widgets > * {
                width: auto;
                flex: 1 1 100%;
        }

        .hubhood-buttons-search .hubhood-term-select-search .select2:before,
        .hubhood-hero-search-input:before,
        .hubhood-search-box-full form .hubhood-search-filters-pricing:before {
                content: "";
                position: absolute;
                top: 0;
                left: 0;
                border-top: 1px solid #e7e7e7;
                width: 100%;
        }

        .hubhood-hero-search .hubhood-listing-search-filter-form-wrapper.products .hubhood-search-input:after,
        .hubhood-hero-search .hubhood-listing-search-filter-form-wrapper.articles .hubhood-search-input:after {
                content: "";
                position: absolute;
                display: block;
                width: 100%;
                bottom: 0;
                left: 0;
                border-bottom: 1px solid rgba(0,0,0,0.05);
        }

        .hubhood-search-workers-section .hubhood-search-bar-container .hubhood-hero-search-input-field-wrapper .hubhood-hero-search-input:before{
                border-top: 1px solid transparent;
        }

        .hubhood-buttons-search .hubhood-term-select-search .select2.select2-container--open:before {
                border-top: 1px solid transparent;
        }

        .hubhood-search-box-full form .hubhood-search-filters-pricing input[type="text"] {
                border-bottom: 0 !important;
        }

        .page #main .woocommerce-MyAccount-navigation ul li,
        .page #main .woocommerce-MyAccount-navigation ul li a {
                width: 100%;
                margin-left: 0;
                margin-right: 0;
        }

        .hubhood-search-filters-pricing-min:after,
        .hubhood-search-filters-pricing-max:after {
                top: 9px;
        }

        .hubhood-frontpage-header-design-3 #content .hubhood-front-page-hero-section .hubhood-hero-content-inner .hubhood-hero-categories-wrapper,
        .hubhood-frontpage-header-design-4 #content .hubhood-front-page-hero-section .hubhood-hero-content-inner .hubhood-hero-categories-wrapper,
        .hubhood-frontpage-header-design-5 #content .hubhood-front-page-hero-section .hubhood-hero-content-inner .hubhood-hero-categories-wrapper {
                padding-top: 0;
        }
}

@media ( min-width: 601px ) {
        .admin-bar .ui-datepicker {
                margin-top: -46px;
        }

        .hubhood-frontpage-header-disabled .hubhood-front-page-widgetized-section > *:first-child {
                padding-top: 170px;
        }
}

@media ( min-width: 783px ) {
        .admin-bar .ui-datepicker {
                margin-top: -32px;
        }
}

@media ( min-width: 600px ) {
        .wp-block-column {
                flex-basis: calc(50% - 15px);
                width: calc(50% - 15px);
                -webkit-flex-grow: 0;
                -ms-flex-grow: 0;
                flex-grow: 0;
                margin-bottom: 0;
        }
        
        .wp-block-columns.has-2-columns .wp-block-column,
        .wp-block-text-columns.columns-2 .wp-block-column {
                flex-basis: calc(50% - 15px);
                width: calc(50% - 15px);
        }
        
        .wp-block-columns.has-3-columns .wp-block-column,
        .wp-block-text-columns.columns-3 .wp-block-column {
                flex-basis: calc(33.33333333% - 20px);
                width: calc(33.33333% - 20px);
        }
        
        .wp-block-columns.has-4-columns .wp-block-column,
        .wp-block-text-columns.columns-4 .wp-block-column {
                flex-basis: calc(25% - 22.5px);
                width: calc(25% - 22.5px);
        }
        
        .wp-block-columns.has-5-columns .wp-block-column,
        .wp-block-text-columns.columns-5 .wp-block-column {
                flex-basis: calc(20% - 24px);
                width: calc(20% - 24px);
        }
        
        .wp-block-columns.has-6-columns .wp-block-column,
        .wp-block-text-columns.columns-6 .wp-block-column {
                flex-basis: calc(16.6666666666666% - 25px);
                width: calc(16.6666666666666% - 25px);
        }
        
        .wp-block-latest-posts.is-grid li {
                flex-basis: calc(50% - 30px);
                width: calc(50% - 30px);
                -webkit-flex-grow: 0;
                -ms-flex-grow: 0;
                flex-grow: 0;
        }
        
        .wp-block-latest-posts.is-grid.columns-2 li {
                flex-basis: calc(50% - 30px);
                width: calc(50% - 30px);
        }
        
        .wp-block-latest-posts.is-grid.columns-3 li {
                flex-basis: calc(33.33333333% - 30px);
                width: calc(33.33333333% - 30px);
        }
        
        .wp-block-latest-posts.is-grid.columns-4 li {
                flex-basis: calc(25% - 30px);
                width: calc(25% - 30px);
        }

        .wp-block-latest-posts.is-grid.columns-5 li {
                flex-basis: calc(20% - 30px);
                width: calc(20% - 30px);
        }

        .wp-block-latest-posts.is-grid.columns-6 li {
                width: calc(16.66667% - 30px);
        }
        
        .wp-block-cover:not(.alignleft):not(.alignright) .wp-block-cover__inner-container,
        .wp-block-cover-image:not(.alignleft):not(.alignright) .wp-block-cover-image__inner-container {
                padding-left: 43px;
                padding-right: 43px;
        }

        .hubhood-more-info-links > .row:first-child {
                margin-top: -30px;
                margin-bottom: -30px;
        }

        .hubhood-more-info-links {
                border: 4px dashed #f2f2f2;
        }
        
        .hubhood-more-info-links {
                padding: 30px;
        }







        .hubhood-front-page-header-width-boxed .hubhood-front-page-hero-section .hubhood-hero-content-wrapper.hubhood-hero-terms-wrapper {
                background: #fff;
                box-shadow: 0 30px 0 0 #fff, 0 -120px 0 0 #fff;
        }

        .hubhood-front-page-header-width-boxed.hubhood-header-topbar-background-color-dark .hubhood-front-page-hero-section .hubhood-hero-content-wrapper.hubhood-hero-terms-wrapper {
                background: rgb(25,30,35);
                box-shadow: 0 30px 0 0 rgb(25,30,35), 0 -120px 0 0 rgb(25,30,35);
        }

        .hubhood-front-page-header-width-boxed .hubhood-front-page-hero-section .hubhood-hero-content-inner {
                width: calc(100% - 60px);
                left: 30px;
                overflow: hidden;
                margin-top: 90px;
                border-radius: 4px;
        }

        .hubhood-front-page-header-width-boxed.hubhood-style-general-edges-rounded .hubhood-front-page-hero-section .hubhood-hero-content-inner {
                border-radius: 25px;
        }

        .hubhood-front-page-header-width-boxed.hubhood-style-general-edges-rounded .hubhood-front-page-hero-section .hubhood-hero-content-inner:before {
                content: "";
                position: absolute;
                top: -1px;
                left: -1px;
                width: calc(100% + 2px);
                height: calc(100% + 2px);
                border: 4px solid #fff;
                opacity: 0.6;
                z-index: 2;
                border-radius: 25px;
        }

        .hubhood-front-page-header-width-boxed.hubhood-header-topbar-background-color-dark.hubhood-style-general-edges-rounded .hubhood-front-page-hero-section .hubhood-hero-content-inner:before {
                border: 4px solid rgb(25,30,35);
        }

        .hubhood-front-page-header-width-boxed.hubhood-style-general-edges-rounded .hubhood-front-page-hero-section .hubhood-hero-slider-multiple-container {
                border-radius: 30px;
        }







        .hubhood-front-page-header-width-boxed.page-template-front-page.hubhood-header-topbar-background-color-light:not(.light-only) #masthead:not(.hubhood-has-scrolled-top),
        .hubhood-front-page-header-width-boxed.page-template-front-page.hubhood-header-topbar-background-color-dark:not(.dark-only) #masthead:not(.hubhood-has-scrolled-top) {
                margin-top: 45px !important;
                max-width: calc(100% - 80px);
                left: 50%;
                transform: translate(-50%,0);
        }



        .hubhood-front-page-header-width-boxed.hubhood-header-topbar-background-color-light:not(.light-only) .hubhood-front-page-hero-section .hubhood-hero-content-inner,
        .hubhood-front-page-header-width-boxed.hubhood-header-topbar-background-color-dark:not(.dark-only) .hubhood-front-page-hero-section .hubhood-hero-content-inner {
                margin-top: 30px;
        }

        .hubhood-front-page-header-width-boxed .hubhood-front-page-hero-section .hubhood-hero-content-inner .hubhood-hero-text-wrapper {
                margin-top: -90px;
        }

        .hubhood-front-page-header-width-boxed.hubhood-header-topbar-background-color-light:not(.light-only) .hubhood-front-page-hero-section .hubhood-hero-content-inner .hubhood-hero-text-wrapper,
        .hubhood-front-page-header-width-boxed.hubhood-header-topbar-background-color-dark:not(.dark-only) .hubhood-front-page-hero-section .hubhood-hero-content-inner .hubhood-hero-text-wrapper {
                margin-top: -30px;
        }

        .hubhood-tiny-call-to-action-title,
        .hubhood-tiny-call-to-action-title * {
                font-size: 19px !important;
        }

}

@media ( max-width: 599px ) {
        .wp-block-text-columns,
        .wp-block-text-columns.aligncenter,
        .wp-block-text-columns.alignfull,
        .wp-block-columns.alignfull,
        .wp-block-audio.alignfull,
        .wp-block-latest-posts.alignfull {
                display: block;
                width: 100% !important; /* Needed to overwrite JavaScript attributions related to alignfull */
                transform: translate(0,0) !important; /* Needed to overwrite JavaScript attributions related to alignfull */
                margin-left: 0 !important; /* Needed to overwrite JavaScript attributions related to alignfull */
                margin-right: 0 !important; /* Needed to overwrite JavaScript attributions related to alignfull */
                padding-left: 0 !important; /* Needed to overwrite JavaScript attributions related to alignfull */
                padding-right: 0 !important; /* Needed to overwrite JavaScript attributions related to alignfull */
        }
        
        .wp-block-text-columns .wp-block-column {
                margin-left: 0;
                margin-bottom: 30px;
        }
        
        .wp-block-text-columns.columns-2 .wp-block-column,
        .wp-block-text-columns.columns-3 .wp-block-column,
        .wp-block-text-columns.columns-4 .wp-block-column {
                width: 100%;
        }
        
        .wp-block-text-columns .wp-block-column:last-child {
                margin-bottom: 0;
        }

        .wp-block-column {
                margin-left: 0;
        }
        
        .wp-block-latest-posts.is-grid li {
                margin-right: 0;
                margin-bottom: 0;
        }
        
        .wp-block-latest-posts.is-grid,
        .single #main ul.wp-block-latest-posts.is-grid,
        .page #main ul.wp-block-latest-posts.is-grid {
                margin-bottom: 30px;
        }
        
        .hubhood-more-info-links {
                margin-bottom: 20px;
        }
        
        .hubhood-showing-all-topbar-buttons .hubhood-toggle-fixed-quick-menu-wrapper {
                left: 0;
        }
        
        .hubhood-showing-all-topbar-buttons .hubhood-toggle-fixed-quick-menu-wrapper a {
                border-radius: 0 44px 44px 0;
        }  
        
        .hubhood-showing-all-topbar-buttons .hubhood-toggle-fixed-quick-menu-wrapper a:hover {
                left: 0;
                -webkit-transform: none;
                -moz-transform: none;
                -ms-transform: none;
                -o-transform: none;
                transform: none;
        }

        .gallery[class*="gallery-columns-"] .gallery-item {
                width: calc(50% - 0.5em);
                max-width: calc(50% - 0.5em);
        }

        [class*="galleryid-"].gallery-columns-1 > figure.gallery-item:nth-of-type(1n),
        [class*="galleryid-"].gallery-columns-2 > figure.gallery-item:nth-of-type(2n),
        [class*="galleryid-"].gallery-columns-3 > figure.gallery-item:nth-of-type(3n),
        [class*="galleryid-"].gallery-columns-4 > figure.gallery-item:nth-of-type(4n),
        [class*="galleryid-"].gallery-columns-5 > figure.gallery-item:nth-of-type(5n),
        [class*="galleryid-"].gallery-columns-6 > figure.gallery-item:nth-of-type(6n),
        [class*="galleryid-"].gallery-columns-7 > figure.gallery-item:nth-of-type(7n),
        [class*="galleryid-"].gallery-columns-8 > figure.gallery-item:nth-of-type(8n),
        [class*="galleryid-"].gallery-columns-9 > figure.gallery-item:nth-of-type(9n) {
                margin-right: 1em;
        }

        [class*="galleryid-"].gallery-columns-1 > figure.gallery-item:nth-of-type(1n),
        [class*="galleryid-"].gallery-columns-2 > figure.gallery-item:nth-of-type(2n),
        [class*="galleryid-"].gallery-columns-3 > figure.gallery-item:nth-of-type(2n),
        [class*="galleryid-"].gallery-columns-4 > figure.gallery-item:nth-of-type(2n),
        [class*="galleryid-"].gallery-columns-5 > figure.gallery-item:nth-of-type(2n),
        [class*="galleryid-"].gallery-columns-6 > figure.gallery-item:nth-of-type(2n),
        [class*="galleryid-"].gallery-columns-7 > figure.gallery-item:nth-of-type(2n),
        [class*="galleryid-"].gallery-columns-8 > figure.gallery-item:nth-of-type(2n),
        [class*="galleryid-"].gallery-columns-9 > figure.gallery-item:nth-of-type(2n) {
                margin-right: 0;
        }

        .hubhood-single-blog-content-section .hubhood-capitalize-first-letter>p:first-child::first-letter {
                float            : left;
                position         : relative;
                font-size        : 50px;
                padding-right    : 3px;
                line-height      : 35px;
                font-weight      : 600;
                background-color : rgb(25, 30, 35);
                color            : #fff;
                border-radius    : 4px;
                padding          : 28px 25px;
                margin-top       : 10px;
                margin-right     : 25px;
        }

        .hubhood-listing-widget-content .hubhood-header-more-info {
                text-align: left;
                padding: 0;
        }

        .hubhood-more-info-link {
                margin-bottom: 10px;
        }

        .hubhood-listing-more-info-inner:last-child .hubhood-more-info-links {
                margin-bottom: 0;
        }

        .hubhood-more-info-links-margin {
            margin-top: 15px;
        }
}

@media ( max-width: 540px ) {        
        .hubhood-price-builder-category,
        .hubhood-quote-builder-category {
                max-width: 100%;
        }
        
        .hubhood-pricing-item .hubhood-price-item-title,
        .hubhood-pricing-item .hubhood-quote-item-title {
                width: 100%;
        }
        
        .hubhood-price-item-price-value,
        .hubhood-quote-item-quote-value {
                float: left;
                padding-left: 0;
                display: block;
                margin-top: 5px;
        }        

        .hubhood-tiny-call-to-action-element {
                height: auto !important;
        }

        .hubhood-tiny-call-to-action-text {
                top: 0 !important;
                position: relative !important;
                transform: translate(0%,0%) !important;
                margin-top: 25px !important;
                margin-bottom: 27px !important;
        }

        body .hubhood-tiny-call-to-action-label {
                font-size: 15px;
                font-weight: 600;
        }
}

@media ( max-width: 400px ) {
        h4.panel-title,
        .hubhood-header-more-info,
        .hubhood-pricing-menu-items .nav-tabs>li>button,
        .hubhood-pricing-item .hubhood-price-item-title,
        .hubhood-price-item-price-value,
        .hubhood-price-item-tag-label,
        .hubhood-pricing-item .hubhood-quote-item-title,
        .hubhood-quote-item-quote-value,
        .hubhood-quote-item-tag-label {
                font-size: 13px;
        }

        .hubhood-time-countdown .hubhood-time-countdown-term {
                min-width: 30%;
        }

        .hubhood-frontpage-header-design-6 .hubhood-front-hero-title-inner-design {
                padding-left: 0;
                padding-right: 0;
        } 

        .hubhood-hero-categories-attached-footer .hubhood-hero-categories-wrapper {
                width: 100%;
        }

        .hubhood-search-workers-section .hubhood-search-bar-container {
                margin-left: -25px;
                margin-right: -25px;
                border-radius: 0;
        }

        .hubhood-term-cards.hubhood-term-design-x-1-k-b-2:not(.hubhood-respect-bootstrap-max-width) .hubhood-terms-inner > div > div,
        .hubhood-term-cards.hubhood-listing-terms-design-20-h-2-3-b:not(.hubhood-respect-bootstrap-max-width) .hubhood-terms-inner > div > div,
        .hubhood-term-cards.hubhood-listing-terms-design-20-h-2-3-b.hubhood-term-design-x-1-k-b:not(.hubhood-respect-bootstrap-max-width) .hubhood-terms-inner > div > div {
                min-width: 185px;
                max-width: 185px;
        }

        .hubhood-tiny-call-to-action-element {
                height: auto !important;
                width: calc(100% + 32px) !important;
                max-width: calc(100% + 32px);
        }

        .hubhood-tiny-call-to-action-text {
                top: 0 !important;
                position: relative !important;
                transform: translate(0%,0%) !important;
                margin-top: 15px !important;
                margin-bottom: 17px !important;
        }

        .hubhood-cards-wrapper-background-color {
                left: -15px !important;
                width: calc(100% + 30px) !important;
                min-width: calc(100% + 30px) !important;
                max-width: calc(100% + 30px) !important;
        }
}

@media (max-width: 1199px) {
        .hubhood-single-blog-featured-text {
                width: 940px;
                max-width: 100%;
                padding: 60px 30px 85px;
                padding-top: 70px;
        }

        .hubhood-single-blog-header-title-wrapper .hubhood-featured-single-image,
        .hubhood-hero-gallery-wrapper {
                width: 100%;
        }

        .hubhood-single-no-cover .hubhood-single-blog-featured-text {
                width: 100%;
                padding: 60px 30px;
        }

        .hubhood-call-to-action-content .hubhood-button.hubhood-floated {
                margin-right: 25px;
        }

        .hubhood-call-text-end .hubhood-call-to-action-content .hubhood-button.hubhood-floated {
                margin-right: 0;
                margin-left: 25px;
        }

        .entry-content .hubhood-blog-card .hubhood-listing-card-title,
        .hubhood-blog-card .hubhood-listing-card-title {
                -webkit-line-clamp: 3;
                max-height: 137px;
        }

        .entry-content .hubhood-blog-card .hubhood-listig-card-design-2:not(.hubhood-listig-card-design-2-2) .hubhood-listing-card-title,
        .hubhood-blog-card .hubhood-listig-card-design-2:not(.hubhood-listig-card-design-2-2)  .hubhood-listing-card-title {
                -webkit-line-clamp: 8;
                max-height: 289px;
        }

        .hubhood-listig-card-design-2 .hubhood-read-more,
        .page-content .hubhood-listig-card-design-2 .hubhood-read-more {
                font-size: 15px;
        }

        .hubhood-no-review-average .hubhood-big-rating-circle .hubhood-rating-average-big {
                margin-top: -18px;
        }

        .hubhood-listing-archive-grid-buttons-design-2 .hubhood-map-listings-sidebar .hubhood-grid-filters {
                justify-content: center;
        }

        .hubhood-listing-archive-grid-buttons-design-2 .hubhood-map-listings-sidebar .hubhood-grid-filters .hubhood-grid-filter-button-inner {
                background-color: rgb(40,45,50);
                color: #fff;
        }

        .hubhood-map-list-wrapper[data-listing-grid-view="hubhood-default-listing-archive-view"] .hubhood-map-listings-sidebar .hubhood-grid-filters {
                background-color: transparent;
                box-shadow: none;
                white-space: normal;
                max-width: 100%;
                flex-wrap: wrap;
                overflow: visible;
                align-items: center;
        }

        .hubhood-map-list-wrapper[data-listing-grid-view="hubhood-default-listing-archive-view"] .hubhood-map-listings-sidebar .hubhood-grid-filters .hubhood-grid-filter-button {
                width: 44px;
                height: 44px;
                border-radius: 44px;
                margin-right: 0;
                box-shadow: none;
        }

        .hubhood-map-list-wrapper[data-listing-grid-view="hubhood-default-listing-archive-view"] .hubhood-map-listings-sidebar .hubhood-grid-filters .hubhood-grid-filter-button:not(.hubhood-grid-filter-selected) {
                width: 44px;
                height: 44px;
        }

        .hubhood-map-list-wrapper[data-listing-grid-view="hubhood-default-listing-archive-view"] .hubhood-map-listings-sidebar .hubhood-grid-filters .hubhood-grid-filter-button:not(.hubhood-grid-filter-selected) .hubhood-grid-filter-button-inner {
                width: 44px;
                height: 44px;
                line-height: 42px;
                color: #ccc;
        }

        .hubhood-map-list-wrapper[data-listing-grid-view="hubhood-default-listing-archive-view"] .hubhood-map-listings-sidebar .hubhood-grid-filters .hubhood-grid-filter-button:not(.hubhood-grid-filter-selected) .hubhood-grid-filter-button-inner {
                color: #fff;
        }

        .hubhood-map-list-wrapper[data-listing-grid-view="hubhood-default-listing-archive-view"] .hubhood-map-listings-sidebar .hubhood-grid-filters .hubhood-grid-filter-button .hubhood-grid-filter-button-inner {
                width: 44px;
                height: 44px;
                border-radius: 44px;
                margin-right: 0;       
                line-height: 42px; 
                box-shadow: none;
        }

        .hubhood-map-list-wrapper[data-listing-grid-view="hubhood-default-listing-archive-view"] .hubhood-map-listings-sidebar .hubhood-grid-filters,
        .hubhood-listing-archive-grid-buttons-design-2 .hubhood-map-list-wrapper[data-listing-grid-view="hubhood-default-listing-archive-view"] .hubhood-map-listings-sidebar .hubhood-grid-filters {
                justify-content: center;
                position: absolute;
                z-index: 12;
        }

        .hubhood-map-list-wrapper[data-listing-grid-view="hubhood-default-listing-archive-view"] .hubhood-map-listings-sidebar .hubhood-grid-filters .hubhood-grid-filter-button-inner {
                background-color: rgb(40,45,50);
                color: #fff;
        }

        .hubhood-map-list-wrapper[data-listing-grid-view="hubhood-default-listing-archive-view"] .hubhood-map-listings-sidebar .hubhood-grid-filters .hubhood-grid-filter-button {
                display: none;
        }

        .hubhood-map-list-wrapper[data-listing-grid-view="hubhood-default-listing-archive-view"] .hubhood-map-listings-sidebar .hubhood-grid-filters .hubhood-show-filters {
                display: flex;
        }

        .hubhood-listing-archive-grid-buttons-design-2 [data-listing-grid-view="hubhood-grid-only-cards"] .hubhood-map-listings-sidebar .hubhood-grid-filters a:not(.hubhood-grid-filter-selected) .hubhood-grid-filter-button-inner {
                background-color: transparent;
                color: #ccc;
        }
}

@media (min-width: 540px) and (max-width: 1199px) {
        .hubhood-comment-header-name {
                width: calc(100% - 130px);
        }
        .comment-box .hubhood-comment-header-name h5 {
                line-height: 2.3;
                padding-top: 6px;
                padding-right: 0;
        }

        .hubhood-comment-header-date {
                padding-top: 20px;
        }
}

@media (min-width: 576px) {
        .widget_hubhood_call_to_action h2,
        .widget_hubhood_call_to_action h2 * {
                font-size   : 36px;
                line-height : 1.33;
        }

        .navbar-header .hubhood-logged-user-menu-left li.hubhood-add-listing-button-mobile {
                display: none;
        }

        .hubhood-hero-content-inner {
                padding: 90px 0;
        }

        .hubhood-frontpage-header-design-3  .hubhood-hero-content-inner {
                padding: 150px 0 120px;
        }

        .hubhood-has-front-hero-categories.hubhood-hero-footer-design-2 .hubhood-front-page-hero-section .hubhood-hero-content-inner {
                padding: 45px 0 160px 0;
        }

        .hubhood-frontpage-header-design-6 .hubhood-hero-content-inner {
                padding-bottom: 45px;
        }
}

@media (max-width: 599px) {
        .hubhood-frontpage-header-design-5  .hubhood-hero-content-inner {
                padding-top: 0;
        }
}

@media (min-width: 576px) and (max-width: 991px) {
        .hubhood-has-front-hero-categories.hubhood-frontpage-header-design-1.hubhood-frontpage-frontpage-header-categories-position-default:not(.hubhood-has-hero-listing-types) .hubhood-front-page-hero-section .hubhood-hero-content-inner {
                padding: 60px 0 90px;
        }
}

@media (min-width: 1200px) {
        .hubhood-grid-1140 {
                max-width : 1200px;
        }

        .hubhood-grid-960 {
                max-width : 1020px;
        }

        .hubhood-no-review-average .hubhood-big-rating-circle .hubhood-rating-average-big {
                height: 50px;
                margin-top: -30px;
                margin-bottom: 0;
                opacity: 1;
        }

        .hubhood-no-review-average .hubhood-big-rating-circle .hubhood-rating-mood {
                opacity: 1;
        }

        .hubhood-big-rating-circle .hubhood-listing-card-icon.hubhood-low-opacity-border {
                width: 70px;
                height: 70px;
                font-size: 32px;
                border: 4px solid transparent;
                line-height: 1.79;
                margin: 0;
                background-color: rgba(255,255,255,0.12);
        }

        .hubhood-big-rating-circle .hubhood-listing-card-icon.hubhood-low-opacity-border:before {
                font-weight: 300;
                opacity: 1;
                padding-left: 2px;
        }


        .hubhood-big-rating-circle .hubhood-listing-card-icon.hubhood-low-opacity-border:after {
                width: 68px;
                height: 4px;
                opacity: 1;
                top: 30px;
                left: -2px;
                opacity: 1;
                background: #fff;
        }

        iframe[src*="video.wordpress"],
        iframe[src*=".youtube."] {
                height: 540px;
        }

        .hubhood-map-listings-sidebar .hubhood-listing-cards .hubhood-terms-inner > .row> .hubhood-dumb-card-wrapper,
        .hubhood-map-listings-sidebar .hubhood-main-block > .row >.hubhood-dumb-card-wrapper {
                display: flex;
        }

        .hubhood-listing-cards .hubhood-terms-inner > .row>.hubhood-dumb-card-wrapper:nth-child(odd),
        .hubhood-main-block > .row >.hubhood-dumb-card-wrapper:nth-child(odd) {
                display: none;
                opacity: 0;
        }

        .hubhood-frontpage-header-design-4 .hubhood-hero-content-inner .hubhood-hero-text-wrapper {
                padding-left: 100px;
        }

        .hubhood-featured-heading-title-word:before {
                margin-right: 10px;
        }

        .hubhood-hero-search-input-field-wrapper.col-xl-3 {
                width: 29.5%;
        }

        .hubhood-hero-search-input-field-wrapper.col-xl-3 ~ .col-xl-3 {
                width: 23.5%;
        }

        .hubhood-force-aside-next-widget,
        .hubhood-force-aside-next-widget + section {
                width: 50% !important;
                display: inline-block;
                text-align: right;
                vertical-align: top;
        }

        .hubhood-force-aside-next-widget:not(.hubhood-dark-background),
        .hubhood-force-aside-next-widget + section:not(.hubhood-dark-background) {
                background: transparent !important;
        }

        .hubhood-force-aside-next-widget.hubhood-dark-background,
        .hubhood-force-aside-next-widget.hubhood-dark-background + .hubhood-dark-background {
                box-shadow: none;
        }

        .hubhood-force-aside-next-widget + section {
                text-align: left;
        }

        .hubhood-force-aside-next-widget > *,
        .hubhood-force-aside-next-widget + section > * {
                text-align: left;
        }

        .hubhood-force-aside-next-widget > *:first-child,
        .hubhood-force-aside-next-widget + section > *:first-child {
                display: inline-block !important;
        }

        .hubhood-force-aside-next-widget > *:first-child {
                margin-right: -15px !important;
        }

        .hubhood-force-aside-next-widget + section > *:first-child {
                margin-left: -15px !important;
        }

        .hubhood-force-aside-next-widget .container,
        .hubhood-force-aside-next-widget + section .container {
                max-width: 675px;
        }

        .hubhood-force-aside-next-widget .hubhood-terms-inner > .row > .col-xl-3,
        .hubhood-force-aside-next-widget .hubhood-terms-inner > .row > .col-lg-3,
        .hubhood-force-aside-next-widget .hubhood-terms-inner > .row > .col-md-3,
        .hubhood-force-aside-next-widget .hubhood-terms-inner > .row > .col-xl-4,
        .hubhood-force-aside-next-widget .hubhood-terms-inner > .row > .col-lg-4,
        .hubhood-force-aside-next-widget .hubhood-terms-inner > .row > .col-md-4,
        .hubhood-force-aside-next-widget .hubhood-terms-inner > .row > .col-xl-6,
        .hubhood-force-aside-next-widget .hubhood-terms-inner > .row > .col-lg-6,
        .hubhood-force-aside-next-widget .hubhood-terms-inner > .row > .col-md-6,

        .hubhood-force-aside-next-widget + section .hubhood-terms-inner > .row > .col-xl-3,
        .hubhood-force-aside-next-widget + section .hubhood-terms-inner > .row > .col-lg-3,
        .hubhood-force-aside-next-widget + section .hubhood-terms-inner > .row > .col-md-3,
        .hubhood-force-aside-next-widget + section .hubhood-terms-inner > .row > .col-xl-4,
        .hubhood-force-aside-next-widget + section .hubhood-terms-inner > .row > .col-lg-4,
        .hubhood-force-aside-next-widget + section .hubhood-terms-inner > .row > .col-md-4,
        .hubhood-force-aside-next-widget + section .hubhood-terms-inner > .row > .col-xl-6,
        .hubhood-force-aside-next-widget + section .hubhood-terms-inner > .row > .col-lg-6,
        .hubhood-force-aside-next-widget + section .hubhood-terms-inner > .row > .col-md-6 {
                width: 50% !important;
        }
}

@media (min-width:1200px){
        .hubhood-force-columns-desktop .col-xl-12,
        .hubhood-force-aside-next-widget .hubhood-force-columns-desktop .hubhood-terms-inner > .row > .col-xl-12,
        .hubhood-force-aside-next-widget + section .hubhood-force-columns-desktop .hubhood-terms-inner > .row > .col-xl-12 {                
                flex: 0 0 auto !important;
                width: 100% !important;
        }

        .hubhood-force-columns-desktop .col-xl-6,
        .hubhood-force-aside-next-widget .hubhood-force-columns-desktop .hubhood-terms-inner > .row > .col-xl-6,
        .hubhood-force-aside-next-widget + section .hubhood-force-columns-desktop .hubhood-terms-inner > .row > .col-xl-6 {                
                flex: 0 0 auto !important;
                width: 50% !important;
        }

        body .hubhood-force-columns-desktop .col-xl-4,
        .hubhood-force-aside-next-widget .hubhood-force-columns-desktop .hubhood-terms-inner > .row > .col-xl-4,
        .hubhood-force-aside-next-widget + section .hubhood-force-columns-desktop .hubhood-terms-inner > .row > .col-xl-4 {                
                flex: 0 0 auto !important;
                width: 33.33333333% !important;
        }

        .hubhood-force-columns-desktop .col-xl-3,
        .hubhood-force-aside-next-widget .hubhood-force-columns-desktop .hubhood-terms-inner > .row > .col-xl-3,
        .hubhood-force-aside-next-widget + section .hubhood-force-columns-desktop .hubhood-terms-inner > .row > .col-xl-3 {                
                flex: 0 0 auto !important;
                width: 25% !important;
        }

        .hubhood-force-columns-desktop .col-xl-2_5,
        .hubhood-force-aside-next-widget .hubhood-force-columns-desktop .hubhood-terms-inner > .row > .col-xl-2_5,
        .hubhood-force-aside-next-widget + section .hubhood-force-columns-desktop .hubhood-terms-inner > .row > .col-xl-2_5 {                
                flex: 0 0 auto !important;
                width: 20% !important;
        }

        .hubhood-force-columns-desktop .col-xl-2,
        .hubhood-force-aside-next-widget .hubhood-force-columns-desktop .hubhood-terms-inner > .row > .col-xl-2,
        .hubhood-force-aside-next-widget + section .hubhood-force-columns-desktop .hubhood-terms-inner > .row > .col-xl-2 {                
                flex: 0 0 auto !important;
                width: 16.66666667% !important;
        }

        .hubhood-desktop-many-cols .hubhood-terms-inner,
        .hubhood-desktop-many-cols .hubhood-terms-inner *  {
                --bs-gutter-x: 7.5px !important;
        }

        .hubhood-desktop-many-cols .hubhood-default-post {
                margin-bottom: 7.5px !important;
        }

        .hubhood-force-columns-desktop .hubhood-listing-card-title {
                font-size: 14px !important;
        }

        .hubhood-force-columns-desktop .hubhood-hero-pricing h4 {
                font-size: 15px !important;
        }

        .hubhood-force-columns-desktop .hubhood-listing-card-title-wrapper * {
                font-size: 14px !important;
        }

        .hubhood-force-columns-desktop .col-xl-2 .hubhood-listing-card-title-wrapper * {
                font-size: 13px !important;
        }
}

@media(min-width:1024px) and (max-width:1199px){
        .hubhood-force-columns-ipad-pro .col-lg-12 {                
                flex: 0 0 auto !important;
                width: 100% !important;
        }

        .hubhood-force-columns-ipad-pro .col-lg-6 {                
                flex: 0 0 auto !important;
                width: 50% !important;
        }

        .hubhood-force-columns-ipad-pro .col-lg-4 {                
                flex: 0 0 auto !important;
                width: 33.33333333% !important;
        }

        .hubhood-force-columns-ipad-pro .col-lg-3 {                
                flex: 0 0 auto !important;
                width: 25% !important;
        }

        .hubhood-force-columns-ipad-pro .col-lg-2_5 {                
                flex: 0 0 auto !important;
                width: 20% !important;
        }

        .hubhood-force-columns-ipad-pro .col-lg-2 {                
                flex: 0 0 auto !important;
                width: 16.66666667% !important;
        }

        .hubhood-ipad-pro-many-cols .hubhood-terms-inner,
        .hubhood-ipad-pro-many-cols .hubhood-terms-inner *  {
                --bs-gutter-x: 7.5px !important;
        }

        .hubhood-ipad-pro-many-cols .hubhood-terms-inner,
        .hubhood-ipad-pro-many-cols .hubhood-terms-inner *  {
                --bs-gutter-x: 7.5px !important;
        }

        .hubhood-ipad-pro-many-cols .hubhood-default-post {
                margin-bottom: 7.5px !important;
        }

        .hubhood-force-columns-ipad-pro .hubhood-listing-card-title {
                font-size: 14px !important;
        }

        .hubhood-force-columns-ipad-pro .hubhood-hero-pricing h4 {
                font-size: 15px !important;
        }

        .hubhood-force-columns-ipad-pro .hubhood-listing-card-title-wrapper * {
                font-size: 14px !important;
        }

        .hubhood-force-columns-ipad-pro .col-xl-2 .hubhood-listing-card-title-wrapper * {
                font-size: 13px !important;
        }
}

@media(min-width:768px) and (max-width:1023px){
        .hubhood-force-columns-ipad .col-md-12 {                
                flex: 0 0 auto !important;
                width: 100% !important;
        }

        .hubhood-force-columns-ipad .col-md-6 {                
                flex: 0 0 auto !important;
                width: 50% !important;
        }

        .hubhood-force-columns-ipad .col-md-4 {                
                flex: 0 0 auto !important;
                width: 33.33333333% !important;
        }

        .hubhood-force-columns-ipad .col-md-3 {                
                flex: 0 0 auto !important;
                width: 25% !important;
        }

        .hubhood-force-columns-ipad .col-md-2_5 {                
                flex: 0 0 auto !important;
                width: 20% !important;
        }

        .hubhood-force-columns-ipad .col-md-2 {                
                flex: 0 0 auto !important;
                width: 16.66666667% !important;
        }

        .hubhood-ipad-many-cols .hubhood-terms-inner,
        .hubhood-ipad-many-cols .hubhood-terms-inner *  {
                --bs-gutter-x: 7.5px !important;
        }

        .hubhood-ipad-many-cols .hubhood-default-post {
                margin-bottom: 7.5px !important;
        }

        .hubhood-force-columns-ipad .hubhood-listing-card-title {
                font-size: 14px !important;
        }

        .hubhood-force-columns-ipad .hubhood-hero-pricing h4 {
                font-size: 15px !important;
        }

        .hubhood-force-columns-ipad .hubhood-listing-card-title-wrapper * {
                font-size: 14px !important;
        }

        .hubhood-force-columns-ipad .col-xl-2 .hubhood-listing-card-title-wrapper * {
                font-size: 13px !important;
        }
}

@media (max-width:767px){
        .hubhood-force-columns-mobile .col-sm-12 {                
                flex: 0 0 auto !important;
                width: 100% !important;
        }

        .hubhood-force-columns-mobile .col-sm-6 {                
                flex: 0 0 auto !important;
                width: 50% !important;
        }

        .hubhood-force-columns-mobile .col-sm-4 {                
                flex: 0 0 auto !important;
                width: 33.33333333% !important;
        }

        .hubhood-force-columns-mobile .col-sm-3 {                
                flex: 0 0 auto !important;
                width: 25% !important;
        }

        .hubhood-force-columns-mobile .col-sm-2_5 {                
                flex: 0 0 auto !important;
                width: 20% !important;
        }

        .hubhood-force-columns-mobile .col-sm-2 {                
                flex: 0 0 auto !important;
                width: 16.66666667% !important;
        }

        .hubhood-mobile-many-cols .hubhood-terms-inner,
        .hubhood-mobile-many-cols .hubhood-terms-inner *  {
                --bs-gutter-x: 7.5px !important;
        }

        .hubhood-mobile-many-cols .hubhood-default-post {
                margin-bottom: 7.5px !important;
        }

        .hubhood-force-columns-mobile .hubhood-listing-card-title {
                font-size: 14px !important;
        }

        .hubhood-force-columns-mobile .hubhood-hero-pricing h4 {
                font-size: 15px !important;
        }

        .hubhood-force-columns-mobile .hubhood-listing-card-title-wrapper * {
                font-size: 14px !important;
        }

        .hubhood-force-columns-mobile .col-xl-2 .hubhood-listing-card-title-wrapper * {
                font-size: 13px !important;
        }
}

@media (min-width: 768px) {
        h1,
        h1 *,
        .widget_hubhood_call_to_action h2,
        .widget_hubhood_call_to_action h2 * {
                font-size   : 46px;
                line-height : 1.33;
        }

        .hubhood-hero-slide {
                width  : 100vw;
                margin : 0;
                left   : -15px;
        }

        .hubhood-content-popup-block {
                min-width : 350px;
        }

        iframe[src*="video.wordpress"],
        iframe[src*=".youtube."] {
                height: 372px;
        }

        .hubhood-hero-footer-design-2 .hubhood-search-box-full form input[type].hubhood-search-input-field {
                border-radius: 4px;
                width: calc(100% - 50px);
                border-left: 1px solid rgba(0,0,0,0.05);
                padding-left: 20px;
        }

        .hubhood-user-has-been-geolocated {
                padding-left: 55px !important;
        }

        .hubhood-hero-footer-design-2 .hubhood-listing-search-filter-form-wrapper.workers form input[type].hubhood-search-input-field,
        .hubhood-hero-footer-design-2 .hubhood-listing-search-filter-form-wrapper.products form input[type].hubhood-search-input-field,
        .hubhood-hero-footer-design-2 .hubhood-listing-search-filter-form-wrapper.articles form input[type].hubhood-search-input-field {
                border-radius: 4px;
                margin-left: 0;
                width: 100%;
                border-left: 0;
                padding-left: 0;
        }

        .hubhood-search-input-field ~ .hubhood-line-bottom-effect {
                max-width: calc(100% - 68px);
                left: 68px;
        }

        .hubhood-listing-search-filter-form-wrapper.workers .hubhood-search-input-field ~ .hubhood-line-bottom-effect,
        .hubhood-listing-search-filter-form-wrapper.products .hubhood-search-input-field ~ .hubhood-line-bottom-effect,
        .hubhood-listing-search-filter-form-wrapper.articles .hubhood-search-input-field ~ .hubhood-line-bottom-effect {
                max-width: 100%;
                left: 0;
        }

        .hubhood-hero-search .select2:after,
        .hubhood-hero-search .hubhood-search-input:after {
                content: "";
                position: absolute;
                display: block;
                width: 100%;
                bottom: 0;
                left: 0;
                border-bottom: 1px solid rgba(0,0,0,0.05);     
        }

        .hubhood-search-bar-first-row {
                max-width: calc(100% - 75px);
        }

        .hubhood-search-icon-wrapper {
                width: auto !important;
        }

        .hubhood-frontpage-header-design-4 .hubhood-hero-title {
                font-size: 56px;
        }

        .hubhood-frontpage-header-design-6 .hubhood-front-page-hero-section .hubhood-hero-terms-wrapper .hubhood-hero-category {
                min-width: calc(50% - 13px);
        }
}

@media (min-width: 992px) {
        .hubhood-user-login-mobile.hubhood-button-light.hubhood-button-outline.hubhood-button-outline-light-border {
                border : 4px solid transparent;
                background-color: rgba(255,255,255,0.13);
                box-shadow: 0 0 15px rgb(0 0 0 / 5%);
                text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.35);
        }

        .hubhood-user-login-mobile.hubhood-button-light.hubhood-button-outline.hubhood-button-outline-light-border:hover {
                background-color: var(--hubhood-color);
                color: #fff;
        }

        .hubhood-screen-scrolled.hubhood-header-topbar-background-color-light .hubhood-user-login-mobile.hubhood-button-light.hubhood-button-outline.hubhood-button-outline-light-border,
        .hubhood-header-topbar-background-color-light.light-only .hubhood-user-login-mobile.hubhood-button-light.hubhood-button-outline.hubhood-button-outline-light-border,
        body.hubhood-header-topbar-background-color-light:not(.page-template-front-page):not(.single-job_listing) .hubhood-user-login-mobile.hubhood-button-light.hubhood-button-outline.hubhood-button-outline-light-border {
                color: #252525;
                border: 4px solid #f1f1f1;
                box-shadow: none;
                text-shadow: none;
        }

        .hubhood-screen-scrolled.hubhood-header-topbar-background-color-light .hubhood-user-login-mobile.hubhood-button-light.hubhood-button-outline.hubhood-button-outline-light-border:before,
        .hubhood-header-topbar-background-color-light.light-only .hubhood-user-login-mobile.hubhood-button-light.hubhood-button-outline.hubhood-button-outline-light-border:before,        
        body.hubhood-header-topbar-background-color-light:not(.page-template-front-page):not(.single-job_listing) .hubhood-user-login-mobile.hubhood-button-light.hubhood-button-outline.hubhood-button-outline-light-border:before {
                text-shadow: none;
        }

        .hubhood-screen-scrolled.hubhood-header-topbar-background-color-light .hubhood-user-login-mobile.hubhood-button-light.hubhood-button-outline.hubhood-button-outline-light-border:hover,
        .hubhood-header-topbar-background-color-light.light-only .hubhood-user-login-mobile.hubhood-button-light.hubhood-button-outline.hubhood-button-outline-light-border:hover,
        body.hubhood-header-topbar-background-color-light:not(.page-template-front-page):not(.single-job_listing) .hubhood-user-login-mobile.hubhood-button-light.hubhood-button-outline.hubhood-button-outline-light-border:hover {
                background-color: var(--hubhood-color);
                color: #fff;
                box-shadow: none;
                border: 4px solid transparent;
                text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
        }

        .hubhood-screen-scrolled.hubhood-header-topbar-background-color-light .hubhood-user-login-mobile.hubhood-button-light.hubhood-button-outline.hubhood-button-outline-light-border:hover:before,
        .hubhood-header-topbar-background-color-light.light-only .hubhood-user-login-mobile.hubhood-button-light.hubhood-button-outline.hubhood-button-outline-light-border:hover:before,        
        body.hubhood-header-topbar-background-color-light:not(.page-template-front-page):not(.single-job_listing) .hubhood-user-login-mobile.hubhood-button-light.hubhood-button-outline.hubhood-button-outline-light-border:hover:before {
                text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4), 2px 2px 0px rgba(0, 0, 0, 0.2);
        }

        .hubhood-screen-scrolled.hubhood-header-topbar-background-color-light .hubhood-dark-header .hubhood-add-listing-main-menu a,
        .hubhood-screen-scrolled.hubhood-header-topbar-background-color-light .hubhood-dark-header .hubhood-add-listing-main-menu a:hover,
        .hubhood-header-topbar-background-color-light.light-only .hubhood-dark-header .hubhood-add-listing-main-menu a,
        .hubhood-header-topbar-background-color-light.light-only .hubhood-dark-header .hubhood-add-listing-main-menu a:hover,        
        body.hubhood-header-topbar-background-color-light:not(.page-template-front-page):not(.single-job_listing) .hubhood-dark-header .hubhood-add-listing-main-menu a,
        body.hubhood-header-topbar-background-color-light:not(.page-template-front-page):not(.single-job_listing) .hubhood-dark-header .hubhood-add-listing-main-menu a:hover {
                background-color: var(--hubhood-color);
                color: #fff;
                box-shadow: none;
                text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
        }

        .hubhood-screen-scrolled.hubhood-header-topbar-background-color-light .hubhood-dark-header .hubhood-add-listing-main-menu a:before,
        .hubhood-screen-scrolled.hubhood-header-topbar-background-color-light .hubhood-dark-header .hubhood-add-listing-main-menu a:hover:before,
        .hubhood-header-topbar-background-color-light.light-only .hubhood-dark-header .hubhood-add-listing-main-menu a:before,
        .hubhood-header-topbar-background-color-light.light-only .hubhood-dark-header .hubhood-add-listing-main-menu a:hover:before,        
        body.hubhood-header-topbar-background-color-light:not(.page-template-front-page):not(.single-job_listing) .hubhood-dark-header .hubhood-add-listing-main-menu a:before,
        body.hubhood-header-topbar-background-color-light:not(.page-template-front-page):not(.single-job_listing) .hubhood-dark-header .hubhood-add-listing-main-menu a:hover:before {
                text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4), 2px 2px 0px rgba(0, 0, 0, 0.2);
        }

        .hubhood-header-menu .navbar-nav>.nav-item>a {
                padding : 7px 12px;
        }

        .dropdown-menu {
                opacity : 0;
        }

        #hubhood-primary-menu .navbar-nav {
                height: 90px;
                overflow: hidden;
        }

        #hubhood-primary-menu .navbar-nav .nav-item {
                margin-bottom: 90px;
        }

        #hubhood-primary-menu:hover .navbar-nav {
                height: auto;
                overflow: visible;
        }

        #hubhood-primary-menu:hover .navbar-nav .nav-item {
                margin-bottom: 0;
        }

        .hubhood-header-menu .navbar-nav>.nav-item.dropdown>.dropdown-menu {
                left      : 50%;
                transform : translate(-50%, 0);
        }

        .nav-item:hover>.dropdown-menu {
                opacity : 1;
        }

        .nav-item.dropdown>.dropdown-menu {
                margin-top : 21px;
                top        : 0;
                left       : 0;
        }

        .hubhood-header-menu .navbar-nav>.nav-item.dropdown>.dropdown-menu {
                top : 100%;
        }

        .hubhood-popup .nav-item.dropdown>.dropdown-menu {
                margin-top : 12px;
        }

        .nav-item.dropdown:hover>.dropdown-menu {
                visibility : visible;
                display    : block;
        }

        .hubhood-style-general-edges-rounded #hubhood-primary-menu .nav-item.dropdown .dropdown-menu {
                border-radius: 0 0 20px 20px;
        }

        .navbar-nav .dropdown li .dropdown-menu {
                right      : 0;
                margin-top : -18px;
                left       : auto;
                transform  : translate(100%, 0);
        }

        .navbar-nav .dropdown li.hubhood-screen-edge-right .dropdown-menu {
                transform : translate(-100%, 0);
        }

        .navbar-nav .dropdown li.hubhood-screen-edge-left .dropdown-menu {
                transform : translate(100%, 0);
        }

        .navbar-default .navbar-nav .dropdown-menu li.nav-item.hubhood-screen-edge-right:hover>a:after,
        .navbar-default .navbar-nav .dropdown-menu li.nav-item.hubhood-screen-edge-right:focus>a:after,
        .navbar-default .navbar-nav .dropdown-menu li.nav-item.hubhood-screen-edge-right .dropdown-menu li.nav-item:hover>a:after,
        .navbar-default .navbar-nav .dropdown-menu li.nav-item.hubhood-screen-edge-right .dropdown-menu li.nav-item:focus>a:after {
                top       : 1px;
                left       : 4px;
                transform : rotate(-90deg);
        }

        .navbar-default .navbar-nav li.nav-item.hubhood-screen-edge-left:hover>a:after,
        .navbar-default .navbar-nav li.nav-item.hubhood-screen-edge-left:focus>a:after,
        .navbar-default .navbar-nav li.nav-item.hubhood-screen-edge-left li:hover>a:after,
        .navbar-default .navbar-nav li.nav-item.hubhood-screen-edge-left li:focus>a:after {
                top       : -3px !important;
                left       : 3px !important;
                transform : rotate(90deg) !important;
        }

        .hubhood-hero-slide {
                border-radius : 4px;
        }

        .hubhood-hero-text-wrapper {
                position : relative;
                z-index  : 2;
        }

        .hubhood-hero-slider-container-wrapper:not(.hubhood-hero-slider-full-width) {
                width         : calc(100% + 60px);
                padding-left  : 70px;
                padding-right : 70px;
                margin-left   : -30px;
                left          : 0;
        }

        .hubhood-hero-text-wrapper.hubhood-hero-text-left {
                padding-right : 150px;
        }

        .hubhood-hero-slider-container-wrapper:not(.hubhood-hero-slider-full-width) .hubhood-hero-text-inner {
                width   : calc(100% + 30px);
                padding : 0 20px;
        }

        .entry__content .alignwide,
        *.alignwide,
        .wp-block-archives.alignwide,
        .wp-block-categories.alignwide,
        .wp-block-latest-posts.alignwide {
                max-width: 1060px;
        }
        
        .single .hubhood-single-without-sidebar .entry__content .alignwide,
        .single .hubhood-single-without-sidebar *.alignwide,
        .single .hubhood-single-without-sidebar .wp-block-archives.alignwide,
        .single .hubhood-single-without-sidebar .wp-block-categories.alignwide,
        .single .hubhood-single-without-sidebar .wp-block-latest-posts.alignwide,
        .page-template-medium-width-page .page *.alignwide,
        .page-template-medium-width-page .page .wp-block-archives.alignwide,
        .page-template-medium-width-page .page .wp-block-categories.alignwide,
        .page-template-medium-width-page .page .wp-block-latest-posts.alignwide,
        .page-template-medium-width-page .page .hubhood-single-without-sidebar .entry__content .alignwide,
        .page-template-medium-width-page .page .hubhood-single-without-sidebar *.alignwide,
        .page-template-medium-width-page .page .hubhood-single-without-sidebar .wp-block-archives.alignwide,
        .page-template-medium-width-page .page .hubhood-single-without-sidebar .wp-block-categories.alignwide,
        .page-template-medium-width-page .page .hubhood-single-without-sidebar .wp-block-latest-posts.alignwide {
                max-width: 992px;
                margin-left: -46px;
                margin-right: -46px;
        }

        .page-template-short-width-page .page *.alignwide,
        .page-template-short-width-page .page .wp-block-archives.alignwide,
        .page-template-short-width-page .page .wp-block-categories.alignwide,
        .page-template-short-width-page .page .wp-block-latest-posts.alignwide,
        .page-template-short-width-page .page .hubhood-single-without-sidebar .entry__content .alignwide,
        .page-template-short-width-page .page .hubhood-single-without-sidebar *.alignwide,
        .page-template-short-width-page .page .hubhood-single-without-sidebar .wp-block-archives.alignwide,
        .page-template-short-width-page .page .hubhood-single-without-sidebar .wp-block-categories.alignwide,
        .page-template-short-width-page .page .hubhood-single-without-sidebar .wp-block-latest-posts.alignwide {
                margin-left: -120px;
                margin-right: -120px;
                max-width: 940px;                
        }

        .col-lg-9 .entry__content .alignwide,
        .col-lg-9 *.alignwide,
        .col-lg-9 .wp-block-archives.alignwide,
        .col-lg-9 .wp-block-categories.alignwide,
        .col-lg-9 .wp-block-latest-posts.alignwide,
        .col-lg-9 .entry__content .alignfull,
        .col-lg-9 *.alignfull,
        .col-lg-9 .wp-block-archives.alignfull,
        .col-lg-9 .wp-block-categories.alignfull,
        .col-lg-9 .wp-block-latest-posts.alignfull {
                margin-left: 0;
                margin-right: 0;
                max-width: 100%;
        }

        iframe[src*="video.wordpress"],
        iframe[src*=".youtube."] {
                height: 500px;
        }       

        .hubhood-front-page-widgetized-section .hubhood-call-to-action-two-columns .hubhood-call-to-action-content {
                padding-right: 30px;
        }

        .hubhood-front-page-widgetized-section .hubhood-call-to-action-two-columns .hubhood-call-text-start + .hubhood-call-text-start .hubhood-call-to-action-content {
                padding-left: 30px;
                padding-right: 0;
        }

        .hubhood-page-header {
                padding: 30px 0;
        }

        .hubhood-front-page-widgetized-section .hubhood-call-to-action-two-columns-separated .hubhood-call-to-action-first-column {
                left: -15px;
        }

        .hubhood-front-page-widgetized-section .hubhood-no-two-columns .hubhood-call-to-action-first-column {
                left: 0;
        }

        .hubhood-front-page-widgetized-section .hubhood-call-to-action-two-columns-separated .hubhood-call-to-action-first-column .hubhood-call-to-action-content {
                padding-left: 15px;
                padding-right: 15px;
        }

        .hubhood-front-page-widgetized-section .hubhood-call-to-action-two-columns-separated .hubhood-call-text-start + .hubhood-call-text-start .hubhood-call-to-action-content {
                padding-left: 60px;
                padding-right: 5px;
        }

        .hubhood-front-page-widgetized-section .hubhood-call-to-action-two-columns-separated .hubhood-call-to-action-second-column {
                right: -15px;
        }

        .hubhood-front-page-widgetized-section .hubhood-call-to-action-two-columns-separated.hubhood-call-to-action-design-3 .hubhood-call-to-action-second-column {
                right: 0;
        }

        .entry-content .hubhood-front-widget-wrapper:not(.hubhood-dark-background):nth-child(even) + .hubhood-call-to-action-has-two-columns {
                background-color: #fff;
                box-shadow: none;
        }

        .entry-content .hubhood-front-widget-wrapper:not(.hubhood-dark-background):nth-child(odd) + .hubhood-call-to-action-has-two-columns {
                background-color: transparent;
                box-shadow: none;
        }

        .hubhood-front-page-widgetized-section .hubhood-call-to-action-two-columns-separated .col-lg-6 .hubhood-call-to-action-background-image,
        .hubhood-front-page-widgetized-section .hubhood-call-to-action-two-columns-separated .col-lg-6 + .col-lg-6 .hubhood-call-to-action-background-image {
                box-shadow: 0 0 20px rgba(0,0,0,0.1);
                border-radius: 4px;
        }

        .hubhood-front-page-widgetized-section .hubhood-call-to-action-two-columns-separated .col-lg-6 .hubhood-call-to-action-background-image:before,
        .hubhood-front-page-widgetized-section .hubhood-call-to-action-two-columns-separated .col-lg-6 + .col-lg-6 .hubhood-call-to-action-background-image:before {
                border-radius: 4px;
        }

        .hubhood-style-general-edges-rounded .hubhood-front-page-widgetized-section .hubhood-call-to-action-two-columns.hubhood-call-to-action-two-columns-separated .col-lg-6 .hubhood-call-to-action-background-image,
        .hubhood-style-general-edges-rounded .hubhood-front-page-widgetized-section .hubhood-call-to-action-two-columns.hubhood-call-to-action-two-columns-separated .col-lg-6 .hubhood-call-to-action-background-image:before {
                border-radius: 0 25px 25px 0;
        }

        .hubhood-style-general-edges-rounded .hubhood-front-page-widgetized-section .hubhood-call-to-action-two-columns.hubhood-call-to-action-two-columns-separated .col-lg-6 + .col-lg-6 .hubhood-call-to-action-background-image,
        .hubhood-style-general-edges-rounded .hubhood-front-page-widgetized-section .hubhood-call-to-action-two-columns.hubhood-call-to-action-two-columns-separated .col-lg-6 + .col-lg-6 .hubhood-call-to-action-background-image:before {
                border-radius: 25px 0 0 25px;
        }

        .hubhood-style-general-edges-rounded .hubhood-front-page-widgetized-section .hubhood-call-to-action-two-columns.hubhood-call-to-action-two-columns-separated.hubhood-bordered-right .col-lg-6 + .col-lg-6 .hubhood-call-to-action-background-image:before {
                border-radius: 0;
        }

        .hubhood-rating-bg-image {
                width         : 100%;
                max-width     : 460px;
        }

        .hubhood-reviews-big-circle {
                max-width: 460px;
        }

        .hubhood-big-rating-circle {
                width            : calc(100% - 60px);
                height           : 430px;
                max-height       : calc(100% - 60px);
        }

        .hubhood-review-first-col .hubhood-write-review {
                margin-top: 60px;
        }

        .hubhood-big-rating-circle svg {
                width      : calc(120% + 170px);
        }

        .hubhood-percentual-rating {
                bottom: -78px;
        }

        .hubhood-rating-mood {
                bottom: 20px;
        }

        .hubhood-hero-footer-design-2 .hubhood-front-page-hero-section .hubhood-hero-categories-wrapper {
                bottom: 45px;
        }

        #content .hubhood-front-page-hero-section ~ .hubhood-search-box-full,
        #content .hubhood-front-page-hero-section .hubhood-search-box-full {
                border-radius: 4px;
        }

        .hubhood-hero-footer-design-2 #content .hubhood-front-page-hero-section ~ .hubhood-search-box-full {
                width: 1260px;
                left: 50%;
                transform: translate(-50%,0);
                margin-top: -135px;
                box-shadow: 5px 5px 30px rgba(0,0,0,0.10);
        }

        .hubhood-style-search-bar-edges-bit-rounded #content .hubhood-front-page-hero-section ~ .hubhood-search-box-full,
        .hubhood-style-search-bar-edges-bit-rounded #content .hubhood-front-page-hero-section .hubhood-search-box-full {
                border-radius: 12px;
        }

        .hubhood-style-search-bar-edges-rounded #content .hubhood-front-page-hero-section ~ .hubhood-search-box-full,
        .hubhood-style-search-bar-edges-rounded #content .hubhood-front-page-hero-section .hubhood-search-box-full {
                border-radius: 25px;
        }

        .hubhood-style-search-bar-edges-rounded #content .hubhood-front-page-hero-section ~ .hubhood-search-box-full.hubhood-search-has-additional-fields,
        .hubhood-style-search-bar-edges-rounded.hubhood-frontpage-header-design-2.hubhood-has-front-hero-categories #content .hubhood-front-page-hero-section ~ .hubhood-search-box-full,
        .hubhood-style-search-bar-edges-rounded #content .hubhood-front-page-hero-section .hubhood-search-box-full.hubhood-search-has-additional-fields,
        .hubhood-style-search-bar-edges-rounded.hubhood-frontpage-header-design-2.hubhood-has-front-hero-categories #content .hubhood-front-page-hero-section .hubhood-search-box-full {
                border-radius: 20px;
        }

        .hubhood-hero-footer-design-2.hubhood-style-search-bar-edges-rounded #content .hubhood-front-page-hero-section ~ .hubhood-search-box-full .hubhood-search-input {
                background: transparent;
        }

        .hubhood-hero-footer-design-2 .hubhood-search-box-full form input[type].hubhood-search-input-field-border-right {
                padding-right: 0;
        } 

        .hubhood-hero-footer-design-2 .hubhood-search-box-full form input[type].hubhood-search-input-field-border-right ~ .hubhood-line-bottom-effect {
                max-width: calc(100% - 68px);
        } 

        .hubhood-hero-footer-design-2 .hubhood-listing-search-filter-form-wrapper.workers form input[type].hubhood-search-input-field-border-right ~ .hubhood-line-bottom-effect,
        .hubhood-hero-footer-design-2 .hubhood-listing-search-filter-form-wrapper.products form input[type].hubhood-search-input-field-border-right ~ .hubhood-line-bottom-effect,
        .hubhood-hero-footer-design-2 .hubhood-listing-search-filter-form-wrapper.articles form input[type].hubhood-search-input-field-border-right ~ .hubhood-line-bottom-effect {
                max-width: 100%;
        }

        .hubhood-frontpage-header-design-5 .hubhood-front-page-hero-section form input[type].hubhood-search-input-field-border-right:focus ~ .hubhood-line-bottom-effect,
        .hubhood-frontpage-header-design-6 .hubhood-front-page-hero-section form input[type].hubhood-search-input-field-border-right:focus ~ .hubhood-line-bottom-effect,
        .hubhood-frontpage-header-design-5 .hubhood-front-page-hero-section .hubhood-term-select-search .select2-container--focus~.hubhood-line-bottom-effect,
        .hubhood-frontpage-header-design-6 .hubhood-front-page-hero-section .hubhood-term-select-search .select2-container--focus~.hubhood-line-bottom-effect {
                width: 100%;
                left: 0;
                max-width: 100%;
        }

        .xhubhood-frontpage-header-design-6 .hubhood-front-page-hero-section .hubhood-no-text-button.hubhood-search-geolocate-button {
                right: 20px;
        }

        .hubhood-hero-front-design-2 ~ .hubhood-hero-terms-wrapper .hubhood-hero-types-container {
                padding-left: 0;
                padding-right: 0;
        }

        .hubhood-style-search-bar-edges-rounded .hubhood-hero-front-design-2 ~ .hubhood-hero-terms-wrapper .hubhood-hero-types-container {
                padding-left: 20px;
                padding-right: 20px;
        }

        .hubhood-term-select-search .select2-container--focus~.hubhood-line-bottom-effect {
                width: 100%;
        }

        .hubhood-single-listing-content-left-column > .hubhood-listing-widgets-wrapper,
        .hubhood-single-listing-content-right-column > .hubhood-listing-widgets-wrapper {
                position: -webkit-sticky;
                position: sticky;
                top: 150px;
                align-self: flex-start;
                margin-bottom: 30px
        }

        .hubhood-single-listing-content-right-column > .hubhood-listing-widgets-wrapper {
                position: -webkit-sticky;
                position: sticky;
                top: 120px;
                align-self: flex-start;
                margin-bottom: 0
        }

        .hubhood-data-block-builder-aside-fields label {
                width: calc( 50% - 15px );
        }

        .hubhood-data-block-builder-aside-fields label + label {
                margin-left: 30px;
        }

        .hubhood-frontpage-header-design-4 #content .hubhood-front-page-hero-section .hubhood-search-box-full,
        .hubhood-frontpage-header-design-4 #content .hubhood-front-page-hero-section .hubhood-search-box-full,
        .hubhood-frontpage-header-design-4 .hubhood-hero-title,
        .hubhood-frontpage-header-design-4 .hubhood-hero-subtitle,
        .hubhood-frontpage-header-design-4 .hubhood-front-page-hero-section .hubhood-hero-buttons-wrapper,
        .hubhood-frontpage-header-design-4 .hubhood-front-page-hero-section .hubhood-separator-wrapper {
                width: 70%;
                max-width: 70%;
                min-width: 700px;
        }

        body .widget_hubhood_call_to_action .hubhood-hero-subtitle {
                min-width: 0;
        }

        .hubhood-frontpage-header-design-3 .hubhood-front-page-hero-section.hubhood-hero-slider-full-width .hubhood-hero-content-inner {
            padding-top: 90px;
        }
}

@media (min-width: 992px) {
        .hubhood-frontpage-header-design-4 .hubhood-hero-title {
                font-size: 64px;
        }

        .hubhood-frontpage-header-design-4 .hubhood-hero-subtitle {
                margin-left: 2px;
                margin-right: 0;
        }

        .hubhood-frontpage-header-design-4 .hubhood-hero-slider-full-width .hubhood-hero-text-inner>.col-sm-12 {
                padding-left: 0;
                padding-right: 0;
        }
}

/* For iPad PRO */
@media (min-width:770px) and (max-width: 1030px) and (min-height: 1000px) {
        .hubhood-frontpage-header-design-3 .hubhood-front-page-hero-section.hubhood-hero-slider-full-width .hubhood-hero-content-inner {
                padding-top: 300px !important;
        }
}

@media (max-width: 991px) {
        .hubhood-frontpage-header-design-3 .hubhood-front-page-hero-section.hubhood-hero-slider-full-width .hubhood-hero-text-inner>.col-sm-12,
        .hubhood-frontpage-header-design-4 .hubhood-front-page-hero-section.hubhood-hero-slider-full-width .hubhood-hero-text-inner>.col-sm-12,
        .hubhood-frontpage-header-design-5 .hubhood-front-page-hero-section.hubhood-hero-slider-full-width .hubhood-hero-text-inner>.col-sm-12 {
                padding-bottom: 30px !important;
                padding-top: 130px !important;
        }
        
        .hubhood-frontpage-header-design-1.hubhood-no-hero-listing-categories .hubhood-front-page-hero-section.hubhood-hero-slider-full-width .hubhood-hero-text-inner>.col-sm-12,
        .hubhood-frontpage-header-design-3.hubhood-no-hero-listing-categories .hubhood-front-page-hero-section.hubhood-hero-slider-full-width .hubhood-hero-text-inner>.col-sm-12,
        .hubhood-frontpage-header-design-4.hubhood-no-hero-listing-categories .hubhood-front-page-hero-section.hubhood-hero-slider-full-width .hubhood-hero-text-inner>.col-sm-12,
        .hubhood-frontpage-header-design-5.hubhood-no-hero-listing-categories .hubhood-front-page-hero-section.hubhood-hero-slider-full-width .hubhood-hero-text-inner>.col-sm-12 {
                padding-top: 100px !important;
        }

        .hubhood-frontpage-header-design-7 .hubhood-hero-categories-attached-footer {
                margin-top: 100px;
        }

        .hubhood-frontpage-header-design-7 .hubhood-hero-categories-attached-footer {
                margin-top: 114px;
        }

        .hubhood-frontpage-header-design-6 .hubhood-front-page-hero-section.hubhood-hero-slider-full-width .hubhood-hero-text-inner>.col-sm-12 {
                padding-top: 30px !important;
        }

        .hubhood-frontpage-header-design-3 .hubhood-front-page-hero-section.hubhood-hero-slider-full-width .hubhood-hero-content-inner,
        .hubhood-frontpage-header-design-4 .hubhood-front-page-hero-section.hubhood-hero-slider-full-width .hubhood-hero-content-inner,
        .hubhood-frontpage-header-design-5 .hubhood-front-page-hero-section.hubhood-hero-slider-full-width .hubhood-hero-content-inner {
                padding-bottom: 30px !important;
        }

        .hubhood-frontpage-header-design-3 #content .hubhood-front-page-hero-section .hubhood-hero-content-inner .hubhood-search-box-full {
                margin-top: 120px;
        }

        .hubhood-frontpage-header-design-3 .hubhood-hero-categories-attached-footer {
                margin-top: -22px;
        }

        .hubhood-call-to-action-design-3 .hubhood-call-to-action-content {
                margin-top: 60px;
                margin-bottom: 60px;
        }

        .hubhood-front-page-widgetized-section .hubhood-call-to-action-two-columns-separated.hubhood-call-to-action-design-3 .hubhood-call-to-action-second-column {
                margin-top:0;
        }

        .hubhood-call-to-action-design-3 .hubhood-call-to-action-content-inner .hubhood-section-title-wrapper h2 {
                font-size: 32px;
        }

        .hubhood-hero-categories-container .hubhood-hero-category img {
            max-width: 70px !important;
        }

        .hubhood-bordered-right .hubhood-call-to-action-second-column .hubhood-call-to-action-background-image {
                border-left: 0;
        }

        .single-job_listing .hubhood-hero-text-wrapper .hubhood-hero-pricing * {
                display: inline-block;
                position: relative;
        }

        .single-job_listing .hubhood-hero-text-wrapper .hubhood-hero-pricing h2 {
                display: inline-block;
                position: relative;
                font-size: 24px;
        }

        .single-job_listing .hubhood-hero-text-wrapper .hubhood-hero-pricing {
                line-height: 1;
        }

        .single-job_listing .hubhood-hero-text-wrapper .hubhood-hero-pricing .hubhood-hero-pricing-label {
                display: none;
        }

        .single-job_listing .hubhood-hero-text-wrapper .hubhood-hero-pricing .hubhood-price-discount-card {
                top: -2px;
                margin: 0;
        }

        .single-job_listing .hubhood-hero-text-wrapper .hubhood-hero-pricing strong {
                font-size: 14px;
                line-height: 1;
        }

        .hubhood-listing-single-reviews.hubhood-light-background .hubhood-percentual-rating {
                color: #fff;
        }

        /**/

        .hubhood-data-block-row .hubhood-data-column {
                margin-bottom: 0; 
        }

        .hubhood-time-pricing-option-plus-wrapper .hubhood-data-block-row {
                margin-top: 0px;
                border: 4px dashed #ddd;
                padding: 12px 15px;
        }

        .hubhood-time-pricing-option-plus-wrapper .hubhood-data-block-row ~ .hubhood-data-block-row {
                margin-top: 30px;
        }

        .hubhood-time-pricing-option-plus-wrapper .hubhood-data-block-row + .hubhood-time-pricing-option-plus  {
                margin-top: 20px;
        }

        .hubhood-data-block-row label > .hubhood-field-label {
                display: none !important;
        }

        .hubhood-time-pricing-option-plus-wrapper .hubhood-delete-data-block {
                top: 11px;
                bottom: auto;
        }

        .hubhood-popup-topbar-buttons .hubhood-popup-top-step-button {
                width: 45px;
                min-width: 40px;
                max-width: 40px;
                width: 40px;
                font-size: 0;
                height: 44px;
                vertical-align: top;
                padding: 3px 20px;
        }

        .hubhood-popup-topbar-buttons .hubhood-popup-top-step-button:before {
                font-size: 24px !important;
                transform: translate(-10px) !important;
                line-height: 0 !important;
        }
}

@media (min-width: 992px) and (max-width: 1399px) {
        [data-listing-grid-view="hubhood-grid-no-map"] .hubhood-map-listings-sidebar .hubhood-grid-filters-wrapper,
        [data-listing-grid-view="hubhood-grid-no-map"] .hubhood-map-listings-sidebar .hubhood-default-post {
                width: 50%;        
        }

        .hubhood-hero-footer-design-2 #content .hubhood-front-page-hero-section ~ .hubhood-search-box-full {
                width: 1080px;
        }
}

@media (min-width: 768px) and (max-width: 1399px) {
        .hubhood-frontpage-header-design-5 .hubhood-hero-categories-attached-footer .hubhood-hero-categories-container {
                width: 100%;
                max-width: 100%;
        }
}

@media (min-width: 768px) and (max-width: 1199px) {
        [data-listing-grid-view="hubhood-grid-no-map"] .hubhood-grid .hubhood-default-post {
                width: 50%;
        }

        [data-listing-grid-view="hubhood-grid-no-map"] .hubhood-grid .hubhood-dumb-card-wrapper {
                min-width: 50% !important;
        }
}

@media (min-width: 920px) and (max-width: 1015px) {
        [data-listing-grid-view="hubhood-grid-no-map"] .hubhood-grid .hubhood-the-rating-stars-card {
                display: none !important;
        }
}

@media (min-width: 1200px) and (max-width: 1499px) {
        [data-listing-grid-view="hubhood-grid-no-map"] .hubhood-grid .hubhood-default-post {
                width: 33.33333%;
        }
}

@media (min-width: 1500px) and (max-width: 1989px) {
        [data-listing-grid-view="hubhood-grid-no-map"] .hubhood-grid .hubhood-default-post {
                width: 25%;
        }
}

@media (min-width: 1990px) and (max-width: 2349px) {
        [data-listing-grid-view="hubhood-grid-no-map"] .hubhood-grid .hubhood-default-post {
                width: 20%;
        }
}

@media (min-width: 2350px) and (max-width: 2649px) {
        [data-listing-grid-view="hubhood-grid-no-map"] .hubhood-grid .hubhood-default-post {
                width: 16.666666666666667%;
        }
}

@media (min-width: 2650px) and (max-width: 99999px) {
        [data-listing-grid-view="hubhood-grid-no-map"] .hubhood-grid .hubhood-default-post {
                width: 14.285714285714285714285714285714%;
        }
}

@media (min-width: 1200px) {
        h1,
        h1 *,
        .widget_hubhood_call_to_action h2,
        .widget_hubhood_call_to_action h2 * {
                font-size   : 65px;
                line-height : 1.33;
        }

        h2,
        h2 * {
                font-size : 28px;
        }

        .hubhood-map-listings-sidebar-inner .hubhood-section-title,
        .hubhood-map-listings-sidebar-inner .hubhood-section-title * {
                font-size : 26px;
        }

        .hubhood-highlights.hubhood-light-card-design h4,
        .hubhood-highlights.hubhood-light-card-design h4 * {
                font-size   : 24px;
        }

        .hubhood-hero-title {
                font-size : 72px;
        }

        .hubhood-page-header-content .hubhood-hero-title {
                font-size : 72px;
        }

        .hubhood-hero-slider-full-width .hubhood-hero-slide {
                width : 100%;
        }
        
        .entry__content .alignwide,
        *.alignwide,
        .wp-block-archives.alignwide,
        .wp-block-categories.alignwide,
        .wp-block-latest-posts.alignwide,
        .single .hubhood-single-without-sidebar .entry__content .alignwide,
        .single .hubhood-single-without-sidebar *.alignwide,
        .single .hubhood-single-without-sidebar .wp-block-archives.alignwide,
        .single .hubhood-single-without-sidebar .wp-block-categories.alignwide,
        .single .hubhood-single-without-sidebar .wp-block-latest-posts.alignwide,
        .page-template-medium-width-page .page .entry__content .alignwide,
        .page-template-medium-width-page .page *.alignwide,
        .page-template-medium-width-page .page .wp-block-archives.alignwide,
        .page-template-medium-width-page .page .wp-block-categories.alignwide,
        .page-template-medium-width-page .page .wp-block-latest-posts.alignwide,
        .page-template-medium-width-page .page .hubhood-single-without-sidebar .entry__content .alignwide,
        .page-template-medium-width-page .page .hubhood-single-without-sidebar *.alignwide,
        .page-template-medium-width-page .page .hubhood-single-without-sidebar .wp-block-archives.alignwide,
        .page-template-medium-width-page .page .hubhood-single-without-sidebar .wp-block-categories.alignwide,
        .page-template-medium-width-page .page .hubhood-single-without-sidebar .wp-block-latest-posts.alignwide {
                max-width: 1200px;
                margin-left: -120px;
                margin-right: -120px;
        }

        .page .entry__content .alignwide,
        .page *.alignwide,
        .page .wp-block-archives.alignwide,
        .page .wp-block-categories.alignwide,
        .page .wp-block-latest-posts.alignwide,
        .page .single .hubhood-single-without-sidebar .entry__content .alignwide,
        .page .single .hubhood-single-without-sidebar *.alignwide,
        .page .single .hubhood-single-without-sidebar .wp-block-archives.alignwide,
        .page .single .hubhood-single-without-sidebar .wp-block-categories.alignwide,
        .page .single .hubhood-single-without-sidebar .wp-block-latest-posts.alignwide {
                max-width: 100%;
                margin-left: 0;
                margin-right: 0;
        }

        .page-template-short-width-page .page *.alignwide,
        .page-template-short-width-page .page .wp-block-archives.alignwide,
        .page-template-short-width-page .page .wp-block-categories.alignwide,
        .page-template-short-width-page .page .wp-block-latest-posts.alignwide,
        .page-template-short-width-page .page .hubhood-single-without-sidebar .entry__content .alignwide,
        .page-template-short-width-page .page .hubhood-single-without-sidebar *.alignwide,
        .page-template-short-width-page .page .hubhood-single-without-sidebar .wp-block-archives.alignwide,
        .page-template-short-width-page .page .hubhood-single-without-sidebar .wp-block-categories.alignwide,
        .page-template-short-width-page .page .hubhood-single-without-sidebar .wp-block-latest-posts.alignwide {
                margin-left: -120px;
                margin-right: -120px;
                max-width: 940px;                
        }

        .hubhood-search-bar-additional-fields {
                max-width: calc(100%);
                width: calc(100%);
        }

        .hubhood-frontpage-header-design-3 .hubhood-front-page-hero-section .hubhood-search-bar-additional-fields,
        .hubhood-frontpage-header-design-4 .hubhood-front-page-hero-section .hubhood-search-bar-additional-fields,
        .hubhood-frontpage-header-design-5 .hubhood-front-page-hero-section .hubhood-search-bar-additional-fields,
        .hubhood-frontpage-header-design-6 .hubhood-front-page-hero-section .hubhood-search-bar-additional-fields {
                width: 100%;
                max-width: 100%;
        }

        .hubhood-style-search-bar-edges-rounded #content .hubhood-front-page-hero-section ~ .hubhood-search-box-full,
        .hubhood-style-search-bar-edges-rounded #content .hubhood-front-page-hero-section .hubhood-search-box-full {
                border-radius: 45px;
        }

        .hubhood-max-cards-row-5 .hubhood-default-post {
                max-width: 258px;
        }
}

@media ( max-width: 892px ) {
        .entry__content .alignwide,
        *.alignwide,
        .wp-block-archives.alignwide,
        .wp-block-categories.alignwide,
        .wp-block-latest-posts.alignwide,
        .page-template-medium-width-page .page *.alignwide,
        .page-template-medium-width-page .page .wp-block-archives.alignwide,
        .page-template-medium-width-page .page .wp-block-categories.alignwide,
        .page-template-medium-width-page .page .wp-block-latest-posts.alignwide,
        .page-template-medium-width-page .page .hubhood-single-without-sidebar .entry__content .alignwide,
        .page-template-medium-width-page .page .hubhood-single-without-sidebar *.alignwide,
        .page-template-medium-width-page .page .hubhood-single-without-sidebar .wp-block-archives.alignwide,
        .page-template-medium-width-page .page .hubhood-single-without-sidebar .wp-block-categories.alignwide,
        .page-template-medium-width-page .page .hubhood-single-without-sidebar .wp-block-latest-posts.alignwide,
        .page-template-short-width-page .page *.alignwide,
        .page-template-short-width-page .page .wp-block-archives.alignwide,
        .page-template-short-width-page .page .wp-block-categories.alignwide,
        .page-template-short-width-page .page .wp-block-latest-posts.alignwide,
        .page-template-short-width-page .page .hubhood-single-without-sidebar .entry__content .alignwide,
        .page-template-short-width-page .page .hubhood-single-without-sidebar *.alignwide,
        .page-template-short-width-page .page .hubhood-single-without-sidebar .wp-block-archives.alignwide,
        .page-template-short-width-page .page .hubhood-single-without-sidebar .wp-block-categories.alignwide,
        .page-template-short-width-page .page .hubhood-single-without-sidebar .wp-block-latest-posts.alignwide {
                max-width: 768px;
                margin-left: -54px;
                margin-right: -54px;
        }

        .alignwide.has-fixed-layout,
        .alignfull.has-fixed-layout {
                width: 100%;
        }
}

@media (min-width: 992px) {
        .logged-in .navbar-header .hubhood-user-menu-topbar li.hubhood-action-button-wrapper {
                display: none;
        }

        .navbar-default .navbar-brand span {
                padding-right: 0;
        }

        .hubhood-header-topbar-background-color-primary .hubhood-signin-button.hubhood-button.hubhood-button-outline:not(.disabled):not(.hubhood-button-light-basic-hover):hover,
        .hubhood-header-topbar-background-color-primary .hubhood-signin-button.hubhood-button.hubhood-button-light.hubhood-button:not(.disabled):not(.hubhood-button-light-basic-hover):hover,
        .hubhood-header-topbar-background-color-primary .hubhood-add-listing-main-menu .hubhood-button.hubhood-button-outline:not(.disabled):not(.hubhood-button-light-basic-hover):hover,
        .hubhood-header-topbar-background-color-primary .hubhood-add-listing-main-menu .hubhood-button.hubhood-button-light.hubhood-button:not(.disabled):not(.hubhood-button-light-basic-hover):hover {
                color: #fff;
                border: 4px solid #fff !important;
                background-color: rgba(255,255,255,0);
        }

        .hubhood-header-topbar-background-color-secondary .hubhood-signin-button.hubhood-button.hubhood-button-outline:not(.disabled):not(.hubhood-button-light-basic-hover):hover,
        .hubhood-header-topbar-background-color-secondary .hubhood-signin-button.hubhood-button.hubhood-button-light.hubhood-button:not(.disabled):not(.hubhood-button-light-basic-hover):hover,
        .hubhood-header-topbar-background-color-secondary .hubhood-add-listing-main-menu .hubhood-button.hubhood-button-outline:not(.disabled):not(.hubhood-button-light-basic-hover):hover,
        .hubhood-header-topbar-background-color-secondary .hubhood-add-listing-main-menu .hubhood-button.hubhood-button-light.hubhood-button:not(.disabled):not(.hubhood-button-light-basic-hover):hover {
                color: #fff;
                border: 4px solid #fff !important;
                background-color: rgba(255,255,255,0);
        }
}

@media (max-width: 991px) {
        .hubhood-hero-slide-link.hubhood-border-left:before {
                display : none;
        }

        .hubhood-action-buttons .hubhood-add-listing-main-menu .hubhood-iconized-button:before {
                text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.35) !important;
        }

        .navbar-brand {
                position   : absolute;
                width      : 100%;
                left       : 0;
                top        : 0;
                text-align : center;
                margin     : auto;
        }

        .hubhood-action-buttons {
                position: absolute;
                left: auto;
                right: 30px;
                margin-right: 0;
        }

        .logged-in .navbar-header .hubhood-user-menu-topbar li.hubhood-action-button-login-wrapper,
        .navbar-header .hubhood-user-menu-topbar li.hubhood-account-menu-item.hubhood-user-logged-in-button-wrapper {
                display: none;
        }

        .hubhood-user-menu-topbar .hubhood-button-light.hubhood-button-outline.hubhood-button-outline-light-border,
        .hubhood-user-menu-topbar .hubhood-button.hubhood-button-transparent-border,
        .navbar-toggler,
        .navbar-toggler:focus,
        .hubhood-header-menu .hubhood-search-icon {
                width: 48px;
                height: 48px;
                line-height: 42px;
                text-align: center;
                padding: 0 9px;
                border: 4px solid transparent;
                border-radius: 50px;
                font-size: 0;
                background-color: rgba(255,255,255,0.12);
                color: #fff;
                margin-right: 0;
                margin-left: 25px;
                box-shadow: none;
        }

        .hubhood-screen-scrolled.hubhood-header-topbar-background-color-light .hubhood-user-menu-topbar .hubhood-button-light.hubhood-button-outline.hubhood-button-outline-light-border,
        body.hubhood-header-topbar-background-color-light:not(.page-template-front-page):not(.single-job_listing) .hubhood-user-menu-topbar .hubhood-button-light.hubhood-button-outline.hubhood-button-outline-light-border,
        .hubhood-screen-scrolled.hubhood-header-topbar-background-color-light .hubhood-user-menu-topbar .hubhood-button.hubhood-button-transparent-border,
        body.hubhood-header-topbar-background-color-light:not(.page-template-front-page):not(.single-job_listing) .hubhood-user-menu-topbar .hubhood-button.hubhood-button-transparent-border,
        .hubhood-screen-scrolled.hubhood-header-topbar-background-color-light .navbar-toggler,
        body.hubhood-header-topbar-background-color-light:not(.page-template-front-page):not(.single-job_listing) .navbar-toggler,
        .hubhood-header-topbar-background-color-light.light-only .hubhood-user-menu-topbar .hubhood-button-light.hubhood-button-outline.hubhood-button-outline-light-border,
        .hubhood-header-topbar-background-color-light.light-only .hubhood-user-menu-topbar .hubhood-button.hubhood-button-transparent-border,
        .hubhood-header-topbar-background-color-light.light-only .navbar-toggler {
                border: 4px solid #f1f1f1 !important;
                color: #252525;
                text-shadow: none;
        }

        .hubhood-screen-scrolled.hubhood-header-topbar-background-color-light .hubhood-action-buttons .hubhood-add-listing-main-menu .hubhood-iconized-button:before,
        .hubhood-header-topbar-background-color-light.light-only .hubhood-action-buttons .hubhood-add-listing-main-menu .hubhood-iconized-button:before,
        body.hubhood-header-topbar-background-color-light:not(.page-template-front-page):not(.single-job_listing) .hubhood-action-buttons .hubhood-add-listing-main-menu .hubhood-iconized-button:before {
                text-shadow: none !important;
        }

        .hubhood-addons-active.hubhood-has-wp-job-manager .hubhood-header-menu .hubhood-search-icon {
                display: inline-block;
                font-size: 18px;
                line-height: 40px;
                margin-left: 0;
                z-index: 10;
        }

        .hubhood-user-menu-topbar .hubhood-button-light.hubhood-button-outline.hubhood-button-outline-light-border:before,
        .hubhood-user-menu-topbar .hubhood-button.hubhood-button-transparent-border:before,
        .hubhood-header-menu .hubhood-search-icon:before {
                width: 24px;
                padding: 0;
                text-align: center;
        }

        .navbar .navbar-toggler {
                border: 0;
                margin: 0;
                padding: 0;
        }

        .navbar .navbar-toggler-icon {
                background: none;         
                vertical-align: top;     
                width: auto;  
                line-height: 42px;
        }

        .navbar .navbar-toggler-icon:before {
                font-size: 20px;
                color: #fff;
                text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.15) !important;
        }

        .hubhood-screen-scrolled.hubhood-header-topbar-background-color-light .navbar .navbar-toggler-icon:before,
        .hubhood-header-topbar-background-color-light.light-only .navbar .navbar-toggler-icon:before,        
        body.hubhood-header-topbar-background-color-light:not(.page-template-front-page):not(.single-job_listing) .navbar .navbar-toggler-icon:before {
                color: #252525;
                text-shadow: none !important;
        }

        .navbar-default .navbar-brand a img {
                padding-left: 22px;
        }

        .dropdown-toggle:after {
                display: none;
        }

        .hubhood-menu-footer-bottom {
                text-align: left;
                margin-right  : 0;
                margin-left  : -12px;
        }

        .hubhood-menu-footer-bottom li {
                margin-left: auto;
                margin-right: 0;
        }

        .hubhood-scrollable-block .hubhood-listing-widget-content {
                height: auto;
                max-height: 500px !important;
        }

        .hubhood-call-to-action-content {
                margin-top    : calc(4 * var(--bs-gutter-x));
                margin-bottom : calc(4 * var(--bs-gutter-x));
        }

        .hubhood-wavy-separator:before {
                margin-bottom: 0;
                top: -12px;
                text-decoration-thickness: 4px;
                width: 250px;
                padding: 20px 5px;
        }

        .hubhood-term-cards .hubhood-term-tall-column .hubhood-term-card {
                max-height: 660px;
        }

        #hubhood-menu-footer-bottom {
                margin-top: 10px;
        }

        .woocommerce .woocommerce-message .button {
                float: right;
                width: 100%;
                margin-bottom: 20px;
        }

        .woocommerce-message {
                padding-bottom: 45px;
        }

        .hubhood-hero-category[style*="term-image-tiny-10"] {
                background-position: 0;
        }

        .hubhood-data-block-builder-aside-fields label {
                width: 100%;
        }

        .hubhood-data-block-builder-aside-fields label + label {
                margin-top: 30px;
        }

        .hubhood-call-to-action-two-columns .col-lg-6 + .col-lg-6 {
                margin-top: 0;
        }


}

@media (max-width: 767px) {
        #navbar {
                border-top : 0;
        }

        .navbar-toggle,
        .navbar-default .navbar-toggle:hover,
        .navbar-default .navbar-toggle:focus {
                background-color : var(--hubhood-color);
                border           : 0;
                padding-top      : 11px;
                padding-bottom   : 11px;
                border-radius    : 50px;
        }

        .navbar-toggle .icon-bar {
                margin-top : 3px;
        }

        .navbar-toggle .icon-bar+.icon-bar {
                margin-top : 5px;
        }

        .navbar-toggle .icon-bar {
                position : relative;
                top      : -1px;
                width    : 24px;
                height   : 3px;
        }

        .navbar-default .navbar-toggle .icon-bar {
                background-color : #fff;
        }

        .navbar-default .navbar-brand a img {
                height: 44px;
        }

        .navbar-default .navbar-brand a img {
                height: 40px;
        }

        .navbar-default .navbar-brand span {
                font-size: 26px;
        }

        .navbar-default .navbar-brand a img {
                padding-left: 15px ;
                padding-right: 15px ;
        }

        .navbar-default .navbar-brand span {
                padding-right: 15px ;
        }

        .navbar-default .navbar-brand .hubhood-no-logo-img {
                padding-right: 0 ;
        }

        .hubhood-term-cards [class*="col-"] .hubhood-term-card,
        .hubhood-term-cards [class*="col-"] .hubhood-term-card,
        .hubhood-term-cards .hubhood-term-short-colum .hubhood-term-card {
                height : 310px;
        }

        .hubhood-term-cards .hubhood-term-tall-column .hubhood-term-card {
                height: 540px;
        }

        .hubhood-term-cards .hubhood-term-tiny .hubhood-term-card {
                height: auto;
        }

        .hubhood-term-card-icon:after {
                width  : calc(100% + 8px);
                height : calc(100% + 8px);
        }

        .hubhood-hero-slide {
                width : 100%;
        }

        .hubhood-hero-slider-wrapper {
                width       : 100%;
                margin-left : -15px;
        }

        .hubhood-hero-slider-full-width .hubhood-hero-slider-wrapper {
                margin-left : 0;
        }

        .hubhood-hero-slide:not(.hubhood-current) {
                display : none;
        }

        .reply-list,
        .comment-list .children,
        .comment-list .children .children {
                padding-left: 0;
        }

        .comment-list:before,
        .reply-list li:before,
        .comment-list .children li:before {
                display: none;
        }

        .hubhood-signin-popup .hubhood-content-popup-block {
                width: 100%;
        }

        .hubhood-signin-popup .hubhood-signin-form-heading {
                min-width: 100%;
        }

        .hubhood-errors {
                max-width: 100%;
        }

        .hubhood-signin-form-heading,
        .hubhood-signin-popup .hubhood-signin-form-heading > div,
        .hubhood-signin-popup .hubhood-signin-form-heading > div + div {
                display: block;
                padding-left: 0;
        }

        .hubhood-search-icon-wrapper {
                position: relative;
                display: block;
                margin-top: 15px;
        }

        .hubhood-term-select-search {
                width: 100%;
        }

        .hubhood-search-button-label {
                display: inline-block;
                font-size: 15px;
        }

        .hubhood-search-box-full form input[type] {
                padding-left: 0;
        }

        .hubhood-no-text-button.hubhood-search-geolocate-button {
                position: absolute;
                left: auto;
                right: -12px;
                top: 30px;
        }

        .hubhood-search-geolocation-button-editor {
                top: 22px;
                left: auto;
                right: 33px;
        }

        .hubhood-no-text-button.hubhood-search-geolocate-button:before {
                font-size: 22px;
        }

        .hubhood-search-icon-wrapper .hubhood-search-button-inline {
                position: relative;
                display: block;
                border-radius: 4px;
                width: 100%;
                margin-top: 0;
                margin-bottom: 30px;
                font-size: 15px;
                background-color: var(--hubhood-color);
        }

        .hubhood-frontpage-header-design-3:not(.hubhood-frontpage-header-design-6) .hubhood-front-page-hero-section .hubhood-search-icon-wrapper .hubhood-search-button-inline {
                margin-bottom: 25px;
        }

        .hubhood-frontpage-header-design-5:not(.hubhood-frontpage-header-design-6) .hubhood-front-page-hero-section .hubhood-search-icon-wrapper .hubhood-search-button-inline {
                margin-bottom: 25px;
        }

        .hubhood-hero-front-design-2 ~ .hubhood-hero-terms-wrapper .hubhood-hero-categories-container {
                margin-top: -27px;
        }

        .hubhood-style-button-edges-bit-rounded .hubhood-search-icon-wrapper .hubhood-search-button-inline {
                border-radius: 12px;                
        }

        .hubhood-style-button-edges-rounded .hubhood-search-icon-wrapper .hubhood-search-button-inline {
                border-radius: 24px;                
        }

        .hubhood-search-icon-wrapper .hubhood-search-button-inline:before {
                position: relative;
                top: -1px;
        }

        .hubhood-search-box-full [class*="col-sm-"] ~ [class*="col-sm-"] {
                z-index: 5;
        }

        .hubhood-search-box-full [class*="col-sm-"] ~ [class*="col-sm-"] ~ [class*="col-sm-"] {
                z-index: 0;
        }

        .hubhood-search-box-full [class*="col-sm-"]:first-child > div:after {
                display: none;
        }

        .hubhood-search-input-field,
        .hubhood-search-input-field:focus {
                width: calc(100% - 40px);
        }
        
        .entry__content .alignwide,
        *.alignwide,
        .wp-block-archives.alignwide,
        .wp-block-categories.alignwide,
        .wp-block-latest-posts.alignwide,
        .page-template-medium-width-page .page *.alignwide,
        .page-template-medium-width-page .page .wp-block-archives.alignwide,
        .page-template-medium-width-page .page .wp-block-categories.alignwide,
        .page-template-medium-width-page .page .wp-block-latest-posts.alignwide,
        .page-template-medium-width-page .page .hubhood-single-without-sidebar .entry__content .alignwide,
        .page-template-medium-width-page .page .hubhood-single-without-sidebar *.alignwide,
        .page-template-medium-width-page .page .hubhood-single-without-sidebar .wp-block-archives.alignwide,
        .page-template-medium-width-page .page .hubhood-single-without-sidebar .wp-block-categories.alignwide,
        .page-template-medium-width-page .page .hubhood-single-without-sidebar .wp-block-latest-posts.alignwide,
        .page-template-short-width-page .page *.alignwide,
        .page-template-short-width-page .page .wp-block-archives.alignwide,
        .page-template-short-width-page .page .wp-block-categories.alignwide,
        .page-template-short-width-page .page .wp-block-latest-posts.alignwide,
        .page-template-short-width-page .page .hubhood-single-without-sidebar .entry__content .alignwide,
        .page-template-short-width-page .page .hubhood-single-without-sidebar *.alignwide,
        .page-template-short-width-page .page .hubhood-single-without-sidebar .wp-block-archives.alignwide,
        .page-template-short-width-page .page .hubhood-single-without-sidebar .wp-block-categories.alignwide,
        .page-template-short-width-page .page .hubhood-single-without-sidebar .wp-block-latest-posts.alignwide {
                margin-left: -60px;
                margin-right: -60px;
                max-width: 600px;
        }

        .hubhood-search-box-full form input[type] {
                width: 100%;
                padding-left: 0;
        }

        .hubhood-frontpage-header-design-3 .hubhood-hero-terms-wrapper .hubhood-hero-category,
        .hubhood-frontpage-header-design-4 .hubhood-hero-terms-wrapper .hubhood-hero-category,
        .hubhood-frontpage-header-design-5 .hubhood-hero-terms-wrapper .hubhood-hero-category {
                min-width: calc(50% - 20px);
        }
}

.hubhood-svg-badge path {
        fill : #fff;
}

.hubhood-section-icon-wrapper {
        text-align : center;
        position   : relative;
        z-index    : 10;
}

.hubhood-section-icon {
        margin-bottom : 25px;
}

#secondary .hubhood-section-icon {
        position      : relative;
        display       : inline-block;
        margin-bottom : 20px;
}

.post-type-archive-job_listing .hubhood-footer {
        display: none;
}

.hubhood-footer-column .hubhood-section-icon {
        margin-bottom : 0;
}

.hubhood-footer-column .hubhood-widget-content-wrapper {
        margin-top     : calc(3 * var(--bs-gutter-x));
}

.hubhood-section-icon:before {
        top                       : 0;
        left                      : 0;
        padding-left              : 2px;
        font-size                 : var(--widget-heading-icon-size);
        text-align                : center;
        color                     : var(--hubhood-color);
        -webkit-text-stroke-width : 0;
        -webkit-text-stroke-color : var(--hubhood-color);
        width                     : 100%;
        height                    : 100%;
        z-index                   : 2;
}

#secondary .hubhood-section-icon:before {
        color                     : #252525;
        -webkit-text-stroke-color : #252525;
}

.hubhood-custom-background .hubhood-section-icon:before,
.hubhood-dark-background .hubhood-section-icon:before,
.hubhood-section-icon.hubhood-badge-svg-background:before,
#secondary .hubhood-dark-background  .hubhood-section-icon:before,
#secondary .hubhood-custom-background .hubhood-section-icon:before {
        color                     : #fff;
        -webkit-text-stroke-color : #fff;
}

.hubhood-badge-svg-background {
        position            : relative;
        width               : 50px;
        height              : 50px;
        text-shadow         : 1px 1px 0 rgba(0, 0, 0, 1);
        background-image    : url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='400' height='400'><g fill-rule='evenodd'><path fill='rgb(200,150,45)' d='M195.443.614c-.338.338-.696.563-.797.5s-.691.329-1.314.87-1.222.962-1.332.934c-.322-.081-6.4 5.872-6.4 6.268 0 .198-.359.474-.798.613-.806.256-4.08 3.208-9.406 8.479-1.599 1.582-2.98 2.804-3.07 2.715s-1.378 1.081-2.864 2.601-3.052 2.876-3.481 3.012-.781.404-.781.594-.359.46-.798.599-1.098.554-1.466.922c-.82.821-6.78.978-7.266.192-.162-.262-.649-.473-1.082-.469-1.101.011-4.335-.956-4.643-1.388-.141-.197-.443-.242-.673-.101s-.515.099-.635-.096-.983-.476-1.916-.625-1.792-.425-1.909-.613-.754-.427-1.416-.531c-1.133-.179-7.047-1.999-8.796-2.708-.44-.179-1.79-.533-3-.788s-2.767-.718-3.46-1.029-1.686-.565-2.206-.565-1.646-.375-2.502-.834c-2.505-1.342-8.063-1.249-10.211.172-.882.584-1.727 1.062-1.877 1.062-.484 0-2.905 2.939-2.697 3.275.11.179.024.325-.192.325-.356 0-1.006 2.021-.851 2.649.035.144-.098.372-.297.506-.487.33-1.938 3.447-2.581 5.545-.286.935-.647 1.7-.8 1.7s-.211.36-.126.8-.016.8-.223.8-.383.225-.391.5-.361 1.22-.786 2.1-.779 1.82-.786 2.088-.374 1.129-.814 1.912-.8 1.61-.8 1.838-.45 1.397-1 2.599-1 2.451-1 2.775-.15.588-.333.588-.338.225-.343.5c-.013.767-2.654 7.282-3.013 7.434-.174.074-.227.279-.118.455s-.07.543-.397.815-.596.709-.596.973c0 .963-4.497 4.223-5.826 4.223-.462 0-.965.124-1.117.277s-.767.299-1.367.328-1.36.155-1.69.281-2.576.44-4.991.698-4.655.683-4.977.943c-.476.385-.52.361-.232-.127.284-.482.24-.51-.223-.145-.317.251-1.702.584-3.078.74s-2.577.408-2.671.559-.993.227-1.999.168-1.829.047-1.829.236-2.348.575-5.218.859-5.31.667-5.423.85-.833.333-1.599.333c-3.094 0-8.068 3.699-8.778 6.528-.149.594-.44 1.184-.648 1.313-.447.276-.385 8.578.068 9.159.172.22.526 4.9.786 10.4s.636 10.45.832 11c1.514 4.241-.18 17.737-2.079 16.564-.188-.116-.341.074-.341.422s-.431.798-.958.998-1.022.511-1.1.69c-.17.391-3.054 2.275-4.042 2.641-.385.143-.7.446-.7.672s-.261.413-.58.413-.739.283-.932.629-.726.842-1.182 1.1c-1.392.79-7.871 5.217-8.444 5.77-.296.286-1.061.79-1.7 1.121s-1.162.776-1.162.99-.339.39-.754.39-1.053.456-1.418 1.013-.835.906-1.046.776-.382-.051-.382.175-.27.307-.6.181c-.359-.138-.6-.003-.6.336 0 .532-4.162 3.553-5.7 4.138-.385.147-.7.528-.7.847s-.154.486-.341.37c-1.032-.637-4.059 5.569-4.059 8.321 0 1.58 1.293 5.352 2.003 5.843.159.11.426.65.594 1.2s1.001 2.201 1.854 3.67 1.549 2.781 1.549 2.917.183.464.407.73c.924 1.096 2.779 4.115 2.786 4.534.004.248.277.675.607.949s.6.829.6 1.233.394 1.103.875 1.551.936 1.213 1.01 1.699.286.98.471 1.1.718.97 1.185 1.89 1.016 1.777 1.223 1.904.493.77.637 1.428.39 1.195.546 1.195.817 1.035 1.469 2.3 1.309 2.357 1.462 2.426.178.384.057.7-.028.574.207.574c1.524 0 1.696 6.046.236 8.286-.318.487-.578 1.134-.578 1.438s-.348.867-.773 1.252c-.445.402-.671.966-.532 1.327.148.387.077.527-.185.365-.48-.297-1.035.807-.688 1.368.124.2.048.364-.169.364s-.65.495-.963 1.1c-1.426 2.757-2.134 3.919-2.69 4.42-.359.323-.387.43-.07.268.438-.225.439-.127.003.57-.289.463-.662.842-.829.842s-.304.27-.304.6-.143.6-.318.6-.999 1.44-1.833 3.2-1.666 3.2-1.851 3.2-.448.516-.586 1.146-.603 1.523-1.032 1.983-.78 1.186-.78 1.611-.273.879-.606 1.007c-.518.199-1.453 1.837-1.56 2.733-.019.154-.259.505-.534.78s-.5.715-.5.977-.253.575-.562.693-.69.813-.846 1.543-.415 1.507-.575 1.727c-.492.676-.487 4.259.008 5.565.991 2.613 1.627 3.835 1.994 3.835.209 0 .381.242.381.538 0 .684 1.377 1.952 1.732 1.596.148-.147.268.033.268.399s.27.667.6.667a8.91 8.91 0 0 1 .777.025c.097.014.853.644 1.678 1.4s1.717 1.375 1.98 1.375.583.27.71.6.491.6.809.6.639.135.713.3c.181.408 3.872 2.9 4.296 2.9.186 0 .558.264.825.586s1.505 1.255 2.749 2.073 2.353 1.602 2.463 1.741c.333.42 3.924 2.8 4.225 2.8.155 0 .572.32.928.71.648.712 2.871 2.242 3.247 2.236.11-.002.438.235.729.525s.796.529 1.123.529.484.18.348.401.175.561.692.758 1.179.644 1.47.995.716.521.945.38.305-.077.169.144.089.763.502 1.206c2.099 2.254 3.815 14.516 2.031 14.516-.215 0-.356.675-.315 1.5.093 1.829-.404 10.387-.935 16.1-.771 8.29-.887 9.823-.858 11.4.056 3.029.153 3.8.481 3.8.181 0 .447.63.592 1.4.157.838.496 1.4.844 1.4.32 0 .582.273.582.606s.539.934 1.199 1.335 1.079.848.933.994-.01.266.301.267 1.066.263 1.676.581 2.905.803 5.1 1.077 3.991.612 3.991.752.585.264 1.3.275a16.09 16.09 0 0 1 2.5.269c.66.137 2.505.365 4.1.505s2.9.373 2.9.516 1.845.498 4.1.789 4.28.637 4.499.767 1.03.292 1.8.36a38.56 38.56 0 0 1 2.201.254 158.06 158.06 0 0 0 3.2.441c1.32.171 2.593.464 2.83.652s.821.266 1.3.174.87.002.87.209.27.377.6.377.96.36 1.4.8.935.801 1.1.803c.416.004 1.956 2.387 2.312 3.578.161.54.54 1.228.841 1.529a2.15 2.15 0 0 1 .547 1.319c0 .424.174.771.387.771s.284.27.158.6-.039.6.194.6.543.63.687 1.4.434 1.4.642 1.4.276.168.149.372-.047.486.176.624.409.556.411.928.446 1.576.987 2.676.99 2.256.996 2.569.328.928.713 1.368.483.674.217.519c-.324-.19-.292.084.097.831.32.612.582 1.338.584 1.613s.157.5.347.5.659.997 1.042 2.214 1.021 2.882 1.418 3.698.637 1.619.535 1.786.023.302.279.302.363.27.236.6-.084.6.094.6.566.765.863 1.7c1.564 4.925 4.553 8.833 7.153 9.353.679.136 1.235.392 1.235.57 0 .579 6.003.615 6.368.038.127-.202 1.312-.588 2.632-.858s2.58-.627 2.8-.794 1.615-.541 3.1-.83 2.7-.649 2.7-.8 1.074-.486 2.387-.745 2.486-.629 2.607-.825 1.252-.567 2.513-.825 2.473-.612 2.693-.784 1.432-.525 2.693-.784 2.386-.621 2.5-.805 1.153-.463 2.307-.618 2.855-.621 3.778-1.037 2.192-.756 2.82-.756 1.316-.174 1.528-.386c.478-.478 4.892.603 5.805 1.421.348.311.843.565 1.1.565a.47.47 0 0 1 .469.467c0 .256.098.368.218.248.236-.235 3.382 2.645 3.382 3.096 0 .312 2.175 2.093 2.19 1.793.006-.108.946.702 2.09 1.8l3.654 3.475c.866.813 1.476 1.578 1.354 1.7s.045.221.37.221 1.843 1.215 3.373 2.7 3.711 3.499 4.848 4.476 2.273 2.16 2.524 2.63 1.077 1.079 1.834 1.353 1.278.656 1.158.849c-.261.422 1.19 1.273 1.552.911.139-.139.253-.049.253.2 0 1.883 8.856 2.606 10.715.875.41-.383 1.121-.815 1.579-.96s.933-.528 1.056-.849.49-.585.814-.585.717-.208.874-.462c.189-.305.108-.352-.238-.138s-.427.167-.238-.138c.157-.254.529-.462.826-.462s.995-.54 1.551-1.2 1.231-1.2 1.502-1.2.378-.114.238-.254c-.242-.242 2.362-2.546 2.878-2.546.136 0 .876-.803 1.645-1.785s1.559-1.792 1.756-1.8.737-.369 1.2-.802c3.088-2.885 4.642-4.491 4.642-4.799 0-.195.264-.414.586-.485.926-.204 4.816-3.597 5.757-5.021.47-.711 1.305-1.405 1.855-1.543s1.01-.457 1.019-.708c.046-1.248 6.231-3.761 7.574-3.078.335.171 1.479.424 2.542.562s2.143.384 2.4.545.647.334.867.386c2.615.615 4.111 1.041 4.645 1.324.355.188 1.795.565 3.2.837s2.687.692 2.849.931.297.279.3.087.276-.125.606.149.6.401.6.283.945.149 2.1.593 2.955.992 4 1.218 1.9.581 1.9.788.405.335.9.286 1.407.118 2.026.371 1.554.461 2.076.461 1.07.192 1.215.427.516.331.823.213.56-.061.56.127.81.464 1.8.612 1.8.437 1.8.641c0 .394.609.463 3.796.427 1.098-.013 2.058-.208 2.133-.435s.528-.413 1.004-.413c1.825-.004 5.504-2.981 6.099-4.936.144-.474.495-1.133.778-1.463.514-.598 1.595-3.929 1.461-4.5-.039-.165.095-.3.297-.3.364 0 1.065-2.29.898-2.93-.047-.181.09-.221.305-.088s.591-.528.834-1.47c.412-1.598.858-2.753 2.199-5.696.297-.651.434-1.354.306-1.562s-.04-.258.196-.112c.256.158.541-.259.708-1.039.154-.716.392-1.483.53-1.703.456-.73 1.244-3.189 1.25-3.9.003-.385.179-.7.39-.7s.6-.72.863-1.6.661-1.6.883-1.6.297-.107.167-.237.11-1.046.534-2.036.67-1.963.547-2.163-.049-.364.167-.364.605-.641.863-1.425c1.084-3.283 5.638-6.282 10.222-6.731 5.471-.536 7.216-.775 7.57-1.038.432-.321 2.547-.688 6.137-1.065 1.245-.131 2.443-.372 2.663-.535.385-.285 4.862-.905 6.3-.872.385.009.7-.126.7-.299s.747-.24 1.66-.149 1.768.002 1.9-.199 2.071-.57 4.308-.82c2.78-.312 4.554-.732 5.6-1.327 1.907-1.083 4.532-3.528 4.532-4.221 0-.286.15-.519.333-.519s.358-.225.387-.5.182-1.13.338-1.9c.401-1.97.396-4.251-.023-10-.201-2.75-.342-5.501-.315-6.114s-.09-1.028-.262-.922c-.371.229-1.308-16.74-1.223-22.164.079-5.083.089-5.2.451-5.2.173 0 .314-.27.314-.6s.17-.6.378-.6.625-.495.927-1.1.761-1.055 1.022-1 .473-.078.473-.295.765-.874 1.7-1.46 1.79-1.174 1.9-1.309.875-.598 1.7-1.031 1.5-.921 1.5-1.086.585-.6 1.3-.968 1.591-1.003 1.947-1.41.851-.741 1.1-.741.453-.18.453-.4.236-.4.525-.4.883-.315 1.321-.7 1.084-.88 1.435-1.1c3.142-1.973 8.331-5.556 9.219-6.366.605-.551 1.1-.911 1.1-.8 0 .178 1.415-.811 4.751-3.319 1.812-1.363 3.249-2.804 3.249-3.258 0-.251.138-.457.306-.457 1.207 0 2.345-7.95 1.236-8.636-.195-.121-.252-.387-.125-.591s-.051-.772-.394-1.261-.623-1.21-.623-1.601-.171-.711-.379-.711-.816-.855-1.35-1.9c-2.529-4.947-3.305-6.322-3.719-6.591-.246-.159-.685-.879-.977-1.6s-.63-1.399-.752-1.509-.673-1.095-1.223-2.188-1.315-2.342-1.7-2.775-.7-1.024-.7-1.312-.159-.525-.353-.525-.459-.315-.589-.7a7.09 7.09 0 0 0-.618-1.3c-.21-.33-.497-.87-.638-1.2s-.783-1.5-1.429-2.6-1.285-2.315-1.42-2.7-.391-.7-.569-.7-.544-.675-.816-1.5-.781-1.71-1.131-1.968c-.819-.601-.94-6.964-.137-7.232.275-.092.5-.384.5-.649 0-.501.592-1.696 2.732-5.513.697-1.244 1.268-2.509 1.268-2.812s.36-.809.8-1.126.8-.807.8-1.088.17-.512.377-.512.307-.365.221-.811-.006-.718.177-.604.443-.107.577-.489.78-1.506 1.437-2.496 1.378-2.25 1.603-2.8.578-1.27.786-1.6c1.818-2.878 4.422-7.713 4.422-8.209 0-.339.257-.715.572-.836s.762-.7.994-1.287.605-1.338.828-1.668c.356-.526 1.268-2.644 1.379-3.2.021-.11.156-.383.298-.606.215-.336.183-3.221-.07-6.262-.031-.367-.313-.766-.628-.887s-.573-.596-.573-1.056-.147-.745-.327-.634-.641-.332-1.026-.984-.856-1.089-1.045-.972-.459-.15-.6-.593-.417-.806-.615-.806-1.13-.546-2.073-1.213L386 144.899c-.55-.372-1.916-1.356-3.036-2.187s-2.217-1.512-2.438-1.512-.728-.36-1.126-.8-.906-.8-1.128-.8-.69-.275-1.038-.61c-1.07-1.031-4.163-3.233-5.534-3.94-.715-.369-1.3-.857-1.3-1.084s-.165-.311-.366-.187-.426.079-.5-.1c-.216-.525-4.562-3.679-5.07-3.679-.255 0-.464-.168-.464-.373s-.396-.499-.879-.652c-.927-.294-5.121-4.067-5.121-4.607 0-.174-.208-.823-.462-1.442s-.49-1.306-.523-1.526-.209-.727-.391-1.127c-.191-.421-.149-1.094.101-1.6.237-.48.43-1.953.428-3.273-.006-4.951.91-20.026 1.257-20.671.546-1.015.998-15.392.503-16.014-.225-.283-.617-1.145-.872-1.915-1.064-3.215-4.318-5.512-8.308-5.867-1.503-.133-2.913-.376-3.133-.538s-2.56-.521-5.2-.795-4.98-.624-5.2-.777-.85-.31-1.4-.349-2.62-.355-4.6-.701-4.185-.663-4.9-.702-1.3-.217-1.3-.396-.315-.283-.7-.232c-1.286.17-6.1-.531-6.1-.89 0-.194-.27-.353-.6-.353s-.603.225-.606.5c-.005.374-.082.382-.306.029-.164-.259-1.087-.544-2.051-.634-1.017-.095-1.956-.442-2.238-.829-.268-.366-.712-.666-.987-.666-.748 0-4.012-3.458-4.012-4.25 0-.378-.315-1.047-.7-1.487s-.479-.671-.208-.513c.357.208.34-.02-.062-.831-1.399-2.827-2.23-4.861-2.23-5.463 0-.361-.163-.656-.363-.656s-.268-.36-.153-.8.026-.8-.198-.8c-.34 0-.647-.58-1.48-2.8l-.363-1a102.87 102.87 0 0 0-1.109-2.8c-.451-1.1-.912-2.405-1.024-2.9s-.362-.9-.557-.9-.324-.135-.289-.3-.05-.57-.189-.9c-.464-1.107-1.207-2.998-1.258-3.2-.027-.11-.395-1.19-.817-2.4l-.81-2.4c-.024-.11-.616-1.42-1.317-2.91S292 23.404 292 23.19s-.17-.39-.377-.39-.697-.54-1.087-1.201-1.075-1.311-1.523-1.447-1.131-.526-1.519-.867c-1.418-1.245-9.504-1.36-10.257-.146-.13.21-1.407.609-2.837.886s-2.69.624-2.8.772-1.37.509-2.8.803-2.7.683-2.822.865-1.022.494-2 .695-2.723.726-3.878 1.168-2.1.707-2.1.589-.242-.014-.537.231-.651.331-.79.192-.483-.072-.763.151-1.5.631-2.71.909-2.38.634-2.6.793-1.57.521-3 .807-2.836.704-3.125.93c-.871.679-6.034.576-6.482-.13-.321-.506-.382-.509-.387-.024s-.089.475-.506-.04c-.275-.339-1.22-1.13-2.1-1.757s-2.075-1.633-2.656-2.236-1.16-.994-1.285-.868-.429-.211-.674-.749a4.21 4.21 0 0 0-1.373-1.552c-.51-.316-2.945-2.509-5.41-4.873s-4.644-4.199-4.842-4.076-.36-.042-.36-.364c0-.639-3.635-3.861-4.356-3.861-.244 0-.444-.258-.444-.573s-.36-.687-.8-.827-.8-.512-.8-.827-.148-.573-.328-.573-.884-.495-1.564-1.1c-2.789-2.482-3.347-2.903-4.877-3.684-2.072-1.057-8.794-1.196-9.788-.202' xmlns='http://www.w3.org/2000/svg'></path></g></svg>");
        background-repeat   : no-repeat;
        background-position : center center;
        background-size     : contain;
}

.hubhood-badge-svg-background-icon:after {
        content             : "";
        position            : absolute;
        top                 : 28px;
        left                : 50%;
        transform           : translate(-50%);
        width               : 50px;
        height              : 50px;
        text-shadow         : 1px 1px 0 rgba(0, 0, 0, 1);
        background-image    : url("data:image/svg+xml;utf8,<svg style='filter: drop-shadow(0 0 1px rgb(0 0 0 / 0.4));' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='400' height='400'><g fill-rule='evenodd'><path fill='rgb(200,150,45)' d='M195.443.614c-.338.338-.696.563-.797.5s-.691.329-1.314.87-1.222.962-1.332.934c-.322-.081-6.4 5.872-6.4 6.268 0 .198-.359.474-.798.613-.806.256-4.08 3.208-9.406 8.479-1.599 1.582-2.98 2.804-3.07 2.715s-1.378 1.081-2.864 2.601-3.052 2.876-3.481 3.012-.781.404-.781.594-.359.46-.798.599-1.098.554-1.466.922c-.82.821-6.78.978-7.266.192-.162-.262-.649-.473-1.082-.469-1.101.011-4.335-.956-4.643-1.388-.141-.197-.443-.242-.673-.101s-.515.099-.635-.096-.983-.476-1.916-.625-1.792-.425-1.909-.613-.754-.427-1.416-.531c-1.133-.179-7.047-1.999-8.796-2.708-.44-.179-1.79-.533-3-.788s-2.767-.718-3.46-1.029-1.686-.565-2.206-.565-1.646-.375-2.502-.834c-2.505-1.342-8.063-1.249-10.211.172-.882.584-1.727 1.062-1.877 1.062-.484 0-2.905 2.939-2.697 3.275.11.179.024.325-.192.325-.356 0-1.006 2.021-.851 2.649.035.144-.098.372-.297.506-.487.33-1.938 3.447-2.581 5.545-.286.935-.647 1.7-.8 1.7s-.211.36-.126.8-.016.8-.223.8-.383.225-.391.5-.361 1.22-.786 2.1-.779 1.82-.786 2.088-.374 1.129-.814 1.912-.8 1.61-.8 1.838-.45 1.397-1 2.599-1 2.451-1 2.775-.15.588-.333.588-.338.225-.343.5c-.013.767-2.654 7.282-3.013 7.434-.174.074-.227.279-.118.455s-.07.543-.397.815-.596.709-.596.973c0 .963-4.497 4.223-5.826 4.223-.462 0-.965.124-1.117.277s-.767.299-1.367.328-1.36.155-1.69.281-2.576.44-4.991.698-4.655.683-4.977.943c-.476.385-.52.361-.232-.127.284-.482.24-.51-.223-.145-.317.251-1.702.584-3.078.74s-2.577.408-2.671.559-.993.227-1.999.168-1.829.047-1.829.236-2.348.575-5.218.859-5.31.667-5.423.85-.833.333-1.599.333c-3.094 0-8.068 3.699-8.778 6.528-.149.594-.44 1.184-.648 1.313-.447.276-.385 8.578.068 9.159.172.22.526 4.9.786 10.4s.636 10.45.832 11c1.514 4.241-.18 17.737-2.079 16.564-.188-.116-.341.074-.341.422s-.431.798-.958.998-1.022.511-1.1.69c-.17.391-3.054 2.275-4.042 2.641-.385.143-.7.446-.7.672s-.261.413-.58.413-.739.283-.932.629-.726.842-1.182 1.1c-1.392.79-7.871 5.217-8.444 5.77-.296.286-1.061.79-1.7 1.121s-1.162.776-1.162.99-.339.39-.754.39-1.053.456-1.418 1.013-.835.906-1.046.776-.382-.051-.382.175-.27.307-.6.181c-.359-.138-.6-.003-.6.336 0 .532-4.162 3.553-5.7 4.138-.385.147-.7.528-.7.847s-.154.486-.341.37c-1.032-.637-4.059 5.569-4.059 8.321 0 1.58 1.293 5.352 2.003 5.843.159.11.426.65.594 1.2s1.001 2.201 1.854 3.67 1.549 2.781 1.549 2.917.183.464.407.73c.924 1.096 2.779 4.115 2.786 4.534.004.248.277.675.607.949s.6.829.6 1.233.394 1.103.875 1.551.936 1.213 1.01 1.699.286.98.471 1.1.718.97 1.185 1.89 1.016 1.777 1.223 1.904.493.77.637 1.428.39 1.195.546 1.195.817 1.035 1.469 2.3 1.309 2.357 1.462 2.426.178.384.057.7-.028.574.207.574c1.524 0 1.696 6.046.236 8.286-.318.487-.578 1.134-.578 1.438s-.348.867-.773 1.252c-.445.402-.671.966-.532 1.327.148.387.077.527-.185.365-.48-.297-1.035.807-.688 1.368.124.2.048.364-.169.364s-.65.495-.963 1.1c-1.426 2.757-2.134 3.919-2.69 4.42-.359.323-.387.43-.07.268.438-.225.439-.127.003.57-.289.463-.662.842-.829.842s-.304.27-.304.6-.143.6-.318.6-.999 1.44-1.833 3.2-1.666 3.2-1.851 3.2-.448.516-.586 1.146-.603 1.523-1.032 1.983-.78 1.186-.78 1.611-.273.879-.606 1.007c-.518.199-1.453 1.837-1.56 2.733-.019.154-.259.505-.534.78s-.5.715-.5.977-.253.575-.562.693-.69.813-.846 1.543-.415 1.507-.575 1.727c-.492.676-.487 4.259.008 5.565.991 2.613 1.627 3.835 1.994 3.835.209 0 .381.242.381.538 0 .684 1.377 1.952 1.732 1.596.148-.147.268.033.268.399s.27.667.6.667a8.91 8.91 0 0 1 .777.025c.097.014.853.644 1.678 1.4s1.717 1.375 1.98 1.375.583.27.71.6.491.6.809.6.639.135.713.3c.181.408 3.872 2.9 4.296 2.9.186 0 .558.264.825.586s1.505 1.255 2.749 2.073 2.353 1.602 2.463 1.741c.333.42 3.924 2.8 4.225 2.8.155 0 .572.32.928.71.648.712 2.871 2.242 3.247 2.236.11-.002.438.235.729.525s.796.529 1.123.529.484.18.348.401.175.561.692.758 1.179.644 1.47.995.716.521.945.38.305-.077.169.144.089.763.502 1.206c2.099 2.254 3.815 14.516 2.031 14.516-.215 0-.356.675-.315 1.5.093 1.829-.404 10.387-.935 16.1-.771 8.29-.887 9.823-.858 11.4.056 3.029.153 3.8.481 3.8.181 0 .447.63.592 1.4.157.838.496 1.4.844 1.4.32 0 .582.273.582.606s.539.934 1.199 1.335 1.079.848.933.994-.01.266.301.267 1.066.263 1.676.581 2.905.803 5.1 1.077 3.991.612 3.991.752.585.264 1.3.275a16.09 16.09 0 0 1 2.5.269c.66.137 2.505.365 4.1.505s2.9.373 2.9.516 1.845.498 4.1.789 4.28.637 4.499.767 1.03.292 1.8.36a38.56 38.56 0 0 1 2.201.254 158.06 158.06 0 0 0 3.2.441c1.32.171 2.593.464 2.83.652s.821.266 1.3.174.87.002.87.209.27.377.6.377.96.36 1.4.8.935.801 1.1.803c.416.004 1.956 2.387 2.312 3.578.161.54.54 1.228.841 1.529a2.15 2.15 0 0 1 .547 1.319c0 .424.174.771.387.771s.284.27.158.6-.039.6.194.6.543.63.687 1.4.434 1.4.642 1.4.276.168.149.372-.047.486.176.624.409.556.411.928.446 1.576.987 2.676.99 2.256.996 2.569.328.928.713 1.368.483.674.217.519c-.324-.19-.292.084.097.831.32.612.582 1.338.584 1.613s.157.5.347.5.659.997 1.042 2.214 1.021 2.882 1.418 3.698.637 1.619.535 1.786.023.302.279.302.363.27.236.6-.084.6.094.6.566.765.863 1.7c1.564 4.925 4.553 8.833 7.153 9.353.679.136 1.235.392 1.235.57 0 .579 6.003.615 6.368.038.127-.202 1.312-.588 2.632-.858s2.58-.627 2.8-.794 1.615-.541 3.1-.83 2.7-.649 2.7-.8 1.074-.486 2.387-.745 2.486-.629 2.607-.825 1.252-.567 2.513-.825 2.473-.612 2.693-.784 1.432-.525 2.693-.784 2.386-.621 2.5-.805 1.153-.463 2.307-.618 2.855-.621 3.778-1.037 2.192-.756 2.82-.756 1.316-.174 1.528-.386c.478-.478 4.892.603 5.805 1.421.348.311.843.565 1.1.565a.47.47 0 0 1 .469.467c0 .256.098.368.218.248.236-.235 3.382 2.645 3.382 3.096 0 .312 2.175 2.093 2.19 1.793.006-.108.946.702 2.09 1.8l3.654 3.475c.866.813 1.476 1.578 1.354 1.7s.045.221.37.221 1.843 1.215 3.373 2.7 3.711 3.499 4.848 4.476 2.273 2.16 2.524 2.63 1.077 1.079 1.834 1.353 1.278.656 1.158.849c-.261.422 1.19 1.273 1.552.911.139-.139.253-.049.253.2 0 1.883 8.856 2.606 10.715.875.41-.383 1.121-.815 1.579-.96s.933-.528 1.056-.849.49-.585.814-.585.717-.208.874-.462c.189-.305.108-.352-.238-.138s-.427.167-.238-.138c.157-.254.529-.462.826-.462s.995-.54 1.551-1.2 1.231-1.2 1.502-1.2.378-.114.238-.254c-.242-.242 2.362-2.546 2.878-2.546.136 0 .876-.803 1.645-1.785s1.559-1.792 1.756-1.8.737-.369 1.2-.802c3.088-2.885 4.642-4.491 4.642-4.799 0-.195.264-.414.586-.485.926-.204 4.816-3.597 5.757-5.021.47-.711 1.305-1.405 1.855-1.543s1.01-.457 1.019-.708c.046-1.248 6.231-3.761 7.574-3.078.335.171 1.479.424 2.542.562s2.143.384 2.4.545.647.334.867.386c2.615.615 4.111 1.041 4.645 1.324.355.188 1.795.565 3.2.837s2.687.692 2.849.931.297.279.3.087.276-.125.606.149.6.401.6.283.945.149 2.1.593 2.955.992 4 1.218 1.9.581 1.9.788.405.335.9.286 1.407.118 2.026.371 1.554.461 2.076.461 1.07.192 1.215.427.516.331.823.213.56-.061.56.127.81.464 1.8.612 1.8.437 1.8.641c0 .394.609.463 3.796.427 1.098-.013 2.058-.208 2.133-.435s.528-.413 1.004-.413c1.825-.004 5.504-2.981 6.099-4.936.144-.474.495-1.133.778-1.463.514-.598 1.595-3.929 1.461-4.5-.039-.165.095-.3.297-.3.364 0 1.065-2.29.898-2.93-.047-.181.09-.221.305-.088s.591-.528.834-1.47c.412-1.598.858-2.753 2.199-5.696.297-.651.434-1.354.306-1.562s-.04-.258.196-.112c.256.158.541-.259.708-1.039.154-.716.392-1.483.53-1.703.456-.73 1.244-3.189 1.25-3.9.003-.385.179-.7.39-.7s.6-.72.863-1.6.661-1.6.883-1.6.297-.107.167-.237.11-1.046.534-2.036.67-1.963.547-2.163-.049-.364.167-.364.605-.641.863-1.425c1.084-3.283 5.638-6.282 10.222-6.731 5.471-.536 7.216-.775 7.57-1.038.432-.321 2.547-.688 6.137-1.065 1.245-.131 2.443-.372 2.663-.535.385-.285 4.862-.905 6.3-.872.385.009.7-.126.7-.299s.747-.24 1.66-.149 1.768.002 1.9-.199 2.071-.57 4.308-.82c2.78-.312 4.554-.732 5.6-1.327 1.907-1.083 4.532-3.528 4.532-4.221 0-.286.15-.519.333-.519s.358-.225.387-.5.182-1.13.338-1.9c.401-1.97.396-4.251-.023-10-.201-2.75-.342-5.501-.315-6.114s-.09-1.028-.262-.922c-.371.229-1.308-16.74-1.223-22.164.079-5.083.089-5.2.451-5.2.173 0 .314-.27.314-.6s.17-.6.378-.6.625-.495.927-1.1.761-1.055 1.022-1 .473-.078.473-.295.765-.874 1.7-1.46 1.79-1.174 1.9-1.309.875-.598 1.7-1.031 1.5-.921 1.5-1.086.585-.6 1.3-.968 1.591-1.003 1.947-1.41.851-.741 1.1-.741.453-.18.453-.4.236-.4.525-.4.883-.315 1.321-.7 1.084-.88 1.435-1.1c3.142-1.973 8.331-5.556 9.219-6.366.605-.551 1.1-.911 1.1-.8 0 .178 1.415-.811 4.751-3.319 1.812-1.363 3.249-2.804 3.249-3.258 0-.251.138-.457.306-.457 1.207 0 2.345-7.95 1.236-8.636-.195-.121-.252-.387-.125-.591s-.051-.772-.394-1.261-.623-1.21-.623-1.601-.171-.711-.379-.711-.816-.855-1.35-1.9c-2.529-4.947-3.305-6.322-3.719-6.591-.246-.159-.685-.879-.977-1.6s-.63-1.399-.752-1.509-.673-1.095-1.223-2.188-1.315-2.342-1.7-2.775-.7-1.024-.7-1.312-.159-.525-.353-.525-.459-.315-.589-.7a7.09 7.09 0 0 0-.618-1.3c-.21-.33-.497-.87-.638-1.2s-.783-1.5-1.429-2.6-1.285-2.315-1.42-2.7-.391-.7-.569-.7-.544-.675-.816-1.5-.781-1.71-1.131-1.968c-.819-.601-.94-6.964-.137-7.232.275-.092.5-.384.5-.649 0-.501.592-1.696 2.732-5.513.697-1.244 1.268-2.509 1.268-2.812s.36-.809.8-1.126.8-.807.8-1.088.17-.512.377-.512.307-.365.221-.811-.006-.718.177-.604.443-.107.577-.489.78-1.506 1.437-2.496 1.378-2.25 1.603-2.8.578-1.27.786-1.6c1.818-2.878 4.422-7.713 4.422-8.209 0-.339.257-.715.572-.836s.762-.7.994-1.287.605-1.338.828-1.668c.356-.526 1.268-2.644 1.379-3.2.021-.11.156-.383.298-.606.215-.336.183-3.221-.07-6.262-.031-.367-.313-.766-.628-.887s-.573-.596-.573-1.056-.147-.745-.327-.634-.641-.332-1.026-.984-.856-1.089-1.045-.972-.459-.15-.6-.593-.417-.806-.615-.806-1.13-.546-2.073-1.213L386 144.899c-.55-.372-1.916-1.356-3.036-2.187s-2.217-1.512-2.438-1.512-.728-.36-1.126-.8-.906-.8-1.128-.8-.69-.275-1.038-.61c-1.07-1.031-4.163-3.233-5.534-3.94-.715-.369-1.3-.857-1.3-1.084s-.165-.311-.366-.187-.426.079-.5-.1c-.216-.525-4.562-3.679-5.07-3.679-.255 0-.464-.168-.464-.373s-.396-.499-.879-.652c-.927-.294-5.121-4.067-5.121-4.607 0-.174-.208-.823-.462-1.442s-.49-1.306-.523-1.526-.209-.727-.391-1.127c-.191-.421-.149-1.094.101-1.6.237-.48.43-1.953.428-3.273-.006-4.951.91-20.026 1.257-20.671.546-1.015.998-15.392.503-16.014-.225-.283-.617-1.145-.872-1.915-1.064-3.215-4.318-5.512-8.308-5.867-1.503-.133-2.913-.376-3.133-.538s-2.56-.521-5.2-.795-4.98-.624-5.2-.777-.85-.31-1.4-.349-2.62-.355-4.6-.701-4.185-.663-4.9-.702-1.3-.217-1.3-.396-.315-.283-.7-.232c-1.286.17-6.1-.531-6.1-.89 0-.194-.27-.353-.6-.353s-.603.225-.606.5c-.005.374-.082.382-.306.029-.164-.259-1.087-.544-2.051-.634-1.017-.095-1.956-.442-2.238-.829-.268-.366-.712-.666-.987-.666-.748 0-4.012-3.458-4.012-4.25 0-.378-.315-1.047-.7-1.487s-.479-.671-.208-.513c.357.208.34-.02-.062-.831-1.399-2.827-2.23-4.861-2.23-5.463 0-.361-.163-.656-.363-.656s-.268-.36-.153-.8.026-.8-.198-.8c-.34 0-.647-.58-1.48-2.8l-.363-1a102.87 102.87 0 0 0-1.109-2.8c-.451-1.1-.912-2.405-1.024-2.9s-.362-.9-.557-.9-.324-.135-.289-.3-.05-.57-.189-.9c-.464-1.107-1.207-2.998-1.258-3.2-.027-.11-.395-1.19-.817-2.4l-.81-2.4c-.024-.11-.616-1.42-1.317-2.91S292 23.404 292 23.19s-.17-.39-.377-.39-.697-.54-1.087-1.201-1.075-1.311-1.523-1.447-1.131-.526-1.519-.867c-1.418-1.245-9.504-1.36-10.257-.146-.13.21-1.407.609-2.837.886s-2.69.624-2.8.772-1.37.509-2.8.803-2.7.683-2.822.865-1.022.494-2 .695-2.723.726-3.878 1.168-2.1.707-2.1.589-.242-.014-.537.231-.651.331-.79.192-.483-.072-.763.151-1.5.631-2.71.909-2.38.634-2.6.793-1.57.521-3 .807-2.836.704-3.125.93c-.871.679-6.034.576-6.482-.13-.321-.506-.382-.509-.387-.024s-.089.475-.506-.04c-.275-.339-1.22-1.13-2.1-1.757s-2.075-1.633-2.656-2.236-1.16-.994-1.285-.868-.429-.211-.674-.749a4.21 4.21 0 0 0-1.373-1.552c-.51-.316-2.945-2.509-5.41-4.873s-4.644-4.199-4.842-4.076-.36-.042-.36-.364c0-.639-3.635-3.861-4.356-3.861-.244 0-.444-.258-.444-.573s-.36-.687-.8-.827-.8-.512-.8-.827-.148-.573-.328-.573-.884-.495-1.564-1.1c-2.789-2.482-3.347-2.903-4.877-3.684-2.072-1.057-8.794-1.196-9.788-.202' xmlns='http://www.w3.org/2000/svg'></path></g></svg>");
        background-repeat   : no-repeat;
        background-position : center center;
        background-size     : contain;
}

.hubhood-search-keywords-single-listing .hubhood-badge-svg-background-icon:after {
        top : 57px;
}

.hubhood-badge-svg-background:after {
        content             : "";
        position            : absolute;
        top                 : 50%;
        left                : 50%;
        width               : 80px;
        height              : 80px;
        transform           : translate(-50%, -50%);
        opacity             : 0.15;
        opacity             : 0.15;
        background-image    : inherit;
        background-repeat   : no-repeat;
        background-position : center center;
        background-size     : contain;
}

.hubhood-badge-svg-background:before {
        color       : #fff;
        font-size   : 24px;
        line-height : 52px !important;
}

.hubhood-more-terms-button {
        position : relative;
}

.hubhood-terms-joined .hubhood-more-terms-button {
        position : absolute;
        bottom   : -24px;
        right    : -39px;
        z-index  : 20;
}

[data-listing-grid-view="hubhood-default-listing-archive-view"] .hubhood-search-results-count-wrapper .hubhood-grid-filters {
        display: none;
}

@media (min-width: 920px) {
        [data-listing-grid-view="hubhood-grid-hide-filters"] .hubhood-map-listings-sidebar {
                left: 0;
        }

        [data-listing-grid-view="hubhood-grid-hide-filters"] .hubhood-listing-archive-map {
                width: calc(100vw - 352.5px);
        }

        .hubhood-map-filter-sidebar,
        .hubhood-map-filter-sidebar-inner {
                width  : 352.5px;
        }

        .hubhood-map-listings-sidebar {
                left: 352.5px;
        } 

        .hubhood-map-archive-disabled .hubhood-show-map,
        .hubhood-map-archive-disabled .hubhood-show-filters {
                display: none !important;
        }      
}

@media (min-width: 920px) and (max-width: 1199px) {
        .hubhood-force-full-width-cards .hubhood-default-post {
                width: 100%;
        }
}

@media (min-width: 1200px) and (max-width: 1390px) {
        .hubhood-force-full-width-cards-100 .hubhood-dumb-card-wrapper {
                display: none !important;
        }
}

@media (max-width: 1199px) {
        .hubhood-highlights .hubhood-term-heading-image {
                padding-top    : 40px;
                padding-bottom : 30px;
        }

        .hubhood-map-filter-sidebar {
                display: none;
        }

        .hubhood-map-listings-sidebar {
                left: 0;
        }

        .hubhood-listing-archive-map {
                width: calc(100vw - 352.5px);
        }

        [data-listing-grid-view="hubhood-default-listing-archive-view"] .hubhood-search-results-count-wrapper .hubhood-grid-filters {
                display: flex;
        }

        .hubhood-map-listings-sidebar-inner .hubhood-section-title,
        .hubhood-map-listings-sidebar-inner .hubhood-section-title * {
                font-size : 24px;
        }

        .hubhood-listig-card-tiny-meta .hubhood-card-meta-content {
                font-size: 14px;
        }

        .hubhood-listing-card .hubhood-card-meta-content a {
                position: relative;
                top: 1px;
        }

        .hubhood-map-filter-sidebar,
        .hubhood-map-filter-sidebar-inner {
                z-index: 1;
        }

        .hubhood-hero-footer-design-2 #content .hubhood-front-page-hero-section ~ .hubhood-search-box-full {
                width: 937.55px;
        }

        .hubhood-listing-event-header,
        .hubhood-listing-appointment-header {
                margin-top: 7px;
        }

        .hubhood-frontpage-header-categories-design-34 .hubhood-hero-categories-attached-footer .hubhood-hero-categories-container .hubhood-hero-category,
        .hubhood-frontpage-header-categories-design-34 .hubhood-hero-categories-container .hubhood-hero-category,
        .hubhood-frontpage-header-categories-design-36 .hubhood-hero-categories-attached-footer .hubhood-hero-categories-container .hubhood-hero-category,
        .hubhood-frontpage-header-categories-design-36 .hubhood-hero-categories-container .hubhood-hero-category,
        .hubhood-frontpage-header-categories-design-37 .hubhood-hero-categories-attached-footer .hubhood-hero-categories-container .hubhood-hero-category,
        .hubhood-frontpage-header-categories-design-37 .hubhood-hero-categories-container .hubhood-hero-category,

        .hubhood-frontpage-header-categories-design-40 .hubhood-hero-categories-attached-footer .hubhood-hero-categories-container .hubhood-hero-category,
        .hubhood-frontpage-header-categories-design-40 .hubhood-hero-categories-container .hubhood-hero-category {
                min-width: 141px;
        }

        .hubhood-featured-heading-title-word:before {
                position: relative;
                top: -2px;
                width: 40px;
                height: 40px;
                line-height: 42px;
                font-size: 20px;
        }

        .hubhood-featured-heading-title-word.fas.fa-check:before {
            font-size: 18px;
        }
}

@media (max-width: 919px) {
        .hubhood-map-filter-sidebar {
                display: none;
        }

        .hubhood-map-listings-sidebar,
        .hubhood-map-listings-sidebar-inner {
                width: 100%;
        }

        .hubhood-listing-archive-map {
                width: 100%;
                right: 100%;
        }

        .hubhood-listing-archive-map.hubhood-force-show {
                right: 0 !important;
                transform: translate(0) !important;
                display: block !important;
                opacity: 1 !important;
                left: auto !important;
        }

        .hubhood-grid-filter-button.hubhood-no-map {
                display: none;
        }

        .hubhood-map-filter-sidebar,
        .hubhood-map-filter-sidebar-inner {
                width: 100%;
                z-index: 1;
        }

        .hubhood-grid-filters .hubhood-no-map,
        .hubhood-grid-filters .hubhood-show-cards {
                display: none;
        }

        .hubhood-map-archive-disabled .hubhood-show-map {
                display: none !important;
        } 
}

@media (max-width: 991px) {
        .hubhood-hero-category .hubhood-hero-category-label,
        .hubhood-search-input-field,
        .hubhood-search-input-field:focus,
        .hubhood-search-box-full input[type="text"],
        .hubhood-search-box-full textarea {
                font-size: 15px;
        }

        .hubhood-search-box-full input[type="text"],
        .hubhood-search-box-full textarea {
                font-weight: 500;
        }

        .hubhood-search-input input::-webkit-input-placeholder,
        .hubhood-search-box-full input[type="text"]::-webkit-input-placeholder,
        .hubhood-search-box-full textarea::-webkit-input-placeholder {
                font-size : 15px;
        }

        .hubhood-search-input input:-moz-placeholder::-webkit-input-placeholder,
        .hubhood-search-box-full input[type="text"]::-webkit-input-placeholder,
        .hubhood-search-box-full textarea::-webkit-input-placeholder {
                font-size : 15px;
        }

        .hubhood-search-input input::-moz-placeholder,
        .hubhood-search-box-full input[type="text"]::-webkit-input-placeholder,
        .hubhood-search-box-full textarea::-webkit-input-placeholder {
                font-size : 15px;
        }

        .hubhood-search-input input:-ms-input-placeholder,
        .hubhood-search-box-full input[type="text"]::-webkit-input-placeholder,
        .hubhood-search-box-full textarea::-webkit-input-placeholder {
                font-size : 15px;
        }

        .form-control,
        .select2-results__option,
        .select2-container--default .select2-selection--multiple .select2-selection__choice__display,
        .select2-container--default .select2-search--inline .select2-search__field,
        .select2-container--default .select2-selection--single .select2-selection__rendered {
                font-size: 15px;
        }

        .hubhood-hero-category .hubhood-hero-category-label,
        .hubhood-search-input-field,
        .hubhood-search-input-field:focus,
        .hubhood-search-box-full input[type="text"],
        .hubhood-search-box-full textarea {
                font-size: 15px;
        }

        .hubhood-search-box-full input[type="text"],
        .hubhood-search-box-full textarea {
                font-weight: 500 !important;
        }

        .hubhood-search-input input::-webkit-input-placeholder,
        .hubhood-search-box-full input[type="text"]::-webkit-input-placeholder,
        .hubhood-search-box-full textarea::-webkit-input-placeholder {
                font-size : 15px;
        }

        .hubhood-search-input input:-moz-placeholder::-webkit-input-placeholder,
        .hubhood-search-box-full input[type="text"]::-webkit-input-placeholder,
        .hubhood-search-box-full textarea::-webkit-input-placeholder {
                font-size : 15px;
        }

        .hubhood-search-input input::-moz-placeholder,
        .hubhood-search-box-full input[type="text"]::-webkit-input-placeholder,
        .hubhood-search-box-full textarea::-webkit-input-placeholder {
                font-size : 15px;
        }

        .hubhood-search-input input:-ms-input-placeholder,
        .hubhood-search-box-full input[type="text"]::-webkit-input-placeholder,
        .hubhood-search-box-full textarea::-webkit-input-placeholder {
                font-size : 15px;
        }

        #secondary {
                margin-top: 90px;
        }

        #secondary .row {
                margin-left: 0 !important;
                margin-right: 0 !important;
        }

        .hubhood-has-review-average .hubhood-rating-stars .hubhood-rating-stars {
                bottom: -5px;
        }

        #page .hubhood-big-listing-rating-wrapper .hubhood-stars-rating span {
                margin-left: 3px;
                margin-right: 3px;
        }

        .hubhood-review-first-col-inner.hubhood-reviews-big-circle {
                padding-left: 0;
                padding-right: 0;
        }

        .hubhood-reviews-big-circle {
                padding-top: 0;
        }

        .hubhood-single-listing-without-reviews .hubhood-review-second-col-inner {
                margin-top: 0;
        }

        .widget_hubhood_call_to_action .container {
                width: 100%;
                max-width: 100%;
        }

        .hubhood-call-to-action-content {
                padding-top: 0;
                padding-bottom: 0;
        }

        .hubhood-call-to-action-two-columns .col-lg-6 .hubhood-call-to-action-background-image,
        .hubhood-call-to-action-two-columns .col-lg-6 + .col-lg-6 .hubhood-call-to-action-background-image {
                width: 100vw;
                right: auto;
                left: -15px;
        }

        .hubhood-call-to-action-content {
                max-width: 660px;
                margin-left: auto;
                margin-right: auto;
        }

        .hubhood-hero-slider-full-width .hubhood-hero-text-inner>.col-sm-12 {
                padding-left: 0;
                padding-right: 0;
        }

        .hubhood-search-keywords.hubhood-show-all-keywords,
        .hubhood-search-keywords.hubhood-show-all-keywords .hubhood-search-keywords-inner {
                display: flex;
                flex-wrap: wrap;
        }

        .hubhood-show-all-keywords .hubhood-search-keywords-inner .hubhood-hero-category {
                margin: 0 20px 20px 0;
                display: inline-flex;
                -webkit-flex-grow: 1;
                -ms-flex-grow: 1;
                flex-grow: 1;
        }

        .hubhood-hero-footer-design-2 #content .hubhood-front-page-hero-section ~ .hubhood-search-box-full {
                width: 100%;
        }

        .hubhood-has-front-hero-categories.hubhood-has-hero-listing-types.hubhood-frontpage-header-design-1.hubhood-frontpage-header-categories-design-34.hubhood-frontpage-frontpage-header-categories-position-footer #content .hubhood-front-page-hero-section ~ .hubhood-search-box-full,
        .hubhood-has-front-hero-categories.hubhood-has-hero-listing-types.hubhood-frontpage-header-design-1.hubhood-frontpage-header-categories-design-36.hubhood-frontpage-frontpage-header-categories-position-footer #content .hubhood-front-page-hero-section ~ .hubhood-search-box-full,
        .hubhood-has-front-hero-categories.hubhood-has-hero-listing-types.hubhood-frontpage-header-design-1.hubhood-frontpage-header-categories-design-37.hubhood-frontpage-frontpage-header-categories-position-footer #content .hubhood-front-page-hero-section ~ .hubhood-search-box-full,
        .hubhood-has-front-hero-categories.hubhood-has-hero-listing-types.hubhood-frontpage-header-design-1.hubhood-frontpage-header-categories-design-40.hubhood-frontpage-frontpage-header-categories-position-footer #content .hubhood-front-page-hero-section ~ .hubhood-search-box-full {
                margin-bottom: 0 !important;
                margin-top: auto;
        }

        .hubhood-has-front-hero-categories.hubhood-has-hero-listing-types.hubhood-frontpage-header-design-1.hubhood-frontpage-header-categories-design-34.hubhood-frontpage-frontpage-header-categories-position-footer .hubhood-front-page-hero-section.hubhood-hero-slider-full-width .hubhood-hero-text-inner>.col-sm-12,
        .hubhood-has-front-hero-categories.hubhood-has-hero-listing-types.hubhood-frontpage-header-design-1.hubhood-frontpage-header-categories-design-36.hubhood-frontpage-frontpage-header-categories-position-footer .hubhood-front-page-hero-section.hubhood-hero-slider-full-width .hubhood-hero-text-inner>.col-sm-12,
        .hubhood-has-front-hero-categories.hubhood-has-hero-listing-types.hubhood-frontpage-header-design-1.hubhood-frontpage-header-categories-design-37.hubhood-frontpage-frontpage-header-categories-position-footer .hubhood-front-page-hero-section.hubhood-hero-slider-full-width .hubhood-hero-text-inner>.col-sm-12,
        .hubhood-has-front-hero-categories.hubhood-has-hero-listing-types.hubhood-frontpage-header-design-1.hubhood-frontpage-header-categories-design-40.hubhood-frontpage-frontpage-header-categories-position-footer .hubhood-front-page-hero-section.hubhood-hero-slider-full-width .hubhood-hero-text-inner>.col-sm-12 {
                padding-bottom: 0;
                padding-top: 90px;
        }

        .hubhood-has-front-hero-categories.hubhood-has-hero-listing-types.hubhood-frontpage-header-design-1.hubhood-frontpage-header-categories-design-34.hubhood-frontpage-frontpage-header-categories-position-footer .hubhood-hero-types-container,
        .hubhood-has-front-hero-categories.hubhood-has-hero-listing-types.hubhood-frontpage-header-design-1.hubhood-frontpage-header-categories-design-36.hubhood-frontpage-frontpage-header-categories-position-footer .hubhood-hero-types-container,
        .hubhood-has-front-hero-categories.hubhood-has-hero-listing-types.hubhood-frontpage-header-design-1.hubhood-frontpage-header-categories-design-37.hubhood-frontpage-frontpage-header-categories-position-footer .hubhood-hero-types-container,
        .hubhood-has-front-hero-categories.hubhood-has-hero-listing-types.hubhood-frontpage-header-design-1.hubhood-frontpage-header-categories-design-40.hubhood-frontpage-frontpage-header-categories-position-footer .hubhood-hero-types-container {
                top: -60px;
        }
}

@media (max-width: 500px) {
        
        .hubhood-has-front-hero-categories.hubhood-frontpage-header-design-1.hubhood-frontpage-header-categories-design-34.hubhood-frontpage-frontpage-header-categories-position-default .hubhood-front-page-hero-section.hubhood-hero-slider-full-width .hubhood-hero-text-inner>.col-sm-12,
        .hubhood-has-front-hero-categories.hubhood-has-hero-listing-types.hubhood-frontpage-header-design-1.hubhood-frontpage-header-categories-design-34.hubhood-frontpage-frontpage-header-categories-position-default .hubhood-front-page-hero-section.hubhood-hero-slider-full-width .hubhood-hero-text-inner>.col-sm-12,
        .hubhood-has-front-hero-categories.hubhood-frontpage-header-design-1.hubhood-frontpage-header-categories-design-36.hubhood-frontpage-frontpage-header-categories-position-default .hubhood-front-page-hero-section.hubhood-hero-slider-full-width .hubhood-hero-text-inner>.col-sm-12,
        .hubhood-has-front-hero-categories.hubhood-has-hero-listing-types.hubhood-frontpage-header-design-1.hubhood-frontpage-header-categories-design-36.hubhood-frontpage-frontpage-header-categories-position-default .hubhood-front-page-hero-section.hubhood-hero-slider-full-width .hubhood-hero-text-inner>.col-sm-12,
        .hubhood-has-front-hero-categories.hubhood-frontpage-header-design-1.hubhood-frontpage-header-categories-design-37.hubhood-frontpage-frontpage-header-categories-position-default .hubhood-front-page-hero-section.hubhood-hero-slider-full-width .hubhood-hero-text-inner>.col-sm-12,
        .hubhood-has-front-hero-categories.hubhood-has-hero-listing-types.hubhood-frontpage-header-design-1.hubhood-frontpage-header-categories-design-37.hubhood-frontpage-frontpage-header-categories-position-default.hubhood-front-page-hero-section.hubhood-hero-slider-full-width .hubhood-hero-text-inner>.col-sm-12,
        .hubhood-has-front-hero-categories.hubhood-frontpage-header-design-1.hubhood-frontpage-header-categories-design-40.hubhood-frontpage-frontpage-header-categories-position-default .hubhood-front-page-hero-section.hubhood-hero-slider-full-width .hubhood-hero-text-inner>.col-sm-12,
        .hubhood-has-front-hero-categories.hubhood-has-hero-listing-types.hubhood-frontpage-header-design-1.hubhood-frontpage-header-categories-design-40.hubhood-frontpage-frontpage-header-categories-position-default .hubhood-front-page-hero-section.hubhood-hero-slider-full-width .hubhood-hero-text-inner>.col-sm-12 {
                padding-top: 0;
        }

        .hubhood-has-front-hero-categories.hubhood-has-hero-listing-types.hubhood-frontpage-header-design-1.hubhood-frontpage-header-categories-design-34.hubhood-frontpage-frontpage-header-categories-position-footer .hubhood-front-page-hero-section.hubhood-hero-slider-full-width .hubhood-hero-text-inner>.col-sm-12,
        .hubhood-has-front-hero-categories.hubhood-has-hero-listing-types.hubhood-frontpage-header-design-1.hubhood-frontpage-header-categories-design-36.hubhood-frontpage-frontpage-header-categories-position-footer .hubhood-front-page-hero-section.hubhood-hero-slider-full-width .hubhood-hero-text-inner>.col-sm-12,
        .hubhood-has-front-hero-categories.hubhood-has-hero-listing-types.hubhood-frontpage-header-design-1.hubhood-frontpage-header-categories-design-37.hubhood-frontpage-frontpage-header-categories-position-footer .hubhood-front-page-hero-section.hubhood-hero-slider-full-width .hubhood-hero-text-inner>.col-sm-12,
        .hubhood-has-front-hero-categories.hubhood-has-hero-listing-types.hubhood-frontpage-header-design-1.hubhood-frontpage-header-categories-design-40.hubhood-frontpage-frontpage-header-categories-position-footer .hubhood-front-page-hero-section.hubhood-hero-slider-full-width .hubhood-hero-text-inner>.col-sm-12 {
                padding-top: 0;
        }

        .hubhood-has-front-hero-categories.hubhood-has-hero-listing-types.hubhood-frontpage-header-design-1.hubhood-frontpage-header-categories-design-34.hubhood-frontpage-frontpage-header-categories-position-footer .hubhood-front-page-hero-section.hubhood-hero-slider-full-width .hubhood-hero-text-inner>.col-sm-12,
        .hubhood-has-front-hero-categories.hubhood-has-hero-listing-types.hubhood-frontpage-header-design-1.hubhood-frontpage-header-categories-design-36.hubhood-frontpage-frontpage-header-categories-position-footer .hubhood-front-page-hero-section.hubhood-hero-slider-full-width .hubhood-hero-text-inner>.col-sm-12,
        .hubhood-has-front-hero-categories.hubhood-has-hero-listing-types.hubhood-frontpage-header-design-1.hubhood-frontpage-header-categories-design-37.hubhood-frontpage-frontpage-header-categories-position-footer .hubhood-front-page-hero-section.hubhood-hero-slider-full-width .hubhood-hero-text-inner>.col-sm-12,
        .hubhood-has-front-hero-categories.hubhood-has-hero-listing-types.hubhood-frontpage-header-design-1.hubhood-frontpage-header-categories-design-40.hubhood-frontpage-frontpage-header-categories-position-footer .hubhood-front-page-hero-section.hubhood-hero-slider-full-width .hubhood-hero-text-inner>.col-sm-12 {
                padding-top: 0;
        }
}

@media (max-width: 767px) {
        .admin-bar .hubhood-hero-text-inner>.col-sm-12 {
                height : calc(100vh - 406px); /* For browsers without CSS var support */
                height : calc(100vh - ( 406px + var(--vh-offset, 0px) ) ); /* Cross browser fix for CSS 'vh' (vh-check script) */
        }

        .admin-bar .hubhood-hero-slider-full-width  .hubhood-hero-text-inner>.col-sm-12,
         .admin-bar.single .hubhood-hero-text-inner>.col-sm-12 {
                height : calc(100vh - 316px); /* For browsers without CSS var support */
                height : calc(100vh - ( 316px + var(--vh-offset, 0px) ) ); /* Cross browser fix for CSS 'vh' (vh-check script) */
        }

        .admin-bar.single .hubhood-hero-slider-full-width  .hubhood-hero-text-inner>.col-sm-12 {
                height : calc(100vh - 226px); /* For browsers without CSS var support */
                height : calc(100vh - ( 226px + var(--vh-offset, 0px) ) ); /* Cross browser fix for CSS 'vh' (vh-check script) */
        }

        .hubhood-hero-subtitle {
                font-size: 15px;
                padding-left: 50px;
                padding-right: 50px;
                line-height: 1.78;
        }

        .hubhood-frontpage-header-design-3 .hubhood-hero-subtitle,
        .hubhood-frontpage-header-design-4 .hubhood-hero-subtitle,
        .hubhood-frontpage-header-design-5 .hubhood-hero-subtitle,
        .hubhood-frontpage-header-design-6 .hubhood-hero-subtitle {
                padding-left: 0;
                padding-right: 0;
        }

        .entry-content .hubhood-hero-subtitle {
                font-size: 16px;
                line-height: 1.875;
                padding-left: 0;
        }

        .hubhood-frontpage-header-design-6 .hubhood-front-page-hero-section .hubhood-hero-title {
                font-size: 26px;
                font-weight: 800;
        }      

        .hubhood-front-page-hero-section .hubhood-hero-slide.hubhood-multiple-use-border:not([style*="border:1px solid #000"]):not([style*="border:2px solid #000"]):not([style*="border:3px solid #000"]),
        .hubhood-front-page-hero-section .hubhood-hero-slide.hubhood-multiple-use-border .hubhood-hero-slide:not([style*="border:1px solid #000"]):not([style*="border:2px solid #000"]):not([style*="border:3px solid #000"]) {
                border: 5px solid #000 !important;
        }

        .hubhood-frontpage-header-design-5 .hubhood-front-page-hero-section .hubhood-hero-buttons-wrapper {
                margin-bottom: 60px;
        }
}

@media (min-height: 650px) and (max-height: 799px) {
        .hubhood-hero-text-inner>.col-sm-12 {
                height : calc(100vh - 355px); /* For browsers without CSS var support */
                height : calc(100vh - ( 355px + var(--vh-offset, 0px) ) ); /* Cross browser fix for CSS 'vh' (vh-check script) */
        }

        .hubhood-hero-slider-full-width .hubhood-hero-text-inner>.col-sm-12 {
                height : calc(100vh - 265px); /* For browsers without CSS var support */
                height : calc(100vh - ( 265px + var(--vh-offset, 0px) ) ); /* Cross browser fix for CSS 'vh' (vh-check script) */
        }

        .admin-bar .hubhood-hero-text-inner>.col-sm-12 {
                height : calc(100vh - 406px); /* For browsers without CSS var support */
                height : calc(100vh - ( 406px + var(--vh-offset, 0px) ) ); /* Cross browser fix for CSS 'vh' (vh-check script) */
        }

        .admin-bar .hubhood-hero-slider-full-width  .hubhood-hero-text-inner>.col-sm-12 {
                height : calc(100vh - 316px); /* For browsers without CSS var support */
                height : calc(100vh - ( 316px + var(--vh-offset, 0px) ) ); /* Cross browser fix for CSS 'vh' (vh-check script) */
        }
}

@media (max-width: 600px) and (min-height: 550px) and (max-height: 799px) {
        .hubhood-front-page-hero-section .hubhood-hero-slider-full-width .hubhood-hero-text-inner>.col-sm-12 {
                height : calc(100vh - 425px); /* For browsers without CSS var support */
                height : calc(100vh - ( 425px + var(--vh-offset, 0px) ) ); /* Cross browser fix for CSS 'vh' (vh-check script) */
        }

        .admin-bar .hubhood-front-page-hero-section .hubhood-hero-text-inner>.col-sm-12,
        .admin-bar .hubhood-front-page-hero-section .hubhood-hero-slider-full-width .hubhood-hero-text-inner>.col-sm-12 {
                height : calc(100vh - 496px); /* For browsers without CSS var support */
                height : calc(100vh - ( 496px + var(--vh-offset, 0px) ) ); /* Cross browser fix for CSS 'vh' (vh-check script) */
        }
}

@media (max-width: 1100px)  {
        

        /* 5 Hero Images */

        .hubhood-front-page-hero-section .hubhood-multiple-hero-images-5 .hubhood-hero-slide-1 {
                left: 0 !important;
                top: 0 !important;
                width: 50% !important;
                height: 66.6666666% !important;
        }

        .hubhood-front-page-hero-section .hubhood-multiple-hero-images-5 .hubhood-hero-slide-2 {
                width: 50% !important;
                height: 33.3333333% !important;
                left: 50% !important;
                top: 0 !important;
        }

        .hubhood-front-page-hero-section .hubhood-multiple-hero-images-5 .hubhood-hero-slide-3 {
                width: 50% !important;
                height: 33.3333333% !important;
                left: 50% !important;
                top: 33.3333333% !important;
        }

        .hubhood-front-page-hero-section .hubhood-multiple-hero-images-5 .hubhood-hero-slide-4 {
                width: 50% !important;
                height: 33.333333% !important;
                left: 0 !important;
                top: 66.6666666% !important;
        }

        .hubhood-front-page-hero-section .hubhood-multiple-hero-images-5 .hubhood-hero-slide-5 {
                width: 50% !important;
                height: 33.3333333% !important;
                left: 50% !important;
                top: 66.6666666% !important;
        }
}

@media (min-width: 1100px) and (min-height: 650px) and (max-height: 799px) {
        .hubhood-has-front-hero-categories.hubhood-has-hero-listing-types:not(.hubhood-frontpage-header-design-2) .hubhood-front-page-hero-section.hubhood-hero-slider-full-width .hubhood-hero-text-inner>.col-sm-12 {
                height : calc(100vh - 335px); /* For browsers without CSS var support */
                height : calc(100vh - ( 335px + var(--vh-offset, 0px) ) ); /* Cross browser fix for CSS 'vh' (vh-check script) */
        }
}

@media (min-height: 1024px) {
        .select2-container--default .select2-results>.select2-results__options {
                max-height : 420px;
        }
}

@media (max-width: 1024px) {
        .hubhood-featured-widgets .hubhood-listing-opening-widget .hubhood-listing-widget-content {
                padding-left: 15px;
                padding-right: 15px;
        }
}

@media (max-height: 799px) {
        .select2-container--default .select2-results>.select2-results__options {
                max-height : 240px;
        }
}

@media (min-width: 650px) and (max-width: 766px) and (min-height: 650px) and (max-height: 799px) {

        .admin-bar .hubhood-hero-text-inner>.col-sm-12 {
                height : calc(100vh - 401px); /* For browsers without CSS var support */
                height : calc(100vh - ( 401px + var(--vh-offset, 0px) ) ); /* Cross browser fix for CSS 'vh' (vh-check script) */
        }

        .admin-bar .hubhood-hero-slider-full-width .hubhood-hero-text-inner>.col-sm-12 {
                height : calc(100vh - 311px); /* For browsers without CSS var support */
                height : calc(100vh - ( 311px + var(--vh-offset, 0px) ) ); /* Cross browser fix for CSS 'vh' (vh-check script) */
        }
}


@media (min-width: 783px) and (max-width: 10000px) and (min-height: 650px) and (max-height: 799px) {
        .admin-bar .hubhood-hero-text-inner>.col-sm-12 {
                height : calc(100vh - 387px); /* For browsers without CSS var support */
                height : calc(100vh - ( 387px + var(--vh-offset, 0px) ) ); /* Cross browser fix for CSS 'vh' (vh-check script) */
        }

        .admin-bar .hubhood-hero-slider-full-width .hubhood-hero-text-inner>.col-sm-12 {
                height : calc(100vh - 302px); /* For browsers without CSS var support */
                height : calc(100vh - ( 302px + var(--vh-offset, 0px) ) ); /* Cross browser fix for CSS 'vh' (vh-check script) */
        }
}


@media (min-height: 800px) {
        .hubhood-hero-text-inner>.col-sm-12 {
                height : 400px;
        }

        .hubhood-hero-slider-full-width .hubhood-hero-text-inner>.col-sm-12 {
                height : 490px;
        }
}


@media (min-width: 1500px) and (min-height: 800px) {
        .hubhood-hero-text-inner>.col-sm-12 {
                height : 400px;
        }

        .hubhood-hero-slider-full-width .hubhood-hero-text-inner>.col-sm-12 {
                height : 490px;
        }
}


@media (min-width: 1500px) and (min-height: 880px) {
        .hubhood-hero-text-inner>.col-sm-12 {
                height : 530px;
        }

        .hubhood-hero-slider-full-width .hubhood-hero-text-inner>.col-sm-12 {
                height : 620px;
        }
}


@media (min-width: 1500px) and (min-height: 1010px) {
        .hubhood-hero-text-inner>.col-sm-12 {
                height : 660px;
        }

        .hubhood-hero-slider-full-width .hubhood-hero-text-inner>.col-sm-12 {
                height : 750px;
        }
}


@media (min-width: 650px) and (max-width: 766px) and (min-height: 800px) {

        .admin-bar .hubhood-hero-text-inner>.col-sm-12 {
                height : 400px;
        }

        .admin-bar .hubhood-hero-slider-full-width .hubhood-hero-text-inner>.col-sm-12 {
                height : 490px;
        }
}


@media (min-width: 768px) and (max-width: 10000px) and (min-height: 800px) {

        .admin-bar .hubhood-hero-text-inner>.col-sm-12 {
                height : 400px;
        }

        .admin-bar .hubhood-hero-slider-full-width .hubhood-hero-text-inner>.col-sm-12 {
                height : 490px;
        }
}

@media (max-width: 768px) {
        .woocommerce .woocommerce-cart-form table.cart td.actions .input-text,
        .woocommerce-page #content .woocommerce-cart-form table.cart td.actions .input-text,
        .woocommerce-page .woocommerce-cart-form table.cart td.actions .input-text {
                width: 48%;
        }
}

@media (max-width: 767px) {
        .hubhood-has-review-average .hubhood-big-listing-rating-wrapper {
                font-size: 80px;
        }

        .hubhood-has-review-average .hubhood-rating-stars {
                bottom: -40px;
        }

        .fieldset-job_hours .hubhood-hours-table-wrapper > table > thead > th:first-child {
                width: 30px;
                line-height: 1;
                text-transform: uppercase;
                font-size: 12px;
        }

        .select2-results__options[id*="select2-job_hours"] .select2-results__message,
        .fieldset-job_hours .hubhood-hours-table-wrapper [class*="hubhood-business-hours-row-"] .select2-selection__rendered {
                font-size: 12px;
        }

        .select2-results__options[id*="select2-job_hours"] .select2-results__message {
                padding-left: 15px;
                padding-right: 15px;
        }

        .fieldset-job_hours .hubhood-hours-table-wrapper > table .hubhood-business-day-name {
                width: 10px;
                line-height: 1;
                letter-spacing: 5000px;
                min-width: 0;
                font-size: 12px;
                text-transform: uppercase;
        } 

        [id*="select2-job_hours"] li {
                font-size: 12px;
        }           

        .select2-results__options[id*="select2-job_hours"] {
                max-width: 100%;
        }

        .select2-results__option[id*="select2-job_hours"] {
                font-size: 12px;
                padding: 10px 5px;
                text-align: center;
        }

        .select2-search.select2-search--dropdown:after {
                font-size: 15px;
                top: 8px;
                right: 0px;
        }

        .select2-container--default .select2-search--dropdown .select2-search__field[aria-controls*="select2-job_hours"] {
                font-size: 13px;
                padding: 0;
                margin-left: -15px;
                margin-right: -25px;
                width: calc(100% + 20px);
        }

        .fieldset-job_hours .hubhood-hours-table-wrapper select[name*="job_hours"]:not(.hubhood-custom-select) ~ .select2-container {
                padding-left: 10px;
                padding-right: 10px;
        }

        .fieldset-job_hours .hubhood-hours-table-wrapper select[name*="job_hours"]:not(.hubhood-custom-select) ~ .select2-container .select2-selection--single {
                padding-right: 0;
        }

        .fieldset-job_hours .hubhood-hours-table-wrapper .select2-selection:after {
                font-size: 15px;
                top: 15px;
                right: -4px;
        }

        .select2-search.select2-search--dropdown:after {
                font-size: 15px;
                top: 17px;
                right: 5px;                
        }

        .hubhood-buttons-search .select2-selection::after {
                right: 0;
        }

        .hubhood-delete-data-block {
                right: -12px;
                top: -38px;
        }

        .hubhood-frontpage-header-design-3 #content .hubhood-front-page-hero-section .hubhood-hero-content-inner .hubhood-hero-types-container,
        .hubhood-frontpage-header-design-4 #content .hubhood-front-page-hero-section .hubhood-hero-content-inner .hubhood-hero-types-container,
        .hubhood-frontpage-header-design-5 #content .hubhood-front-page-hero-section .hubhood-hero-content-inner .hubhood-hero-types-container {
                position: absolute;
                top: -72px;
        }

        .hubhood-featured-heading-title-word:before {
                position: relative;
                top: -2px;
                width: 40px;
                height: 40px;
                line-height: 42px;
                font-size: 18px;
        }

        .hubhood-featured-heading-title-word.fas.fa-check:before {
            font-size: 16px;
        }

        .hubhood-front-page-hero-section .hubhood-multiple-hero-images-4.hubhood-multiple-hero-images-grid-2 .hubhood-hero-slide-2 {
                height: 62%;
        }

        .hubhood-front-page-hero-section .hubhood-multiple-hero-images-4.hubhood-multiple-hero-images-grid-2 .hubhood-hero-slide-4 {
                top: 38%;
                height: 62%;
        }

        .hubhood-tiny-call-to-action-subtitle {
                font-size: 15px;
        }
}

@media screen and (max-width: 600px) {
        body.admin-bar {
                margin-top : -46px;
        }

        .admin-bar .hubhood-launched-popup {
                top: 32px;
        }

        .page-template-front-page .hubhood-hero-slider-container-wrapper.hubhood-no-margin-top:nth-child(1) {
                margin-top: -90px !important;
        }

        .hubhood-header-topbar-background-color-light.page-template-front-page .hubhood-hero-slider-container-wrapper.hubhood-no-margin-top:nth-child(1),
        .hubhood-header-topbar-background-color-dark.page-template-front-page .hubhood-hero-slider-container-wrapper.hubhood-no-margin-top:nth-child(1) {
                margin-top: 0px !important;
        }

        .page-template-front-page.hubhood-addons-active #masthead,
        .page-template-front-page.hubhood-addons-active #masthead.hubhood-scrolling-top {
                position: sticky;
        }









        body.hubhood-header-topbar-background-color-light:not(.page-template-front-page):not(.single-job_listing) .navbar-header,
        .hubhood-header-topbar-background-color-light .navbar-header,
        body.hubhood-header-topbar-background-color-light:not(.page-template-front-page):not(.single-job_listing) .navbar-header,
        .hubhood-header-topbar-background-color-light .navbar-header,
        .hubhood-header-topbar-background-color-light.hubhood-no-wp-job-manager .navbar-header,
        .hubhood-header-topbar-background-color-light.hubhood-no-addons .navbar-header,
        .hubhood-header-topbar-background-color-light.light-only .navbar-header {
                background-color : #ffffff;
                box-shadow: 0 0 30px rgb(0 0 0 / 6%);
        }

        body.hubhood-header-topbar-background-color-primary:not(.page-template-front-page):not(.single-job_listing) .navbar-header,
        .hubhood-header-topbar-background-color-primary .navbar-header,
        body.hubhood-header-topbar-background-color-primary:not(.page-template-front-page):not(.single-job_listing) .navbar-header,
        .hubhood-header-topbar-background-color-primary .navbar-header,
        .hubhood-header-topbar-background-color-primary.hubhood-no-wp-job-manager .navbar-header,
        .hubhood-header-topbar-background-color-primary.hubhood-no-addons .navbar-header,
        .hubhood-header-topbar-background-color-primary.primary-only .navbar-header {
                background-color : var(--hubhood-color);
        }



        .hubhood-header-topbar-background-color-light .navbar-dark .navbar-nav > li > .nav-link,
        .hubhood-header-topbar-background-color-light .hubhood-header-menu .hubhood-search-icon,
        body.hubhood-header-topbar-background-color-light:not(.page-template-front-page):not(.single-job_listing) .navbar-header .navbar-nav > li > .nav-link,
        body.hubhood-header-topbar-background-color-light:not(.page-template-front-page):not(.single-job_listing) .hubhood-header-menu .hubhood-search-icon,

        body.hubhood-header-topbar-background-color-light:not(.page-template-front-page):not(.single-job_listing) .hubhood-dark-header,
        body.hubhood-header-topbar-background-color-light:not(.page-template-front-page):not(.single-job_listing) .hubhood-dark-header .navbar-nav > li > .nav-link,
        body.hubhood-header-topbar-background-color-light:not(.page-template-front-page):not(.single-job_listing) .hubhood-dark-header .navbar-default .navbar-brand,
        body.hubhood-header-topbar-background-color-light:not(.page-template-front-page):not(.single-job_listing) .navbar-nav>.nav-link,
        body.hubhood-header-topbar-background-color-light:not(.page-template-front-page):not(.single-job_listing) .navbar-default .navbar-brand span,

        .hubhood-header-topbar-background-color-light .hubhood-dark-header,
        .hubhood-header-topbar-background-color-light .hubhood-dark-header .navbar-nav > li > .nav-link,
        .hubhood-header-topbar-background-color-light .hubhood-dark-header .navbar-default .navbar-brand,
        .hubhood-header-topbar-background-color-light .navbar-default .navbar-brand span,

        .hubhood-header-topbar-background-color-light.light-only .hubhood-dark-header,
        .hubhood-header-topbar-background-color-light.light-only .hubhood-dark-header .navbar-nav > li > .nav-link,
        .hubhood-header-topbar-background-color-light.light-only .hubhood-dark-header .navbar-default .navbar-brand,
        .hubhood-header-topbar-background-color-light.light-only .navbar-default .navbar-brand span {
                color       : #252525;
                text-shadow : none;
        }



        .hubhood-header-topbar-background-color-light .hubhood-header-menu .hubhood-search-icon,
        .hubhood-header-topbar-background-color-light.light-only .hubhood-header-menu .hubhood-search-icon,
        body.hubhood-header-topbar-background-color-light:not(.page-template-front-page):not(.single-job_listing) .hubhood-header-menu .hubhood-search-icon {
                border: 4px solid #f1f1f1;
        }

        .hubhood-header-topbar-background-color-light .hubhood-header-menu .hubhood-search-icon:before,
        .hubhood-header-topbar-background-color-light.light-only .hubhood-header-menu .hubhood-search-icon:before,
        body.hubhood-header-topbar-background-color-light:not(.page-template-front-page):not(.single-job_listing) .hubhood-header-menu .hubhood-search-icon:before {
                text-shadow : none;
        }



        body.hubhood-header-topbar-background-color-light:not(.page-template-front-page):not(.single-job_listing) .navbar-brand .hubhood-logo.hubhood-logo-light-background,
        .hubhood-header-topbar-background-color-light .navbar-brand .hubhood-logo.hubhood-logo-light-background,
        .hubhood-header-topbar-background-color-light.light-only .navbar-brand .hubhood-logo.hubhood-logo-light-background {
                display: inline-block;
        }

        body.hubhood-header-topbar-background-color-light:not(.page-template-front-page):not(.single-job_listing) .hubhood-logo-dark-background,
        .hubhood-header-topbar-background-color-light .hubhood-logo-dark-background,
        .hubhood-header-topbar-background-color-light.light-only .hubhood-logo-dark-background {
                display: none;
        }

        .hubhood-header-topbar-background-color-light .hubhood-user-menu-topbar .hubhood-button-light.hubhood-button-outline.hubhood-button-outline-light-border,
        body.hubhood-header-topbar-background-color-light:not(.page-template-front-page):not(.single-job_listing) .hubhood-user-menu-topbar .hubhood-button-light.hubhood-button-outline.hubhood-button-outline-light-border,
        .hubhood-header-topbar-background-color-light .hubhood-user-menu-topbar .hubhood-button.hubhood-button-transparent-border,
        body.hubhood-header-topbar-background-color-light:not(.page-template-front-page):not(.single-job_listing) .hubhood-user-menu-topbar .hubhood-button.hubhood-button-transparent-border,
        .hubhood-header-topbar-background-color-light .navbar-toggler,
        body.hubhood-header-topbar-background-color-light:not(.page-template-front-page):not(.single-job_listing) .navbar-toggler,
        .hubhood-header-topbar-background-color-light.light-only .hubhood-user-menu-topbar .hubhood-button-light.hubhood-button-outline.hubhood-button-outline-light-border,
        .hubhood-header-topbar-background-color-light.light-only .hubhood-user-menu-topbar .hubhood-button.hubhood-button-transparent-border,
        .hubhood-header-topbar-background-color-light.light-only .navbar-toggler {
                border: 4px solid #f1f1f1 !important;
                color: #252525;
                text-shadow: none;
        }

        .hubhood-header-topbar-background-color-light .hubhood-action-buttons .hubhood-add-listing-main-menu .hubhood-iconized-button:before,
        .hubhood-header-topbar-background-color-light.light-only .hubhood-action-buttons .hubhood-add-listing-main-menu .hubhood-iconized-button:before,
        body.hubhood-header-topbar-background-color-light:not(.page-template-front-page):not(.single-job_listing) .hubhood-action-buttons .hubhood-add-listing-main-menu .hubhood-iconized-button:before {
                text-shadow: none !important;
        }

        .hubhood-header-topbar-background-color-light .navbar .navbar-toggler-icon:before,
        .hubhood-header-topbar-background-color-light.light-only .navbar .navbar-toggler-icon:before,        
        body.hubhood-header-topbar-background-color-light:not(.page-template-front-page):not(.single-job_listing) .navbar .navbar-toggler-icon:before {
                color: #252525;
                text-shadow: none !important;
        }




        body.hubhood-header-topbar-background-color-dark:not(.page-template-front-page):not(.single-job_listing) .navbar-header,
        .hubhood-header-topbar-background-color-dark .navbar-header,
        .hubhood-header-topbar-background-color-dark.dark-only .navbar-header {
                background-color : rgba(25, 30, 35, 100%);
        }












        

        .hubhood-user-menu-topbar .hubhood-button-light.hubhood-button-outline.hubhood-button-outline-light-border,
        .hubhood-user-menu-topbar .hubhood-button.hubhood-button-transparent-border,
        .navbar-toggler,
        .navbar-toggler:focus,
        .hubhood-header-menu .hubhood-search-icon {
                background-color: rgba(255,255,255,0.12);
                color: #fff;
                border: 4px solid transparent;
                box-shadow: none;
        }

        .hubhood-header-topbar-background-color-light .hubhood-user-menu-topbar .hubhood-button-light.hubhood-button-outline.hubhood-button-outline-light-border,
        body.hubhood-header-topbar-background-color-light:not(.page-template-front-page):not(.single-job_listing) .hubhood-user-menu-topbar .hubhood-button-light.hubhood-button-outline.hubhood-button-outline-light-border,
        .hubhood-header-topbar-background-color-light .hubhood-user-menu-topbar .hubhood-button.hubhood-button-transparent-border,
        body.hubhood-header-topbar-background-color-light:not(.page-template-front-page):not(.single-job_listing) .hubhood-user-menu-topbar .hubhood-button.hubhood-button-transparent-border,
        .hubhood-header-topbar-background-color-light .navbar-toggler,
        body.hubhood-header-topbar-background-color-light:not(.page-template-front-page):not(.single-job_listing) .navbar-toggler,
        .hubhood-header-topbar-background-color-light.light-only .hubhood-user-menu-topbar .hubhood-button-light.hubhood-button-outline.hubhood-button-outline-light-border,
        .hubhood-header-topbar-background-color-light.light-only .hubhood-user-menu-topbar .hubhood-button.hubhood-button-transparent-border,
        .hubhood-header-topbar-background-color-light.light-only .navbar-toggler {
                border: 4px solid #f1f1f1 !important;
                color: #252525;
                text-shadow: none;
        }

        .hubhood-header-topbar-background-color-light .hubhood-action-buttons .hubhood-add-listing-main-menu .hubhood-iconized-button:before,
        .hubhood-header-topbar-background-color-light.light-only .hubhood-action-buttons .hubhood-add-listing-main-menu .hubhood-iconized-button:before,
        body.hubhood-header-topbar-background-color-light:not(.page-template-front-page):not(.single-job_listing) .hubhood-action-buttons .hubhood-add-listing-main-menu .hubhood-iconized-button:before {
                text-shadow: none !important;
        }

        .hubhood-header-topbar-background-color-light .navbar .navbar-toggler-icon:before,
        .hubhood-header-topbar-background-color-light.light-only .navbar .navbar-toggler-icon:before,        
        body.hubhood-header-topbar-background-color-light:not(.page-template-front-page):not(.single-job_listing) .navbar .navbar-toggler-icon:before {
                color: #252525;
                text-shadow: none !important;
        }





        h1,
        h1 *,     
        .entry-content h1,
        .comment-content h1,
        .hubhood-page-title,
        .hubhood-hero-section-title h1,
        .page-template-front-page .hubhood-fill-background.hubhood-light-design h1,
        .entry-content .widget-title,
        .entry-content .widget-title a,
        .entry-content .widget-title,
        .entry-content .widget_hubhood_call_to_action .widget-title,
        .hubhood-search-by-popup .hubhood-popup-title h2,
        .hubhood-report-popup .hubhood-popup-title h2,
        .hubhood-claim-popup .hubhood-popup-title h2,
        .hubhood-appointment-popup .hubhood-popup-title h2,
        .wp-block-quote.is-large p,
        .wp-block-quote.is-style-large p,
        .wp-block-pullquote p,
        .wp-block-pullquote.is-style-solid-color blockquote p {
                font-size: 26px;
        }
        
        .has-medium-font-size {
                font-size: 18px;
        }
        
        .has-large-font-size,
        .has-huge-font-size,
        .has-larger-font-size,
        .hubhood-search-by-popup .hubhood-popup-title h2,
        .hubhood-report-popup .hubhood-popup-title h2,
        .hubhood-claim-popup .hubhood-popup-title h2,
        .hubhood-appointment-popup .hubhood-popup-title h2 {
                font-size: 26px;
        }

        h2,
        h2 *,
        .entry-content h2,
        .comment-content h2,
        .wp-block-cover .wp-block-cover-image-text,
        .wp-block-cover .wp-block-cover-text,
        .wp-block-cover h2,
        .wp-block-cover-image .wp-block-cover-image-text,
        .wp-block-cover-image .wp-block-cover-text,
        .wp-block-cover-image h2,
        .hubhood-front-page-widgetized-section .wp-block-search__label,
        .page-content .widget-title {
                font-size: 22px;
        }

        h3,
        h3 *,
        .entry-content h3,
        .comment-content h3 {
                font-size: 18px;
        }

        h4,
        h4 *,
        .entry-content h4,
        .comment-content h4,
        .hubhood-term-text {
                font-size: 14px;
                line-height: 1.5; /* Like on Gutenberg editor */
        }
        
        .has-large-font-size,
        .has-huge-font-size,
        .has-larger-font-size {
                font-size: 20px;
        }

        h6.hubhood-card-content-title,
        .entry-content h6.hubhood-card-content-title,
        .hubhood-blog-card h6 {
                font-size: 16px;
        }
        
        .entry__content .alignwide,
        *.alignwide,
        .wp-block-archives.alignwide,
        .wp-block-categories.alignwide,
        .wp-block-latest-posts.alignwide,
        .page-template-medium-width-page .page *.alignwide,
        .page-template-medium-width-page .page .wp-block-archives.alignwide,
        .page-template-medium-width-page .page .wp-block-categories.alignwide,
        .page-template-medium-width-page .page .wp-block-latest-posts.alignwide,
        .page-template-medium-width-page .page .hubhood-single-without-sidebar .entry__content .alignwide,
        .page-template-medium-width-page .page .hubhood-single-without-sidebar *.alignwide,
        .page-template-medium-width-page .page .hubhood-single-without-sidebar .wp-block-archives.alignwide,
        .page-template-medium-width-page .page .hubhood-single-without-sidebar .wp-block-categories.alignwide,
        .page-template-medium-width-page .page .hubhood-single-without-sidebar .wp-block-latest-posts.alignwide,
        .page-template-short-width-page .page *.alignwide,
        .page-template-short-width-page .page .wp-block-archives.alignwide,
        .page-template-short-width-page .page .wp-block-categories.alignwide,
        .page-template-short-width-page .page .wp-block-latest-posts.alignwide,
        .page-template-short-width-page .page .hubhood-single-without-sidebar .entry__content .alignwide,
        .page-template-short-width-page .page .hubhood-single-without-sidebar *.alignwide,
        .page-template-short-width-page .page .hubhood-single-without-sidebar .wp-block-archives.alignwide,
        .page-template-short-width-page .page .hubhood-single-without-sidebar .wp-block-categories.alignwide,
        .page-template-short-width-page .page .hubhood-single-without-sidebar .wp-block-latest-posts.alignwide {
                margin-left: 0;
                margin-right: 0;
                width: 100%;
                max-width: 100%;
        }

        .hubhood-hero-footer-design-2.hubhood-frontpage-header-categories-design-1 .hubhood-hero-terms-wrapper .hubhood-hero-terms-container:not(.hubhood-hero-types-container) .hubhood-hero-category {
                padding: 16px 18px;
                min-width: 109px;
        }

        .hubhood-hero-footer-design-2.hubhood-frontpage-header-categories-design-1 .hubhood-hero-categories-container .hubhood-hero-categories-inner {
                max-height: 140px;
                min-height: 140px;
        }

        .hubhood-hero-footer-design-2 .hubhood-hero-terms-wrapper .hubhood-hero-terms-container:not(.hubhood-hero-types-container) .hubhood-hero-category {
                margin-left: 5px;
        }

        .hubhood-hero-footer-design-2.hubhood-frontpage-frontpage-header-categories-position-default .hubhood-hero-terms-wrapper .hubhood-hero-terms-container:not(.hubhood-hero-types-container) .hubhood-hero-category:first-child {
                margin-left: 0;
        }

        .hubhood-hero-categories-attached-footer .hubhood-hero-categories-wrapper .simplebar-wrapper {
            width: calc(100% + 5px);
        }

        .hubhood-hero-categories-attached-footer .hubhood-hero-categories-wrapper {
                padding: 5px !important;
                height: 128px;
        }

        .hubhood-frontpage-header-categories-design-3 .hubhood-hero-categories-attached-footer .hubhood-hero-categories-wrapper,
        .hubhood-frontpage-header-categories-design-9  .hubhood-hero-categories-attached-footer .hubhood-hero-categories-wrapper {
                height: 137px;
        }

        .hubhood-frontpage-header-categories-design-34 .hubhood-hero-categories-attached-footer .hubhood-hero-categories-wrapper,
        .hubhood-frontpage-header-categories-design-36 .hubhood-hero-categories-attached-footer .hubhood-hero-categories-wrapper,
        .hubhood-frontpage-header-categories-design-37 .hubhood-hero-categories-attached-footer .hubhood-hero-categories-wrapper {
                height: 275px;
        }

        .hubhood-frontpage-header-categories-design-41 .hubhood-hero-categories-attached-footer .hubhood-hero-categories-wrapper,
        .hubhood-frontpage-header-categories-design-42 .hubhood-hero-categories-attached-footer .hubhood-hero-categories-wrapper,
        .hubhood-frontpage-header-categories-design-43 .hubhood-hero-categories-attached-footer .hubhood-hero-categories-wrapper {
                height: 215px;
        }



        .hubhood-frontpage-header-categories-design-7 .hubhood-hero-categories-attached-footer .hubhood-hero-categories-wrapper {
                height: 171px;
        }

        .hubhood-frontpage-header-categories-design-4 .hubhood-hero-categories-attached-footer .hubhood-hero-categories-wrapper {
                height: 140px;
        }

        .hubhood-hero-categories-attached-footer .hubhood-hero-categories-wrapper .hubhood-hero-category:last-child {
                margin-right: 0;
        }

        .hubhood-hero-categories-attached-footer .hubhood-hero-categories-wrapper .hubhood-hero-category:first-child {
                margin-left: 0 !important;
        }

        .hubhood-hero-categories-container ~ .hubhood-hero-types-container {
                bottom: 148px;
        }

        .hubhood-style-hero-categories-edges-rounded .hubhood-hero-terms-wrapper .hubhood-hero-category,
        .hubhood-style-hero-categories-edges-rounded .hubhood-hero-terms-wrapper .hubhood-hero-category:before {
            border-radius: 20px;
        }

        .hubhood-hero-footer-design-2.hubhood-frontpage-header-categories-design-1 .hubhood-hero-terms-wrapper .hubhood-hero-terms-container:not(.hubhood-hero-types-container) .hubhood-hero-category .hubhood-hero-category-label {
                display: block;
                margin-top: 10px;
                padding-left: 2px;
        }

        .hubhood-hero-footer-design-2 .hubhood-hero-terms-wrapper.hubhood-frontpage-header-categories-design-1 .hubhood-hero-terms-container:not(.hubhood-hero-types-container) .hubhood-hero-categories-inner {
                min-height: 140px;
        }

        .hubhood-amenities-widget .hubhood-hero-category-label,
        .hubhood-listing-widget-content .hubhood-social-network-label {
                white-space: normal;
                overflow: hidden;
                text-overflow: initial;
                max-width: 999px;
        }

        .hubhood-date-list-item-date {
                display: block;
                white-space: normal;
        }

        .hubhood-date-list-item-date-end {
                border-top: 4px solid rgba(125,125,125,0.25);
                margin-top: 10px;
                padding-top: 10px;
        }

        .hubhood-hero-text-inner .hubhood-date-list-item-date-end,
        .hubhood-little-listing-title-inner .hubhood-date-list-item-date-end {
                border-top: 4px solid rgba(255,255,255,0.45);
        }

        .hubhood-listing-widget-light .hubhood-date-list-item-date-end {
                border-top: 1px solid #f3f3f3;
        }

        .hubhood-listing-event-header,
        .hubhood-listing-appointment-header {
                margin-top: 10px;
                margin-bottom: 10px;
        }

        .hubhood-little-listing-title .hubhood-listing-event-header,
        .hubhood-little-listing-title .hubhood-listing-appointment-header {
                margin-top: 15px;
        }

        .hubhood-hero-footer-design-2 .hubhood-hero-terms-wrapper .hubhood-hero-types-container .hubhood-hero-terms-design-2 .hubhood-hero-category {
                margin-left: 5px;
        }

        .hubhood-has-front-hero-categories.hubhood-frontpage-header-design-1 .hubhood-front-page-hero-section .hubhood-hero-content-inner {
               padding-bottom: 140px;
        }

        .single-job_listing .hubhood-hero-text-wrapper .hubhood-hero-pricing h2 {
                font-size: 22px;
        }

        .hubhood-tiny-call-to-action-subtitle {
                font-size: 14px;
        }
}

@media (max-width: 781px) {
        .admin-bar #masthead,
        .admin-bar #masthead.hubhood-scrolling-top {
                top : 46px;
        }

        .page-template-front-page.hubhood-header-topbar-width-spaced #masthead.hubhood-scrolling-top,
        .single-job_listing.hubhood-header-topbar-width-spaced #masthead.hubhood-scrolling-top {
                top : 10px;
                width: calc(100% - 20px);
                left: 10px;
        }

        .admin-bar .hubhood-logged-user-menu-wrapper {
                height: calc(100vh - 136px); /* For browsers without CSS var support */
                min-height: calc(100vh - 136px); /* For browsers without CSS var support */
                height: calc(100vh - (136px + var(--vh-offset, 0px))); /* Cross browser fix for CSS 'vh' (vh-check script) */
                min-height: calc(100vh - (136px + var(--vh-offset, 0px))); /* Cross browser fix for CSS 'vh' (vh-check script) */
        }

        .hubhood-is-listing-archive.admin-bar #content,
        .hubhood-listing-archive-map-inner,
        .admin-bar .hubhood-map-filter-sidebar-inner,
        .admin-bar .hubhood-map-filter-sidebar,
        .admin-bar .hubhood-map-listings-sidebar,
        .admin-bar .hubhood-map-list-wrapper,
        .admin-bar .hubhood-listing-archive-map-inner {
                height : calc(100vh - 136px); /* For browsers without CSS var support */
                height : calc(100vh - ( 136px + var(--vh-offset, 0px) ) ); /* Cross browser fix for CSS 'vh' (vh-check script) */
        }

        .admin-bar .hubhood-map-listings-sidebar-inner {
                height : calc(100vh - 106px); /* For browsers without CSS var support */
                height : calc(100vh - ( 106px + var(--vh-offset, 0px) ) ); /* Cross browser fix for CSS 'vh' (vh-check script) */
        }

        .admin-bar .hubhood-popup {
                height           : calc(100vh - 46px); /* For browsers without CSS var support */
                height           : calc(100vh - ( 46px + var(--vh-offset, 0px) ) ); /* Cross browser fix for CSS 'vh' (vh-check script) */
        }

        .admin-bar .hubhood-fixed-search-bar {
                top: 46px;
        }

        .admin-bar .hubhood-map-filter-sidebar-inner,
        .admin-bar .hubhood-map-listings-sidebar-inner,
        .admin-bar .hubhood-listing-archive-map-inner,
        .admin-bar .hubhood-is-listing-archive #content,
        .admin-bar .hubhood-map-list-wrapper {
                height : calc(100vh - 138px); /* For browsers without CSS var support */
                height : calc(100vh - ( 138px + var(--vh-offset, 0px) ) ); /* Cross browser fix for CSS 'vh' (vh-check script) */
        }
}

@media ( max-width : 600px ) {
        .page-template-front-page.hubhood-header-topbar-width-spaced #masthead.hubhood-scrolling-top,
        .single-job_listing.hubhood-header-topbar-width-spaced #masthead.hubhood-scrolling-top {
                position: fixed;
        }
}

@media only screen and ( min-width: 481px ) {
        input[name="submit_job"] + input {
                margin-left: 10px;
        }

        *.pull-left,
        *.alignleft,
        .wp-block-image *.alignleft,
        *.pull-right,
        *.alignright,
        .wp-block-image *.alignright {
                margin-top: 0;
        }

        .hubhood-hours-table-wrapper .hubhood-business-day span {
                min-width: 120px;
        }

        .wc-bookings-booking-form .form-field,
        .wc-bookings-booking-form fieldset {
                margin-bottom: 20px;
                width: 100%;
        }

        body .wc-bookings-booking-form .form-field input[type] {
                width: 100%;
        }

        .wc-bookings-booking-form fieldset {
                width: 100%;
        }
}


@media only screen and ( max-width: 600px ) {
        body.admin-bar,
        body.admin-bar:not(.page-template-front-page) {
                padding-top: 46px;
        }

        .admin-bar #masthead,
        .admin-bar #masthead.hubhood-scrolling-top {
                position: sticky;
                top : 0;
        }

        h1,     
        h1 *,
        .entry-content h1,
        .comment-content h1,
        #wcfmmp-store #wcfm_store_header h1.wcfm_store_title,
        .hubhood-page-title,
        .hubhood-hero-section-title h1,
        .page-template-front-page .hubhood-fill-background.hubhood-light-design h1,
        .entry-content .widget-title,
        .entry-content .widget-title a,
        .entry-content .widget-title,
        .entry-content .widget_hubhood_call_to_action .widget-title,
        .hubhood-search-by-popup .hubhood-popup-title h2,
        .hubhood-report-popup .hubhood-popup-title h2,
        .hubhood-claim-popup .hubhood-popup-title h2,
        .hubhood-appointment-popup .hubhood-popup-title h2,
        .hubhood-qrcode-popup .hubhood-popup-title h2,
        .hubhood-quote-popup .hubhood-popup-title h2,
        .hubhood-listing-types-popup .hubhood-popup-title h2,
        .hubhood-nearest-me-popup .hubhood-popup-title h2,
        .wp-block-quote.is-large p,
        .wp-block-quote.is-style-large p,
        .wp-block-pullquote p,
        .wp-block-pullquote.is-style-solid-color blockquote p,
        .page-content .hubhood-call-to-action-content-inner .hubhood-section-title,
        .page-content .hubhood-call-to-action-content-inner .hubhood-section-title * {
                font-size: 26px;
        }
        
        .has-medium-font-size {
                font-size: 18px;
        }
        
        .has-large-font-size,
        .has-huge-font-size,
        .has-larger-font-size,
        .hubhood-search-by-popup .hubhood-popup-title h2,
        .hubhood-report-popup .hubhood-popup-title h2,
        .hubhood-claim-popup .hubhood-popup-title h2,
        .hubhood-appointment-popup .hubhood-popup-title h2,
        .hubhood-qrcode-popup .hubhood-popup-title h2,
        .hubhood-quote-popup .hubhood-popup-title h2,
        .hubhood-listing-types-popup .hubhood-popup-title h2,
        .hubhood-nearest-me-popup .hubhood-popup-title h2 {
                font-size: 26px;
        }

        h2,
        h2 *,
        .entry-content h2,
        .comment-content h2,
        .wp-block-cover .wp-block-cover-image-text,
        .wp-block-cover .wp-block-cover-text,
        .wp-block-cover h2,
        .wp-block-cover-image .wp-block-cover-image-text,
        .wp-block-cover-image .wp-block-cover-text,
        .wp-block-cover-image h2,
        .page-content .widget-title {
                font-size: 23px;
        }

        .hubhood-call-to-action-design-3 .hubhood-call-to-action-content-inner .hubhood-section-title-wrapper h2 {
                font-size: 24px;
        }

        .hubhood-call-to-action-design-3 .hubhood-call-to-action-content-inner {
                padding-left: 45px;
        }

        .hubhood-call-to-action-two-columns-separated.hubhood-call-to-action-design-3.hubhood-call-to-action-design-3-bordered.hubhood-call-to-action-design-3-bordered-dashed.hubhood-clean-column-right .col-lg-6:first-child .hubhood-call-to-action-background-image ~ .hubhood-call-to-action-content .hubhood-call-to-action-content-inner {
                padding-right: 45px
        }

        .hubhood-front-page-widgetized-section .hubhood-call-to-action-two-columns-separated.hubhood-call-to-action-design-3 .hubhood-call-text-start + .hubhood-call-text-start .hubhood-call-to-action-content {
                padding-left: 0 !important;
        }

        h3,
        h3 *,
        .entry-content h3,
        .comment-content h3,
        .hubhood-front-page-widgetized-section .wp-block-search__label,
        .hubhood-single-blog-featured-text h3 {
                font-size: 21px;
        }

        .has-medium-font-size {
                font-size: 21px !important;
        }

        h4,
        h4 *,
        .entry-content h4,
        .comment-content h4,
        .hubhood-term-text {
                font-size: 19px;
                line-height: 1.5; /* Like on Gutenberg editor */
        }

        .page-template-front-page .hubhood-section-subtitle {
                font-size: 16px;
                font-weight: 400;
                line-height: 1.5; /* Like on Gutenberg editor */
        }
        
        .page-template-front-page .widget_hubhood_call_to_action .hubhood-section-subtitle {
                padding-top: 10px;
        }
        
        .has-large-font-size,
        .has-huge-font-size,
        .has-larger-font-size {
                font-size: 20px;
        }

        h6.hubhood-card-content-title,
        .entry-content h6.hubhood-card-content-title,
        .hubhood-blog-card h6 {
                font-size: 16px;
        }

        .container.page-content h2 {
                margin-bottom: 20px;
        }

        .hubhood-page-intro {
                padding-top: 40px;
                padding-bottom: 40px;
        }

        .hubhood-about-item {
                padding-bottom: 35px;
                margin-bottom: 35px;
        }

        .hubhood-hero-search {
                width: 100%;
        }

        .hubhood-horizontal-shape .hubhood-featured-listing-term-item,
        .hubhood-vertical-shape .hubhood-featured-listing-term-item:nth-child(n),
        .hubhood-vertical-shape.hubhood-categories-display-7 .hubhood-featured-listing-term-item:nth-child(n) {
                height: 160px;
        }

        .hubhood-horizontal-shape .hubhood-featured-listing-term-item a,
        .hubhood-vertical-shape .hubhood-featured-listing-term-item:nth-child(n) a,
        .hubhood-vertical-shape.hubhood-categories-display-7 .hubhood-featured-listing-term-item:nth-child(n) a {
                line-height: 160px;
        }

        .hubhood-feature-item,
        .hubhood-site-features .col-sm-4 {
                max-width: none;
        }

        .site-header .hubhood-user-buttons {
                margin-right: 0;
        }

        .hubhood-grid .col-sm-3,
        .hubhood-no-flex .hubhood-grid .col-sm-3,
        .hubhood-grid.hubhood-white-design .col-sm-3 {
                width: 100%;
                display: inline-block;
        }

        .hubhood-listing-title h1 {
                font-size: 24px;
        }

        .hubhood-author-block .text-left {
                text-align: center;
        }
        
        .hubhood-post-owner-icon {
                display: none;
        }

        .hubhood-remember-label,
        .hubhood-reset-pass-button {
                display: inline-block;
                margin-bottom: 0;
        }

        .hubhood-remember-label {
                float: left;
                margin: 4px 0 0 0;
        }

        .hubhood-reset-pass-button {
                float: right;
                margin: 4px 0 0 0;
        }

        .post-password-form {
                text-align: center;
        }

        .author-avatar.pull-left,
        .hubhood-author-block.hubhood-no-author-details .author-avatar.pull-left {
                float: none !important; /* It came with !important from bootstrap.min.css */
                display: block;
                left: auto;
                margin-left: auto;
                margin-right: auto;
                margin-bottom: 70px;
        }

        .hubhood-iconized-separator {
                margin-top: 30px;
                margin-bottom: 30px;
                padding: 0;
                height: 0;
        }

        .hubhood-review-popup .comment-respond h3 {
                padding-top: 0;
        }

        .hubhood-author-vote-mood,
        .hubhood-author-name,
        .post-meta,
        .hubhood-author-title,
        .hubhood-author-description {
                display: block;
                text-align: center;
                margin: 0;
                padding: 0;
        }

        header .post-meta {
                display: initial;
                margin: 0;
        }

        .hubhood-author-name,
        .hubhood-author-description h6.text-left {
                font-size: 15px;
        }

        .hubhood-author-description h5 {
                margin-bottom: 15px;
        }

        .hubhood-author-title {
                margin-bottom: 15px;
        }

        .post-meta.icon-calendar-full:before {
                display: none;
        }

        .post-meta {
                margin-top: 20px;
                margin-bottom: 30px;
        }
        
        .hubhood-author-block .post-meta {
                margin-top: 0;
        }

        .hubhood-author-vote-mood {
                margin-bottom: 15px;
        }

        .blog .hubhood-card-content-author {
                display: none;
        }

        .gallery {
                padding: 0 !important; /* Screen width < 600: no padding for all galleries */
                text-align: center;
        }

        .gallery.gallery-columns-1 .gallery-item,
        .wp-block-gallery.columns-1 .blocks-gallery-image,
        .wp-block-gallery.columns-1 .blocks-gallery-item {
                width: 100% !important; /* Screen width < 600: force any gallery thumbnail to this width */
                max-width: 100% !important; /* Screen width < 600: force any gallery thumbnail to this width */
        }

        .gallery figure img {
                width:100%;
        }

        .hubhood-template-colors {
                margin: 0;
        }

        .hubhood-grid4 .col-sm-4 {
                width: 100%;
                float: none;
        }

        .hubhood-grid5 .hubhood-card-content-data {
                margin-top: 0;
        }

        /* Squared Mobile */

        .hubhood-squared-shape-mobile .hubhood-listing-rating {
                left: auto;
                right: 8%;
                top: 6%;
        }

        .hubhood-squared-shape-mobile .hubhood-card-content-title-centralizer {
                border-radius: 0;
        }

        .hubhood-squared-shape-mobile .hubhood-card-content .hubhood-category-icon {
                top: 6%;
                left: 11%;
        }

        .hubhood-squared-shape-mobile .hubhood-aside-post a:hover .hubhood-aside-post-pic {
                display: none;
        }

        .hubhood-squared-shape-mobile .hubhood-card-content .hubhood-card-content-image,
        .hubhood-squared-shape-mobile .hubhood-card-content .hubhood-card-content-image .hubhood-card-image-inner img,
        .hubhood-squared-shape-mobile .hubhood-card-content .hubhood-card-content-image .hubhood-card-content-title-centralizer ~ img {
                width: 100%;
                display: inline-block;
                border-radius: 4px;
        }

        .hubhood-grid6.hubhood-rounded-pic .hubhood-card-content .hubhood-card-content-image {
                border-radius: 68px 8px 8px 68px
        }

        .hubhood-grid6 .hubhood-card-content .hubhood-card-content-image .hubhood-card-image-inner img,
        .hubhood-grid6 .hubhood-card-content .hubhood-card-content-image .hubhood-card-content-title-centralizer ~ img {
                width: 120px;
        }

        .hubhood-grid6 .hubhood-card-content-data {
                margin-top: 8px;
        }

        .hubhood-grid6 .hubhood-card-content-excerpt {
                border: 0;
                padding-top: 0;
        }

        .hubhood-grid6 .hubhood-card-content-excerpt {
                max-height: 95px;
                overflow: hidden;
        }

        .hubhood-grid6.hubhood-rounded-pic .hubhood-listing-rating {
                left: 72px;
        }

        .hubhood-grid6.hubhood-rounded-pic .hubhood-card-content .hubhood-category-icon {
                left: 35px;
        }

        .hubhood-no-addr-on-mobile .hubhood-listing-address {
                display: none;
        }

        .hubhood-no-exp-on-mobile .hubhood-card-content-excerpt {
                display: none;
        }

        .hubhood-card-content .hubhood-listing-amenities-inner {
                margin-bottom: 10px;
        }

        .hubhood-grid6 .hubhood-card-category-name {
                bottom: 6px;
                right: 4px;
        }

        .hubhood-buttons-under-title,
        .container-fluid.hubhood-listing-title .the_champ_sharing_container {
                display: block;
                position: absolute;
                bottom: 12px;
                right: 0;
                width: 100%;
                margin-bottom: 0;
        }

        .hubhood-buttons-under-title {
                bottom: 6%;
        }

        .hubhood-buttons-under-title #crestashareiconincontent {
                display: inline-block;
        }

        .hubhood-social-buttons-label {
                top: 12px;
                font-size: 13px;
        }

        .hubhood-card-content-data, .hubhood-grid6 .hubhood-card-content-data {
                margin-top: 0;
        }

        .hubhood-mobile-circle-bg-bg,
        .hubhood-mobile-circle-bg-img>img {
                display: none;
        }

        .hubhood-mobile-circle-bg-border:before,
        .hubhood-mobile-circle-bg-img {
                border-radius: 0;
        }

        .hubhood-mobile-circle-bg-img {
                height: 450px;
        }

        .hubhood-mobile-circle-bg-border:before {
                height: 470px;
        }

        .hubhood-mobile-circle-bg-links {
                top: 52%;
        }

        .hubhood-mobile-circle-bg-ribbon-text {
                -webkit-transform: translate(-50%,-36%);
                -moz-transform: translate(-50%,-36%);
                -ms-transform: translate(-50%,-36%);
                -o-transform: translate(-50%,-36%);
                transform: translate(-50%,-36%);
        }

        .hubhood-date-separator {
                display: block;
        }

        .hubhood-current-page-icon {
                display: none;
        }

        .hubhood-call-to-action-description {
                padding: 0;
        }

        .hubhood-call-to-action-description {
                padding: 0;
        }

        .hubhood-get-directions-wrapper {
                margin-bottom: 6px;
        }

        .hubhood-back-listing-button {
                width: 64px;
                overflow: hidden;
        }
        
        .hubhood-pricing-table .hubhood-listing-package {
                width: 100%;
        }

        .hubhood-partner-wrapper,
        .hubhood-partner-wrapper *,
        .hubhood-partners a {
                text-align: center;
        }

        .hubhood-partners .hubhood-grid {
                -webkit-align-items: center;
                align-items: center;
                justify-content: center;
        }

        .post-password-form {
                padding: 0 15px;
        }

        .post-password-form label,
        .post-password-form input,
        .post-password-form input[type="password"] {
                width: 100%;
                margin-top: 40px;
                margin-left: 0;
                margin-right: 0;
                border-radius: 30px;
                outline: none;
        }
        .post-password-form input,
        .post-password-form input[type="password"] {
                padding-left: 20px;
                padding-right: 20px;
        }
        
        .post-password-form label {
                margin-top: 0;
        }
        
        .post-password-form input[type="submit"] {
                display: inline-block;
                width: auto;
        }

        .hubhood-listing-gallery.hubhood-gallery-tiny-squared .gallery-item,
        .hubhood-listing-gallery.hubhood-gallery-tiny-rounded .gallery-item,
        .hubhood-listing-gallery.hubhood-gallery-tiny-squared .gallery-item img,
        .hubhood-listing-gallery.hubhood-gallery-tiny-rounded .gallery-item img {
                width: 202px;
                height: 202px;
        }

        .gallery-item:nth-child(n) .hubhood-listing-gallery-more-images {
                display: block;
        }

        .gallery-item:nth-child(-n+1) .hubhood-listing-gallery-more-images {
                display: none;
        }

        .hubhood-listing-gallery.hubhood-gallery-tiny-squared .gallery-item:nth-child(n),
        .hubhood-listing-gallery.hubhood-gallery-tiny-rounded .gallery-item:nth-child(n) {
                display: inline-block;
        }

        .hubhood-listing-gallery.hubhood-gallery-tiny-squared .gallery-item:nth-child(n+3),
        .hubhood-listing-gallery.hubhood-gallery-tiny-rounded .gallery-item:nth-child(n+3) {
                display: none;
        }

        .hubhood-listing-gallery.hubhood-gallery-tiny-squared .gallery-item:before,
        .hubhood-listing-gallery.hubhood-gallery-tiny-rounded .gallery-item:before {
                box-shadow:
                        0 0 30px rgba(0,0,0,0.8) inset,
                        0 0 30px rgba(0,0,0,0.8) inset,
                        500px 0 0 rgba(0,0,0,0.1) inset;
        }

        .hubhood-listing-has-slideshow-cover .hubhood-listing-gallery.hubhood-gallery-tiny-squared .hubhood-gallery-slideshow-thumbs .gallery-item:before,
        .hubhood-listing-has-slideshow-cover .hubhood-listing-gallery.hubhood-gallery-tiny-rounded .hubhood-gallery-slideshow-thumbs .gallery-item:before {
                box-shadow:
                        0 0 50px rgba(0,0,0,1) inset,
                        0 0 50px rgba(0,0,0,1) inset,
                        500px 0 0 rgba(0,0,0,0.1) inset;
        }

        .hubhood-listing-gallery.hubhood-gallery-rounded-boxed .gallery-item,
        .hubhood-listing-gallery.hubhood-gallery-squared-boxed .gallery-item {
                width: calc(50% - 30px);
        }
        
        .hubhood-listing-gallery.hubhood-gallery-rounded-boxed .gallery-item:nth-child(n) .hubhood-listing-gallery-more-images,
        .hubhood-listing-gallery.hubhood-gallery-squared-boxed .gallery-item:nth-child(n) .hubhood-listing-gallery-more-images {
                display: block;
        }

        .hubhood-listing-gallery.hubhood-gallery-rounded-boxed .gallery-item:nth-child(-n+1) .hubhood-listing-gallery-more-images,
        .hubhood-listing-gallery.hubhood-gallery-squared-boxed .gallery-item:nth-child(-n+1) .hubhood-listing-gallery-more-images {
                display: none;
        }

        .hubhood-listing-gallery.hubhood-gallery-rounded-boxed .gallery-item:nth-child(n),
        .hubhood-listing-gallery.hubhood-gallery-squared-boxed .gallery-item:nth-child(n) {
                display: inline-block;
        }

        .hubhood-listing-gallery.hubhood-gallery-rounded-boxed .gallery-item:nth-child(n+3),
        .hubhood-listing-gallery.hubhood-gallery-squared-boxed .gallery-item:nth-child(n+3) {
                display: none;
        }
        
        .hubhood-listing-has-slideshow-cover .hubhood-listing-title {
                padding: 160px 0;
        }

        .hubhood-listing-header-stars {
                margin-top: -60px;
                top: 20px;
        }
        
        #page .hubhood-listing-header-stars .hubhood-stars-rating span {
                font-size: 18px;
                margin-left: 2px;
                margin-right: 2px;
        }
        
        .wp-block-latest-posts li:last-child:after {
                content: none;
        }
        
        .wp-block-pullquote.is-style-solid-color blockquote {
                max-width: 90%;
        }
        
        .hubhood-listing-header-stars .hubhood-mood-icon,
        .hubhood-listing-header-stars .hubhood-listing-header-topbar-icon-wrapper {
                display: none;
        }

        .hubhood-frontpage-header-design-3 .hubhood-hero-terms-wrapper .hubhood-hero-terms-container:not(.hubhood-hero-types-container) .hubhood-hero-category:first-child,
        .hubhood-frontpage-header-design-4 .hubhood-hero-terms-wrapper .hubhood-hero-terms-container:not(.hubhood-hero-types-container) .hubhood-hero-category:first-child,
        .hubhood-frontpage-header-design-5 .hubhood-hero-terms-wrapper .hubhood-hero-terms-container:not(.hubhood-hero-types-container) .hubhood-hero-category:first-child {
                margin-left: 0;
        }
}

@media ( max-width: 599px ) {
        h5,
        h6,
        h6.hubhood-listing-widget-title {
                font-size: 16px;
        }

        .wp-block-text-columns,
        .wp-block-text-columns.aligncenter,
        .wp-block-text-columns.alignfull,
        .wp-block-columns.alignfull,
        .wp-block-audio.alignfull,
        .wp-block-latest-posts.alignfull {
                display: block;
                width: 100% !important; /* Needed to overwrite JavaScript attributions related to alignfull */
                transform: translate(0,0) !important; /* Needed to overwrite JavaScript attributions related to alignfull */
                margin-left: 0 !important; /* Needed to overwrite JavaScript attributions related to alignfull */
                margin-right: 0 !important; /* Needed to overwrite JavaScript attributions related to alignfull */
                padding-left: 0 !important; /* Needed to overwrite JavaScript attributions related to alignfull */
                padding-right: 0 !important; /* Needed to overwrite JavaScript attributions related to alignfull */
        }
        
        .wp-block-text-columns .wp-block-column {
                margin-left: 0;
                margin-bottom: 30px;
        }
        
        .wp-block-text-columns.columns-2 .wp-block-column,
        .wp-block-text-columns.columns-3 .wp-block-column,
        .wp-block-text-columns.columns-4 .wp-block-column {
                width: 100%;
        }
        
        .wp-block-text-columns .wp-block-column:last-child {
                margin-bottom: 0;
        }

        .wp-block-column {
                margin-left: 0;
        }
        
        .wp-block-latest-posts.is-grid li {
                margin-right: 0;
                margin-bottom: 0;
        }
        
        .wp-block-latest-posts.is-grid,
        .single #main ul.wp-block-latest-posts.is-grid,
        .page #main ul.wp-block-latest-posts.is-grid {
                margin-bottom: 30px;
        }
        
        .hubhood-more-info-links {
                margin-bottom: 20px;
        }
        
        .hubhood-showing-all-topbar-buttons .hubhood-toggle-fixed-quick-menu-wrapper {
                left: 0;
        }
        
        .hubhood-showing-all-topbar-buttons .hubhood-toggle-fixed-quick-menu-wrapper a {
                border-radius: 0 44px 44px 0;
        }  
        
        .hubhood-showing-all-topbar-buttons .hubhood-toggle-fixed-quick-menu-wrapper a:hover {
                left: 0;
                -webkit-transform: none;
                -moz-transform: none;
                -ms-transform: none;
                -o-transform: none;
                transform: none;
        }

        .admin-bar .hubhood-popup {
                top: 46px;
        }

        .admin-bar .hubhood-fixed-search-bar,
        .admin-bar .hubhood-background-overlay {
                top: 0;
        }

        .admin-bar .hubhood-fixed-search-bar {
                z-index: 999999;
        }
}

@media (max-width: 575px) {
        h3,
        .hubhood-single-blog-featured-text h3 {
                font-size: 18px;
        }

        .has-medium-font-size {
                font-size: 18px !important;
        }

        h4,
        h4 *,
        h5,
        h5 * {
                font-size   : 16px;
                line-height : 1.65;
        }

        .hubhood-single-blog-content-section .hubhood-capitalize-first-letter>p:first-child::first-letter {
                padding          : 23px 25px;
        }

        .hubhood-listig-card-design-2 .hubhood-card-cover {
                width : 100%;
                height: 350px;
        }

        .hubhood-listig-card-design-2 .hubhood-card-content {
                width         : 420px;
                height        : 230px;
                max-width     : calc(100% - 60px);
                right         : auto;
                left          : 50%;
                top           : 50%;
                transform     : translate(-50%, -50%);
                border-radius : 4px;
                box-shadow    : 0px 0 50px 0 rgba(0, 0, 0, 1), 0px 0 30px 0 rgba(0, 0, 0, 0.7);
        }


        .hubhood-listig-card-design-2:not(.hubhood-listig-card-design-2-2) .hubhood-listing-card-title,
        .entry-content .hubhood-blog-card .hubhood-listing-card-title,
        .hubhood-blog-card .hubhood-listing-card-title,
        .entry-content .hubhood-blog-card .hubhood-listig-card-design-2:not(.hubhood-listig-card-design-2-2) .hubhood-listing-card-title,
        .hubhood-blog-card .hubhood-listig-card-design-2:not(.hubhood-listig-card-design-2-2) .hubhood-listing-card-title {
                -webkit-line-clamp : 4;
                max-height         : 135px;
        }


        .hubhood-listing-card.hubhood-listig-card-design-2 .hubhood-card-author {
                right : 0;
                bottom: auto;
                top: 310px;
        }

        .hubhood-listig-card-design-2 .hubhood-card-meta {
                max-width : calc(100% - 30px);
        }

        .hubhood-listig-card-design-2 .hubhood-card-meta-content {
                position           : relative;
                display            : -webkit-box;
                -webkit-line-clamp : 1;
                -webkit-box-orient : vertical;
                max-height         : 29px;
                padding-right      : 30px;
                padding-top        : 0;
        }


        .hubhood-listig-card-tiny-meta.hubhood-listig-card-design-2 .hubhood-card-meta-content {
                padding-right : 0;
                padding-left  : 1px;
        }


        .hubhood-listig-card-design-2 .hubhood-card-author.hubhood-align-meta-right {
                padding-left : 0;
                right        : 0;
        }

        .hubhood-listig-card-design-2 .hubhood-card-content {
                position: relative;
                top: auto;
                transform: none;
                left: auto;
                width: 100%;
                max-width: 100%;
                height: auto;
                box-shadow: 0 0 30px  rgba(0,0,0,0.15);
        }

        .sticky .hubhood-card-content {
                border-top: 4px solid var(--hubhood-color);
        }

        .hubhood-listing-card.sticky:before {
                border-radius: 2px 2px 10px 10px;
        }

        .hubhood-listig-card-design-2 .hubhood-listing-card-title-wrapper {
                position: relative;
                top: auto;
                left: auto;
                transform: none;
        }

        .hubhood-listing-card.hubhood-listig-card-design-2 {
                min-height: 0;
        }

        .hubhood-listing-cards-height-2 .hubhood-terms-inner > .row > [class*="col-"] {
                margin-bottom: 0;
        }

        .hubhood-blog-card .hubhood-no-image .hubhood-card-cover,
        .hubhood-blog-card .hubhood-no-image .hubhood-card-meta {
                display: none;
        }

        .hubhood-listing-cards-height-2 .hubhood-terms-inner > .row > .hubhood-blog-card {
                min-height: 0;
        }

        .hubhood-header-topbar-width-spaced .hubhood-hero-content-inner {
                padding-top: 140px !important;
        }
}

@media only screen and ( max-width: 350px ) {
        .hubhood-design-8 .hubhood-card-content .hubhood-card-content {                
                width: 100%;
                left: 0;
                padding-left: 15px;
                padding-right: 15px;
        }
}


@media only screen and ( max-width: 330px ) {
        h1,     
        h1 *,
        .entry-content h1,
        .comment-content h1,
        #wcfmmp-store #wcfm_store_header h1.wcfm_store_title,
        .hubhood-page-title,
        .hubhood-hero-section-title h1,
        .page-template-front-page .hubhood-fill-background.hubhood-light-design h1,
        .entry-content .widget-title,
        .entry-content .widget-title a,
        .entry-content .widget-title,
        .entry-content .widget_hubhood_call_to_action .widget-title,
        .hubhood-search-by-popup .hubhood-popup-title h2,
        .hubhood-report-popup .hubhood-popup-title h2,
        .hubhood-claim-popup .hubhood-popup-title h2,
        .hubhood-appointment-popup .hubhood-popup-title h2,
        .hubhood-qrcode-popup .hubhood-popup-title h2,
        .hubhood-quote-popup .hubhood-popup-title h2,
        .hubhood-listing-types-popup .hubhood-popup-title h2,
        .hubhood-nearest-me-popup .hubhood-popup-title h2,
        .wp-block-quote.is-large p,
        .wp-block-quote.is-style-large p,
        .wp-block-pullquote p,
        .wp-block-pullquote.is-style-solid-color blockquote p,
        .page-content .hubhood-call-to-action-content-inner .hubhood-section-title {
                font-size: 22px;
        }
        
        .has-large-font-size,
        .has-huge-font-size,
        .has-larger-font-size,
        .hubhood-search-by-popup .hubhood-popup-title h2,
        .hubhood-report-popup .hubhood-popup-title h2,
        .hubhood-claim-popup .hubhood-popup-title h2,
        .hubhood-appointment-popup .hubhood-popup-title h2,
        .hubhood-qrcode-popup .hubhood-popup-title h2,
        .hubhood-quote-popup .hubhood-popup-title h2,
        .hubhood-listing-types-popup .hubhood-popup-title h2,
        .hubhood-nearest-me-popup .hubhood-popup-title h2 {
                font-size: 22px;
        }

        h2,
        h2 *,
        .entry-content h2,
        .comment-content h2,
        .wp-block-cover .wp-block-cover-image-text,
        .wp-block-cover .wp-block-cover-text,
        .wp-block-cover h2,
        .wp-block-cover-image .wp-block-cover-image-text,
        .wp-block-cover-image .wp-block-cover-text,
        .wp-block-cover-image h2,
        .page-content .widget-title {
                font-size: 22px;
        }

        h3,
        h3 *,
        .entry-content h3,
        .comment-content h3,
        .hubhood-front-page-widgetized-section .wp-block-search__label,
        .hubhood-single-blog-featured-text h3 {
                font-size: 20px;
        }

        .has-medium-font-size {
                font-size: 20px !important;
        }

        .hubhood-hero-subtitle {
                padding-left: 10px;
                padding-right: 10px;
        }

        .single-job_listing .hubhood-hero-text-wrapper .hubhood-hero-pricing h2 {
                font-size: 20px;
        }
}

@media ( max-width: 767px ) and ( max-height: 800px ) {
        .hubhood-popup-footer {
                display: none;
        }
        
        .hubhood-is-mobile .hubhood-popup-footer {
                display: block;
        }

        .hubhood-search-box-full .hubhood-buttons-search .form-group .select2-container {
                padding: 16px 0;
        }

        .hubhood-search-box-full form input[type],
        .hubhood-search-box-full .hubhood-search-input.hubhood-hero-search-input {
                height: 66px;
                min-height: 66px;
                line-height: 66px;
        }

        .hubhood-search-box-full .form-group .select2-container {
                min-height: 66px;
        }

        .hubhood-no-text-button.hubhood-search-geolocate-button {
                top: 19px;
        }

        .hubhood-search-box-full .hubhood-search-icon {
                line-height: 34px;
                height: 44px;
                margin-top: 8px;
        }

        .hubhood-front-page-hero-section .hubhood-hero-slide .hubhood-hero-slide.col-md-1 {
                width: 25% !important;
        }
}

@media ( max-width: 767px ) and ( max-height: 600px ) {
        .hubhood-search-box-full .hubhood-buttons-search .form-group .select2-container {
                padding: 13px 0;
        }

        .hubhood-search-box-full form input[type],
        .hubhood-search-box-full .hubhood-search-input.hubhood-hero-search-input {
                height: 60px;
                min-height: 60px;
                line-height: 60px;
        }

        .hubhood-search-box-full .form-group .select2-container {
                min-height: 60px;
        }

        .hubhood-no-text-button.hubhood-search-geolocate-button {
                top: 16px;
        }
}

@media ( min-width: 540px ) {
        .hubhood-feature-media-image {
                margin-bottom: 15px;
        }

        .hubhood-highlights.hubhood-light-card-design .hubhood-term-heading-image {
                margin-bottom: 14px;
        }
}

@media ( max-width: 540px ) {
        .woocommerce-MyAccount-navigation li {
                width: 100%;
                margin-left: 0;
                margin-right: 0;
        }

        .woocommerce-MyAccount-navigation li a {
                width: 100%;
        }

        .hubhood-buttons-search .select2-selection::after {
                right: 0;
        }

        .hubhood-comment-header-name {
                display: block;
                width: calc(100% + 30px);
                margin-top: 20px;
        }        

        .hubhood-popup-topbar-buttons .hubhood-popup-top-step-button {
                width: 45px;
                min-width: 40px;
                max-width: 40px;
                width: 40px;
                font-size: 0;
                height: 44px;
                vertical-align: top;
                padding: 3px 20px;
        }

        body .hubhood-display-quote-list:before {
                display: none !important;
        }

        .hubhood-display-quote-list {
                padding-left: 10px !important;
                padding-right: 10px !important;
                min-width: 90px;
        }

        .hubhood-popup-topbar-buttons {
                right: 90px
        }

        .hubhood-popup-topbar-buttons > * {
                margin-left: 12px;
        }

        .hubhood-listing-quote-block .hubhood-price-item-content-wrapper {
                display: flex;
                flex-direction: row;
                flex-wrap: wrap;
                width: 100%;
        }

        .hubhood-listing-quote-block .hubhood-price-item-price-value {
                order: -1;
                width: 100%;
                margin-bottom: 5px;
        }

        .hubhood-listing-quote-block .hubhood-item-has-price {
                text-align: left;
                margin-bottom: 20px;
        }

        .hubhood-listing-quote-block .hubhood-qty-number-input .hubhood-qty-quantity {
                width: calc(100% - 90px);
                padding-left: 10px;
                padding-right: 10px;
        }

        .hubhood-listing-quote-block .hubhood-qty-number-wrapper {
                margin-top: 5px;
        }

        .hubhood-qty-number-input button {
                padding: 5px 20px;
        }
}

@media ( min-width: 541px ) {
        .hubhood-listing-quote-block .hubhood-qty-number-wrapper {
                display: flex;
                justify-content: flex-end;
        }
}

@media ( max-height: 520px ) {
        .hubhood-popup-title {
                display: none;
        }
        
        .hubhood-is-mobile .hubhood-popup-title,
        .hubhood-settings-popup .hubhood-popup-title {
                display: block;
        }
}

@media only screen and ( min-width: 481px ) {
        input[name="submit_job"] + input {
                margin-left: 10px;
        }

        *.pull-left,
        *.alignleft,
        .wp-block-image *.alignleft,
        *.pull-right,
        *.alignright,
        .wp-block-image *.alignright {
                margin-top: 0;
        }

        .hubhood-hours-table-wrapper .hubhood-business-day span {
                min-width: 120px;
        }

        .wc-bookings-booking-form .form-field,
        .wc-bookings-booking-form fieldset {
                margin-bottom: 20px;
                width: 100%;
        }

        body .wc-bookings-booking-form .form-field input[type] {
                width: 100%;
        }

        .wc-bookings-booking-form fieldset {
                width: 100%;
        }

        .hubhood-listing-gallery-item-thumb {
                position: relative;
                display: inline-flex;
                width: calc(33.33333% - 38px);
                padding-bottom: 20%;
                margin-left: 30px;
                margin-bottom: 30px;
                border-radius: 4px;
                overflow: hidden;
                cursor: zoom-in;
        }
}

@media only screen and ( min-width: 362px ) {
        body .hubhood-loading-wrapper {
                display: none !important;
        }
}

@media only screen and ( max-width: 480px ) {
        .navbar-default .navbar-brand .hubhood-logo ~ span {
                display:  none;
        }

        .job-manager-form fieldset label {
                padding-top: 0;
        }
        
        .page-template-short-width-page .type-page img,
        .page-template-medium-width-page .type-page img {
                margin: 0 auto;
        }

        .hubhood-play-button,
        .hubhood-play-button a,
        .hubhood-play-button img, .hubhood-play-button-overlay,
        figure[class*="hubhood-skewfy"].hubhood-play-button {
                max-width: none;
        }

        .alignmedium {
                margin-top: 30px;
        }

        .alignmedium:first-child {
                margin-top: 0;
        }
        
        h4.panel-title {
                text-align: left;
        }

        .wp-block-quote.is-large,
        .wp-block-quote.is-style-large {
                padding: 0;
        }
        
        .has-large-font-size,
        .has-huge-font-size,
        .has-larger-font-size {
                font-size: 20px;
        }

        .hubhood-listig-card-design-2 .hubhood-listing-card-title,
        .hubhood-listig-card-design-2 .hubhood-read-more,
        .hubhood-blog-card .hubhood-listing-card-title {
                font-size: 16px;
        }

        .hubhood-listig-card-design-2 .hubhood-read-more,
        .page-content .hubhood-listig-card-design-2 .hubhood-read-more {
                font-size: 14px;
        }
        
        .hubhood-feature-item .hubhood-feature-item-title,
        .hubhood-feature-item .hubhood-feature-item-title span {
                font-size: 16px;
                line-height: 1.5; /* Like on Gutenberg editor */
        }
        
        .hubhood-feature-item .hubhood-feature-item-title,
        .hubhood-feature-item .hubhood-feature-item-title span {
                font-size: 16px;
                line-height: 1.5; /* Like on Gutenberg editor */
        }

        .hubhood-listig-card-design-2 .hubhood-listing-card-title,
        .entry-content .hubhood-blog-card .hubhood-listing-card-title,
        .hubhood-blog-card .hubhood-listing-card-title,
        .hubhood-listig-card-design-2:not(.hubhood-listig-card-design-2-2) .hubhood-listing-card-title,
        .entry-content .hubhood-blog-card .hubhood-listing-card-title,
        .hubhood-blog-card .hubhood-listing-card-title,
        .entry-content .hubhood-blog-card .hubhood-listig-card-design-2:not(.hubhood-listig-card-design-2-2) .hubhood-listing-card-title,
        .hubhood-blog-card .hubhood-listig-card-design-2:not(.hubhood-listig-card-design-2-2) .hubhood-listing-card-title {
                -webkit-line-clamp: 5;
                max-height: 143px;
                line-height: 1.6;
        }

        .page-template-short-width-page .type-page h1,
        .page-template-short-width-page .type-page h2,
        .page-template-short-width-page .type-page h3,
        .page-template-short-width-page .type-page h4,
        .page-template-short-width-page .type-page h5,
        .page-template-short-width-page .type-page h6,
        .page-template-medium-width-page .type-page h1,
        .page-template-medium-width-page .type-page h2,
        .page-template-medium-width-page .type-page h3,
        .page-template-medium-width-page .type-page h4,
        .page-template-medium-width-page .type-page h5,
        .page-template-medium-width-page .type-page h6 {
                margin-top: 30px;
                margin-bottom: 25px;
        }

        .hubhood-main-block.col-md-9 {
                padding: 0;
        }

        .hubhood-hero-header.hubhood-transparent-design .hubhood-hero-header-overlay {
                background-color: rgba(0,0,0,0.5);
        }

        .site-header .hubhood-user-buttons {
                margin-right: -64px;
        }

        .site-header .hubhood-user-buttons {
                margin-right: 0;
        }

        .hubhood-search-regions .hubhood-regions-list {
                background-color: transparent;
        }

        .hubhood-search-regions {
                max-width: 103%;
                margin-top: -48px;
                right: 15px;
                background-color: transparent;
                height: 29px;
        }

        .hubhood-open-regions-list .hubhood-search-regions {
                right: 0;
        }

        .hubhood-search-regions .hubhood-regions-list a {
                box-shadow: none;
        }

        .hubhood-search-regions .hubhood-regions-list a.current {
                padding: 0;
                margin: 0;
                height: 29px;
        }

        .hubhood-search-regions .hubhood-regions-list.hubhood-has-more-regions a.current span,
        #page .hubhood-search-regions .hubhood-regions-list.hubhood-has-more-regions a.current span {
                overflow: hidden;
                font-size: 16px;
                padding: 6px 14px;
                height: 25px;
                line-height: 12px;
        }

        .hubhood-search-regions .hubhood-regions-list a.current span,
        #page .hubhood-search-regions .hubhood-regions-list a.current span,
        .hubhood-search-regions .hubhood-regions-list a.current:hover span,
        #page .hubhood-search-regions .hubhood-regions-list a.current:hover span {
                color: #fff !important;
        }

        .hubhood-open-regions-list .hubhood-search-regions .hubhood-regions-list a.current span,
        #page .hubhood-open-regions-list .hubhood-search-regions .hubhood-regions-list a.current span {
                color: var(--hubhood-color);
                text-shadow: none;
        }

        .hubhood-hero-section-title h1 {
                margin-top: 0;
        }

        .hubhood-hero-search input[type="text"]::-webkit-input-placeholder {
                top: 0;
        }

        .hubhood-hero-search input[type="text"]:-moz-placeholder {
                top: 0;
        }

        .hubhood-hero-search input[type="text"]::-moz-placeholder {
                top: 0;
        }

        .hubhood-hero-search input[type="text"]:-ms-input-placeholder {
                top: 0;
        }

        .hubhood-search-results-count-wrapper {
                text-align: center;
        }

        .blog .hubhood-search-results-count-wrapper {
                padding-top: 0;
                padding-bottom: 0;
        }

        .hubhood-main-block .hubhood-results-count.hubhood-user-listing {
                top: 0;
                margin-top: 30px;
                margin-bottom: 60px;
                left: auto;
        }

        .hubhood-listing-gallery img {
                height: 250px;
        }

        .hubhood-listing-gallery-item-caption {
                padding: 80px 80px 12px 12px;
        }

        .hubhood-grid .col-sm-3,
        .hubhood-no-flex .hubhood-grid .col-sm-3,
        .hubhood-grid4 .col-sm-4 {
                width: 100%;
                left: 0;
                padding-top: 0;
                padding-bottom: 0;
        }
        
        .hubhood-card-category-name a {
                font-size: 15px;
        }

        .hubhood-grid.hubhood-grid6 .hubhood-feat-data {
                margin-top: 6px;
                margin-bottom: 0;
        }

        .hubhood-grid.hubhood-grid6.hubhood-rounded-pic .hubhood-feat-data {
                margin-top: 9px;
        }

        #page .hubhood-card-content .hubhood-listing-amenities-inner span,
        .hubhood-card-content .tags li {
                font-size: 12px
        }

        #page .hubhood-card-content .hubhood-listing-amenities-inner span:before,
        .hubhood-card-content .tags li:before {
                top: -3px;
        }

        .hubhood-card-content .hubhood-listing-amenities-inner .icon-bicycle:before {
                top: -6px;
        }

        .hubhood-listing-description,
        .hubhood-related-listings {
                border: 0;
        }

        .hubhood-listing-gallery.hubhood-single-gallery-item .gallery-item {
                max-width: calc(100% - 40px);
        }

        .hubhood-listing-gallery.hubhood-double-gallery-item .gallery-item {
                max-width: calc(50% - 30px);
        }
        
        .hubhood-listing-gallery.hubhood-gallery-rounded-boxed .gallery-item:nth-child(n) .hubhood-listing-gallery-more-images,
        .hubhood-listing-gallery.hubhood-gallery-squared-boxed .gallery-item:nth-child(n) .hubhood-listing-gallery-more-images {
                display: block;
        }

        .hubhood-listing-gallery.hubhood-gallery-rounded-boxed .gallery-item:nth-child(-n+1) .hubhood-listing-gallery-more-images,
        .hubhood-listing-gallery.hubhood-gallery-squared-boxed .gallery-item:nth-child(-n+1) .hubhood-listing-gallery-more-images {
                display: none;
        }

        .hubhood-listing-gallery.hubhood-gallery-rounded-boxed .gallery-item:nth-child(n),
        .hubhood-listing-gallery.hubhood-gallery-squared-boxed .gallery-item:nth-child(n) {
                display: inline-block;
        }

        .hubhood-listing-gallery.hubhood-gallery-rounded-boxed .gallery-item:nth-child(n+3),
        .hubhood-listing-gallery.hubhood-gallery-squared-boxed .gallery-item:nth-child(n+3) {
                display: none;
        }

        .hubhood-listing-assets {
                line-height: normal;
                height: auto;
                margin-bottom: 30px;
        }

        .hubhood-listing-assets .hubhood-assets-wrapper {
                width: 100%;
        }

        .hubhood-listing-assets .hubhood-assets-wrapper a {
                display: block;
                width: 100%;
                margin-bottom: 10px;
        }

        .hubhood-search-no-results .page-content {
                margin-top: 0;
        }   

        .hubhood-hero-search form input {
                font-size: 16px;
        }
        
        .author-avatar.pull-left {
                width: 100px;
        }

        .hubhood-current-page-info {
                padding: 8px;
        }
        
        .hubhood-regions .hubhood-term-link,
        .hubhood-term-3d-effect-wrapper {
                height: 204px;
        }

        .hubhood-region-data,
        .hubhood-featured-listing-regions .hubhood-region-data,
        .hubhood-featured-listing-regions .hubhood-region-data,
        .hubhood-featured-listing-term-item a,
        .hubhood-regions a,
        .hubhood-term-data-wrapper,
        .hubhood-term-text-wrapper {
                height: 180px;
                line-height: 180px;
        }

        .hubhood-term-design-light-2 .hubhood-term-data-wrapper,
        .hubhood-term-design-light-2 .hubhood-term-text-wrapper {
                height: auto;
        }
        
        body .hubhood-more-regions-button-widget {
                height: 46px;
                line-height: 1.78;
        }
        
        .hubhood-taxonomy-terms-design-rounded .hubhood-cat-icon,
        .hubhood-taxonomy-terms-design-rounded .owl-loaded .hubhood-cat-icon {
                top: 10px;
                left: 12px;
        }
        
        .hubhood-listing-search-menu a {
                font-size: 16px;
        }
        
        .hubhood-taxonomy-terms-design-rounded .widget_hubhood_listing_amenities .hubhood-cat-icon {
                top: calc(11% - 11px);
                left: calc(11% - 11px);
        }

        .hubhood-taxonomy-terms-design-rounded [class*="-popup"] .hubhood-listing-categories-wrapper .hubhood-cat-icon,
        .hubhood-taxonomy-terms-design-rounded .owl-loaded .hubhood-cat-icon {
                top: 10px;
                left: 4px;
        }
        
        .hubhood-taxonomy-terms-design-rounded .hubhood-term-counter {
                right: 12px;
        }
        
        .hubhood-taxonomy-terms-design-rounded .widget_hubhood_listing_amenities .hubhood-term-counter {
                right: 22px;
        }
        
        .hubhood-taxonomy-terms-design-squared [class*="-popup"] .hubhood-term-counter,
        .hubhood-taxonomy-terms-design-squared .owl-loaded .hubhood-term-counter {
                right: 10px;
        }
        
        .hubhood-taxonomy-terms-design-rounded [class*="-popup"] .hubhood-term-counter,
        .hubhood-taxonomy-terms-design-rounded .owl-loaded .hubhood-term-counter {
                right: 4px;
        }

        .hubhood-sidebar-right {
                min-width: 0;
        }

        .fieldset-logged_in label {
                display: none;
        }

        .hubhood-elem-wrapper {
                display: block;
                text-align: center;
        }
        
        .woocommerce form .form-row-first,
        .woocommerce form .form-row-last,
        .woocommerce-page form .form-row-first,
        .woocommerce-page form .form-row-last,
        .form-row-last button {
                width: 100%;
        }
        
        .woocommerce #payment #place_order,
        .woocommerce-page #payment #place_order {
                float: none;
                width: 100%;
        }
        
        .gallery .gallery-item a {
                min-height: 120px;
        }
        
        .hubhood-logo a.hubhood-settings-button {
                margin-right: -80px;
        }

        .entry-content .hubhood-wavy-badge-design .hubhood-widget-inner {
                height: 562px;
        }

        .entry-content .hubhood-wavy-badge-design .hubhood-call-to-action-wrapper,
        .entry-content .hubhood-wavy-badge-design .hubhood-call-to-action-wrapper > div {
                height: 562px;
                line-height: 562px;
        }

        .entry-content .hubhood-wavy-badge-design .hubhood-call-to-action-wrapper {
                width: 562px;
                height: 562px;
        }

        .entry-content .hubhood-wavy-badge-design .hubhood-badge-masked-container .hubhood-masked-image {
                height: 562px;
        }
        
        .entry-content .hubhood-badge-masked-container {
                width: 562px;
                height: 562px;
                margin-left: -281px;
        }
        
        .entry-content .hubhood-wavy-badge-design .hubhood-badge-masked-container .hubhood-badge-mask {    
                -webkit-transform: translate(-50%,-50%) scale(0.76);
                -moz-transform: translate(-50%,-50%) scale(0.76);
                -ms-transform: translate(-50%,-50%) scale(0.76);
                -o-transform: translate(-50%,-50%) scale(0.76);
                transform: translate(-50%,-50%) scale(0.76);
        }
        
        .entry-content .hubhood-badge-inner-box-shadow:before {
                top: -200px;
                height: 200px;
                box-shadow: 0 30px 100px rgba(0,0,0,0.08);
        }
        
        .entry-content .hubhood-badge-inner-box-shadow:after {
                bottom: -200px;
                height: 200px;
                box-shadow: 0 -30px 100px rgba(0,0,0,0.08);
        }
        
        .hubhood-dark-pricing-table .hubhood-pricing-table .hubhood-listing-package .hubhood-package-content {
                max-height: none;
        }

        .entry-content .hubhood-call-to-action-description {
                font-size: 16px;
        }
        
        .hubhood-no-addons.hubhood-fix-single-post-section .hubhood-section.hubhood-post-content-section {
                padding-bottom: 30px;
        }
        
        #secondary {
                padding-top: 50px;
        }
        
        .page-content ~ .hubhood-single-tags {
                margin-top: 50px;
        }

        .hubhood-post-without-content .page-content ~ .hubhood-single-tags {
                margin-top: 0;
        }
        
        .hubhood-post-comments-wrapper .hubhood-review-first-col.col-sm-12 .hubhood-review-first-col-inner,
        .hubhood-post-comments-wrapper .hubhood-review-first-col.col-sm-12 .hubhood-review-second-col-inner {
                padding-top: 40px;
                padding-bottom: 40px;
        }

        .hubhood-call-to-action-wrapper .hubhood-section-title {
                margin-bottom: 30px;
        }

        .entry-content .hubhood-front-page-widgetized-section .hubhood-widget-title-wrapper {
                margin-bottom: 0;
        }

        .entry-content .hubhood-front-page-widgetized-section .hubhood-widget-title-wrapper {
                margin-bottom: 0;
        }
        
        .hubhood-call-to-action-heading-img img {
                margin-bottom: 30px;
                max-width: 200px;
        }

        .hubhood-call-to-action-button {
                margin-top: 30px;
        }
        
        .entry-content .widget_hubhood_call_to_action .hubhood-default-design.hubhood-widget-inner {
                padding-top: 74px;
                padding-bottom: 74px;
        }

        input[name="submit_job"] {
                margin-bottom: 10px;
        }

        .hubhood-listing-gallery.hubhood-gallery-tiny-squared .gallery-item,
        .hubhood-listing-gallery.hubhood-gallery-tiny-rounded .gallery-item,
        .hubhood-listing-gallery.hubhood-gallery-tiny-squared .gallery-item img,
        .hubhood-listing-gallery.hubhood-gallery-tiny-rounded .gallery-item img {
                width: 220px;
                height: 220px;
        }

        .hubhood-listing-gallery.hubhood-gallery-tiny-squared .gallery-item:nth-child(n),
        .hubhood-listing-gallery.hubhood-gallery-tiny-rounded .gallery-item:nth-child(n) {
                display: inline-block;
        }

        .hubhood-listing-gallery.hubhood-gallery-tiny-squared .gallery-item:nth-child(n+2),
        .hubhood-listing-gallery.hubhood-gallery-tiny-rounded .gallery-item:nth-child(n+2) {
                display: none;
        }

        .gallery-item:nth-child(n) .hubhood-listing-gallery-more-images {
                display: block;
        }

        .gallery-item:nth-child(-n+0) .hubhood-listing-gallery-more-images {
                display: none;
        }

        .hubhood-listing-gallery.hubhood-gallery-tiny-squared .gallery-item:before,
        .hubhood-listing-gallery.hubhood-gallery-tiny-rounded .gallery-item:before {
                box-shadow:
                        0 0 50px rgba(0,0,0,1) inset,
                        0 0 50px rgba(0,0,0,1) inset,
                        500px 0 0 rgba(0,0,0,0.1) inset;
        }

        .hubhood-listing-has-slideshow-cover .hubhood-listing-title .container {
                max-width: 9999px;
        }
        
        .hubhood-listing-gallery-nav-previous,
        .hubhood-listing-gallery-nav-next {
                top: auto;
                margin-top: auto;
                bottom: 20px;
        }

        .hubhood-listing-has-slideshow-cover .hubhood-listing-title {
                padding: 100px 0 160px 0;
        }

        .hubhood-listing-has-slideshow-cover.hubhood-has-reviews .hubhood-listing-title {
                padding: 130px 0 160px 0;
        }
        
        .wp-block-pullquote.alignleft,
        .wp-block-pullquote.alignright {
                max-width: 100%;
        }
        
        .hubhood-grid-design-1 .hubhood-card-content-image-wrapper,
        .hubhood-grid-design-1 .hubhood-card-content .hubhood-card-content-image,
        .hubhood-grid-design-1 .hubhood-card-content .hubhood-card-content-image .hubhood-card-image-inner img,
        .hubhood-grid-design-1 .hubhood-card-content .hubhood-card-content-image .hubhood-card-content-title-centralizer ~ img,
        .hubhood-grid-design-1 .sticky .hubhood-card-content-image-wrapper,
        .hubhood-grid-design-1 .hubhood-card-content:hover .hubhood-card-content-image-wrapper {
                height: 220px;
        }
        
        .hubhood-grid-design-1 .hubhood-card-content .hubhood-card-content-image,
        .hubhood-grid-design-1 .hubhood-card-content .hubhood-card-content-image .hubhood-card-image-inner img,
        .hubhood-grid-design-1 .hubhood-card-content .hubhood-card-content-image .hubhood-card-content-title-centralizer ~ img {
                padding-bottom: 220px;
        }
        
        .hubhood-sidebar-right .widget,
        .hubhood-sidebar-right .hubhood-recent-entries-wrapper {
                margin-left: -30px;
                margin-right: -30px;
                width: calc(100% + 60px);
                border-radius: 0;
        }
        
        .hubhood-sidebar-right .hubhood-recent-entries-wrapper .widget {
                margin-left: 0;
                margin-right: 0;
                width: 100%;
        }
        
        .hubhood-sidebar-right .widget:after,
        .hubhood-sidebar-right .hubhood-recent-entries-wrapper .widget:after,
        #secondary .hubhood-recent-entries-wrapper {
                border-radius: 0;
        }
        
        #secondary .widget_hubhood_call_to_action .hubhood-widget-inner,
        .hubhood-site-footer .widget_hubhood_call_to_action .hubhood-widget-inner {
                border-radius: 0;
        }

        .has-drop-cap:not(:focus)::first-letter {
                font-size: 5em;
                margin: 9px 30px 30px 0;
        }

        .has-drop-cap:not(:focus)::after {
                padding-top: 12px;
        }
        
        .hubhood-blog-card .hubhood-posted-by .hubhood-post-by-name {
                display: none;
        }
        
        .wp-block-file a.wp-block-file__button {
                border-radius: 3px;
                min-width: 110px;
                text-align: center;
        }
        
        .hubhood-search-categories .hubhood-listing-categories a {
                min-width: 100px;
        }
        
        .wp-block-pullquote.is-style-solid-color blockquote {
                max-width: 100%;
        }
        
        .hubhood-no-addons .hubhood-post-social-share,
        .hubhood-no-addons .hubhood-post-content-header-background-inner {
                display: none;
        }

        .woocommerce div.product .woocommerce-tabs ul.tabs {
                padding: 0;
        }

        .woocommerce div.product .woocommerce-tabs ul.tabs li {
                width: 100%;
                text-align: left;
                margin-left: 0;
                margin-right: 0;
                margin-bottom: 5px;
        }

        .woocommerce div.product form.cart .variations td.label {
                padding-right: 1em;
        }
        
        .hubhood-business-start-time-field,
        .hubhood-business-end-time-field {
                text-align: center;
        }
        
        .hubhood-hours-table-wrapper,
        .hubhood-hours-table-wrapper *,
        [id*="select2-job_hours"] li {
                font-size: 13px;
        }
        
        .hubhood-hours-table-wrapper .hubhood-copy-day-button {
                font-size: 20px;
        }
        
        .hubhood-business-hour .select2-container {
                width: 45px !important;
        }
        
        .hubhood-business-hour .select2-container .select2-selection:before {
                display: none;
        }
        
        .hubhood-hours-table-wrapper .hubhood-business-day span.hubhood-business-day-letter {
                margin-left: 40px;
                margin-right: 40px;
                margin-top: 8px;
                min-width: 35px;
                height: 35px;
                line-height: 34px;
                font-size: 18px;
        }
        
        .text-right.hubhood-captcha-wrapper {
                text-align: center;
        }
        
        .hubhood-footer-dark .hubhood-site-footer #sb_instagram.sbi_col_10 #sbi_images .sbi_item,
        .hubhood-footer-dark .hubhood-site-footer #sb_instagram.sbi_col_3 #sbi_images .sbi_item,
        .hubhood-footer-dark .hubhood-site-footer #sb_instagram.sbi_col_4 #sbi_images .sbi_item,
        .hubhood-footer-dark .hubhood-site-footer #sb_instagram.sbi_col_5 #sbi_images .sbi_item,
        .hubhood-footer-dark .hubhood-site-footer #sb_instagram.sbi_col_6 #sbi_images .sbi_item,
        .hubhood-footer-dark .hubhood-site-footer #sb_instagram.sbi_col_7 #sbi_images .sbi_item,
        .hubhood-footer-dark .hubhood-site-footer #sb_instagram.sbi_col_8 #sbi_images .sbi_item,
        .hubhood-footer-dark .hubhood-site-footer #sb_instagram.sbi_col_9 #sbi_images .sbi_item {
                width: 33.333333%;
        }
        
        .hubhood-footer-dark .hubhood-site-footer #sb_instagram .sbi_photo {
                margin-left: 7.5px;
        }
        
        .hubhood-all-regions-button strong {
                line-height: 15px;
        }
        
        .hubhood-search-by-tip  {
                font-size: 15px;
        }
        
        .hubhood-search-by-button,
        .hubhood-search-by-button:hover {
                color: #ffffff;
                top: -62px;
                left: 21px;
                color: #fff;
                text-shadow: 2px 2px 4px rgba(0,0,0,0.2);
        }
        
        .hubhood-search-by-tip {
                display: none;
        }
        
        .hubhood-listing-search-menu-wrapper {
                padding-right: 0;
        }
        
        .hubhood-current-search-by {
                bottom: -26px;
                left: auto;
                top: auto;
                left: auto;
                right: 45px;
                padding: 5px 15px 4px;
                line-height: 1.5;
                -webkit-transform: translate(0,0);
                -moz-transform: translate(0,0);
                -ms-transform: translate(0,0);
                -o-transform: translate(0,0);
                transform: translate(0,0);
        }
        
        .hubhood-current-search-by:before {
                bottom: auto;
                top: -17px;
                content: "\f0d8";
                text-shadow: 0 -4px 4px rgba(0,0,0,0.15);
                font-weight: 600;
        }
        
        .hubhood-listing-search-menu-wrapper {
                top: 101px;
        }
        
        .hubhood-clean-search-by-filters-button {
                left: 12px;
                bottom: -30px;
        }
        
        .hubhood-clean-search-input-button {
                left: 56px;
                bottom: -30px;
        }
        
        .hubhood-hero-search form .hubhood-search-by-button + fieldset input {
                padding-left: 20px;
        }

        .hubhood-listing-search-menu .hubhood-listing-search-menu {
                padding-left: 20px;
        }
        
        .wc-bookings-booking-form .wc-bookings-time-block-picker {
                display: block;
        }
        
        .wc-bookings-booking-form fieldset label {
                width: 100%;
        }

        .hubhood-rating-mood {
                bottom       : -100px;
        }

        .hubhood-write-review-first-column {
                padding-top: 60px;
        }

        .hubhood-single-listing-without-reviews .hubhood-review-second-col-inner {
                margin-top: 30px;
        }
}

@media only screen and ( max-width: 1020px ) {
        .job-manager-form fieldset div.field:not(.full-line-checkbox-field).account-sign-in,
        .job-manager-form fieldset.fieldset-login_required label:not(.full-line-checkbox-field label),
        .job-manager-form fieldset.fieldset-logged_in label:not(.full-line-checkbox-field label) {
                display: block;
                width: 100%;
                text-align: center;
                margin-bottom: 40px;
        }

        .job-manager-form fieldset.fieldset-login_required label:not(.full-line-checkbox-field label),
        .job-manager-form fieldset.fieldset-logged_in label:not(.full-line-checkbox-field label) {
                margin-bottom: 10px;
        }

        .fieldset-login_required,
        .fieldset-logged_in,
        .job-manager-form .account-sign-in,
        .job-manager-form .fieldset-logged_in .account-sign-in {
                text-align: center;
        }

        .job-manager-form fieldset div.field.account-sign-in,
        .job-manager-form .account-sign-in,
        .job-manager-form .fieldset-logged_in .account-sign-in,
        .job-manager-form fieldset div.field.account-sign-out,
        .job-manager-form .account-sign-out,
        .job-manager-form .fieldset-logged_in .account-sign-out {
                padding: 0 0 20px 0;
                margin-top: 0;
        }

        .job-manager-form fieldset .account-sign-in .button,
        .job-manager-form fieldset .account-sign-out .button,
        .job-manager-form fieldset.fieldset-logged_in .account-sign-in .button {
                position: relative;
                display: inline-block;
                margin-bottom: 15px;
                margin-right: 0;
                left: auto;
                top: auto;
        }

        .job-manager-form fieldset.fieldset-logged_in label:not(.full-line-checkbox-field label),
        .job-manager-form fieldset.fieldset-logged_in label {
                display: none;
        }

        .job-manager-form fieldset.fieldset-logged_in .account-sign-in .button {
                margin-top: 18px;
                margin-bottom: 13px;
        }
}

/* Bootstrap Official @media */
@media only screen and ( min-width: 992px ) and ( max-width: 1199px ) {
        .hubhood-topbar-container.container,
        .hubhood-hero-content-wrapper > .container,
        .hubhood-search-box-single-listing-header > .container,
        .hubhood-search-bar-container,
        #colophon,
        .container,
        .container-lg,
        .container-md,
        .container-sm {
                width: 997.55px;
                max-width: 100%;
        }

        .hubhood-found-items-4 .hubhood-default-post:nth-child(4) {
                display: none !important;
        }

        .hubhood-main-block.col-xl-8,
        .hubhood-sidebar-right {
                width: 50%;
        }

        .hubhood-main-block.col-xl-8 .hubhood-blog-card {
                width: 100%;
        }
}

/* Bootstrap Official @media */
@media only screen and ( max-width: 575px ) {
        .col-xs-1,
        .col-xs-2,
        .col-xs-3,
        .col-xs-4,
        .col-xs-5,
        .col-xs-6,
        .col-xs-7,
        .col-xs-8,
        .col-xs-9,
        .col-xs-10,
        .col-xs-11,
        .col-xs-12 {
                float: none;
                width: 100%;
        }

        .navbar-header .hubhood-user-menu-topbar li {
                display: none;
        }

        .page-template-front-page .navbar-header .hubhood-user-menu-topbar li:last-child {
                display: inline-block;
        }

        .page-template-front-page.hubhood-user-logged .hubhood-user-menu-topbar li:first-child {
                display: inline-block;
        }

        .page-template-front-page.hubhood-user-logged .navbar-header .hubhood-action-buttons .hubhood-account-menu-item {
                display: none;
        }

        .hubhood-popup .hubhood-action-buttons {
                display: block;
        }

        .hubhood-addons-active.hubhood-has-wp-job-manager .hubhood-header-menu .hubhood-mobile-search-button,
        .hubhood-addons-active.hubhood-has-wp-job-manager .hubhood-header-menu .navbar-toggler ~ .hubhood-mobile-search-button {
                left: auto;
                right: 30px;
        }

        .hubhood-footer-content-info {
                display: block;
        }

        .hubhood-comments-single-wrapper {
                left: -30px;
                right: auto;
                width: calc(100% + 60px);
                display: block;
                max-width: 500px;
        }

        .hubhood-comments-container .hubhood-list-inline .edit-link {
                right: -15px;
        }

        .hubhood-post-comments-wrapper .comment-box .comment-content {
                padding-left: 15px;
                padding-right: 15px;
        }
}

@media only screen and ( max-width: 450px ) {
        .hubhood-search-highlight-tip-2 {
                display: none;
        }

        .hubhood-change-color-button:before {
                display: none;
        }

        .hubhood-product-popup .hubhood-panel-form {
                width: auto;
                max-width: 300px;
        }

        .hubhood-listing-price-range > .hubhood-listing-price-range-title {
                height: auto;
                line-height: 1.5;
                display: block;
                float: none;
                text-align: center;
                margin-bottom: 25px;
        }
        
        .hubhood-listing-price-range .hubhood-listing-price-range-value {
                margin: 0 auto;
                float: none;
                display: block;
                text-align: center;
        }

        .hubhood-listing-price-range-value:after {
                content: "\f0d8";
                top: -22px;
                left: 50%;
                font-weight: 600;
                -webkit-transform: translate(-50%,0);
                -moz-transform: translate(-50%,0);
                -ms-transform: translate(-50%,0);
                -o-transform: translate(-50%,0);
                transform: translate(-50%,0);
        }
        
        .hubhood-listing-price-range .hubhood-listing-price-range-value span {
                top: 0;
        }

        .wp-block-embed__wrapper iframe.instagram-media {
                min-width: 255px !important; /* Needed to have priority over JavaScript attribution */
        }
        
        .woocommerce div.product form.cart .quantity ~ .button {
                min-width: 100%;
                margin-top: 30px;
        }
        
        .woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
                width: calc(33.3333333333% - 30px);
        }
        
        .hubhood-menu-item-title-wrapper {
                position: relative;
                width: calc(100% - 65px);
                height: auto;
                padding-top: 7px;
                padding-bottom: 7px;
        }
        
        .hubhood-menu-item-title-wrapper span:first-child {
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
        }
        
        .hubhood-menu-item-title-wrapper span {
                display: block;
                height: 16px;
                line-height: 16px;
        }

        .hubhood-menu-item-description {
                display: block;
                position: relative;
                padding: 0;
                right: auto;
                left: auto;
                top: auto;
                bottom: auto;
                margin-left: 0;
                min-width: 0;
                text-align: left;
                box-shadow: none;
                padding-left: 0;
                border: 0 !important;
                font-weight: normal;
                font-size: 10px;
                padding-top: 8px;
                color: #555;
                position: relative;
                border-radius: 0;
        }

        .hubhood-call-to-action-content .hubhood-button.hubhood-floated.hubhood-floated-invert-mobile {
                float: right;
                margin-bottom: 5px;
                margin-right: 0;
                margin-left: 20px;
                right: -5px;
        }

        .hubhood-listing-type-option-icon.hubhood-background-image[style*="url"] {
                width: 60px;
                height: 60px;
                line-height: 60px;
        }

        .hubhood-listing-type-option-wrapper {
                padding: 10px 15px;
        }

        .hubhood-listing-type-option-icon {
                margin-right: 5px;
        }

        .hubhood-background-image[style*="url"] ~ .hubhood-listing-type-option-label {
                padding-left: 22px;
        }

        .hubhood-listing-type-option-icon[style*="url"],
        .hubhood-background-image[style*="url"] ~ .hubhood-listing-type-option-label {
                height: 60px;
        }

        .hubhood-listing-widget-content.hubhood-widget-events-list-wrapper,
        .hubhood-listing-widget-content.hubhood-widget-appointments-list-wrapper {
                padding-left: 5px !important;
                padding-right: 5px !important;
        }

        .hubhood-date-list-item-wrapper {
                padding-left: 25px !important;
        }

        .hubhood-card-content .hubhood-date-list-item-wrapper {
                padding-left: 0 !important;
        }

        .hubhood-hero-content-wrapper .hubhood-date-list-item-wrapper {
                padding-left: 0 !important;
        }

        .hubhood-featured-listing .hubhood-event-data-card .hubhood-featured-ribbon,
        .hubhood-featured-listing .hubhood-appointment-data-card .hubhood-featured-ribbon {
                top: 0;
        }
}

@media only screen and ( max-width: 400px ) {
        .container,
        .container-fluid {
                padding-left: 15px;
                padding-right: 15px;
        }

        .hubhood-buttons-search .select2-selection::after {
                right: 0;
        }

        .hubhood-search-icon-wrapper {
                padding-left: 0;
                padding-right: 0;
        }

        .elementor-widget-container > .hubhood-front-widget-wrapper > .container {
                padding-right: 0;
                padding-left: 0;
        }

        .container .container,
        .container .container-fluid,
        .container-fluid .container,
        .container-fluid .container-fluid {
                padding-left: 0;
                padding-right: 0;
        }
        

        .entry-content .hubhood-widget-content-wrapper.widget_hubhood_call_to_action,
        .entry-content .elementor-widget-container section.hubhood-front-widget-wrapper {
                width: 100%;
                left: 0;
                transform: none;        
        }

        .row {
                width: 100%;
                margin-left: 0;
        }

        .row > [class*="col-"] {
                padding-left: 0;
                padding-right: 0;
        }

        .leaflet-left .leaflet-control {
                margin-left: 17px;
                margin-top: 15px;
        }

        .leaflet-container a.leaflet-control-filter,
        .leaflet-container a.leaflet-control-filter:hover {
                top: 15px;
                right: 17px;
        }

        .hubhood-action-buttons {
                right: 15px;
        }

        body:not(.page-template-front-page).hubhood-user-logged .hubhood-action-buttons {
                display: none;
        }

        body:not(.page-template-front-page).hubhood-user-logged .hubhood-popup .hubhood-action-buttons {
                display: block;
        }

        .hubhood-addons-active.hubhood-has-wp-job-manager .hubhood-header-menu .hubhood-mobile-search-button,
        .hubhood-addons-active.hubhood-has-wp-job-manager .hubhood-header-menu .navbar-toggler ~ .hubhood-mobile-search-button {
                left: auto;
                right: 15px;
        }

        .hubhood-hero-categories-wrapper {
                left: 0;
        }

        .hubhood-buttons-under-title .hubhood-iconized-button {
                min-width: 0;
                width: 100%;
        }

        #secondary .hubhood-call-to-action-button .hubhood-iconized-button {
                min-width: 150px;
        }

        .hubhood-play-button,
        .hubhood-play-button a,
        .hubhood-play-button img, .hubhood-play-button-overlay,
        figure[class*="hubhood-skewfy"].hubhood-play-button {
                width: 280px !important; /* Needed to overwrite JavaScript */
                height: 280px;
                overflow: hidden;
                max-width: none;
        }

        .hubhood-post-social-share {
                margin-left: -15px;
                margin-right: -15px;
                width: calc(100% + 30px);
        }
        
        .hubhood-review-second-col-inner,
        .single-post .hubhood-comments-section,
        .single-attachment .hubhood-comments-section,
        .page .hubhood-comments-section {
                margin-left: -15px;
                margin-right: -15px;
        }

        .hubhood-post-comments-wrapper .hubhood-list-reviews,
        .hubhood-post-comments-wrapper #hubhood-list-reviews {
                width: calc(100% + 30px);
                margin-left: -15px;
        }
        
        .hubhood-single-listing-without-reviews .hubhood-review-second-col-inner {
                margin-left: 0;
                margin-right: 0;
        }
        
        .comment-form .form-submit {
                text-align: center;
        }
        
        .fb_iframe_widget_fluid span {
                width: 100% !important; /* Important to overwrite JavaScript attributions */
        }
        
        .hubhood-listing-social .hubhood-social-networks,
        .hubhood-social-share-networks-wrapper .hubhood-social-networks {
                width: 100%;
        }
        
        .hubhood-listing-social .hubhood-social-networks a,
        .hubhood-social-share-networks-wrapper .hubhood-social-networks a {
                width: 100%;
                margin-right: 0;
        }

        .single #main #unknown-category ul.hubhood-price-list-wrapper,
        .single #main #unknown-category ul.hubhood-quote-list-wrapper,
        .single .hubhood-popup #unknown-category ul.hubhood-price-list-wrapper,
        .single .hubhood-popup #unknown-category ul.hubhood-quote-list-wrapper {
                margin-left: -15px;
                margin-right: -15px;
        }

        .hubhood-popup .hubhood-featured-widget {
                width: calc(100% - 30px);
        }

        .hubhood-popup .hubhood-pricing-menu-items .hubhood-price-list-wrapper > li.hubhood-pricing-item:after,
        .hubhood-popup .hubhood-pricing-menu-items .hubhood-quote-list-wrapper > li.hubhood-pricing-item:after {
                width: calc(100% - 15px);
        }

        .hubhood-pricing-menu-items .hubhood-price-list-wrapper > li,
        .hubhood-pricing-menu-items .hubhood-quote-list-wrapper > li {
                padding: 15px 20px;
        }

        .hubhood-listing-widget-title-text,
        .hubhood-more-info-links a {
                font-size: 14px;
        }

        .hubhood-widget-events-list-wrapper *,
        .hubhood-widget-appointments-list-wrapper * {
                font-size: 14px !important;
        }

        .hubhood-price-item-tag-label,
        .hubhood-quote-item-tag-label {
                top: -1px;
                left: 10px;
        }

        .hubhood-listing-widget-title {
                padding: 20px 60px 20px 83px;
        }

        .hubhood-listing-widget-icon {
                top: 20px;
        }

        .hubhood-listing-widget-title:before {
                top: 27px;
        }

        .hubhood-pricing-item-front-image {
                width: 50px;
                height: 50px;
        }      

        .hubhood-listing-appointments-widget .hubhood-pricing-item-front-image {
                top: -9px;
                left: 0;
        }

        .hubhood-listing-appointments-widget .hubhood-pricing-item-front-image ~ .hubhood-appointment-link .hubhood-social-network-label {
                padding-left: 56px !important;
        }
        
        h4.panel-title,
        .hubhood-header-more-info,
        .hubhood-pricing-menu-items .nav-tabs>li>a,
        .hubhood-pricing-item .hubhood-price-item-title,
        .hubhood-price-item-price-value,
        .hubhood-price-item-tag-label,
        .hubhood-price-item-description,
        .hubhood-price-item-more-info-link-wrapper a,
        .hubhood-pricing-item .hubhood-quote-item-title,
        .hubhood-quote-item-quote-value,
        .hubhood-quote-item-tag-label,
        .hubhood-quote-item-description,
        .hubhood-quote-item-more-info-link-wrapper a {
                font-size: 13px;
        }

        .hubhood-listing-more-info-wrapper + .hubhood-listing-more-info-wrapper {
                margin-top: 15px;
        }
        
        .hubhood-accordion-title-inner {
                line-height: 16px;
        }
        
        .hubhood-listing-widget-content .hubhood-open-or-closed,
        .hubhood-accordion-flag-tag {
                font-size: 11px;
                margin-top: 3px;
        }
        
        .hubhood-accordion-flag-tag {
                font-size: 11px;
                margin-top: 3px;
        }
        
        .hubhood-business-claim-accordion .hubhood-accordion-flag-tag,
        .hubhood-business-appointment-accordion .hubhood-accordion-flag-tag {
                margin-top: -1px;
        }
        
        #accordion .panel-title a:before {
                display: none;
        }
        
        #accordion .panel-title a {
                padding-left: 0;
                height: 80px;
                line-height: 80px;
        }
        
        #accordion .accordion-group:first-child .panel-title a {
                height: 58px;
                line-height: 30px;
        }
        
        .hubhood-accordion-flag-tag,
        .hubhood-business-claim-accordion .hubhood-accordion-flag-tag,
        .hubhood-business-appointment-accordion .hubhood-accordion-flag-tag,
        .hubhood-listing-widget-content .hubhood-open-or-closed {
                left: 0;
                margin-left: 0;
                text-align: left;
                min-width: 0;
                -webkit-transform: none;
                -moz-transform: none;
                -ms-transform: none;
                -o-transform: none;
                transform: none;
        }
        
        .hubhood-listing-widget-content .hubhood-hours-table-wrapper .hubhood-business-day {
                width: 130px;
                text-align: left;
        }
        
        #accordion .accordion-group:last-child .panel-title a[aria-expanded="false"] {
                height: 60px;
        }

        #accordion.hubhood-accordion-one-group .accordion-group:last-child .panel-title a[aria-expanded="false"] {
                height: 30px;
        }

        #accordion.hubhood-accordion-one-group .accordion-group:last-child .panel-title a[aria-expanded="true"] {
                height: 50px;
        }

        .hubhood-card-design-image-block ~ .hubhood-floating-card-icons-h {
                right: 95px;
        }

        .hubhood-card-design-image-block ~ .hubhood-floating-card-icons-h > * {
                margin-left: 20px;
        }

        .hubhood-card-design-image-block ~ .hubhood-floating-card-icons > * {
                margin-bottom: 10px !important;
        }

        .hubhood-hero-categories-wrapper-limit {
                width: calc(100% - 70px);
        }

        .hubhood-hero-slider-full-width .hubhood-hero-categories-wrapper {
                width: 100%;
        }

        .hubhood-post-comments-wrapper form {
                padding-left: 15px;
                padding-right: 15px;
        }

        .hubhood-post-comments-wrapper .comment-box .comment-header {
                padding-left: 15px;
        }

        .hubhood-hero-footer-design-2 .hubhood-hero-front-design-2 ~ .hubhood-hero-terms-wrapper .hubhood-hero-categories-wrapper {
                width: 100%;
        }

        .hubhood-frontpage-header-design-3 #content .hubhood-front-page-hero-section .hubhood-hero-content-inner .hubhood-search-box-full, 
        .hubhood-frontpage-header-design-4 #content .hubhood-front-page-hero-section .hubhood-hero-content-inner .hubhood-search-box-full, 
        .hubhood-frontpage-header-design-5 #content .hubhood-front-page-hero-section .hubhood-hero-content-inner .hubhood-search-box-full {
                padding-left: 15px;
                padding-right: 15px;
                margin-left: -15px;
                width: calc(100% + 30px);
        }

        .hubhood-frontpage-header-design-3 #content .hubhood-front-page-hero-section .hubhood-hero-content-inner .hubhood-hero-types-container,
        .hubhood-frontpage-header-design-4 #content .hubhood-front-page-hero-section .hubhood-hero-content-inner .hubhood-hero-types-container,
        .hubhood-frontpage-header-design-5 #content .hubhood-front-page-hero-section .hubhood-hero-content-inner .hubhood-hero-types-container {
                width: calc(100% - 30px);
        }

        .hubhood-frontpage-header-design-3 #content .hubhood-front-page-hero-section .hubhood-hero-content-inner .hubhood-hero-categories-container,
        .hubhood-frontpage-header-design-4 #content .hubhood-front-page-hero-section .hubhood-hero-content-inner .hubhood-hero-categories-container,
        .hubhood-frontpage-header-design-5 #content .hubhood-front-page-hero-section .hubhood-hero-content-inner .hubhood-hero-categories-container {
                margin-bottom: -60px;
        }

        .hubhood-frontpage-header-design-3.hubhood-hero-footer-design-2 #content .hubhood-front-page-hero-section .hubhood-hero-content-inner .hubhood-hero-categories-container,
        .hubhood-frontpage-header-design-4.hubhood-hero-footer-design-2 #content .hubhood-front-page-hero-section .hubhood-hero-content-inner .hubhood-hero-categories-container,
        .hubhood-frontpage-header-design-5.hubhood-hero-footer-design-2 #content .hubhood-front-page-hero-section .hubhood-hero-content-inner .hubhood-hero-categories-container {
                padding-right: 0;
        }

        .hubhood-frontpage-header-design-3.hubhood-hero-footer-design-2 #content .hubhood-front-page-hero-section .hubhood-hero-content-inner .hubhood-search-box-full {
                margin-bottom: -60px !important;
        } 

        .hubhood-frontpage-header-design-7 #content .hubhood-front-page-hero-section .hubhood-hero-content-inner .hubhood-search-box-full + * {
                margin-top: 120px;
        }       

        .hubhood-front-page-hero-section .hubhood-hero-slide.hubhood-multiple-use-border:not([style*="border:1px solid #000"]):not([style*="border:2px solid #000"]):not([style*="border:3px solid #000"]),
        .hubhood-front-page-hero-section .hubhood-hero-slide.hubhood-multiple-use-border .hubhood-hero-slide:not([style*="border:1px solid #000"]):not([style*="border:2px solid #000"]):not([style*="border:3px solid #000"]) {
                border: 2px solid #000 !important;
        }

        .hubhood-frontpage-header-design-6.hubhood-hero-footer-design-2 #content .hubhood-front-page-hero-section .hubhood-hero-content-inner .hubhood-search-box-full {
                margin-top: 140px;
        }

        .hubhood-frontpage-header-design-4 .hubhood-hero-categories-attached-footer,
        .hubhood-frontpage-header-design-5 .hubhood-hero-categories-attached-footer {
            margin-top: 160px;
        }

        .hubhood-frontpage-header-design-3 .hubhood-hero-categories-attached-footer {
                margin-top: 30px;
        }

        h5,
        .entry-content h5,
        .comment-content h5 {
                font-size: 16px;
        }
}

@media only screen and ( min-width: 401px ) {
        .hubhood-frontpage-header-design-3 #content .hubhood-front-page-hero-section .hubhood-hero-content-inner .hubhood-hero-types-container .hubhood-hero-categories-wrapper,
        .hubhood-frontpage-header-design-4 #content .hubhood-front-page-hero-section .hubhood-hero-content-inner .hubhood-hero-types-container .hubhood-hero-categories-wrapper,
        .hubhood-frontpage-header-design-5 #content .hubhood-front-page-hero-section .hubhood-hero-content-inner .hubhood-hero-types-container .hubhood-hero-categories-wrapper {
                left: 0;
                width: calc(100% + 30px);
                max-width: calc(100% + 30px);
        }

        .hubhood-hero-types-container > .row {
                padding-right: 30px;
        }

        .hubhood-frontpage-header-design-3 #content .hubhood-front-page-hero-section ~ .hubhood-search-box-full,
        .hubhood-frontpage-header-design-3 #content .hubhood-front-page-hero-section .hubhood-search-box-full {
                border-radius: 4px;
        }
        

        .hubhood-frontpage-header-design-4 #content .hubhood-front-page-hero-section ~ .hubhood-search-box-full,
        .hubhood-frontpage-header-design-4 #content .hubhood-front-page-hero-section .hubhood-search-box-full {
                border-radius: 4px;
        }        

        .hubhood-frontpage-header-design-5 #content .hubhood-front-page-hero-section ~ .hubhood-search-box-full,
        .hubhood-frontpage-header-design-5 #content .hubhood-front-page-hero-section .hubhood-search-box-full {
                border-radius: 4px;
        }
}

@media only screen and ( min-width: 768px ) {    
        .hubhood-style-search-bar-edges-bit-rounded.hubhood-frontpage-header-design-3 #content .hubhood-front-page-hero-section ~ .hubhood-search-box-full,
        .hubhood-style-search-bar-edges-bit-rounded.hubhood-frontpage-header-design-3 #content .hubhood-front-page-hero-section .hubhood-search-box-full {
                border-radius: 12px;
        }

        .hubhood-style-search-bar-edges-rounded.hubhood-frontpage-header-design-3 #content .hubhood-front-page-hero-section ~ .hubhood-search-box-full,
        .hubhood-style-search-bar-edges-rounded.hubhood-frontpage-header-design-3 #content .hubhood-front-page-hero-section .hubhood-search-box-full {
                border-radius: 45px;
        }

        .hubhood-style-search-bar-edges-rounded.hubhood-frontpage-header-design-3 #content .hubhood-front-page-hero-section ~ .hubhood-search-box-full.hubhood-search-has-additional-fields,
        .hubhood-style-search-bar-edges-rounded.hubhood-has-front-hero-categories.hubhood-frontpage-header-design-3 #content .hubhood-front-page-hero-section ~ .hubhood-search-box-full,
        .hubhood-style-search-bar-edges-rounded.hubhood-frontpage-header-design-3 #content .hubhood-front-page-hero-section .hubhood-search-box-full.hubhood-search-has-additional-fields,
        .hubhood-style-search-bar-edges-rounded.hubhood-has-front-hero-categories.hubhood-frontpage-header-design-3.hubhood-frontpage-frontpage-header-categories-position-default #content .hubhood-front-page-hero-section .hubhood-search-box-full {
                border-radius: 20px;
        }

        .hubhood-style-search-bar-edges-bit-rounded.hubhood-frontpage-header-design-4 #content .hubhood-front-page-hero-section ~ .hubhood-search-box-full,
        .hubhood-style-search-bar-edges-bit-rounded.hubhood-frontpage-header-design-4 #content .hubhood-front-page-hero-section .hubhood-search-box-full {
                border-radius: 12px;
        }

        .hubhood-style-search-bar-edges-rounded.hubhood-frontpage-header-design-4 #content .hubhood-front-page-hero-section ~ .hubhood-search-box-full,
        .hubhood-style-search-bar-edges-rounded.hubhood-frontpage-header-design-4 #content .hubhood-front-page-hero-section .hubhood-search-box-full {
                border-radius: 45px;
        }

        .hubhood-style-search-bar-edges-rounded.hubhood-frontpage-header-design-4 #content .hubhood-front-page-hero-section ~ .hubhood-search-box-full.hubhood-search-has-additional-fields,
        .hubhood-style-search-bar-edges-rounded.hubhood-has-front-hero-categories.hubhood-frontpage-header-design-4 #content .hubhood-front-page-hero-section ~ .hubhood-search-box-full,
        .hubhood-style-search-bar-edges-rounded.hubhood-frontpage-header-design-4 #content .hubhood-front-page-hero-section .hubhood-search-box-full.hubhood-search-has-additional-fields,
        .hubhood-style-search-bar-edges-rounded.hubhood-has-front-hero-categories.hubhood-frontpage-header-design-4 #content .hubhood-front-page-hero-section .hubhood-search-box-full {
                border-radius: 20px;
        }

        .hubhood-style-search-bar-edges-bit-rounded.hubhood-frontpage-header-design-5 #content .hubhood-front-page-hero-section ~ .hubhood-search-box-full,
        .hubhood-style-search-bar-edges-bit-rounded.hubhood-frontpage-header-design-5 #content .hubhood-front-page-hero-section .hubhood-search-box-full {
                border-radius: 12px;
        }

        .hubhood-style-search-bar-edges-rounded.hubhood-frontpage-header-design-5 #content .hubhood-front-page-hero-section ~ .hubhood-search-box-full,
        .hubhood-style-search-bar-edges-rounded.hubhood-frontpage-header-design-5 #content .hubhood-front-page-hero-section .hubhood-search-box-full {
                border-radius: 25px;
        }

        .hubhood-style-search-bar-edges-rounded.hubhood-frontpage-header-design-5 #content .hubhood-front-page-hero-section ~ .hubhood-search-box-full.hubhood-search-has-additional-fields,
        .hubhood-style-search-bar-edges-rounded.hubhood-has-front-hero-categories.hubhood-frontpage-header-design-5 #content .hubhood-front-page-hero-section ~ .hubhood-search-box-full,
        .hubhood-style-search-bar-edges-rounded.hubhood-frontpage-header-design-5 #content .hubhood-front-page-hero-section .hubhood-search-box-full.hubhood-search-has-additional-fields,
        .hubhood-style-search-bar-edges-rounded.hubhood-has-front-hero-categories.hubhood-frontpage-header-design-5 #content .hubhood-front-page-hero-section .hubhood-search-box-full {
                border-radius: 20px;
        }
}

@media only screen and ( min-width: 401px ) and ( max-width: 767px ) {    
        .hubhood-style-search-bar-edges-bit-rounded.hubhood-frontpage-header-design-3 #content .hubhood-front-page-hero-section ~ .hubhood-search-box-full,
        .hubhood-style-search-bar-edges-bit-rounded.hubhood-frontpage-header-design-3 #content .hubhood-front-page-hero-section .hubhood-search-box-full {
                border-radius: 12px;
        }

        .hubhood-style-search-bar-edges-rounded.hubhood-frontpage-header-design-3 #content .hubhood-front-page-hero-section ~ .hubhood-search-box-full,
        .hubhood-style-search-bar-edges-rounded.hubhood-frontpage-header-design-3 #content .hubhood-front-page-hero-section .hubhood-search-box-full {
                border-radius: 25px;
        }

        .hubhood-style-search-bar-edges-rounded.hubhood-frontpage-header-design-3 #content .hubhood-front-page-hero-section ~ .hubhood-search-box-full.hubhood-search-has-additional-fields,
        .hubhood-style-search-bar-edges-rounded.hubhood-has-front-hero-categories.hubhood-frontpage-header-design-3 #content .hubhood-front-page-hero-section ~ .hubhood-search-box-full,
        .hubhood-style-search-bar-edges-rounded.hubhood-frontpage-header-design-3 #content .hubhood-front-page-hero-section .hubhood-search-box-full.hubhood-search-has-additional-fields,
        .hubhood-style-search-bar-edges-rounded.hubhood-has-front-hero-categories.hubhood-frontpage-header-design-3 #content .hubhood-front-page-hero-section .hubhood-search-box-full {
                border-radius: 20px;
        }

        .hubhood-style-search-bar-edges-bit-rounded.hubhood-frontpage-header-design-4 #content .hubhood-front-page-hero-section ~ .hubhood-search-box-full,
        .hubhood-style-search-bar-edges-bit-rounded.hubhood-frontpage-header-design-4 #content .hubhood-front-page-hero-section .hubhood-search-box-full {
                border-radius: 12px;
        }

        .hubhood-style-search-bar-edges-rounded.hubhood-frontpage-header-design-4 #content .hubhood-front-page-hero-section ~ .hubhood-search-box-full,
        .hubhood-style-search-bar-edges-rounded.hubhood-frontpage-header-design-4 #content .hubhood-front-page-hero-section .hubhood-search-box-full {
                border-radius: 25px;
        }

        .hubhood-style-search-bar-edges-rounded.hubhood-frontpage-header-design-4 #content .hubhood-front-page-hero-section ~ .hubhood-search-box-full.hubhood-search-has-additional-fields,
        .hubhood-style-search-bar-edges-rounded.hubhood-has-front-hero-categories.hubhood-frontpage-header-design-4 #content .hubhood-front-page-hero-section ~ .hubhood-search-box-full,
        .hubhood-style-search-bar-edges-rounded.hubhood-frontpage-header-design-4 #content .hubhood-front-page-hero-section .hubhood-search-box-full.hubhood-search-has-additional-fields,
        .hubhood-style-search-bar-edges-rounded.hubhood-has-front-hero-categories.hubhood-frontpage-header-design-4 #content .hubhood-front-page-hero-section .hubhood-search-box-full {
                border-radius: 20px;
        }

        .hubhood-style-search-bar-edges-bit-rounded.hubhood-frontpage-header-design-5 #content .hubhood-front-page-hero-section ~ .hubhood-search-box-full,
        .hubhood-style-search-bar-edges-bit-rounded.hubhood-frontpage-header-design-5 #content .hubhood-front-page-hero-section .hubhood-search-box-full {
                border-radius: 12px;
        }

        .hubhood-style-search-bar-edges-rounded.hubhood-frontpage-header-design-5 #content .hubhood-front-page-hero-section ~ .hubhood-search-box-full,
        .hubhood-style-search-bar-edges-rounded.hubhood-frontpage-header-design-5 #content .hubhood-front-page-hero-section .hubhood-search-box-full {
                border-radius: 25px;
        }

        .hubhood-style-search-bar-edges-rounded.hubhood-frontpage-header-design-5 #content .hubhood-front-page-hero-section ~ .hubhood-search-box-full.hubhood-search-has-additional-fields,
        .hubhood-style-search-bar-edges-rounded.hubhood-has-front-hero-categories.hubhood-frontpage-header-design-5 #content .hubhood-front-page-hero-section ~ .hubhood-search-box-full,
        .hubhood-style-search-bar-edges-rounded.hubhood-frontpage-header-design-5 #content .hubhood-front-page-hero-section .hubhood-search-box-full.hubhood-search-has-additional-fields,
        .hubhood-style-search-bar-edges-rounded.hubhood-has-front-hero-categories.hubhood-frontpage-header-design-5 #content .hubhood-front-page-hero-section .hubhood-search-box-full {
                border-radius: 20px;
        }
}

@media only screen and ( max-width: 305px ) {
        .hubhood-listing-archive-grid-buttons-design-2 .hubhood-grid-filter-button:not(.hubhood-grid-filter-selected) {
                margin-left: -1px;
        }

        .hubhood-results-count-inner {
                text-align: right;
        }
}

@media only screen and ( max-width: 295px ) {
        .hubhood-listing-archive-grid-buttons-design-2 .hubhood-grid-filter-button:not(.hubhood-grid-filter-selected) {
                margin-left: -2px;
        }
}

@media only screen and ( max-width: 380px ) {
        .hubhood-content-centralized,
        .hubhood-search-popup .hubhood-content-centralized {
                padding: 110px 30px 190px 30px;
        }

        .site-header .hubhood-primary-navbar-mobile-visible .hubhood-user-buttons.hubhood-user-buttons-responsive {
                display: block;
        }

        .page-template-front-page #site-navigation.navbar-inverse #hubhood-primary-menu {
                padding-top: 0;
        }

        .page-template-front-page .site-header .hubhood-user-buttons.hubhood-user-buttons-responsive {
                display: none;
        }

        .page-template-front-page .site-header .hubhood-primary-navbar-mobile-visible .hubhood-user-buttons.hubhood-user-buttons-responsive {
                display: inline-block;
        }

        .page-template-front-page .site-header .hubhood-add-listing-btn {
                margin-right: -48px;
        }

        .page-template-front-page .site-header .hubhood-add-listing-btn:before {
                left: 14px;
        }

        #masthead .hubhood-mobile-user-buttons {
                display: none;
        }

        .hubhood-single-block .thumbnail {
                max-width: 100%;
        }

        .form-horizontal {
                padding: 0;
        }

        .hubhood-hero-search form input {
                letter-spacing: 0;
                padding: 0 70px 0 20px;
        }
        
        .nav.hubhood-listing-search-menu li > a {
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis;
        }
        
        .hubhood-listing-search-menu-wrapper {
                top: 100px;
        }
        
        .hubhood-current-search-by {
                bottom: -22px;
        }
        
        .hubhood-clean-search-by-filters-button,
        .hubhood-clean-search-input-button {
                bottom: -26px;
        }

        .hubhood-featured-listing-terms-icon,
        .hubhood-feature-icon,
        .hubhood-front-hubhood-mobile-circle-bg-icon,
        .hubhood-featured-blog-icon {
                display: none;
        }

        .hubhood-card-content .hubhood-ribbon {
                width: auto;
                margin-left: 0;
                margin-right: 0;
        }

        .hubhood-grid3 .hubhood-card-content .hubhood-ribbon {
                min-width: 0;
        }

        .hubhood-grid6 .hubhood-card-content .hubhood-card-content-image .hubhood-card-image-inner img,
        .hubhood-grid6 .hubhood-card-content .hubhood-card-content-image .hubhood-card-content-title-centralizer ~ img {
                width: 100px;
        }

        .hubhood-grid6.hubhood-rounded-pic .hubhood-listing-rating {
                left: 62px;
        }

        .hubhood-grid.hubhood-grid6 .hubhood-feat-data {
                display: none;
        }

        .hubhood-grid6 .hubhood-card-content-excerpt {
                max-height: 48px;
        }

        .hubhood-grid6 .hubhood-card-content-title-centralizer {
                padding-left: 10px;
        }

        .blog .hubhood-grid6 .hubhood-card-content-title-centralizer,
        .blog .hubhood-grid6 .hubhood-card-content-title {
                padding-bottom: 0;
                padding-right: 0;
        }

        .hubhood-slideshow-captions .hubhood-slideshow-slide-title {
                font-size: 16px;
                max-height: 33px;
        }

        .hubhood-slideshoe-slide-description {
                max-height: 30px;
        }

        .hubhood-slideshow-captions {
                min-height: 80px;
                margin-top: 30px;
        }

        .nav-previous,
        .nav-next,
        .nav-previous a,
        .nav-next a {
                width: 100%;
                min-width: 0;
                margin-left: 0;
                margin-right: 0;
        }

        #map ~ .hubhood-aside-list .hubhood-close-aside-listings.icon-cross2 {
                margin-left: 32px;
        }
        
        .hubhood-featured-listing .hubhood-featured-ribbon {
                top: 45px;
        }
        
        .hubhood-search-categories {
                bottom: -5px;
        }

        .hubhood-listing-card-design-squared .hubhood-grid-design-2 .hubhood-card-content .hubhood-bookmark-card-button-wrapper,
        .hubhood-listing-card-design-squared .hubhood-circular-wrapper {
                min-width: 260px;
                max-width: 260px;
        }
}

@media only screen and ( max-width: 374px ) {
        .hubhood-search-categories .hubhood-listing-categories {
                width: 100%;
                margin: 0 auto;
        }
}

@media only screen and ( max-width: 360px ) {
        .hubhood-post-social-share li:first-child,
        .hubhood-post-social-share li:last-child {
                display: none;
        }

        h5,
        .entry-content h5,
        .comment-content h5,
        .hubhood-card-content-top-data .hubhood-listing-card-title {
                font-size: 15px;
        }

        .hubhood-quote-popup:not(.hubhood-restart-form) .hubhood-restart-quote-form {
                display: none !important;
        }
}

@media only screen and ( max-width: 340px ) {
        .hubhood-slideshow-captions {
                position: relative;
                width: 90%;
                left: 5%;
        }

        .hubhood-grid .col-sm-3,
        .hubhood-no-flex .hubhood-grid .col-sm-3,
        .col-sm-3.hubhood-listing-package {
                width: 100%;
                display: inline-block;
        }

        .hubhood-review-popup #respond #comment {
                height: 92px;
        }
        
        .hubhood-search-categories .hubhood-more-categories,
        .hubhood-search-categories .hubhood-less-categories {
                -webkit-transform: rotate(90deg);
                -moz-transform: rotate(90deg);
                -ms-transform: rotate(90deg);
                -o-transform: rotate(90deg);
                transform: rotate(90deg);
                right: 20px;
                top: 112px;
        }
        
        .hubhood-term-design-3 .hubhood-term-counter,
        .hubhood-counters-design-1 .widget_hubhood_listing_amenities .hubhood-term-counter {
                box-shadow: none;
        }
        
        .hubhood-term-bordered .hubhood-term-counter:before,
        .widget_hubhood_listing_amenities .hubhood-term-counter:after,
        .hubhood-term-bordered .hubhood-cat-icon:after,
        .widget_hubhood_listing_amenities .hubhood-cat-icon:after {
                border-radius: 50px;
        }
        
        .hubhood-listing-average-rating {
                font-size: 45px;
                margin-top: -57px;
        }
        
        .hubhood-average-review .hubhood-stars-output {
                margin-top: 18px;
        }
        
        .hubhood-hours-table-wrapper .hubhood-business-day span.hubhood-business-day-letter {
                margin-left: 20px;
                margin-right: 20px;
        }
        
        .hubhood-hero-header.hubhood-front-header .hubhood-listing-search-menu-inner {
                max-height: 324px;
        }
        
        .hubhood-search-highlight-tip {
                text-align: center;
                padding-left: 58px;
                top: 5px !important;
        }
        
        .hubhood-search-highlight-tip-1 {
                font-size: 0;
        }

        .hubhood-content-centralized,
        .hubhood-search-popup .hubhood-content-centralized {
                padding: 50px 30px 190px 30px;
        }

        .hubhood-card-design-image-block ~ .hubhood-floating-card-icons-h > *:first-child {
                display: none;
        }

        .hubhood-card-design-image-block ~ .hubhood-floating-card-icons-h > *:last-child {
                display: inline-block;
        }

        .hubhood-card-design-image-block ~ .hubhood-floating-card-icons > *:nth-child(n+5) {
                display: none;
        }

        .leaflet-pop-heading-icons {
                right: -8px;
        }

        .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-close {
                right: -28px;
                bottom: -40px;
        }

        .hubhood-frontpage-header-design-3 .hubhood-front-page-hero-section.hubhood-hero-slider-full-width .hubhood-hero-text-inner>.col-sm-12 {
                padding-top: 130px !important;
        }

        .hubhood-featured-heading-title-word:before {
                position: relative;
                top: -2px;
                width: 36px;
                height: 36px;
                line-height: 38px;
                font-size: 16px;
        }

        .hubhood-design-1-b-2-3-c-6-b-16-e .hubhood-card-cover .hubhood-hero-pricing *,
        .hubhood-design-1-b-2-3-c-11 .hubhood-hero-pricing *,
        .hubhood-card-cover .hubhood-hero-pricing h4 {
                font-size: 18px;
        }
}

@media only screen and ( max-height: 620px ) {
        .hubhood-search-highlight-tip {
                height: 0;
                line-height: 0;
                overflow: visible;
                top: -12px;
        }
}

@media only screen and ( max-width: 520px ) {
        .hubhood-review-popup .hubhood-rating-row label,
        .hubhood-popup .hubhood-star-ratings .hubhood-stars-output {
                display: block;
                text-align: left;
        }

        .hubhood-popup .hubhood-star-ratings .hubhood-stars-output {
                margin-top: 5px;
        }

        .hubhood-highlights-design-3 .hubhood-term-heading-image {
                position: relative;
                left: 50%;
                transform: translate(-50%,0);
        }

        .hubhood-highlights.hubhood-light-card-design .hubhood-term-inner {
                padding-top: 45px;
                padding-bottom: 45px;
        }
}

@media only screen and ( min-width: 521px ) {
        .hubhood-highlights-design-3 .hubhood-term-heading-image.hubhood-feature-media-image-wrapper {
                float: left;
                z-index: 5;
                margin-right: 25px;
                top: 50%;
                transform: translate(0,-50%);
        }

        .hubhood-highlights-design-3 h4,
        .hubhood-highlights-design-3 .hubhood-term-description {
                text-align: left;
        }

        .hubhood-highlights.hubhood-highlights-design-3 .hubhood-term-description {
                padding-right: 0;
                padding-left: 0;
        }

        .hubhood-highlights-design-3 h4 {
                padding-top: 30px;
        }

        .hubhood-highlights-design-3 .hubhood-term-heading-image ~ h4 + .hubhood-term-description {
                padding-bottom: 30px;
        }

        .hubhood-highlights.hubhood-light-card-design.hubhood-highlights-design-3 .hubhood-term-heading-image {
                padding-top: 10px;
                padding-bottom: 10px;
        }
          
        .hubhood-highlights-design-3 .hubhood-terms-wrapper > * {
                -webkit-flex-grow: 1;
                -ms-flex-grow: 1;
                flex-grow: 1;
        }

        .hubhood-highlights.hubhood-light-card-design.hubhood-highlights-design-3 .hubhood-term-inner {
                padding-top: 30px;
                padding-bottom: 30px;
        }

        .hubhood-highlights-design-3 .hubhood-term-heading-image.hubhood-feature-media-icon-wrapper {
                float: left;
                z-index: 5;
                margin-right: 25px;
                padding-top: 32px !important;
        }

        .hubhood-term-counter-wrapper-2 {
                display: none;
        }

        .hubhood-highlights-design-3 .hubhood-term-counter-wrapper-2 {
                display: inline-block;
        }

        .hubhood-term-counter-wrapper-2 {
                position: absolute;
                top: 50%;
                right: 30px;
                transform: translate(0,-50%);
        }

        .hubhood-highlights.hubhood-light-card-design .hubhood-term-counter-wrapper-2 .hubhood-term-inner-counter-automatic {
                display: inline-block;
                margin-bottom: 0;
        }

        .hubhood-highlights.hubhood-light-card-design .hubhood-term-counter-wrapper-2  .hubhood-term-inner-counter-automatic:before {
                font-size: 160px;
                line-height: 160px;
                color: #fff;
                font-weight: 600;
                text-shadow: none;
                box-shadow: none;
                background: transparent;
                width: auto;
                height: auto;
                color: var(--hubhood-color);
                opacity: 0.15;
                text-shadow: -2px -2px 0 #000, -2px -1px 0 #000, -2px 0px 0 #000, -2px 1px 0 #000, -2px 2px 0 #000, -1px -2px 0 #000, -1px -1px 0 #000, -1px 0px 0 #000, -1px 1px 0 #000, -1px 2px 0 #000, 0px -2px 0 #000, 0px -1px 0 #000, 0px 0px 0 #000, 0px 1px 0 #000, 0px 2px 0 #000, 1px -2px 0 #000, 1px -1px 0 #000, 1px 0px 0 #000, 1px 1px 0 #000, 1px 2px 0 #000, 2px -2px 0 #000, 2px -1px 0 #000, 2px 0px 0 #000, 2px 1px 0 #000, 2px 2px 0 #000;
                text-shadow: 4px 4px 12px rgba(0,0,0,0.5);
                text-shadow: -2px -3px 0 #000, -2px -2px 0 #000, -2px -1px 0 #000, -2px 0px 0 #000, -2px 1px 0 #000, -2px 2px 0 #000, -1px -2px 0 #000, -1px -1px 0 #000, -1px 0px 0 #000, -1px 1px 0 #000, -1px 2px 0 #000, 0px -2px 0 #000, 0px -1px 0 #000, 0px 0px 0 #000, 0px 1px 0 #000, 0px 2px 0 #000, 1px -2px 0 #000, 1px -1px 0 #000, 1px 0px 0 #000, 1px 1px 0 #000, 1px 2px 0 #000, 2px -2px 0 #000, 2px -1px 0 #000, 2px 0px 0 #000, 2px 1px 0 #000, 2px 2px 0 #000, 2px 3px 0 #000,6px 6px 10px rgba(0,0,0,1);
                text-shadow: none;
        }
}

@media only screen and ( max-width: 991px ) {
        .hubhood-highlights-design-3 .hubhood-term-content-wrapper {
                width: 100%;
        }
}

@media only screen and ( max-height: 500px ) {
        
        /* Hide hero categories while mobile keyboard is shown */
        .hubhood-is-mobile .hubhood-search-categories {
                display: none !important;
        }
}

@media only screen and ( min-width: 600px ) and ( max-height: 700px ) {
        .hubhood-search-highlight-tip-2 {
                display: none;
        }
}

@media only screen and ( min-width: 600px ) and ( max-height: 660px ) {
        .hubhood-search-highlight-tip {
                display: none;
        }
}

@media only screen and ( max-height: 660px ) {
        .hubhood-card-design-image-block ~ .hubhood-listing-logo-wrapper {
                top: 42px;
        }

        .hubhood-card-design-image-block ~ .hubhood-listing-logo-wrapper .hubhood-listing-logo {
                width: 36px;
                height: 36px;
        }

        .hubhood-card-design-image-block ~ .hubhood-card-content-wrapper .hubhood-card-content-title {
                padding-top: 18px;
                -webkit-line-clamp: 3;
                font-size: 16px;
                max-height: 103px;
                margin-bottom: 18px;
        }
        
        .hubhood-grid-design-image-block {
                height: 455px;
        }
        
        .hubhood-grid-design-image-block article {
                height: 425px;
        }

        .hubhood-sale-price {
                top: 35px;
                font-size: 40px;
        }
}

@media only screen and ( max-width: 500px ) and ( max-height: 660px ) {
        .leaflet-touch .leaflet-bar a {
                float: left;
        }

        .leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
                bottom: -20px !important;
        }
} 

@media only screen and ( max-width: 500px ) and ( max-height: 720px ) {
        .hubhood-hero-pricing .hubhood-hero-pricing-label {
                display: none;
        }

        .hubhood-listing-hero-logo-wrapper .hubhood-hide-listing-title-section {
                top: calc(50% - 17px);
                right: -50px;
        }
} 

@media only screen and ( max-width: 800px ) {
        .hubhood-front-page-hero-section .hubhood-hero-slide .hubhood-hero-slide.col-md-1,
        .hubhood-front-page-hero-section .hubhood-hero-slide .hubhood-hero-slide.col-md-2,
        .hubhood-front-page-hero-section .hubhood-hero-slide .hubhood-hero-slide.col-md-3 {
                width: 33.3333333% !important;
        }
} 

@media only screen and ( max-width: 600px ) {
        .hubhood-front-page-hero-section .hubhood-hero-slide .hubhood-hero-slide.col-md-1,
        .hubhood-front-page-hero-section .hubhood-hero-slide .hubhood-hero-slide.col-md-2,
        .hubhood-front-page-hero-section .hubhood-hero-slide .hubhood-hero-slide.col-md-3 {
                width: 50% !important;
        }

        .variations tr,
        .variations .label,
        .variations td {
                display: block;
                width: 100%;
        }

        .single-product .entry-summary .quantity {
                width: 100%;
                background: rgb(35,40,45);
                border-radius: 4px;
                padding: 20px;
        }

        .single-product .entry-summary .quantity .qty {
                max-width: 9999px;
        }

        .single-product .entry-summary form.cart .variations {
                margin-bottom: 20px !important;
        }

        .single-product .entry-summary .variations td {
                padding-bottom: 10px !important;
        }
}

@media only screen and ( max-width: 580px ) and ( max-height: 920px ) {
        .hubhood-has-front-hero-categories.hubhood-has-hero-listing-types:not(.hubhood-frontpage-header-design-2) .hubhood-front-page-hero-section.hubhood-hero-slider-full-width .hubhood-hero-text-inner>.col-sm-12 {
                padding-top: 40px;
                padding-bottom: 110px;
        }

        .hubhood-has-front-hero-categories.hubhood-has-hero-listing-types:not(.hubhood-frontpage-header-design-2):not(.hubhood-frontpage-header-design-1) .hubhood-front-page-hero-section.hubhood-hero-slider-full-width .hubhood-hero-content-inner {
                padding-top: 0;
                padding-bottom: 140px;
        }
} 

@media (max-width: 350px) and (min-height: 350px) and (max-height: 620px) {
        .hubhood-has-front-hero-categories.hubhood-has-hero-listing-types:not(.hubhood-frontpage-header-design-2) .hubhood-front-page-hero-section.hubhood-hero-slider-full-width .hubhood-hero-text-inner>.col-sm-12,
        .hubhood-has-front-hero-categories.hubhood-has-hero-listing-types .hubhood-front-page-hero-section.hubhood-hero-slider-full-width .hubhood-hero-text-inner>.col-sm-12 {
               padding-top: 50px;
        }

        .admin-bar.hubhood-has-front-hero-categories.hubhood-has-hero-listing-types:not(.hubhood-frontpage-header-design-2) .hubhood-front-page-hero-section.hubhood-hero-slider-full-width .hubhood-hero-text-inner>.col-sm-12,
        .admin-bar.hubhood-has-front-hero-categories.hubhood-has-hero-listing-types .hubhood-front-page-hero-section.hubhood-hero-slider-full-width .hubhood-hero-text-inner>.col-sm-12 {
               padding-top: 12px;
        }

        .hubhood-search-geolocation-button-editor {
                top: 18px;
        }
}

@media ( min-width: 420px ) {
        .hubhood-vendor-block-inner {
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
        
	.hubhood-vendor-block-wrapper a:hover ~ .hubhood-vendor-block-inner {
		-webkit-transform: scale(1.07);
		-moz-transform: scale(1.07);
		-ms-transform: scale(1.07);
		-o-transform: scale(1.07);
		transform: scale(1.07);
	}
}

@media (max-width: 562px) {
        .hubhood-term-cards.hubhood-listing-terms-design-28.hubhood-listing-terms-design-28-b-6 .hubhood-terms-inner > div > div,
        .hubhood-term-cards.hubhood-listing-terms-design-28.hubhood-term-design-x-0 .hubhood-terms-inner > div > div {
                max-width: 215px !important;
        }
}

@media (min-width:992px) and (max-width:1399px) {
        .hubhood-term-cards.hubhood-term-design-x-1-k-b-4 .hubhood-the-term-card-wrapper:nth-child(n+5) .hubhood-term-card {
                margin-top: 0 !important;
        }
}

@media (min-width:768px) and (max-width:991px) {
        .hubhood-term-cards.hubhood-term-design-x-1-k-b-4 .hubhood-the-term-card-wrapper:nth-child(n+4) .hubhood-term-card {
                margin-top: 0 !important;
        }
}

@media (max-width:767px) {
        .hubhood-term-cards.hubhood-term-design-x-1-k-b-4 .hubhood-the-term-card-wrapper:nth-child(even) .hubhood-term-card,
        .hubhood-term-cards.hubhood-term-design-x-1-k-b-5 .hubhood-the-term-card-wrapper:nth-child(even) .hubhood-term-card {
                margin-top: 0 !important;
        }
}

@media (max-width: 400px) {
        .hubhood-term-cards.hubhood-listing-terms-design-28.hubhood-listing-terms-design-28-b-6 .hubhood-terms-inner > div > div,
        .hubhood-term-cards.hubhood-listing-terms-design-28.hubhood-term-design-x-0 .hubhood-terms-inner > div > div {
                max-width: 175px !important;
                margin-left: 15px;
                margin-right: 15px;
        }

        .hubhood-call-to-action-two-columns-separated.hubhood-call-to-action-design-3.hubhood-call-to-action-design-3-double-border .col-lg-6 + .col-lg-6 .hubhood-call-to-action-inner-border,
        .hubhood-call-to-action-two-columns-separated.hubhood-call-to-action-design-3.hubhood-call-to-action-design-3-double-border.hubhood-no-two-columns .hubhood-call-to-action-inner-border,
        .hubhood-call-to-action-two-columns-separated.hubhood-call-to-action-design-3.hubhood-call-to-action-design-3-double-border.hubhood-no-two-columns .col-sm-12 .hubhood-call-to-action-inner-border {
                top: 8px;
                left: 8px;
                width: calc(100% - 16px);
                height: calc(100% - 16px);
        }

        .hubhood-call-to-action-two-columns-separated.hubhood-call-to-action-design-3.hubhood-call-to-action-design-3-bordered.hubhood-call-to-action-design-3-double-border.hubhood-call-to-action-design-3-double-outside .col-lg-6 + .col-lg-6 .hubhood-call-to-action-inner-border,
        .hubhood-call-to-action-two-columns-separated.hubhood-call-to-action-design-3.hubhood-call-to-action-design-3-bordered.hubhood-call-to-action-design-3-double-border.hubhood-call-to-action-design-3-double-outside-both .col-lg-6 .hubhood-call-to-action-inner-border,
        .hubhood-call-to-action-two-columns-separated.hubhood-call-to-action-design-3.hubhood-call-to-action-design-3-bordered.hubhood-call-to-action-design-3-double-border.hubhood-no-two-columns.hubhood-call-to-action-design-3-double-outside .hubhood-call-to-action-inner-border,
        .hubhood-call-to-action-two-columns-separated.hubhood-call-to-action-design-3.hubhood-call-to-action-design-3-bordered.hubhood-call-to-action-design-3-double-border.hubhood-call-to-action-design-3-double-outside.hubhood-no-two-columns .col-sm-12 .hubhood-call-to-action-inner-border,
        .hubhood-call-to-action-two-columns-separated.hubhood-call-to-action-design-3.hubhood-call-to-action-design-3-bordered.hubhood-call-to-action-design-3-double-border.hubhood-call-to-action-design-3-double-outside-both.hubhood-no-two-columns .col-sm-12 .hubhood-call-to-action-inner-border,
        .hubhood-call-to-action-two-columns-separated.hubhood-call-to-action-design-3.hubhood-call-to-action-design-3-bordered.hubhood-call-to-action-design-3-double-outside.hubhood-call-to-action-design-3-double-outside-both.hubhood-call-to-action-use-bordered-secondary.hubhood-no-two-columns .col-sm-12 .hubhood-call-to-action-inner-border {
                top: 8px;
                left: 8px;
        }
}

@media only screen and ( max-width: 310px ) {
        .hubhood-features-widget .hubhood-listing-card-icon {
                display: none !important;
        }

        .hubhood-features-widget .hubhood-hero-category-label {
                padding-left: 0 !important;
        }

        .hubhood-iconized-list-widget .hubhood-iconized-list-widget-available .hubhood-hero-category {
                background-color: rgba(33,149, 63, 0.06);
                border-radius: 15px;
        }

        .hubhood-iconized-list-widget .hubhood-iconized-list-widget-general .hubhood-hero-category {
                background-color: rgba(22,125,231, 0.06);
                border-radius: 15px;
        }

        .hubhood-iconized-list-widget .hubhood-iconized-list-widget-unavailable .hubhood-hero-category {
                background-color: rgba(205,57, 57, 0.06);
                border-radius: 15px;
        }
}

/*******************************************************************************
39 - Not Found / 404
*******************************************************************************/

.hubhood-not-found-icon {
        font-size: 32px;
}

.hubhood-not-found .hubhood-not-found-icon-wrapper {
        display: block;
}

.hubhood-not-found-icon-wrapper {
        display: none;
}

.hubhood-not-found-buttons a {
        margin: 20px 13px 0 13px;
}  

.error404 .hubhood-results-wrapper {
        display: none;
}

.error404 .hubhood-not-found-buttons {
        margin-bottom: 45px;
}

[data-listing-grid-view="hubhood-grid-only-cards"] .hubhood-not-found-buttons {
        display: block;
        margin-bottom: 45px;
}

[data-listing-grid-view="hubhood-grid-only-cards"] .hubhood-search-results-count-wrapper.hubhood-not-found .hubhood-grid-filters-wrapper {
        left: 50%;
        margin-left: -215px;      
}

[data-listing-grid-view="hubhood-grid-only-cards"] .hubhood-search-results-count-wrapper.hubhood-not-found .hubhood-grid-filters {
        top: -22px;
        box-shadow: 0 0 20px rgb(0 0 0 / 5%);
}

[data-listing-grid-view="hubhood-grid-only-cards"] .hubhood-not-found-content-wrapper {
        padding-top: 50px;
}

/*******************************************************************************
40 - Print
*******************************************************************************/

@media print {

        /* Hide elements */

        form,
        button,
        input,
        select,
        textarea,
        .navigation-top,
        .content-bottom-widgets,
        .hubhood-hero-header,
        .header-image,
        .panel-image-prop,
        .icon-thumb-tack,
        .hubhood-page-links,
        .edit-link,
        .post-navigation,
        .pagination.navigation,
        .comments-pagination,
        .comment-respond,
        .comment-edit-link,
        .comment-reply-link,
        .comment-metadata .edit-link,
        .pingback .edit-link,
        .site-info,
        #secondary,
        .hubhood-footer-widgets {
                display: none !important; /* Brute force to avoid print irrelevant contents. */
        }

        .entry-footer,
        #comments,
        .hubhood-site-footer,
        .hubhood-single-featured-image-header {
                border: 0;
        }

        /* Font sizes */

        body {
                font-size: 12pt;
        }

        h1 {
                font-size: 24pt;
        }

        h2 {
                font-size: 22pt;
        }

        h3 {
                font-size: 17pt;
        }

        h4 {
                font-size: 12pt;
        }

        h5 {
                font-size: 11pt;
        }

        h6 {
                font-size: 12pt;
        }

        .page .panel-content .entry-title,
        .hubhood-page-title {
                font-size: 10pt;
        }

        /* Colors */

        body,
        .site {
                background: none !important; /* Brute force since user agents all print differently. */
        }

        body,
        a {
                color: #252525 !important; /* Make sure color schemes don't affect to print */
        }

        h2,
        h5,
        blockquote,
        .site-description
        .entry-meta,
        .entry-meta a {
                color: #252525 !important; /* Make sure color schemes don't affect to print */
        }
}