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

TABLE OF CONTENTS

1. Custom CSS
2. IP styles
3. MEDIA QUERIES ARE AUTOMATICALLY REMOVED FROM THIS FILE, they must be placed in style-media-queries.css
  
*/
:root {
  --color-accent: #15a1b0;
}

/*******************************************************
 *
 * 1. Navigation
 *
 *******************************************************/
/* Sub Menu */
#nav {
  text-align: center;
}

#nav li {
  position: relative;
  display: inline-block;
}

#nav > li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 34px;
}

#nav > li:last-child {
  margin-right: 0;
}

#nav a {
  font: normal 300 24px/1 'Lato', sans-serif;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  display: block;
  color: #464646;
}

#nav > li:hover > a {
  background-color: #15a1b0;
  color: #fff;
}

#nav > li > a {
  padding: 10px 57px 17px;
  display: inline-block;
}

#nav .sub-menu {
  list-style: none outside none;
  margin: 0;
  display: none;
  padding: 0;
  position: absolute;
  width: 100%;
  left: -150%;
  right: -150%;
  margin: auto;
}

#nav .sub-menu a {
  display: block;
  padding: 10px;
  font-size: 18px;
  background-color: rgba(255, 255, 255, 0.75);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

#nav .sub-menu a:hover {
  background-color: white;
  color: #000;
  text-decoration: none;
  font-weight: 400;
}

#nav .sub-menu .sub-menu {
  margin-left: calc(100% + 1px);
  top: 0;
}

#nav .sub-menu .sub-menu li:first-child {
  margin-top: 0;
}

#nav li:hover > .sub-menu {
  display: block;
}

#nav .sub-menu li {
  position: relative;
  display: block;
  width: 100%;
  margin-top: 1px;
}

/*******************************************************
 *
 * 2. Custom CSS
 *
 *******************************************************/
/* Global */
body {
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  background: #FFF;
  color: #000000;
  margin: 0;
  /* Remove the comment from line 85 to 86 if the font issue in safari occurs */
  /* -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; */
}

.section {
  font-size: 0;
}

/* end Global */
/* main header */
header.hdr-main {
  font-size: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.75);
  -webkit-box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.4);
          box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.4);
}

header.hdr-main .hdr-inner {
  position: relative;
  text-align: center;
  max-width: 1280px;
  margin: 0 auto;
}

header.hdr-main nav {
  position: relative;
  z-index: 2;
}

header.hdr-main .hdr-logo-holder {
  position: absolute;
  top: 100%;
  left: 70px;
  width: 302px;
  height: 236px;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.25);
  -webkit-box-shadow: 1px 4px 9px rgba(0, 0, 0, 0.4);
          box-shadow: 1px 4px 9px rgba(0, 0, 0, 0.4);
  opacity: 1;
  pointer-events: auto;
  -webkit-transition: all .7s ease-out;
  transition: all .7s ease-out;
}

header.hdr-main.scrolled .hdr-logo-holder {
  opacity: 0;
  pointer-events: none;
}

header.hdr-main .hdr-logo {
  width: 100%;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header.hdr-main .hdr-logo::before {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: -168px;
  bottom: -192px;
  right: -153px;
  background-image: url("./images/shadow-logo.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  pointer-events: none;
}

header.hdr-main .hdr-logo-wrapper {
  position: relative;
  z-index: 2;
}

/* end main header */
/* hp banner */
.hp-banner {
  position: relative;
}

.hp-banner .slideshow-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.hp-banner .slideshow-wrapper * {
  height: 100%;
  width: 100%;
}

.hp-banner .slideshow {
  position: relative;
}

.hp-banner .slideshow::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(#a09fa4), color-stop(47%, transparent));
  background: linear-gradient(to top, #a09fa4, transparent 47%);
}

.hp-banner .banner-content {
  position: relative;
  z-index: 2;
}

.hp-banner .banner-content canvas {
  width: 100%;
  display: block;
}

/* end hp banner */
/* hp welcome */
.hp-wc {
  position: relative;
  background-color: rgba(21, 161, 176, 0.9);
  padding: 73px 0;
}

.hp-wc::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  pointer-events: none;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.21)), color-stop(4%, transparent));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.21), transparent 4%);
}

