/*
Theme Name: Frisbie
Description: AIOS mobile semi-custom theme.
Author: AgentImage
Author URI: http://www.agentimage.com
Version: 1.6.0
Tags: one-column, two-columns, right-sidebar, custom-menu, full-width-template, sticky-post
License: Proprietary
License URI: http://www.agentimage.com
Template: aios-starter-theme
*/
/*

TABLE OF CONTENTS

1. Variables
2. Custom CSS
3. IP styles
4. MEDIA QUERIES ARE AUTOMATICALLY REMOVED FROM THIS FILE, they must be placed in style-media-queries.css

*/
@import url(css/flex.css);
/*******************************************************
 *
 * 1. Variables
 *
 *******************************************************/
:root {
  /** Font default */
  --font-family-default: 'Montserrat', sans-serif;
  --font-family-title: 'GFS Didot', serif;
  --font-size-default: 17px;
  --font-size-title: 55px;
  --font-color-default: #444444;
  --font-color-title: #010101;
  --primary-color: #00abc7;
  --primary-color-rgb: 0,171,199;
  --secondary-color: #00577d;
  --secondary-color-rgb: 0,87,125;
  --primary-color-wcag: #008298;
  --tertiary-color: #002957;
  --tertiary-color-rgb: 0,41,87;
  --quaternary-color: #92dce5;
  --quaternary-color-rgb: 146,220,229;
  --padding: 50px;
  /** Use for input, button, and any other element */
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
}

/*******************************************************
 *
 * 2. Custom CSS
 *
 *******************************************************/
/* Global */
body {
  font-family: var(--font-family-default);
  font-size: var(--font-size-default);
  background: #FFFFFF;
  color: var(--font-color-default);
  margin: 0;
  /* Remove the comment from line 85 to 86 if the font issue in safari occurs */
  /* -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; */
}

p {
  font-size: var(--font-size-default);
}

.slick-slide {
  outline: none !important;
}

a,
a:focus,
a:visited,
a:hover,
button {
  outline: 0 !important;
  text-decoration: none !important;
}

#main-wrapper {
  position: relative;
  overflow: hidden;
  counter-reset: section;
}

