/*
Theme Name: RentalHive
Author: HivePress
Author URI: https://hivepress.io
Theme URI: https://hivepress.io/themes/rentalhive
Description: A multipurpose WordPress theme that allows you to build a peer-to-peer rental marketplace.
Version: 1.0.2
Tested up to: 6.0
Requires PHP: 7.0
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: left-sidebar, custom-colors, custom-menu, custom-logo, custom-header, featured-image-header, featured-images, footer-widgets, theme-options, threaded-comments, translation-ready
Text Domain: rentalhive
*/
/*--------------------------------------------------------------
Normalize
--------------------------------------------------------------*/
.aligncenter,
.alignleft,
.alignright,
.bypostauthor,
.gallery-caption,
.screen-reader-text,
.sticky,
.wp-caption,
.wp-caption-text {
  display: block;
}
/*--------------------------------------------------------------
Typography
--------------------------------------------------------------*/
p.has-background {
  border-radius: 10px;
}
pre {
  border-radius: 10px;
}
/*--------------------------------------------------------------
Media
--------------------------------------------------------------*/
.gallery-icon img {
  border-radius: 10px;
}
.wp-caption > a > img,
.wp-caption > img {
  border-radius: 10px;
}
.mejs-audio .mejs-controls,
.mejs-audio.mejs-container {
  border-radius: 5px;
}
/*--------------------------------------------------------------
Buttons
--------------------------------------------------------------*/
.button {
  border-radius: 9999px;
  padding: 0.5625rem 1.75rem;
  font-weight: 500;
}
.button::after {
  font-size: 28px;
  margin-top: -14px;
  margin-left: -14px;
}
.button--large {
  padding: 0.75rem 1.25rem;
}
.button--primary,
.button--secondary {
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.2));
}
button[type=submit],
input[type=submit] {
  border-radius: 9999px;
  padding: 0.5625rem 1.75rem;
  font-weight: 500;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.2));
}
button[type=submit]::after,
input[type=submit]::after {
  font-size: 28px;
  margin-top: -14px;
  margin-left: -14px;
}
.wp-block-button__link {
  padding: 0.5625rem 1.75rem;
}
.wp-block-button.is-style-primary .wp-block-button__link,
.wp-block-button.is-style-secondary .wp-block-button__link {
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.2));
}
.wp-block-button.is-style-primary .wp-block-button__link {
  background-color: #43824f;
}
.wp-block-button.is-style-secondary .wp-block-button__link {
  color: #fff;
  background-color: #f1bd6c;
}
/*--------------------------------------------------------------
Forms
--------------------------------------------------------------*/
input[type='color'],
input[type='date'],
input[type='datetime'],
input[type='datetime-local'],
input[type='email'],
input[type='number'],
input[type='month'],
input[type='password'],
input[type='range'],
input[type='min'],
input[type='max'],
input[type='value'],
input[type='step'],
input[type='search'],
input[type='tel'],
input[type='text'],
input[type='time'],
input[type='url'],
select {
  border-width: 0 0 2px;
  padding-left: 0;
  padding-right: 0;
}
textarea {
  border-width: 2px;
}
.select2-container--default .select2-selection {
  border-width: 0 0 2px;
  border-radius: 0;
}
.select2-container--default .select2-selection .select2-selection__rendered {
  padding-left: 0;
  border-top: 2px solid transparent;
}
.select2-container--default .select2-selection--inline .select2-selection__rendered {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.6875rem;
}
.select2-container--default .select2-selection .select2-selection__arrow {
  right: -5px;
}
.select2-container--default .select2-selection--inline .select2-selection__arrow {
  top: 3px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  border-radius: 5px;
  border-width: 0;
}
.pac-container {
  border-radius: 5px;
  box-shadow: 0 5px 30px rgba(7, 36, 86, 0.075);
  border: none;
}
/*--------------------------------------------------------------
Header
--------------------------------------------------------------*/
@media only screen and (min-width: 48em) {
  .header-navbar {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
.header-navbar:last-child {
  border-bottom: none;
  box-shadow: 0 5px 30px rgba(7, 36, 86, 0.075);
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
.header-navbar__end,
.header-navbar__start {
  flex: 1;
}
.header-navbar__start {
  padding-right: 1rem;
  margin-right: 0;
}
@media only screen and (max-width: 47.99em) {
  .header-navbar__start {
    padding-right: 0.5rem;
  }
}
.header-navbar__end {
  padding-left: 1rem;
}
.header-navbar__menu {
  margin-right: 0;
}
@media only screen and (min-width: 48em) {
  .header-navbar__menu {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }
}
.header-navbar__menu ul li ul {
  border: none;
  box-shadow: 0 5px 30px rgba(7, 36, 86, 0.075);
  border-radius: 5px;
}
.header-navbar__menu > ul {
  justify-content: center;
}
.header-navbar__menu > ul > li.current-menu-item::before {
  border-bottom-right-radius: 9999px;
  border-bottom-left-radius: 9999px;
  height: 4px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.2));
}
.header-navbar__burger > a i {
  font-size: 24px;
}
.header-navbar__burger > ul > li.current-menu-item::before {
  width: 4px;
  border-bottom-right-radius: 9999px;
  border-top-right-radius: 9999px;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.2));
}
.header-hero {
  position: relative;
  color: #fff;
  background-color: #f1bd6c;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 15px;
}
@media only screen and (min-width: 48em) {
  .header-hero {
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (max-width: 47.99em) {
  .header-hero {
    padding-top: 2rem;
  }
}
.header-hero--title {
  text-align: center;
  padding-top: 0;
  overflow: hidden;
}
.header-hero::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: inherit;
  background-color: rgba(0, 0, 0, 0.5);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 50%);
}
.header-hero__content a,
.header-hero__content h1,
.header-hero__content h2,
.header-hero__content h3,
.header-hero__content h4,
.header-hero__content h5,
.header-hero__content h6 {
  color: inherit;
}
@media only screen and (min-width: 75em) {
  .header-hero__content h1 {
    font-size: 3.75rem;
  }
}
/*--------------------------------------------------------------
Content
--------------------------------------------------------------*/
.content-title {
  padding-top: 1rem;
  position: relative;
}
.content-title::before {
  position: absolute;
  top: 0;
  left: 0;
  height: 5px;
  width: 50px;
  display: block;
  content: '';
  background-color: #f1bd6c;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.2));
  border-radius: 9999px;
}
.content-title.has-text-align-center::before {
  left: 50%;
  margin-left: -25px;
}
@media only screen and (min-width: 75em) {
  .content-title {
    font-size: 2.625rem;
  }
}
.content-title:not(:last-child) {
  margin-bottom: 2rem;
}
@media only screen and (max-width: 47.99em) {
  .hp-grid + .content-title {
    margin-top: 1rem;
  }
}
.content-subtitle {
  font-size: 1.25rem;
}
.content-subtitle,
.content-section .content-subtitle:not(.has-text-color) {
  color: rgba(15, 23, 39, 0.45);
}
.content-subtitle:not(:last-child) {
  margin-bottom: 2rem;
}
@media only screen and (min-width: 48em) {
  .content-subtitle:not(:last-child) {
    margin-bottom: 2.5rem;
  }
}
.content-title + .content-subtitle {
  margin-top: -1.5rem;
}
.wp-block .content-slider {
  width: auto;
  margin-left: 0;
  margin-right: 0;
  left: auto;
  right: auto;
}
.content-slider .slick-slider {
  margin: -2rem 0 0;
  justify-content: center;
}
.content-slider .slick-slide {
  padding-top: 2rem;
}
@media only screen and (max-width: 47.99em) {
  .content-slider .slick-slide {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
.content-slider .slick-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(7, 36, 86, 0.35);
  box-shadow: 0 5px 30px rgba(7, 36, 86, 0.125);
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
  font-size: 24px;
  transition: color 0.25s;
  position: absolute;
  z-index: 2;
  top: 50%;
  width: 3rem;
  height: 3rem;
  margin-top: -1.5rem;
}
.content-slider .slick-arrow:hover {
  color: #43824f;
}
.content-slider .slick-prev {
  left: 2.5rem;
}
@media only screen and (max-width: 47.99em) {
  .content-slider .slick-prev {
    left: 0.5rem;
  }
}
.content-slider .slick-next {
  right: 2.5rem;
}
@media only screen and (max-width: 47.99em) {
  .content-slider .slick-next {
    right: 0.5rem;
  }
}
.content-section {
  background-color: #faf9f5;
  border-radius: 15px;
  color: inherit;
  margin-left: calc(50% - 50vw + 2.5rem);
  margin-right: calc(50% - 50vw + 2.5rem);
}
@media only screen and (max-width: 48em) {
  .content-section {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
}
.hp-grid + .content-section {
  margin-top: 2rem;
}
@media only screen and (max-width: 47.99em) {
  .hp-grid + .content-section {
    margin-top: 1rem;
  }
}
.wp-block .content-section {
  margin-left: 0;
  margin-right: 0;
}
.content-section .wp-block-cover__image-background {
  border-radius: inherit;
}
.content-section .block-editor-block-list__block,
.content-section .wp-block-cover__inner-container {
  color: inherit;
}
.content-section .block-editor-block-list__block h1,
.content-section .wp-block-cover__inner-container h1,
.content-section .block-editor-block-list__block h2,
.content-section .wp-block-cover__inner-container h2,
.content-section .block-editor-block-list__block h3,
.content-section .wp-block-cover__inner-container h3,
.content-section .block-editor-block-list__block h4,
.content-section .wp-block-cover__inner-container h4,
.content-section .block-editor-block-list__block h5,
.content-section .wp-block-cover__inner-container h5,
.content-section .block-editor-block-list__block h6,
.content-section .wp-block-cover__inner-container h6 {
  color: rgba(15, 23, 39, 0.85);
}
.content-column {
  position: relative;
}
@media only screen and (min-width: 48em) {
  .content-column:not(:last-child)::after {
    position: absolute;
    top: 0;
    right: -1em;
    bottom: 0;
    display: block;
    content: '';
    border-right: 1px solid rgba(7, 36, 86, 0.075);
  }
}
@media only screen and (max-width: 48em) {
  .content-column br {
    display: none;
  }
}
/*--------------------------------------------------------------
Posts
--------------------------------------------------------------*/
.post--archive {
  box-shadow: 0 5px 30px rgba(7, 36, 86, 0.075);
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
}
.hp-grid__item .post--archive {
  margin-bottom: 0;
}
.post--archive .post__header {
  position: relative;
}
.post--archive .post__header:not(:last-child) {
  margin-bottom: -10px;
}
@media only screen and (min-width: 48em) {
  .post--single .post__header {
    padding-top: 9rem;
    padding-bottom: 1rem;
  }
}
.post--archive .post__content {
  box-shadow: 0 5px 30px rgba(7, 36, 86, 0.075);
  background-color: #fff;
  border-radius: 10px;
  padding: 1.25rem 1.5rem;
  position: relative;
  z-index: 1;
}
.post--archive .post__image {
  position: relative;
}
.post--archive .post__image:not(:last-child) {
  margin-bottom: 0;
}
.post--archive .post__image a::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: inherit;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 35%);
}
.post--archive .post__image img {
  transition: transform 0.25s;
}
.post--archive:hover .post__image img {
  transform: scale(1.1);
}
.post--single .post__title:not(:last-child) {
  margin-bottom: 1.5rem;
}
.post__details {
  margin-bottom: -0.5rem;
}
.post__details > * {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.6875rem;
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.post__details > *:not(:last-child) {
  margin-right: 0.5rem;
}
.post__details > *:not(:last-child)::after {
  content: '';
  display: block;
  background-color: rgba(7, 36, 86, 0.25);
  border-radius: 50%;
  width: 4px;
  height: 4px;
  margin-left: 0.5rem;
}
.post__details > * i {
  font-size: 14px;
}
.post--archive .post__details {
  border-top: 1px solid rgba(7, 36, 86, 0.075);
  padding-top: 1.25rem;
}
.post--single .post__details > * {
  color: inherit!important;
}
.post--single .post__details > *::after {
  background-color: rgba(255, 255, 255, 0.5);
}
.post--archive .post__categories a {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.6875rem;
  background-color: #f1bd6c;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.2));
  color: #fff;
  transition: color 0.25s, background-color 0.25s;
  border-radius: 9999px;
  padding: 0.375rem 0.75rem;
  position: relative;
}
.post--archive .post__categories a::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: inherit;
  background-color: rgba(255, 255, 255, 0.1);
  opacity: 0;
  transition: opacity 0.25s;
}
.post--archive .post__categories a:hover::before {
  opacity: 1;
}
.post--archive.has-post-thumbnail .post__categories {
  position: absolute;
  z-index: 1;
  left: 1.5rem;
  bottom: 1rem;
  margin-bottom: 10px;
}
.post--archive.has-post-thumbnail .post__categories a,
.post--single .post__categories a {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.6875rem;
  background-color: #f1bd6c;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.2));
  color: #fff;
  transition: color 0.25s, background-color 0.25s;
  border-radius: 9999px;
  padding: 0.375rem 0.75rem;
  position: relative;
  background-color: rgba(255, 255, 255, 0.35);
  background-image: none;
}
.post--archive.has-post-thumbnail .post__categories a::before,
.post--single .post__categories a::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: inherit;
  background-color: rgba(255, 255, 255, 0.1);
  opacity: 0;
  transition: opacity 0.25s;
}
.post--archive.has-post-thumbnail .post__categories a:hover::before,
.post--single .post__categories a:hover::before {
  opacity: 1;
}
.post--archive.has-post-thumbnail .post__categories a::before,
.post--single .post__categories a::before {
  background-color: rgba(255, 255, 255, 0.15);
}
.post-navbar:not(:first-child) {
  margin-top: 2.5rem;
}
@media only screen and (max-width: 47.99em) {
  .post-navbar__end:not(:last-child):not(:empty),
  .post-navbar__start:not(:last-child):not(:empty) {
    margin-bottom: 2rem;
  }
}
.post-navbar__end {
  text-align: inherit;
}
.post-navbar__link {
  box-shadow: 0 5px 30px rgba(7, 36, 86, 0.075);
  background-color: #fff;
  border-radius: 10px;
  padding: 0.75rem 0;
}
.post-navbar__link a {
  display: flex;
}
.post-navbar__link span {
  padding: 0 1.25rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 2.5rem;
  flex: 1;
}
.post-navbar__link i {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 4rem;
  font-size: 24px;
  border-style: solid;
  border-color: rgba(7, 36, 86, 0.075);
  border-width: 0;
  transform: none!important;
}
.post-navbar__link i:first-child {
  border-right-width: 1px;
  margin-right: 0;
}
.post-navbar__link i:last-child {
  border-left-width: 1px;
  margin-left: 0;
}
/*--------------------------------------------------------------
Tags
--------------------------------------------------------------*/
.tagcloud a,
.wp-block-tag-cloud a {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.6875rem;
  padding: 0.375rem 0.75rem;
  border: 1px solid rgba(7, 36, 86, 0.125);
  border-radius: 5px;
  color: inherit;
  transition: color 0.25s, background-color 0.25s, border-color 0.25s;
  font-size: 0.6875rem!important;
  line-height: 1.5;
}
.tagcloud a:hover,
.wp-block-tag-cloud a:hover {
  border-color: #43824f;
}
.header-hero .tagcloud a,
.header-hero .wp-block-tag-cloud a {
  color: inherit!important;
  border: none;
  background-color: rgba(255, 255, 255, 0.35);
}
.header-hero .tagcloud a:hover,
.header-hero .wp-block-tag-cloud a:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
/*--------------------------------------------------------------
Comments
--------------------------------------------------------------*/
.comments > ul > li {
  box-shadow: 0 5px 30px rgba(7, 36, 86, 0.075);
  background-color: #fff;
  border-radius: 10px;
}
.comments > ul > li > ul {
  padding-top: 2rem;
  padding-left: 2rem;
  border-top: 1px solid rgba(7, 36, 86, 0.075);
}
.comments > ul > li ul {
  margin-top: 0;
}
.comment {
  padding: 0 2rem 2rem 0;
}
.comments > ul > li > .comment {
  padding-top: 2rem;
  padding-left: 2rem;
}
.comments > ul > li > .comment ul {
  padding-left: 2rem;
}
.comment__details > * {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.6875rem;
}
#comments > .comment-respond,
.comments > ul > .comment-respond {
  box-shadow: 0 5px 30px rgba(7, 36, 86, 0.075);
  background-color: #fff;
  border-radius: 10px;
  padding: 2rem;
}
.comments ul li .comment-respond {
  padding: 0 2rem 2rem 5.5rem;
}
@media only screen and (max-width: 47.99em) {
  .comments ul li .comment-respond {
    padding-left: 0;
  }
}
.comment-respond [class^='comment-form-'] > label:first-child {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.6875rem;
}
/*--------------------------------------------------------------
Modals
--------------------------------------------------------------*/
.fancybox-content {
  border-radius: 10px;
}
/*--------------------------------------------------------------
Widgets
--------------------------------------------------------------*/
.widget--sidebar,
.widget.hp-menu {
  padding: 2rem;
  box-shadow: 0 5px 30px rgba(7, 36, 86, 0.075);
  background-color: #fff;
  border-radius: 10px;
}
.widget--sidebar:not(:last-child),
.widget.hp-menu:not(:last-child) {
  margin-bottom: 2rem;
}
.widget_product_search form::before,
.widget_search form::before {
  font-size: 24px;
}
.widget_recent_comments ul li::before {
  content: '\f27a';
}
.widget_archive li::before,
.widget_categories li::before,
.widget_meta li::before,
.widget_nav_menu li::before,
.widget_product_categories li::before,
.wp-block-archives li::before,
.wp-block-categories li::before {
  color: rgba(7, 36, 86, 0.35);
  font-size: 16px;
  content: '\f105';
  top: 0.25rem;
  left: -0.25rem;
}
/*--------------------------------------------------------------
Blocks
--------------------------------------------------------------*/
.wp-block-group.has-background {
  border-radius: 10px;
}
.wp-block-pullquote.is-style-solid-color {
  border-radius: 10px;
}
.wp-block-pullquote blockquote cite,
.wp-block-pullquote.is-style-solid-color blockquote cite,
.wp-block-quote cite {
  text-transform: uppercase;
  letter-spacing: 1px;
}
.wp-block-quote {
  border-left-width: 4px;
}
.wp-block-code {
  border-radius: 10px;
}
.wp-block-gallery .blocks-gallery-item figcaption,
.wp-block-gallery .blocks-gallery-item img {
  border-radius: 10px;
}
@media only screen and (max-width: 47.99em) {
  .wp-block-column:not(:last-child) {
    margin-bottom: 3rem;
  }
}
.wp-block-file .wp-block-file__button {
  border-radius: 9999px;
  font-weight: 500;
}
/*--------------------------------------------------------------
Pagination
--------------------------------------------------------------*/
.pagination {
  justify-content: center;
}
.pagination > span,
.pagination .nav-links > a,
.pagination .nav-links > span,
.pagination > a,
.pagination ul li a,
.pagination ul li span.current,
.pagination ul li span.dots {
  width: 3rem;
  height: 3rem;
  font-weight: 500;
  border-radius: 50%;
}
.pagination > span.next,
.pagination .nav-links > a.next,
.pagination .nav-links > span.next,
.pagination > a.next,
.pagination ul li a.next,
.pagination ul li span.current.next,
.pagination ul li span.dots.next,
.pagination > span.prev,
.pagination .nav-links > a.prev,
.pagination .nav-links > span.prev,
.pagination > a.prev,
.pagination ul li a.prev,
.pagination ul li span.current.prev,
.pagination ul li span.dots.prev {
  color: rgba(7, 36, 86, 0.35);
}
.pagination > span.next::before,
.pagination .nav-links > a.next::before,
.pagination .nav-links > span.next::before,
.pagination > a.next::before,
.pagination ul li a.next::before,
.pagination ul li span.current.next::before,
.pagination ul li span.dots.next::before,
.pagination > span.prev::before,
.pagination .nav-links > a.prev::before,
.pagination .nav-links > span.prev::before,
.pagination > a.prev::before,
.pagination ul li a.prev::before,
.pagination ul li span.current.prev::before,
.pagination ul li span.dots.prev::before {
  font-size: 22px;
}
.pagination > span.prev::before,
.pagination .nav-links > a.prev::before,
.pagination .nav-links > span.prev::before,
.pagination > a.prev::before,
.pagination ul li a.prev::before,
.pagination ul li span.current.prev::before,
.pagination ul li span.dots.prev::before {
  content: '\f104';
}
.pagination > span.next::before,
.pagination .nav-links > a.next::before,
.pagination .nav-links > span.next::before,
.pagination > a.next::before,
.pagination ul li a.next::before,
.pagination ul li span.current.next::before,
.pagination ul li span.dots.next::before {
  content: '\f105';
}
.pagination .nav-links > span:not(.dots),
.pagination > span:not(.dots),
.pagination ul li span.current:not(.dots) {
  box-shadow: 0 5px 30px rgba(7, 36, 86, 0.125);
  background-color: #fff;
  color: #43824f;
}
/*--------------------------------------------------------------
HivePress
--------------------------------------------------------------*/
.hp {
  /*--------------------------------------------------------------
	Pages
	--------------------------------------------------------------*/
  /*--------------------------------------------------------------
	Menus
	--------------------------------------------------------------*/
  /*--------------------------------------------------------------
	Forms
	--------------------------------------------------------------*/
  /*--------------------------------------------------------------
	Listings
	--------------------------------------------------------------*/
  /*--------------------------------------------------------------
	Listing Categories
	--------------------------------------------------------------*/
  /*--------------------------------------------------------------
	Listing Packages
	--------------------------------------------------------------*/
  /*--------------------------------------------------------------
	Vendors
	--------------------------------------------------------------*/
  /*--------------------------------------------------------------
	Reviews
	--------------------------------------------------------------*/
  /*--------------------------------------------------------------
	Messages
	--------------------------------------------------------------*/
  /*--------------------------------------------------------------
	Memberships
	--------------------------------------------------------------*/
  /*--------------------------------------------------------------
	Offers
	--------------------------------------------------------------*/
  /*--------------------------------------------------------------
	Testimonials
	--------------------------------------------------------------*/
  /*--------------------------------------------------------------
	Features
	--------------------------------------------------------------*/
  /*--------------------------------------------------------------
	Ratings
	--------------------------------------------------------------*/
}
.hp-icon {
  font-size: 24px;
}
.hp-meta,
.hp-result-count,
.hp-status span {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.6875rem;
}
.hp-status span {
  border-radius: 5px;
}
.hp-map {
  border-radius: 10px;
}
.hp-button .hp-icon {
  vertical-align: text-bottom;
}
.hp-page__title,
.hp-section__title {
  padding-top: 1rem;
  position: relative;
}
.hp-page__title::before,
.hp-section__title::before {
  position: absolute;
  top: 0;
  left: 0;
  height: 5px;
  width: 50px;
  display: block;
  content: '';
  background-color: #f1bd6c;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.2));
  border-radius: 9999px;
}
.hp-page__title.has-text-align-center::before,
.hp-section__title.has-text-align-center::before {
  left: 50%;
  margin-left: -25px;
}
.hp-page__title:not(:last-child),
.hp-section__title:not(:last-child) {
  margin-bottom: 1.75rem;
}
.hp-menu--site-header .hp-menu__item--listing-submit i {
  display: none;
}
@media only screen and (max-width: 47.99em) {
  .hp-menu--site-header .hp-menu__item--listing-submit {
    padding: 0.25rem;
  }
  .hp-menu--site-header .hp-menu__item--listing-submit i {
    display: block;
  }
}
.hp-menu--tabbed .hp-menu__item--current::before {
  height: 4px;
  border-top-right-radius: 9999px;
  border-top-left-radius: 9999px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.2));
}
.hp-form__messages {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-left-width: 4px;
}
.hp-form--primary {
  box-shadow: 0 5px 30px rgba(7, 36, 86, 0.075);
  background-color: #fff;
  border-radius: 10px;
  padding: 1.25rem 1.25rem 1.25rem 1.5rem;
  align-items: center;
}
@media only screen and (max-width: 47.99em) {
  .hp-form--primary {
    align-items: stretch;
    padding-left: 1.25rem;
    padding-top: 1rem;
  }
}
.page span[id^=more-] + .hp-form--primary,
.tax-hp_listing_category .hp-form--primary {
  margin-top: -4.25rem;
}
@media only screen and (min-width: 48em) {
  .page span[id^=more-] + .hp-form--primary,
  .tax-hp_listing_category .hp-form--primary {
    margin-top: -6rem;
  }
}
@media only screen and (min-width: 75em) {
  .page span[id^=more-] + .hp-form--primary,
  .tax-hp_listing_category .hp-form--primary {
    margin-top: -7rem;
  }
}
.page span[id^=more-] + .hp-form--primary:not(:last-child) {
  margin-bottom: 3rem;
}
@media only screen and (min-width: 48em) {
  .page span[id^=more-] + .hp-form--primary:not(:last-child) {
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 47.99em) {
  .hp-form--primary .hp-form__fields:not(:last-child) {
    margin-bottom: 1.25rem;
  }
}
@media only screen and (max-width: 47.99em) {
  .hp-form--primary .hp-form__field:not(:last-child) {
    margin-bottom: 0.75rem;
  }
}
.hp-form--primary .hp-form__field input[type='color'],
.hp-form--primary .hp-form__field input[type='date'],
.hp-form--primary .hp-form__field input[type='datetime'],
.hp-form--primary .hp-form__field input[type='datetime-local'],
.hp-form--primary .hp-form__field input[type='email'],
.hp-form--primary .hp-form__field input[type='number'],
.hp-form--primary .hp-form__field input[type='month'],
.hp-form--primary .hp-form__field input[type='password'],
.hp-form--primary .hp-form__field input[type='range'],
.hp-form--primary .hp-form__field input[type='min'],
.hp-form--primary .hp-form__field input[type='max'],
.hp-form--primary .hp-form__field input[type='value'],
.hp-form--primary .hp-form__field input[type='step'],
.hp-form--primary .hp-form__field input[type='search'],
.hp-form--primary .hp-form__field input[type='tel'],
.hp-form--primary .hp-form__field input[type='text'],
.hp-form--primary .hp-form__field input[type='time'],
.hp-form--primary .hp-form__field input[type='url'],
.hp-form--primary .hp-form__field select,
.hp-form--primary .hp-form__field textarea {
  font-size: 1.125rem;
  line-height: 3.5rem;
  height: 3.5rem;
}
.hp-form--primary .select2-container--default .select2-selection {
  margin-top: -2px;
}
.hp-form--primary .select2-container--default .select2-selection__rendered {
  font-size: 1.125rem;
  line-height: 3.5rem;
  height: 3.5rem;
  padding-top: 0;
  padding-bottom: 0;
}
.hp-form--primary .select2-container--default .select2-selection__arrow {
  top: 0.875rem;
}
.hp-form--primary .hp-form__button {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.125rem;
  padding: 0.75rem 1.25rem;
}
@media only screen and (min-width: 48em) {
  .hp-form--primary .hp-form__button {
    border-radius: 50%;
    font-size: 0;
    width: 3.5rem;
    height: 3.5rem;
    padding: 0;
  }
}
.hp-form--primary .hp-form__button span::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  display: inline-block;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: auto;
  font-size: 24px;
  content: '\f002';
}
@media only screen and (max-width: 47.99em) {
  .hp-form--primary .hp-form__button span::after {
    display: none;
  }
}
.hp-field--attachment-upload > div:first-child > div img {
  border-radius: 10px;
}
.hp-field__label {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.6875rem;
}
.hp-listing--view-block {
  box-shadow: 0 5px 30px rgba(7, 36, 86, 0.075);
  background-color: #fff;
  border-radius: 10px;
  transition: transform 0.25s;
  overflow: hidden;
}
.hp-listing--view-block:hover {
  transform: translateY(-10px);
}
.hp-listing--view-block.hp-listing--featured {
  border: 2px solid #f1bd6c;
}
.hp-listing--view-block .hp-listing__content:not(:last-child),
.hp-listing--view-block .hp-listing__footer:not(:last-child),
.hp-listing--view-block .hp-listing__header:not(:last-child) {
  margin-bottom: 0;
}
.hp-listing--view-block .hp-listing__content {
  padding: 1.25rem 1.5rem;
}
.hp-listing--view-block .hp-listing__footer {
  padding: 1rem 0;
  margin: 0 1.5rem;
  border-top: 1px solid rgba(7, 36, 86, 0.075);
}
.hp-listing--view-block .hp-listing__title:not(:last-child) {
  margin-bottom: 0.75rem;
}
@media only screen and (min-width: 75em) {
  .hp-listing--view-page .hp-listing__title {
    font-size: 3rem;
  }
}
.hp-listing--view-block .hp-listing__details--primary:not(:last-child) {
  margin-bottom: 1rem;
}
.hp-listing--view-block .hp-listing__image {
  position: relative;
}
.hp-listing--view-block .hp-listing__image a {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.hp-listing--view-block .hp-listing__image a::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: inherit;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 35%);
}
.hp-listing--view-block .hp-listing__image img {
  border-radius: inherit;
}
@media only screen and (min-width: 48em) {
  .hp-listing--view-page .hp-listing__images {
    margin-bottom: 0;
  }
}
.hp-listing--view-page .hp-listing__images img {
  border-radius: 10px;
  max-width: 800px;
  margin: 0 auto;
}
.hp-listing--view-block .hp-listing__location i,
.hp-listing--view-page .hp-listing__location i {
  margin-left: -4px;
  margin-right: 0.2rem;
  color: #43824f;
}
.hp-listing--view-block .hp-listing__location span,
.hp-listing--view-page .hp-listing__location span {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.hp-listing--view-block .hp-listing__verified-badge,
.hp-listing--view-page .hp-listing__verified-badge {
  color: #43824f;
}
.hp-listing--view-page .hp-listing__verified-badge {
  font-size: 32px;
}
.hp-listing--view-block .hp-listing__categories,
.hp-listing--view-block .hp-listing__rating {
  position: absolute;
  z-index: 1;
  bottom: 1rem;
}
.hp-listing--view-block .hp-listing__rating {
  right: 1.5rem;
  color: #fff;
}
.hp-listing--view-block .hp-listing__categories {
  left: 1.5rem;
}
.hp-listing--view-block .hp-listing__categories a {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.6875rem;
  background-color: #f1bd6c;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.2));
  color: #fff;
  transition: color 0.25s, background-color 0.25s;
  border-radius: 9999px;
  padding: 0.375rem 0.75rem;
  position: relative;
  background-color: rgba(255, 255, 255, 0.35);
  background-image: none;
}
.hp-listing--view-block .hp-listing__categories a::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: inherit;
  background-color: rgba(255, 255, 255, 0.1);
  opacity: 0;
  transition: opacity 0.25s;
}
.hp-listing--view-block .hp-listing__categories a:hover::before {
  opacity: 1;
}
.hp-listing--view-block .hp-listing__categories a::before {
  background-color: rgba(255, 255, 255, 0.15);
}
.hp-listing--view-page .hp-listing__categories a {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.6875rem;
  background-color: #f1bd6c;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.2));
  color: #fff;
  transition: color 0.25s, background-color 0.25s;
  border-radius: 9999px;
  padding: 0.375rem 0.75rem;
  position: relative;
}
.hp-listing--view-page .hp-listing__categories a::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: inherit;
  background-color: rgba(255, 255, 255, 0.1);
  opacity: 0;
  transition: opacity 0.25s;
}
.hp-listing--view-page .hp-listing__categories a:hover::before {
  opacity: 1;
}
.hp-listing--view-block .hp-listing__created-date,
.hp-listing--view-page .hp-listing__created-date {
  font-size: 0.6875rem;
  display: none;
}
.hp-listing--view-block .hp-listing__featured-badge {
  position: static;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  height: auto;
  background: none;
  color: #f1bd6c;
}
.hp-listing--view-block .hp-listing__featured-badge i::before {
  content: '\f0aa';
}
.hp-listing--view-page .hp-listing__topbar {
  display: flex;
  justify-content: space-between;
  align-items: start;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.hp-listing--view-page .hp-listing__attributes--primary:not(:last-child) {
  margin-bottom: 0;
}
.hp-listing--view-page .hp-listing__attributes--primary.widget {
  padding: 2rem;
  box-shadow: 0 5px 30px rgba(7, 36, 86, 0.075);
  background-color: #fff;
  border-radius: 10px;
}
.hp-listing--view-page .hp-listing__attributes--primary.widget:not(:last-child) {
  margin-bottom: 2rem;
}
.hp-listing--view-block .hp-listing__attributes--primary .hp-listing__attribute,
.hp-listing--view-page .hp-listing__attributes--primary .hp-listing__attribute {
  font-weight: 500;
  color: #43824f;
}
.hp-listing--view-block .hp-listing__attributes--primary .hp-listing__attribute {
  font-size: 1.125rem;
}
.hp-listing--view-page .hp-listing__attributes--primary .hp-listing__attribute {
  background-color: transparent;
  padding: 0;
  font-size: 1.25rem;
}
.hp-listing--view-page .hp-listing__attributes--primary .hp-listing__attribute:not(:last-child) {
  border-bottom: 1px solid rgba(7, 36, 86, 0.075);
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
}
.hp-listing--view-page .hp-listing__attributes--primary:not(:last-child) .hp-listing__attribute {
  text-align: left;
}
.hp-listing--view-page .hp-listing__attributes--primary.widget .hp-listing__attribute {
  text-align: center;
}
.hp-listing--view-block .hp-listing__attributes--secondary .hp-row {
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}
.hp-listing--view-block .hp-listing__attributes--secondary .hp-col-xs-12 {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.hp-listing--view-block .hp-listing__attributes--secondary .hp-listing__attribute i,
.hp-listing--view-page .hp-listing__attributes--secondary .hp-listing__attribute i {
  vertical-align: middle;
}
.hp-listing--view-block .hp-listing__attributes--secondary .hp-listing__attribute {
  font-size: 0.75rem;
}
.hp-listing--view-block .hp-listing__attributes--secondary .hp-listing__attribute i {
  margin-left: -3px;
}
.hp-listing--view-page .hp-listing__actions--primary {
  padding: 0 2rem;
}
.hp-booking--view-block .hp-listing__created-date,
.hp-booking--view-page .hp-listing__created-date {
  display: block;
}
@media only screen and (max-width: 47.99em) {
  .hp-template--listings-view-page .hp-link--hide-map:not(last-child) {
    margin-bottom: 0.5rem;
  }
}
.hp-template--listing-view-page .hp-page__header:not(:last-child) {
  margin-bottom: 2rem;
}
.hp-template--listing-view-page .hp-page__topbar {
  border-bottom-width: 1px;
}
.hp-listing--view-page .hp-section#location:not(:last-child) {
  margin-bottom: 2.5rem;
}
.hp-listing-category--view-block {
  border-radius: 10px;
  color: #fff;
  position: relative;
  overflow: hidden;
  padding-top: 70%;
}
@media only screen and (max-width: 47.99em) {
  .hp-listing-category--view-block {
    padding-top: 15%;
  }
}
.hp-listing-category--view-block .hp-listing-category__content:not(:last-child),
.hp-listing-category--view-block .hp-listing-category__header:not(:last-child) {
  margin-bottom: 0;
}
@media only screen and (min-width: 48em) {
  .hp-listing-category--view-page .hp-listing-category__header {
    padding-top: 9rem;
    padding-bottom: 3rem;
  }
}
.hp-listing-category--view-block .hp-listing-category__content {
  position: relative;
  z-index: 1;
  padding: 1.75rem 2rem;
}
.hp-listing-category--view-block .hp-listing-category__content a,
.hp-listing-category--view-block .hp-listing-category__content h1,
.hp-listing-category--view-block .hp-listing-category__content h2,
.hp-listing-category--view-block .hp-listing-category__content h3,
.hp-listing-category--view-block .hp-listing-category__content h4,
.hp-listing-category--view-block .hp-listing-category__content h5,
.hp-listing-category--view-block .hp-listing-category__content h6 {
  color: inherit;
}
.hp-listing-category--view-block .hp-listing-category__image {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-size: cover;
  background-position: center center;
  transition: transform 0.25s;
}
.hp-listing-category--view-block .hp-listing-category__image:not(:last-child) {
  margin-bottom: 0;
}
.hp-listing-category--view-block .hp-listing-category__image::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: inherit;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.5));
}
.hp-listing-category--view-block:hover .hp-listing-category__image {
  transform: scale(1.1);
}
.hp-listing-category--view-block .hp-listing-category__description,
.hp-listing-category--view-block .hp-listing-category__name {
  text-align: left;
}
.hp-listing-category--view-block .hp-listing-category__description {
  font-size: 0.875rem;
}
.hp-listing-category--view-block .hp-listing-category__item-count,
.hp-listing-category--view-page .hp-listing-category__item-count {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.6875rem;
  background-color: #f1bd6c;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.2));
  color: #fff;
  transition: color 0.25s, background-color 0.25s;
  border-radius: 9999px;
  padding: 0.375rem 0.75rem;
  position: relative;
  background-color: rgba(255, 255, 255, 0.35);
  background-image: none;
  display: inline-block;
  pointer-events: none;
}
.hp-listing-category--view-block .hp-listing-category__item-count::before,
.hp-listing-category--view-page .hp-listing-category__item-count::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: inherit;
  background-color: rgba(255, 255, 255, 0.1);
  opacity: 0;
  transition: opacity 0.25s;
}
.hp-listing-category--view-block .hp-listing-category__item-count:hover::before,
.hp-listing-category--view-page .hp-listing-category__item-count:hover::before {
  opacity: 1;
}
.hp-listing-category--view-block .hp-listing-category__item-count::before,
.hp-listing-category--view-page .hp-listing-category__item-count::before {
  background-color: rgba(255, 255, 255, 0.15);
}
.hp-listing-category--view-block .hp-listing-category__item-count {
  position: absolute;
  z-index: 1;
  left: 2rem;
  top: 2rem;
}
.hp-listing-package--view-block {
  box-shadow: 0 5px 30px rgba(7, 36, 86, 0.075);
  background-color: #fff;
  border-radius: 10px;
  transition: transform 0.25s;
}
.hp-listing-package--view-block:hover {
  transform: translateY(-10px);
}
.hp-listing-package--view-block .hp-listing-package__content:not(:last-child),
.hp-listing-package--view-block .hp-listing-package__footer:not(:last-child),
.hp-listing-package--view-block .hp-listing-package__header:not(:last-child) {
  margin-bottom: 0;
}
.hp-listing-package--view-block .hp-listing-package__footer,
.hp-listing-package--view-block .hp-listing-package__header {
  padding: 1rem 0;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
.hp-listing-package--view-block .hp-listing-package__header {
  border-bottom: 1px solid rgba(7, 36, 86, 0.075);
}
.hp-listing-package--view-block .hp-listing-package__content {
  padding: 1.5rem;
}
.hp-listing-package--view-block .hp-listing-package__footer {
  border-top: 1px solid rgba(7, 36, 86, 0.075);
}
.hp-vendor--view-block {
  transition: transform 0.25s;
}
.hp-vendor--view-block:hover {
  transform: translateY(-10px);
}
.hp-vendor--view-block,
.hp-vendor--view-page .hp-vendor__summary {
  box-shadow: 0 5px 30px rgba(7, 36, 86, 0.075);
  background-color: #fff;
  border-radius: 10px;
  position: relative;
}
.hp-vendor--view-page .hp-vendor__summary {
  padding: 4rem 2rem 2rem;
}
.hp-vendor--view-block .hp-vendor__header {
  padding: 4rem 2rem 0;
}
.hp-vendor--view-block .hp-vendor__header:not(:last-child) {
  margin-bottom: 1.25rem;
}
.hp-vendor--view-block .hp-vendor__content {
  padding: 0 3rem 2rem;
}
@media only screen and (max-width: 47.99em) {
  .hp-vendor--view-block .hp-vendor__content {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.hp-vendor--view-block .hp-vendor__content:not(:last-child) {
  margin-bottom: 0;
}
.hp-vendor--view-block .hp-vendor__footer {
  padding: 1rem 0;
  margin: 0 1.5rem;
  border-top: 1px solid rgba(7, 36, 86, 0.075);
}
.hp-vendor--view-block .hp-vendor__image,
.hp-vendor--view-page .hp-vendor__image {
  width: 9.375rem;
}
.hp-vendor--view-page .hp-vendor__image:not(:last-child) {
  margin-bottom: 1.25rem;
}
.hp-vendor--view-page .hp-vendor__name:not(:last-child) {
  margin-bottom: 0.5rem;
}
.hp-vendor--view-block .hp-vendor__rating,
.hp-vendor--view-block .hp-vendor__verified-badge,
.hp-vendor--view-page .hp-vendor__rating,
.hp-vendor--view-page .hp-vendor__verified-badge {
  position: absolute;
  top: 2rem;
}
.hp-vendor--view-block .hp-vendor__rating,
.hp-vendor--view-page .hp-vendor__rating {
  left: 2rem;
}
.hp-vendor--view-block .hp-vendor__verified-badge,
.hp-vendor--view-page .hp-vendor__verified-badge {
  display: block;
  right: 2rem;
  margin-top: -2px;
  margin-right: -2px;
  font-size: 30px;
  color: #43824f;
}
.hp-vendor--view-block .hp-vendor__attributes--secondary .hp-col-xs-12,
.hp-vendor--view-page .hp-vendor__attributes--secondary .hp-col-xs-12 {
  max-width: 100%;
  flex-basis: 100%;
}
.hp-vendor--view-block .hp-vendor__attributes--secondary .hp-vendor__attribute i,
.hp-vendor--view-page .hp-vendor__attributes--secondary .hp-vendor__attribute i {
  vertical-align: middle;
}
.hp-vendor--view-page .hp-vendor__attributes--secondary .hp-vendor__attribute i {
  margin-left: -6px;
}
.hp-vendor--view-page .hp-vendor__attributes--primary {
  box-shadow: 0 5px 30px rgba(7, 36, 86, 0.075);
  background-color: #fff;
  border-radius: 10px;
  padding: 1.25rem 2rem;
}
.hp-vendor--view-block .hp-vendor__attributes--primary .hp-vendor__attribute,
.hp-vendor--view-page .hp-vendor__attributes--primary .hp-vendor__attribute {
  font-weight: 500;
  color: #43824f;
}
.hp-vendor--view-block .hp-vendor__attributes--primary .hp-vendor__attribute {
  font-size: 1.125rem;
}
.hp-vendor--view-page .hp-vendor__attributes--primary .hp-vendor__attribute {
  background-color: transparent;
  padding: 0;
  font-size: 1.25rem;
}
.hp-vendor--view-page .hp-vendor__attributes--primary .hp-vendor__attribute:not(:last-child) {
  border-bottom: 1px solid rgba(7, 36, 86, 0.075);
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
}
.hp-vendor__actions--secondary {
  box-shadow: 0 5px 30px rgba(7, 36, 86, 0.075);
  background-color: #fff;
  border-radius: 10px;
  padding-top: 1.5rem!important;
  padding-bottom: 1.5rem!important;
}
.hp-vendor__actions--secondary .hp-vendor__balance strong {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.6875rem;
}
.hp-review--view-block {
  box-shadow: 0 5px 30px rgba(7, 36, 86, 0.075);
  background-color: #fff;
  border-radius: 10px;
  padding: 2rem;
}
.hp-review__details > * {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.6875rem;
  display: flex;
  align-items: center;
}
.hp-review__details > *:not(:last-child) {
  margin-right: 0.5rem;
}
.hp-review__details > *:not(:last-child)::after {
  content: '';
  display: block;
  background-color: rgba(7, 36, 86, 0.25);
  border-radius: 50%;
  width: 4px;
  height: 4px;
  margin-left: 0.5rem;
}
.hp-message--view-block {
  border-radius: 10px;
}
.hp-message--view-block .hp-message__sent-date {
  font-size: 0.6875rem;
}
.hp-membership-plan--view-block {
  box-shadow: 0 5px 30px rgba(7, 36, 86, 0.075);
  background-color: #fff;
  border-radius: 10px;
  transition: transform 0.25s;
}
.hp-membership-plan--view-block:hover {
  transform: translateY(-10px);
}
.hp-membership-plan--view-block .hp-membership-plan__content:not(:last-child),
.hp-membership-plan--view-block .hp-membership-plan__footer:not(:last-child),
.hp-membership-plan--view-block .hp-membership-plan__header:not(:last-child) {
  margin-bottom: 0;
}
.hp-membership-plan--view-block .hp-membership-plan__footer,
.hp-membership-plan--view-block .hp-membership-plan__header {
  padding: 1rem 0;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
.hp-membership-plan--view-block .hp-membership-plan__header {
  border-bottom: 1px solid rgba(7, 36, 86, 0.075);
}
.hp-membership-plan--view-block .hp-membership-plan__content {
  padding: 1.5rem;
}
.hp-membership-plan--view-block .hp-membership-plan__footer {
  border-top: 1px solid rgba(7, 36, 86, 0.075);
}
.hp-membership--view-block {
  box-shadow: 0 5px 30px rgba(7, 36, 86, 0.075);
  background-color: #fff;
  border-radius: 10px;
  padding: 1.5rem;
}
.hp-membership--view-block .hp-membership__expired-date {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.6875rem;
}
.hp-offer--view-block {
  box-shadow: 0 5px 30px rgba(7, 36, 86, 0.075);
  background-color: #fff;
  border-radius: 10px;
  padding: 2rem;
}
.hp-offer__content:not(:last-child) {
  margin-bottom: 1.5rem;
}
.hp-offer__footer {
  padding: 1rem 1.5rem;
  margin: 0 -2rem -2rem;
  border-top: 1px solid rgba(7, 36, 86, 0.075);
}
.hp-offer__attributes--primary .hp-offer__attribute {
  color: #43824f;
  font-weight: 500;
}
.hp-testimonial {
  box-shadow: 0 5px 30px rgba(7, 36, 86, 0.075);
  background-color: #fff;
  border-radius: 10px;
  border-radius: 15px;
}
@media only screen and (max-width: 47.99em) {
  .hp-testimonial {
    flex-direction: column;
  }
}
.hp-testimonial__image {
  flex: 0 0 50%;
  margin: 0;
  background-color: #f2f2f2;
  background-size: cover;
  background-position: center center;
  border-radius: 15px;
}
@media only screen and (max-width: 47.99em) {
  .hp-testimonial__image {
    padding-bottom: 75%;
  }
}
.hp-testimonial__content {
  background-image: url("assets/images/icons/quote.svg");
  background-repeat: no-repeat;
  background-position: right -30px top -30px;
  background-size: 300px;
  padding: 4rem;
}
@media only screen and (max-width: 74.99em) {
  .hp-testimonial__content {
    padding: 3rem;
  }
}
@media only screen and (max-width: 47.99em) {
  .hp-testimonial__content {
    padding: 2rem;
    background-image: none;
  }
}
.wp-block .hp-testimonial__content {
  background-image: none;
}
@media only screen and (max-width: 47.99em) {
  .hp-testimonial__text {
    font-size: 100%;
  }
}
.hp-feature {
  transition: transform 0.25s;
  position: relative;
  width: 5.5rem;
  margin-left: auto;
  margin-right: auto;
}
.hp-feature:hover {
  transform: translateY(-10px);
}
.hp-feature__icon {
  border-radius: 32px;
  position: relative;
  font-size: 42px;
  color: #43824f;
}
.hp-feature__icon::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: inherit;
  background-color: #43824f;
  opacity: 0.1;
}
.hp-feature__caption {
  position: absolute;
  right: -0.25rem;
  top: -0.25rem;
  background-color: #fff;
  border-radius: 9999px;
  box-shadow: 0 0 10px rgba(7, 36, 86, 0.1);
  padding: 0 0.25rem;
  white-space: nowrap;
  min-width: 1.625rem;
  line-height: 1.625rem;
  font-size: 0.75rem;
  letter-spacing: 0;
  font-weight: 500;
  color: rgba(15, 23, 39, 0.85);
}
.hp-rating-stars {
  font-size: 0;
}
.hp-rating-stars i {
  font-size: 16px;
}
.hp-rating-stars i:not(:first-child) {
  margin-left: 0;
}
.hp-rating-stars i.active {
  color: #f1bd6c;
}
.hp-rating-stars--large i {
  font-size: 18px;
}
.rating {
  display: flex;
  align-items: center;
  color: rgba(15, 23, 39, 0.45);
}
.wp-block .rating {
  display: none;
}
.rating__circle {
  margin-right: 0.5rem;
  color: #f1bd6c;
  background: url("assets/images/icons/star.svg") 8px 8px no-repeat;
  background-size: 12px 11px;
  height: 26px;
}
.rating__details {
  display: flex;
  flex-direction: column;
  line-height: 1.15;
}
.rating__details,
.rating__details:hover {
  color: inherit;
}
.rating__value {
  font-size: 0.875rem;
  color: #f1bd6c;
}
.rating__count {
  font-size: 0.75rem;
}
/*--------------------------------------------------------------
WooCommerce
--------------------------------------------------------------*/
.woocommerce {
  /*--------------------------------------------------------------
	Forms
	--------------------------------------------------------------*/
  /*--------------------------------------------------------------
	Buttons
	--------------------------------------------------------------*/
  /*--------------------------------------------------------------
	Widgets
	--------------------------------------------------------------*/
  /*--------------------------------------------------------------
	Products
	--------------------------------------------------------------*/
  /*--------------------------------------------------------------
	Checkout
	--------------------------------------------------------------*/
  /*--------------------------------------------------------------
	Account
	--------------------------------------------------------------*/
  /*--------------------------------------------------------------
	Pagination
	--------------------------------------------------------------*/
}
.woocommerce .woocommerce-result-count {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.6875rem;
}
.woocommerce .woocommerce-ordering select {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.6875rem;
}
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.woocommerce form .form-row label,
.woocommerce-page form .form-row label {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.6875rem;
}
.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
  box-shadow: 0 5px 30px rgba(7, 36, 86, 0.075);
  background-color: #fff;
  border-radius: 10px;
  padding: 2rem;
  border: none;
}
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  border-radius: 9999px;
  font-weight: 500;
}
.woocommerce .widget_price_filter .price_label {
  text-transform: uppercase;
  letter-spacing: 1px;
}
.woocommerce ul.product_list_widget li img {
  border-radius: 5px;
}
.woocommerce ul.cart_list li .reviewer,
.woocommerce ul.product_list_widget li .reviewer {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.6875rem;
}
.woocommerce div.product div.images img {
  border-radius: 10px;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  box-shadow: 0 5px 30px rgba(7, 36, 86, 0.075);
  background-color: #fff;
  border-radius: 10px;
  transition: transform 0.25s;
  padding: 2rem;
}
.woocommerce ul.products li.product:hover,
.woocommerce-page ul.products li.product:hover {
  transform: translateY(-10px);
}
.woocommerce ul.products li.product a img,
.woocommerce-page ul.products li.product a img {
  border-radius: 10px;
}
.woocommerce #add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
  border-radius: 5px;
}
.woocommerce #add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  border-radius: 10px;
}
.woocommerce #add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
  border-radius: 10px;
}
.woocommerce-MyAccount-navigation {
  box-shadow: 0 5px 30px rgba(7, 36, 86, 0.075);
  background-color: #fff;
  border-radius: 10px;
  padding: 2rem;
}
.woocommerce-MyAccount-navigation li::before {
  color: rgba(7, 36, 86, 0.35);
  font-size: 16px;
  content: '\f105';
  top: 0.25rem;
  left: -0.25rem;
}
.woocommerce-MyAccount-navigation:not(:last-child) {
  margin-bottom: 2rem;
}
.woocommerce .woocommerce-customer-details address {
  box-shadow: 0 5px 30px rgba(7, 36, 86, 0.075);
  background-color: #fff;
  border-radius: 10px;
  padding: 2rem;
}
.woocommerce nav.woocommerce-pagination {
  justify-content: center;
}
.woocommerce nav.woocommerce-pagination > span,
.woocommerce nav.woocommerce-pagination .nav-links > a,
.woocommerce nav.woocommerce-pagination .nav-links > span,
.woocommerce nav.woocommerce-pagination > a,
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce nav.woocommerce-pagination ul li span.dots {
  width: 3rem;
  height: 3rem;
  font-weight: 500;
  border-radius: 50%;
}
.woocommerce nav.woocommerce-pagination > span.next,
.woocommerce nav.woocommerce-pagination .nav-links > a.next,
.woocommerce nav.woocommerce-pagination .nav-links > span.next,
.woocommerce nav.woocommerce-pagination > a.next,
.woocommerce nav.woocommerce-pagination ul li a.next,
.woocommerce nav.woocommerce-pagination ul li span.current.next,
.woocommerce nav.woocommerce-pagination ul li span.dots.next,
.woocommerce nav.woocommerce-pagination > span.prev,
.woocommerce nav.woocommerce-pagination .nav-links > a.prev,
.woocommerce nav.woocommerce-pagination .nav-links > span.prev,
.woocommerce nav.woocommerce-pagination > a.prev,
.woocommerce nav.woocommerce-pagination ul li a.prev,
.woocommerce nav.woocommerce-pagination ul li span.current.prev,
.woocommerce nav.woocommerce-pagination ul li span.dots.prev {
  color: rgba(7, 36, 86, 0.35);
}
.woocommerce nav.woocommerce-pagination > span.next::before,
.woocommerce nav.woocommerce-pagination .nav-links > a.next::before,
.woocommerce nav.woocommerce-pagination .nav-links > span.next::before,
.woocommerce nav.woocommerce-pagination > a.next::before,
.woocommerce nav.woocommerce-pagination ul li a.next::before,
.woocommerce nav.woocommerce-pagination ul li span.current.next::before,
.woocommerce nav.woocommerce-pagination ul li span.dots.next::before,
.woocommerce nav.woocommerce-pagination > span.prev::before,
.woocommerce nav.woocommerce-pagination .nav-links > a.prev::before,
.woocommerce nav.woocommerce-pagination .nav-links > span.prev::before,
.woocommerce nav.woocommerce-pagination > a.prev::before,
.woocommerce nav.woocommerce-pagination ul li a.prev::before,
.woocommerce nav.woocommerce-pagination ul li span.current.prev::before,
.woocommerce nav.woocommerce-pagination ul li span.dots.prev::before {
  font-size: 22px;
}
.woocommerce nav.woocommerce-pagination > span.prev::before,
.woocommerce nav.woocommerce-pagination .nav-links > a.prev::before,
.woocommerce nav.woocommerce-pagination .nav-links > span.prev::before,
.woocommerce nav.woocommerce-pagination > a.prev::before,
.woocommerce nav.woocommerce-pagination ul li a.prev::before,
.woocommerce nav.woocommerce-pagination ul li span.current.prev::before,
.woocommerce nav.woocommerce-pagination ul li span.dots.prev::before {
  content: '\f104';
}
.woocommerce nav.woocommerce-pagination > span.next::before,
.woocommerce nav.woocommerce-pagination .nav-links > a.next::before,
.woocommerce nav.woocommerce-pagination .nav-links > span.next::before,
.woocommerce nav.woocommerce-pagination > a.next::before,
.woocommerce nav.woocommerce-pagination ul li a.next::before,
.woocommerce nav.woocommerce-pagination ul li span.current.next::before,
.woocommerce nav.woocommerce-pagination ul li span.dots.next::before {
  content: '\f105';
}
.woocommerce nav.woocommerce-pagination .nav-links > span:not(.dots),
.woocommerce nav.woocommerce-pagination > span:not(.dots),
.woocommerce nav.woocommerce-pagination ul li span.current:not(.dots) {
  box-shadow: 0 5px 30px rgba(7, 36, 86, 0.125);
  background-color: #fff;
  color: #43824f;
}