.hp-wc::after {
  content: '';
  position: absolute;
  top: 4px;
  left: 0;
  width: 100%;
  height: 4px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  opacity: .2;
  z-index: 23;
}

.hp-wc .wc-container {
  position: relative;
  z-index: 5;
}

.hp-wc .wc-col {
  display: inline-block;
  vertical-align: bottom;
  float: none;
}

.hp-wc .wc-title {
  font: normal 700 25px/1 'Lato', sans-serif;
  color: #d5f4f7;
  text-transform: uppercase;
}

.hp-wc .wc-text {
  margin-top: 16px;
  padding-right: 5%;
}

.hp-wc .wc-text p {
  font: normal 400 14px/23px 'Lato', sans-serif;
  color: #fff;
  margin-bottom: 23px;
}

.hp-wc .wc-text p:last-child {
  margin-bottom: 0;
}

.hp-wc .wc-details {
  position: relative;
  background-color: #fff;
  padding: 5px;
  width: 94.07%;
  margin-top: 29px;
}

.hp-wc .wc-details-inner {
  border: 1px solid #23a1af;
  padding: 15px 0;
}

.hp-wc .wc-details-col {
  display: inline-block;
  vertical-align: top;
  width: 29.5%;
}

.hp-wc .wc-details-col:nth-child(1) {
  width: 41%;
}

.hp-wc .wc-broker {
  text-align: center;
  padding-top: 5px;
}

.hp-wc .wc-broker h3,
.hp-wc .wc-broker p {
  font-family: 'Lato', sans-serif;
}

.hp-wc .wc-broker h3 {
  font-weight: 700;
  font-size: 28px;
  text-transform: uppercase;
  color: #15a1b0;
}

.hp-wc .wc-broker p {
  font-weight: 400;
  font-size: 16px;
  color: #a09fa4;
  margin-top: 4px;
}

.hp-wc .wc-details-item {
  font: normal 400 15px/1 'Lato', sans-serif;
  color: #464646;
}

.hp-wc .wc-details-item a {
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
}

.hp-wc .wc-details-item a:hover {
  color: #135a63;
}

.hp-wc .wc-details-item .wc-label {
  font-style: italic;
  font-size: 13px;
  color: #23a1af;
}

.hp-wc .wc-details-item p {
  line-height: 17px;
}

.hp-wc .wc-address > * {
  display: inline-block;
  vertical-align: top;
}

.hp-wc .wc-address .wc-label {
  margin-right: 10%;
}

.hp-wc .wc-email,
.hp-wc .wc-license {
  font-size: 16px;
}

.hp-wc .wc-email a {
  color: #15a1b0;
}

.hp-wc .wc-cntct-details {
  text-align: right;
  padding-right: 32px;
}

.hp-wc .wc-cntct-details .wc-label {
  margin-right: 2.5%;
}

.hp-wc .wc-cntct-details .wc-phone {
  margin-bottom: 9px;
}

.hp-wc .wc-cntct-details .wc-phone:last-child {
  margin-bottom: 0;
}

.hp-wc .wc-photo {
  position: relative;
  margin-left: -196px;
  pointer-events: none;
}

.hp-wc .wc-broker-logo {
  position: relative;
  z-index: 1;
  width: 100%;
  opacity: .06;
}

.hp-wc .wc-agent-photo {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
}

.hp-wc .wc-photo img {
  max-width: 100%;
  width: 100%;
}

/* end hp welcome */
/* hp testimonials */
.hp-testi {
  position: relative;
  padding: 3px 0;
  background-color: #15a1b0;
  border-top: 1px solid #307b83;
  border-bottom: 1px solid #307b83;
}

