/*Index Custom form*/

.slideshow-form {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 10px;
  padding: 15px;
  max-width: 325px;
  margin: auto;
}

.slideshow-contents {
  position: absolute;
  top: 50%;
  margin: auto;
  left: 0;
  right: 0;
}

.slider-caption {
  transform: translateY(0);
  text-align: center;
  margin: 20px 0;
}

.lp-banner-title {
  font-family: "Poppins", sans-serif;
  font-size: 50px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.05em;
  text-align: center;
  text-transform: uppercase;
  text-shadow: -4px 4px 4px black;
  vertical-align: middle;
}
.lp-banner-title span {
  display: block;
  font-size: 50px;
  line-height: 80px;
}

.slideshow-row {
  display: flex;
  align-items: center;
}

.idx-form-box h2 {
  font-size: 22px;
  text-align: center;
  padding: 10px;
  border-radius: 10px;
  background-color: #000;
  color: #fff;
  text-transform: uppercase;
  line-height: 24px;
  margin-bottom: 10px;
}

#idx-custom-form input,
#idx-custom-form select {
  margin: 2px 0;
  border-radius: 3px;
}

#idx-custom-form .aidefcf-cl2.price-box input {
  max-width: 113px;
  width: 100%;
  margin-left: 0;
}

#idx-custom-form select {
  padding: 0 9px !important;
}

#idx-custom-form .aidefcf-cl2.fname-box input {
  width: 49.2%;
}

body form#idx-custom-form .ai-default-cf7wrap input[type="submit"] {
  background: #000 !important;
  line-height: 1;
  padding: 2px;
  font-size: 17px;
  font-weight: 500;
  border-radius: 7px;
  margin-top: 10px;
}

.slidehow-content-mob.buyer {
	margin-top: 40px;
	text-align: center;
}

/* Popup */

.popup-wrapper.active {
  opacity: 1;
  visibility: visible;
  pointer-events: none;
}

.popup-wrapper {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.84);
  overflow-y: auto;
  text-align: center;
  padding: 0 15px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 1s;
}

.popup-wrapper .popup-container .popup-content {
  padding: 35px 20px;
  background: #fff;
  border: 2px solid #333232;
  border-radius: 10px;
  width: 477px;
  max-width: 100%;
  text-align: center;
  /* margin: 106px auto; */
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.popup-container {
  width: 477px;
  max-width: 100%;
  text-align: center;
  margin: 0 auto;
  position: relative;
  pointer-events: auto;
  height: 100%;
}

.popup-wrapper .popup-container .popup-close {
  position: absolute;
  top: 11px;
  right: 13px;
  width: 32px;
  height: 32px;
  border: 1px solid #adadad;
  border-radius: 50%;
  background: transparent url(images/popup-close.png) no-repeat;
  background-position: center center;
  background-size: 11px 12px;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  visibility: hidden;
}

.popup-wrapper .popup-container .popup-content .popup-logo {
  display: block;
  margin: 12px auto 40px;
  max-width: 100%;
}

.popup-wrapper .popup-container .popup-content .popup-title {
  font-size: 26px;
  font-weight: 100;
  line-height: 26px;
  color: #000;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 9px;
}

.popup-wrapper .popup-container .popup-content .popup-description {
  font-size: 15px;
  font-weight: 300;
  line-height: 20px;
  color: #000;
  text-align: center;
  margin-bottom: 23px;
}

.popup-wrapper .popup-container .popup-content .popup-form {
  position: relative;
  width: 377px;
  max-width: 100%;
  margin: 0 auto;
}

.popup-wrapper
  .popup-container
  .popup-content
  .popup-form
  .wpcf7-form-control-wrap {
  display: block;
}

.popup-wrapper .popup-container .popup-content .popup-form input[type="text"],
.popup-wrapper .popup-container .popup-content .popup-form input[type="email"],
.popup-wrapper .popup-container .popup-content textarea,
.popup-wrapper
  .popup-container
  .popup-content
  .popup-form
  input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  height: 40px;
  border: 1px solid #000;
  padding: 0 10px;
  font-size: 15px;
  font-weight: 300;
  line-height: 15px;
  color: #000 !important;
  text-transform: uppercase;
  text-align: center;
  outline: none;
  margin: 0 auto 9px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background: rgba(0, 0, 0, 0);
}

.popup-wrapper .popup-container .popup-content textarea {
  height: 120px;
  resize: none;
  padding: 12px;
}