/* Fremera staging: hide public location section and map on player pages until package-based access is implemented */
#location,
.hp-listing__map,
.hp-link--hide-map {
  display: none !important;
}

/* Fremera staging: center homepage intro block horizontally only */
.fremera-home-intro{
  text-align:center;
}
.fremera-home-intro .wp-block-buttons{
  justify-content:center;
}
.fremera-home-intro .wp-block-group__inner-container{
  max-width:980px;
  margin-left:auto;
  margin-right:auto;
}

/* Fremera staging: center intro content only, keep block in same vertical place */
.fremera-home-intro .wp-block-group__inner-container > h1,
.fremera-home-intro .wp-block-group__inner-container > p,
.fremera-home-intro .wp-block-group__inner-container > .wp-block-buttons{
  max-width: 900px;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
}
.fremera-home-intro .wp-block-buttons{
  display: flex !important;
  justify-content: center !important;
}
\n\n\n\n\n\n\n\n\n

/* FREMERA LOGO FIT START */
.site-header .header-navbar,
.site-header > .header-navbar{
  min-height:72px !important;
  padding-top:0 !important;
  padding-bottom:0 !important;
  align-items:center !important;
}

.header-navbar__start,
.fremera-topnav__inner{
  align-items:center !important;
}

.fremera-topnav__brand,
.header-logo,
.custom-logo-link{
  display:flex !important;
  align-items:center !important;
  line-height:0 !important;
  background:transparent !important;
  box-shadow:none !important;
  border:0 !important;
  overflow:hidden !important;
}

