h1, h2, h3, h4, h5, h6, .theme-heading, .widget-title, .oceanwp-widget-recent-posts-title, .comment-reply-title, .entry-title, .sidebar-box .widget-title {
    color: var(--dark-color);
}

a:focus {
    outline-color: #252525
}

.slick-slide {
    height: auto
}

.single-post .entry-content ol, .single-post .entry-content ul {
    padding-right: 30px
}

.single-post .entry-content a:not([href^="#"]) {
    text-decoration: underline;
    color: var(--main-color);
}

.single-post .entry-content a:hover {
    color: #252525;
    text-decoration: underline
}

.single-post .entry-content .anchor {
    padding-top: 45px;
    margin-top: -45px
}

#search-results-loop .space-loop-item .space-id {
    position: absolute;
    z-index: 10;
    bottom: 10px;
    right: 10px;
    font-size: 14px;
    background: rgba(0, 0, 0, .5);
    padding: 0 5px;
    border-radius: 2px;
    line-height: 18px;
    font-size: 10px;
    color: #fff;
    font-weight: 500
}

#site-logo #site-logo-inner a:hover img {
    -moz-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1
}

#site-navigation-wrap .dropdown-menu > li > a .nav-arrow {
    font-weight: 400;
    font-size: .75em;
    vertical-align: middle;
    margin-top: -2px;
    padding-right: 3px
}

#site-navigation-wrap .dropdown-menu > li > a .nav-arrow:before {
    vertical-align: middle
}

#site-logo {
    float: right
}

#site-logo #site-logo-inner {
    height: auto
}

#site-navigation .join-button > a.menu-link {
    line-height: 35px;
    margin: 10px 15px;
    border-radius: 50px;
    padding: 0 25px
}

#site-navigation .sub-menu {
    border: 0;
    background: 0 0;
    border-radius: 3px;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, .1);
    margin-right: 5px
}

#site-navigation .sub-menu-medium .sub-menu {
    min-width: 210px
}

#site-navigation .sub-menu > .menu-item {
    background: #fff
}

#site-navigation .sub-menu > .menu-item:first-child {
    border-radius: 3px 3px 0 0
}

#site-navigation .sub-menu > .menu-item:last-child {
    border-radius: 0 0 3px 3px
}

#site-navigation .sub-menu > .menu-item > a {
    font-size: 14px;
    letter-spacing: 0;
    padding: 7.5px 10px;
    line-height: 1.2
}

#site-navigation .sub-menu > .menu-item > a:hover {
    background: 0 0;
    text-decoration: underline;
    color: var(--main-color);
}

#home-header {
    position: relative
}

#home-header-gallery {
    overflow: hidden
}

#home-header-gallery, #home-header-gallery .slider-item {
    position: relative;
    height: 600px
}

#home-header-gallery-slider {
    margin: 0
}

#home-header-gallery-slider .slider-item .slider-image:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: rgba(0, 0, 0, .5)
}

#home-header-gallery-slider .slider-item {
    overflow: hidden
}

#home-header-gallery-slider .slider-item .slider-image {
    position: relative;
    width: 100%;
    height: 100%
}

#home-header-gallery-slider .slider-item .slider-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}

#home-header-gallery-slider .slider-item .slider-content {
    position: absolute;
    bottom: 50px;
    width: 100%;
    display: block;
    right: 0;
    z-index: 5;
    height: auto;
    text-align: center
}

#home-header-gallery-slider .slider-item .slider-content .content {
    max-width: 600px;
    margin: 0 auto
}

#home-header-gallery-slider .slider-item .slider-content .title {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    text-decoration: underline
}

#home-header-gallery-slider .slider-item .slider-content .sub-title {
    color: #fff;
    font-size: 16px
}

#home-header-gallery .slick-arrow {
    left: 50%;
    right: auto;
    top: auto;
    bottom: 55px
}

#home-header-gallery .slick-arrow.slick-prev {
    transform: translateX(300px)
}

#home-header-gallery .slick-arrow.slick-next {
    transform: translateX(-300px);
    right: 50%;
    left: auto
}

#home-header-gallery .slick-arrow:before {
    color: #fff;
    opacity: 1;
    text-shadow: 0 0 3px rgba(0, 0, 0, .4)
}

#home-header-content {
    position: absolute;
    top: 50%;
    right: 0;
    width: 100%;
    display: flex;
    align-items: center;
    z-index: 5;
    transform: translateY(-50%)
}

#home-header-content-inner {
    text-align: center;
    color: #fff
}

#home-header-content-inner h1 {
    color: #fff;
    font-size: 42px;
    font-weight: 300;
    margin: 0;
    line-height: 1
}

#home-header-content-inner h1 span {
    font-weight: 700;
    position: relative
}

#home-header-content-inner h1 span:after {
    content: '';
    height: 3px;
    background: var(--main-color);
    width: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
}

#home-header-content-inner p {
    color: #fff;
    font-size: 16px;
    margin: 5px 0
}

#home-header-content-inner p span:after {
    content: '.'
}

#home-locations {
    padding: 30px 0
}

#home-locations-slider {
    margin: 0 -5px
}

#home-locations-slider .slider-item {
    float: right;
    width: 20%;
    padding: 0 5px;
    margin-bottom: 10px;
    -webkit-transform: translate3d(0, 0, 0)
}

#home-locations-slider .slider-item a {
    display: block;
    position: relative;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-border-radius: 3px;
    overflow: hidden;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, .15)
}

#home-locations-slider .slider-item a:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 5px;
    background: var(--main-color);
    transition: all .25s
}

#home-locations-slider .slider-item a:hover:after {
    width: 100%
}

#home-locations-slider .slider-item .thumbnail {
    height: 390px;
    overflow: hidden;
    background: #e0e0e0
}

#home-locations-slider .slider-item .thumbnail img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: all .4s cubic-bezier(.45, .05, .55, .95);
    vertical-align: top
}

#home-locations-slider .slider-item .content {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    padding: 50px 15px 25px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .8) 100%)
}

#home-locations-slider .slider-item .content h2 {
    margin: 0;
    color: #fff;
    font-size: 26px;
    font-weight: 500;
    line-height: 1
}

#home-locations-slider .slider-item .content > span {
    color: #fff;
    font-size: 14px
}

#home-locations-slider .slider-item a:hover .thumbnail img {
    transform: scale(1.05)
}

.spaces-loop {
    margin: 0 -5px
}

.space-loop-item {
    padding: 0 5px;
    width: 25%;
    float: right
}

.space-loop-item > .space-item {
    position: relative
}

.spaces-loop:not(.slick-initialized) .space-loop-item {
    margin-bottom: 10px
}

.spaces-loop:not(.slick-initialized) .space-loop-item:nth-child(4n+1) {
    clear: right
}

.space-loop-item .image {
    position: relative
}

.space-loop-item .image-inner {
    position: relative;
    padding-top: 68.5%;
    overflow: hidden;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.space-loop-item .image-inner > a {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 3
}

.space-loop-item .thumbnail:before {
    content: '';
    width: 0;
    position: absolute;
    top: 0;
    right: 0;
    height: 5px;
    background: var(--main-color);
    z-index: 2;
    transition: all .25s
}

.space-loop-item:hover .thumbnail:before {
    width: 100%
}

.space-loop-item .thumbnail {
    position: relative;
    background: #e0e0e0
}

.space-loop-item .thumbnail-gallery .thumbnail {
    padding-top: 68.5%
}

.space-loop-item .thumbnail-logo {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    display: flex;
    align-items: center
}

.space-loop-item .thumbnail-logo img {
    max-height: 50%;
    width: auto;
    margin: 0 auto
}

.space-loop-item .thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1
}

.space-loop-item .thumbnail-gallery, .space-loop-item .no-thumbnail {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin: 0
}

.space-loop-item .thumbnail-gallery .thumbnail-item {
    margin: 0;
    float: right;
    position: relative;
    width: 100%
}

.space-loop-item .thumbnail-gallery .slick-arrow {
    top: 50%;
    opacity: 0
}

.space-loop-item:hover .thumbnail-gallery .slick-arrow {
    opacity: 1
}

.space-loop-item .thumbnail-gallery .slick-arrow:before {
    font-size: 16px;
    color: #fff;
    opacity: 1;
    text-shadow: 0 0 2px rgba(0, 0, 0, .7)
}

.space-loop-item .thumbnail-gallery .slick-arrow.slick-prev {
    right: 0
}

.space-loop-item .thumbnail-gallery .slick-arrow.slick-next {
    left: 0
}

.space-loop-item .thumbnail-gallery .slick-dots {
    bottom: 8px;
    opacity: 0;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    z-index: 10
}

.space-loop-item:hover .thumbnail-gallery:not([data-count="1"]):not([data-count="0"]) .slick-dots {
    opacity: 1
}

.space-loop-item .thumbnail-gallery .slick-dots > li {
    width: 6px;
    height: 6px;
    background: rgba(255, 255, 255, .5);
    border-radius: 50px;
    margin: 0 3px;
    transition: all .2s;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, .3)
}

.space-loop-item .thumbnail-gallery .slick-dots > li.slick-active {
    background: #fff
}

.space-loop-item .thumbnail-gallery .slick-dots > li button {
    width: 100%;
    height: 100%;
    padding: 0
}

.space-loop-item .thumbnail-gallery .slick-dots > li button:before {
    width: 100%;
    height: 100%;
    display: none
}

.space-loop-item .content {
    padding: 10px 0;
    font-size: 14px
}

.space-loop-item .content .title {
    clear: both
}

.space-loop-item .content .title .space-title {
    margin: 0;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 500
}

.space-loop-item:hover .content .title .space-title {
    text-decoration: underline
}

.space-loop-item .content .address {
    font-weight: 300
}

.space-loop-item .content .address:before {
    content: '\f3c5';
    font-family: var(--fontawesome);
    font-weight: 300;
    margin-left: 5px;
    color: #9e9e9e
}

.space-loop-item .logo {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px;
    margin: 8px;
    border-radius: 3px;
    overflow: hidden;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, .5);
    z-index: 5;
    background: #fff
}

.space-loop-item .logo .logo-inner {
    padding-top: 100%;
    position: relative
}

.space-loop-item .logo img {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center
}

.space-loop-item .verified {
    float: right;
    font-size: 14px;
    z-index: 2;
    margin-right: 5px;
    font-weight: 300
}

.space-loop-item .verified.yes:before {
    font-weight: 700;
    color: var(--main-color);
}

.space-loop-item .verified:before {
    content: '\f058';
    font-family: var(--fontawesome);
    line-height: 20px;
    float: right;
    margin-left: 4px;
    font-size: 16px;
    font-weight: 400
}

.space-loop-item .verified.no:before {
    color: #cecece
}

.space-loop-item .verified span {
    line-height: 20px;
    float: right
}

.space-loop-item .distance {
    float: left;
    font-size: 14px;
    z-index: 2;
    margin-right: 5px;
    font-weight: 300;
    line-height: 20px;
    padding: 0 8px;
    border-radius: 3px;
    color: #fff;
    background: var(--main-color);
    font-weight: 400;
    font-size: 13px
}

.space-loop-item .rating-stars {
    float: right
}

.slider-arrows-skin-1 .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0;
    width: 50px;
    height: 50px;
    background: 0 0;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
    z-index: 10
}

