/*! Flickity v1.1.1
http://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: grabbing;
}

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: white;
  background: hsla(0, 0%, 100%, 0.75);
  cursor: pointer;
  /* vertically center */
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.flickity-prev-next-button:hover {
  background: white;
}

.flickity-prev-next-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #09F;
}

.flickity-prev-next-button:active {
  filter: alpha(opacity=60); /* IE8 */
  opacity: 0.6;
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button:disabled {
  filter: alpha(opacity=30); /* IE8 */
  opacity: 0.3;
  cursor: auto;
}

.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

.flickity-prev-next-button .arrow {
  fill: #333;
}

/* color & size if no SVG - IE8 and Android 2.3 */
.flickity-prev-next-button.no-svg {
  color: #333;
  font-size: 26px;
}

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  filter: alpha(opacity=25); /* IE8 */
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  filter: alpha(opacity=100); /* IE8 */
  opacity: 1;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000002;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000003;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-arrow,
button.mfp-close {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:focus,
.mfp-close:hover {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:focus,
.mfp-arrow:hover {
  opacity: 1;
}

.mfp-arrow:after,
.mfp-arrow:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -ms-transform: scale(0.75);
        transform: scale(0.75);
  }
  .mfp-arrow-left {
    -ms-transform-origin: 0;
        transform-origin: 0;
  }
  .mfp-arrow-right {
    -ms-transform-origin: 100%;
        transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
@font-face {
font-display:swap;
  font-family: ytpregular;
  src: url('/wp-content/themes/realhomes-child/css/font/ytp-regular.eot');
}
@font-face {
font-display:swap;
  font-family: ytpregular;
  src: url(data:application/x-font-woff;charset=utf-8;base64,d09GRgABAAAAAA5sABEAAAAAFCAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAABgAAAABwAAAAcZ9iuNUdERUYAAAGcAAAAHQAAACAAdAAET1MvMgAAAbwAAABJAAAAYHUMUrFjbWFwAAACCAAAAKkAAAGKn5XycWN2dCAAAAK0AAAANgAAADYNLQohZnBnbQAAAuwAAAGxAAACZVO0L6dnYXNwAAAEoAAAAAgAAAAIAAAAEGdseWYAAASoAAAGVQAAB4jz86dSaGVhZAAACwAAAAAzAAAANgbKONpoaGVhAAALNAAAACAAAAAkESQLXGhtdHgAAAtUAAAAVAAAARxOmwVwbG9jYQAAC6gAAAAjAAAAkFoEXRRtYXhwAAALzAAAACAAAAAgAWoB625hbWUAAAvsAAAA+wAAAeok3Eb+cG9zdAAADOgAAADAAAABN99tv1lwcmVwAAANqAAAALkAAAFY3I6ikndlYmYAAA5kAAAABgAAAAbHMlGnAAAAAQAAAADMPaLPAAAAAM3Nk7QAAAAAzc13sXjaY2BkYGDgA2IJBhBgYmAEQjcgZgHzGAAHTAB5AAAAeNpjYGbZwDiBgZWBhdWY5SwDA8MsCM10liGNKQ3IB0rBASMDEgj1DvdjcGDgfcDAlvYPqJJVldEZpoZVkuUZkFJgYAQAUUULewAAAHjaY2BgYGaAYBkGRgYQaAHyGMF8FoYMIC3GIAAUYQOyeBkUGKIYqhgWKHAp6CvEP2D4/x+sAyTuyJAIFGeAizP+//r/8f/D//f+n/HA8oHo/WcKblDzsQBGoOkwSUYmIMGErgDiRLyAhZWNnYOTi5uHl49fQFBIWERUTFxCUkpaRhYiLyevoKikrKKqpq6hqaWto6unb2BoZGxiambOQF1gQZYuAIQnH4IAAAAAAAAAAAABegEnAHEAswC9AOAA5QD+ARcBIwBdAHIBtgBcAGAAZgByAI8AogErAbIAUwBEBREAAHjaXVG7TltBEN0NDwOBxNggOdoUs5mQxnuhBQnE1Y1iZDuF5QhpN3KRi3EBH0CBRA3arxmgoaRImwYhF0h8Qj4hEjNriKI0Ozuzc86ZM0vKkap36WvPU+ckkMLdBs02/U5ItbMA96Tr642MtIMHWmxm9Mp1+/4LBpvRlDtqAOU9bykPGU07gVq0p/7R/AqG+/wf8zsYtDTT9NQ6CekhBOabcUuD7xnNussP+oLV4WIwMKSYpuIuP6ZS/rc052rLsLWR0byDMxH5yTRAU2ttBJr+1CHV83EUS5DLprE2mJiy/iQTwYXJdFVTtcz42sFdsrPoYIMqzYEH2MNWeQweDg8mFNK3JMosDRH2YqvECBGTHAo55dzJ/qRA+UgSxrxJSjvjhrUGxpHXwKA2T7P/PJtNbW8dwvhZHMF3vxlLOvjIhtoYEWI7YimACURCRlX5hhrPvSwG5FL7z0CUgOXxj3+dCLTu2EQ8l7V1DjFWCHp+29zyy4q7VrnOi0J3b6pqqNIpzftezr7HA54eC8NBY8Gbz/v+SoH6PCyuNGgOBEN6N3r/orXqiKu8Fz6yJ9O/sVoAAAAAAQAB//8AD3jaTZVrbBxXFcfvufNe72Nmdx77tmfHO2N76117784OTr154YAbR7RQuUQhttoSuXZKFQVKKYqgiFJAgkpIkVClIn8opSomjXY3VHHTFldEIYpay1hR+ID4Bha27FoIEQGpd8Idu4lY7c6eOfee//2f3+zeizAaQwif4iYRgwRUbgGqjLYFNvVxtcVzfxltM5iGqMUEaS5ItwU+vTPahiBPFFMpmoo5hnv8XnjFn+Um7/xmjF1GCLHoPf+fgsUVEYcSKIcGkYbaWYxKLZ3bgGa50qpACQ0NeyYoYILaDTqpurUK2FZBUYlJY8ukEc0egLpbo+kY8O/BQcx2dvwP2Fh6/Q+Gl19fyroubHmer7rpjHllPZ/NKB+tp2/4/TzxSx0zo/74uUY29vJZOEHIfng4lzz7cjyXzn/jJwqCwCOLdj2iPSP3F/hUAHF3v+Cviee5DIqhJDLRACLoPGpHECq1M7Sd5iDZ/W6zQW8mu9Ecql7SI6xYaiOpnxCydwPNWqWJ/tSSjY1mqtqU5ZYNpWal2pJiGy0XSi1bVuKX1Fyh1GuMoJYeUeJvy/GEVbTpfTOjHJRVzUim0tlcwekbKD1QrgR5M97OV8nIyMjQsKPUEKWGNEVFFBwqEs/yHMEVFMM1PIc4FhiWQVxHcxjD0zzXEkgbmHe5G1eA9T955453xd+B9tbpi6vj10+fvj6+evH0Fju7vPDU5szVY8euzmw+tXABv7kEov/v33WOv+v/C8LG9M2xD19/EquzCyuHVuY6R25Obz35+odw4NDKwuzWHAK86q9x21wKYYQkjFeZ3M5f/TUmw6Qo12P+38Wf0zEZpVABlVANfQu1owHXXMD1AdIyQhvNgeou2b1LAuhAkVwyExRps/ppAE230qrTX1MrEVXil5W4qlm9thMAMpR2MtVHAbXMnBJvZ8oVGjdZ5XK6u6cwNExqdNJ9dnm4D+8eIeYeM7hH0b3H9bcQuczdeH75ef+TxTveO/5tuDK2Mrs5d+HmzQtzm7MrbP6ZqxMrrz2+vf34aysTV5+5iN9YhMi51W93Tiz5/wFp+ujy/MntGXx+dfrjqflrO788Ob989MaMP716+Nr8FOpCjbvnw032BUrm82gKfQc10SJaAwwZGINHEUrksaEndI3XCppBavWaU7Nrda/u7QfPsnmBF1ReK4NjCxbkgVRJdW/MdmiyjHkhCgKvGkrNq+uGngPLUDXVioJTcGxONWguENOIYmkq1lQqaDu2q1AqKi6qRh6CN0uqhlkn1WIwt1Z3FTqH6lt2kWLkqZpQ2F1H4D3X1CzFUkCp1R8EVaeKGr3mgXpyd3OKZTcgioMi3qImqA2FaFSYrkHd7BYESnSMdqAx1HNgg/6pG0Bo95RAGehqoNAuaRHR90wGdXyJtkAJ1DxSDVQCfS8ocui+EohqagNjFroniyLAOYbBgvSQxuXxiUSCGQXReJBnjafhbf6xBs8P9ZclLLJdTJfdL3bLRsgd50Nf52P7JIWjInYqFuZhUGErucF0Qj/zNJtPGArDz7EYFi0chvSpw8C/mJRgRVLfgrEf7RvowhyjJ3JPfPlX/h8N/6fZryX7bh/pJsPj4QLX9Ra89NL3QQkljmOqnognU6HcxKkoI/JsaJ8cDcfCqZAMC2cfFeSoHu+WFEmWzIQqx8PVmCThSFqPKqLIsgxJx0QYZt1iocjgfrPbjIoiltkXxzxTlE5FVTL1zb7YmTOSzXGiEBU0ZgHzXexjd9HklDtTc2P7iR4/Wmqk/jGhfZXjZW1bYFVp3y01G+ocrh/K9VST3+05OUsaEnAYGKZRfWIpDQaXT2Ej2/vCl1S5nNe7jHq5eCAlM7rOpFx8PP1Zf/NzCUdkpXjUhHmdfdi/Xv31D6WccPAIDjNMmPnBzC+ErAipZzPf++LkQyGRhTDEpCNkbmLpz8892zmE3+8swq1YODIqf2Z7lO8RdJHn7RS8kpY6r0qhAg7xXIHnhViu+zBDbhcx16UOfGVgaGkoXe6LhwS+h7NgSa+vR7ESZvPyq6VUqN+SC0ZSTPm3oETGoxGIh/p60w3naIyJ/Gywf9CMnnAemR3524hT5DErxOwBhR55COMw3e+u0T0tOEsR0JMx+NBHftD/AJ+D/f7v/TW+9t+P+Bo9e/7vNYz+By6FsKkAAAB42mNgZGBgYGRwbI8IWhzPb/OVQZ6DAQTOni3fCKP/+/x7yrOBNRTI5WBgAokCAG3mDbAAeNpjYGRgYFX9t5eBgeftf5//WTwbGIAiKMAdAJycBph42mN6w+DCwcDAAMIsZ8D0HhBNLIap52D478fBwHQRyvbBpZ7nLYMtKeZjt5OJhxT1TKsYGFhDETTjcSAG0gyPoRgozigIpL0hNEiOBcgFAEBoNC142mNgYNCBwjoccALDBEY9RhsgPIMMmZcRhHtIhkcA9pQspAAAAQAAAEcBVAALAAAAAAACAAEAAgAWAAABAACTAAAAAHjalZCxTgJBFEXPApJoYYgF9VZUSIAFTdDCnmiIgsTKsASQuGiCu0YaCr4OfomKOzsTCHRmMzPn3blz38sCFyzJ4uXOgbKWZY+8KssZLqk7zkp9cJyjSOT4jD9WjvPSt46vKHoFx2txyfGGqnfPO18kyohSGjBjJPqRFmqPmWolWkZ9o0uHZ/EkfTNgTo0KVX017ujRps+TyDqvT7xW9U/UV1Vz9ZryrQn8o8QOL1JsdVA/5IwZpv7f/YsKTW50O1PqpzKNZyw1UnKov2c9dbkD7c1/zdhXFSrNdIz3HbuaJFH1KM9CZyDN3N3SoiFupfP66mbOYAd8k0EGAHjabc05TwJhHITxZ0BBBc/P4IkI7y4sh0dBsosHKiqHeLUiiTE0FH56Xdl/6TS/ZIoZUszzM+ad/3IOSilNmm122GWPfQ4ocEiRI0qUcXj4VKgSUKNOgybHnHDKGSER7Xjjgkuu6HDNDbd0ueOeB3r0GTDkkRFPPPPCK29a0KIyympJy1pRTnmtak3r2tCmtjLjz+/ph5edfU2cc2Fiy/3px4Xpmb5ZMatmYNbMutkwm2Yr0W8nBnOj+OcXVDk0PnjaRc67DoJAEAVQFuT9fqsJCSZ2+w12QkNjrCCx9w+sbSy19DsGK/9Ob3RZujk3k7nzZp8bsbvSkXXoR8Yew9gavN9QNHSUHTFch4oMfuoV0uqGNL4nv25emq3yHzzADwVcwOsFHMCtBWzAWQlYgJ0ImIA1rRmAeRbQAWM6vQD04A9GgXglRBo4Kh+19gJGYDgzBqOnZALGO8kUTLaSGZhWkjmYrSULMA8kS7CYi5ZgKTlQxr/W1F5aAAAAAAFRp8cxAAA=) format("woff"), url('/wp-content/themes/realhomes-child/css/font/ytp-regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
}
.mb_YTPlayer:focus {
  outline: 0;
}

.YTPWrapper {
  display: block;
  transform: translateZ(0) translate3d(0, 0, 0);
  transform-style: preserve-3d;
  perspective: 1000;
  backface-visibility: hidden;
  box-sizing: border-box;
}

.mb_YTPlayer .loading {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 12px;
  color: #fff;
  background: rgba(0, 0, 0, 0.51);
  text-align: center;
  padding: 2px 4px;
  border-radius: 5px;
  font-family: "Droid Sans", sans-serif;
  animation: fade 0.1s infinite alternate;
}

.YTPFullscreen, .inline_YTPlayer img {
  border: none !important;
  padding: 0 !important;
}
@keyframes fade {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
.YTPFullscreen {
  display: block !important;
  position: fixed !important;
  width: 100% !important;
  height: 100% !important;
  top: 0 !important;
  left: 0 !important;
  margin: 0 !important;
  opacity: 1 !important;
  background-color: #000 !important;
}

.inlinePlayButton, .inlinePlayButtonMobile {
  font-family: ytpregular;
  font-size: 45px;
  color: #fff;
  text-align: center;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  width: 80px;
  height: 80px;
  line-height: 80px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  cursor: pointer;
  opacity: 0.8;
  transition: all 0.4s;
  -ms-transform: scale(1.3);
      transform: scale(1.3);
}

.inlinePlayButtonMobile {
  -ms-transform: scale(1);
      transform: scale(1);
}

.mb_YTPlayer:hover .inlinePlayButton {
  opacity: 1;
  -ms-transform: scale(1);
      transform: scale(1);
}

.inlinePlayButton:hover {
  background-color: rgb(0, 0, 0);
  -ms-transform: scale(1.3) !important;
      transform: scale(1.3) !important;
}

.mbYTP_wrapper iframe {
  max-width: 8000px !important;
}

.inline_YTPlayer {
  margin-bottom: 20px;
  vertical-align: top;
  position: relative;
  left: 0;
  overflow: hidden;
  border-radius: 4px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
  background: rgba(0, 0, 0, 0.5);
}

.inline_YTPlayer img {
  margin: 0 !important;
  -ms-transform: none !important;
      transform: none !important;
}

.mb_YTPBar, .mb_YTPBar .buttonBar {
  box-sizing: border-box;
  left: 0;
  padding: 5px;
  width: 100%;
}

.mb_YTPBar .ytpicon {
  font-size: 20px;
  font-family: ytpregular;
}

.mb_YTPBar .mb_YTPUrl.ytpicon {
  font-size: 30px;
}

.mb_YTPBar {
  transition: opacity 0.5s;
  display: block;
  height: 10px;
  background: #333;
  position: fixed;
  bottom: 0;
  text-align: left;
  z-index: 1000;
  font: 14px/16px sans-serif;
  color: #fff;
  opacity: 0.1;
}

.mb_YTPBar.visible, .mb_YTPBar:hover {
  opacity: 1;
}

.mb_YTPBar .buttonBar {
  transition: all 0.5s;
  background: 0 0;
  font: 12px/14px san-serif;
  position: absolute;
  top: -30px;
  height: 40px;
}

.mb_YTPBar:hover .buttonBar {
  background: rgba(0, 0, 0, 0.4);
}

.mb_YTPBar span {
  display: inline-block;
  font: 16px/20px sans-serif;
  position: relative;
  width: 30px;
  height: 25px;
  vertical-align: middle;
}

.mb_YTPBar span.mb_YTPTime {
  width: 130px;
}

.mb_YTPBar span.mb_OnlyYT, .mb_YTPBar span.mb_YTPUrl {
  position: absolute;
  width: auto;
  display: block;
  top: 6px;
  right: 10px;
  cursor: pointer;
}

.mb_YTPBar span.mb_YTPUrl img {
  width: 60px;
}

.mb_YTPBar span.mb_OnlyYT {
  left: 300px;
  right: auto;
}

.mb_YTPBar span.mb_OnlyYT img {
  width: 25px;
}

.mb_YTPBar span.mb_YTPUrl a {
  color: #fff;
}

.mb_YTPBar .mb_YTPMuteUnmute, .mb_YTPBar .mb_YTPPlayPause, .mb_YTPlayer .mb_YTPBar .mb_YTPPlayPause img {
  cursor: pointer;
}

.mb_YTPBar .mb_YTPProgress {
  height: 10px;
  width: 100%;
  background: #222;
  bottom: 0;
  left: 0;
}

.mb_YTPBar .mb_YTPLoaded {
  height: 10px;
  width: 0;
  background: #444;
  left: 0;
}

.mb_YTPBar .mb_YTPseekbar {
  height: 10px;
  width: 0;
  background: #bb110e;
  bottom: 0;
  left: 0;
  box-shadow: rgba(82, 82, 82, 0.47) 1px 1px 3px;
}

.mb_YTPBar .YTPOverlay {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: "flat";
  box-sizing: border-box;
}

.YTPOverlay.raster {
  background: url('/wp-content/themes/realhomes-child/css/images/raster.png');
}

.YTPOverlay.raster.retina {
  background: url('/wp-content/themes/realhomes-child/css/images/raster@2x.png');
}

.YTPOverlay.raster-dot {
  background: url('/wp-content/themes/realhomes-child/css/images/raster_dot.png');
}

.YTPOverlay.raster-dot.retina {
  background: url('/wp-content/themes/realhomes-child/css/images/raster_dot@2x.png');
}

.mb_YTPBar .simpleSlider {
  position: relative;
  width: 100px;
  height: 10px;
  border: 1px solid #fff;
  overflow: hidden;
  box-sizing: border-box;
  margin-right: 10px;
  cursor: pointer !important;
  border-radius: 3px;
}

.mb_YTPBar.compact .simpleSlider {
  width: 40px;
}

.mb_YTPBar.compact span.mb_OnlyYT {
  left: 260px;
}

.mb_YTPBar .simpleSlider.muted {
  opacity: 0.3;
}

.mb_YTPBar .level {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #fff;
  box-sizing: border-box;
}

.mb_YTPBar .level.horizontal {
  height: 100%;
  width: 0;
}

.mb_YTPBar .level.vertical {
  height: auto;
  width: 100%;
}

[data-aos][data-aos][data-aos-duration="50"], body[data-aos-duration="50"] [data-aos] {
  transition-duration: 50ms;
}

[data-aos][data-aos][data-aos-delay="50"], body[data-aos-delay="50"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="50"].aos-animate, body[data-aos-delay="50"] [data-aos].aos-animate {
  transition-delay: 50ms;
}

[data-aos][data-aos][data-aos-duration="100"], body[data-aos-duration="100"] [data-aos] {
  transition-duration: 0.1s;
}

[data-aos][data-aos][data-aos-delay="100"], body[data-aos-delay="100"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="100"].aos-animate, body[data-aos-delay="100"] [data-aos].aos-animate {
  transition-delay: 0.1s;
}

[data-aos][data-aos][data-aos-duration="150"], body[data-aos-duration="150"] [data-aos] {
  transition-duration: 0.15s;
}

[data-aos][data-aos][data-aos-delay="150"], body[data-aos-delay="150"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="150"].aos-animate, body[data-aos-delay="150"] [data-aos].aos-animate {
  transition-delay: 0.15s;
}

[data-aos][data-aos][data-aos-duration="200"], body[data-aos-duration="200"] [data-aos] {
  transition-duration: 0.2s;
}

[data-aos][data-aos][data-aos-delay="200"], body[data-aos-delay="200"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="200"].aos-animate, body[data-aos-delay="200"] [data-aos].aos-animate {
  transition-delay: 0.2s;
}

[data-aos][data-aos][data-aos-duration="250"], body[data-aos-duration="250"] [data-aos] {
  transition-duration: 0.25s;
}

[data-aos][data-aos][data-aos-delay="250"], body[data-aos-delay="250"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="250"].aos-animate, body[data-aos-delay="250"] [data-aos].aos-animate {
  transition-delay: 0.25s;
}

[data-aos][data-aos][data-aos-duration="300"], body[data-aos-duration="300"] [data-aos] {
  transition-duration: 0.3s;
}

[data-aos][data-aos][data-aos-delay="300"], body[data-aos-delay="300"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="300"].aos-animate, body[data-aos-delay="300"] [data-aos].aos-animate {
  transition-delay: 0.3s;
}

[data-aos][data-aos][data-aos-duration="350"], body[data-aos-duration="350"] [data-aos] {
  transition-duration: 0.35s;
}

[data-aos][data-aos][data-aos-delay="350"], body[data-aos-delay="350"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="350"].aos-animate, body[data-aos-delay="350"] [data-aos].aos-animate {
  transition-delay: 0.35s;
}

[data-aos][data-aos][data-aos-duration="400"], body[data-aos-duration="400"] [data-aos] {
  transition-duration: 0.4s;
}

[data-aos][data-aos][data-aos-delay="400"], body[data-aos-delay="400"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="400"].aos-animate, body[data-aos-delay="400"] [data-aos].aos-animate {
  transition-delay: 0.4s;
}

[data-aos][data-aos][data-aos-duration="450"], body[data-aos-duration="450"] [data-aos] {
  transition-duration: 0.45s;
}

[data-aos][data-aos][data-aos-delay="450"], body[data-aos-delay="450"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="450"].aos-animate, body[data-aos-delay="450"] [data-aos].aos-animate {
  transition-delay: 0.45s;
}

[data-aos][data-aos][data-aos-duration="500"], body[data-aos-duration="500"] [data-aos] {
  transition-duration: 0.5s;
}

[data-aos][data-aos][data-aos-delay="500"], body[data-aos-delay="500"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="500"].aos-animate, body[data-aos-delay="500"] [data-aos].aos-animate {
  transition-delay: 0.5s;
}

[data-aos][data-aos][data-aos-duration="550"], body[data-aos-duration="550"] [data-aos] {
  transition-duration: 0.55s;
}

[data-aos][data-aos][data-aos-delay="550"], body[data-aos-delay="550"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="550"].aos-animate, body[data-aos-delay="550"] [data-aos].aos-animate {
  transition-delay: 0.55s;
}

[data-aos][data-aos][data-aos-duration="600"], body[data-aos-duration="600"] [data-aos] {
  transition-duration: 0.6s;
}

[data-aos][data-aos][data-aos-delay="600"], body[data-aos-delay="600"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="600"].aos-animate, body[data-aos-delay="600"] [data-aos].aos-animate {
  transition-delay: 0.6s;
}

[data-aos][data-aos][data-aos-duration="650"], body[data-aos-duration="650"] [data-aos] {
  transition-duration: 0.65s;
}

[data-aos][data-aos][data-aos-delay="650"], body[data-aos-delay="650"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="650"].aos-animate, body[data-aos-delay="650"] [data-aos].aos-animate {
  transition-delay: 0.65s;
}

[data-aos][data-aos][data-aos-duration="700"], body[data-aos-duration="700"] [data-aos] {
  transition-duration: 0.7s;
}

[data-aos][data-aos][data-aos-delay="700"], body[data-aos-delay="700"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="700"].aos-animate, body[data-aos-delay="700"] [data-aos].aos-animate {
  transition-delay: 0.7s;
}

[data-aos][data-aos][data-aos-duration="750"], body[data-aos-duration="750"] [data-aos] {
  transition-duration: 0.75s;
}

[data-aos][data-aos][data-aos-delay="750"], body[data-aos-delay="750"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="750"].aos-animate, body[data-aos-delay="750"] [data-aos].aos-animate {
  transition-delay: 0.75s;
}

[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
  transition-duration: 0.8s;
}

[data-aos][data-aos][data-aos-delay="800"], body[data-aos-delay="800"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="800"].aos-animate, body[data-aos-delay="800"] [data-aos].aos-animate {
  transition-delay: 0.8s;
}

[data-aos][data-aos][data-aos-duration="850"], body[data-aos-duration="850"] [data-aos] {
  transition-duration: 0.85s;
}

[data-aos][data-aos][data-aos-delay="850"], body[data-aos-delay="850"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="850"].aos-animate, body[data-aos-delay="850"] [data-aos].aos-animate {
  transition-delay: 0.85s;
}

[data-aos][data-aos][data-aos-duration="900"], body[data-aos-duration="900"] [data-aos] {
  transition-duration: 0.9s;
}

[data-aos][data-aos][data-aos-delay="900"], body[data-aos-delay="900"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="900"].aos-animate, body[data-aos-delay="900"] [data-aos].aos-animate {
  transition-delay: 0.9s;
}

[data-aos][data-aos][data-aos-duration="950"], body[data-aos-duration="950"] [data-aos] {
  transition-duration: 0.95s;
}

[data-aos][data-aos][data-aos-delay="950"], body[data-aos-delay="950"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="950"].aos-animate, body[data-aos-delay="950"] [data-aos].aos-animate {
  transition-delay: 0.95s;
}

[data-aos][data-aos][data-aos-duration="1000"], body[data-aos-duration="1000"] [data-aos] {
  transition-duration: 1s;
}

[data-aos][data-aos][data-aos-delay="1000"], body[data-aos-delay="1000"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1000"].aos-animate, body[data-aos-delay="1000"] [data-aos].aos-animate {
  transition-delay: 1s;
}

[data-aos][data-aos][data-aos-duration="1050"], body[data-aos-duration="1050"] [data-aos] {
  transition-duration: 1.05s;
}

[data-aos][data-aos][data-aos-delay="1050"], body[data-aos-delay="1050"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1050"].aos-animate, body[data-aos-delay="1050"] [data-aos].aos-animate {
  transition-delay: 1.05s;
}

[data-aos][data-aos][data-aos-duration="1100"], body[data-aos-duration="1100"] [data-aos] {
  transition-duration: 1.1s;
}

[data-aos][data-aos][data-aos-delay="1100"], body[data-aos-delay="1100"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1100"].aos-animate, body[data-aos-delay="1100"] [data-aos].aos-animate {
  transition-delay: 1.1s;
}

[data-aos][data-aos][data-aos-duration="1150"], body[data-aos-duration="1150"] [data-aos] {
  transition-duration: 1.15s;
}

[data-aos][data-aos][data-aos-delay="1150"], body[data-aos-delay="1150"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1150"].aos-animate, body[data-aos-delay="1150"] [data-aos].aos-animate {
  transition-delay: 1.15s;
}

[data-aos][data-aos][data-aos-duration="1200"], body[data-aos-duration="1200"] [data-aos] {
  transition-duration: 1.2s;
}

[data-aos][data-aos][data-aos-delay="1200"], body[data-aos-delay="1200"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1200"].aos-animate, body[data-aos-delay="1200"] [data-aos].aos-animate {
  transition-delay: 1.2s;
}

[data-aos][data-aos][data-aos-duration="1250"], body[data-aos-duration="1250"] [data-aos] {
  transition-duration: 1.25s;
}

[data-aos][data-aos][data-aos-delay="1250"], body[data-aos-delay="1250"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1250"].aos-animate, body[data-aos-delay="1250"] [data-aos].aos-animate {
  transition-delay: 1.25s;
}

[data-aos][data-aos][data-aos-duration="1300"], body[data-aos-duration="1300"] [data-aos] {
  transition-duration: 1.3s;
}

[data-aos][data-aos][data-aos-delay="1300"], body[data-aos-delay="1300"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1300"].aos-animate, body[data-aos-delay="1300"] [data-aos].aos-animate {
  transition-delay: 1.3s;
}

[data-aos][data-aos][data-aos-duration="1350"], body[data-aos-duration="1350"] [data-aos] {
  transition-duration: 1.35s;
}

[data-aos][data-aos][data-aos-delay="1350"], body[data-aos-delay="1350"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1350"].aos-animate, body[data-aos-delay="1350"] [data-aos].aos-animate {
  transition-delay: 1.35s;
}

[data-aos][data-aos][data-aos-duration="1400"], body[data-aos-duration="1400"] [data-aos] {
  transition-duration: 1.4s;
}

[data-aos][data-aos][data-aos-delay="1400"], body[data-aos-delay="1400"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1400"].aos-animate, body[data-aos-delay="1400"] [data-aos].aos-animate {
  transition-delay: 1.4s;
}

[data-aos][data-aos][data-aos-duration="1450"], body[data-aos-duration="1450"] [data-aos] {
  transition-duration: 1.45s;
}

[data-aos][data-aos][data-aos-delay="1450"], body[data-aos-delay="1450"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1450"].aos-animate, body[data-aos-delay="1450"] [data-aos].aos-animate {
  transition-delay: 1.45s;
}

[data-aos][data-aos][data-aos-duration="1500"], body[data-aos-duration="1500"] [data-aos] {
  transition-duration: 1.5s;
}

[data-aos][data-aos][data-aos-delay="1500"], body[data-aos-delay="1500"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1500"].aos-animate, body[data-aos-delay="1500"] [data-aos].aos-animate {
  transition-delay: 1.5s;
}

[data-aos][data-aos][data-aos-duration="1550"], body[data-aos-duration="1550"] [data-aos] {
  transition-duration: 1.55s;
}

[data-aos][data-aos][data-aos-delay="1550"], body[data-aos-delay="1550"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1550"].aos-animate, body[data-aos-delay="1550"] [data-aos].aos-animate {
  transition-delay: 1.55s;
}

[data-aos][data-aos][data-aos-duration="1600"], body[data-aos-duration="1600"] [data-aos] {
  transition-duration: 1.6s;
}

[data-aos][data-aos][data-aos-delay="1600"], body[data-aos-delay="1600"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1600"].aos-animate, body[data-aos-delay="1600"] [data-aos].aos-animate {
  transition-delay: 1.6s;
}

[data-aos][data-aos][data-aos-duration="1650"], body[data-aos-duration="1650"] [data-aos] {
  transition-duration: 1.65s;
}

[data-aos][data-aos][data-aos-delay="1650"], body[data-aos-delay="1650"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1650"].aos-animate, body[data-aos-delay="1650"] [data-aos].aos-animate {
  transition-delay: 1.65s;
}

[data-aos][data-aos][data-aos-duration="1700"], body[data-aos-duration="1700"] [data-aos] {
  transition-duration: 1.7s;
}

[data-aos][data-aos][data-aos-delay="1700"], body[data-aos-delay="1700"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1700"].aos-animate, body[data-aos-delay="1700"] [data-aos].aos-animate {
  transition-delay: 1.7s;
}

[data-aos][data-aos][data-aos-duration="1750"], body[data-aos-duration="1750"] [data-aos] {
  transition-duration: 1.75s;
}

[data-aos][data-aos][data-aos-delay="1750"], body[data-aos-delay="1750"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1750"].aos-animate, body[data-aos-delay="1750"] [data-aos].aos-animate {
  transition-delay: 1.75s;
}

[data-aos][data-aos][data-aos-duration="1800"], body[data-aos-duration="1800"] [data-aos] {
  transition-duration: 1.8s;
}

[data-aos][data-aos][data-aos-delay="1800"], body[data-aos-delay="1800"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1800"].aos-animate, body[data-aos-delay="1800"] [data-aos].aos-animate {
  transition-delay: 1.8s;
}

[data-aos][data-aos][data-aos-duration="1850"], body[data-aos-duration="1850"] [data-aos] {
  transition-duration: 1.85s;
}

[data-aos][data-aos][data-aos-delay="1850"], body[data-aos-delay="1850"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1850"].aos-animate, body[data-aos-delay="1850"] [data-aos].aos-animate {
  transition-delay: 1.85s;
}

[data-aos][data-aos][data-aos-duration="1900"], body[data-aos-duration="1900"] [data-aos] {
  transition-duration: 1.9s;
}

[data-aos][data-aos][data-aos-delay="1900"], body[data-aos-delay="1900"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1900"].aos-animate, body[data-aos-delay="1900"] [data-aos].aos-animate {
  transition-delay: 1.9s;
}

[data-aos][data-aos][data-aos-duration="1950"], body[data-aos-duration="1950"] [data-aos] {
  transition-duration: 1.95s;
}

[data-aos][data-aos][data-aos-delay="1950"], body[data-aos-delay="1950"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1950"].aos-animate, body[data-aos-delay="1950"] [data-aos].aos-animate {
  transition-delay: 1.95s;
}

[data-aos][data-aos][data-aos-duration="2000"], body[data-aos-duration="2000"] [data-aos] {
  transition-duration: 2s;
}

[data-aos][data-aos][data-aos-delay="2000"], body[data-aos-delay="2000"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2000"].aos-animate, body[data-aos-delay="2000"] [data-aos].aos-animate {
  transition-delay: 2s;
}

[data-aos][data-aos][data-aos-duration="2050"], body[data-aos-duration="2050"] [data-aos] {
  transition-duration: 2.05s;
}

[data-aos][data-aos][data-aos-delay="2050"], body[data-aos-delay="2050"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2050"].aos-animate, body[data-aos-delay="2050"] [data-aos].aos-animate {
  transition-delay: 2.05s;
}

[data-aos][data-aos][data-aos-duration="2100"], body[data-aos-duration="2100"] [data-aos] {
  transition-duration: 2.1s;
}

[data-aos][data-aos][data-aos-delay="2100"], body[data-aos-delay="2100"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2100"].aos-animate, body[data-aos-delay="2100"] [data-aos].aos-animate {
  transition-delay: 2.1s;
}

[data-aos][data-aos][data-aos-duration="2150"], body[data-aos-duration="2150"] [data-aos] {
  transition-duration: 2.15s;
}

[data-aos][data-aos][data-aos-delay="2150"], body[data-aos-delay="2150"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2150"].aos-animate, body[data-aos-delay="2150"] [data-aos].aos-animate {
  transition-delay: 2.15s;
}

[data-aos][data-aos][data-aos-duration="2200"], body[data-aos-duration="2200"] [data-aos] {
  transition-duration: 2.2s;
}

[data-aos][data-aos][data-aos-delay="2200"], body[data-aos-delay="2200"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2200"].aos-animate, body[data-aos-delay="2200"] [data-aos].aos-animate {
  transition-delay: 2.2s;
}

[data-aos][data-aos][data-aos-duration="2250"], body[data-aos-duration="2250"] [data-aos] {
  transition-duration: 2.25s;
}

[data-aos][data-aos][data-aos-delay="2250"], body[data-aos-delay="2250"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2250"].aos-animate, body[data-aos-delay="2250"] [data-aos].aos-animate {
  transition-delay: 2.25s;
}

[data-aos][data-aos][data-aos-duration="2300"], body[data-aos-duration="2300"] [data-aos] {
  transition-duration: 2.3s;
}

[data-aos][data-aos][data-aos-delay="2300"], body[data-aos-delay="2300"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2300"].aos-animate, body[data-aos-delay="2300"] [data-aos].aos-animate {
  transition-delay: 2.3s;
}

[data-aos][data-aos][data-aos-duration="2350"], body[data-aos-duration="2350"] [data-aos] {
  transition-duration: 2.35s;
}

[data-aos][data-aos][data-aos-delay="2350"], body[data-aos-delay="2350"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2350"].aos-animate, body[data-aos-delay="2350"] [data-aos].aos-animate {
  transition-delay: 2.35s;
}

[data-aos][data-aos][data-aos-duration="2400"], body[data-aos-duration="2400"] [data-aos] {
  transition-duration: 2.4s;
}

[data-aos][data-aos][data-aos-delay="2400"], body[data-aos-delay="2400"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2400"].aos-animate, body[data-aos-delay="2400"] [data-aos].aos-animate {
  transition-delay: 2.4s;
}

[data-aos][data-aos][data-aos-duration="2450"], body[data-aos-duration="2450"] [data-aos] {
  transition-duration: 2.45s;
}

[data-aos][data-aos][data-aos-delay="2450"], body[data-aos-delay="2450"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2450"].aos-animate, body[data-aos-delay="2450"] [data-aos].aos-animate {
  transition-delay: 2.45s;
}

[data-aos][data-aos][data-aos-duration="2500"], body[data-aos-duration="2500"] [data-aos] {
  transition-duration: 2.5s;
}

[data-aos][data-aos][data-aos-delay="2500"], body[data-aos-delay="2500"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2500"].aos-animate, body[data-aos-delay="2500"] [data-aos].aos-animate {
  transition-delay: 2.5s;
}

[data-aos][data-aos][data-aos-duration="2550"], body[data-aos-duration="2550"] [data-aos] {
  transition-duration: 2.55s;
}

[data-aos][data-aos][data-aos-delay="2550"], body[data-aos-delay="2550"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2550"].aos-animate, body[data-aos-delay="2550"] [data-aos].aos-animate {
  transition-delay: 2.55s;
}

[data-aos][data-aos][data-aos-duration="2600"], body[data-aos-duration="2600"] [data-aos] {
  transition-duration: 2.6s;
}

[data-aos][data-aos][data-aos-delay="2600"], body[data-aos-delay="2600"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2600"].aos-animate, body[data-aos-delay="2600"] [data-aos].aos-animate {
  transition-delay: 2.6s;
}

[data-aos][data-aos][data-aos-duration="2650"], body[data-aos-duration="2650"] [data-aos] {
  transition-duration: 2.65s;
}

[data-aos][data-aos][data-aos-delay="2650"], body[data-aos-delay="2650"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2650"].aos-animate, body[data-aos-delay="2650"] [data-aos].aos-animate {
  transition-delay: 2.65s;
}

[data-aos][data-aos][data-aos-duration="2700"], body[data-aos-duration="2700"] [data-aos] {
  transition-duration: 2.7s;
}

[data-aos][data-aos][data-aos-delay="2700"], body[data-aos-delay="2700"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2700"].aos-animate, body[data-aos-delay="2700"] [data-aos].aos-animate {
  transition-delay: 2.7s;
}

[data-aos][data-aos][data-aos-duration="2750"], body[data-aos-duration="2750"] [data-aos] {
  transition-duration: 2.75s;
}

[data-aos][data-aos][data-aos-delay="2750"], body[data-aos-delay="2750"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2750"].aos-animate, body[data-aos-delay="2750"] [data-aos].aos-animate {
  transition-delay: 2.75s;
}

[data-aos][data-aos][data-aos-duration="2800"], body[data-aos-duration="2800"] [data-aos] {
  transition-duration: 2.8s;
}

[data-aos][data-aos][data-aos-delay="2800"], body[data-aos-delay="2800"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2800"].aos-animate, body[data-aos-delay="2800"] [data-aos].aos-animate {
  transition-delay: 2.8s;
}

[data-aos][data-aos][data-aos-duration="2850"], body[data-aos-duration="2850"] [data-aos] {
  transition-duration: 2.85s;
}

[data-aos][data-aos][data-aos-delay="2850"], body[data-aos-delay="2850"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2850"].aos-animate, body[data-aos-delay="2850"] [data-aos].aos-animate {
  transition-delay: 2.85s;
}

[data-aos][data-aos][data-aos-duration="2900"], body[data-aos-duration="2900"] [data-aos] {
  transition-duration: 2.9s;
}

[data-aos][data-aos][data-aos-delay="2900"], body[data-aos-delay="2900"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2900"].aos-animate, body[data-aos-delay="2900"] [data-aos].aos-animate {
  transition-delay: 2.9s;
}

[data-aos][data-aos][data-aos-duration="2950"], body[data-aos-duration="2950"] [data-aos] {
  transition-duration: 2.95s;
}

[data-aos][data-aos][data-aos-delay="2950"], body[data-aos-delay="2950"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2950"].aos-animate, body[data-aos-delay="2950"] [data-aos].aos-animate {
  transition-delay: 2.95s;
}

[data-aos][data-aos][data-aos-duration="3000"], body[data-aos-duration="3000"] [data-aos] {
  transition-duration: 3s;
}

[data-aos][data-aos][data-aos-delay="3000"], body[data-aos-delay="3000"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="3000"].aos-animate, body[data-aos-delay="3000"] [data-aos].aos-animate {
  transition-delay: 3s;
}

[data-aos][data-aos][data-aos-easing=linear], body[data-aos-easing=linear] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}

[data-aos][data-aos][data-aos-easing=ease], body[data-aos-easing=ease] [data-aos] {
  transition-timing-function: ease;
}

[data-aos][data-aos][data-aos-easing=ease-in], body[data-aos-easing=ease-in] [data-aos] {
  transition-timing-function: ease-in;
}

[data-aos][data-aos][data-aos-easing=ease-out], body[data-aos-easing=ease-out] [data-aos] {
  transition-timing-function: ease-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-out], body[data-aos-easing=ease-in-out] [data-aos] {
  transition-timing-function: ease-in-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-back], body[data-aos-easing=ease-in-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

[data-aos][data-aos][data-aos-easing=ease-out-back], body[data-aos-easing=ease-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-back], body[data-aos-easing=ease-in-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

[data-aos][data-aos][data-aos-easing=ease-in-sine], body[data-aos-easing=ease-in-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}

[data-aos][data-aos][data-aos-easing=ease-out-sine], body[data-aos-easing=ease-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-sine], body[data-aos-easing=ease-in-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

[data-aos][data-aos][data-aos-easing=ease-in-quad], body[data-aos-easing=ease-in-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quad], body[data-aos-easing=ease-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quad], body[data-aos-easing=ease-in-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing=ease-in-cubic], body[data-aos-easing=ease-in-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-cubic], body[data-aos-easing=ease-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-cubic], body[data-aos-easing=ease-in-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing=ease-in-quart], body[data-aos-easing=ease-in-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quart], body[data-aos-easing=ease-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quart], body[data-aos-easing=ease-in-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos^=fade][data-aos^=fade] {
  opacity: 0;
  transition-property: opacity, transform;
}

[data-aos^=fade][data-aos^=fade].aos-animate {
  opacity: 1;
  transform: translateZ(0);
}

[data-aos=fade-up] {
  transform: translate3d(0, 100px, 0);
}

[data-aos=fade-down] {
  transform: translate3d(0, -100px, 0);
}

[data-aos=fade-right] {
  transform: translate3d(-100px, 0, 0);
}

[data-aos=fade-left] {
  transform: translate3d(100px, 0, 0);
}

[data-aos=fade-up-right] {
  transform: translate3d(-100px, 100px, 0);
}

[data-aos=fade-up-left] {
  transform: translate3d(100px, 100px, 0);
}

[data-aos=fade-down-right] {
  transform: translate3d(-100px, -100px, 0);
}

[data-aos=fade-down-left] {
  transform: translate3d(100px, -100px, 0);
}

[data-aos^=zoom][data-aos^=zoom] {
  opacity: 0;
  transition-property: opacity, transform;
}

[data-aos^=zoom][data-aos^=zoom].aos-animate {
  opacity: 1;
  transform: translateZ(0) scale(1);
}

[data-aos=zoom-in] {
  -ms-transform: scale(0.6);
      transform: scale(0.6);
}

[data-aos=zoom-in-up] {
  transform: translate3d(0, 100px, 0) scale(0.6);
}

[data-aos=zoom-in-down] {
  transform: translate3d(0, -100px, 0) scale(0.6);
}

[data-aos=zoom-in-right] {
  transform: translate3d(-100px, 0, 0) scale(0.6);
}

[data-aos=zoom-in-left] {
  transform: translate3d(100px, 0, 0) scale(0.6);
}

[data-aos=zoom-out] {
  -ms-transform: scale(1.2);
      transform: scale(1.2);
}

[data-aos=zoom-out-up] {
  transform: translate3d(0, 100px, 0) scale(1.2);
}

[data-aos=zoom-out-down] {
  transform: translate3d(0, -100px, 0) scale(1.2);
}

[data-aos=zoom-out-right] {
  transform: translate3d(-100px, 0, 0) scale(1.2);
}

[data-aos=zoom-out-left] {
  transform: translate3d(100px, 0, 0) scale(1.2);
}

[data-aos^=slide][data-aos^=slide] {
  transition-property: transform;
}

[data-aos^=slide][data-aos^=slide].aos-animate {
  transform: translateZ(0);
}

[data-aos=slide-up] {
  transform: translate3d(0, 100%, 0);
}

[data-aos=slide-down] {
  transform: translate3d(0, -100%, 0);
}

[data-aos=slide-right] {
  transform: translate3d(-100%, 0, 0);
}

[data-aos=slide-left] {
  transform: translate3d(100%, 0, 0);
}

[data-aos^=flip][data-aos^=flip] {
  backface-visibility: hidden;
  transition-property: transform;
}

[data-aos=flip-left] {
  transform: perspective(2500px) rotateY(-100deg);
}

[data-aos=flip-left].aos-animate {
  transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-right] {
  transform: perspective(2500px) rotateY(100deg);
}

[data-aos=flip-right].aos-animate {
  transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-up] {
  transform: perspective(2500px) rotateX(-100deg);
}

[data-aos=flip-up].aos-animate {
  transform: perspective(2500px) rotateX(0);
}

[data-aos=flip-down] {
  transform: perspective(2500px) rotateX(100deg);
}

[data-aos=flip-down].aos-animate {
  transform: perspective(2500px) rotateX(0);
}

.iti {
  position: relative;
  display: inline-block;
}

.iti * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.iti__hide {
  display: none;
}

.iti__v-hide {
  visibility: hidden;
}

.iti input, .iti input[type=text], .iti input[type=tel] {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-right: 36px;
  margin-right: 0;
}

.iti__flag-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 1px;
}

.iti__selected-flag {
  z-index: 1;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  height: 100%;
  padding: 0 6px 0 8px;
}

.iti__arrow {
  margin-left: 6px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #555;
}

.iti__arrow--up {
  border-top: none;
  border-bottom: 4px solid #555;
}

.iti__country-list {
  position: absolute;
  z-index: 2;
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0 0 0 -1px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  background-color: white;
  border: 1px solid #CCC;
  white-space: nowrap;
  max-height: 200px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.iti__country-list--dropup {
  bottom: 100%;
  margin-bottom: -1px;
}

@media (max-width: 500px) {
  .iti__country-list {
    white-space: normal;
  }
}
.iti__flag-box {
  display: inline-block;
  width: 20px;
}

.iti__divider {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #CCC;
}

.iti__country {
  padding: 5px 10px;
  outline: none;
}

.iti__dial-code {
  color: #999;
}

.iti__country.iti__highlight {
  background-color: rgba(0, 0, 0, 0.05);
}

.iti__flag-box, .iti__country-name, .iti__dial-code {
  vertical-align: middle;
}

.iti__flag-box, .iti__country-name {
  margin-right: 6px;
}

.iti--allow-dropdown input, .iti--allow-dropdown input[type=text], .iti--allow-dropdown input[type=tel], .iti--separate-dial-code input, .iti--separate-dial-code input[type=text], .iti--separate-dial-code input[type=tel] {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0;
}

.iti--allow-dropdown .iti__flag-container, .iti--separate-dial-code .iti__flag-container {
  right: auto;
  left: 0;
}

.iti--allow-dropdown .iti__flag-container:hover {
  cursor: pointer;
}

.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}

.iti--allow-dropdown input[disabled] + .iti__flag-container:hover,
.iti--allow-dropdown input[readonly] + .iti__flag-container:hover {
  cursor: default;
}

.iti--allow-dropdown input[disabled] + .iti__flag-container:hover .iti__selected-flag,
.iti--allow-dropdown input[readonly] + .iti__flag-container:hover .iti__selected-flag {
  background-color: transparent;
}

.iti--separate-dial-code .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}

.iti--separate-dial-code .iti__selected-dial-code {
  margin-left: 6px;
}

.iti--container {
  position: absolute;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: 1px;
}

.iti--container:hover {
  cursor: pointer;
}

.iti-mobile .iti--container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: fixed;
}

.iti-mobile .iti__country-list {
  max-height: 100%;
  width: 100%;
}

.iti-mobile .iti__country {
  padding: 10px 10px;
  line-height: 1.5em;
}

.iti__flag {
  width: 20px;
}

.iti__flag.iti__be {
  width: 18px;
}

.iti__flag.iti__ch {
  width: 15px;
}

.iti__flag.iti__mc {
  width: 19px;
}

.iti__flag.iti__ne {
  width: 18px;
}

.iti__flag.iti__np {
  width: 13px;
}

.iti__flag.iti__va {
  width: 15px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-size: 5652px 15px;
  }
}
.iti__flag.iti__ac {
  height: 10px;
  background-position: 0px 0px;
}

.iti__flag.iti__ad {
  height: 14px;
  background-position: -22px 0px;
}

.iti__flag.iti__ae {
  height: 10px;
  background-position: -44px 0px;
}

.iti__flag.iti__af {
  height: 14px;
  background-position: -66px 0px;
}

.iti__flag.iti__ag {
  height: 14px;
  background-position: -88px 0px;
}

.iti__flag.iti__ai {
  height: 10px;
  background-position: -110px 0px;
}

.iti__flag.iti__al {
  height: 15px;
  background-position: -132px 0px;
}

.iti__flag.iti__am {
  height: 10px;
  background-position: -154px 0px;
}

.iti__flag.iti__ao {
  height: 14px;
  background-position: -176px 0px;
}

.iti__flag.iti__aq {
  height: 14px;
  background-position: -198px 0px;
}

.iti__flag.iti__ar {
  height: 13px;
  background-position: -220px 0px;
}

.iti__flag.iti__as {
  height: 10px;
  background-position: -242px 0px;
}

.iti__flag.iti__at {
  height: 14px;
  background-position: -264px 0px;
}

.iti__flag.iti__au {
  height: 10px;
  background-position: -286px 0px;
}

.iti__flag.iti__aw {
  height: 14px;
  background-position: -308px 0px;
}

.iti__flag.iti__ax {
  height: 13px;
  background-position: -330px 0px;
}

.iti__flag.iti__az {
  height: 10px;
  background-position: -352px 0px;
}

.iti__flag.iti__ba {
  height: 10px;
  background-position: -374px 0px;
}

.iti__flag.iti__bb {
  height: 14px;
  background-position: -396px 0px;
}

.iti__flag.iti__bd {
  height: 12px;
  background-position: -418px 0px;
}

.iti__flag.iti__be {
  height: 15px;
  background-position: -440px 0px;
}

.iti__flag.iti__bf {
  height: 14px;
  background-position: -460px 0px;
}

.iti__flag.iti__bg {
  height: 12px;
  background-position: -482px 0px;
}

.iti__flag.iti__bh {
  height: 12px;
  background-position: -504px 0px;
}

.iti__flag.iti__bi {
  height: 12px;
  background-position: -526px 0px;
}

.iti__flag.iti__bj {
  height: 14px;
  background-position: -548px 0px;
}

.iti__flag.iti__bl {
  height: 14px;
  background-position: -570px 0px;
}

.iti__flag.iti__bm {
  height: 10px;
  background-position: -592px 0px;
}

.iti__flag.iti__bn {
  height: 10px;
  background-position: -614px 0px;
}

.iti__flag.iti__bo {
  height: 14px;
  background-position: -636px 0px;
}

.iti__flag.iti__bq {
  height: 14px;
  background-position: -658px 0px;
}

.iti__flag.iti__br {
  height: 14px;
  background-position: -680px 0px;
}

.iti__flag.iti__bs {
  height: 10px;
  background-position: -702px 0px;
}

.iti__flag.iti__bt {
  height: 14px;
  background-position: -724px 0px;
}

.iti__flag.iti__bv {
  height: 15px;
  background-position: -746px 0px;
}

.iti__flag.iti__bw {
  height: 14px;
  background-position: -768px 0px;
}

.iti__flag.iti__by {
  height: 10px;
  background-position: -790px 0px;
}

.iti__flag.iti__bz {
  height: 14px;
  background-position: -812px 0px;
}

.iti__flag.iti__ca {
  height: 10px;
  background-position: -834px 0px;
}

.iti__flag.iti__cc {
  height: 10px;
  background-position: -856px 0px;
}

.iti__flag.iti__cd {
  height: 15px;
  background-position: -878px 0px;
}

.iti__flag.iti__cf {
  height: 14px;
  background-position: -900px 0px;
}

.iti__flag.iti__cg {
  height: 14px;
  background-position: -922px 0px;
}

.iti__flag.iti__ch {
  height: 15px;
  background-position: -944px 0px;
}

.iti__flag.iti__ci {
  height: 14px;
  background-position: -961px 0px;
}

.iti__flag.iti__ck {
  height: 10px;
  background-position: -983px 0px;
}

.iti__flag.iti__cl {
  height: 14px;
  background-position: -1005px 0px;
}

.iti__flag.iti__cm {
  height: 14px;
  background-position: -1027px 0px;
}

.iti__flag.iti__cn {
  height: 14px;
  background-position: -1049px 0px;
}

.iti__flag.iti__co {
  height: 14px;
  background-position: -1071px 0px;
}

.iti__flag.iti__cp {
  height: 14px;
  background-position: -1093px 0px;
}

.iti__flag.iti__cr {
  height: 12px;
  background-position: -1115px 0px;
}

.iti__flag.iti__cu {
  height: 10px;
  background-position: -1137px 0px;
}

.iti__flag.iti__cv {
  height: 12px;
  background-position: -1159px 0px;
}

.iti__flag.iti__cw {
  height: 14px;
  background-position: -1181px 0px;
}

.iti__flag.iti__cx {
  height: 10px;
  background-position: -1203px 0px;
}

.iti__flag.iti__cy {
  height: 14px;
  background-position: -1225px 0px;
}

.iti__flag.iti__cz {
  height: 14px;
  background-position: -1247px 0px;
}

.iti__flag.iti__de {
  height: 12px;
  background-position: -1269px 0px;
}

.iti__flag.iti__dg {
  height: 10px;
  background-position: -1291px 0px;
}

.iti__flag.iti__dj {
  height: 14px;
  background-position: -1313px 0px;
}

.iti__flag.iti__dk {
  height: 15px;
  background-position: -1335px 0px;
}

.iti__flag.iti__dm {
  height: 10px;
  background-position: -1357px 0px;
}

.iti__flag.iti__do {
  height: 14px;
  background-position: -1379px 0px;
}

.iti__flag.iti__dz {
  height: 14px;
  background-position: -1401px 0px;
}

.iti__flag.iti__ea {
  height: 14px;
  background-position: -1423px 0px;
}

.iti__flag.iti__ec {
  height: 14px;
  background-position: -1445px 0px;
}

.iti__flag.iti__ee {
  height: 13px;
  background-position: -1467px 0px;
}

.iti__flag.iti__eg {
  height: 14px;
  background-position: -1489px 0px;
}

.iti__flag.iti__eh {
  height: 10px;
  background-position: -1511px 0px;
}

.iti__flag.iti__er {
  height: 10px;
  background-position: -1533px 0px;
}

.iti__flag.iti__es {
  height: 14px;
  background-position: -1555px 0px;
}

.iti__flag.iti__et {
  height: 10px;
  background-position: -1577px 0px;
}

.iti__flag.iti__eu {
  height: 14px;
  background-position: -1599px 0px;
}

.iti__flag.iti__fi {
  height: 12px;
  background-position: -1621px 0px;
}

.iti__flag.iti__fj {
  height: 10px;
  background-position: -1643px 0px;
}

.iti__flag.iti__fk {
  height: 10px;
  background-position: -1665px 0px;
}

.iti__flag.iti__fm {
  height: 11px;
  background-position: -1687px 0px;
}

.iti__flag.iti__fo {
  height: 15px;
  background-position: -1709px 0px;
}

.iti__flag.iti__fr {
  height: 14px;
  background-position: -1731px 0px;
}

.iti__flag.iti__ga {
  height: 15px;
  background-position: -1753px 0px;
}

.iti__flag.iti__gb {
  height: 10px;
  background-position: -1775px 0px;
}

.iti__flag.iti__gd {
  height: 12px;
  background-position: -1797px 0px;
}

.iti__flag.iti__ge {
  height: 14px;
  background-position: -1819px 0px;
}

.iti__flag.iti__gf {
  height: 14px;
  background-position: -1841px 0px;
}

.iti__flag.iti__gg {
  height: 14px;
  background-position: -1863px 0px;
}

.iti__flag.iti__gh {
  height: 14px;
  background-position: -1885px 0px;
}

.iti__flag.iti__gi {
  height: 10px;
  background-position: -1907px 0px;
}

.iti__flag.iti__gl {
  height: 14px;
  background-position: -1929px 0px;
}

.iti__flag.iti__gm {
  height: 14px;
  background-position: -1951px 0px;
}

.iti__flag.iti__gn {
  height: 14px;
  background-position: -1973px 0px;
}

.iti__flag.iti__gp {
  height: 14px;
  background-position: -1995px 0px;
}

.iti__flag.iti__gq {
  height: 14px;
  background-position: -2017px 0px;
}

.iti__flag.iti__gr {
  height: 14px;
  background-position: -2039px 0px;
}

.iti__flag.iti__gs {
  height: 10px;
  background-position: -2061px 0px;
}

.iti__flag.iti__gt {
  height: 13px;
  background-position: -2083px 0px;
}

.iti__flag.iti__gu {
  height: 11px;
  background-position: -2105px 0px;
}

.iti__flag.iti__gw {
  height: 10px;
  background-position: -2127px 0px;
}

.iti__flag.iti__gy {
  height: 12px;
  background-position: -2149px 0px;
}

.iti__flag.iti__hk {
  height: 14px;
  background-position: -2171px 0px;
}

.iti__flag.iti__hm {
  height: 10px;
  background-position: -2193px 0px;
}

.iti__flag.iti__hn {
  height: 10px;
  background-position: -2215px 0px;
}

.iti__flag.iti__hr {
  height: 10px;
  background-position: -2237px 0px;
}

.iti__flag.iti__ht {
  height: 12px;
  background-position: -2259px 0px;
}

.iti__flag.iti__hu {
  height: 10px;
  background-position: -2281px 0px;
}

.iti__flag.iti__ic {
  height: 14px;
  background-position: -2303px 0px;
}

.iti__flag.iti__id {
  height: 14px;
  background-position: -2325px 0px;
}

.iti__flag.iti__ie {
  height: 10px;
  background-position: -2347px 0px;
}

.iti__flag.iti__il {
  height: 15px;
  background-position: -2369px 0px;
}

.iti__flag.iti__im {
  height: 10px;
  background-position: -2391px 0px;
}

.iti__flag.iti__in {
  height: 14px;
  background-position: -2413px 0px;
}

.iti__flag.iti__io {
  height: 10px;
  background-position: -2435px 0px;
}

.iti__flag.iti__iq {
  height: 14px;
  background-position: -2457px 0px;
}

.iti__flag.iti__ir {
  height: 12px;
  background-position: -2479px 0px;
}

.iti__flag.iti__is {
  height: 15px;
  background-position: -2501px 0px;
}

.iti__flag.iti__it {
  height: 14px;
  background-position: -2523px 0px;
}

.iti__flag.iti__je {
  height: 12px;
  background-position: -2545px 0px;
}

.iti__flag.iti__jm {
  height: 10px;
  background-position: -2567px 0px;
}

.iti__flag.iti__jo {
  height: 10px;
  background-position: -2589px 0px;
}

.iti__flag.iti__jp {
  height: 14px;
  background-position: -2611px 0px;
}

.iti__flag.iti__ke {
  height: 14px;
  background-position: -2633px 0px;
}

.iti__flag.iti__kg {
  height: 12px;
  background-position: -2655px 0px;
}

.iti__flag.iti__kh {
  height: 13px;
  background-position: -2677px 0px;
}

.iti__flag.iti__ki {
  height: 10px;
  background-position: -2699px 0px;
}

.iti__flag.iti__km {
  height: 12px;
  background-position: -2721px 0px;
}

.iti__flag.iti__kn {
  height: 14px;
  background-position: -2743px 0px;
}

.iti__flag.iti__kp {
  height: 10px;
  background-position: -2765px 0px;
}

.iti__flag.iti__kr {
  height: 14px;
  background-position: -2787px 0px;
}

.iti__flag.iti__kw {
  height: 10px;
  background-position: -2809px 0px;
}

.iti__flag.iti__ky {
  height: 10px;
  background-position: -2831px 0px;
}

.iti__flag.iti__kz {
  height: 10px;
  background-position: -2853px 0px;
}

.iti__flag.iti__la {
  height: 14px;
  background-position: -2875px 0px;
}

.iti__flag.iti__lb {
  height: 14px;
  background-position: -2897px 0px;
}

.iti__flag.iti__lc {
  height: 10px;
  background-position: -2919px 0px;
}

.iti__flag.iti__li {
  height: 12px;
  background-position: -2941px 0px;
}

.iti__flag.iti__lk {
  height: 10px;
  background-position: -2963px 0px;
}

.iti__flag.iti__lr {
  height: 11px;
  background-position: -2985px 0px;
}

.iti__flag.iti__ls {
  height: 14px;
  background-position: -3007px 0px;
}

.iti__flag.iti__lt {
  height: 12px;
  background-position: -3029px 0px;
}

.iti__flag.iti__lu {
  height: 12px;
  background-position: -3051px 0px;
}

.iti__flag.iti__lv {
  height: 10px;
  background-position: -3073px 0px;
}

.iti__flag.iti__ly {
  height: 10px;
  background-position: -3095px 0px;
}

.iti__flag.iti__ma {
  height: 14px;
  background-position: -3117px 0px;
}

.iti__flag.iti__mc {
  height: 15px;
  background-position: -3139px 0px;
}

.iti__flag.iti__md {
  height: 10px;
  background-position: -3160px 0px;
}

.iti__flag.iti__me {
  height: 10px;
  background-position: -3182px 0px;
}

.iti__flag.iti__mf {
  height: 14px;
  background-position: -3204px 0px;
}

.iti__flag.iti__mg {
  height: 14px;
  background-position: -3226px 0px;
}

.iti__flag.iti__mh {
  height: 11px;
  background-position: -3248px 0px;
}

.iti__flag.iti__mk {
  height: 10px;
  background-position: -3270px 0px;
}

.iti__flag.iti__ml {
  height: 14px;
  background-position: -3292px 0px;
}

.iti__flag.iti__mm {
  height: 14px;
  background-position: -3314px 0px;
}

.iti__flag.iti__mn {
  height: 10px;
  background-position: -3336px 0px;
}

.iti__flag.iti__mo {
  height: 14px;
  background-position: -3358px 0px;
}

.iti__flag.iti__mp {
  height: 10px;
  background-position: -3380px 0px;
}

.iti__flag.iti__mq {
  height: 14px;
  background-position: -3402px 0px;
}

.iti__flag.iti__mr {
  height: 14px;
  background-position: -3424px 0px;
}

.iti__flag.iti__ms {
  height: 10px;
  background-position: -3446px 0px;
}

.iti__flag.iti__mt {
  height: 14px;
  background-position: -3468px 0px;
}

.iti__flag.iti__mu {
  height: 14px;
  background-position: -3490px 0px;
}

.iti__flag.iti__mv {
  height: 14px;
  background-position: -3512px 0px;
}

.iti__flag.iti__mw {
  height: 14px;
  background-position: -3534px 0px;
}

.iti__flag.iti__mx {
  height: 12px;
  background-position: -3556px 0px;
}

.iti__flag.iti__my {
  height: 10px;
  background-position: -3578px 0px;
}

.iti__flag.iti__mz {
  height: 14px;
  background-position: -3600px 0px;
}

.iti__flag.iti__na {
  height: 14px;
  background-position: -3622px 0px;
}

.iti__flag.iti__nc {
  height: 10px;
  background-position: -3644px 0px;
}

.iti__flag.iti__ne {
  height: 15px;
  background-position: -3666px 0px;
}

.iti__flag.iti__nf {
  height: 10px;
  background-position: -3686px 0px;
}

.iti__flag.iti__ng {
  height: 10px;
  background-position: -3708px 0px;
}

.iti__flag.iti__ni {
  height: 12px;
  background-position: -3730px 0px;
}

.iti__flag.iti__nl {
  height: 14px;
  background-position: -3752px 0px;
}

.iti__flag.iti__no {
  height: 15px;
  background-position: -3774px 0px;
}

.iti__flag.iti__np {
  height: 15px;
  background-position: -3796px 0px;
}

.iti__flag.iti__nr {
  height: 10px;
  background-position: -3811px 0px;
}

.iti__flag.iti__nu {
  height: 10px;
  background-position: -3833px 0px;
}

.iti__flag.iti__nz {
  height: 10px;
  background-position: -3855px 0px;
}

.iti__flag.iti__om {
  height: 10px;
  background-position: -3877px 0px;
}

.iti__flag.iti__pa {
  height: 14px;
  background-position: -3899px 0px;
}

.iti__flag.iti__pe {
  height: 14px;
  background-position: -3921px 0px;
}

.iti__flag.iti__pf {
  height: 14px;
  background-position: -3943px 0px;
}

.iti__flag.iti__pg {
  height: 15px;
  background-position: -3965px 0px;
}

.iti__flag.iti__ph {
  height: 10px;
  background-position: -3987px 0px;
}

.iti__flag.iti__pk {
  height: 14px;
  background-position: -4009px 0px;
}

.iti__flag.iti__pl {
  height: 13px;
  background-position: -4031px 0px;
}

.iti__flag.iti__pm {
  height: 14px;
  background-position: -4053px 0px;
}

.iti__flag.iti__pn {
  height: 10px;
  background-position: -4075px 0px;
}

.iti__flag.iti__pr {
  height: 14px;
  background-position: -4097px 0px;
}

.iti__flag.iti__ps {
  height: 10px;
  background-position: -4119px 0px;
}

.iti__flag.iti__pt {
  height: 14px;
  background-position: -4141px 0px;
}

.iti__flag.iti__pw {
  height: 13px;
  background-position: -4163px 0px;
}

.iti__flag.iti__py {
  height: 11px;
  background-position: -4185px 0px;
}

.iti__flag.iti__qa {
  height: 8px;
  background-position: -4207px 0px;
}

.iti__flag.iti__re {
  height: 14px;
  background-position: -4229px 0px;
}

.iti__flag.iti__ro {
  height: 14px;
  background-position: -4251px 0px;
}

.iti__flag.iti__rs {
  height: 14px;
  background-position: -4273px 0px;
}

.iti__flag.iti__ru {
  height: 14px;
  background-position: -4295px 0px;
}

.iti__flag.iti__rw {
  height: 14px;
  background-position: -4317px 0px;
}

.iti__flag.iti__sa {
  height: 14px;
  background-position: -4339px 0px;
}

.iti__flag.iti__sb {
  height: 10px;
  background-position: -4361px 0px;
}

.iti__flag.iti__sc {
  height: 10px;
  background-position: -4383px 0px;
}

.iti__flag.iti__sd {
  height: 10px;
  background-position: -4405px 0px;
}

.iti__flag.iti__se {
  height: 13px;
  background-position: -4427px 0px;
}

.iti__flag.iti__sg {
  height: 14px;
  background-position: -4449px 0px;
}

.iti__flag.iti__sh {
  height: 10px;
  background-position: -4471px 0px;
}

.iti__flag.iti__si {
  height: 10px;
  background-position: -4493px 0px;
}

.iti__flag.iti__sj {
  height: 15px;
  background-position: -4515px 0px;
}

.iti__flag.iti__sk {
  height: 14px;
  background-position: -4537px 0px;
}

.iti__flag.iti__sl {
  height: 14px;
  background-position: -4559px 0px;
}

.iti__flag.iti__sm {
  height: 15px;
  background-position: -4581px 0px;
}

.iti__flag.iti__sn {
  height: 14px;
  background-position: -4603px 0px;
}

.iti__flag.iti__so {
  height: 14px;
  background-position: -4625px 0px;
}

.iti__flag.iti__sr {
  height: 14px;
  background-position: -4647px 0px;
}

.iti__flag.iti__ss {
  height: 10px;
  background-position: -4669px 0px;
}

.iti__flag.iti__st {
  height: 10px;
  background-position: -4691px 0px;
}

.iti__flag.iti__sv {
  height: 12px;
  background-position: -4713px 0px;
}

.iti__flag.iti__sx {
  height: 14px;
  background-position: -4735px 0px;
}

.iti__flag.iti__sy {
  height: 14px;
  background-position: -4757px 0px;
}

.iti__flag.iti__sz {
  height: 14px;
  background-position: -4779px 0px;
}

.iti__flag.iti__ta {
  height: 10px;
  background-position: -4801px 0px;
}

.iti__flag.iti__tc {
  height: 10px;
  background-position: -4823px 0px;
}

.iti__flag.iti__td {
  height: 14px;
  background-position: -4845px 0px;
}

.iti__flag.iti__tf {
  height: 14px;
  background-position: -4867px 0px;
}

.iti__flag.iti__tg {
  height: 13px;
  background-position: -4889px 0px;
}

.iti__flag.iti__th {
  height: 14px;
  background-position: -4911px 0px;
}

.iti__flag.iti__tj {
  height: 10px;
  background-position: -4933px 0px;
}

.iti__flag.iti__tk {
  height: 10px;
  background-position: -4955px 0px;
}

.iti__flag.iti__tl {
  height: 10px;
  background-position: -4977px 0px;
}

.iti__flag.iti__tm {
  height: 14px;
  background-position: -4999px 0px;
}

.iti__flag.iti__tn {
  height: 14px;
  background-position: -5021px 0px;
}

.iti__flag.iti__to {
  height: 10px;
  background-position: -5043px 0px;
}

.iti__flag.iti__tr {
  height: 14px;
  background-position: -5065px 0px;
}

.iti__flag.iti__tt {
  height: 12px;
  background-position: -5087px 0px;
}

.iti__flag.iti__tv {
  height: 10px;
  background-position: -5109px 0px;
}

.iti__flag.iti__tw {
  height: 14px;
  background-position: -5131px 0px;
}

.iti__flag.iti__tz {
  height: 14px;
  background-position: -5153px 0px;
}

.iti__flag.iti__ua {
  height: 14px;
  background-position: -5175px 0px;
}

.iti__flag.iti__ug {
  height: 14px;
  background-position: -5197px 0px;
}

.iti__flag.iti__um {
  height: 11px;
  background-position: -5219px 0px;
}

.iti__flag.iti__un {
  height: 14px;
  background-position: -5241px 0px;
}

.iti__flag.iti__us {
  height: 11px;
  background-position: -5263px 0px;
}

.iti__flag.iti__uy {
  height: 14px;
  background-position: -5285px 0px;
}

.iti__flag.iti__uz {
  height: 10px;
  background-position: -5307px 0px;
}

.iti__flag.iti__va {
  height: 15px;
  background-position: -5329px 0px;
}

.iti__flag.iti__vc {
  height: 14px;
  background-position: -5346px 0px;
}

.iti__flag.iti__ve {
  height: 14px;
  background-position: -5368px 0px;
}

.iti__flag.iti__vg {
  height: 10px;
  background-position: -5390px 0px;
}

.iti__flag.iti__vi {
  height: 14px;
  background-position: -5412px 0px;
}

.iti__flag.iti__vn {
  height: 14px;
  background-position: -5434px 0px;
}

.iti__flag.iti__vu {
  height: 12px;
  background-position: -5456px 0px;
}

.iti__flag.iti__wf {
  height: 14px;
  background-position: -5478px 0px;
}

.iti__flag.iti__ws {
  height: 10px;
  background-position: -5500px 0px;
}

.iti__flag.iti__xk {
  height: 15px;
  background-position: -5522px 0px;
}

.iti__flag.iti__ye {
  height: 14px;
  background-position: -5544px 0px;
}

.iti__flag.iti__yt {
  height: 14px;
  background-position: -5566px 0px;
}

.iti__flag.iti__za {
  height: 14px;
  background-position: -5588px 0px;
}

.iti__flag.iti__zm {
  height: 14px;
  background-position: -5610px 0px;
}

.iti__flag.iti__zw {
  height: 10px;
  background-position: -5632px 0px;
}

.iti__flag {
  height: 15px;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: url('/wp-content/themes/realhomes-child/img/flags.png');
  background-repeat: no-repeat;
  background-color: #DBDBDB;
  background-position: 20px 0;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-image: url('/wp-content/themes/realhomes-child/img/flags@2x.png');
  }
}
.iti__flag.iti__np {
  background-color: transparent;
}

.grid:after {
  content: "";
  display: table;
  clear: both;
}

::-webkit-input-placeholder {
  color: #1a1a1a;
}

:-moz-placeholder {
  color: #1a1a1a;
}

::-moz-placeholder {
  color: #1a1a1a;
}

:-ms-input-placeholder {
  color: #1a1a1a;
}

input[type=text],
input[type=password],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=month],
input[type=week],
input[type=email],
input[type=number],
input[type=search],
input[type=tel],
input[type=time],
input[type=url],
textarea {
  -webkit-appearance: none;
  border-radius: 0;
  background-color: white;
  border: thin solid #97bc31;
  color: #000;
  outline: 0;
  height: 50px;
  padding: 10px 20px;
}

input[type=text]:focus,
input[type=password]:focus,
input[type=date]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=time]:focus,
input[type=url]:focus,
textarea:focus {
  border-color: #999999;
  outline: none;
}