.fremera-topnav__brand{
  max-width:160px !important;
  margin-right:14px !important;
  flex:0 0 auto !important;
}

.header-logo{
  max-width:160px !important;
}

.custom-logo-link img,
.custom-logo,
.fremera-topnav__brand img,
.header-logo img{
  display:block !important;
  width:auto !important;
  height:auto !important;
  max-width:160px !important;
  max-height:34px !important;
  object-fit:contain !important;
  background:transparent !important;
  box-shadow:none !important;
  border:0 !important;
}

.header-logo__name,
.header-logo__description{
  display:none !important;
}
/* FREMERA LOGO FIT END */
\n\n/* FREMERA HERO TOP CLEAN START */
.home .site-header,
.home .fremera-topnav,
.home .header-navbar{
  margin-bottom:0 !important;
  padding-bottom:0 !important;
  border-bottom:0 !important;
  box-shadow:none !important;
}

.home .site-content,
.home #content,
.home .site-content > .container{
  margin-top:0 !important;
  padding-top:0 !important;
  border-top:0 !important;
  box-shadow:none !important;
  background:transparent !important;
}

.home .site-content > .container{
  max-width:none !important;
  width:100% !important;
  padding-left:0 !important;
  padding-right:0 !important;
}

.home .fremera-home-hero-wrap{
  margin-top:-24px !important;
  margin-bottom:0 !important;
  padding-top:0 !important;
  padding-bottom:0 !important;
  border-top:0 !important;
}