.home-spaces-slider.slider-arrows-skin-1 .slick-arrow {
    top: calc(235px / 2)
}

.slider-arrows-skin-1 .slick-arrow.slick-disabled {
    opacity: 0
}

.slider-arrows-skin-1 .slick-arrow.slick-prev {
    right: -50px
}

.slider-arrows-skin-1 .slick-arrow.slick-next {
    left: -50px
}

.slider-arrows-skin-1 .slick-arrow:before {
    content: '';
    font-family: var(--fontawesome);
    font-size: 24px;
    color: #242424;
    font-weight: 900;
    opacity: .25;
    transition: all .3s
}

.slider-arrows-skin-1 .slick-arrow.slick-prev:before {
    content: '\f054'
}

.slider-arrows-skin-1 .slick-arrow.slick-next:before {
    content: '\f053'
}

.slider-arrows-skin-1 .slick-arrow:hover:before {
    opacity: 1
}

.space-rank {
    margin-top: 10px
}

.space-rank .stars {
    float: right
}

.rating-stars ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
    vertical-align: top;
    float: right;
    clear: both
}

.rating-stars ul li {
    float: right;
    width: 25px;
    height: 4px;
    background: #ffffff6b;
    margin-left: 2px;
    overflow: hidden;
    position: relative
}

.rating-stars ul li:first-child {
    border-radius: 0 50px 50px 0
}

.rating-stars ul li:last-child {
    border-radius: 50px 0 0 50px
}

.space-rank .total {
    line-height: 1;
    margin-right: 5px;
    float: right;
    font-weight: 400;
    font-size: 14px;
    margin-top: -4px;
    color: #fff;
    white-space: nowrap
}

.space-rank .total > span {
    font-weight: 600;
    font-size: 1.2em
}

.space-rank .based-on {
    font-size: 12px;
    text-align: right;
    line-height: 1;
    font-weight: 400;
    color: #fff;
    letter-spacing: 0
}

.space-rank span.based-on {
    font-size: 12px;
    color: #fff;
    font-weight: 300;
    display: inline-block
}

.space-rank span.based-on:before {
    content: '('
}

.space-rank span.based-on:after {
    content: ')'
}

.space-rank .stars ul {
    margin: 0
}

.rating-stars ul:before, .rating-stars ul:after {
    display: table;
    content: " ";
    clear: both
}

.rating-stars ul li {
    width: auto;
    height: auto;
    background: 0 0;
    margin-left: 4px;
    font-size: 12px;
    line-height: 1.3
}

.rating-stars ul li:before, .rating-stars ul li span:after {
    font-family: var(--fontawesome);
    font-weight: 900;
    content: '\f005'
}

.rating-stars ul li:before {
    color: #cecece;
    vertical-align: top
}

.rating-stars ul li span {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    overflow: hidden;
    direction: ltr;
    white-space: nowrap
}

.rating-stars ul li span:after {
    position: absolute;
    right: 0;
    top: 0
}

.rating-stars ul li span:after {
    color: var(--main-color);
}

#brands-logos {
    text-align: center;
    padding: 25px 0;
    border-bottom: 1px solid #f3f3f3;
}

#brands-logos a {
    padding: 0 15px;
}

#brands-logos a:first-child {
    margin-right: auto
}

#brands-logos a:last-child {
    margin-left: auto
}

#brands-logos a img {
    max-height: 40px;
    width: auto;
    max-width: 115px;
    filter: grayscale(1);
    opacity: .33;
    transition: all .3s ease-out
}

#brands-logos a:hover img {
    opacity: 1;
    filter: grayscale(0)
}

#brands-logos .container {
    display: flex;
    align-items: center;
    max-width: 100%;
    width: 100%
}

.home-spaces-inner > .link {
    text-align: left;
    clear: both
}

.home-spaces-inner > .link a {
    display: inline-block;
    vertical-align: top;
    border: 1px solid #7d7d7d;
    border-radius: 3px;
    line-height: 34px;
    padding: 0 15px;
    color: #242424
}

.home-spaces-inner > .link a:after {
    margin-right: 10px;
    font-family: var(--fontawesome);
    font-size: 12px;
    color: var(--main-color);
    font-weight: 900;
    transition: all .3s;
    content: '\f053';
    vertical-align: middle
}

.home-spaces-inner > .link a:hover {
    background: #f9f9f9;
    border-color: #242424
}

#last-blog-posts .last-blog-posts-loop {
    margin: 0 -10px
}

#last-blog-posts .blog-post-loop-item {
    width: 25%;
    float: right;
    padding: 0 10px;
    margin-bottom: 20px
}

#last-blog-posts .blog-post-loop-item a:hover {
    text-decoration: underline
}

#last-blog-posts .blog-post-loop-item:nth-child(1), #last-blog-posts .blog-post-loop-item:nth-child(2), #last-blog-posts .blog-post-loop-item:nth-child(3) {
    width: 33.3333%
}

#last-blog-posts .blog-post-loop-item .thumbnail {
    position: relative;
    padding-top: 62.5%;
    border-radius: 3px;
    overflow: hidden;
    background: #e0e0e0
}

#last-blog-posts .blog-post-loop-item .thumbnail img {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}

#last-blog-posts .blog-post-loop-item .content {
    padding: 10px 0;
    position: relative
}

#last-blog-posts .blog-post-loop-item h2 {
    margin: 0;
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 500
}

#last-blog-posts .blog-post-loop-item .excerpt {
    line-height: 1.4
}

#last-blog-posts .blog-post-loop-item .meta {
    font-size: 14px;
    margin-top: 10px;
    font-weight: 300
}

#last-blog-posts .blog-post-loop-item .meta:before, #last-blog-posts .blog-post-loop-item .meta:after {
    content: " ";
    display: block;
    clear: both
}

#last-blog-posts .blog-post-loop-item .meta span {
    float: right
}

#last-blog-posts .blog-post-loop-item .meta .author-name strong {
    font-weight: 300;
    text-decoration: underline
}

#last-blog-posts .blog-post-loop-item .meta .post-date {
    margin-right: 5px
}

#last-blog-posts .blog-post-loop-item .meta .post-date:before {
    font-family: 'simple-line-icons';
    content: "\e081";
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    margin-top: -1px;
    margin-left: 4px
}

#last-blog-posts .blog-post-loop-item .category {
    position: absolute;
    bottom: 100%;
    margin: 10px
}

#last-blog-posts .blog-post-loop-item .category a {
    background: var(--main-color);
    color: #fff;
    display: block;
    line-height: 22px;
    font-size: 14px;
    padding: 0 8px;
    border-radius: 3px;
    text-decoration: none
}

#search-results-loop .space-loop-item {
    width: 100%;
    clear: both;
    margin: 0
}

#search-results-loop .space-loop-item:not(:last-child) {
    margin-bottom: 15px
}

#search-results-loop .space-loop-item article {
    display: flex;
    border-radius: 3px;
    padding: 5px;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, .4);
    background: #fff;
    position: relative
}

#search-results-loop .space-loop-item .image {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 370px
}

#search-results-loop .space-loop-item .content {
    padding: 10px;
    flex-grow: 1
}

#search-results-loop .space-loop-item .content .title {
    margin-bottom: 10px
}

#search-results-loop .space-loop-item .content .title .headline-title {
    font-size: 28px;
    line-height: 1.2;
    font-weight: 500;
    margin: 0
}

#search-results-loop .space-loop-item:hover .content .title .headline-title {
    text-decoration: underline
}

#search-results-loop .space-loop-item .content .title .headline-title:not([data-label=""]):after {
    content: attr(data-label);
    font-size: 14px;
    vertical-align: middle;
    margin-right: 10px;
    background: var(--main-color);
    color: #fff;
    line-height: 20px;
    display: inline-block;
    padding: 0 8px;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    background: #9af9d2;
    color: #242423
}

#search-results-loop .space-loop-item .content .title .headline-sub-title {
    font-weight: 300;
    font-size: 20px;
    line-height: 1.2;
    margin: 0
}

#search-results-loop .space-loop-item .logo {
    width: 70px
}

#search-results-loop .space-loop-item .address {
    line-height: 20px
}

#search-results-loop .space-loop-item .address:before {
    width: 32px;
    float: right;
    margin-left: 10px;
    text-align: center;
    font-weight: 300;
    font-size: 18px
}

#search-results-loop .space-loop-item .excerpt {
    line-height: 1.5
}

#search-results-loop .space-loop-item .address, #search-results-loop .space-loop-item .excerpt, #search-results-loop .space-loop-item .space-rank {
    border-top: 1px solid #ebeced;
    padding: 10px
}

#search-results-loop .space-loop-item .address:hover, #search-results-loop .space-loop-item .excerpt:hover, #search-results-loop .space-loop-item .space-rank:hover {
    background-color: #ebeced
}

#search-results-loop .space-loop-item .space-rank {
    margin: 0;
    line-height: 20px
}

#search-results-loop .space-loop-item .space-rank:before, #search-results-loop .space-loop-item .space-rank:after {
    clear: both;
    display: table;
    content: ' '
}

#search-results-loop .space-loop-item .space-rank .rank-value {
    width: 32px;
    float: right;
    text-align: center;
    line-height: 20px;
    color: #fff;
    border-radius: 50px;
    margin-left: 10px;
    font-size: 12px;
    font-weight: 500
}

#search-results-loop .space-loop-item .space-rank .rank-title {
    font-weight: 500;
    float: right;
    margin-left: 10px
}

#search-results-loop .space-loop-item .space-rank .rank-reviews {
    font-weight: 300
}

.space-rank[data-rank-group="4.5"] .rank-value {
    background: #33620c
}

.space-rank[data-rank-group="4"] .rank-value {
    background: #458414
}

.space-rank[data-rank-group="3.5"] .rank-value {
    background: #73a246
}

.space-rank[data-rank-group="3"] .rank-value {
    background: #f28f24
}

.space-rank[data-rank-group="0"] .rank-value {
    background: #c74b36
}

#search-results-loop .space-loop-item .pricing {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 250px;
    align-items: center;
    display: flex;
    border-right: 1px solid #ebeced;
    line-height: 1.2;
    padding-right: 5px
}

#search-results-loop .space-loop-item .pricing-inner {
    width: 100%;
    text-align: center;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    height: 100%
}

#search-results-loop .space-loop-item .pricing .price {
    margin-top: 10px
}

#search-results-loop .space-loop-item .pricing .price .price-from {
    display: block;
    font-size: 13px;
    font-weight: 300;
    line-height: 1;
    margin-bottom: 5px;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 0
}

#search-results-loop .space-loop-item .pricing .price .price-rent-period {
    display: block;
    line-height: 1;
    font-size: 13px;
    display: inline-block
}

#search-results-loop .space-loop-item .pricing .price > var {
    font-size: 26px;
    font-weight: 500;
    line-height: 1
}

#search-results-loop .space-loop-item .pricing .price var abbr {
    text-decoration: none;
    border: 0
}

#search-results-loop .space-loop-item .pricing .price > var abbr {
    margin-right: -4px;
    font-size: 13px
}

#search-results-loop .space-loop-item .pricing .price .price-unknown {
    font-style: italic;
    font-size: 13px
}

#search-results-loop .space-loop-item .pricing .price .regular-price {
    font-size: 13px
}