.popup-wrapper
  .popup-container
  .popup-content
  .popup-form
  input[type="submit"] {
  background: #fff;
  border-color: #000;
  color: #000;
  font-weight: 700;
  margin-bottom: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.popup-wrapper
  .popup-container
  .popup-content
  .popup-form
  input[type="submit"]:hover {
  background: #000;
  border-color: #000;
  color:#fff !important;
}

.popup-wrapper
  .popup-container
  .popup-content
  .popup-form
  .wpcf7-response-output {
  margin: 9px 0 0 0;
  font-size: 13px;
  width: 100%;
  text-align: center;
}

/* Custom Styles */

.header {
  width: 100%;
  padding: 9px 0;
  position: fixed;
  top: 0;
  z-index: 9999;
  /*    background-color: rgba(0, 0, 0, 0.5);*/
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  font-size: 0;
  background-color: rgba(255,255,255,0.8);
}

.header .lp-row {
  display: flex;
  align-items: center;
}

.header.fixed {
  padding: 9px 0;
  background-color: rgba(255, 255, 255, 0.85);
}

.index-header-logo {
  padding: 15px 0;
}

.index-header-logo a {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  text-shadow: 1px 1px 1px #000;
  display: none;
}

.page-id-5 .index-header-logo a {
  display: block;
}

.navigation {
  width: 100%;
  padding: 17px 0;
  text-align: right;
}

#nav li {
  position: relative;
  display: inline-block;
  margin: 0 15px;
}

#nav li a {
  font-size: 16px;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-decoration: none;
  /* text-shadow: 1px 1px 1px #000; */
}

.index-header-contact,
.index-header-contact a {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  text-align: right;
  padding: 17px 0;
  text-decoration: none;
  text-shadow: 1px 1px 1px #000;
  transition: 0.35s ease-in-out;
}

.fixed-header .index-header-contact a,
.fixed-header .index-header-contact span {
  color: #000;
}

.index-header-contact span {
  margin-right: 10px;
  font-size: 12px;
  transition: 0.35s ease-in-out;
}

.index-slidehow-content {
  position: absolute;
  top: 30%;
  z-index: 1;
  left: 0;
  right: 0;
  text-align: center;
}

.index-footer-right {
  text-align: center;
}

.index-footer-right span {
  font-size: 20px;
  color: #000;
}

.index-custom-form {
  margin-top: 50px;
}

.index-custom-form input {
  width: 500px;
  font-size: 14px;
  font-style: italic;
  padding: 10px 15px;
  max-width: 100%;
  border: 1px solid #ccc;
  border-radius: 5px;
  background: #fff;
  color: #a7a7a7;
  display: block;
  margin: 5px auto;
}

#cf2 {
  display: none;
  opacity: 0;
}

.slide-qs-wrapper {
  position: relative;
}

.slidehow-content {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  transform: translateY(-50%);

  z-index: 99;
}

.slidehow-content.seller {
  transform: translateY(-40%);
}

.slidehow-content.buyer .slideshow-caption {
  /* margin-top: 25%; */
}

.footer {
  margin-top: 50px;
  padding: 50px 0;
  /* background: #9c9064; */
  background-image: url(images/footer-bg.jpg);
  color: #fff;
  font-size: 0;
}

.index-footer-navigation {
  text-align: center;
}

.index-footer-left {
  font-size: 14px;
  text-align: center;
  margin: 20px 0;
  color: #000;
}

.footer .footer-contact .contact {
  display: block;
  margin-left: 0;
  text-align: center;
  font-size: 24px;
  margin-bottom: 20px;
}

.footer .footer-contact .contact span {
  font-size: 18px;
  margin-right: 8px;
}

.footer .footer-contact .contact a {
  color: #fff;
}

.footer .footer-contact h2 {
  margin-bottom: 25px;
  color: #ffffff;
  font-size: 40px;
  text-align: center;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 3px;
}

.footer .contact-form {
  position: relative;
  /*
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, .5);
*/
  margin-bottom: 40px;
}

.footer .contact-form label {
  width: 24.25%;
  margin: 0 0.5%;
  display: inline-block;
  vertical-align: top;
}

.footer .contact-form label:first-of-type {
  margin-left: 0;
}

.footer .contact-form label:last-of-type {
  margin-right: 0;
}

.footer .contact-form input,
.footer .contact-form textarea {
  width: 100%;
  height: 35px;
  padding-left: 8px;
  font-size: 14px;
  font-weight: 300;
  background-color: #fff;
  border: 1px solid #ffffff;
  line-height: 28px;
  color: #9c9064;
}

.footer .contact-form input::placeholder,
.footer .contact-form textarea::placeholder {
  color: #9c9064;
}