.home .fremera-home-hero-wrap .wp-block-group__inner-container,
.home .fremera-home-hero-image{
  margin-top:0 !important;
  padding-top:0 !important;
  border-top:0 !important;
}

.home .fremera-home-hero-wrap + *{
  margin-top:0 !important;
  padding-top:0 !important;
}
/* FREMERA HERO TOP CLEAN END */\n\n\n/* FREMERA HOME RESPONSIVE START */
.home .site-content,
.home #content,
.home .site-content > .container{
  width:100% !important;
  max-width:100% !important;
  margin:0 !important;
  padding-top:0 !important;
  border-top:0 !important;
  box-shadow:none !important;
  background:transparent !important;
}

.home .site-content > .container{
  padding-left:clamp(12px,2vw,28px) !important;
  padding-right:clamp(12px,2vw,28px) !important;
}

.home .fremera-topnav__inner{
  max-width:1440px !important;
  margin:0 auto !important;
  padding-left:clamp(12px,2vw,24px) !important;
  padding-right:clamp(12px,2vw,24px) !important;
  gap:clamp(12px,1.5vw,20px) !important;
  align-items:center !important;
}

.home .fremera-topnav__links{
  display:flex !important;
  align-items:center !important;
  gap:clamp(12px,1.5vw,20px) !important;
  flex-wrap:wrap !important;
}