#search-results-loop .space-loop-item .pricing .price .regular-price var {
    text-decoration: line-through;
    color: var(--main-color);
}

#search-results-loop .space-loop-item .call {
    order: 3;
    padding: 0 10px 10px
}

#search-results-loop .space-loop-item .call a {
    line-height: 30px;
    display: block;
    padding: 0 10px;
    color: #242424;
    font-weight: 500;
    font-size: 16px;
    color: #242424
}

#search-results-loop .space-loop-item .call a:before {
    content: '\f879';
    font-family: var(--fontawesome);
    font-weight: 800;
    font-size: 16px;
    margin-right: 5px
}

#search-results-loop .space-loop-item .offer {
    order: 2;
    margin-top: auto;
    flex-grow: 1;
    flex-shrink: 1;
    display: flex;
    align-items: center;
    margin: 10px;
    margin-bottom: 0;
    border-radius: 3px 3px 0 0;
    border: 1px solid #7b7b7b;
    border-bottom: 0
}

#search-results-loop .space-loop-item:hover .offer {
    background: #f5f5f5
}

#search-results-loop .space-loop-item .offer-inner {
    flex-grow: 1
}

#search-results-loop .space-loop-item .contact {
    order: 2;
    padding: 0 10px 10px
}

#search-results-loop .space-loop-item .contact a {
    line-height: 40px;
    display: block;
    padding: 0 10px;
    font-weight: 500;
    background: #428500;
    border-radius: 3px;
    border-radius: 0 0 3px 3px;
    font-size: 18px;
    color: #fff
}

#search-results-loop .space-loop-item .contact a:hover {
    background: #4ca600
}

#search-results-loop .space-loop-item .contact a:before {
    content: '\f4a6';
    font-family: var(--fontawesome);
    font-weight: 400;
    font-size: 18px;
    margin-left: 6px
}

#search-results-loop .space-loop-item .contact a:hover:before {
    font-weight: 700
}

#search-results-loop .space-loop-item .info {
    order: 3;
    margin-bottom: 10px;
    margin-top: -5px
}

#search-results-loop .space-loop-item .info {
    order: 3;
    margin-bottom: 10px;
    margin-top: -5px
}

#search-results-loop .space-loop-item .info a {
    border: 1px solid #242424;
    border-radius: 3px;
    line-height: 28px;
    display: inline-block;
    vertical-align: top;
    padding: 0 20px 0 15px;
    letter-spacing: -.5px
}

#search-results-loop .space-loop-item .info a:hover {
    background: #242424;
    color: #fff
}

#search-results-loop .space-loop-item .info a:after {
    content: '\f177';
    font-family: var(--fontawesome);
    font-weight: 300;
    font-size: 18px;
    margin-right: 10px;
    vertical-align: middle
}

.space-loop-item .rating-stars ul li {
    line-height: 20px
}

#site-header-sticky-wrapper.is-sticky #site-header {
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, .1);
    box-shadow: 0px 1px 1px rgba(0, 0, 0, .1)
}

#site-navigation .join-button > a.menu-link {
    background: var(--main-color);
    color: #fff !important
}

#site-navigation .join-button > a.menu-link:hover {
    color: #fff !important;
    background-color: #242424
}

.home-spaces {
    padding: 25px 0
}

.headline-icon .heading-title {
    position: relative;
    font-size: 38px;
    font-weight: 300;
    line-height: 1
}

.headline-icon.elementor-widget-heading .elementor-heading-title, .headline-icon .heading-title {
    padding-bottom: 10px
}

.headline-icon .elementor-heading-title:before, .headline-icon .heading-title:before {
    content: '';
    width: 55px;
    height: 3px;
    background: var(--main-color);
    position: absolute;
    right: 0;
    bottom: 0
}

body.page-search-results #content {
    background: #f5f5f5
}

.page-search-results #last-blog-posts {
    padding: 15px 0 30px
}

.page-search-results #last-blog-posts .heading-title {
    margin: 0 0 15px;
    font-size: 32px;
    font-weight: 500;
    position: relative
}

.page-search-results #last-blog-posts .blog-post-loop-item {
    width: 25%
}

#search-results-loop-container {
    padding: 15px 0
}

#search-results-loop-container .results-info {
    margin-bottom: 15px;
    display: flex;
    align-items: center
}

#search-results-loop-container .results-info .results-count {
    margin-left: auto;
}

#search-results-loop-container .results-info .results-count .heading-title {
    margin: 0;
    font-size: 25px;
    font-weight: 400;
}

#search-results-loop-container .results-info .results-map {
    margin-left: 15px;
}

#search-results-loop-container .results-info .results-sort {
}

#search-results-loop-container .results-info button {
    margin: 0;
    padding: 0 10px;
    border: 0;
    background: #fff;
    border-radius: 3px;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, .3);
    line-height: 32px;
    font-size: 14px;
    position: relative;
    border: 1px solid transparent;
}

#search-results-loop-container .results-info button.disabled {
    opacity: .5;
    cursor: auto;
}

#search-results-loop-container .results-info button span.value {
    font-weight: 700;
}

#search-results-loop-container .results-info button span.value:after {
    content: '\f0d7';
    font-family: var(--fontawesome);
    margin-right: 8px;
    vertical-align: middle;
    display: inline-block;
    margin-bottom: -2px;
    font-weight: 700;
}

#search-results-loop-container .results-info #results-map-button:before {
    content: '\f5a0';
    font-family: var(--fontawesome);
    margin-left: 2px;
    vertical-align: middle;
    display: inline-block;
    margin-bottom: 0px;
    font-weight: 500;
    font-size: 18px;
}

#search-results-loop-container .results-info button.active {
    display: block;
}

#search-results-loop-container .results-info button .list {
    position: absolute;
    z-index: 5;
    left: -1px;
    width: calc(100% + 2px);
    background: #fff;
    box-shadow: 0px 8px 10px rgba(0, 0, 0, .2);
    display: none;
    border: 1px solid #242423;
    border-radius: 0 0 3px 3px;
    border-top-color: #e5e5e5;
}

#search-results-loop-container .results-info button.active .list {
    display: block;
}

#search-results-loop-container .results-info button .list ul {
    list-style: none;
    margin: 0;
    padding: 0 10px;
}

#search-results-loop-container .results-info button .list ul > li {
    text-align: right;
}

#search-results-loop-container .results-info button .list ul > li a {
    display: block;
}

#search-results-loop-container .results-info button .list ul > li:hover a {
    text-decoration: underline;
}

#search-results-loop-container .results-info button:not(.disabled):hover,
#search-results-loop-container .results-info button.active {
    border-color: #242423;
}

#search-results-loop-container .results-info button .list ul > li a:hover {
    color: var(--main-color);
}

#search-results-loop-container .results-info button .list ul > li:not(:last-child) {
    border-bottom: 1px solid #e5e5e5;
}

#search-results-loop-container .results-info button.active {
    border-radius: 3px 3px 0 0;
}

.page-search-results .page-header {
    background-color: #fff;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, .1);
    padding: 0;

}

.page-search-results .page-header .page-title {
    padding: 0;
}

.page-search-results .page-header-title {
    font-size: 32px;
    font-weight: 500;
    float: right;
    position: relative;
}

.page-search-results .page-header-title:after {
    content: '';
    width: 100%;
    position: absolute;
    right: 0;
    bottom: 0px;
    height: 3px;
    background: var(--main-color);
    z-index: 10;
    display: inline-block;
    visibility: visible;
}

.page-search-results .page-header .filters {
    clear: both;
    border-top: 1px solid #eaeaea;
}

.page-search-results .page-header .filters:before,
.page-search-results .page-header .filters:after {
    content: '';
    display: table;
    clear: both;
}

.page-search-results .page-header .filters-inner > ul {
    display: flex;
    list-style: none;
    margin: 0 0px;
    padding: 5px 0;
}

.page-search-results .page-header .filters-inner > ul > li {
    margin-left: 10px;
    position: relative;
}

.page-search-results .page-header .filters-inner > ul > li button {
    margin: 0 0px;
    padding: 0 10px 0 3px;
    border: 0;
    background: transparent;
    font-size: 16px;
    border: 1px solid #ddd;
    border-radius: 3px;
    line-height: 25px;
}

.page-search-results .page-header .filters-inner > ul > li.selected button {
    font-weight: 700;
}

.page-search-results .page-header .filters-inner > ul > li button:after {
    content: '\f0d7';
    font-family: var(--fontawesome);
    margin-right: 4px;
    vertical-align: middle;
    display: inline-block;
    margin-bottom: 0px;
    font-weight: 700;
    font-size: 12px;
    width: 20px;
    line-height: 20px;
    background: #eaeaea;
    border-radius: 2px;
    margin-top: -2.5px;
    background: transparent;
    margin-right: 2px;
}

.page-search-results .page-header .filters-inner > ul > li button:hover,
.page-search-results .page-header .filters-inner > ul > li.selected button {
    background: #f7f7f7;
    border-color: #323232;
}

.page-search-results .page-header .filters-inner > ul > li button.has-icon:before {
    content: '\f0d7';
    font-family: var(--fontawesome);
    margin-left: 2px;
    vertical-align: middle;
    display: inline-block;
    margin-bottom: 0px;
    font-weight: 300;
    font-size: 14px;
}

.page-search-results .page-header .filters-inner > ul > li[data-filter=persons] button:before {
    content: '\f500';
}

.page-search-results .page-header .filters-inner > ul > li[data-filter=location] button:before {
    content: '\f3c5';
}

.page-search-results .page-header .filters-inner > ul > li .list {
    position: absolute;
    top: 100%;
    background: #fff;
    width: 200px;
    z-index: 5;
    padding: 10px 15px;
    box-shadow: 1px 4px 4px rgba(0, 0, 0, .2);
    border-radius: 3px;
    display: none;
}

.page-search-results .page-header .filters-inner > ul > li[data-filter=brand] .list {
    width: 280px;
}

.page-search-results .page-header .filters-inner > ul > li .list > ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.page-search-results .page-header .filters-inner > ul > li .list > ul > li {
}

.page-search-results .page-header .filters-inner > ul > li .list > ul > li > a {
    display: block;
    font-size: 16px;
}

.page-search-results .page-header .filters-inner > ul > li .list > ul > li > a:hover {
    text-decoration: underline;
    color: var(--main-color);
}

.page-search-results .page-header .filters-inner > ul > li:hover .list {
    display: block;
}

.page-search-results .page-header .page-title:before, .page-search-results .page-header .page-title:after {
    content: '';
    display: table;
    clear: both;
}

#footer-widgets {
    border-top: 1px solid #f5f5f5;
}

#footer-widgets .footer-box .footer-widget {
    flex-shrink: 1;
    flex-grow: 1;
    flex-basis: 0;
    padding: 0 25px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.5;
}

#footer-widgets .footer-box .footer-widget:nth-child(1),
#footer-widgets .footer-box .footer-widget:nth-child(2) {
    flex-basis: 12.5%;
    flex-grow: 0;
}

#footer-widgets .footer-box {
    display: flex;
    padding: 0;
    margin: 0 -25px;
    width: auto;
}

#footer-widgets .footer-box .footer-widget.widget_text {
    flex-basis: 275px;
    flex-grow: 0;
    text-align: left;
    direction: ltr;
}