.select2-selection__arrow {
  display: none;
}

.button-group {
  width: 181px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.button-with-tooltip {
  width: 50%;
  position: relative;
}
.button-with-tooltip.button-one {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.button-with-tooltip.button-two {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.button-with-tooltip label {
  border: 1px solid #81CCC7;
  box-sizing: border-box;
  display: block;
  height: 100%;
  width: 100%;
  padding: 5px;
  color: #059C9C;
  cursor: pointer;
  background-color: #81CCC7;
  opacity: 0.7;
  text-align: center;
  margin-bottom: 0;
  position: relative;
}
.button-with-tooltip label span {
  display: block;
  font-size: 13px;
}
.button-with-tooltip label:active, .button-with-tooltip label:focus, .button-with-tooltip label:hover {
  border: 1px solid #059C9C;
  background-color: #059C9C;
  color: #fff;
}
.button-with-tooltip input[type=radio] {
  opacity: 0;
  width: 0;
  height: 0;
  position: absolute;
}
.button-with-tooltip input[type=radio]:checked ~ label {
  border: 1px solid #059C9C;
  background-color: #059C9C;
  color: #fff;
}
.button-with-tooltip input[type=radio]:checked ~ label:after {
  content: " ";
  height: 0;
  position: absolute;
  width: 0;
  border: 6px solid transparent;
  border-top-color: inherit;
  bottom: -13px;
  left: 50%;
  margin-left: -3px;
}

.bootstrap-select.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}

.bootstrap-select .dropdown-menu li {
  position: relative;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

::-webkit-input-placeholder {
  color: grey;
}

nav ul {
  list-style: none;
  padding: 0;
}

select {
  /* styling */
  border: thin solid #97bc31;
  border-radius: 4px;
  display: inline-block;
  font: inherit;
  line-height: 1.3;
  padding: 0.5em 3.5em 0.5em 1em;
  /* reset */
  margin: 0;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, white 50%), linear-gradient(135deg, white 50%, transparent 50%), linear-gradient(to right, #97bc31, #97bc31);
  background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), 100% 0;
  background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
  background-repeat: no-repeat;
}
select:focus {
  background-image: linear-gradient(45deg, white 50%, transparent 50%), linear-gradient(135deg, transparent 50%, white 50%), linear-gradient(to right, gray, gray);
  background-position: calc(100% - 15px) 1em, calc(100% - 20px) 1em, 100% 0;
  background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
  background-repeat: no-repeat;
  border-color: grey;
  outline: 0;
}

.select2-selection--single {
  border: thin solid #97bc31;
  border-radius: 4px;
  display: inline-block;
  font: inherit;
  line-height: 1.3;
  padding: 0.5em 3.5em 0.5em 1em;
  /* reset */
  margin: 0;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, white 50%), linear-gradient(135deg, white 50%, transparent 50%), linear-gradient(to right, #97bc31, #97bc31);
  background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), 100% 0;
  background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
  background-repeat: no-repeat;
  height: 40px !important;
}

.select2-container--open .select2-dropdown--above .select2-results__option, .select2-container--open .select2-dropdown--below .select2-results__option {
  padding: 5px 20px !important;
  font-size: 14px !important;
}

.select2-search--dropdown .select2-search__field {
  padding: 10px 20px;
  height: 40px !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Rubik";
  font-weight: 500;
  line-height: 1.3;
  padding: 0;
  margin-top: 0;
  font-style: normal;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

.h1,
h1 {
  font-size: 26px;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .h1,
  h1 {
    font-size: 36px;
  }
}

.h2,
h2 {
  font-size: 18px;
  margin: 0 0 10px;
}
@media screen and (min-width: 768px) {
  .h2,
  h2 {
    font-size: 24px;
  }
}

.h3,
h3 {
  font-size: 21px !important;
  margin: 0 0 9px !important;
}

.h4,
h4 {
  font-size: 14px;
  margin: 0 0 5px;
}

.h5,
h5 {
  font-size: 14px;
  margin: 0 0 5px;
}

.h6,
h6 {
  font-size: 14px;
  margin: 0 0 5px;
}

a {
  font-weight: 600;
}

p {
  margin: 0 0 1em;
}

ul {
  font-size: 17px;
}
@media screen and (min-width: 768px) {
  ul {
    font-size: 20px;
    line-height: 28px;
  }
}

.has-secondary-background-color {
  background-color: #1EA69A;
}

.has-orange-dark-color {
  color: #E0652E;
}

.has-primary-background-color {
  background-color: #EA723D;
}

.has-blue-dark-color,
.has-secondary-color {
  color: #1C9D92;
}

.has-drop-cap {
  margin-bottom: 20px !important;
}
@media screen and (min-width: 768px) {
  .has-drop-cap {
    margin-bottom: 40px !important;
  }
}

.button {
  text-decoration: none;
  font-weight: 500;
  border: 1px solid black;
  padding: 5px 10px;
  font-size: 14px;
  text-transform: capitalize;
  color: black;
  display: inline-block;
  transition: all 400ms ease-in-out;
  font-family: "Rubik";
}
@media screen and (min-width: 768px) {
  .button {
    padding: 8px 10px;
    font-size: 20px;
  }
}
@media screen and (min-width: 1140px) {
  .button {
    font-size: 30px;
  }
}
.button:hover {
  background-color: #97bc31;
  color: white;
}

.elementor-lightbox .dialog-lightbox-close-button, .elementor-lightbox .elementor-swiper-button, .elementor-slideshow__header > i {
  color: var(--lightbox-ui-color-hover);
}

.elementor-slideshow--ui-hidden .elementor-slideshow__footer, .elementor-slideshow--ui-hidden .elementor-slideshow__header {
  opacity: 1;
}

[class^=icon-]:before {
  line-height: 1;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Project Name";
}

[class^=icon-social][href*=google]:before, [class^=icon-social].icon-google:before {
  content: "g";
}
[class^=icon-social][href*=facebook]:before, [class^=icon-social].icon-facebook:before {
  content: "f";
}
[class^=icon-social][href*=instagram]:before, [class^=icon-social].icon-instagram:before {
  content: "i";
}
[class^=icon-social][href*=linkedin]:before, [class^=icon-social].icon-linkedin:before {
  content: "l";
}
[class^=icon-social][href*=pinterest]:before, [class^=icon-social].icon-pinterest:before {
  content: "p";
}
[class^=icon-social][href*=twitter]:before, [class^=icon-social].icon-twitter:before {
  content: "t";
}
[class^=icon-social][href*=youtube]:before, [class^=icon-social].icon-youtube:before {
  content: "y";
}

.currency-flag {
  display: inline-block;
  width: 24px;
  height: 16px;
  background-size: cover;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAgCAIAAADbtmxLAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4FpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQwIDc5LjE2MDQ1MSwgMjAxNy8wNS8wNi0wMTowODoyMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDoxYTY4YzRkYy0xNzg2LTQ2Y2UtYmIzYS1hMGNhZDcxNzBjNzMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OTA3QzBCRkU1ODQwMTFFOEI5NzdERDE3RUQ5MUVEQUMiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OTA3QzBCRkQ1ODQwMTFFOEI5NzdERDE3RUQ5MUVEQUMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChNYWNpbnRvc2gpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6N2U4OWM3NTYtOGI0Mi00YmMwLTlmMjItZjQyOWNhZjAwNGQ0IiBzdFJlZjpkb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6MmM4MzhmMGYtYjNiMy1jZjRkLTg2ZDEtOGM2YWJhYTRlMzRiIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+oR1RLAAAAdVJREFUeNrsl+mKwjAURm2t1lEUl/d/Q8VdW5fWM35QisKYxKsIY36UUO5NT77cJY3Ksmx80ogbHza+QI9GEux5Op12u12WZcfjsSiKKIr6/f5gMGDybiBQFosFNPWXcDSbzSdpQoD2+/1sNpMkP9eRpiko5XXULfM8xwyDFwKt1+v5fM6Ez4xGoyRJ6grd0GB5OBww4yhfAsQZiWY4HBIrfxsjW7fbBQgX9GNunGXEDSflSKOBGcZMcMTdGGi5XBIibNSRpmLCBUeSwBKI/W23W6KEgPBNAlxw5LgdRYodo4cneyUafIGqALopE08BUf2UWWGlRY5axAaIWsyz3W6HAclRi9gAUd8kfhiQHLWIZXN9z83JCSiOY/ct3o/z+VwtYgPUarV4UnbDgOSoRWyAOp2O2moYkBy1iA1QVUgkvu95VWXMDIiurg6g5uo1cFHPqV8NDLKMNqkOsFqt3GkwxgVHdVlLIPY3mUyY0CY3m40jjXoqjo7y+NUhZKdTkr0PCxJ9dDqdigZt3C9Dvxc933LHVZAErhcVXWcVv2Q4OcUxsSwvx+Nxr9fzWj96vv6ixH1goQrauJ+UwW9QJQ8HJIWQDfGoN+459RKFvr/S/xzoIsAAC8ECkbRnk8sAAAAASUVORK5CYII=");
}

.currency-flag.currency-flag-gmd {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAgBAMAAACm+uYvAAAAGFBMVEUVFaFRUbkDmgP/Hx8AAJkAmQD/AAD///9g3HFJAAAABHRSTlPPz+bmRgNakAAAAC1JREFUKM9jSMMBGIaYhDEOwFCOA+CWwAlccIChJiGIA5ARVko4AEMoDjDEJAACCfVxe6Nw/gAAAABJRU5ErkJggg==");
}

.currency-flag.currency-flag-usd {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAgBAMAAACm+uYvAAAAD1BMVEUAJWq0vtO1v9PBASv////7AfyZAAAAOUlEQVQoz2NgQALGSIABt4QSHDK4IAEGBkU4RJMg3Q4kS9CMQlhCqR3DxB8uOABuCWMcALfEiLUDADkOhlU5rxL6AAAAAElFTkSuQmCC");
}

.currency-flag.currency-flag-eur {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAgAgMAAAApuhOPAAAACVBMVEUAU6eApFP/9ABWIW2TAAAAQ0lEQVQY02NgoD5gdEDisE1AsEXYJojAOZmMDpkIDhjBlIERMbbAbQLZArcJhYOiDA9AsRTFOSgORfECiueIsoVkAACg9AqhFj835AAAAABJRU5ErkJggg==");
}

.currency-flag.currency-flag-gbp {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAgCAMAAABjCgsuAAAAyVBMVEUAIH8BIH8CIYAHJoIOLIYPLYYZNYsaNowfO44nQpI3UJo4UJtLYaRhdK9idbBmebJnerJoerN4iLt5ibuQncenstK7w9y8xN29xd3P1ebRDSTe4u7fMh3fNiHgOyfgPCjhQi/hRDHjTjzlW0rlW0vnalvna1vpdWfpdmjpe27qfG/qjYTqj4bqoJnq7PTropvrs7DrtLHrurfrurjr7fTsxcTsxcXu1NXx4ePy8/j06+309fn17e/49PX49Pb7+vv7+/z+/v7///8ZBiYZAAABQklEQVQ4y82U2U4CURBEW3ABRR2VdShkQFTcFUQYQIH6/4/ywbm5KwYeTKzHSarOTU9XC4D+nGkkhsg4jmNSfzmoc/XSAi5fpQ8gGZLVwi+G0jOnNwCuJhQOEg/iGPJl8qMD4GHBhqSc37oQ21BscPEIoDMiy3kp1KghpwHD8YyTHoDrKd9LIiJy5kEMw26FfGsDracV6/vZCzyINhw2+XUPoDvm8iKnx+JAlCF3vuS4C+Duk80jc/BSqBqQSBlqavhkZU8cRQoyIJXhZ/i9CWcn4suEZIaRGn5RQtqJUs77ABJl0MO39iak7EkBbW+It9R/NPz9lJztsH5cEiq8tRpDezX8LobizeULFd6P1+sdpesgZrxRIKcma+LtTocgTrxzNTxIiGrfJSfQi/cvn5W5yam0IOLFB6+3hshm514X/hucN8Af5X8PRgAAAABJRU5ErkJggg==");
}

.currency-flag.currency-flag-sek {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAgAQMAAABuGmlfAAAABlBMVEUAUpP+ywDfFTtxAAAAGElEQVQI12NgYD7AAAK0o/6DAXaK5rYDANc7LT3YjsDKAAAAAElFTkSuQmCC");
}

.grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  margin-left: -20px;
  margin-right: -20px;
}
.grid.no-padding {
  margin-left: 0;
  margin-right: 0;
}
.grid.no-padding [class^=grid-],
.grid.no-padding [class*=" grid-"] {
  padding: 0;
}

[class^=grid-],
[class*=" grid-"] {
  padding: 20px;
}

.grid-xs-1 {
  width: 8.3333333333%;
}

.offset-xs-1 {
  margin-left: 8.3333333333%;
}

.grid-xs-2 {
  width: 16.6666666667%;
}

.offset-xs-2 {
  margin-left: 16.6666666667%;
}

.grid-xs-3 {
  width: 25%;
}

.offset-xs-3 {
  margin-left: 25%;
}

.grid-xs-4 {
  width: 33.3333333333%;
}

.offset-xs-4 {
  margin-left: 33.3333333333%;
}

.grid-xs-5 {
  width: 41.6666666667%;
}

.offset-xs-5 {
  margin-left: 41.6666666667%;
}

.grid-xs-6 {
  width: 50%;
}

.offset-xs-6 {
  margin-left: 50%;
}

.grid-xs-7 {
  width: 58.3333333333%;
}

.offset-xs-7 {
  margin-left: 58.3333333333%;
}

.grid-xs-8 {
  width: 66.6666666667%;
}

.offset-xs-8 {
  margin-left: 66.6666666667%;
}

.grid-xs-9 {
  width: 75%;
}

.offset-xs-9 {
  margin-left: 75%;
}

.grid-xs-10 {
  width: 83.3333333333%;
}

.offset-xs-10 {
  margin-left: 83.3333333333%;
}

.grid-xs-11 {
  width: 91.6666666667%;
}

.offset-xs-11 {
  margin-left: 91.6666666667%;
}

.grid-xs-12 {
  width: 100%;
}

.offset-xs-12 {
  margin-left: 100%;
}

@media screen and (min-width: 768px) {
  .grid-s-1 {
    width: 8.3333333333%;
  }
  .offset-s-1 {
    margin-left: 8.3333333333%;
  }
  .grid-s-2 {
    width: 16.6666666667%;
  }
  .offset-s-2 {
    margin-left: 16.6666666667%;
  }
  .grid-s-3 {
    width: 25%;
  }
  .offset-s-3 {
    margin-left: 25%;
  }
  .grid-s-4 {
    width: 33.3333333333%;
  }
  .offset-s-4 {
    margin-left: 33.3333333333%;
  }
  .grid-s-5 {
    width: 41.6666666667%;
  }
  .offset-s-5 {
    margin-left: 41.6666666667%;
  }
  .grid-s-6 {
    width: 50%;
  }
  .offset-s-6 {
    margin-left: 50%;
  }
  .grid-s-7 {
    width: 58.3333333333%;
  }
  .offset-s-7 {
    margin-left: 58.3333333333%;
  }
  .grid-s-8 {
    width: 66.6666666667%;
  }
  .offset-s-8 {
    margin-left: 66.6666666667%;
  }
  .grid-s-9 {
    width: 75%;
  }
  .offset-s-9 {
    margin-left: 75%;
  }
  .grid-s-10 {
    width: 83.3333333333%;
  }
  .offset-s-10 {
    margin-left: 83.3333333333%;
  }
  .grid-s-11 {
    width: 91.6666666667%;
  }
  .offset-s-11 {
    margin-left: 91.6666666667%;
  }
  .grid-s-12 {
    width: 100%;
  }
  .offset-s-12 {
    margin-left: 100%;
  }
}
@media screen and (min-width: 1140px) {
  .grid-md-1 {
    width: 8.3333333333%;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .grid-md-2 {
    width: 16.6666666667%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .grid-md-3 {
    width: 25%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .grid-md-4 {
    width: 33.3333333333%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .grid-md-5 {
    width: 41.6666666667%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .grid-md-6 {
    width: 50%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .grid-md-7 {
    width: 58.3333333333%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .grid-md-8 {
    width: 66.6666666667%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .grid-md-9 {
    width: 75%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .grid-md-10 {
    width: 83.3333333333%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .grid-md-11 {
    width: 91.6666666667%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
  .grid-md-12 {
    width: 100%;
  }
  .offset-md-12 {
    margin-left: 100%;
  }
}
@media screen and (min-width: 1480px) {
  .grid-1 {
    width: 8.3333333333%;
  }
  .offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-2 {
    width: 16.6666666667%;
  }
  .offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-3 {
    width: 25%;
  }
  .offset-3 {
    margin-left: 25%;
  }
  .grid-4 {
    width: 33.3333333333%;
  }
  .offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-5 {
    width: 41.6666666667%;
  }
  .offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-6 {
    width: 50%;
  }
  .offset-6 {
    margin-left: 50%;
  }
  .grid-7 {
    width: 58.3333333333%;
  }
  .offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-8 {
    width: 66.6666666667%;
  }
  .offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-9 {
    width: 75%;
  }
  .offset-9 {
    margin-left: 75%;
  }
  .grid-10 {
    width: 83.3333333333%;
  }
  .offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-11 {
    width: 91.6666666667%;
  }
  .offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-12 {
    width: 100%;
  }
  .offset-12 {
    margin-left: 100%;
  }
}
.product-item {
  width: calc(50% - 30px);
  margin: 0 15px 15px;
}
@media screen and (min-width: 768px) {
  .product-item {
    width: calc(33.3333333333% - 30px);
  }
}
@media screen and (min-width: 1140px) {
  .product-item {
    width: calc(25% - 30px);
  }
}

.flex-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
}

.center-align {
  -ms-flex-align: center;
      align-items: center;
}
@media screen and (max-width: 767px) {
  .center-align {
    -ms-flex-flow: column-reverse;
        flex-flow: column-reverse;
  }
}

.hamburger {
  display: none;
}
@media screen and (max-width: 1139px) {
  .hamburger {
    width: 30px;
    height: 21px;
    position: relative;
    display: block;
    margin: 22px 0 0 20px;
  }
}
.hamburger [class^=line-] {
  display: block;
  background: white;
  width: 30px;
  height: 3px;
  position: absolute;
  left: 0;
  border-radius: 2px;
  transition: all 300ms, opacity 100ms;
  outline: 1px solid transparent;
}
.hamburger [class^=line-].line-1 {
  top: 0;
}
.hamburger [class^=line-].line-2 {
  top: 9px;
}
.hamburger [class^=line-].line-3 {
  bottom: 0;
}
.hamburger.is-active .line-1 {
  -ms-transform: translateY(9px) translateX(0) rotate(45deg);
      transform: translateY(9px) translateX(0) rotate(45deg);
}
.hamburger.is-active .line-2 {
  opacity: 0;
}
.hamburger.is-active .line-3 {
  -ms-transform: translateY(-9px) translateX(0) rotate(-45deg);
      transform: translateY(-9px) translateX(0) rotate(-45deg);
}

.is-noscroll {
  height: 100%;
  overflow: hidden;
  z-index: 999999;
}
.is-noscroll .top {
  pointer-events: auto;
}

@media screen and (max-width: 1139px) {
  .header {
    display: none;
  }
}
.header a {
  color: white;
  text-decoration: none;
  transition: all 400ms ease-in-out;
  font-weight: 400;
}
.header a:focus, .header a:hover {
  color: #FF9D00;
  text-decoration: none;
}
.header ul {
  list-style: none;
  margin: 0;
  padding: 10px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
}
.header .top-menu {
  background-color: #fff;
  padding: 20px 0;
}
.header .top-menu .centering {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: end;
      align-items: flex-end;
  position: relative;
}
.header .top-menu .user-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
}
.header .top-menu .user-nav ul {
  padding: 10px 0 0;
  margin-bottom: -18px;
}
.header .top-menu .user-nav a {
  padding: 0;
  display: inline-block;
  color: #F07D00;
  font-size: 13px;
  font-weight: 600;
}
.header .top-menu .user-nav a i {
  padding-right: 5px;
}
.header .top-menu .user-nav .second {
  color: #394041;
}
.header .top-menu .user-nav .third {
  color: #009d9a;
}
.header .top-menu .user-nav .currency {
  margin-bottom: 0;
  color: white;
  font-size: 10px;
  text-align: center;
  padding: 5px;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.header .top-menu .user-nav .currency select {
  border: none;
  background-image: none;
  color: white;
  padding-right: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 13px;
  background-color: #005CAA;
}
.header .top-menu .user-nav .currency .chosen-drop {
  background-color: #005caa;
}
.header .top-menu .user-nav .currency .chosen-drop .chosen-results {
  background-color: #005CAA;
  margin: 0;
  border: 2px solid white;
}
.header .top-menu .user-nav .currency .chosen-container-single .chosen-single {
  border: 1px solid #005caa;
  background-color: #005caa;
  background: #005caa;
  box-shadow: none;
  color: white;
  height: auto;
}
.header .top-menu .user-nav .currency .chosen-container .chosen-results li.highlighted {
  background-color: #f07d00;
  background-image: linear-gradient(#f07d00 20%, #f07d00 90%);
}
.header .top-menu .user-nav .currency .chosen-container-single .chosen-single span {
  margin-right: 0;
  height: 35px;
  width: 35px;
  border: 1px solid white;
  border-radius: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.header .top-menu .user-nav .currency .chosen-container-single .chosen-single div {
  display: none;
}
.header .top-menu .user-nav .currency .chosen-container .chosen-results li {
  padding: 0 10px 5px;
  font-size: 13px;
  width: 100%;
}
.header .top-menu .user-nav .currency .chosen-container .chosen-results {
  padding: 5px 0;
}
.header .top-menu .user-nav .currency .chosen-container {
  min-width: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.header .top-menu ul li {
  padding: 0 10px;
}
.header .top-menu ul li .button {
  border-radius: 4px;
  border-color: white;
  background-color: white;
  color: black;
  padding: 0 5px;
  font-size: 13px;
}
.header .top-menu ul li:nth-of-type(1) .button {
  background-color: #F07D00;
  color: white;
}
.header .bottom-menu {
  background-color: #0B5091;
}
@media screen and (max-width: 1139px) {
  .header .bottom-menu {
    display: none;
  }
}
.header .bottom-menu ul li {
  border-right: 1px solid white;
  padding: 0 20px;
}
.header .bottom-menu ul li a {
  font-size: 16px;
}
.header .bottom-menu ul li:nth-of-type(1) {
  padding-left: 0;
}
.header .bottom-menu ul li:nth-last-of-type(1) {
  padding-right: 0;
  border-right: 0;
}
.header .bottom-menu .current-menu-item a {
  color: #FF9D00;
}
.header .bottom-menu .centering {
  position: relative;
}
.header .bottom-menu .centering .rh_menu__user_phone {
  color: #FF9D00;
  position: absolute;
  right: 20px;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  font-size: 20px;
}
.header .bottom-menu .centering .rh_menu__user_phone a {
  color: #FF9D00;
  font-weight: 500;
}
.header .bottom-menu .centering .rh_menu__user_phone span {
  font-weight: 500;
}

.logo {
  max-width: 200px;
  display: block;
  font-size: 40px;
  text-transform: uppercase;
}
.logo img{
  display: block;
}
@media screen and (min-width: 1140px) {
  .logo {
    max-width: 280px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }
}

.forms-modal {
  width: 340px;
  margin: -170px 0 0 -150px;
  border-radius: 0;
}

.forms-modal .modal-header {
  padding: 10px 15px 3px;
}

.forms-modal .modal-header .close {
  margin-left: 10px;
}

.forms-modal .modal-body {
  padding: 10px 20px;
}

.forms-modal .form-option {
  margin-bottom: 10px;
}

.forms-modal input[type=password],
.forms-modal input[type=text] {
  width: 94%;
}

.forms-modal input[type=password]:-moz-placeholder,
.forms-modal input[type=text]:-moz-placeholder {
  color: #697677;
}

.forms-modal input[type=password]:-ms-input-placeholder,
.forms-modal input[type=text]:-ms-input-placeholder {
  color: #697677;
}

.forms-modal input[type=password]::-webkit-input-placeholder,
.forms-modal input[type=text]::-webkit-input-placeholder {
  color: #697677;
}

.forms-modal label.error {
  font-size: 12px;
  color: red;
  display: block;
}

.forms-modal .forgot-section {
  display: none;
}

.forms-modal .register-section {
  display: none;
}

.forms-modal span.divider {
  border: 0;
  margin: 0 7px;
}

.forms-modal .modal-error,
.forms-modal .modal-loader,
.forms-simple .modal-error,
.forms-simple .modal-loader {
  display: none;
}

.forms-modal .modal-error,
.forms-modal .modal-message,
.forms-simple .modal-error,
.forms-simple .modal-message {
  margin: 10px 0;
}

.forms-modal .modal-error,
.forms-simple .modal-error {
  color: red;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal {
  position: fixed;
  top: 50% !important;
  left: 50% !important;
  bottom: auto !important;
  z-index: 1050;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  border-radius: 6px;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  background-clip: padding-box;
  outline: 0;
}
.modal .btn-blue,
.modal .btn-grey,
.modal .real-btn,
.modal .sidebar .widget .dsidx-widget .submit,
.modal input[type=submit] {
  font-family: Roboto, Helvetica, Arial, sans-serif;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  padding: 8px 16px;
  -webkit-padding-before: 7px;
  -webkit-padding-after: 7px;
  border-radius: 0;
  border: 0;
  box-shadow: none;
  text-shadow: none;
  background-image: none;
  background-color: #ec894d;
  outline: 0;
}

.modal.fade {
  transition: opacity 0.3s linear, top 0.3s ease-out;
  top: -25%;
}

.modal.fade.in {
  top: 40%;
}

.modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
}

.modal-header .close {
  margin-top: 2px;
}

.modal-header h3 {
  margin: 0;
  line-height: 30px;
}

.modal-body {
  position: relative;
  overflow-y: auto;
  max-height: 400px;
  padding: 15px;
}

.modal-form {
  margin-bottom: 0;
}

.modal-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  text-align: right;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-radius: 0 0 6px 6px;
  box-shadow: inset 0 1px 0 #fff;
  *zoom: 1;
}

.modal-footer:after,
.modal-footer:before {
  display: table;
  content: "";
  line-height: 0;
}

.modal-footer:after {
  clear: both;
}

.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.rh_header_advance.rh_header {
  background-color: #fff !important;
}
@media screen and (min-width: 1140px) {
  .rh_header_advance.rh_header {
    background-color: #0B5091 !important;
  }
}

.rh_temp_header_responsive_view {
  padding: 0 10px;
}
.rh_temp_header_responsive_view .rh_menu__hamburger {
  margin-top: 0;
  margin-right: 0;
}

.rh_menu__responsive {
  width: 100%;
  position: fixed;
  top: 40px;
  text-align: center;
  bottom: 0;
}
.rh_menu__responsive li a {
  line-height: 1.3;
  font-weight: 500;
  font-size: 15px;
}

.rh_long_screen_header_temp {
  position: relative;
}
.rh_long_screen_header_temp .icon-image {
  max-width: 65px !important;
}

.submenuajax-wrapper {
  display: none;
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.05);
}
.submenuajax-wrapper .menu-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  width: 100%;
  background-color: white;
  height: 100%;
}
.submenuajax-wrapper .menu-content {
  width: calc(100% - 245px);
  background-color: #f6f6f6;
}
.submenuajax-wrapper .menu-content .menu-items-heading {
  color: #0B5091;
  text-align: left;
  margin-bottom: 0;
  margin-top: 20px;
}
@media screen and (min-width: 1140px) {
  .submenuajax-wrapper .menu-content .menu-items-heading {
    font-size: 28px;
  }
}
.submenuajax-wrapper .menu-content h3 {
  color: #ff9d00;
  text-align: center;
  font-size: 15px !important;
  margin-top: 10px !important;
}
.submenuajax-wrapper .menu-content .content {
  text-align: center;
  padding-bottom: 5px;
  font-size: 15px !important;
  margin-bottom: 5px !important;
}
.submenuajax-wrapper .menu-content .grid-s-4 .content {
  font-size: 14px !important;
  margin-top: 5px !important;
}
.submenuajax-wrapper .menu-content .button {
  border: 2px solid #F07D00;
  padding: 5px;
  font-size: 11px;
  line-height: 11px;
  text-align: center;
  border-radius: 4px;
  background-color: #F07D00;
  color: white;
  font-weight: 500;
}
.submenuajax-wrapper .menu-content .button:hover {
  color: #F07D00;
  background-color: white;
}
.submenuajax-wrapper .menu-sidebar {
  width: 245px;
}
.submenuajax-wrapper .menu-sidebar ul {
  padding: 0;
}
.submenuajax-wrapper .menu-sidebar li {
  padding: 20px;
  width: 100%;
}
.submenuajax-wrapper .menu-sidebar .active {
  background-color: #f6f6f6;
}
.submenuajax-wrapper .menu-sidebar a {
  font-size: 14px;
  color: #337ab7;
  font-weight: 400;
}
.submenuajax-wrapper .menu-sidebar .tab-activator {
  color: black;
  display: block;
  font-weight: 400;
  padding-right: 20px;
  font-size: 20px;
}
.submenuajax-wrapper.active {
  display: -ms-flexbox;
  display: flex;
  min-height: 200px;
  display: block;
  left: 50%;
  right: auto;
  top: 100%;
  bottom: auto;
  position: absolute;
  width: 100%;
  max-width: 1115px;
  margin: 0 auto;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  background-color: #FFFFFF;
}
.submenuajax-wrapper .tab-content {
  padding: 0 20px;
}
.submenuajax-wrapper .tab-content .tab-pane {
  display: none;
  text-align: center;
}
.submenuajax-wrapper .tab-content .tab-pane img {
  max-width: 100%;
}
.submenuajax-wrapper .tab-content .active {
  display: block;
}

.rh_temp_header_responsive_view .submenuajax-wrapper .menu-sidebar {
  width: 100%;
  background-color: white;
}
.rh_temp_header_responsive_view .submenuajax-wrapper .menu-sidebar li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  text-align: center;
  -ms-flex-align: center;
      align-items: center;
}
.rh_temp_header_responsive_view .submenuajax-wrapper .menu-sidebar li a {
  font-size: 24px;
  color: #F07D00;
  font-weight: 700;
  padding-bottom: 10px;
}
.rh_temp_header_responsive_view .submenuajax-wrapper .menu-sidebar li .link-item {
  font-size: 14px;
  color: #337ab7;
  font-weight: 400;
}
.rh_temp_header_responsive_view .submenuajax-wrapper .menu-content {
  width: 100%;
}
.rh_temp_header_responsive_view .submenuajax-wrapper .menu-content .menu-items-heading {
  font-size: 18px;
  text-align: center;
  border-bottom: 1px solid #C3C8CA;
  padding-bottom: 10px;
}
.rh_temp_header_responsive_view .submenuajax-wrapper.active {
  position: fixed;
  top: 85px;
  bottom: 0;
  overflow: auto;
}
.rh_temp_header_responsive_view .mobile-login {
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  font-size: 14px;
  margin-top: 5px;
  margin-bottom: 0;
}
.rh_temp_header_responsive_view .mobile-login li {
  padding: 5px 5px 0;
}
.rh_temp_header_responsive_view .mobile-login li:first-child {
  padding-left: 0;
}
.rh_temp_header_responsive_view .mobile-login li:last-child {
  padding-right: 0;
}
.rh_temp_header_responsive_view .mobile-login li a {
  color: white;
  font-weight: 400;
}
.rh_temp_header_responsive_view .rh_menu__user {
  display: none;
}
.rh_temp_header_responsive_view .rh_menu__user .user-nav {
  color: white;
  margin: 0;
}
.rh_temp_header_responsive_view .rh_menu__user .user-nav a {
  color: white;
  font-weight: 400;
  padding: 5px 10px 5px;
  background-color: #76b82a;
  display: inline-block;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  line-height: 1.2;
}
.rh_temp_header_responsive_view .rh_menu__user .user-nav a.wishlist {
  background-color: #f39200;
}
.rh_temp_header_responsive_view .rh_menu__user .user-nav a i {
  padding-right: 5px;
}
.rh_temp_header_responsive_view .currency {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  background-color: #009EE3;
  font-size: 12px;
  text-align: center;
  color: white;
  padding: 4px 8px 3px;
  margin-left: 10px;
}
.rh_temp_header_responsive_view .currency span {
  text-transform: capitalize;
}
.rh_temp_header_responsive_view .currency select {
  border: none;
  background-image: none;
  color: white;
  padding-right: 5px;
  padding-left: 9px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 12px;
  background-color: #009ee3;
}
.rh_temp_header_responsive_view .currency .chosen-container-single .chosen-single {
  background: transparent;
  box-shadow: none;
  color: white;
  height: auto;
  border: none;
}
.rh_temp_header_responsive_view .currency .chosen-container-single .chosen-single span {
  margin-right: 0;
  border: none;
  border-radius: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  font-size: 12px;
}
.rh_temp_header_responsive_view .currency .chosen-container-single .chosen-single div {
  display: none;
}
.rh_temp_header_responsive_view .currency .chosen-container .chosen-results li {
  padding: 0 10px 5px;
  font-size: 13px;
  width: 100%;
}
.rh_temp_header_responsive_view .currency .chosen-container .chosen-results {
  padding: 5px 0;
}
.rh_temp_header_responsive_view .currency .chosen-container {
  min-width: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.menu-item-has-children {
  position: relative;
}
.menu-item-has-children .sub-menu {
  position: absolute;
  white-space: nowrap;
  text-align: left;
  background-color: #0B5091;
  padding: 10px 20px !important;
  top: 40px;
  left: 0;
  display: none;
  z-index: 9999;
}
.menu-item-has-children .sub-menu li {
  padding: 0 !important;
  border-right: none !important;
}
.menu-item-has-children .sub-menu li a:hover {
  color: #005CAA;
}
.menu-item-has-children .sub-menu li li:nth-last-of-type(1) {
  padding-left: 0 !important;
}
.menu-item-has-children.active .sub-menu {
  display: block;
}

.rh_menu__responsive ul.sub-menu {
  z-index: 99;
  width: 100%;
}

.rh_menu__user {
  background-color: transparent;
}
@media screen and (max-width: 1139px) {
  .rh_menu__user {
    text-align: center;
    padding: 0 10px;
  }
  .rh_menu__user a {
    font-weight: 500 !important;
  }
}

.hamburger-inner,
.hamburger-inner::after,
.hamburger-inner::before {
  height: 3px;
}

@media screen and (max-width: 1139px) {
  .rh_header .rh_header__wrap {
    padding: inherit;
    display: block;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: inherit;
        align-items: inherit;
  }
}

@media screen and (max-width: 1139px) {
  .rh_header .rh_header__wrap .rh_logo {
    margin-left: -20px !important;
    padding-top: 20px !important;
    -ms-flex-align: start;
        align-items: flex-start;
    background-color: white;
    margin-right: -20px;
    padding: 20px 20px 0;
    margin-bottom: 14px;
  }
}

@media screen and (max-width: 1139px) {
  .rh_header_advance .rh_menu .main-menu {
    position: absolute;
    right: 15px;
    margin-top: -21.5px;
    top: 25px !important;
  }
}

@media screen and (max-width: 1139px) {
  .rh_menu {
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
  }
}

.moblile-get-in-touch {
  display: none;
}
@media screen and (max-width: 1139px) {
  .moblile-get-in-touch {
    display: block;
    width: 100%;
    text-align: left;
    padding: 0 0 20px;
  }
  .moblile-get-in-touch span,
  .moblile-get-in-touch a {
    color: #444;
    font-weight: 500;
    font-size: 13px;
    letter-spacing: -0.6px;
    text-transform: uppercase;
  }
}

.hamburger-inner,
.hamburger-inner::after,
.hamburger-inner::before {
  background-color: #444;
}

.rh_menu .rh_menu__hamburger {
  padding: 38px 0 12px 15px;
}

@media screen and (max-width: 1139px) {
  .mobile-user-phone {
    display: none;
  }
  .mobile-user-phone.mobile-user-phone_show {
    position: fixed;
    top: calc(100vh - 80px);
    z-index: 999;
    display: -ms-flexbox;
    display: flex;
    left: 50%;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    font-size: 25px;
    -ms-flex-direction: row;
        flex-direction: row;
    width: 100%;
    text-align: center;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
  }
}

/* Child Theme - Custom CSS File for Buyers to Modify */
.submit-success-message .success {
  display: block;
  padding: 10px;
  background: #fff;
  color: green;
}

.submit-success-message .success:before {
  content: "\f00c";
  font-family: fontawesome;
  padding-right: 10px;
  display: inline-block;
  vertical-align: middle;
}

.submit-error-message .error {
  display: block;
  padding: 10px;
  background: #fff;
  color: #ff0303;
}

.submit-error-message .error:before {
  content: "\f00d";
  font-family: fontawesome;
  padding-right: 10px;
  display: inline-block;
  vertical-align: middle;
}

@media (min-width: 768px) {
  .user-property-alert .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .user-property-alert .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .user-property-alert .modal-body {
    overflow-y: inherit;
    max-height: none;
  }
}
@media (max-width: 767px) {
  .user-property-alert .modal-body {
    /*        max-height: none;*/
  }
  .user-property-alert .checkbox-container > div {
    width: 29%;
  }
  .user-alert {
    width: auto;
    top: 50% !important;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
  }
  .user-alert h2.modal-title {
    font-size: 46px;
    line-height: 46px;
  }
  .user-property-alert {
    top: 50%;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
  }
}
@media (max-width: 480px) {
  .checkbox-container > div {
    width: 26%;
  }
}
.rh_section__properties {
  -ms-flex-align: unset;
      align-items: unset;
}

.rh_prop_card .rh_prop_card__wrap {
  height: 100%;
  background-color: white;
}

.hidemap {
  display: none !important;
  height: 0 !important;
}

.searchbar-form .grid-xs-12:last-of-type .search_field {
  border-bottom: none;
}
.searchbar-form [class^=grid-],
.searchbar-form [class*=" grid-"] {
  padding: 20px 20px 0;
}
.searchbar-form h3 {
  font-size: 16px !important;
  font-weight: 500;
  color: #337ab7;
}
.searchbar-form .search_field {
  padding: 0 0 10px;
  border-bottom: 1px solid #C3C8CA;
}
.searchbar-form .search_field label {
  font-size: 15px;
}
.searchbar-form .select2-container {
  width: 100% !important;
  padding-bottom: 10px;
}

.ajax-results {
  margin-bottom: -10px;
}

.rh_page__sidebar ul,
.rh_property__sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.rh_page__sidebar ul li,
.rh_property__sidebar ul li {
  margin-bottom: 20px;
}
.rh_page__sidebar ul li h2,
.rh_property__sidebar ul li h2 {
  margin-top: 0;
}

.rh_page__listing article:first-of-type {
  margin-top: 0;
}

.select2-container .select2-selection--single {
  background-image: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.select2-container .select2-selection--single:before {
  display: inline-block;
  font: normal normal normal 21px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f078";
  position: absolute;
  right: 20px;
  top: 50%;
  -ms-transform: translateY(-16px);
      transform: translateY(-16px);
  font-size: 16px;
}

.with-dropdown .search_field {
  overflow: initial;
}
.with-dropdown .open_more_features {
  background-color: white;
  color: #333;
  padding: 4px 5px;
  position: static;
}
.with-dropdown .open_more_features:hover {
  color: white;
}
.with-dropdown .open_more_features:before {
  display: inline-block;
  font: normal normal normal 21px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f054";
  position: absolute;
  right: 0;
  top: -20px;
}
.with-dropdown .open_more_features.featured-open {
  color: white;
}
.with-dropdown .open_more_features.featured-open:before {
  content: "\f078";
  color: black;
}
.with-dropdown .more-options-wrapper .option-bar {
  display: block;
}
.with-dropdown .more-options-wrapper label:before {
  border-radius: 50%;
  border-color: #337ab7;
  top: 2.5px;
}
.with-dropdown .more-options-wrapper input:checked + label:before {
  background: #337ab7;
  color: #fff;
  border-color: #337ab7;
}

.checkbox input[type=checkbox] {
  opacity: 0;
  margin-left: 0 !important;
  margin-top: 0 !important;
  z-index: 99 !important;
}

.checkbox label {
  position: relative;
  display: inline-block;
  /*16px width of fake checkbox + 6px distance between fake checkbox and text*/
  padding-left: 22px;
}

.checkbox label::after,
.checkbox label::before {
  position: absolute;
  content: "";
  /*Needed for the line-height to take effect*/
  display: inline-block;
}

/*Outer box of the fake checkbox*/
.checkbox label::before {
  height: 16px;
  width: 16px;
  border: 1px solid #337ab7;
  border-radius: 50%;
  left: 0;
  /*(24px line-height - 16px height of fake checkbox) / 2 - 1px for the border
   *to vertically center it.
   */
  top: 1px;
}

/*Checkmark of the fake checkbox*/
.checkbox label::after {
  height: 10px;
  width: 10px;
  left: 3px;
  top: 4px;
  background-color: #337ab7;
  border-radius: 50%;
}

/*Hide the checkmark by default*/
.checkbox input[type=checkbox] + label::after {
  content: none;
}

/*Unhide on the checked state*/
.checkbox input[type=checkbox]:checked + label::after {
  content: "";
}

/*Adding focus styles on the outer-box of the fake checkbox*/
.checkbox input[type=checkbox]:focus + label::before {
  outline: rgb(59, 153, 252) auto 5px;
}

.radio {
  position: relative;
}

.radio input[type=radio] {
  opacity: 0;
  margin-left: 0 !important;
  margin-top: 0 !important;
  z-index: 99 !important;
  position: absolute;
}

.radio label {
  position: relative;
  display: inline-block;
  /*16px width of fake checkbox + 6px distance between fake checkbox and text*/
  padding-left: 22px;
}

.radio label::after,
.radio label::before {
  position: absolute;
  content: "";
  /*Needed for the line-height to take effect*/
  display: inline-block;
}

/*Outer box of the fake checkbox*/
.radio label::before {
  height: 16px;
  width: 16px;
  border: 1px solid #337ab7;
  border-radius: 50%;
  left: 0;
  /*(24px line-height - 16px height of fake checkbox) / 2 - 1px for the border
   *to vertically center it.
   */
  top: 1px;
}

/*Checkmark of the fake checkbox*/
.radio label::after {
  height: 10px;
  width: 10px;
  left: 3px;
  top: 4px;
  background-color: #337ab7;
  border-radius: 50%;
}

/*Hide the checkmark by default*/
.radio input[type=radio] + label::after {
  content: none;
}

/*Unhide on the checked state*/
.radio input[type=radio]:checked + label::after {
  content: "";
}

/*Adding focus styles on the outer-box of the fake checkbox*/
.radio input[type=radio]:focus + label::before {
  outline: rgb(59, 153, 252) auto 5px;
}

@media (min-width: 768px) {
  .rh_blog__post .entry-header {
    margin: -6.4rem 3rem 0 !important;
  }
}
.rh_property__features_wrap .rh_property__feature {
  color: #005CAA;
  font-weight: 500;
}

.checkbox label,
.radio label {
  padding-left: 25px !important;
}

@media screen and (min-width: 768px) {
  .rh_blog__post .entry-header {
    margin: -3.4rem 3rem 0 !important;
  }
}

@media screen and (min-width: 768px) {
  .entry-content {
    padding: 2rem 3rem;
  }
}

.page .entry-header {
  min-height: 6rem;
}

.rh_prop_search__form {
  position: relative;
}

.rh_prop_search__form {
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  padding: 0;
}

.rh_prop_search__form .rh_prop_search__fields {
  width: 100% !important;
}

.page-template-properties-search .rh_form_fat_top_fields {
  display: block;
}

.page-template-properties-search .rh_prop_search__form .rh_prop_search__fields .rh_prop_search__select {
  width: 100%;
}

.page-template-properties-search .rh_prop_search__form .rh_prop_search__fields .rh_prop_search__select .rh_prop_search__selectwrap {
  padding-bottom: 0;
}

.rh_prop_search__form .rh_prop_search__fields .rh_prop_search__wrap .select2-container--default .select2-selection--single {
  border: 1px solid lightslategray;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.ihc_level_template_3 .ihc-level-item {
  width: 100%;
  min-width: auto;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .ihc_level_template_3 .ihc-level-item {
    width: 33.3333333333%;
  }
}

.page-title {
  color: #F07D00;
  text-align: left;
  padding-top: 20px;
}

.elements {
  text-align: left;
}
.elements .element-featured {
  display: block;
  padding-bottom: 60%;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 200px;
  background-position: center;
  border: 1px solid #337ab7;
}
.elements .element-tags {
  font-size: 20px;
  margin-top: 0;
}
.elements .element-tags a {
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .elements .element-tags {
    padding-top: 20px;
  }
}
.elements .element-title {
  font-size: 24px;
  margin-top: 10px;
}
.elements .element-title a {
  font-weight: 500;
}
.elements .element-excerpt {
  max-width: 600px;
}

.elementor-page .rh_section__content.flat-border {
  padding-bottom: 50px !important;
}

.rh_section__content {
  padding-top: 70px !important;
}

.elementor-section.elementor-section-boxed > .elementor-container {
  max-width: 1280px;
}

.rh_sidebar .Agent_Featured_Properties_Widget .title,
.rh_sidebar .Agent_Properties_Widget .title,
.rh_sidebar .Featured_Properties_Widget .title {
  margin: 0 0 3rem 0 !important;
}

.hide-on-mobile .cta-content {
  margin-top: 0 !important;
  height: 100%;
}

@media screen and (min-width: 768px) {
  .rh_property__agent_head .description {
    width: 50%;
  }
}

.ihc_level_template_3 .ihc-level-item:nth-of-type(1) .ihc-level-item-price {
  background: #ef7d00;
}

.smush-detected-img {
  box-shadow: none !important;
  border-radius: 0 !important;
}

.Featured_Properties_Widget .rh_prop_card .wpcs_price_info {
  top: -18px;
}

.rhea_price_box .rh_prop_card__price_sty span {
  font-size: 18px !important;
  color: #20b759 !important;
  font-weight: 500 !important;
}
.rhea_price_box .wpcs_price_info_icon {
  top: -26px;
  position: relative;
  left: 150px;
}

@media screen and (max-width: 767px) {
  .rh_property__agent_detail {
    text-align: center;
  }
}
.rh_property__agent_detail .contacts-list {
  padding: 0;
}

.content-small {
  max-width: 798px;
  margin: 0 auto;
  background-color: transparent;
  box-shadow: none;
  padding-top: 50px;
}

.carousel-cell {
  width: 100%;
}
.carousel-cell a {
  display: block;
}

@media screen and (min-width: 768px) {
  .rh_property__agent_detail .contacts-list {
    padding-left: 0 !important;
    width: 50%;
  }
}

.select2-dropdown {
  z-index: 999999;
}

.rh_property__agent_head figure {
  margin: 0 auto;
  padding-right: 2rem;
  padding-bottom: 2rem;
  padding-left: 2em;
  max-width: 110px;
}
@media screen and (min-width: 768px) {
  .rh_property__agent_head figure {
    margin-left: 25px;
  }
}

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

.section {
  margin-top: 30px;
  margin-bottom: 30px;
}
.section.section-content {
  padding-bottom: 30px;
}
.section.section-blog .section_title {
  margin-bottom: 20px;
}

.call-to-action-video-image .link {
  display: block;
  text-align: center;
  padding-top: 10px;
}

.section.property-gallery {
  margin: 0;
  padding: 25px 0;
}
@media screen and (min-width: 768px) {
  .section.property-gallery {
    padding: 50px 0;
  }
}
.section.property-gallery .no-padding [class^=grid-], .section.property-gallery .no-padding [class*=" grid-"] {
  padding: 0;
}
.section.property-gallery .centering-large {
  max-width: 1920px;
}
.section.property-gallery .section-heading {
  text-align: center;
  padding-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .section.property-gallery .section-heading {
    padding-bottom: 50px;
  }
}
.section.property-gallery .section-heading h2 {
  text-transform: capitalize;
  color: #000;
  font-weight: 400 !important;
}
@media screen and (min-width: 768px) {
  .section.property-gallery .section-heading h2 {
    font-size: 42px;
    line-height: 1em;
  }
}
.section.property-gallery .section-subheading p {
  color: #A5A19E;
}
.section.property-info {
  background-image: url(https://dev.gamrealty.com/wp-content/uploads/2021/12/counter-bg.png);
  background-size: cover;
  padding: 50px 0;
  background-color: rgba(239, 125, 0, 0.1);
  background-repeat: no-repeat;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .section.property-info {
    padding: 120px 20px 120px 20px;
  }
}
.section.property-info .grid-custom {
  width: 50%;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .section.property-info .grid-custom {
    width: 20%;
  }
}
.section.property-info .grid-custom .item-meta {
  padding: 38px 15px 30px 15px;
  background-color: #fff;
  border-radius: 10px 10px 10px 10px;
  box-shadow: 0px 5px 10px 0px #dbdbdb;
  color: #ef7d00;
}
.section.property-info .grid-custom .item-meta h3 {
  font-family: "Lora", Sans-serif;
  font-size: 34px !important;
  color: #ef7d00;
  font-weight: 400 !important;
}
@media screen and (min-width: 768px) {
  .section.property-info .grid-custom .item-meta h3 {
    font-size: 48px !important;
  }
}
.section.property-info .grid-custom .item-meta .meta-details {
  font-size: 18px;
  font-weight: 500;
  margin-top: 10px;
}
.section.amenities {
  margin: 0;
  padding: 25px 0;
}
@media screen and (min-width: 768px) {
  .section.amenities {
    padding: 50px 0;
  }
}
.section.amenities .section-heading {
  text-align: left;
  padding-bottom: 25px;
}
.section.amenities .section-heading h2 {
  text-transform: capitalize;
  color: #000;
  font-weight: 400 !important;
}
@media screen and (min-width: 768px) {
  .section.amenities .section-heading h2 {
    font-size: 42px;
    line-height: 1em;
  }
}
.section.amenities .section-subheading p {
  color: #A5A19E;
}
.section.amenities .rh_property__features_wrap .rh_property__feature {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  padding: 0 2rem 0.5rem;
  color: #444;
  font-weight: 400;
  font-size: 18px;
  transition: all 400ms ease-in-out;
}
.section.amenities .rh_property__features_wrap .rh_property__feature:hover {
  color: #ef7d00;
}
.section.amenities .scaled-image {
  border-radius: 12px;
}
.section.amenities .flickity-page-dots {
  bottom: 10px;
}
.section.amenities .flickity-page-dots .dot {
  background: #ef7d00;
}
.section.contact-section {
  margin: 0;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 25px 0;
  position: relative;
  background-position: center bottom;
}
.section.contact-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(239, 125, 0, 0.4);
}
@media screen and (min-width: 768px) {
  .section.contact-section {
    padding: 50px 0;
  }
}
.section.contact-section .section-heading {
  text-align: center;
  padding-bottom: 25px;
}
.section.contact-section .section-heading h2 {
  text-transform: capitalize;
  color: #fff;
  margin-bottom: 20px;
  font-weight: 400 !important;
}
@media screen and (min-width: 768px) {
  .section.contact-section .section-heading h2 {
    font-size: 42px;
    line-height: 1em;
    margin-bottom: 40px;
  }
}
.section.contact-section .sub-heading {
  text-align: center;
}
.section.contact-section .sub-heading p {
  color: #fff;
}
.section.contact-section .contact-form {
  background-color: white;
  padding: 40px;
  border-radius: 12px;
}
.section.contact-section .contact-form .button {
  border-radius: 6px;
  padding: 16px 30px;
  font-size: 16px;
  background-color: #ef7d00;
  color: white;
  border-color: #ef7d00;
  transition: all 400ms ease-in-out;
}
.section.contact-section .contact-form .button:hover {
  background-color: #000;
  border-color: #000;
}
.section.contact-section .contact-form .rh_agent_form__field {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.section.contact-section .contact-form .rh_agent_form__field input {
  width: 100%;
  border: none;
  border-bottom: 2px solid #666666;
  padding-bottom: 0;
}
.section.contact-section .contact-form .rh_agent_form__field label {
  color: #000;
}
@media screen and (min-width: 1024px) {
  .section.contact-section .contact-form .rh_agent_form__field {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: end;
        align-items: flex-end;
    white-space: nowrap;
  }
  .section.contact-section .contact-form .rh_agent_form__field label {
    padding-right: 15px;
    padding-bottom: 0px;
    line-height: 1.5;
    font-weight: 400;
  }
}
@media screen and (min-width: 1024px) and (min-width: 768px) {
  .section.contact-section .contact-form .rh_agent_form__field label {
    font-size: 24px;
  }
}
@media screen and (min-width: 1024px) {
  .section.contact-section .contact-form .rh_agent_form__field input {
    line-height: 1.5;
    font-weight: 400;
  }
}
@media screen and (min-width: 1024px) and (min-width: 768px) {
  .section.contact-section .contact-form .rh_agent_form__field input {
    font-size: 24px;
  }
}
.section.contact-section .contact-form .full-width {
  width: 100%;
}
.section.contact-section .contact-form .rh_property__agent_detail {
  border-top: 0 !important;
  padding-top: 0 !important;
}
.section.contact-section .contact-form .rh_property__agent_detail .rh_agent_form {
  padding-top: 0 !important;
}
.section.contact-section .contact-form .button-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
}
.section.contact-section .contact-form .button-group .wrapper-button {
  margin: 20px 0;
  position: relative;
}
.section.contact-section .centering {
  position: relative;
}
.section.news-section {
  padding: 25px 0;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .section.news-section {
    padding: 100px 0;
  }
}
.section.news-section .section-heading {
  text-align: center;
  padding-bottom: 25px;
}
.section.news-section .section-heading h2 {
  text-transform: capitalize;
  color: #000;
  font-weight: 400 !important;
}
@media screen and (min-width: 768px) {
  .section.news-section .section-heading h2 {
    font-size: 42px;
    line-height: 1em;
  }
}
.section.news-section .section-subheading {
  text-align: center;
}
.section.news-section .section-subheading p {
  color: #A5A19E;
}
.section.plans {
  background-color: rgba(239, 125, 0, 0.1);
  margin: 0;
}
.section.plans .section-heading {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .section.plans .center-align {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  .section.plans {
    padding: 50px 0;
  }
}
@media screen and (min-width: 768px) {
  .section.plans .floor-plans-wrapper {
    margin-left: -150px;
    position: relative;
  }
}
.section.plans .floor-plans-wrapper .floor-plans-links-wrapper {
  padding: 55px 48px;
  text-align: left;
  background-color: #ef7d00;
  color: white;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  width: 100%;
}
.section.plans .floor-plans-wrapper .floor-plans-links-wrapper h3 {
  color: inherit;
  margin-bottom: 30px !important;
  font-size: 24px !important;
  font-weight: 400;
}
.section.plans .floor-plans-wrapper .floor-plans-links-wrapper a {
  color: inherit;
}
.section.plans .floor-plans-wrapper .floor-plans-links-wrapper ul {
  list-style: none;
  font-size: 16px;
}
.section.plans .floor-plans-wrapper .floor-plans-links-wrapper ul li {
  font-size: 18px;
  font-weight: 400;
  padding: 0 0 0 35px;
  margin-bottom: 20px;
  position: relative;
}
.section.plans .floor-plans-wrapper .floor-plans-links-wrapper ul li::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 12px;
  left: 4px;
  width: 23px;
  height: 3px;
  opacity: 0;
  border-radius: 3px;
}
.section.plans .floor-plans-wrapper .floor-plans-links-wrapper ul li a {
  font-weight: inherit;
}
.section.plans .floor-plans-wrapper .floor-plans-links-wrapper ul li:last-child {
  margin-bottom: 0px;
}
.section.plans .floor-plans-wrapper .floor-plans-links-wrapper ul li:hover::before {
  opacity: 1;
  background-color: #FFC993;
}
.section.plans .floor-plans-wrapper .floor-plans-links-wrapper ul li:hover a {
  color: #FFC993;
}
.section.plans .floor-plans-wrapper .floor-plans-links-wrapper ul li.is-active::before {
  opacity: 1;
  background-color: #FFC993;
}
.section.plans .floor-plans-wrapper .floor-plans-links-wrapper ul li.is-active a {
  color: #FFC993;
}
.section.plans .floor-plans-wrapper .floor-plans-descriptions-wrapper {
  padding: 55px 45px;
  background-color: white;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  text-align: left;
  width: 100%;
}
.section.plans .floor-plans-wrapper .floor-plans-descriptions-wrapper h3 {
  color: #1a1a1a;
  margin-bottom: 30px !important;
  font-size: 24px !important;
  font-weight: 400;
}
.section.plans .floor-plans-wrapper .floor-plans-descriptions-wrapper p {
  color: #a5a19e;
  line-height: 22px;
}
.section.plans .floor-plans-wrapper .floor-plans-descriptions-wrapper .table .table-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding-bottom: 11px;
  margin-bottom: 12px;
  border-bottom: 1px solid #dce6eb;
  color: #7A7A7A;
}
.section.plans .floor-plans-wrapper .floor-plans-descriptions-wrapper .table .table-item .table-item-value {
  font-weight: 700;
}
.section.plans .floor-plans-wrapper .floor-plans-descriptions-wrapper .table .table-item:last-child {
  border-bottom: none;
}
.section.plans .floor-plans-wrapper .floor-plans-descriptions-wrapper .floor-plans-description {
  display: none;
}
.section.plans .floor-plans-wrapper .floor-plans-descriptions-wrapper .floor-plans-description.is-active {
  display: block;
}
.section.plans .floor-plans-wrapper [class^=grid-], .section.plans .floor-plans-wrapper [class*=" grid-"] {
  display: -ms-flexbox;
  display: flex;
}
.section.neighborhood {
  margin: 0;
}
.section.neighborhood .section-heading {
  text-align: center;
}
.section.neighborhood .neighborhood-wrapper {
  padding: 20px 30px 20px 30px;
  background-color: #F7F5F1;
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .section.neighborhood .neighborhood-wrapper {
    margin-right: -150px;
    padding: 50px 30px 50px 30px;
    position: relative;
    z-index: 101;
  }
}
.section.neighborhood .neighborhood-wrapper .neighborhood-items {
  list-style: none;
  text-align: left;
}
.section.neighborhood .neighborhood-wrapper .neighborhood-items .neihborhood-item {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-color: #E6E2DF;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin: 0;
  padding: 18px 0;
  font-size: 16px;
  transition: color 0.2s ease;
}
@media screen and (min-width: 768px) {
  .section.neighborhood .neighborhood-wrapper .neighborhood-items .neihborhood-item {
    font-size: 18px;
  }
}
.section.neighborhood .neighborhood-wrapper .neighborhood-items .neihborhood-item .title {
  color: #ef7d00;
  font-weight: 600;
}
.section.neighborhood .neighborhood-wrapper .neighborhood-items .neihborhood-item .title i {
  padding-right: 5px;
}
.section.neighborhood .neighborhood-wrapper .neighborhood-items .neihborhood-item .value {
  color: #111111;
  font-weight: 700;
}
.section.neighborhood .neighborhood-wrapper .neighborhood-items .neihborhood-item:last-child {
  border-bottom: none;
}
.section.neighborhood .neighborhood-wrapper .neighborhood-items .neihborhood-item:hover .title {
  color: #111111;
}
.section.tour {
  position: relative;
  margin: 0;
  padding: 25px 0;
}
@media screen and (min-width: 768px) {
  .section.tour {
    padding: 50px 0;
  }
}
.section.tour::before {
  content: "";
  background-color: #F7F5F1;
  opacity: 0.85;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
}
.section.tour .centering {
  position: relative;
}
.section.tour .section-heading {
  text-align: center;
}
.section.tour .videoplayer {
  padding-bottom: 100% !important;
}
.section.tour .description-wrapper h1, .section.tour .description-wrapper h3, .section.tour .description-wrapper h4, .section.tour .description-wrapper h5, .section.tour .description-wrapper h6 {
  color: #666666;
  letter-spacing: 3px;
}
.section.tour .description-wrapper h2 {
  text-transform: capitalize;
  line-height: 1.3em;
  margin-bottom: 25px;
  color: #000;
  font-weight: 400 !important;
}
@media screen and (min-width: 768px) {
  .section.tour .description-wrapper h2 {
    font-size: 38px;
  }
}
.section.tour .description-wrapper h3 {
  font-size: 14px !important;
  text-transform: uppercase;
  line-height: 1.2em;
  letter-spacing: 3px;
  margin-bottom: 10px;
}
.section.tour .description-wrapper p {
  color: #444444;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 30px;
}
.section.tour .description-wrapper ul {
  list-style: none;
}
.section.tour .description-wrapper ul li {
  padding-bottom: 8px;
  font-size: 18px;
  color: #444444;
  position: relative;
  padding-left: 30px;
}
.section.tour .description-wrapper ul li:hover {
  color: #ef7d00;
}
.section.tour .description-wrapper ul li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f00c";
  color: #ef7d00;
  font-size: 17px;
  position: absolute;
  top: 1px;
  left: 0;
  padding-right: 10px;
}
.section.tour .button-wrapper {
  padding-top: 25px;
}
.section.tour .button-wrapper .button {
  border-radius: 6px;
  padding: 16px 30px;
  font-size: 16px;
  background-color: #ef7d00;
  color: white;
  border-color: #ef7d00;
  transition: all 400ms ease-in-out;
}
.section.tour .button-wrapper .button:hover {
  background-color: #000;
  border-color: #000;
}
.section.map {
  padding: 25px 0;
}
@media screen and (min-width: 768px) {
  .section.map {
    padding: 50px 0;
  }
}
.section.map .section-heading {
  text-align: center;
}
.section.map .map-wrapper {
  width: 100%;
}
.section.map .map-canvas {
  width: 100%;
  height: 460px;
}
.section.map [class^=grid-], .section.map [class*=" grid-"] {
  display: -ms-flexbox;
  display: flex;
}
.section.map .location-wrapper {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
}
.section.map .location-wrapper .content-wrapper {
  background-color: white;
  margin: auto;
  /* max-width: 300px; */
  text-align: center;
  margin: 50px;
  padding: 50px;
}

@media screen and (max-width: 767px) {
  .rh_footer__widgets img {
    float: none;
  }
}

@media screen and (max-width: 767px) {
  .rh_footer .rh_footer__wrap .copyrights,
  .rh_footer .rh_footer__wrap .designed-by {
    width: 100%;
    text-align: center;
  }
}

.wrapper-home-sections {
  margin-top: 0 !important;
}

.custom-cta {
  background-color: #F7F7F7;
}
.custom-cta h1 {
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .custom-cta h1 {
    font-size: 14px;
    font-weight: 600;
  }
}
.custom-cta .cta-heading {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: baseline;
      align-items: baseline;
}
.custom-cta .cta-heading a {
  font-weight: 600;
  font-size: 18px;
}
.custom-cta .cta-heading h1 {
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .custom-cta .cta-heading h1,
  .custom-cta .cta-heading h2 {
    font-size: 14px;
    font-weight: 600;
  }
  .custom-cta .cta-heading a {
    font-size: 14px;
  }
}
.custom-cta .cta-content {
  margin-top: 30px;
}
.custom-cta .cta-content img {
  margin: 0 auto;
  display: block;
}
.custom-cta .cta-content ol {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
  font-weight: 700;
  color: white;
}
@media screen and (min-width: 768px) {
  .custom-cta .cta-content ol {
    font-size: 31px;
  }
}
.custom-cta .cta-content ol li {
  min-width: 60px;
  padding-bottom: 5px;
  padding-top: 5px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin: 20px 0;
  border-radius: 18px;
  transition: all 400ms ease-in-out;
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: center;
  background-image: url('https://gamrealty.com/wp-content/themes/realhomes-child/img/blue-button_v3.png');
  height: 60px;
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.05);
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .custom-cta .cta-content ol li {
    height: 80px;
  }
}
.custom-cta .cta-content ol li:hover {
  opacity: 0.8;
}
.custom-cta .cta-content ol li img {
  height: 35px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 768px) {
  .custom-cta .cta-content ol li img {
    height: 42px;
  }
}
@media screen and (min-width: 1024px) {
  .custom-cta .cta-content ol li img {
    padding-right: 20px;
  }
}
.custom-cta .cta-content ol span {
  width: 70px;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
}
.custom-cta .cta-content ol .button {
  border: none;
  color: white;
  padding-left: 0;
  padding-right: 0;
  font-size: 20px;
  width: 100%;
  text-align: left;
  margin-left: 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}
@media screen and (min-width: 768px) {
  .custom-cta .cta-content ol .button {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .custom-cta .cta-content ol .button {
    font-size: 26px;
  }
}
.custom-cta .cta-content ol .button:hover {
  background-color: transparent;
  text-decoration: none;
}

.rh_prop_card__thumbnail a {
  padding-bottom: 75%;
}
.rh_prop_card__thumbnail img {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
}

#home-properties-section {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
@media screen and (max-width: 767px) {
  #home-properties-section {
    margin-top: -25px;
  }
}

.mail-getresponse {
  padding-bottom: 35px;
}
@media screen and (max-width: 899px) {
  .mail-getresponse {
    display: none;
  }
}

.rh_section__subtitle {
  font-size: 30px !important;
  color: black !important;
}

.rh_section--props_padding .rh_section__head {
  text-align: left;
  padding-bottom: 30px !important;
}

.hidden-visibility {
  visibility: hidden;
}
@media screen and (max-width: 767px) {
  .hidden-visibility {
    display: none !important;
  }
}

.search_field {
  padding: 10px 10px 0;
  height: 100%;
  overflow: hidden;
}
.search_field h5 {
  font-size: 16px;
  text-align: center;
  margin-bottom: 4px;
  font-weight: 700;
}
.search_field label {
  font-weight: 400;
  font-size: 18px;
}
.search_field input[type=checkbox],
.search_field input[type=radio] {
  height: 20px;
  width: 20px;
  margin: -5px 4px 0 0;
}
.search_field .field {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.page-template-properties-search .select2-container {
  display: none;
}

@media screen and (max-width: 899px) {
  .wf2-popover {
    display: none !important;
  }
}

@media screen and (max-width: 899px) {
  .grwf2_backdrop {
    display: none !important;
  }
}

@media screen and (min-width: 900px) {
  .mail-getresponse-mobile {
    display: none !important;
  }
}
.mail-getresponse-mobile .wf2-embedded {
  left: 50% !important;
  -ms-transform: translateX(-50%) !important;
      transform: translateX(-50%) !important;
  margin: 0 !important;
}

.custom-list .wpcs_price_info {
  display: none;
}

.rh_prop_card .wpcs_price_info {
  top: -44px;
  left: 235px;
}
@media screen and (max-width: 767px) {
  .rh_prop_card .wpcs_price_info {
    left: 170px;
  }
}
.rh_prop_card .rh_prop_card__priceLabel {
  max-height: 70px !important;
}

.rh_wrapper__news_elementor article {
  display: -ms-flexbox;
  display: flex;
}
.rh_wrapper__news_elementor article .rh_news_module_inner {
  background-color: white;
}

.ich_level_wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-pack: center;
      justify-content: center;
}

.transparent {
  background-color: transparent !important;
}

@keyframes dropdown-animation {
  0% {
    transform: rotateX(-90deg);
  }
  100% {
    transform: rotateX(0);
  }
}
.inspiry_mod_search_form_smart .rh_prop_search__buttons_smart .rh_prop_search__btnWrap {
  height: 46px;
  overflow: hidden;
}

.inspiry_mod_search_form_smart .rh_prop_search__buttons_smart .rh_prop_search__advance a {
  padding: 13px;
}

.inspiry_mod_search_form_smart .rh_prop_search__buttons_smart .rh_btn__prop_search {
  padding: 13px 25px;
}

.advance-search-form .select2-container .select2-selection--single:before {
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}

.rh_properties_element .wrapper_properties_ele .rh_prop_card_elementor {
  height: 100%;
}

.elementor_property_card_parent .rh_prop_card_elementor .rh_prop_card__wrap {
  height: 100%;
  background-color: white;
}

.rhea_price_slider_wrapper .ui-slider .ui-slider-range,
.rhea_search_form_wrapper .rhea_search_form_button {
  background: #ef7d00;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.05);
}

.rhea_search_form_wrapper .rhea_advanced_expander {
  background: rgba(239, 125, 0, 0.8);
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.05);
}

.rhea_price_slider_wrapper .rhea_price_display {
  color: #ef7d00;
}

.shadow-text {
  text-shadow: 2px 1px 4px #333333;
}

.rhea_search_form_wrapper .rhea_top_fields_count_6 .rhea_prop_search__option {
  width: 16.6666666667%;
}

.bootstrap-select.rhea_multi_select_picker > .dropdown-toggle,
.bootstrap-select.rhea_multi_select_picker_location > .dropdown-toggle,
.rhea_price_slider_wrapper {
  border-radius: 6px;
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.05);
}

.rhea_search_form_wrapper .ui-widget-content .ui-state-default {
  background: grey;
}

.home-slider-big {
  position: relative;
}
.home-slider-big .carousel-cell {
  display: block;
  background-position: center;
}
@media screen and (min-width: 768px) {
  .home-slider-big .carousel-cell {
    height: 500px;
  }
}
@media screen and (max-width: 767px) {
  .home-slider-big .carousel-cell {
    background-position: 0 center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .home-slider-big .carousel-cell:nth-of-type(1) {
    background-position: center;
  }
  .home-slider-big .carousel-cell:nth-of-type(2) {
    background-position: center;
  }
  .home-slider-big .carousel-cell:nth-of-type(3) {
    background-position: center;
  }
  .home-slider-big .carousel-cell:nth-of-type(4) {
    background-position: center;
  }
  .home-slider-big .carousel-cell:nth-of-type(5) {
    background-position: -113px;
  }
}
.home-slider-big img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-slider-big .flickity-prev-next-button {
  width: 70px;
  height: 70px;
}
@media screen and (max-width: 767px) {
  .home-slider-big .flickity-prev-next-button {
    display: none;
  }
}
.home-slider-big .flickity-prev-next-button .arrow {
  fill: white;
}
.home-slider-big .flickity-page-dots {
  bottom: 20px;
}
.home-slider-big .flickity-page-dots .dot {
  width: 12px;
  height: 12px;
  background-color: rgba(0, 0, 0, 0);
  box-shadow: inset 0 0 0 2px #ffffff;
  opacity: 1;
}
.home-slider-big .flickity-page-dots .dot.is-selected {
  background-color: white;
}

#cookie-notice {
  z-index: 10000000000000;
}

.elementor-44 .elementor-element.elementor-element-46d00fdd .elementor-posts-container .elementor-post__thumbnail {
  padding-bottom: 230px !important;
}

.elementor-posts .elementor-post__card .elementor-post__thumbnail img {
  position: absolute;
}

.rh_prop_card .rh_prop_card__wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.rh_prop_card .rh_prop_card__details {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  height: 100%;
}
.rh_prop_card .rh_prop_card__priceLabel {
  margin-top: auto;
}

.rh_prop_card__price .wpcs_price {
  font-size: 17px;
}
@media screen and (min-width: 768px) {
  .rh_prop_card__price .wpcs_price {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .rh_prop_card__price {
    max-width: 175px;
  }
}

.latest-heading {
  text-align: left;
  padding: 0 20px 35px;
  margin: 0 -20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.latest-heading h2 {
  margin-right: 30px;
}
.latest-heading ul {
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  font-size: 12px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .latest-heading ul {
    font-size: 16px;
  }
}
.latest-heading ul a {
  padding: 0 6px;
}
@media screen and (min-width: 768px) {
  .latest-heading ul a {
    padding: 0 20px;
  }
}
.latest-heading ul li:nth-child(2) a {
  border-left: 1px solid black;
  border-right: 1px solid black;
}
@media screen and (max-width: 767px) {
  .latest-heading {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    -ms-flex-align: baseline;
        align-items: baseline;
  }
  .latest-heading ul {
    text-align: left;
    margin: 0 -6px 20px;
  }
}

@media screen and (max-width: 767px) {
  .flex-odering {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .flex-odering .search-grid {
    -ms-flex-order: 2;
        order: 2;
  }
  .flex-odering .content-grid {
    -ms-flex-order: 1;
        order: 1;
  }
  .flex-odering .action-grid {
    -ms-flex-order: 3;
        order: 3;
  }
}

.rhea_top_search_fields select {
  display: none !important;
}
.rhea_top_search_fields .dropdown-menu.open {
  height: 244px;
}

.teams {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  margin-left: -10px;
  margin-right: -10px;
  -ms-flex-pack: center;
      justify-content: center;
}
.teams .team {
  padding: 10px 10px 20px;
  text-align: center;
  width: 50%;
}
.teams .team h3 {
  padding-top: 10px;
}
.teams .team p {
  font-size: 14px;
  color: rgb(110, 193, 228);
  margin: 5px 0;
}
@media screen and (min-width: 768px) {
  .teams .team {
    width: 33.3333333333%;
  }
}
@media screen and (min-width: 1140px) {
  .teams .team {
    width: 16.6666666667%;
  }
}

.section-testimonials {
  margin-bottom: 60px;
}
.section-testimonials .section_title {
  padding-bottom: 30px;
}

.testimonials-wrapper {
  background-image: linear-gradient(180deg, #0396E1 14%, #0473A2 100%);
  color: white;
  padding: 50px 0;
}
.testimonials-wrapper .testimonials {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
}
.testimonials-wrapper .testimonials .testimonial {
  width: 100%;
  text-align: center;
  padding: 0 20px 40px;
}
@media screen and (min-width: 768px) {
  .testimonials-wrapper .testimonials .testimonial {
    width: 33.3333333333%;
  }
}
.testimonials-wrapper .testimonials .testimonial p {
  color: white;
}
.testimonials-wrapper .testimonials .testimonial img {
  border-radius: 50%;
  height: 170px;
  width: 170px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.testimonials-wrapper .testimonials .testimonial h3 {
  color: white;
  font-size: 16px !important;
  text-transform: uppercase;
}
.testimonials-wrapper .testimonials .testimonial .content {
  max-width: 325px;
  margin: 0 auto;
}
.testimonials-wrapper .testimonials .testimonial .excerpt {
  color: white;
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 20px;
}

.section-team .section_title {
  padding-bottom: 30px;
}

.home-search {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .home-search {
    margin-top: 60px;
  }
}
.home-search .rh_prop_search {
  display: block;
  margin-left: -5px;
  margin-right: -5px;
}
.home-search .rh_grid_size {
  padding: 0;
}
.home-search .inspiry_select_picker_trigger > .dropdown-toggle {
  background: #B7EAFF;
  font-weight: 500;
  border: 1px solid rgba(128, 128, 128, 0.2) !important;
  border-radius: 6px;
}
.home-search .rh_prop_search__advance_btn {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.05);
}
.home-search .rh_btn.rh_btn__prop_search {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.05);
}
.home-search .rh_prop_search__buttons_smart {
  padding: 0 5px;
}
.home-search input {
  background: #B7EAFF !important;
  color: #808080;
}
.home-search .rh_prop_search__form_smart .inspiry_select_picker_trigger div.dropdown-menu li a {
  color: black;
}
.home-search .rh_prop_search__selectwrap {
  padding: 0 5px;
  display: block;
  padding-bottom: 10px;
}

.inspiry_mod_search_form_smart .rh_prop_search__wrap_smart {
  box-shadow: none !important;
}

.rplg {
  margin-left: -10px;
  margin-right: -10px;
}

.scaled-image {
  overflow: hidden;
  position: relative;
  padding-bottom: 100%;
  display: block;
}
.scaled-image img {
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  width: 100%;
}

.videoplayer {
  background-size: cover !important;
  background-position: center !important;
  background-attachment: initial !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.inlinePlayButton, .inlinePlayButtonMobile {
  border-radius: 12px;
  height: 50px;
  width: 70px;
  background-color: rgb(228, 32, 32);
  font-size: 30px;
  line-height: 55px;
}

.product-gallary {
  background-color: white;
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.05);
}
.product-gallary .product-slider-meta {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding-bottom: 20px;
}
.product-gallary .image-grid-item {
  padding-bottom: 75%;
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  background-position: center;
}
.product-gallary .main-wrapper {
  padding: 5px;
}
.product-gallary .main-wrapper .image-grid-item {
  padding-bottom: calc(75% + 10px);
}
.product-gallary .sidebar-images {
  padding-top: 0;
}
.product-gallary .sidebar-images [class^=grid-],
.product-gallary .sidebar-images [class*=" grid-"] {
  padding: 5px;
}

.popup-images-container {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: white;
  padding: 100px 50px;
  z-index: 1000001;
  display: none;
  overflow: auto;
}
.popup-images-container .close-popup-image {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 40px;
}
.popup-images-container [class^=grid-], .popup-images-container [class*=" grid-"] {
  padding: 10px;
}
.popup-images-container a {
  display: block;
}
.popup-images-container .image-grid-item {
  display: block;
  background-position: center;
}

.rh_blog__post .entry-header .entry-title {
  margin: 0;
}

@media screen and (min-width: 768px) {
  .rh_list_card__wrap .rh_list_card__details {
    width: 60%;
  }
}

@media screen and (min-width: 768px) {
  .rh_list_card__wrap .rh_list_card__priceLabel {
    width: 40%;
  }
}

.rh_list_card__wrap .rh_list_card__details_wrap {
  padding: 20px;
}
.rh_list_card__wrap .rh_list_card__details_wrap .price {
  font-size: 1.8rem !important;
}

.wp-caption-text {
  padding-top: 10px !important;
}

.rh_map #map-head {
  display: none;
}

.blog-content .post-item {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  background-color: #fff;
  width: 100%;
  min-height: 100%;
  border-radius: 3px;
  border: 0 solid #818a91;
  transition: all 0.25s;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: start;
      justify-content: flex-start;
}
.blog-content .post-item .entry-title {
  padding: 0 30px;
  margin: 20px 0 20px;
}
.blog-content .post-item .post-image {
  position: relative;
  padding-bottom: 66%;
  overflow: hidden;
  display: block;
}
.blog-content .post-item .post-image .attachment-property-listing-image-custom {
  position: absolute;
  top: calc(50% + 1px);
  left: calc(50% + 1px);
  -ms-transform: scale(1.01) translate(-50%, -50%);
      transform: scale(1.01) translate(-50%, -50%);
  width: 100%;
  height: 100%;
}
.blog-content .post-item .post-image:after {
  display: block;
  content: "";
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.35), transparent 75%);
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  position: absolute;
  bottom: 0;
  opacity: 1;
  transition: all 0.3s ease-out;
}
.blog-content .post-item .cat-parent {
  position: absolute;
  right: 10px;
  top: 20px;
}
.blog-content .post-item .cat-parent .category-badge {
  margin: 0 10px;
  background: #1ea69a;
  color: white;
  font-size: 12px;
  padding: 0.6em 1.2em;
  line-height: 1;
  font-weight: 400;
  margin: 20px;
  border-radius: 999px;
  text-transform: uppercase;
}
.blog-content .post-item .post__meta-data {
  padding: 15px 30px;
  margin-bottom: 0;
  border-top: 1px solid #eaeaea;
  line-height: 1.3em;
  font-size: 12px;
  color: #adadad;
}
.blog-content .post-item:hover {
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
}
.blog-content .post-item:hover .post-image:after {
  opacity: 0.5;
}

.accordion dl,
.accordion-list {
  border: 1px solid #ddd;
}

.accordion dd,
.accordion__panel {
  background-color: #eee;
  font-size: 1em;
  line-height: 1.5em;
}

.accordion p {
  padding: 1em 20px;
}

.accordion {
  position: relative;
  background-color: #eee;
  max-width: 900px;
}

.container {
  max-width: 960px;
  margin: 0 auto;
  padding: 2em 0;
}

.accordionTitle,
.accordion__Heading {
  background-color: #FFFCF5;
  text-align: left;
  font-weight: 500;
  padding: 20px;
  display: block;
  text-decoration: none;
  color: #000;
  transition: all 0.5s ease-in-out;
  border-bottom: 1px solid #fff4dc;
  position: relative;
}
.accordionTitle:after,
.accordion__Heading:after {
  content: ">";
  font-size: 1.5em;
  line-height: 0.5em;
  transition: all 0.5s ease-in-out;
  position: absolute;
  right: 20px;
  top: 50%;
  -ms-transform: rotate(90deg) translateX(-50%);
      transform: rotate(90deg) translateX(-50%);
  color: black;
}
.accordionTitle:hover,
.accordion__Heading:hover {
  background-color: #FAC289;
  text-decoration: none;
  color: white;
}
.accordionTitle:hover:after,
.accordion__Heading:hover:after {
  color: white;
}

.accordionTitle.is-expanded,
.accordionTitleActive {
  background-color: #FAC289;
  color: white;
  text-decoration: none;
}
.accordionTitle.is-expanded:after,
.accordionTitleActive:after {
  color: white;
  -ms-transform: rotate(-90deg) translateX(50%);
      transform: rotate(-90deg) translateX(50%);
}

.slider-wrapper .carousel {
  max-height: 100vh;
  overflow: hidden;
}

.accordionItem {
  height: auto;
  overflow: hidden;
  max-height: 50em;
  transition: max-height 1s;
  text-align: left;
  margin-bottom: 10px;
}
@media screen and (min-width: 48em) {
  .accordionItem {
    max-height: 30em;
    transition: max-height 0.5s;
  }
}
.accordionItem:last-of-type {
  margin-bottom: 0;
}
.accordionItem a {
  padding: 20px;
}

.accordionItem.is-collapsed {
  max-height: 0;
}

.no-js .accordionItem.is-collapsed {
  max-height: auto;
}

.animateIn {
  animation: accordionIn 0.45s normal ease-in-out both 1;
}

.animateOut {
  animation: accordionOut 0.45s alternate ease-in-out both 1;
}

@keyframes accordionIn {
  0% {
    opacity: 0;
    transform: scale(0.9) rotateX(-60deg);
    transform-origin: 50% 0;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes accordionOut {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(0.9) rotateX(-60deg);
  }
}
.faqs {
  max-width: 900px;
  text-align: left;
}
.faqs h2 {
  font-size: 24px;
}

.flickity-prev-next-button svg {
  left: 40%;
  top: 33%;
  width: 40%;
  height: 40%;
}

.flickity-prev-next-button {
  background: none;
}
.flickity-prev-next-button:hover {
  background: none;
}

.flickity-prev-next-button.previous {
  left: 0px;
}

.flickity-prev-next-button .arrow {
  fill: #f07d00;
}

.flickity-prev-next-button.next {
  right: 5px;
}

.premium-slideshow {
  display: block;
  position: relative;
}
.premium-slideshow .carousel-cell {
  width: 100%;
}
.premium-slideshow .carousel-cell .scaled-image {
  padding-bottom: calc(100vh - 100px);
}
.premium-slideshow .flickity-prev-next-button {
  width: 40px;
  height: 80px;
  border-radius: 0;
  background-color: #f07d00;
  transition: all 400ms ease-in-out;
}
.premium-slideshow .flickity-prev-next-button:hover {
  background-color: #000;
}
.premium-slideshow .flickity-prev-next-button .arrow {
  fill: white;
}
.premium-slideshow .flickity-prev-next-button.next {
  right: -50px;
}
.premium-slideshow .flickity-prev-next-button.previous {
  left: -50px;
}
.premium-slideshow:hover .flickity-prev-next-button.next {
  right: 0px;
}
.premium-slideshow:hover .flickity-prev-next-button.previous {
  left: 0px;
}
.premium-slideshow .slideshow-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  position: absolute;
  z-index: 101;
  top: 0;
  left: 50%;
  right: 0;
  bottom: 0;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  max-width: 1280px;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  padding: 0 20px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .premium-slideshow .slideshow-content {
    -ms-flex-align: end;
        align-items: flex-end;
  }
}
.premium-slideshow .slideshow-content .single-property-wrapper {
  background-color: white;
  padding: 30px 20px;
  border-radius: 12px;
  max-width: 600px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .premium-slideshow .slideshow-content .single-property-wrapper {
    padding: 60px 50px;
  }
}
.premium-slideshow .slideshow-content .single-property-wrapper .property-meta-item.location {
  color: #A5A19E;
  margin: 0 0 32px;
}
.premium-slideshow .slideshow-content .single-property-wrapper .property-meta-item.location a {
  color: #A5A19E;
  font-weight: 400;
  text-decoration: underline;
}
.premium-slideshow .slideshow-content .property-title {
  color: #000;
  margin-bottom: 20px;
}
.premium-slideshow .slideshow-content .excerpt {
  color: #A5A19E;
  font-size: 17px;
  line-height: 1.7;
}
.premium-slideshow .slideshow-content .single-property-header {
  padding-right: 60px;
}
@media screen and (min-width: 768px) {
  .premium-slideshow .slideshow-content .single-property-header {
    padding-right: 90px;
  }
}
.premium-slideshow .slideshow-content .single-property-meta {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-top: 32px;
}
.premium-slideshow .slideshow-content .single-property-meta .wpcs_price {
  display: -ms-flexbox;
  display: flex;
  color: #ef7d00;
  font-weight: 600;
}
.premium-slideshow .slideshow-content .single-property-meta .wpcs_price .wpcs_price_symbol {
  font-weight: 600;
}
.premium-slideshow .slideshow-content .single-property-meta .wpcs_price .wpcs_price_info_icon {
  height: 16px !important;
}
@media screen and (max-width: 767px) {
  .premium-slideshow .slideshow-content .single-property-meta {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start;
  }
  .premium-slideshow .slideshow-content .single-property-meta .property-price {
    padding-bottom: 20px;
  }
}
.premium-slideshow .slideshow-content .button {
  font-size: 16px;
  border-radius: 6px;
  padding: 16px 30px;
  background-color: #ef7d00;
  color: white;
  border-color: #ef7d00;
  transition: all 400ms ease-in-out;
}
.premium-slideshow .slideshow-content .button:hover {
  background-color: #000;
  border-color: #000;
}
.premium-slideshow .slideshow-content .property-status {
  position: absolute;
  top: 30px;
  right: 30px;
}
@media screen and (max-width: 767px) {
  .premium-slideshow .slideshow-content .property-status {
    top: 20px;
    right: 20px;
  }
  .premium-slideshow .slideshow-content .property-status svg {
    width: 60px;
    opacity: 0.6;
  }
}

.slider-cta {
  margin-bottom: 30px;
}

html {
  -webkit-text-size-adjust: 100%;
}

body {
  font: 14px/1.3 "Rubik", sans-serif;
  color: #000;
  background-color: #F7F7F7 !important;
  overflow-x: hidden !important;
}

.wp-caption {
  background-color: transparent;
}

.rh_footer__social i {
  font-family: "FontAwesome";
  font-style: inherit;
}

body,
button,
input,
select,
textarea {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

::-moz-selection {
  background: #B3D4FC;
}

::selection {
  background: #B3D4FC;
}

*,
*:after,
*:before {
  box-sizing: border-box;
}

.centering {
  margin: auto;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1280px;
}

.small-centering {
  max-width: 890px;
}

#map {
  width: 100%;
  height: 500px;
  margin-top: -20px;
}

#swipebox-close {
  background-image: url('/wp-content/themes/realhomes-child/css/../images/x_icon.png') !important;
}

@media screen and (max-width: 1139px) {
  .no-scroll {
    overflow: hidden;
    height: 100%;
  }
}

.ajax-loading {
  z-index: 10000000000005;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.7);
  display: none;
}

.white-background {
  background-color: white;
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.05);
  padding: 10px;
}

.search-heading {
  padding-top: 0;
}

.hide-on-mobile {
  display: block !important;
}
@media screen and (max-width: 767px) {
  .hide-on-mobile {
    display: none !important;
  }
}

.hide-on-desktop {
  display: block !important;
}
@media screen and (min-width: 768px) {
  .hide-on-desktop {
    display: none !important;
  }
}

.hide-on-mobile-header {
  display: -ms-flexbox !important;
  display: flex !important;
}
@media screen and (max-width: 1139px) {
  .hide-on-mobile-header {
    display: none !important;
  }
}

.hide-on-desktop-header {
  display: block !important;
}
@media screen and (min-width: 1140px) {
  .hide-on-desktop-header {
    display: none !important;
  }
}

.rh_section--props_padding .rh_section__head {
  padding: 0px 20px 30px !important;
  max-width: 1280px !important;
}
@media screen and (min-width: 768px) {
  .rh_section--props_padding .rh_section__head {
    padding: 20px 20px 30px !important;
  }
}

.rh_section__properties {
  padding: 0 !important;
  max-width: 1280px !important;
}
.rh_section__properties .rh_prop_card {
  padding: 0 20px 40px !important;
}

.rh_wrap--padding {
  max-width: 1280px !important;
  padding: 20px 20px 0 !important;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
}
@media screen and (min-width: 768px) {
  .rh_wrap--padding {
    padding: 50px 20px 0 !important;
  }
}

.rh_page__head {
  width: 100%;
}

.commentlist article .comment-detail-wrap .rh_section__content .comment-body,
.rh_section__content .commentlist article .comment-detail-wrap .comment-body,
.rh_section__content .rh_content {
  max-width: 1280px !important;
  padding: 0 20px 0 !important;
}

.rh_section__news_elementor {
  margin-left: -25px;
  margin-right: -25px;
}

.modal {
  transform: translate3d(-50%, -50%, 0);
}

.custom-modal .modal-dialog {
  margin: 0;
  width: 100%;
}
.custom-modal div.grwf2-wrapper.wf2-embedded {
  width: 100% !important;
  min-height: 300px !important;
}
.custom-modal iframe {
  height: 300px !important;
  width: 100% !important;
}

a:focus,
a:hover {
  text-decoration: none !important;
}

.rh_banner {
  display: none !important;
}

.entry-header-margin-fix:first-of-type {
  margin-top: 3.4rem;
}

.page-template-properties-search-right-sidebar .rh_page__content {
  background-color: transparent;
  box-shadow: none;
  padding-top: 10px;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.commentlist article .comment-detail-wrap .comment-body .rh_agent_form .rh_agent_form__row,
.commentlist article .comment-detail-wrap .comment-body p,
.rh_agent_form .commentlist article .comment-detail-wrap .comment-body .rh_agent_form__row,
.rh_agent_form .rh_content .rh_agent_form__row,
.rh_content .rh_agent_form .rh_agent_form__row,
.rh_content p {
  line-height: 1.5;
}

.rh_page__head.rh_page__property {
  -ms-flex-align: end;
      align-items: end;
}

.social-share {
  margin-top: -10px;
}
@media screen and (max-width: 767px) {
  .social-share {
    margin: 10px auto 0;
  }
}

@media screen and (max-width: 767px) {
  .rh_page__property .rh_page__property_price {
    margin: auto;
  }
}

.paypal-buttons-layout-vertical {
  max-width: 300px !important;
  min-width: 100px !important;
  margin: 0 auto;
  display: block !important;
}

span.wpcs_price_info_icon {
  background-image: url('https://gamrealty.com/wp-content/uploads/2020/07/currency-switcher-icon.png') !important;
  background-size: contain;
  width: 60px !important;
  height: 27px !important;
  background-repeat: no-repeat;
}

@media screen and (max-width: 419px) {
  div:hover.wpcs_price_info ul {
    bottom: 36px !important;
    right: 0 !important;
    left: auto !important;
  }
}

.entry-header-margin-fix {
  margin-top: 0 !important;
  margin-bottom: 15px !important;
}

.rh_blog__post {
  background: transparent;
}

.rh_list_card__thumbnail:hover .rh_overlay,
.rh_prop_card__thumbnail:hover .rh_overlay {
  opacity: 1;
}
.rh_list_card__thumbnail:hover .rh_overlay__fadeIn-bottom,
.rh_prop_card__thumbnail:hover .rh_overlay__fadeIn-bottom {
  opacity: 1;
  top: 50%;
}

.rh_list_card {
  max-width: 100% !important;
}

#qlwapp.qlwapp-bottom-left,
#qlwapp.qlwapp-bottom-right {
  bottom: 0 !important;
}

#qlwapp .qlwapp-toggle .qlwapp-time {
  display: none !important;
}

@media screen and (max-width: 767px) {
  #qlwapp .qlwapp-box {
    bottom: 40px;
  }
}

.rhea_search_form {
  margin-left: 15px;
  margin-right: 15px;
}

.dropdown-menu {
  border-radius: 6px !important;
}

#cookie-notice .cn-button {
  font-size: 13px;
}

.rh_prop_card__thumbnail {
  position: relative;
}

.flickity-enabled.is-fade .flickity-slider > * {
  pointer-events: none;
  z-index: 0;
  transition: opacity 500ms linear;
}

.flickity-enabled.is-fade .flickity-slider > .is-selected {
  pointer-events: auto;
  z-index: 1;
}

.rh_location_prop_search_0 .inspiry_select_picker_trigger.open .dropdown-menu {
  display: block;
  min-height: 280px;
}

.mbYTP_wrapper iframe {
  width: 100% !important;
  margin: 0 !important;
  height: 100% !important;
}
@keyframes animationgradienttitle {
  0% {
    background-position: 0 1600px;
  }
  100% {
    background-position: 1600px 0;
  }
}
.rh_menu__user_phone {
  background: -webkit-linear-gradient(left, #FF9D00, #FF9D00);
  background-size: 1000px 200px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation-duration: 5s;
  animation-name: animationgradienttitle;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
  position: relative;
}
@media screen and (min-width: 1140px) {
  .rh_menu__user_phone {
    background: -webkit-linear-gradient(left, #FF9D00, rgba(255, 255, 255, 0.6), #FF9D00);
    background-size: 1000px 200px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}
.rh_menu__user_phone::after {
  position: absolute;
  content: "";
  height: 2px;
  background-color: #FF9D00;
  bottom: -3px;
  left: 0;
  right: 100%;
  transition: all 400ms ease-in;
}
.rh_menu__user_phone:hover::after {
  right: 0;
}

.iti--separate-dial-code .iti__selected-flag {
  background-color: rgba(239, 125, 0, 0.2);
}

/*# sourceMappingURL=child-custom.css.map */