.background-cover {
  background-color: #cccccc;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.gsite-title {
  position: relative;
  font-family: var(--font-family-title);
  font-size: var(--font-size-title);
  color: var(--font-color-title);
  line-height: 1.1;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.gsite-title span {
  display: block;
  font-family: var(--font-family-default);
  font-size: 20px;
  color: #333333;
  letter-spacing: 0.15em;
  margin-bottom: 10px;
}

.gsite-title strong {
  font-weight: 400;
  color: #00577d;
}

.gsite-title.is-text-white {
  color: #ffffff;
}

.gsite-title.is-text-white span {
  color: #ffffff;
}

.gsite-button,
a.gsite-button {
  display: inline-block;
  position: relative;
  width: 212px;
  max-width: 100%;
  padding: 0 5px;
  font-size: 16px;
  color: #010101;
  line-height: 1;
  letter-spacing: 0.15em;
  text-align: center;
  text-transform: uppercase;
  border: 2px solid #666666;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.gsite-button div, .gsite-button span,
a.gsite-button div,
a.gsite-button span {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 56px;
}

.gsite-button:hover,
a.gsite-button:hover {
  background: var(--primary-color);
  border-color: var(--primary-color);
  color: #ffffff;
}

.gsite-bg {
  position: absolute;
}

.gsite-bg canvas {
  display: block;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.form-input {
  position: relative;
}

.form-input input:not([type="submit"]),
.form-input select,
.form-input textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  width: 100%;
  padding: 0;
  outline: none;
  background: none;
}

.form-input textarea {
  resize: none;
}

.form-button {
  position: relative;
}

.form-button input[type="submit"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  width: 100%;
  padding: 0;
  outline: none;
  background: none;
}

.form-button button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  border: 0;
  padding: 0;
  outline: none;
}

.filter-white {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.parallax-scroll {
  background-attachment: fixed !important;
}

.name-Safari .parallax-scroll,
.is-mobile .parallax-scroll {
  background-attachment: scroll !important;
}

.image-with-spacer {
  position: relative;
}

.image-with-spacer canvas {
  display: block;
  width: 100%;
  background: #cccccc;
}

.image-with-spacer img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.image-with-spacer img.lazyload, .image-with-spacer img.lazyloading {
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
  position: absolute;
  top: 12%;
  left: 12%;
  width: auto;
  font-size: 12px;
}

.wpcf7 form .wpcf7-response-output {
  text-align: center;
}

.site-navi .sub-menu-wrap.show-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.aios-mobile-header-wrapper {
  z-index: 1026 !important;
}

.lazyload,
.lazyloading {
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

.admin-bar .header {
  top: 32px;
}

/* Header : START */
.header {
  position: fixed;
  background: #ffffff;
  width: 100%;
  padding: 30px var(--padding);
  top: 0;
  left: 0;
  z-index: 1020;
  font-size: 0;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.header.is-sticky {
  padding: 20px var(--padding);
  -webkit-box-shadow: 2px 3px 8px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 2px 3px 8px 0px rgba(0, 0, 0, 0.16);
}

.header-container {
  position: relative;
  width: 1530px;
  max-width: 100%;
  margin: 0 auto;
}

.header-logo {
  text-align: center;
}

.header-logo a {
  display: inline-block;
}

.navigation {
  position: relative;
  margin: 0 auto 0 115px;
}

.site-navi li {
  display: block;
  position: relative;
}

.site-navi li a {
  display: block;
  position: relative;
  font-size: 16px;
  color: #444444;
  line-height: 1;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.site-navi > li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 24px;
}

.site-navi > li > a::after {
  content: '';
  display: block;
  position: absolute;
  width: calc( 100% - 10px);
  height: 2px;
  max-width: 0;
  left: 0;
  right: 0;
  bottom: -22px;
  margin: 0 auto;
  background: var(--primary-color);
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.site-navi > li:first-child {
  margin-left: 0;
}

.site-navi > li:last-child {
  margin-right: 0;
}

.site-navi > li:hover > a::after {
  max-width: 100%;
}

.site-navi .sub-menu-wrap {
  position: absolute;
  width: 100%;
  min-width: 220px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.site-navi .sub-menu-wrap .sub-menu-wrap {
  top: 0;
  margin-left: 100%;
}

.site-navi .sub-menu-wrap li a {
  padding: 15px 20px;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.05em;
  text-transform: none;
  background: #ffffff;
}

.site-navi .sub-menu-wrap li:hover > a {
  background: var(--primary-color);
  color: #ffffff;
}

.site-navi > li > .sub-menu-wrap {
  left: -150%;
  right: -150%;
  margin: auto;
  padding-top: 60px;
}

.site-navi li:hover > .sub-menu-wrap {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.site-navi .sub-menu {
  -webkit-box-shadow: 2px 3px 8px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 2px 3px 8px 0px rgba(0, 0, 0, 0.16);
}

.header-contact {
  position: relative;
  margin: 0 80px 0 auto;
}

.header-contact .header-contact-item {
  margin-right: 26px;
}

.header-contact .header-contact-item:last-chid {
  margin-right: 0;
}

.header-contact a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  color: #444444;
  line-height: 1;
  letter-spacing: 0.05em;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.header-contact a span {
  margin-left: 8px;
}

.header-contact a:hover {
  opacity: 0.7;
}

.header-brokerage a {
  display: inline-block;
}

/* Header : END */
/* Side Navigation : START */
#scroll-down {
  position: fixed;
  right: 20px;
  z-index: 1003;
  /*bottom: 10px;*/
  bottom: 100px;
  text-align: center;
  text-transform: uppercase;
  color: #888888;
}

#scroll-down ul {
  display: inline-block;
}

#scroll-down ul li {
  display: block;
  position: relative;
  margin-bottom: 20px;
}

#scroll-down ul li .scroll-section-title {
  display: none;
}

#scroll-down ul li a {
  position: relative;
  border: solid 1px transparent;
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

#scroll-down ul li a em {
  color: #343434;
}

#scroll-down ul li.nav-active-section a,
#scroll-down ul li a:hover,
#scroll-down:not(.vertical-nav-active) ul li:first-child a {
  background: var(--primary-color);
  -webkit-transform: scale(2);
          transform: scale(2);
}

#scroll-down .scroll-down-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 35px;
  /*font-size: 13px;*/
  font-size: 11px;
  color: #666666;
  line-height: 1;
  /*letter-spacing: 0.3em;*/
  letter-spacing: 0.1em;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
}

#scroll-down .scroll-down-text i {
  margin-top: 6px;
}
.ip-container #scroll-down {
  display: none;
}
/* Side Navigation : END */
/* Hero : START */
.hero {
  position: relative;
  font-size: 0;
}

.hero::after {
  content: '';
  display: block;
  position: absolute;
  width: var(--padding);
  height: 100%;
  top: 0;
  right: 0;
  background: #ffffff;
}