#footer-widgets .footer-box .footer-widget .widget-title {
    color: var(--main-color);
    padding: 0;
    border: 0;
    line-height: 1.5;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
}

#footer-widgets .footer-box .footer-widget .menu {
}

#footer-widgets .footer-box .footer-widget .menu .menu-item {
    padding: 0;
    border: 0;
}

#footer-widgets .footer-box .footer-widget .menu .menu-item > a {
    color: #232323;
    display: block;
}

#footer-widgets .footer-box .footer-widget .menu .menu-item > a:hover {
    text-decoration: underline;
    color: #232323;
}

#footer-widgets .footer-box .footer-widget .menu .menu-item:not(:last-child) {
    margin-bottom: 6px;
}

.pagination-container {
    text-align: center;
    margin-top: 25px;
}

.pagination-container nav {
    display: inline-block;
    vertical-align: top;
}

.pagination-container .page-numbers {
    min-width: 40px;
    float: right;
    height: 40px;
    line-height: 40px;
    border-radius: 50px;
    font-size: 14px;
    color: #242424;
}

.pagination-container .page-numbers.current {
    background: var(--main-color);
    color: #fff;
}

.pagination-container a.page-numbers:hover {
    text-decoration: underline;
}

.site-breadcrumbs,
.site-breadcrumbs a {
    color: #232323;
}

.site-breadcrumbs a:hover {
    text-decoration: underline;
}

.site-breadcrumbs i {
    margin: 0 5px;
}

.site-breadcrumbs .breadcrumb_last {
    font-weight: 500;
}

#footer-widgets .footer-box .footer-widget.widget_text .logo {
    margin-bottom: 25px;
}

#footer-widgets .footer-box .footer-widget.widget_text .contact {
    font-size: 16px;
    line-height: 1.2;
}

#footer-widgets .footer-box .footer-widget.widget_text .contact > div {
    margin-bottom: 10px;
}

#footer-widgets .footer-box .footer-widget.widget_text .contact a {
    display: block;
}

#footer-widgets .footer-box .footer-widget.widget_text .contact a:hover {
    text-decoration: underline;
}

#footer-widgets .footer-box .footer-widget.widget_text .contact .email a:before,
#footer-widgets .footer-box .footer-widget.widget_text .contact .phone a:before {
    content: '';
}

#footer-widgets .footer-box .footer-widget.widget_text .contact .phone a:before {
    content: '\f87b';
    font-family: var(--fontawesome);
    font-weight: 700;
    margin-right: 8px;
    font-size: 22px;
    display: inline-block;
    vertical-align: middle;
    color: var(--main-color);
}

#footer-widgets .footer-box .footer-widget.widget_text .contact .email a:before {
    content: '\f0e0';
    font-family: var(--fontawesome);
    font-weight: 700;
    margin-right: 8px;
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
    color: var(--main-color);
}

#search-results-loop-wrapper .footer-text {
    padding: 0 15%;
    margin-top: 25px;
    text-align: center;
    font-size: 18px;
    line-height: 1.5;
}

#search-results-loop-wrapper .footer-text strong {
}

body.page-search-results #wrap {
    transition: all .35s;
}

.filters-popup-active .admin-bar #wrap {
}

#filters-popup {
    position: fixed;
    right: 0;
    width: calc(250px + ((100vw - 1400px) / 2) + 5px);
    width: 400px;
    min-width: 330px;
    background: rgba(255, 255, 255, 0.95);
    background: rgba(255, 255, 255, 1);
    color: #242424;
    height: 100vh;
    z-index: 9999;
    top: 0;

    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.3);

    visibility: hidden;
    transform: translateX(100%);
    transition: transform .5s cubic-bezier(0.55, 0.06, 0.68, 0.19);
    transition: all .35s;
}

.filters-popup-active #filters-popup {
    transform: translateX(0);
    visibility: visible;
}

.filters-popup-active,
.filters-popup-active body {
    overflow: hidden;
}

.filters-popup-active #wrap:after {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.33);
    z-index: 999;
    visibility: visible;
}

.filters-popup-active .admin-bar #wrap:after {
    top: 32px;
    height: calc(100vh - 32px);
}

.admin-bar #filters-popup {
    top: 32px;
    height: calc(100vh - 32px);
}

#filters-popup .filter {
}

#filters-popup .filter .list {
}

#filters-popup .filter .list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#filters-popup .filter .heading-title {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 700;
    position: relative;
}

#filters-popup .filter:not(:last-child) {
    margin-bottom: 15px;
}

#filters-popup .filter .list ul a {

    color: #242424;
}

#filters-popup .filter .list ul a:hover {
    text-decoration: underline;
}

#filters-popup-close {
    position: fixed;
    left: 0;
    top: 0;
    background: none;
    border: 0;
    padding: 0;
    width: 50px;
    height: 50px;
    margin: 25px;
    background: var(--main-color);
    font-size: 0;
    border-radius: 50px;
    box-shadow: -5px 5px 15px rgba(0, 0, 0, .2);
    transition: all .25s;
    z-index: 5;
}

#filters-popup-close:hover {
    transform: scale(1.05);
    background: var(--main-color);
}

#filters-popup-close:before, #filters-popup-close:after {
    content: '';
    width: 24px;
    position: absolute;
    top: 50%;
    left: 50%;
    height: 1px;
    background: #fff;
    margin-left: -12px;
}

#filters-popup-close:before {
    transform: rotate(45deg);
}

#filters-popup-close:after {
    transform: rotate(-45deg);
}

#filters-popup-inner {
    overflow-y: scroll;
    padding: 50px;
    height: 100%;
}

#filters-popup .filter[data-filter=location] .list ul ul {
    padding-right: 25px;
}

#filters-popup .filter[data-filter=location] .children {
    display: none;
}

#filters-popup .filter[data-filter=location] .term-item.active > .children {
    display: block;
}

#filters-popup .filter[data-filter=location] .list-button {
    position: absolute;
    right: 0;
    top: 0;
    line-height: 1;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 21px;
    cursor: pointer;
}

#filters-popup .filter[data-filter=location] .list-button:before {
    content: '\f0d7';
    font-family: var(--fontawesome);
    vertical-align: middle;
    display: inline-block;
    margin-bottom: 0px;
    font-weight: 700;
    font-size: 12px;
    width: 20px;
    line-height: 20px;
    background: #eaeaea;
    border-radius: 3px;
}

#filters-popup .filter[data-filter=location] .term-item.active > .list-button:before,
#filters-popup .filter[data-filter=location] .term-item:hover > .list-button:before {
    background: #242424;
    color: #fff;
}

#filters-popup .filter[data-filter=location] .list li {
    clear: both;
    position: relative;
}

#filters-popup .filter[data-filter=location] .list li > a {
    display: block;
    margin-bottom: 2px;
    margin-right: 28px;
    line-height: 1.2;
    padding: 3px 5px;
    border-radius: 3px;
}

#filters-popup .filter[data-filter^=amenities] .list ul > li {
    float: right;
    padding: 0 8px;
    border-radius: 3px;
    border: 1px solid #242424;
    margin-bottom: 5px;
    margin-left: 5px;
    font-size: 14px;
    line-height: 1.5;
}

#filters-popup .filter[data-filter^=amenities] .list ul > li:hover,
#filters-popup .filter[data-filter^=amenities] .list ul > li.selected {
    background-color: var(--main-color);
    border-color: var(--main-color);
}

#filters-popup .filter[data-filter^=amenities] .list ul > li:hover a,
#filters-popup .filter[data-filter^=amenities] .list ul > li.selected a {
    color: #fff;
    text-decoration: none;
}

#filters-popup .filter[data-filter=location] .list li > a:hover {
    background: #f7f7f7;
}

#filters-popup .filter .list:before, #filters-popup .filter .list:after {
    content: '';
    display: table;
    clear: both;
}

#filters-popup .filter .heading-title:before {
    content: '';
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    position: absolute;
    left: 100%;
    margin-left: 5px;
    border-radius: 3px;
    color: #fff;
    font-family: var(--fontawesome);
    font-size: 22px;
    font-weight: 300;
    color: var(--main-color);
}

#filters-popup .filter[data-filter=location] .heading-title:before {
    content: '\f3c5';
}

#filters-popup .filter[data-filter=amenities_transportation] .heading-title:before {
    content: '\f85a';
}

#filters-popup .filter[data-filter=amenities_entertainment] .heading-title:before {
    content: '\f79f';
}

#filters-popup .filter[data-filter=amenities] .heading-title:before {
    content: '\f4a2';
}

#filters-popup .filter[data-filter=space_type] .heading-title:before {
    content: '\f002';
}

#filters-popup .filter[data-filter=brand] {
}

#filters-popup .filter[data-filter=brand] ul li {
    width: 20%;
    float: right;
    padding: 0 5px;
    margin-bottom: 10px;
}

#filters-popup .filter[data-filter=brand] ul li a {
}

#filters-popup .filter[data-filter=brand] ul li .tooltip {
    display: none;
}

#filters-popup .filter[data-filter=brand] ul li .thumbnail {
    border: 1px solid #eaeaea;
    border-radius: 3px;
    overflow: hidden;
}

#filters-popup .filter[data-filter=brand] ul li .thumbnail:hover {
    border-color: #242424;
}

#filters-popup .filter[data-filter=brand] ul li .thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    filter: grayscale(1);
    transition: all .2s;
}

#filters-popup .filter[data-filter=brand] ul {
    margin: 0 -5px;
}

#filters-popup .filter[data-filter=brand] ul:before, #filters-popup .filter[data-filter=brand] ul:after {
    content: '';
    display: table;
    clear: both;
}

#filters-popup .filter[data-filter=brand] ul li .thumbnail:hover img {
    filter: grayscale(0);
}

#filters-popup .filter .list li.selected > a {
    font-weight: 700;
}

#site-header-inner {
    display: flex;
    align-items: center;
    height: auto;
}

#site-navigation-wrap {
    float: none;
    margin-right: auto;
}

#search-suggestions {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 15px;
    position: relative;
    text-align: right;
    max-width: 600px;
}

#search-suggestions .input {
    position: relative;
}

#search-suggestions .input:before {
    content: '\f002';
    position: absolute;
    width: 45px;
    height: 100%;
    line-height: 48px;
    color: var(--main-color);
    font-family: var(--fontawesome);
    font-weight: 600;
    font-size: 18px;
    text-align: center;
}

#search-suggestions .input:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 100%;
    background: url(/wp-content/themes/oceanwp-child/assets/images/preloader-filters.gif) no-repeat center;
    background-size: 20px;
    visibility: hidden;
    display: none;
}

#search-suggestions.process .input:after {
    visibility: visible;
    display: block;
}

#search-suggestions .input input {
    width: 100%;
    border: 0;
    vertical-align: top;
    margin: 0;
    padding: 0 45px 0 15px;
    height: 45px;
    border-radius: 3px;
    color: #242424;
    font-size: 18px;
    outline: none;
    background: #fff;
}

#site-header #search-suggestions {
    width: auto;
    flex-grow: 1;
    margin: 5px 50px 5px 25px;
    float: right;
    position: relative;
}

#site-header #search-suggestions .input input {
    font-size: 16px;
    border: 0;
    background: #f5f5f5;
    background: #fff;
    box-shadow: inset 0 0 0 1px #242424;
    box-shadow: none;
    border: 1px solid #242424;
}

