/*

Theme Name: Avada Child

Description: Child theme for Avada theme

Author: ThemeFusion

Author URI: https://theme-fusion.com

Template: Avada

Version: 1.0.0

Text Domain:  Avada

*/
/* Nav menu */
.red-nav a {color:red !important;font-weight:bold !important;}
.red-nav:hover {color:#55a098;border-color:#55a098;font-weight:bold !important;}
.fusion-fullwidth.fullwidth-box.steps-title, .fusion-fullwidth.fullwidth-box.steps-body {max-width:1370px;margin:0 auto !important;}
.fusion-main-menu > ul > li > a {border-bottom: 2px solid transparent; border-top:0 !important;}

/* Home Page */
.sell-your-home, .search-homes, .get-started {background-color: rgba(255, 255, 255, 0.9); }
.sell-your-home .fusion-column-wrapper, .search-homes .fusion-column-wrapper {min-height:430px;}
.get-started {width:auto !important;}
.get-started-text {float:left;width:auto;padding:10px 5px 10px 10px;font-size:16px;}
.get-started-button {margin-top:12px;padding:5px 20px;}
.get-started-button .button-icon-right {color:#fff;}
.seller-title-container .fusion-column-wrapper {min-height:0 !important;}
.save-box-container {max-width:100%;margin:0 auto;}
.save-text {width:67%;float:left;padding:10px;margin-left:10%;background-color: rgba(255, 255, 255, 0.9);}
.save-button-container {float:left;background-color: rgba(255, 255, 255, 0.9);padding-right:20px;padding:10px;}
.save-button {padding:5px 10px;}
.save-button .fa-forward:before {color:#fff;}
.page-id-8 .chosen-container .chosen-drop {min-width:45px;}
.page-id-8 .ihf-quick-search-form .col-xs-12.col-sm-2, .page-id-8 .ihf-quick-search-form .col-xs-12.col-sm-1 {}
.page-id-8 #ihf_select_property_type_chosen, .page-id-8 #ihf-minprice-homes, .page-id-8 #ihf-maxprice-homes, .page-id-8 #ihf_select_bedrooms_homes_chosen, .page-id-8 #ihf_select_baths_homes_chosen {display:none !important;}
.page-id-8 #ihf-main-container .field-label, .page-id-8 #ihf-main-container .ihf-label-overlay-money {display:none !important;}
.page-id-8 #ihf-main-container .form-control {min-width:320px;height:43px;border-radius:2px;}
.ihf-grid-results-logo {display:none;}
#ihf-main-container .col-xs-9.pull-left.fs-11 {width:100%;position:absolute;bottom:115px;left:165px;}
.ihf-grid-result-mlsnum-proptype {color:#000;}
.page-id-8 .dsidx-resp-area .dsidx-resp-location {display:none !important;}
.btn.btn-primary.btn-detail-leadcapture.info-req-btn, .btn.btn-primary.btn-detail-leadcapture.save-listing-btn {display: none !important;}
.page-id-8 #ihf-quicksearch-submit3 {margin-left:-50px;border-radius:2px;min-width:50px;padding:10px;}
.page-id-8 #ihf-main-container .btn-primary {background-color:#dd5a5a;border-color:#dd5a5a;}
.page-id-8 #ihf-main-container .btn-primary:hover {background-color:#dd1a1a;}
.page-id-8 .ihf-widget.mb-25 {width:75%;margin:0 auto;}
/* How it Works Page */
.price-container {background-color:#d4575e;width:100%;padding:10px;}
.price-container p {font-size:16px;color:#fff;}
.price-field {width:60%;padding:11px;float:left;margin-right:10px;}
.tools-text p {margin-bottom:0;line-height:20px;}
.tools img {float:left;padding:0 10px 0 0;}
.tools-text  {float:left;max-width:578px;}

/* Sticky Progress */
#sticky {
    padding: 1.5ex;
    width: 100%;
    color: #fff;
    font-size: 2em;
    border-radius: 0.5ex;
	text-align:center;
}
#sticky img {width:auto;}
#sticky.stick {
    width:100%;
	position: fixed;
    top: 95px;
    z-index: 10000;
    border-radius: 0 0 0.5em 0.5em;
	left:0;
	text-align:center;
	background-color:#fff;
}
#sticky.stick img {width:auto;}
@media (max-width: 1377px) {
  .fusion-main-menu > ul > li.menu-item {padding-right:110px;}
}
/* Buyer's and Seller's Guide Page */
.page-id-1256 #main, .page-id-1108 #main {padding-top:0;}
.fusion-dropcap.dropcap.dropcap-boxed.small-round-number {width:31px;height:31px;font-size:15px;line-height:30px;}
.page-id-1256 .post-content h4 {line-height:34px;}
.max-height-checklist {max-height:260px;overflow:auto;}
.buyer-seller-guide-img {width:75%;}

/* Progress Indicator */
#main .progress-indicator .fusion-row {max-width:100%;background:#fff;}
.steps-wrap {
  color: #444;
  font-family: 'PT Sans Caption', sans-serif;
  margin: 0 auto;
  max-width: 100%;
  position: relative;
  height:75px;
}

ul.steps-bar li {
  color: #ccc;
  display: block;
  font-size: 16px;
  font-weight: 600;
  padding: 14px 20px 14px 80px;
  position: relative;
}
ul.steps-bar li:before {
  -webkit-box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
  box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
  background: #ddd;
  border: 2px solid #FFF;
  border-radius: 50%;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  left: 20px;
  line-height: 37px;
  height: 35px;
  position: absolute;
  text-align: center;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
  top: 4px;
  width: 35px;
  z-index: 999;
}
ul.steps-bar li.active {
  color: #53b5ac;
  font-weight: bold;
}
ul.steps-bar li.active:before {
  background: #53b5ac;
  z-index: 99999;
}
ul.steps-bar li.visited {
  background: #ECECEC;
  color: #57aed1;
  z-index: 99999;
}
ul.steps-bar li.visited:before {
  background: #53b5ac;
  z-index: 99999;
}
ul.steps-bar li:nth-child(1):before {
  content: "1";
}
ul.steps-bar li:nth-child(2):before {
  content: "2";
}
ul.steps-bar li:nth-child(3):before {
  content: "3";
}
ul.steps-bar li:nth-child(4):before {
  content: "4";
}
ul.steps-bar li:nth-child(5):before {
  content: "5";
}
ul.steps-bar li:nth-child(6):before {
  content: "6";
}
ul.steps-bar a {
  color: #57aed1;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

@media all and (min-width: 800px) {
  .steps-bar li.active:after {
    -webkit-animation: myanimation 3s 0;
    background-size: 35px 35px;
    background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
    -webkit-box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
    box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
    content: "";
    height: 15px;
    width: 100%;
    left: 50%;
    position: absolute;
    top: -50px;
    z-index: 0;
  }
  .steps-bar li.fifth.active:after {
  background-color: #57aed1;
  }

  .steps-wrap {
    margin: 0 auto;
  }

  ul.steps-bar {
    -webkit-box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
    box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
    background-size: 35px 35px;
    background-color: #EcEcEc;
    background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.4) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.4) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.4) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.4) 75%, transparent 75%, transparent);
    border-radius: 15px;
    height: 15px;
    margin: 0 auto;
    padding: 0;
    position: absolute;
    width: 100%;
  }
  ul.steps-bar:before {
    background-size: 35px 35px;
    background-color: #57aed1;
    background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
    -webkit-box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
    box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
    border-radius: 15px;
    content: " ";
    height: 15px;
    left: 0;
    position: absolute;
    width: 10%;
  }
  ul.steps-bar li {
    display: inline-block;
    margin: 50px 0 0;
    padding: 0;
    text-align: center;
    width: 19%;
  }
  ul.steps-bar li:before {
    height: 45px;
    left: 40%;
    line-height: 45px;
    position: absolute;
    top: -65px;
    width: 45px;
    z-index: 99;
  }
  ul.steps-bar li.visited {
    background: none;
  }
  ul.steps-bar li.visited:after {
    background-size: 35px 35px;
    background-color: #57aed1;
    background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
    -webkit-box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
    box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
    content: "";
    height: 15px;
    left: 50%;
    position: absolute;
    top: -50px;
    width: 100%;
    z-index: 99;
  }
}

/*Contact Us Page */
.page-id-744 .wpcf7-form input[type="submit"], .wpcf7-submit {background:red;}

/* Search Homes Page */
.page-id-1434 #main {padding-left:0 !important;padding-right:0 !important;}
#ihf-map-canvas {
height: 800px !important;
float:left;
}
.page-id-1434 .ihf-results-photo {display:none;}
.page-id-1434 .row.ihf-result {float:right;width:30%;}
.page-id-1434 .row.ihf-result:nth-child(n+6) {clear:both;}
.page-id-1434 .ihf-container .row:nth-of-type(1) {width:70%;float:left;}
.page-id-1434 #ihf-main-container .ihf-results-property-info .ihf-results-price {margin-bottom:0 !important;}
.page-id-1434 #ihf-board-disclaimers {display:none;}
.page-id-1434 #ihf-main-container .mb-25 {width:80%;margin:0 auto;}
.page-id-1312 #ihf-main-container .row.mt-5.mb-25 {width:100%;}
.page-id-1312 #ihf-main-container .row.mt-25 {width:100%;margin:0 auto;}
.page-id-1312 #main {padding-top:0px;}