.hp-testi .testi-wrapper {
  position: relative;
  padding: 57px 0 81px;
  background-image: url("./images/bg-testi.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.hp-testi .testi-wrapper::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: url("./images/testi-overlay.png");
  background-repeat: repeat;
  background-position: center;
  opacity: .30;
}

.hp-testi .testi-container {
  position: relative;
  z-index: 5;
}

.hp-testi .testi-slider {
  max-width: 878px;
  margin: 0 auto;
}

.hp-testi .testi-item {
  text-align: center;
}

.hp-testi .testi-item a {
  outline: none !important;
}

.hp-testi .testi-item .testi-quote {
  display: block;
  margin: 0 auto 35px;
  width: 73px;
  height: 73px;
  background-image: url("./images/testi-quote.png");
  background-repeat: no-repeat;
  background-position: center;
}

.hp-testi .testi-item .testi-desc,
.hp-testi .testi-item .testi-author {
  font: normal 400 19px/1 'Lato', sans-serif;
  color: #fff;
}

.hp-testi .testi-item .testi-desc {
  font-style: italic;
  letter-spacing: .7px;
  line-height: 24px;
}

.hp-testi .testi-item .testi-author {
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
  margin-top: 15px;
}

.hp-testi a.testi-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 58px auto 0;
  width: 260px;
  height: 50px;
  border: 1px solid #fff;
  font: normal 700 15px/1 'Lato', sans-serif;
  text-transform: uppercase;
  color: #fff;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.hp-testi a.testi-btn:hover {
  background-color: #15a1b0;
  border-color: #15a1b0;
}

/* end hp testimonials */
/* hp cta */
.hp-cta {
  position: relative;
  background-color: #23a1af;
  padding: 37px 0 44px;
}

.hp-cta .cta-item {
  width: 100%;
  position: relative;
  margin: 0 auto;
}

.hp-cta .cta-item::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 12px;
  background-image: url("./images/shadow-cta.png");
  background-repeat: no-repeat;
  background-position: top center;
  opacity: .89;
}

.hp-cta .cta-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  height: 68px;
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
          box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
}

.hp-cta .cta-item a::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 1px 1px 14px rgba(0, 0, 0, 0.1) inset;
          box-shadow: 1px 1px 14px rgba(0, 0, 0, 0.1) inset;
  z-index: 10;
  pointer-events: none;
}

.hp-cta .cta-item .cta-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 70px;
  background-color: #59d6e4;
  position: relative;
  z-index: 2;
}

.hp-cta .cta-item .cta-content {
  background-color: #fff;
  width: calc(100% - 70px);
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 15px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.hp-cta .cta-item a:hover .cta-content {
  background: #c7c7c7;
}

.hp-cta .cta-item h2 {
  font: normal 700 18px/1 'Lato', sans-serif;
  color: #464646;
  text-transform: uppercase;
}

.hp-cta .cta-item h2 span {
  display: block;
  text-transform: initial;
  font-size: 14px;
  color: #717171;
  margin-top: 4px;
}

/* end hp cta */
/* main footer */
footer.ftr-main {
  font-size: 0;
  padding: 36px 0 43px;
  position: relative;
  background-color: #23a1af;
}

footer.ftr-main::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  border-top: 1px solid #1a7983;
  border-bottom: 1px solid #1a7983;
  z-index: 1;
  pointer-events: none;
}

footer.ftr-main .ftr-container {
  position: relative;
  z-index: 5;
}

footer.ftr-main .ftr-left,
footer.ftr-main .ftr-right {
  display: inline-block;
  vertical-align: middle;
  float: none;
}

footer.ftr-main nav {
  margin-bottom: 4px;
}

footer.ftr-main .footernav li {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-right: 12.3px;
}

footer.ftr-main .footernav li:last-child {
  margin-right: 0;
}

footer.ftr-main .footernav li::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: -7px;
  width: 1px;
  height: 11px;
  background-color: #0a4f56;
}

footer.ftr-main .footernav li:last-child::after {
  display: none;
}

footer.ftr-main .footernav a {
  font: normal 400 12px/1 'Lato', sans-serif;
  color: #0a4f56;
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
}