.slide-tagline-holder {
  position: relative;
}

.slide-holder {
  position: relative;
}

.slide-holder::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  /*background: rgba(0, 0, 0, 0.1);*/
}

.slide-holder .cycloneslider-template-responsive .cycloneslider-slide canvas {
  background-attachment: fixed;
}

.name-Safari .slide-holder .cycloneslider-template-responsive .cycloneslider-slide canvas,
.is-mobile .slide-holder .cycloneslider-template-responsive .cycloneslider-slide canvas {
  background-attachment: scroll;
}

.tagline-holder {

  position: absolute;



width: 100%;


    top: 54%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: var(--font-family-title);
  font-size: 65px;
  color: #ffffff;
  line-height: 1.1;
  letter-spacing: 0.05em;
  text-align: center;
  text-transform: uppercase;
  /* text-shadow: 1px 2px 2px #000; */ /* do not add text-shadow */
}

.qsearch-holder {
  position: absolute;
  width: 100%;
  bottom: 0;
}

.qsearch-inner {
  padding: 15px var(--padding);
  background: rgba(var(--secondary-color-rgb), 0.62);
}

.qsearch-inner .container {
  max-width: 100%;
}

.qsearch-form .form-input {
  display: inline-block;
  vertical-align: middle;
  margin-right: 1.75%;
}

.qsearch-form .form-input input:not([type="submit"]),
.qsearch-form .form-input select {
  font-size: 13px;
  color: #ffffff;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  border-bottom: 2px solid rgba(255, 255, 255, 0.46);
  padding: 5px 0 22px;
  height: 40px;
}

.qsearch-form .form-select::after {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  right: 0;
  top: 8px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid #ffffff;
}

.qsearch-form .form-lg {
  width: 20.26%;
}

.qsearch-form .form-md {
  width: 15.17%;
}

.qsearch-form .form-sm {
  width: 10.78%;
}

.qsearch-form .form-button {
  display: inline-block;
  vertical-align: middle;
  width: 14.15%;
  margin-left: 0.52%;
}

.qsearch-form .form-button button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  /* background: var(--primary-color); */
  background: var(--primary-color-wcag);
  border: 0;
  padding: 0;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  color: #ffffff;
  line-height: 1;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.qsearch-form .form-button button i {
  font-size: 18px;
  margin-right: 8px;
}

.qsearch-form .form-button button:hover {
  background: var(--secondary-color);
}

/* Hero : END */
/* HP Communities : START */
.hp-communities {
  position: relative;
  padding: 90px var(--padding);
  font-size: 0;
}

.hp-communities .gsite-bg {
  position: absolute;
  width: 100%;
  height: 50.2%;
  bottom: 0;
  left: 0;
}

.hp-communities .gsite-bg::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--secondary-color);
  opacity: 0.75;
}