#search-suggestions-output-wrapper {
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 9999;

}

#search-suggestions-output {
    background: rgba(255, 255, 255, 1);
    color: #242424;
    margin-top: -2px;
    box-shadow: 0px 15px 20px rgba(0, 0, 0, .1);
    border-radius: 0 0 3px 3px;
    overflow: hidden;
    max-height: 425px;
    overflow-y: scroll;
}

#search-suggestions[data-count="0"] #search-suggestions-output {
    overflow: hidden;
}

#site-header #search-suggestions-output {
    border: 1px solid #242424;
    border-top-color: #dddddd;
}

#search-suggestions-output ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#search-suggestions-output li {
}

#search-suggestions-output li.is_hidden a {
    opacity: .5;
}

#search-suggestions-output li mark {
    background: none;
    text-decoration: underline;
    color: inherit;
}

#search-suggestions-output li a {
    display: block;
    padding: 10px;
    font-size: 14px;
    display: flex;
    align-items: center;
    color: #242424;
    white-space: nowrap;
}

#search-suggestions-output li:not(:last-child) {
    border-bottom: 1px solid #ddd;
}

#search-suggestions-output li .item-icon {
    width: 40px;
    height: 40px;
    background: #f5f5f5;
    color: #232323;
    border-radius: 3px;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    flex-grow: 0;
    flex-shrink: 0;
    overflow: hidden;
    margin: 0;
}

#search-suggestions-output li .item-icon.thumbnail {
    box-shadow: 0px 0px 1px rgba(0, 0, 0, .4);
}

#search-suggestions-output li .item-content {
    padding-right: 10px;
    flex-grow: 1;
    overflow: hidden;
    line-height: 1.4;
}

#search-suggestions-output li .title {
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    padding-left: 55px;
}

#search-suggestions-output li .coming-soon {
    background: #9af9d2;
    border-radius: 3px;
    padding: 0 8px;
    font-size: 12px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    line-height: 18px;
    width: 50px;
}

#search-suggestions-output li .description {
    font-size: 12px;
    font-weight: 400;
}

#search-suggestions-output li .item-icon:not(.thumbnail):before {
    content: '\f3c5';
    font-family: var(--fontawesome);
    vertical-align: middle;
    font-size: 20px;
    font-weight: 300;
    text-decoration: none;
}

#search-suggestions-output li .item-icon.thumbnail {
    background-color: #fff;
}

#search-suggestions-output li .item-icon.thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    vertical-align: top;
}

#search-suggestions-output li:hover .item-icon {
    background: var(--main-color);
    color: #fff;
}

#search-suggestions-output li:hover a {
    color: #242424;
    background: #f5f5f5;
}

#search-suggestions-output .no-results {
    padding: 10px;
    color: #896c24;
    font-size: 14px;
    background: #fffaea;
}

#search-suggestions-output .no-results:before {
    content: '\f071';
    font-family: var(--fontawesome);
    font-weight: 400;
    font-size: 18px;
    vertical-align: middle;
    line-height: 1;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
}

#filters-popup.process #filters-popup-inner:before {
    content: '';
    width: 100%;
    height: 30px;
    background-image: url(/wp-content/themes/oceanwp-child/assets/images/preloader-filters.gif);
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.single-space #nearby-spaces {
    margin-top: 30px;
    margin-bottom: 30px;
}

.single-space #locations .space-loop-item .logo {
    display: none;
}

.single-space #gallery {
}

.single-space #gallery .slider {
    border-radius: 3px;
    overflow: hidden;
}

.single-space #gallery .slider .slick-list {
    padding-left: 100px;
    margin-right: -15px;
}

.single-space #gallery .slider .slide {
    padding-right: 15px;
    padding-left: 15px;
    transition: all .25s;
}

.single-space #gallery .slider .slide.slick-slide {
    opacity: .5;
}

.single-space #gallery .slider .slide.slick-active {
    opacity: 1;
}

.single-space #gallery .slide .image {
    padding-top: 67%;
    position: relative;
    overflow: hidden;
    border-radius: 3px;
}

.single-space #gallery .slide .image img {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    text-indent: -99999px;
}

.single-space #gallery .slider:not(.slick-initialized) {
    padding-left: 100px;
    margin: 0 -15px 0 0;
    overflow: hidden;
}

.single-space #gallery .slider:not(.slick-initialized) .slide:not(:first-child) {
    display: none;
}

.single-space #gallery .slider .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 70px;
    height: 70px;
    line-height: 70px;
    border-radius: 50px;
    font-size: 0;
    background: var(--dark-color);
    color: #fff;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, .1);

}

.single-space #gallery .slider .slick-arrow.slick-prev {
    display: none !important;
}

.single-space #gallery .slider .slick-arrow.slick-next {
    left: calc(100px + 15px - 50px);
}

.single-space #gallery .slider .slick-arrow:before {
    content: '';
    font-family: var(--fontawesome);
    font-size: 22px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    line-height: 1;
}

.single-space #gallery .slider .slick-arrow.slick-next:before {
    content: '\f053';
}

.single-space .grid {
    display: flex;
}

.single-space .grid .grid-content {
    flex-grow: 1;
    flex-shrink: 1;
    padding-left: 30px;
    width: calc(100% - 400px);
}

.single-space .grid .grid-side {
    width: 400px;
    flex-grow: 0;
    flex-shrink: 0;
}

.single-space .grid .grid-content-inner {
    position: relative;
    width: 100%;
}

.single-space .grid .grid-content-inner .section:last-child {
    margin: 0;
}

.single-space .headline {
    display: flex;
    margin-bottom: 15px;

    flex-direction: column;
}

.single-space .headline .address {

    font-size: 22px;
    font-weight: 300;
    line-height: 1.2;
    margin-top: 5px;
}

.single-space .headline .address:before {
    content: '\f3c5';
    font-family: var(--fontawesome);
    font-size: 14px;
    float: right;
    width: 26px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    font-size: 22px;
    font-weight: 300;
    color: var(--main-color);
}

.single-space .headline .address address {
    margin: 0;
}

.single-space .headline .headline-heading {
    margin: 0;
    font-size: 42px;
    font-weight: 700;
    line-height: 1;
}

.single-space .headline .headline-sub-heading {
    margin: 0;
    font-size: 52px;
    font-weight: 300;
    line-height: 1;
}

.single-space .site-breadcrumbs,
.page-search-results .site-breadcrumbs {
    position: relative;
    top: auto;
    margin: 0;
    overflow: auto;
    max-width: none;
}

.page-search-results .site-breadcrumbs {
    margin: 0;
}

.single-space .grid .grid-content .section {
    margin-bottom: 30px;
}

.single-space .grid .grid-content .section:not(:last-child) {
    margin-bottom: 30px;
}

.single-space .section .headline-section {
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 15px;
    position: relative;
}

.single-space #amenities .section-content ul {
    list-style: none;
    margin: 0 -10px;
    padding: 0;
}

.single-space #amenities .section-content ul li {
    width: 20%;
    float: right;
    line-height: 20px;
    margin-bottom: 10px;
    padding: 0 10px;
    color: #b2b2b2;
    letter-spacing: -0.5px;
}

.single-space #amenities .section-content ul li.checked {
    color: #242424;
}

.single-space #amenities .section-content li:before {
    content: '';
    width: 20px;
    height: 20px;
    line-height: 20px;
    display: inline-block;
    vertical-align: middle;
    font-family: var(--fontawesome);
    font-weight: 300;
    border-radius: 50px;
    text-align: center;
    float: right;
    margin-left: 5px;
    border: 1px solid;
}

.single-space #amenities .section-content li:not(.checked):before {
    content: '\f86c';
    border-color: #eaeaea;
    color: #777777;
    font-size: 10px;
}

.single-space #amenities .section-content li.checked:before {
    content: '\f00c';
    background: var(--main-color);
    border-color: var(--main-color);
    color: #fff;
    font-weight: 400;
    font-size: 11px;
}

.single-space #location .map {
    padding-top: 50%;
    position: relative;
}

.single-space #location .map iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-radius: 3px;
}

.single-space #virtual-tour .virtual-tour {
    padding-top: 56.25%;
    position: relative;
}

.single-space #virtual-tour .virtual-tour iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-radius: 3px;
}

.single-space .form {
    border-radius: 3px;
    padding: 30px;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, .05);
    line-height: 1.2;
    border-bottom: 2px solid var(--main-color);
    position: relative;
    border: 1px solid #eaeaea;
    margin-bottom: 30px;
    border: 3px solid #232323;
    background: #f7f7f7;
    border-color: #f7f7f7;
    border: 0;
    box-shadow: none;
}

.single-space .form .space-info {
    display: none;
}

.single-space .form .space-info .title {
    font-weight: 700;
    font-size: 22px;
    letter-spacing: -0.5px;
}

.single-space .form .space-info .address {
}

.single-space .form .space-info .address address {
    margin: 0;
    margin-top: 5px;
    font-size: 16px;
}

.single-space .form .space-info:after {
    content: '';
    width: 100%;
    height: 1px;
    background: #eaeaea;
    margin: 10px 0;
    display: block;
}

.single-space .form .form-header {
    text-align: center;
    font-size: 24px;
    font-weight: 500;

    line-height: 1;
    margin-bottom: 15px;
    letter-spacing: -0.5px;
}

.single-space .form .form-header strong {
    display: block;
    font-weight: 400;
}

.single-space .form .form-fields {
    position: relative;
}

.single-space .form .form-fields .terms {
    font-size: 12px;
}

.single-space .form .form-fields .field {
    clear: both;
    position: relative;
}

.single-space .form .form-fields .field.field-name {
    float: right;
    width: calc(50% - 5px);
    clear: none;
}

.single-space .form .form-fields .field.field-phone {
    float: left;
    width: calc(50% - 5px);
    clear: none;
}

.single-space .form .form-fields .field.field-phone .forminput,
.single-space .form .form-fields .field.field-email .forminput {
    direction: ltr;
}

.single-space .form .form-fields .field.field-subject {
    float: right;
    width: calc(65% - 5px);
    clear: none;
}

.single-space .form .form-fields .field.field-persons {
    float: left;
    width: calc(35% - 5px);
    clear: none;
}

.single-space .form .form-fields .field label {
    display: none;
}

.single-space .form .form-fields .field:not(:last-child) {
    margin-bottom: 10px;
}

.single-space .form .form-fields .newsletter {
    margin: 10px 0;
    font-size: 12px;
}

.single-space .form .form-fields .field .forminput {
    border: 1px solid #eaeaea;
    border-radius: 3px;
    background: transparent;
    -webkit-appearance: none;
    padding: 0;
    padding: 0 15px;
    font-size: 16px;
    color: #242424;
    background: #fff;
    max-width: none;
    text-align: right;

}

.single-space .form .form-fields .field .forminput:focus {
    border-color: #242424;
}

.single-space .form .form-fields .field textarea.forminput {
    resize: none;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 1.2;
}

.single-space .form .form-fields .field.field-message .forminput {
    min-height: 80px;
}

.single-space .form .form-fields .field.field-persons .forminput {
    text-align: center;
    -moz-appearance: textfield;
    padding-bottom: 10px;
    height: 40px;
}