.home .fremera-topnav__cta{
  display:flex !important;
  align-items:center !important;
  gap:10px !important;
}

.home .fremera-home-hero-wrap{
  margin-top:-24px !important;
  margin-bottom:0 !important;
  padding:0 !important;
}

.home .fremera-home-hero-image{
  min-height:clamp(380px,62vw,620px) !important;
}

.home .fremera-home-hero-image img{
  display:block !important;
  width:100% !important;
  height:clamp(380px,62vw,620px) !important;
  object-fit:cover !important;
  object-position:center center !important;
}

.home .fremera-home-hero-overlay{
  top:clamp(14px,2vw,24px) !important;
  padding:0 14px !important;
}

.home .fremera-home-hero-overlay > div{
  max-width:min(92vw,720px) !important;
}

.home .fremera-home-hero-overlay p{
  font-size:clamp(18px,3vw,28px) !important;
  line-height:1.12 !important;
  letter-spacing:.4px !important;
}

.home .hp-grid{
  gap:clamp(14px,2vw,24px) !important;
}

.home .hp-listing,
.home .hp-grid__item{
  height:100% !important;
}

@media (max-width: 980px){
  .home .fremera-topnav__inner{
    flex-wrap:wrap !important;
  }

  .home .fremera-topnav__brand{
    max-width:140px !important;
    margin-right:10px !important;
  }

  .home .fremera-topnav__links{
    order:3 !important;
    width:100% !important;
    padding-top:8px !important;
    justify-content:flex-start !important;
  }

  .home .fremera-topnav__cta{
    margin-left:auto !important;
  }

  .home .fremera-home-hero-wrap{
    margin-top:0 !important;
  }

  .home .hp-grid{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  }
}