.hp-communities .gsite-bg canvas {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

.hp-communities .container {
  position: relative;
  max-width: 100%;
}

.hp-communities .gsite-title {
  text-align: center;
}

.communities-holder {
  margin-top: 25px;
}

.communities-list {
  margin: 0 -15px;
}

.communities-item {
  width: 33.33%;
  padding: 15px;
}

.communities-item a {
  display: block;
  position: relative;
}

.communities-image img {
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.communities-image div {
  position: absolute;
  width: 100%;
  top: 15px;
  left: 0;
  font-size: 35px;
  color: #ffffff;
  line-height: 1.1;
  letter-spacing: 0.015em;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  text-shadow: -1px 1px 4px #777;
}

.communities-item a:hover .communities-image img {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

.communities-item a:hover .communities-image div {
  opacity: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

.communities-text {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  background: rgba(var(--primary-color-rgb), 0.85);
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.communities-text span {
  font-size: 15px;
  color: #ffffff;
  line-height: 1;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin-top: 40px;
}

.communities-item a:hover .communities-text {
  opacity: 1;
}

.is-map-popup-active {
  overflow: hidden;
}

.map-popup {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 50px 10px;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 1100;
  overflow: auto;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.map-popup .map-popup-inner {
  opacity: 0;
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
}

.map-popup.is-active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
          transform: scale(1);
  pointer-events: auto;
}

.map-popup.is-active .map-popup-inner {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.map-popup-inner {
  position: relative;
  width: 991px;
  max-width: 90%;
  margin: 0 auto;
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}

.map-popup-inner::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 30px;
  left: -30px;
  background: var(--primary-color);
}

.map-popup-close {
  position: absolute;
  width: 44px;
  height: 44px;
  top: -22px;
  right: -22px;
  border-radius: 50%;
  background: var(--primary-color);
  z-index: 10;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  padding: 0;
  font-size: 18px;
  color: #ffffff;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.map-popup-close:hover {
  background: var(--secondary-color);
}

.map-outer {
  position: relative;
  z-index: 2;
  background: #ffffff;
}

.map-inner {
  position: relative;
  width: 991px;
}

.map-transparent {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 6;
  max-width: 100%;
}

.map-true {
  z-index: 1;
  max-width: 100%;
}

.map-hovers > div {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 8;
}

.map-hovers > div img {
  opacity: 0;
  width: auto;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.map-hovers > div i {
  display: block;
  position: absolute;
  width: 12px;
  height: 12px;
}

.map-hovers > div i::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.map-hovers > div i::after {
  content: '';
  display: block;
  position: absolute;
  width: 4px;
  height: 4px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #ffffff;
  border-radius: 50%;
}

.map-hovers > div span {
  display: block;
  position: absolute;
  font-size: 13.17px;
  font-weight: 600;
  color: var(--tertiary-color);
  line-height: 1.2;
  text-transform: uppercase;
  white-space: nowrap;
  padding: 7px 6px 5px;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.map-hovers > div.is-active img {
  opacity: 1;
}

.map-hovers > div.is-active i::before {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.map-hovers > div.is-active span {
  background: #ffffff;
  color: var(--primary-color);
}

.map-labels div {
  position: absolute;
  font-size: 14px;
  color: #ffffff;
  line-height: 1.8;
  text-align: center;
  text-transform: uppercase;
  width: 5px;
  word-break: break-all;
}

.map-labels div span {
  display: block;
  margin-top: 24px;
}

.map-compass {
  position: absolute;
  top: 31px;
  left: 559px;
}

.map-plane {
  position: absolute;
  top: 523px;
  left: 457px;
  font-size: 11px;
  font-weight: 500;
  color: #b1b1b1;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
}

.map-plane img {
  margin: 0 auto 10px;
}

.map-text {
  position: absolute;
  top: 140px;
  left: 85px;
  width: 485px;
  max-width: 100%;
  z-index: 10;
}

.map-text .gsite-title {
  text-align: left;
  margin-bottom: 22px;
}

.map-text p {
  font-size: 15px;
  color: var(--font-color-default);
  line-height: 2;
  margin-bottom: 42px;
}

.map-text .heading-title {
  font-family: var(--font-family-title);
  font-size: 25px;
  color: #000000;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.map-text ul {
  margin-bottom: 45px;
}

.map-text ul li {
  margin-bottom: 22px;
}

.map-text ul li a {
  display: inline-block;
  position: relative;
  font-size: 17px;
  font-weight: 600;
  color: #000000;
  line-height: 1;
  text-transform: uppercase;
  padding: 5px 12px 3px;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.map-text ul li a::before {
  content: '';
  display: block;
  position: absolute;
  width: 3px;
  height: 100%;
  top: 0;
  left: 0;
  background: var(--primary-color);
  z-index: -1;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.map-text ul li a:hover, .map-text ul li a.is-active {
  color: #ffffff;
}

.map-text ul li a:hover::before, .map-text ul li a.is-active::before {
  width: 100%;
  height: calc( 100% + 15px);
  top: -7.5px;
}

.map-text a.gsite-button {
  width: 336px;
  font-size: 15px;
  letter-spacing: 0.05em;
}

.west-palm-beach .map-text {
  top: 80px;
}

.west-palm-beach .map-text .gsite-title {
  line-height: 1;
  letter-spacing: 0;
}

.west-palm-beach .map-text p {
  margin-bottom: 32px;
}

.west-palm-beach .map-text a.gsite-button {
  width: 376px;
}

/* HP Communities : END */
/* HP Welcome : START */
.hp-welcome {
  position: relative;
  padding: 110px var(--padding) 100px;
  font-size: 0;
}

.welcome-container {
  position: relative;
  width: 1430px;
  max-width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}

.welcome-image {
  position: relative;
  width: 48.07%;
  padding-top: 66px;
  padding-left: 68px;
}

.welcome-image::before {
  content: '';
  display: block;
  position: absolute;
  width: 75%;
  height: 90%;
  top: 0;
  left: 0;
  background: var(--secondary-color);
}

.welcome-image img {
  position: relative;
}

.welcome-text {
  width: 51.93%;
  padding: 118px 35px 20px 90px;
}

.welcome-text .gsite-title {
  margin-bottom: 30px;
}

.welcome-text .gsite-title strong {
  display: block;
}

.welcome-text p {
  font-size: var(--font-size-default);
  color: var(--font-color-default);
  line-height: 1.6;
  letter-spacing: 0.05em;
  margin-bottom: 44px;
}

/* HP Welcome : END */
/* HP Numbers : START */
.hp-numbers {
  position: relative;
  padding: 0 var(--padding);
  font-size: 0;
}

.numbers-inner {
  position: relative;
  padding: 90px 0 70px;
  background-color: #000;
}

.numbers-inner .gsite-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.numbers-inner .gsite-bg::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000000;
  opacity: 0.6;
}

.numbers-inner .container {
  position: relative;
  max-width: 100%;
}

.numbers-inner .gsite-title {
  text-align: center;
  margin-bottom: 48px;
}

.numbers-inner p {
  font-size: var(--font-size-default);
  color: #ffffff;
  line-height: 1.9;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 22px;
}

/* HP Numbers : END */
/* HP Properties : START */
.hp-properties {
  position: relative;
  padding: 105px var(--padding) 0;
}

.hp-properties::before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 59.7%;
  background: var(--secondary-color);
}

.properties-container {
  position: relative;
  width: 1500px;
  max-width: 100%;
  margin: 0 auto;
}

.properties-container .gsite-title {
  text-align: center;
  margin-bottom: 36px;
}

.properties-holder {
  position: relative;
  padding: 0 85px;
}

.properties-list:not(.slick-initialized) .properties-item:nth-child(1) ~ div {
  display: none;
}

.properties-list .listing-preload{
    text-align: center;
    background: gray;
    min-height: 600px;
}

.properties-list .listing-preload img{
    margin-top: 20%;
}

.properties-item {
  position: relative;
}

.properties-image a {
  display: block;
  pointer-events: none;
}

.properties-image a canvas {
  min-height: 250px;
}

.properties-text {
  position: absolute;
  width: 365px;
  max-width: 100%;
  right: 100px;
  bottom: 0;
  padding: 34px 10px;
  background: #ffffff;
}

.properties-price {
  font-family: var(--font-family-title);
  font-size: 28px;
  color: #000000;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
  text-transform: capitalize;
  margin-bottom: 8px;
}

.properties-address {
  font-size: 20px;
  color: #000000;
  line-height: 1.5;
  text-align: center;
  text-transform: uppercase;
  max-width: 280px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 16px;
}

a.properties-view {
  display: block;
  margin: 0 auto;
}

.properties-arrow {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  padding: 0;
  border: 0;
  position: absolute;
  width: 16px;
  height: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(images/icon-arrow.png);
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.properties-arrow:hover {
  opacity: 0.7;
}

.properties-prev {
  z-index: 1 !important;
  left: 35px;
  -webkit-transform: translateY(-50%) scale(-1);
          transform: translateY(-50%) scale(-1);
}

.properties-next {
  right: 35px;
}

/* HP Properties : END */
/* HP Testimonials : START */
.hp-testimonials {
  position: relative;
  padding: 160px var(--padding) 150px;
  font-size: 0;
}

.testimonials-container {
  position: relative;
  width: 1500px;
  max-width: 100%;
  margin: 0 auto;
}

.testimonials-left {
  width: 43.34%;
  padding-left: 8.75vw;
  padding-top: 85px;
}

.testimonials-left .gsite-title {
  margin-bottom: 34px;
}

.testimonials-left p {
  font-size: var(--font-size-default);
  color: #4f4f4f;
  line-height: 1.6;
  letter-spacing: 0.05em;
  margin-bottom: 42px;
}

.testimonials-left p a {
  color: var(--primary-color);
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.testimonials-left p a:hover {
  opacity: .9;
}

.testimonials-left a.gsite-button {
  width: 322px;
}

.testimonials-right {
  width: 56.66%;
}

.testimonials-holder {
  position: relative;
  padding: 0 80px;
}

.testimonials-list {
  margin: 0 -10px;
}

.testimonials-list:not(.slick-initialized) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.testimonials-list:not(.slick-initialized) .testimonials-item {
  width: 50%;
}

.testimonials-list:not(.slick-initialized) .testimonials-item:nth-child(2) ~ div {
  display: none;
}

.testimonials-item {
  padding: 0 10px;
}

.testimonials-item .testimonials-item-inner {
  background: var(--tertiary-color);
  padding: 40px;
}

.testimonials-item p {
  font-size: 17px;
  color: #c8ebfa;
  line-height: 1.6;
  letter-spacing: 0.05em;
}

.testimonials-item strong {
  display: block;
  font-size: 17px;
  font-weight: 500;
  color: #ffffff;
  line-height: 1;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-top: 32px;
}

.testimonials-item span {
  display: block;
  font-size: 17px;
  color: #ffffff;
  line-height: 1.6;
  letter-spacing: 0.05em;
  margin-top: 5px;
}

.testimonials-item .ratings {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 22px;
  color: #ffffff;
  margin-top: 16px;
}

.testimonials-item .ratings i {
  margin-right: 8px;
}

.testimonials-item .ratings i:last-child {
  margin-right: 0;
}

.testimonials-item:nth-child(even) .testimonials-item-inner {
  background: var(--secondary-color);
}

.testimonials-arrow {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  padding: 0;
  border: 0;
  width: 16px;
  height: 24px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.testimonials-arrow:hover {
  opacity: 0.7;
}

.testimonials-prev {
  left: 25px;
  -webkit-transform: translateY(-50%) scale(-1);
          transform: translateY(-50%) scale(-1);
}

.testimonials-next {
  right: 25px;
}

/* HP Testimonials : END */
/* HP Media : START */
.hp-media {
  position: relative;
  padding: 110px var(--padding) 130px;
  font-size: 0;
  background-color: var(--tertiary-color);
}

.hp-media .gsite-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.hp-media .gsite-bg::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--tertiary-color);
  opacity: 0.9;
}

.hp-media .gsite-bg canvas {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

.media-container {
  position: relative;
  width: 1500px;
  max-width: 100%;
  margin: 0 auto;
}

.media-list {
  margin: 0 -15px;
}

.media-item {
  padding: 15px;
}

.media-item.media-title {
  width: 50%;
  padding-left: 7.813vw;
  padding-right: 5.313vw;
}

.media-item.media-title .gsite-title {
  margin-bottom: 25px;
}

.media-item.media-title p {
  font-size: var(--font-size-default);
  color: #ffffff;
  line-height: 1.6;
  letter-spacing: 0.05em;
}

.media-item:not(.media-title) {
  width: 25%;
}

.media-item a {
  display: block;
  position: relative;
  background: #ffffff;
  transition: all .4s ease-in-out;
  /*pointer-events: none;*/
}
.media-item a:hover {
  background-color: var(--primary-color) !important;
  opacity: .9;
}

.media-item a canvas {
  display: block;
  width: 100%;
  min-height: 240px;
}

.media-item a img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: calc( 100% - 20px);
  transition: all .4s ease-in-out;
}
.media-item a:hover img {
  filter: brightness(0) invert(1);
}

.media-item:nth-child(3) a {
  background: var(--primary-color);
}

.media-item:nth-child(3) a img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.media-item:nth-child(4) a {
  background: var(--quaternary-color);
}

.media-item:nth-child(6) a {
  background: var(--secondary-color);
}

.media-item:nth-child(6) a img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

/* HP Media : END */
/* HP Social : START */
.hp-social {
  position: relative;
  padding: 60px var(--padding);
  font-size: 0;
}

.social-container {
  position: relative;
  width: 1400px;
  max-width: 100%;
  margin: 0 auto;
}

.social-holder {
  position: relative;
}

.social-title {
  position: absolute;
  width: 33.33%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}

.social-title .social-username {
  font-family: var(--font-family-title);
  font-size: 18px;
  color: #333333;
  line-height: 1;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.social-title i.ai-font-instagram-text {
  font-size: 75px;
  color: #000000;
  margin-bottom: 35px;
}

.social-arrows {
  position: relative;
}

.social-arrows::before {
  content: '';
  display: block;
  position: absolute;
  width: 1px;
  height: 25px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #000000;
  opacity: 0.15;
}

.social-arrow {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  padding: 0;
  border: 0;
  width: 16px;
  height: 24px;
  margin: 0 40px;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.social-arrow:hover {
  opacity: 0.7;
}

.social-prev {
  -webkit-transform: scale(-1);
          transform: scale(-1);
}

.social-list {
  pointer-events: none;
}

.social-list:not(.slick-initialized) .social-slide:nth-child(1) ~ div {
  display: none;
}

.social-slide-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -15px;
}

.social-item {
  width: 33.33%;
  padding: 15px;
}

.social-item a {
  display: block;
  position: relative;
  pointer-events: auto;
}

.social-item .ai-font-instagram {
  font-size: 50px;
  color: #ffffff;
  position: absolute;
  right: 20px;
  bottom: 20px;
}

.social-image canvas {
  min-height: 240px;
}

.social-text {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: linear-gradient(-30deg, rgba(0, 171, 199, 0.85) 30%, rgba(146, 220, 229, 0.85) 82%);
  opacity: 0;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.social-item a:hover .social-text {
  opacity: 1;
}

.social-counts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.social-counts div {
  font-size: 17px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1;
  margin: 0 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.social-counts div img {
  margin-right: 8px;
}

.social-caption {
  font-size: 17px;
  color: #ffffff;
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-align: center;
  margin-top: 15px;
}

/* HP Social : END */
/* Footer : START */
.footer {
  position: relative;
  padding: 0 var(--padding);
  font-size: 0;
  background: var(--tertiary-color);
}

.footer-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.footer-bg::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--secondary-color);
  opacity: 0.85;
}

.footer-inner {
  position: relative;
}

.footer-inner-bg {
  position: absolute;
  width: calc( 100% + var(--padding));
  height: 100%;
  top: 0;
  left: calc(var(--padding) * -1);
}

.footer-inner-bg::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--tertiary-color);
  opacity: 0.92;
}

.footer-inner-bg canvas {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

.footer-inner .container {
  position: relative;
  max-width: 100%;
}

.footer-info {
  padding: 80px 0 0;
}

.footer-logo {
  text-align: center;
  margin-top: 5px;
}

.footer-logo a {
  display: inline-block;
}

.footer-contact {
  text-align: center;
  padding: 0 30px;
}

.footer-contact strong {
  display: block;
  font-family: var(--font-family-title);
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  line-height: 1;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.footer-contact .footer-contact-item {
  margin-bottom: 10px;
}

.footer-contact .footer-contact-item a {
  display: inline-block;
  font-size: 15px;
  color: #ffffff;
  line-height: 1;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.footer-contact .footer-contact-item a:hover {
  color: var(--primary-color);
}

.footer-smis {
  margin-top: 10px;
}

.footer-smis a {
  font-size: 22px;
  color: #ffffff;
  margin: 0 22px;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.footer-smis a:hover {
  color: var(--primary-color);
}

.footer-brokerage {
  text-align: center;
  margin-top: 28px;
}

.footer-brokerage a {
  display: inline-block;
}

.footer-tagline {
  font-size: 15px;
  color: #ffffff;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  padding: 24px 0;
  margin: 28px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-accessibility {
  font-size: 11px;
  color: #c3c3c3;
  line-height: 1.7;
  text-align: center;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.footer-accessibility a {
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.footer-accessibility a:hover {
  color: var(--primary-color);
}

.copyright {
  font-size: 13px;
  color: #c3c3c3;
  line-height: 1.2;
  text-align: center;
  margin-top: 15px;
}

.copyright .footer-site-title {
  color: var(--primary-color);
}

.copyright a {
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.copyright a:hover {
  color: var(--primary-color);
}

.footer-realtors {
  text-align: center;
  padding: 0 0 125px;
  margin-top: 16px;
}

.footer-realtors i {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  color: #c3c3c3;
}

.footer-realtors i.ai-font-realtor-mls {
  font-size: 25px;
  margin-left: 8px;
}

/* Footer : END */
/*******************************************************
 *
 * 3. IP Styles
 *
 *******************************************************/
.ip-banner {
  position: relative;
  width: 100%;
  display: none;
}

.ip-banner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.6);
}

.ip-banner canvas {
  display: block;
  position: relative;
  z-index: 0;
  width: 100%;
  min-height: 250px;
  background-color: var(--dark);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.ip-banner .container {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
}

.ip-banner h1 {
  font-weight: 700;
  font-size: 32px;
  text-align: center;
  color: #FFFFFF;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  line-height: 1.7;
}

.ip-banner h1 span {
  display: block;
  font-size: 24px;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0.01em;
}

/* Adjust minimum height of page area */
#content-sidebar, #content-full {
  min-height: 500px;
  margin-top: 20px;
  padding: 162px 0 0;
}

.error404 #inner-page-wrapper {
  padding-top: 162px;
}

/** Adjust width of content columns **/
#content-sidebar #content {
  width: 77.08%;
}

#content-full #content {
  width: 100%;
}

/* Adjust width of sidebar */
.sidebar {
  width: 20.83%;
}

/* fullwidth template */
.page-template-template-fullwidth #content {
  padding-left: 15px;
  padding-right: 15px;
}

.page-template-template-fullwidth #content ihf-search[data-eureka-id*=""].ihf-eureka {
  margin-left: -15px;
  margin-right: -15px;
}

/* Adjust line height of page elements */
#content h4, aside h4,
#content p, aside p,
#content blockquote, aside blockquote,
#content ul, aside ul,
#content fieldset, aside fieldset,
#content form, aside form,
#content ol, aside ol,
#content dl, aside dl,
#content dir, aside dir,
#content menu, aside menu {
  line-height: 1.7;
}

/* Style .entry-title(post/page) and .archive-title(category/archive/etc) main headings (h1) */
#content .entry-title,
#content .archive-title {
  font-family: var(--font-family-title);
  font-size: var(--font-size-title);
  font-weight: 400;
  color: var(--font-color-title);
  line-height: 1.1;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-align: center;
}

#content .entry-title span,
#content .archive-title span {
  display: block;
  font-family: var(--font-family-default);
  font-size: 20px;
  font-weight: 400;
  color: #333333;
  letter-spacing: 0.15em;
  margin-bottom: 10px;
}

/* Styles for category/archive/search/etc subheadings (h2) */
#content .archive-subtitle {
  font-family: var(--font-family-title);
  font-size: 40px;
  color: var(--font-color-title);
  line-height: 1.1;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.custom-breadcrumbs #breadcrumbs,
#content #breadcrumbs {
  font-size: 15px;
  color: #999999;
  line-height: 1.1;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  border-bottom: 2px solid var(--primary-color);
  padding: 24px 0;
}

.custom-breadcrumbs #breadcrumbs strong,
#content #breadcrumbs strong {
  font-weight: 600;
  color: #333333;
}

.custom-breadcrumbs.is-text-white #breadcrumbs {
  color: #ffffff;
  border-bottom-color: #ffffff;
}

.custom-breadcrumbs.is-text-white #breadcrumbs strong {
  color: #ffffff;
}

.qsearch-form .bootstrap-select.btn-group {
    /*select width, display and position are set here and set to !important
    no height attribute. padding in .bootstrap-select.btn-group .dropdown-toggle sets the height*/
    width: 100%;
}

.qsearch-form .bootstrap-select.btn-group .dropdown-toggle {
    /*form appearance should be set here
    no height attribute. set the height by setting the padding*/
    border-radius: 0;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    padding: 0;
    outline: none;
    background: none;
    font-size: 13px;
    color: #ffffff;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    border-bottom: 2px solid rgba(255, 255, 255, 0.46);
    padding: 5px 0 22px;
    height: 40px;
}

.qsearch-form .bootstrap-select.btn-group .dropdown-toggle .filter-option {
    /*font size, family, etc. should be set here*/
    font-size: 13px;
    color: #ffffff;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.qsearch-form .btn-group .dropdown-menu .bs-searchbox input{
    color: black;
    padding: 0;
}
.qsearch-form option{
  color: black;
}

/*.qsearch-form .bootstrap-select.btn-group .dropdown-toggle::after {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    right: 0;
    top: 8px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid #ffffff;
}
*/

.page-id-658 #content a.gsite-button {
  width: 250px;
}

#inner-page-wrapper > .container {
  position: relative;
  width: 1390px;
  max-width: 100%;
}