.single-space .form .form-fields .field.field-persons .forminput::-webkit-outer-spin-button,
.single-space .form .form-fields .field.field-persons .forminput::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.single-space .form .form-fields .field.field-persons label {
    display: block;
    position: absolute;
    left: 50%;
    font-size: 13px;
    bottom: 5px;
    transform: translateX(-50%);
    white-space: nowrap;
    margin: 0;
    line-height: 1;
}

.single-space .form .form-fields .field.field-persons button {
    position: absolute;
    background: none;
    border: 0;
    top: 50%;
    width: 22px;
    height: 22px;
    line-height: 26px;
    min-width: auto;
    padding: 0;
    background: #232323;
    border-radius: 3px;
    font-size: 22px;
    font-weight: 100;
    color: #fff;
    cursor: pointer;
    transform: translateY(-50%);
}

.single-space .form .form-fields .field.field-persons button:hover {
    background-color: var(--main-color);
}

.single-space .form .form-fields .field.field-persons button.plus {
    right: 8px;
}

.single-space .form .form-fields .field.field-persons button.minus {
    left: 8px;
}

.single-space .form .form-fields .field.field-persons button:before {
    line-height: 1;
    display: block;
}

.single-space .form .form-fields .field.field-persons button.plus:before {
    content: '+';
    vertical-align: middle;
}

.single-space .form .form-fields .field.field-persons button.minus:before {
    content: '-';
}

.single-space .form .form-fields .select-wrapper {
    position: relative;
}

.single-space .form .form-fields .select-wrapper:after {
    content: '\f078';
    font-family: var(--fontawesome);
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
}

.single-space .form-button button {
    width: 100%;
    padding: 0;
    height: 40px;
    font-size: 18px;
    border-radius: 3px;
    background: #428500 !important;
    border: 1px solid #428500 !important;
    letter-spacing: 0.5px;
    color: #fff;
    font-weight: 700;
}

.single-space .form-button button:hover {
    background: #4ca600 !important;
    border-color: #4ca600 !important;
}

.single-space .form-button button:before {
    content: '\f4a6';
    font-family: var(--fontawesome);
    font-weight: 400;
    font-size: 18px;
    margin-left: 6px;
}

.single-space .form-button button:hover:before {
    font-weight: 700;
}

.single-space .call-button a {
    width: 100%;
    padding: 0;
    height: 40px;
    font-size: 18px;
    border-radius: 3px;
    background: var(--main-color);
    letter-spacing: 0.5px;
    border: 0;
    color: #fff;
    font-weight: 500;
    display: block;
    line-height: 40px;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
}

.single-space .separator-or {
    text-align: center;
    position: relative;
    font-size: 14px;
    margin: 10px 0;
    z-index: 6;
}

.single-space .separator-or:before {
    content: '';
    width: 100%;
    display: block;
    position: absolute;
    top: 50%;
    height: 1px;
    background: #eaeaea;
}

.single-space .separator-or span {
    background: #fff;
    position: relative;
    padding: 0 15px;
}

.single-space .form .form-fields .field-checkbox {
    font-size: 14px;
    margin-bottom: 5px;
    line-height: 18px;
    clear: both;
}

.single-space .form .form-fields .field-checkbox input {
    margin: 0;
    width: 18px;
    height: 18px;
    float: right;
    margin-left: 5px;
    border: 1px solid #eaeaea;
    border-radius: 3px;
    -webkit-appearance: none;
    box-shadow: none;
    background: transparent;
}

.single-space .form .form-fields .field-checkbox label {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.single-space .form .form-fields .field-checkbox input:checked:before {
    content: '\f00c';
    font-family: var(--fontawesome);
    color: #242424;
    font-weight: 400;
    line-height: 16px;
    vertical-align: middle;
    font-size: 12px;
}

.single-space .form .form-fields .field-checkbox input:checked {
    border-color: #242424;
}

.no-fees {
    position: absolute;
    display: block;
    top: -5px;
    right: -5px;
    width: 110px;
    height: 110px;
    overflow: hidden;
    z-index: 20;
}

.no-fees div {
    line-height: 28px;
    position: relative;
    display: block;
    left: 33px;
    top: 28px;
    width: 150px;
    padding: 0;
    font-size: 14px;
    letter-spacing: 0.2px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    background-color: var(--main-color);
    -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
    -webkit-transform: rotate(45deg) translate3d(0, 0, 0);
    -moz-transform: rotate(45deg) translate3d(0, 0, 0);
    -ms-transform: rotate(45deg) translate3d(0, 0, 0);
    transform: rotate(45deg) translate3d(0, 0, 0);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.no-fees div:before,
.no-fees div:after {
    content: '';
    position: absolute;
    bottom: -4px;
    border-top: 4px solid var(--main-color);
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
}

.no-fees div:before {
    left: 0;
}

.no-fees div:after {
    right: 0;
}

address {
    margin: 0;
}

.single-space .side-box {
    border-radius: 3px;
    border: 1px solid #eaeaea;
    margin-bottom: 30px;
    position: relative;
    padding: 30px;
}

.single-space .side-box-inner {
}

.single-space .side-box-content p:last-child {
    margin: 0;
}

.single-space .side-box .logo {

    width: 35%;

    border-radius: 3px;
    overflow: hidden;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    order: 2;
    flex-basis: 35%;
    flex-grow: 0;
    flex-shrink: 0;
}

.single-space .side-box .logo-inner {
    padding-top: 100%;
    position: relative;
}

.single-space .side-box .logo img {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.single-space .side-box {
    line-height: 1;
    font-size: 16px;
    flex-grow: 1;

}

.single-space .side-box a:hover {
    text-decoration: underline;
}

.single-space .side-box .summary .title {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.2;

    margin-bottom: 10px;
}

.single-space .side-box .summary .rank {
    float: right;
}

.single-space .side-box .sep {
    clear: both;
    border-top: 1px solid #eaeaea;
    padding-top: 10px;
    margin-top: 10px;
}

.single-space .side-box-heading {

    font-size: 22px;
    line-height: 1;
    font-weight: 700;

    margin-top: -5px;
    margin-bottom: 10px;
}

.single-space .side-box-heading:before {
    content: '\f05a';
    font-family: var(--fontawesome);
    margin-left: 5px;
    vertical-align: middle;
    font-weight: 300;
}

.single-space .side-box.open-hours .side-box-heading:before {
    content: '\f017';
}

.single-space .side-box.help {
    margin-bottom: 0;
}

.single-space .side-box.help .side-box-heading:before {
    content: '\f059';
}

.single-space .side-box.tags .side-box-heading:before {
    content: '\f02b';
}

.single-space .side-box.help .side-box-content > p {
    line-height: 1.4;
}

.single-space .side-box .summary .icon:before {
    font-family: var(--fontawesome);
    float: right;
    margin-left: 5px;
    font-weight: 300;
    width: 16px;
    text-align: center;
    font-size: 14px;
    line-height: 16px;
}

.single-space .side-box .summary .address.icon:before {
    content: "\f3c5";
}

.single-space .side-box .summary .building.icon:before {
    content: "\f1ad";
}

.single-space .side-box .summary .metre-square.icon:before {
    content: "\f61c";
}

.single-space .side-box .summary .floors.icon:before {
    content: "\f5fd";
}

.single-space .side-box .summary > div {
    margin-bottom: 8px;
    clear: right;
    display: block;
}

.single-space .side-box .summary div:last-child {
    margin: 0;
}

.single-space .side-box .summary .vpn a {
    font-size: 18px;
    line-height: 22px;
    color: #fff;
    display: inline-block;
    vertical-align: top;
    background: #242424;
    line-height: 25px;
    padding: 0 28px 0 10px;
    border-radius: 50px;
    font-size: 16px;
    position: relative;
    font-weight: 500;
}

.single-space .side-box .summary .vpn a:hover {
    text-decoration: none;
}

.single-space .side-box .summary .vpn {
    margin-bottom: 10px;
}

.single-space .side-box .summary .address address {
    display: inline;
}

.single-space .side-box .summary .vpn a:before {
    content: '\f095';
    font-family: var(--fontawesome);
    margin-left: 6px;
    font-size: 22px;
    vertical-align: middle;
    font-weight: 400;
    line-height: 25px;
    float: right;
    font-size: 16px;
    line-height: 1;
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
}

.single-space .side-box.help,
.single-space .separator-or span {
    background: #f7f7f7;
    border-color: #f7f7f7;

}

.single-space .open-hours table {
    margin: 0;
    line-height: 1.2;
    font-size: 14px;
}

.single-space .open-hours table tr th, .single-space .open-hours table tr td {
    padding: 10px;
}

.single-space .open-hours table th {
    font-weight: 700;
    text-align: center;
}

.single-space .open-hours table tr th:not(:first-child) {
    width: 35%;
}

.single-space .open-hours table tr td:not(:first-child) {
    text-align: center;
}

.single-space .open-hours table tr td:first-child {
    font-weight: 500;
}

.single-space .open-hours table tbody tr:last-child td {
    border: 0;
}

.single-space .open-hours table tbody tr.selected td {
    background: var(--main-color);
    color: #fff;
}

.single-space .warning {
    font-size: 14px;
    line-height: 1.2;
}

.single-space .warning:before {
    content: '\f071';
    font-family: var(--fontawesome);
    font-size: 16px;
}

.single-space .open-hours .warning {
    margin: 15px -30px -15px -30px;
    padding: 0 30px;
}

.single-space #pricing .warning {
    margin-top: 10px;
}

.single-space #pricing .warning:before {
    margin-left: 5px;
}

.single-space .call-button.whatsapp-button a {
    background-color: #33d16b;
    background-color: #0f5e54;
}

.single-space .call-button.whatsapp-button a:before {
    content: '\f232';
    font-family: var(--fontawesome-brands);
    font-weight: 400;
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    margin-left: 5px;
    color: #33d16b;
}

.single-space .side-box .share-links.sep {
    margin-right: -30px;
    margin-left: -30px;
    padding: 15px 30px;
    margin-bottom: -30px;
    text-align: center;
    white-space: nowrap;
    font-size: 0;
}

.single-space .side-box .share-links a {
    width: 38px;
    height: 38px;
    display: inline-block;
    vertical-align: top;
    line-height: 38px;
    font-size: 22px;
    margin: 0 5px;
    color: #fff;
    border-radius: 3px;
    border-radius: 50px;
    font-size: 20px;
    box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, .1);
    background: transparent;
    color: #242424;
    text-align: center;
}

.single-space .side-box .share-links a:hover {
    color: #fff;
    box-shadow: none;
}

.single-space .side-box .share-links a.whatsapp:hover {
    background: #25D366;
    background: linear-gradient(180deg, rgba(96, 253, 124, 1) 0%, rgba(63, 207, 67, 1) 100%);
}

.single-space .side-box .share-links a.facebook:hover {
    background: #4267B2;
    background: linear-gradient(180deg, rgba(94, 131, 210, 1) 0%, rgba(56, 85, 146, 1) 100%);
}

.single-space .side-box .share-links a.messanger:hover {
    background: #006AFF;
    background: linear-gradient(180deg, rgba(58, 164, 245, 1) 0%, rgba(46, 110, 255, 1) 100%);
}

.single-space .side-box .share-links a.sms:hover {
    background: #35dc29;
    background: linear-gradient(180deg, rgba(126, 254, 95, 1) 0%, rgba(64, 213, 29, 1) 100%);
}