.footer .contact-form input[type="submit"] {
  width: 19px;
  height: 19px;
  font-size: 0;
  position: absolute;
  bottom: 32px;
  right: 32px;
  border: none;
  background-image: url(http://kimgriffiths.com/app/themes/aios-starter-theme-child/index-landing-page/assets/images/submit-btn.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* Home Valuation */

.index-home-valuation .wmhw-form-wrapper {
  background: none;
}

.index-home-valuation .wmhw-title,
.index-home-valuation .wmhw-subtitle {
  display: none;
}

/* .index-home-valuation .wmhw-control-wrap.next-wrap div {
    background: #9c9064;
}

.index-home-valuation .wmhw-control-wrap.icon-warp span {
    color: #9c9064;
} */

/* .aios-property-style-3 */

.aios-property-style-3 {
  width: 100%;
  height: auto;
  margin: 20px 0;
}

.aios-property-style-3 h2 {
  text-align: center;
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 6px;
  padding: 25px 0;
  line-height: 30px;
}

.aios-property-style-3 h2 strong {
  font-weight: 700;
  font-size: 30px;
  display: block;
}

.aios-property-style-3 .fp-wrap canvas {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #d7d7d7;
  display: block;
}

.aios-property-style-3 .fp-wrap canvas img {
  width: 100%;
  height: auto;
  display: block;
}

.aios-property-style-3 .fp-wrap .fp-list {
  margin-bottom: 50px;
}

.aios-property-style-3 .fp-wrap .fp-list a {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  color: inherit;
  text-decoration: none;
}

.aios-property-style-3 .fp-wrap .fp-list a .pro-details {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;

  display: flex;
  align-items: center;
  justify-content: center;
  
  background: rgba(63, 63, 63, 0.35);

  -webkit-transition: all .35s ease-in-out;
  -moz-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
}

.aios-property-style-3 .fp-wrap .fp-list a:hover .pro-details {
  background: rgba(63, 63, 63, 0.80);
}

.aios-property-style-3 .fp-wrap .fp-list a .pro-details h3 {
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.001em;
}

.aios-property-style-3 .fp-wrap .fp-list a .pro-details p {
    color: #fff;
    text-align: center;
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0;
}

.aios-property-style-3 .fp-wrap .fp-list a .pro-details span {
  display: block;
  position: absolute;
  right: 30px;
  top: 50%;
  width: 83px;
  height: 38px;
  line-height: 38px;
  font-weight: 300;
  font-size: 13px;
  color: #fff;
  text-align: center;
  background: #000;
  margin-top: -19px;
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;

  display: none;
}

.aios-property-style-3 .fp-wrap .fp-list a .pro-details span:hover {
  background-color: #fff;
  border:2px solid #000;
  color:#000;
}

.ip-banner {
  background: url(http://kimgriffiths.com/app/uploads/2019/02/iStock-471104670.jpg);
  background-size: cover;
  background-position: center center;
}

.footer-contact {
  text-align: center;
}

.footer-contact form {
  position: relative;
}

.footer-contact .wpcf7-form-control-wrap {
  width: 30%;
  margin: 1%;
  display: inline-block;
}

.footer-contact .wpcf7-form-control-wrap.your-message {
  width: 94%;
  margin: 1% auto;
  display: block;
}

/* .aios-cta-style-2 */

.aios-cta-style-2 {
  margin: 50px 0 20px;
}

.aios-cta-style-2 .cta-list {
  margin-bottom: 30px;
}

.aios-cta-style-2 .cta-list a {
  display: block;
  width: 100%;
  height: 102px;
  text-align: center;
  background: #fff;
  color: #9c9064;
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  border: 1px solid #9c9064;
}

.aios-cta-style-2 .cta-list a:hover {
  background: #ccbc83;
}

.aios-cta-style-2 .cta-list a:after {
  content: "";
  height: 100%;
  width: 0;
  display: inline-block;
  vertical-align: middle;
}

.aios-cta-style-2 .cta-list a span {
  display: inline-block;
  vertical-align: middle;
}

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

.page-id-45 #content h1.entry-title {
  display: none;
}

.ai-default-cf7wrap input[type="submit"] {
  background: #9c9064 !important;
}

.ai-default-cf7wrap input[type="submit"]:hover {
  background: #ccbc83 !important;
}
.aios-cta-style-2 .cta-list a:hover {
  color: #fff;
}

.aios-cta-style-2 .cta-list em {
  right: 10px;
  top: 4px;
  font-size: 25px;
  /* top: 6px; */
}

img {
  max-width: 100%;
}

.popup-content img {
  width: 100%;
  margin-bottom: 50px;
  max-width: 400px;
}

#nav li a:after {
  content: "";
  position: absolute;
  width: 0;
  height: 3px;
  background: #000;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
  transition: all 0.5s;
}

#nav li a:hover:after {
  width: 100%;
}