#content .ihf-listing-open-home-text-grid {
  color: #000000;
}

#content .ihf-listing-open-home-text-grid span {
  color: var(--primary-color);
}

.grecaptcha-badge {
  z-index: 1 !important;
}

body #pojo-a11y-toolbar {
    bottom:0 !important;
    top: auto !important;
}
body #pojo-a11y-toolbar.pojo-a11y-toolbar-left .pojo-a11y-toolbar-toggle {
    top:auto !important;
    bottom:0 !important;
}
button:focus-visible, a:focus-visible {
    outline-style: solid !important;
    outline-width: 5px !important;
    outline-color: red !important;
    transition: none !important;
}
.qsearch-form span.select2-selection.select2-selection--multiple {
  font-size: 13px;
  color: #ffffff;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  border: none;border-bottom: 2px solid rgba(255, 255, 255, 0.46);
  padding: 5px 0 22px;
  height: 40px;
  background: transparent;border-radius: 0px;
}
#main-wrapper #hero .qsearch-form .select2-container .select2-selection--multiple .select2-selection__rendered{
  display: flex;
}
.filter-option.pull-left {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* MEDIA QUERIES ARE AUTOMATICALLY REMOVED FROM THIS FILE, they must be placed in style-media-queries.css */

li.h2-heading::marker {
    font-size: 1.5em;
    margin: 0.75em 0;
    font-weight: bolder;
}