.single-space .side-box .share-links a.email:hover {
    background: #6b6b6b;
    background: linear-gradient(180deg, rgba(111, 237, 255, 1) 0%, rgba(85, 112, 254, 1) 100%);
}

.single-space .side-box .share-links a.sms i {
    font-weight: 900;
}

.single-space .side-box .share-links a.whatsapp i {
    font-size: 1.1em;
}

.single-space .side-box .share-links a.facebook i {
    font-size: 0.9em;
}

.single-space .side-box.tags .side-box-content ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.single-space .side-box.tags .side-box-content ul li {
}

.single-space .side-box.tags .side-box-content ul li a {
    display: block;
    padding: 8px 0;
}

.single-space .side-box.tags .side-box-content ul li:not(:last-child) {
    border-bottom: 1px solid #eaeaea;
}

.single-space .side-box.tags .side-box-content ul li a:hover {
    text-decoration: underline;
}

.single-space #pricing .list {

}

.single-space #pricing .list .price-item,
.single-space #pricing .list .list-header {
    padding: 10px 30px;
    transition: all .25s;
}

.single-space #pricing .list .price-item {
    border: 1px solid #eaeaea;
    position: relative;
}

.single-space #pricing .list .price-item:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 0px;
    background: var(--main-color);
    transition: all .25s;
}

.single-space #pricing .list .price-item:hover:before {
    width: 5px;
}

.single-space #pricing .list .price-item:not(:first-child) {
    margin-top: -1px;
}

.single-space #pricing .list .price-item-inner,
.single-space #pricing .list .list-header-inner {
    display: flex;
    align-items: center;
}

.single-space #pricing .list .col {
    flex-shrink: 0;
    flex-grow: 0;
    text-align: center;
    flex-basis: 25%;
}

.single-space #pricing .list .col.space-type {
    flex-grow: 1;
    text-align: right;
}

.single-space #pricing .list .col.people {
    flex-basis: 20%;
}

.single-space #pricing .list .col.price {
}

.single-space #pricing .list .col.availability {
    text-align: left;
}

.single-space #pricing .list .space-type .name {
    font-weight: 700;
}

.single-space #pricing .list .space-type .description {
    font-size: 0.85em;
    font-style: italic;
    line-height: 1.2;
    color: rgba(37, 37, 37, 0.7);
}

.single-space #pricing .list .people .persons-num {
    display: block;
}

.single-space #pricing .list .price .price-from {
    display: block;
    font-size: 12px;
}

.single-space #pricing .list .price .rent-period {
    display: block;
}

.single-space #pricing .list .price-item:hover {
    background: #f7f7f7;
    z-index: 2;
    position: relative;
    box-shadow: 0px 5px 17px rgba(0, 0, 0, .05);
}

.single-space #pricing .list .price-item .people:before {
    content: '\f500';
    font-family: var(--fontawesome);
    display: block;
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
}

.single-space #pricing .list .price-item:nth-child(2) {
    border-radius: 3px 3px 0 0;
    border-top: 2px solid #252525;
}

.single-space #pricing .list .price-item:last-child {
    border-radius: 0 0 3px 3px;
}

.single-space #pricing .list .list-header-inner > div {
    font-weight: 700;
}

.single-space #pricing .list .price-item .availability button {
    width: 100%;
    padding: 0;
    height: 36px;
    font-size: 16px;
    border-radius: 3px;
    letter-spacing: 0.5px;
    color: #252525;
    max-width: 150px;
    display: inline-block;
    vertical-align: top;
    background: #fff;
}

.single-space #pricing .list .price-item .availability button:before {
    content: '\f4a6';
    font-family: var(--fontawesome);
    font-weight: 400;
    font-size: 16px;
    margin-left: 5px;
}

.single-space #pricing .list .price-item:hover .availability button {
    background: #428500;
    border-color: #428500;
    color: #fff;
}

.single-space #pricing .list .price var {
    font-weight: 700;
}

.single-space #pricing .list .price abbr {
    border: 0;
    text-decoration: none;
}

.single-space #pricing .list .space-type .title {
    color: var(--main-color);
}

.single-space #pricing .list .space-type .title div {
    color: initial;
}

.single-space .grid-content .spaces-loop .space-loop-item {
    width: 33.333%;
}

.single-space .grid-content .spaces-loop:not(.slick-initialized) .space-loop-item {
    clear: none !important;
}

.single-space .location .side-box-heading:before {
    content: '\f3c5';
}

.single-space .location .map {
    margin: 15px -15px -15px -15px;
    border-radius: 3px;
    overflow: hidden;
    position: relative;
    padding-top: 100%;
}

.single-space .location .map iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.single-space #amenities .section-content ul li .note {
    position: relative;
}

.single-space #amenities .section-content ul li .note .icon {
}

.single-space #amenities .section-content ul li .note .icon:before {
    content: '\f05a';
    font-weight: 500;
    font-family: var(--fontawesome);
    vertical-align: middle;
    line-height: 1;
    margin-right: 2px;
    opacity: .85;
}

.single-space #amenities .section-content ul li .note .text {
    position: absolute;
    left: 50%;
    bottom: 100%;
    font-size: 13px;
    transform: translateX(-50%);
    line-height: 1.2;
    padding: 5px 8px;
    background: #252525;
    color: #fff;
    margin-bottom: 3px;
    border-radius: 3px;
    display: none;
    width: max-content;
    max-width: 250px;
}

.single-space #amenities .section-content ul li .note .text:before {
    content: '';
    width: 5px;
    height: 5px;
    background: #252525;
    position: absolute;
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    margin-left: -1px;
}

.single-space #amenities .section-content ul li .note:hover .text {
    display: block;
}

.single-space #amenities .section-content ul li .note:hover .icon:before {
    font-weight: 700;
    opacity: 1;
}

.rating-stars {
    float: right;
}

.space-card .card-content {
}

.space-card .rating-stars ul li {
    font-size: 16px;
}

.space-card .summary > div:last-child {
    margin-bottom: 15px;
}

.space-card .form-button {
    margin-top: 10px;
}

.space-card .form-button button {
    background: var(--main-color);
    border-color: var(--main-color);
}

.single-space .side-box .summary .rank:before, .single-space .side-box .summary .rank:after {
    content: '';
    display: table;
    clear: both;
}

.single-space #about .headline-section {
    font-weight: 700;
}

.single-space #videos ul {
    margin: 0 -15px;
    padding: 0;
    list-style: none;
    vertical-align: top;
    line-height: 1;
    white-space: nowrap;
}

.single-space #videos ul:before,
.single-space #videos ul:after {
    content: '';
    display: table;
    clear: both;
}

.single-space #videos ul li {
    width: 50%;
    float: right;
    padding: 0 15px;
    vertical-align: top;
}

.single-space #videos ul[data-count="1"] li {
    width: 100%;
}

.single-space #videos ul li .video {
    position: relative;
    padding-top: 56.25%;
    border-radius: 3px;
    overflow: hidden;
}

.single-space #videos ul li .video-inner {
    position: absolute;
    top: 0px;
    right: 0;
    width: 100%;
    height: 100%;
    line-height: 1;
}

.single-space #videos ul li .video iframe {
    width: 100%;
    height: 100%;
    vertical-align: top;
    position: relative;
    border: 0;
    line-height: 1;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.single-space #videos ul li .title {
    padding: 10px 0;
    font-size: 20px;
}

.single-space form.process .form-fields .fields:before {
    content: '';
    position: absolute;
    z-index: 5;
    background: rgba(247, 247, 247, .69) url(/wp-content/themes/oceanwp-child/assets/images/preloader-filters.gif) no-repeat center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: 40px
}

.single-space .form .form-fields .fields {
    position: relative
}

.single-space .form-response {
    text-align: center
}

.single-space .form-response .icon {
    margin-bottom: 15px
}

.single-space .form-response .icon:before {
    content: "\f00c";
    font-family: var(--fontawesome);
    margin: 0 auto;
    display: inline-block;
    vertical-align: top;
    width: 75px;
    height: 75px;
    line-height: 75px;
    border: 3px solid #428500;
    border-radius: 50px;
    font-size: 44px;
    font-weight: 300;
    color: #428500;
    background: #428500;
    color: #fff;
    box-shadow: 0 0 0 0 rgba(66, 133, 0, 0);
    transform: scale(1);
    animation: form-response-success-pulse 1.5s infinite
}

.single-space .form-response .title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px
}

.single-post .article-spaces-list {
    list-style: none;
    margin: 30px 0;
    padding: 0
}

.single-post .article-spaces-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.single-post .article-spaces-list .article-space-item {
    margin: 50px 0
}

.single-post .article-spaces-list .article-space-item-inner {
    display: flex;
    margin: 0 -15px
}

.single-post .article-spaces-list .article-space-item .thumbnail {
    flex-basis: 40%;
    flex-shrink: 0;
    flex-grow: 0;
    margin: 0
}

.single-post .article-spaces-list .article-space-item:nth-child(2n) .thumbnail {
    order: 2
}

.single-post .article-spaces-list .article-space-item-inner > div {
    padding: 0 15px
}

.single-post .article-spaces-list .article-space-item .thumbnail img {
    border-radius: 3px
}

.single-post .article-spaces-list .article-space-item .thumbnail .caption {
    font-style: italic;
    font-size: 12px;
    text-align: center;
    margin: 5px 0
}

.single-post .article-spaces-list .article-space-item .title .heading-title {
    font-size: 28px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 5px
}

.single-post .article-spaces-list .article-space-item .address {
    font-size: 22px
}

.single-post .article-spaces-list .article-space-item .vpn {
    font-size: 18px
}

.single-post .article-spaces-list .article-space-item .excerpt {
    margin-top: 10px
}

.single-post .article-spaces-list .article-space-item .link {
    margin-top: 10px
}

.single-post .article-spaces-list .article-space-item .link a {
    text-decoration: none;
    color: #252525;
    font-weight: 700
}

.single-post .article-spaces-list .article-space-item .link a:hover {
    text-decoration: underline
}

.single-space .section-faq .section-content > ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.single-space .section-faq .section-content > ul > li {
    padding: 25px;
    box-shadow: 0px 1px 5px rgb(0 0 0 / 20%);
    border-radius: 3px;
    margin-bottom: 20px;
    cursor: help;
}

.single-space .section-faq .section-content > ul > li .faq-item-question {
    font-weight: 700;
}

.single-space .section-faq .section-content > ul > li .faq-item-answer:before {content: '';height: 1px;background: #eaeaea;display: block;margin: 10px 0;}

.single-space .section-faq .section-content > ul > li:hover {
    background: #000;
    color: #fff;
}

.single-space .section-faq .section-content > ul > li:hover .faq-item-answer:before {
    background: #353535;
}

.single-space .section-faq .section-content > ul > li:last-child {
    margin-bottom: 0;
}

.single-space .section-faq .section-content > ul > li .faq-item-answer {
    /* display: none; */
}

.single-space .section-faq .section-content > ul > li:hover .faq-item-answer {
    /* display: block; */
}

#search-results-faq-inner {
    padding: 0 15%;
}

#search-results-faq .heading-title {
    text-align: center;
}

#search-results-faq .heading-title:before {
    right: 50%;
    transform: translateX(50%);
}

#search-results-faq .search-results-faq-list {}