footer.ftr-main .footernav a:hover {
  color: #fff;
}

footer.ftr-main .ftr-copyright p, footer.ftr-main .ftr-copyright a {
  font: normal 400 12px/1 'Lato', sans-serif;
  color: #0a4f56;
}

footer.ftr-main .ftr-copyright a {
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
}

footer.ftr-main .ftr-copyright a:hover {
  color: #fff;
}

footer.ftr-main .ftr-brokerage {
  text-align: right;
}

footer.ftr-main .ftr-brokerage img {
  display: inline-block;
  vertical-align: middle;
  margin-left: 9px;
}

footer.ftr-main .ftr-brokerage img:first-child {
  margin-left: 0;
}

/* end main footer */
/*******************************************************
 *
 * 3. IP Styles
 *
 *******************************************************/
.ip-banner {
  position: relative;
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

/* Style .entry-title(post/page) and .archive-title(category/archive/etc) main headings (h1) */
#content .entry-title,
#content .archive-title {
  font: normal 700 25px/1 'Lato', sans-serif;
  color: #15a1b0;
}

/* Styles for category/archive/search/etc subheadings (h2) */
/* sb cntct */
.sb-cntct {
  margin-top: 56px;
  font-size: 0;
}

.sb-cntct .sb-logo img {
  width: 100%;
  max-width: 246px;
  margin: 0 auto;
  display: block;
}

.sb-cntct .sb-cntct-details {
  margin-top: 20px;
  text-align: center;
}

.sb-cntct ul {
  margin-left: 0;
  list-style: none;
}

.sb-cntct .cntct-label {
  font-style: italic;
  font-size: 13px;
  color: #23a1af;
  display: inline-block;
  margin-bottom: 10px;
}

.sb-cntct ul li {
  font: normal 400 15px/1 'Lato', sans-serif;
  color: #464646;
  margin-bottom: 20px;
}

.sb-cntct ul li p {
  margin: 0 !important;
}

.sb-cntct ul li a {
  color: #15a1b0;
  -webkit-transition: color .3s ease-out;
  transition: color .3s ease-out;
}

.sb-cntct ul li a:hover {
  color: #135a63;
}

.sb-cntct .cntct-num {
  margin-bottom: 5px;
}

.sb-cntct .cntct-num a {
  color: #464646;
}

/* end sb cntct */
/* sb cta */
.sb-cta {
  margin-top: 50px;
}

.sb-cta .cta-item {
  width: 100%;
  position: relative;
  margin: 0 auto 30px;
}

.sb-cta .cta-item::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 12px;
  background-image: url("./images/shadow-cta.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
  opacity: .89;
}

.sb-cta .cta-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  height: 60px;
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
          box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
}

.sb-cta .cta-item a::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 1px 1px 14px rgba(0, 0, 0, 0.1) inset;
          box-shadow: 1px 1px 14px rgba(0, 0, 0, 0.1) inset;
  z-index: 10;
  pointer-events: none;
}

.sb-cta .cta-item .cta-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 60px;
  background-color: #59d6e4;
  position: relative;
  z-index: 2;
}

.sb-cta .cta-item .cta-content {
  background-color: #fff;
  width: calc(100% - 60px);
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 8px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.sb-cta .cta-item a:hover .cta-content {
  background: #c7c7c7;
}

.sb-cta .cta-item h2 {
  font: normal 700 12px/1 'Lato', sans-serif;
  color: #464646;
  text-transform: uppercase;
  margin: 0 !important;
}

.sb-cta .cta-item h2 span {
  display: block;
  text-transform: initial;
  font-size: 12px;
  color: #717171;
  margin-top: 4px;
}

/* end sb cta */
/* MEDIA QUERIES ARE AUTOMATICALLY REMOVED FROM THIS FILE, they must be placed in style-media-queries.css */


.grecaptcha-badge {
  z-index: 999;
}

.ip-ps-iframe {
    max-width: 941px;
}