@media (max-width: 640px){
  .home .site-content > .container{
    padding-left:12px !important;
    padding-right:12px !important;
  }

  .home .fremera-topnav__inner{
    gap:10px !important;
  }

  .home .fremera-topnav__brand{
    max-width:120px !important;
    margin-right:8px !important;
  }

  .home .fremera-topnav__links{
    gap:12px !important;
    font-size:14px !important;
  }

  .home .fremera-topnav__cta > a{
    padding:10px 12px !important;
    font-size:13px !important;
  }

  .home .fremera-home-hero-image{
    min-height:340px !important;
  }

  .home .fremera-home-hero-image img{
    height:340px !important;
  }

  .home .fremera-home-hero-overlay{
    top:12px !important;
    padding:0 12px !important;
  }

  .home .fremera-home-hero-overlay > div{
    padding:8px 14px !important;
    border-radius:24px !important;
  }

  .home .fremera-home-hero-overlay p{
    font-size:18px !important;
    letter-spacing:.2px !important;
  }

  .home .hp-grid{
    grid-template-columns:1fr !important;
  }
}
/* FREMERA HOME RESPONSIVE END */\n\n\n/* FREMERA STICKY HERO POLISH START */
.home .fremera-topnav{
  position:sticky !important;
  top:0 !important;
  z-index:1000 !important;
  background:rgba(6,18,45,.88) !important;
  backdrop-filter:blur(10px) !important;
  -webkit-backdrop-filter:blur(10px) !important;
  border-bottom:1px solid rgba(212,175,55,.12) !important;
  box-shadow:0 8px 24px rgba(0,0,0,.18) !important;
}

.home .fremera-topnav__inner{
  min-height:72px !important;
}

.home .fremera-home-hero-wrap{
  margin-top:0 !important;
}

.home .fremera-home-hero-image{
  position:relative !important;
}

.home .fremera-home-hero-image::before{
  content:"" !important;
  position:absolute !important;
  inset:0 !important;
  background:
    linear-gradient(180deg, rgba(3,8,18,.38) 0%, rgba(3,8,18,.12) 22%, rgba(3,8,18,0) 40%),
    linear-gradient(0deg, rgba(3,8,18,.28) 0%, rgba(3,8,18,0) 26%) !important;
  pointer-events:none !important;
  z-index:1 !important;
}

.home .fremera-home-hero-overlay{
  top:clamp(28px,5vw,48px) !important;
  left:0 !important;
  right:0 !important;
  z-index:3 !important;
  padding:0 18px !important;
  justify-content:center !important;
}

.home .fremera-home-hero-overlay > div{
  background:rgba(5,10,20,.16) !important;
  backdrop-filter:blur(3px) !important;
  -webkit-backdrop-filter:blur(3px) !important;
  border:1px solid rgba(212,175,55,.14) !important;
  border-radius:999px !important;
  padding:8px 16px !important;
  box-shadow:0 10px 30px rgba(0,0,0,.18) !important;
}

.home .fremera-home-hero-overlay p{
  color:#f4d06a !important;
  font-size:clamp(16px,2.4vw,22px) !important;
  font-weight:800 !important;
  letter-spacing:.03em !important;
  line-height:1.1 !important;
  text-transform:uppercase !important;
  text-align:center !important;
  text-shadow:0 2px 16px rgba(0,0,0,.35) !important;
}

@media (max-width: 640px){
  .home .fremera-topnav__inner{
    min-height:64px !important;
  }

  .home .fremera-home-hero-overlay{
    top:16px !important;
  }

  .home .fremera-home-hero-overlay > div{
    padding:8px 14px !important;
  }
}
/* FREMERA STICKY HERO POLISH END */\n\n\n/* FREMERA PLAYERS GRID POLISH START */
.home .hp-listings{
  position:relative !important;
  z-index:4 !important;
  max-width:1360px !important;
  margin:-22px auto 0 !important;
  padding:0 clamp(12px,2vw,26px) 42px !important;
}

.home .hp-listings::before{
  content:"" !important;
  position:absolute !important;
  top:-38px !important;
  left:0 !important;
  right:0 !important;
  height:64px !important;
  background:linear-gradient(180deg, rgba(7,18,45,0) 0%, rgba(7,18,45,.08) 58%, rgba(7,18,45,0) 100%) !important;
  pointer-events:none !important;
}

.home .hp-listings .hp-grid{
  display:grid !important;
  grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  gap:24px !important;
  align-items:stretch !important;
}

.home .hp-listings .hp-grid__item{
  height:100% !important;
}