#menu-item-1327 .aios-initial-setup-dead-link {
  pointer-events: none;
}

.ip-banner {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.page-id-763 .ip-banner {
  background-image: url("http://kimgriffiths.com/app/themes/lbicraig-new.com/index-landing-page/assets/images/index-contact-us-img-banner.png");
}

/* adjustments  */
.lp-price-box {
  display: flex;
}
.lp-price-box span.lp-price {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 400;
}
.lp-price-box .minListPrice,
.lp-price-box .maxListPrice {
  min-width: 40%;
}

.lp-popup-img {
  margin: 15px auto 40px;
}
.lp-popup-img img {
  margin: 0 auto;
}

.lp-footer-logo {
  margin: 0px auto 50px;
}

.lp-fc-container {
  margin-top: 30px;
}

.lp-fc-section,
.lp-fp-section {
  margin-top: 50px;
}

.lp-fp-section {
    margin-bottom: 50px;
}

.popup-wrapper.autopopup_confirmation_body {
    display: none !important;
}

.slide canvas {
    width: 100%;
    height: auto;
    background-size: cover;
    background-position: center center;
}

.ip-container #main-wrapper {
    z-index: unset !important;
}

@media only screen and (max-width: 1240px) {
  .lp-banner-title {
    font-size: 30px;
  }
  .lp-banner-title span {
    font-size: 50px;
    line-height: 50px;
  }
}

@media only screen and (max-width: 992px) {
  .slideshow-row {
    flex-direction: column;
  }
}

@media only screen and (max-width: 991px) {
  header {
    display: none;
  }
  main {
    padding-top: 52px;
  }
  .slidehow-content {
    transform: translateY(-50%);
  }

  .slidehow-content .slideshow-caption img {
    max-width: 250px;
  }
  .slidehow-content-mob {
    margin-top: 20px;
  }
  .wpcf7-form-control-wrap {
    display: block !important;
    width: 100% !important;
    margin: 5px 0 !important;
  }
  .wpcf7-form-control-wrap input,
  .wpcf7-form-control-wrap textarea {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
  }
  .slidehow-content.buyer .slideshow-caption {
    margin-top: 0;
  }
  .footer #nav li {
    display: block;
  }
  /*
    body.page-template-index-landing-page {
        background: url(http://kimgriffiths.com/app/uploads/2019/02/iStock-471104670-1.jpg) !important;
        background-size: cover !important;
        background-attachment: fixed !important;
        background-color: rgba(255, 255, 255, .8) !important;
        background-blend-mode: overlay !important;
    }
*/
  .wmhw-step-icon.ai-font-location-c {
    border: 3px solid #9c9064;
  }
  .wmhw-step-icon,
  .wmhw-step-num,
  .wmhw-step-desc,
  .wmhw-step-arrow .arrow {
    color: #9c9064 !important;
  }
  .wmhw-control-wrap:first-child {
    background: #9c9064;
  }
  .wmhw-control-wrap:first-child .ai-font-location-c {
    color: #fff !important;
  }
  .step-wrap {
    filter: none;
  }

  .row.featured-listing-mobile-slide {
    display: flex;
    justify-content: center;
  }
}

@media only screen and (max-width: 560px) {
  .lp-banner-title {
    font-size: 18px;
  }
  .lp-banner-title span {
    font-size: 30px;
    line-height: 30px;
  }
}

.step-wrap {
  filter: drop-shadow(0px 0px 8px #000000);
}

.wrap-list.wrap-form {
  float: right;
}

.wrap-list {
  display: inline-block;
  vertical-align: top;
}

.wrap-list.wrap-form .wpcf7 {
  max-width: 500px;
}

.page-id-759 .ip-banner,
.page-id-755 .ip-banner,
.page-id-751 .ip-banner {
  background-image: url(http://kimgriffiths.com/app/uploads/2019/05/index-banner.jpg);
  background-position: center -355px;
}

.popup-wrapper.autopopup_confirmation_body .popup-container .popup-content {
  color: #fff;
  letter-spacing: 1px;
  font-size: 15px;
  line-height: 1.2;
  width: 100%;
  max-width: 700px;
}

.popup-wrapper.autopopup_confirmation_body .popup-container .popup-content p {
  margin: 10px 0;
}

.popup-wrapper.autopopup_confirmation_body .popup-container .popup-content p a {
  text-decoration: none !important;
  color: #fff !important;
}

.cycloneslider-template-responsive .cycloneslider-slide canvas {
	width: 100%;
}



li.menu-btn-style a:hover {
	color: #fff !important;
}




@media only screen and (max-width:991px) {
	
}