#search-results-faq .search-results-faq-list > ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#search-results-faq .search-results-faq-item {
    padding: 20px;
    background: #fff;
    margin-bottom: 15px;
    box-shadow: 0px 2px 5px rgba(0,0,0,.1);
}

#search-results-faq .search-results-faq-item .faq-item-question {
    font-weight: 700;
}

#search-results-faq .search-results-faq-item:last-child {
    margin-bottom: 0;
}

#search-results-faq {
    padding: 0 0 30px 0;
}

@keyframes form-response-success-pulse {
    0% {
        transform: scale(.9);
        box-shadow: 0 0 0 0 rgba(66, 133, 0, 100)
    }
    70% {
        transform: scale(1);
        box-shadow: 0 0 0 15px rgba(66, 133, 0, 0)
    }
    100% {
        transform: scale(.9);
        box-shadow: 0 0 0 0 rgba(66, 133, 0, 0)
    }
}

#wpadminbar #wp-admin-bar-sync-space a {
    padding-right: 25px !important
}

#wpadminbar #wp-admin-bar-sync-space a:before {
    content: "\f463";
    font-family: dashicons;
    font-weight: 100;
    vertical-align: middle;
    font-size: 18px;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 5px;
    line-height: 32px;
    transition: all .25s;
    transform: rotate(0);
    float: right
}

#wpadminbar #wp-admin-bar-sync-space a.process:before {
    -webkit-animation: rotating 2s linear infinite;
    -moz-animation: rotating 2s linear infinite;
    -ms-animation: rotating 2s linear infinite;
    -o-animation: rotating 2s linear infinite;
    animation: rotating 2s linear infinite
}

@-webkit-keyframes rotating {
    from {
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes rotating {
    from {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@media (max-width: 640px) {
    #footer-widgets {
        padding: 25px 0
    }

    #footer-widgets .footer-box {
        margin: 0;
        flex-direction: column
    }

    #footer-widgets .footer-box .footer-widget {
        flex-basis: auto !important;
        padding: 0;
        order: 5;
        margin-bottom: 15px
    }

    #footer-widgets .footer-box .footer-widget.widget_text {
        order: 1;
        padding-bottom: 25px;
        margin-bottom: 15px
    }

    #footer-widgets .footer-box .footer-widget.widget_text .logo {
        max-width: 60%;
        margin: 0 auto;
        margin-bottom: 15px
    }

    #footer-widgets .footer-box .footer-widget.widget_text .contact {
        text-align: center
    }

    #footer-widgets .footer-box .footer-widget.widget_text .contact > div {
        display: inline-block;
        margin: 0 5px
    }

    #footer-widgets .footer-box .footer-widget .widget-title {
        margin-bottom: 5px
    }

    #footer-widgets .footer-box .footer-widget .menu .menu-item:not(:last-child) {
        margin-bottom: 2px
    }

    #footer-widgets .footer-box .menu[id="menu-%d7%aa%d7%a4%d7%a8%d7%99%d7%98-%d7%aa%d7%97%d7%aa%d7%95%d7%9f-%d7%a0%d7%95%d7%a9%d7%90%d7%99%d7%9d"] > li {
        width: 50%;
        float: right
    }

    #last-blog-posts .blog-post-loop-item {
        width: 100% !important
    }

    #home-header-content-inner h1 {
        font-size: 28px
    }

    #home-header-content-inner h1 span {
        display: inline-block;
        vertical-align: top
    }

    #home-header-content-inner h1 span:after {
        height: 2px;
        bottom: -1px
    }

    .headline-icon .heading-title {
        font-size: 28px;
        text-align: center
    }

    .headline-icon .elementor-heading-title:before, .headline-icon .heading-title:before {
        height: 2px;
        right: 50%;
        transform: translateX(50%)
    }

    .slider-arrows-skin-1 .slick-arrow.slick-next {
        left: 0
    }

    .slider-arrows-skin-1 .slick-arrow.slick-prev {
        right: 0
    }

    #search-suggestions-output {
        max-height: 305px
    }

    .home-spaces-inner > .link {
        text-align: center
    }

    #home-header-gallery, #home-header-gallery .slider-item {
        height: 60vh;
        min-height: 480px
    }

    #home-locations-slider .slider-item {
        width: 50%
    }

    #home-locations-slider .slider-item .thumbnail {
        height: 235px
    }

    #home-locations-slider .slider-item .content {
        padding: 35px 10px 15px
    }

    #home-locations-slider .slider-item .content h2 {
        font-size: 22px
    }

    #home-locations-slider .slider-item .content > span {
        font-size: 12px
    }

    #home-header-gallery-slider .slider-item .slider-content {
        bottom: 25px
    }

    #home-header-gallery-slider .slider-item .slider-content .content {
        padding: 0 25px
    }

    #home-header-gallery-slider .slider-item .slider-content .title {
        font-size: 16px
    }

    #home-header-gallery-slider .slider-item .slider-content .sub-title {
        font-size: 12px
    }

    .spaces-loop.slider .space-loop-item {
        width: 50% !important;
        clear: none !important
    }

    .spaces-loop.slider:not(.slick-initialized) .space-loop-item:nth-child(2n+1) {
        clear: both !important
    }

    .space-loop-item .content {
        padding: 5px 0
    }

    .space-loop-item .logo {
        width: 40px;
        margin: 1px
    }

    .space-loop-item .rating-stars ul li {
        margin-left: 2px
    }

    .space-loop-item .verified span {
        font-size: 12px
    }

    .space-loop-item .content .title .space-title {
        font-size: 16px
    }

    .space-loop-item .content .address {
        font-size: 12px
    }

    .page-search-results .page-header .filters {
        display: none
    }

    #search-results-loop .space-loop-item article {
        flex-direction: column
    }

    #search-results-loop .space-loop-item .image {
        flex-basis: auto
    }

    #search-results-loop .space-loop-item .address, #search-results-loop .space-loop-item .excerpt, #search-results-loop .space-loop-item .space-rank {
        padding: 5px;
        font-size: 12px
    }

    #search-results-loop .space-loop-item .excerpt {
        font-size: 12px;
        padding-right: 0;
        padding-left: 0
    }

    #search-results-loop .space-loop-item .pricing {
        flex-basis: auto;
        border: 0;
        padding: 0
    }

    #search-results-loop .space-loop-item .offer {
        margin-top: 0;
        padding: 10px
    }

    #search-results-loop .space-loop-item .content .title .headline-title {
        font-size: 22px
    }

    #search-results-loop .space-loop-item .content .title .headline-sub-title {
        font-size: 16px
    }

    #search-results-loop .space-loop-item .logo {
        margin: 5px
    }

    #search-results-loop-wrapper .footer-text {
        line-height: 1.4;
        padding: 0 5%;
        font-size: 16px
    }

    #search-results-loop-container .results-info {
        display: block
    }

    #search-results-loop-container .results-info .results-count {
        margin-bottom: 10px
    }

    #search-results-loop-container .results-info .results-count .heading-title {
        font-size: 18px
    }

    #search-results-loop-container .results-info .results-map {
        clear: both;
        float: left;
        margin: 0
    }

    #results-map-button .label {
        display: none
    }

    #results-map-button:before {
        margin: 0
    }

    .page-search-results .page-header-title {
        font-size: 28px;
        line-height: 1;
        width: auto !important;
        padding-bottom: 10px
    }

    .single-space .site-breadcrumbs, .page-search-results .site-breadcrumbs {
        overflow: visible;
        white-space: normal;
        height: auto;
        line-height: 1.5
    }

    .single-space .site-breadcrumbs {
        margin-bottom: 10px
    }

    .page-search-results .site-breadcrumbs {
        margin-bottom: 10px
    }

    .page-search-results .page-header .page-title {
        padding-top: 0
    }

    .single-space .headline .headline-heading {
        font-size: 28px
    }

    .single-space .headline .address:before {
        font-size: 18px;
        line-height: 1;
        height: auto;
        width: auto;
        margin-left: 5px
    }

    .single-space .headline .address {
        font-size: 16px
    }

    .single-space .grid {
        flex-direction: column
    }

    .single-space .grid .grid-content, .single-space .grid .grid-side {
        width: 100%;
        padding: 0
    }

    .single-space #gallery .slider .slick-list {
        padding-left: 30px
    }

    .single-space #gallery .slider .slide {
        padding-right: 5px;
        padding-left: 5px
    }

    .single-space #gallery {
        margin-left: -15px;
        margin-bottom: 15px
    }

    .single-space .section .headline-section {
        font-size: 22px;
        margin-bottom: 5px
    }

    .single-space .grid .grid-content .section:not(:last-child), .single-space .side-box, .single-space .grid .grid-content {
        margin-bottom: 15px
    }

    .single-space .side-box {
        padding: 15px
    }

    .single-space .side-box .share-links.sep {
        margin-right: -15px;
        margin-left: -15px;
        margin-bottom: 0;
        padding: 10px;
        margin-bottom: -15px
    }

    .single-space .side-box .logo {
        width: 83px
    }

    .single-space .open-hours table {
        font-size: 12px
    }

    .single-space .open-hours .warning {
        margin: 0;
        padding: 0;
        margin-top: 10px;
        font-size: 12px
    }

    .single-space .side-box-heading {
        margin-top: 0;
        font-size: 18px;
        margin-bottom: 5px
    }

    .single-space .location .map {
        margin: 0;
        margin-top: 10px
    }

    .single-space .form {
        padding: 15px
    }

    .single-space .form .form-header {
        font-size: 22px;
        padding: 0 15px
    }

    .no-fees {
        display: none
    }

    .single-space #gallery .slider .slick-arrow {
        width: 50px;
        height: 50px;
        line-height: 50px
    }

    .single-space #gallery .slider .slick-arrow:before {
        font-size: 16px
    }

    .single-space #gallery .slider .slick-arrow.slick-next {
        left: 5px
    }

    .single-space .form .form-fields .field-checkbox {
        line-height: 16px;
        font-size: 12px
    }

    .single-space .form .form-fields .field-checkbox input {
        width: 16px;
        height: 16px;
        margin-left: 4px
    }

    .single-space .form .form-fields .field-checkbox input:checked:before {
        line-height: 18px;
        font-size: 10px;
        vertical-align: middle;
        margin-left: -1px;
        margin-top: -1px
    }

    .single-space #amenities .section-content ul li {
        width: 50%;
        font-size: 14px;
        line-height: 16px;
        margin-bottom: 8px
    }

    .single-space #amenities .section-content li:before {
        width: 16px;
        height: 16px;
        line-height: 16px
    }

    .single-space #about .section-content {
        font-size: 14px
    }

    .single-space #about .section-content p {
        margin-bottom: 10px
    }

    .single-space #about .section-content p:last-child {
        margin-bottom: 0
    }

    .space-loop-item .distance {
        position: absolute;
        top: 5px;
        right: 5px;
        margin: 0;
        font-size: 10px;
        padding: 0 5px;
        line-height: 16px
    }

    .oceanwp-mobile-menu-icon {
        margin-right: auto
    }

    .single-post .article-spaces-list .article-space-item {
        margin: 25px 0
    }

    .single-post .article-spaces-list .article-space-item-inner {
        flex-direction: column
    }

    .single-post .article-spaces-list .article-space-item .thumbnail {
        order: 0 !important;
        margin-bottom: 15px
    }
}