.home .hp-listings .hp-listing{
  height:100% !important;
  border-radius:22px !important;
  overflow:hidden !important;
  border:1px solid rgba(126,158,211,.12) !important;
  background:linear-gradient(180deg,#f8fbff 0%,#eef3fa 100%) !important;
  box-shadow:0 16px 36px rgba(7,18,45,.10) !important;
}

.home .hp-listings .hp-listing__image,
.home .hp-listings .hp-listing__image > a{
  height:250px !important;
}

.home .hp-listings .hp-listing__image img{
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  object-position:center !important;
}

.home .hp-listings .hp-listing__content{
  padding:16px 16px 14px !important;
}

.home .hp-listings .hp-listing__title,
.home .hp-listings .hp-listing__title a{
  font-size:18px !important;
  line-height:1.25 !important;
}

@media (max-width: 980px){
  .home .hp-listings{
    margin:-10px auto 0 !important;
    padding:0 16px 34px !important;
  }

  .home .hp-listings .hp-grid{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:18px !important;
  }

  .home .hp-listings .hp-listing__image,
  .home .hp-listings .hp-listing__image > a{
    height:220px !important;
  }
}

@media (max-width: 640px){
  .home .hp-listings{
    margin:0 auto 0 !important;
    padding:0 12px 28px !important;
  }

  .home .hp-listings .hp-grid{
    grid-template-columns:1fr !important;
    gap:16px !important;
  }

  .home .hp-listings .hp-listing__image,
  .home .hp-listings .hp-listing__image > a{
    height:230px !important;
  }

  .home .hp-listings .hp-listing__content{
    padding:14px !important;
  }
}
/* FREMERA PLAYERS GRID POLISH END */\n\n\n/* FREMERA HEADER GLOBAL POLISH START */
.fremera-topnav{
  background:rgba(6,18,45,.90) !important;
  backdrop-filter:blur(10px) !important;
  -webkit-backdrop-filter:blur(10px) !important;
  border-bottom:1px solid rgba(212,175,55,.10) !important;
  box-shadow:0 10px 28px rgba(0,0,0,.14) !important;
}

.fremera-topnav__inner{
  max-width:1440px !important;
  min-height:72px !important;
  margin:0 auto !important;
  padding:10px 20px !important;
  display:flex !important;
  align-items:center !important;
  gap:18px !important;
}

.fremera-topnav__brand{
  flex:0 0 auto !important;
  display:flex !important;
  align-items:center !important;
  margin-right:16px !important;
}

.fremera-topnav__brand img,
.fremera-topnav__brand .custom-logo{
  display:block !important;
  width:auto !important;
  height:auto !important;
  max-width:168px !important;
  max-height:38px !important;
  object-fit:contain !important;
  background:transparent !important;
  box-shadow:none !important;
  border:0 !important;
}

.fremera-topnav__links{
  display:flex !important;
  align-items:center !important;
  justify-content:flex-start !important;
  gap:18px !important;
  flex:1 1 auto !important;
  flex-wrap:wrap !important;
}

.fremera-topnav__links a{
  color:#f5f7fa !important;
  text-decoration:none !important;
  font-size:15px !important;
  font-weight:700 !important;
  letter-spacing:.02em !important;
  line-height:1.1 !important;
  opacity:.95 !important;
}

.fremera-topnav__links a:hover{
  color:#f4d06a !important;
  opacity:1 !important;
}

.fremera-topnav__cta{
  display:flex !important;
  align-items:center !important;
  gap:10px !important;
  flex:0 0 auto !important;
  margin-left:auto !important;
  flex-wrap:wrap !important;
}

.fremera-topnav__cta > a{
  min-height:42px !important;
  padding:10px 16px !important;
  border-radius:14px !important;
  font-size:14px !important;
  font-weight:700 !important;
  line-height:1 !important;
}

.fremera-topnav__lang{
  display:flex !important;
  align-items:center !important;
  margin-right:4px !important;
}

.fremera-topnav__lang .trp-language-switcher{
  width:auto !important;
  min-width:auto !important;
  margin:0 !important;
}

.fremera-topnav__lang .trp-ls-shortcode-current-language{
  background:rgba(255,255,255,.06) !important;
  border:1px solid rgba(255,255,255,.08) !important;
  border-radius:14px !important;
  min-height:42px !important;
  box-shadow:none !important;
}

.fremera-topnav__lang .trp-ls-shortcode-current-language a{
  display:flex !important;
  align-items:center !important;
  gap:8px !important;
  padding:10px 14px !important;
  color:#f5f7fa !important;
  font-size:14px !important;
  font-weight:700 !important;
  text-decoration:none !important;
  line-height:1 !important;
}

.fremera-topnav__lang .trp-ls-shortcode-current-language:hover{
  background:rgba(255,255,255,.10) !important;
}

.fremera-topnav__lang .trp-ls-shortcode-language{
  margin-top:8px !important;
  background:#0b1633 !important;
  border:1px solid rgba(212,175,55,.12) !important;
  border-radius:14px !important;
  overflow:hidden !important;
  box-shadow:0 14px 30px rgba(0,0,0,.20) !important;
}

.fremera-topnav__lang .trp-ls-shortcode-language a{
  color:#f5f7fa !important;
  font-size:14px !important;
  text-decoration:none !important;
  padding:10px 14px !important;
  display:block !important;
}

.fremera-topnav__lang .trp-ls-shortcode-language a:hover{
  background:rgba(255,255,255,.06) !important;
}

@media (max-width: 1100px){
  .fremera-topnav__inner{
    gap:14px !important;
    padding:10px 16px !important;
  }

  .fremera-topnav__brand img,
  .fremera-topnav__brand .custom-logo{
    max-width:148px !important;
    max-height:34px !important;
  }

  .fremera-topnav__links{
    gap:14px !important;
  }

  .fremera-topnav__links a{
    font-size:14px !important;
  }

  .fremera-topnav__cta > a{
    padding:10px 14px !important;
  }
}

@media (max-width: 980px){
  .fremera-topnav__inner{
    flex-wrap:wrap !important;
    align-items:center !important;
  }

  .fremera-topnav__brand{
    order:1 !important;
    margin-right:10px !important;
  }

  .fremera-topnav__lang{
    order:2 !important;
    margin-left:auto !important;
    margin-right:0 !important;
  }

  .fremera-topnav__cta{
    order:3 !important;
    margin-left:0 !important;
  }

  .fremera-topnav__links{
    order:4 !important;
    width:100% !important;
    gap:12px !important;
    padding-top:8px !important;
    justify-content:flex-start !important;
  }
}

@media (max-width: 640px){
  .fremera-topnav__inner{
    min-height:64px !important;
    padding:10px 12px !important;
    gap:10px !important;
  }

  .fremera-topnav__brand img,
  .fremera-topnav__brand .custom-logo{
    max-width:124px !important;
    max-height:30px !important;
  }

  .fremera-topnav__lang .trp-ls-shortcode-current-language{
    min-height:36px !important;
    border-radius:12px !important;
  }

  .fremera-topnav__lang .trp-ls-shortcode-current-language a{
    padding:8px 10px !important;
    font-size:13px !important;
    gap:6px !important;
  }

  .fremera-topnav__cta{
    gap:8px !important;
  }

  .fremera-topnav__cta > a{
    min-height:36px !important;
    padding:8px 12px !important;
    font-size:13px !important;
    border-radius:12px !important;
  }

  .fremera-topnav__links{
    gap:10px !important;
  }

  .fremera-topnav__links a{
    font-size:13px !important;
  }
}
/* FREMERA HEADER GLOBAL POLISH END */\n\n\n/* FREMERA MOBILE FINAL TUNE START */
@media (max-width: 640px){
  .fremera-topnav{
    position:sticky !important;
    top:0 !important;
    z-index:1000 !important;
  }

  .fremera-topnav__inner{
    min-height:60px !important;
    padding:8px 10px !important;
    gap:8px !important;
  }

  .fremera-topnav__brand{
    margin-right:6px !important;
  }

  .fremera-topnav__brand img,
  .fremera-topnav__brand .custom-logo{
    max-width:112px !important;
    max-height:28px !important;
  }

  .fremera-topnav__lang{
    margin-left:auto !important;
  }

  .fremera-topnav__cta{
    width:auto !important;
    gap:6px !important;
  }

  .fremera-topnav__cta > a{
    min-height:34px !important;
    padding:8px 10px !important;
    font-size:12px !important;
    border-radius:10px !important;
  }

  .fremera-topnav__links{
    width:100% !important;
    gap:8px !important;
    padding-top:6px !important;
  }

  .fremera-topnav__links a{
    font-size:12px !important;
    line-height:1.1 !important;
  }

  .home .fremera-home-hero-image{
    min-height:320px !important;
  }

  .home .fremera-home-hero-image img{
    height:320px !important;
  }

  .home .fremera-home-hero-overlay{
    top:12px !important;
    padding:0 10px !important;
  }

  .home .fremera-home-hero-overlay > div{
    max-width:92vw !important;
    padding:8px 12px !important;
    border-radius:20px !important;
  }

  .home .fremera-home-hero-overlay p{
    font-size:16px !important;
    line-height:1.08 !important;
  }

  .home .hp-listings{
    padding:0 10px 24px !important;
  }

  .home .hp-listings .hp-grid{
    grid-template-columns:1fr !important;
    gap:14px !important;
  }

  .home .hp-listings .hp-listing{
    border-radius:18px !important;
  }

  .home .hp-listings .hp-listing__image,
  .home .hp-listings .hp-listing__image > a{
    height:220px !important;
  }

  .home .hp-listings .hp-listing__content{
    padding:12px !important;
  }

  .home .hp-listings .hp-listing__title,
  .home .hp-listings .hp-listing__title a{
    font-size:16px !important;
  }
}
/* FREMERA MOBILE FINAL TUNE END */\n


/* FREMERA STAGING TEMP LOGO REMOVE 20260420 */
.fremera-topnav__brand,
.header-logo,
.site-branding,
.custom-logo-link,
.custom-logo{
  display:none !important;
}

.header-navbar__start{
  display:none !important;
  width:0 !important;
  min-width:0 !important;
  margin:0 !important;
  padding:0 !important;
}

.header-navbar__middle{
  margin-left:0 !important;
  padding-left:0 !important;
}

.fremera-topnav{
  gap:12px !important;
}


/* FREMERA MOBILE SPEED PASS 1 START */
.site-header > .header-navbar,
.header-navbar,
.header-navbar__start,
.header-navbar__middle,
.header-navbar__end{
  display:none !important;
}

.fremera-topnav__brand{
  display:flex !important;
}

.fremera-topnav__brand img,
.fremera-topnav__brand .custom-logo{
  display:none !important;
}

.fremera-topnav__brand::after{
  content:"FREMERA" !important;
  display:inline-block !important;
  color:#ffffff !important;
  font-size:18px !important;
  font-weight:800 !important;
  letter-spacing:.08em !important;
  line-height:1 !important;
}

.fremera-topnav__inner{
  max-width:1280px !important;
}

.fremera-topnav__links{
  flex-wrap:nowrap !important;
  overflow-x:auto !important;
  overflow-y:hidden !important;
  -webkit-overflow-scrolling:touch !important;
  scrollbar-width:none !important;
  white-space:nowrap !important;
}
.fremera-topnav__links::-webkit-scrollbar{
  display:none !important;
}
.fremera-topnav__links a{
  flex:0 0 auto !important;
}

.fremera-topnav__cta{
  flex:0 0 auto !important;
}

.fremera-topnav__lang{
  flex:0 0 auto !important;
}

.site-content > .container{
  max-width:1280px !important;
}

@media (max-width: 980px){
  .fremera-topnav__inner{
    padding:10px 14px !important;
    gap:10px !important;
    align-items:center !important;
  }

  .fremera-topnav__brand{
    order:1 !important;
    margin-right:4px !important;
  }

  .fremera-topnav__lang{
    order:2 !important;
    margin-left:auto !important;
  }

  .fremera-topnav__cta{
    order:3 !important;
    width:auto !important;
    gap:6px !important;
  }

  .fremera-topnav__cta > a{
    padding:9px 11px !important;
    min-height:36px !important;
    font-size:12px !important;
    border-radius:10px !important;
  }

  .fremera-topnav__links{
    order:4 !important;
    width:100% !important;
    padding-top:6px !important;
    gap:10px !important;
    justify-content:flex-start !important;
  }

  .fremera-topnav__links a{
    font-size:12px !important;
    padding:6px 0 !important;
  }

  .fremera-prefooter__inner,
  .fremera-prefooter .container,
  .site-footer .container{
    padding-left:14px !important;
    padding-right:14px !important;
  }
}

@media (max-width: 640px){
  .fremera-topnav{
    position:sticky !important;
    top:0 !important;
    z-index:1000 !important;
  }

  .fremera-topnav__inner{
    min-height:56px !important;
    padding:8px 10px !important;
    gap:8px !important;
  }

  .fremera-topnav__brand::after{
    font-size:15px !important;
  }

  .fremera-topnav__lang .trp-ls-shortcode-current-language,
  .fremera-topnav__lang .trp-ls-shortcode-current-language a{
    min-height:34px !important;
    padding:7px 10px !important;
    font-size:12px !important;
    border-radius:10px !important;
  }

  .fremera-topnav__cta{
    gap:5px !important;
  }

  .fremera-topnav__cta > a{
    padding:8px 10px !important;
    min-height:34px !important;
    font-size:11px !important;
  }

  .fremera-topnav__links{
    gap:8px !important;
    padding-top:4px !important;
  }

  .fremera-topnav__links a{
    font-size:11px !important;
    letter-spacing:.02em !important;
  }

  .site-content > .container,
  .home .site-content > .container{
    padding-left:10px !important;
    padding-right:10px !important;
  }

  .home .fremera-home-hero-wrap{
    margin-top:0 !important;
  }

  .home .fremera-home-hero-image{
    min-height:280px !important;
  }

  .home .fremera-home-hero-image img{
    height:280px !important;
  }

  .home .fremera-home-hero-overlay{
    top:10px !important;
    padding:0 10px !important;
  }

  .home .fremera-home-hero-overlay > div{
    max-width:94vw !important;
    padding:7px 10px !important;
    border-radius:18px !important;
  }

  .home .fremera-home-hero-overlay p{
    font-size:15px !important;
    line-height:1.08 !important;
  }

  .home .hp-listings{
    padding:0 8px 20px !important;
  }

  .home .hp-listings .hp-grid{
    gap:12px !important;
  }

  .home .hp-listings .hp-listing__image,
  .home .hp-listings .hp-listing__image > a{
    height:210px !important;
  }

  .hp-form,
  .hp-page,
  .hp-template--listing-view-page,
  .hp-template--listings-view-page,
  .woocommerce,
  .woocommerce-page{
    overflow-x:hidden !important;
  }

  .hp-row,
  .woocommerce .col2-set,
  .woocommerce-page .col2-set{
    margin-left:0 !important;
    margin-right:0 !important;
  }
}
/* FREMERA MOBILE SPEED PASS 1 END */


/* FREMERA LOGIN FLOW UI CLEANUP START */
@media (max-width: 640px){
  .hp-modal{
    padding-left:10px !important;
    padding-right:10px !important;
  }
  .hp-modal .hp-form{
    max-width:100% !important;
  }
  .hp-modal__title{
    font-size:20px !important;
  }
  .hp-form__action{
    font-size:13px !important;
    line-height:1.35 !important;
  }
}
/* FREMERA LOGIN FLOW UI CLEANUP END */


/* FREMERA SYSTEM FONT STACK START */
html, body,
button, input, select, textarea,
.fremera-topnav,
.fremera-topnav__links a,
.fremera-topnav__cta > a,
.hp-page, .hp-form, .hp-field, .hp-button,
.woocommerce, .woocommerce-page {
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif !important;
}

.fremera-topnav__brand-text,
.home .fremera-home-hero-overlay p,
.fremera-home-future-line p,
.hp-listing__title,
.hp-listing__title a {
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif !important;
}
/* FREMERA SYSTEM FONT STACK END */


/* FREMERA MOBILE POLISH PASS 2 START */
@media (max-width: 640px){

  html, body{
    overflow-x:hidden !important;
  }

  .site-content > .container,
  .home .site-content > .container,
  .site-footer .container,
  .fremera-prefooter .container{
    padding-left:10px !important;
    padding-right:10px !important;
  }

  .hp-page__title,
  .woocommerce h1,
  .woocommerce-page h1{
    font-size:24px !important;
    line-height:1.15 !important;
    margin-bottom:14px !important;
  }

  .fremera-home-future-line{
    margin-bottom:14px !important;
  }

  .fremera-home-future-line p{
    font-size:20px !important;
    line-height:1.15 !important;
    letter-spacing:.02em !important;
  }

  .site-content .fremera-plan-btn,
  .site-content .woocommerce a.button,
  .site-content .woocommerce button.button,
  .site-content .woocommerce input.button,
  .site-content .hp-form__button,
  .site-content .button-primary{
    width:100% !important;
    display:block !important;
    text-align:center !important;
    min-height:44px !important;
    padding:12px 14px !important;
    border-radius:12px !important;
  }

  .site-content input[type="text"],
  .site-content input[type="email"],
  .site-content input[type="password"],
  .site-content input[type="tel"],
  .site-content input[type="number"],
  .site-content input[type="search"],
  .site-content select,
  .site-content textarea{
    font-size:16px !important;
    min-height:44px !important;
    border-radius:12px !important;
  }

  .hp-form__field,
  .woocommerce form .form-row{
    margin-bottom:12px !important;
  }

  .hp-form__label,
  .woocommerce form .form-row label{
    font-size:13px !important;
    line-height:1.3 !important;
  }

  .fremera-prefooter__inner,
  .site-footer .row,
  .footer-widgets .row{
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:16px !important;
  }

  .fremera-prefooter__brand{
    font-size:18px !important;
    line-height:1.1 !important;
  }

  .fremera-prefooter__text,
  .fremera-prefooter__links a,
  .site-footer,
  .widget,
  .widget__title{
    font-size:14px !important;
    line-height:1.45 !important;
  }

  .fremera-prefooter__links,
  .widget_nav_menu ul,
  .menu{
    gap:8px !important;
    padding-left:0 !important;
    margin-left:0 !important;
  }

  .widget_nav_menu li,
  .menu li{
    list-style:none !important;
  }

  .hp-listing--view-block,
  .hp-page,
  .hp-form,
  .woocommerce,
  .woocommerce-page{
    border-radius:16px !important;
  }

  .hp-pagination,
  .nav-links,
  .woocommerce-pagination{
    display:flex !important;
    flex-wrap:wrap !important;
    gap:8px !important;
    justify-content:center !important;
  }
}
/* FREMERA MOBILE POLISH PASS 2 END */


/* FREMERA MOBILE POLISH PASS 3 START */
@media (max-width: 640px){

  .fremera-topnav__links a:nth-child(4),
  .fremera-topnav__links a:nth-child(5){
    display:none !important;
  }

  .fremera-topnav__links{
    width:100% !important;
    justify-content:flex-start !important;
    gap:12px !important;
    padding-top:4px !important;
    padding-bottom:2px !important;
  }

  .fremera-topnav__links a{
    font-size:12px !important;
    font-weight:700 !important;
  }

  .fremera-topnav__cta{
    gap:6px !important;
  }

  .fremera-topnav__cta > a,
  .fremera-topnav__lang .trp-ls-shortcode-current-language,
  .fremera-topnav__lang .trp-ls-shortcode-current-language a{
    min-height:34px !important;
  }

  .fremera-topnav__inner{
    row-gap:6px !important;
  }
}
/* FREMERA MOBILE POLISH PASS 3 END */


/* FREMERA DESKTOP RENDER PASS FINAL START */
@media (min-width: 641px){

  /* defer below-the-fold player cards on desktop */
  .home .hp-listings .hp-grid__item:nth-child(n+4){
    content-visibility:auto !important;
    contain-intrinsic-size: 360px 520px !important;
  }

  /* defer heavy footer areas until scroll */
  .fremera-prefooter,
  .site-footer{
    content-visibility:auto !important;
    contain-intrinsic-size: 1200px 420px !important;
  }

  /* smoother paint for large sections */
  .home .fremera-home-hero-wrap,
  .home .hp-listings{
    contain: layout style paint !important;
  }
}
/* FREMERA DESKTOP RENDER PASS FINAL END */


/* FREMERA HERO DESKTOP BALANCE START */
@media (min-width: 641px){
  .home .fremera-home-hero-image{
    min-height:540px !important;
  }

  .home .fremera-home-hero-image img{
    height:540px !important;
    object-position:center 58% !important;
  }

  .home .fremera-home-hero-overlay{
    top:28px !important;
    left:0 !important;
    right:0 !important;
    justify-content:flex-start !important;
    padding:0 28px !important;
  }

  .home .fremera-home-hero-overlay > .fremera-hero-copy{
    background:transparent !important;
    border:0 !important;
    box-shadow:none !important;
    border-radius:0 !important;
    padding:0 !important;
    backdrop-filter:none !important;
    -webkit-backdrop-filter:none !important;
    max-width:560px !important;
  }

  .home .fremera-hero-copy__inner{
    display:block !important;
    max-width:560px !important;
    background:rgba(5,10,20,.42) !important;
    border:1px solid rgba(212,175,55,.18) !important;
    border-radius:22px !important;
    padding:18px 22px !important;
    box-shadow:0 16px 40px rgba(0,0,0,.22) !important;
    backdrop-filter:blur(6px) !important;
    -webkit-backdrop-filter:blur(6px) !important;
  }

  .home .fremera-hero-copy__title{
    margin:0 0 10px 0 !important;
    color:#f4d06a !important;
    font-size:clamp(30px,2.7vw,42px) !important;
    line-height:1.04 !important;
    font-weight:800 !important;
    letter-spacing:.03em !important;
    text-transform:uppercase !important;
    text-align:left !important;
    text-shadow:none !important;
  }

  .home .fremera-hero-copy__subtitle{
    margin:0 !important;
    color:rgba(255,255,255,.94) !important;
    font-size:16px !important;
    line-height:1.45 !important;
    font-weight:500 !important;
    letter-spacing:0 !important;
    text-transform:none !important;
    text-align:left !important;
    text-shadow:none !important;
  }
}
/* FREMERA HERO DESKTOP BALANCE END */


/* FREMERA HERO IDENTITY POLISH START */
@media (min-width: 641px){
  .home .fremera-home-hero-image::before{
    background:
      linear-gradient(90deg, rgba(5,10,20,.72) 0%, rgba(5,10,20,.54) 24%, rgba(5,10,20,.20) 48%, rgba(5,10,20,.06) 66%, rgba(5,10,20,.02) 100%),
      linear-gradient(180deg, rgba(3,8,18,.22) 0%, rgba(3,8,18,.10) 28%, rgba(3,8,18,0) 56%) !important;
  }

  .home .fremera-home-hero-overlay{
    top:34px !important;
    padding:0 34px !important;
  }

  .home .fremera-home-hero-overlay > .fremera-hero-copy{
    max-width:520px !important;
  }

  .home .fremera-hero-copy__inner{
    position:relative !important;
    max-width:520px !important;
    background:linear-gradient(135deg, rgba(5,10,20,.58) 0%, rgba(7,15,30,.44) 100%) !important;
    border:1px solid rgba(212,175,55,.24) !important;
    border-left:3px solid rgba(212,175,55,.72) !important;
    border-radius:24px !important;
    padding:20px 24px 18px 24px !important;
    box-shadow:0 18px 44px rgba(0,0,0,.26) !important;
    backdrop-filter:blur(7px) !important;
    -webkit-backdrop-filter:blur(7px) !important;
  }

  .home .fremera-hero-copy__inner::before{
    content:"GLOBAL FOOTBALL PLATFORM" !important;
}

html[lang="ar"] .home .fremera-hero-copy__inner::before{
  content:"منصة كرة قدم عالمية" !important;
    display:block !important;
    margin:0 0 10px 0 !important;
    color:rgba(212,175,55,.92) !important;
    font-size:12px !important;
    font-weight:800 !important;
    letter-spacing:.18em !important;
    line-height:1 !important;
    text-transform:uppercase !important;
  }

  .home .fremera-hero-copy__title{
    color:#ffffff !important;
    font-size:clamp(30px,2.6vw,40px) !important;
    line-height:1.02 !important;
    letter-spacing:.02em !important;
    margin:0 0 12px 0 !important;
    max-width:11ch !important;
  }

  .home .fremera-hero-copy__subtitle{
    color:rgba(255,255,255,.88) !important;
    font-size:15px !important;
    line-height:1.5 !important;
    max-width:46ch !important;
  }

  .home .fremera-home-future-line > .wp-block-group__inner-container > div{
    border-top:1px solid rgba(212,175,55,.18) !important;
    border-bottom:1px solid rgba(212,175,55,.18) !important;
    box-shadow:0 10px 28px rgba(0,0,0,.12) !important;
  }

  .home .fremera-home-future-line p{
    color:#f0c85a !important;
    letter-spacing:.08em !important;
  }
}

@media (max-width: 640px){
  .home .fremera-hero-copy__inner::before{
    content:"GLOBAL FOOTBALL PLATFORM" !important;
}

html[lang="ar"] .home .fremera-hero-copy__inner::before{
  content:"منصة كرة قدم عالمية" !important;
    display:block !important;
    margin:0 0 8px 0 !important;
    color:rgba(212,175,55,.9) !important;
    font-size:10px !important;
    font-weight:800 !important;
    letter-spacing:.14em !important;
    line-height:1 !important;
    text-transform:uppercase !important;
  }

  .home .fremera-hero-copy__title{
    color:#ffffff !important;
  }

  .home .fremera-hero-copy__subtitle{
    color:rgba(255,255,255,.9) !important;
    font-size:13px !important;
    line-height:1.4 !important;
    margin-top:6px !important;
  }
}
/* FREMERA HERO IDENTITY POLISH END */


/* FREMERA DESKTOP FINAL POLISH START */
.fremera-topnav__brand::after{
  content:none !important;
  display:none !important;
}

.fremera-topnav__brand-text{
  display:inline-block !important;
  font-size:22px !important;
  font-weight:800 !important;
  letter-spacing:.04em !important;
  color:#ffffff !important;
}

@media (min-width: 641px){
  .home .fremera-home-hero-overlay{
    top:30px !important;
    padding:0 26px !important;
  }

  .home .fremera-home-hero-overlay > .fremera-hero-copy{
    max-width:470px !important;
  }

  .home .fremera-hero-copy__inner{
    max-width:470px !important;
    padding:16px 20px 15px 20px !important;
    border-radius:20px !important;
    box-shadow:0 14px 34px rgba(0,0,0,.22) !important;
  }

  .home .fremera-hero-copy__inner::before{
    margin:0 0 8px 0 !important;
    font-size:11px !important;
    letter-spacing:.16em !important;
  }

  .home .fremera-hero-copy__title{
    font-size:clamp(22px,1.84vw,29px) !important;
    line-height:1.05 !important;
    margin:0 0 10px 0 !important;
    max-width:none !important;
    white-space:nowrap !important;
    letter-spacing:.01em !important;
  }

  .home .fremera-hero-copy__subtitle{
    font-size:14px !important;
    line-height:1.42 !important;
    font-weight:500 !important;
    max-width:38ch !important;
    color:rgba(255,255,255,.90) !important;
  }

  .home .fremera-home-future-line > .wp-block-group__inner-container > div{
    padding:12px 16px !important;
  }

  .home .fremera-home-future-line p{
    font-size:clamp(18px,2.2vw,28px) !important;
    line-height:1.08 !important;
    letter-spacing:.05em !important;
  }
}
/* FREMERA DESKTOP FINAL POLISH END */


/* FREMERA HOME SPACING POLISH START */
.home .fremera-home-hero-wrap{
  margin-bottom:0 !important;
}

.home .fremera-home-future-line{
  margin-top:0 !important;
  margin-bottom:8px !important;
}

.home .fremera-home-future-line > .wp-block-group__inner-container > div{
  padding:10px 16px !important;
}

.home .hp-listings{
  margin:6px auto 0 !important;
  padding-top:0 !important;
}

.home .hp-listings::before{
  display:none !important;
}

@media (max-width: 640px){
  .home .fremera-home-future-line{
    margin-bottom:6px !important;
  }

  .home .fremera-home-future-line > .wp-block-group__inner-container > div{
    padding:9px 12px !important;
  }

  .home .hp-listings{
    margin:4px auto 0 !important;
  }
}
/* FREMERA HOME SPACING POLISH END */


/* FREMERA FUTURE LINE TO CARDS GAP START */
.home .fremera-home-future-line{
  margin-bottom:14px !important;
}

.home .hp-listings{
  margin:14px auto 0 !important;
}

@media (max-width: 640px){
  .home .fremera-home-future-line{
    margin-bottom:10px !important;
  }

  .home .hp-listings{
    margin:10px auto 0 !important;
  }
}
/* FREMERA FUTURE LINE TO CARDS GAP END */


/* FREMERA HERO FULLBLEED FIX START */
.home .site-content > .container{
  width:100% !important;
  max-width:none !important;
  padding-left:0 !important;
  padding-right:0 !important;
}

.home .fremera-home-hero-wrap,
.home .fremera-home-hero-wrap > .wp-block-group__inner-container,
.home .fremera-home-hero-image{
  width:100vw !important;
  max-width:100vw !important;
  margin-left:calc(50% - 50vw) !important;
  margin-right:calc(50% - 50vw) !important;
  padding-left:0 !important;
  padding-right:0 !important;
  left:auto !important;
  right:auto !important;
}

.home .fremera-home-hero-image img{
  width:100vw !important;
  max-width:100vw !important;
  display:block !important;
}

@media (max-width: 640px){
  .home .site-content > .container{
    padding-left:0 !important;
    padding-right:0 !important;
  }
}
/* FREMERA HERO FULLBLEED FIX END */


/* FREMERA FUTURE LINE WHITE BG START */
.home .fremera-home-future-line > .wp-block-group__inner-container > div{
  background:#ffffff !important;
  border-top:1px solid rgba(212,175,55,.16) !important;
  border-bottom:1px solid rgba(212,175,55,.16) !important;
  box-shadow:0 10px 24px rgba(0,0,0,.08) !important;
}

.home .fremera-home-future-line p{
  color:#c59a2b !important;
}
/* FREMERA FUTURE LINE WHITE BG END */


/* FREMERA FUTURE LINE FULLWIDTH START */
.home .fremera-home-future-line{
  width:100vw !important;
  max-width:100vw !important;
  margin-left:calc(50% - 50vw) !important;
  margin-right:calc(50% - 50vw) !important;
  padding-left:0 !important;
  padding-right:0 !important;
}

.home .fremera-home-future-line > .wp-block-group__inner-container{
  width:100% !important;
  max-width:none !important;
}

.home .fremera-home-future-line > .wp-block-group__inner-container > div{
  width:100vw !important;
  max-width:100vw !important;
  margin-left:calc(50% - 50vw) !important;
  margin-right:calc(50% - 50vw) !important;
  border-radius:0 !important;
}

@media (max-width: 640px){
  .home .fremera-home-future-line,
  .home .fremera-home-future-line > .wp-block-group__inner-container > div{
    width:100vw !important;
    max-width:100vw !important;
    margin-left:calc(50% - 50vw) !important;
    margin-right:calc(50% - 50vw) !important;
  }
}
/* FREMERA FUTURE LINE FULLWIDTH END */





html[lang^="fr"] .home .fremera-hero-copy__title{
  font-size:clamp(13px,1.05vw,18px) !important;
}




/* FREMERA HEADER IMAGE LOGO START */
.fremera-topnav__brand{
  width: 190px !important;
  min-width: 190px !important;
  height: 54px !important;
  flex: 0 0 190px !important;
  display: block !important;
  position: relative !important;
  overflow: hidden !important;
  background-image: url("https://fremera.com/wp-content/uploads/2026/04/Fremera-and-logo.png") !important;
  background-repeat: no-repeat !important;
  background-position: left center !important;
  background-size: contain !important;
  text-indent: -9999px !important;
  white-space: nowrap !important;
  font-size: 0 !important;
  line-height: 0 !important;
}

.fremera-topnav__brand::before,
.fremera-topnav__brand::after{
  content: none !important;
  display: none !important;
}

.fremera-topnav__brand a,
.fremera-topnav__brand .custom-logo-link{
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  background: transparent !important;
  text-indent: -9999px !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  font-size: 0 !important;
  line-height: 0 !important;
}

.fremera-topnav__brand img,
.fremera-topnav__brand .custom-logo{
  display: none !important;
}

@media (max-width: 768px){
  .fremera-topnav__brand{
    width: 145px !important;
    min-width: 145px !important;
    height: 42px !important;
    flex: 0 0 145px !important;
  }
}
/* FREMERA HEADER IMAGE LOGO END */



/* FREMERA FOOTER IMAGE LOGO START */
.fremera-prefooter__brand--image{
  width: 210px !important;
  height: 58px !important;
  background-image: url("https://fremera.com/wp-content/uploads/2026/04/Fremera-and-logo.png") !important;
  background-repeat: no-repeat !important;
  background-position: left center !important;
  background-size: contain !important;
  text-indent: -9999px !important;
  overflow: hidden !important;
  white-space: nowrap !important;
  display: block !important;
}

@media (max-width: 768px){
  .fremera-prefooter__brand--image{
    width: 170px !important;
    height: 46px !important;
    margin: 0 auto !important;
    background-position: center center !important;
  }
}
/* FREMERA FOOTER IMAGE LOGO END */

/* FREMERA MOBILE HIDE TOP TRUSTBAR TEMP START */
@media (max-width: 768px){
  .home .fremera-trustbar{
    display:none !important;
  }
}
/* FREMERA MOBILE HIDE TOP TRUSTBAR TEMP END */
