body.page-template-template-listings,
body.page-template-template-communities,
body.page-template-template-comm-details,
body.page-template-template-listing-details {
  background: #ffffff;
}

/* Custom Title */
.page-template-template-listings .ip-banner h1,
.page-template-template-communities .ip-banner h1 {
  position: relative;
  /*top: 58px;*/
}
.page-template-template-listings .ip-banner h1 p,
.page-template-template-communities .ip-banner h1 p {
  text-transform: uppercase;
  letter-spacing: 7px;
  /*text-shadow: 5px 0px 15px rgba(0,0,0,0.8);*/
  /* font: 400 70px 'Montserrat', sans-serif; */
  font: 400 50px 'Montserrat', sans-serif;
}
.page-template-template-listings .ip-banner h1 span,
.page-template-template-communities .ip-banner h1 span {
  font-size: 25px;
  font-style: italic;
  font-weight: 300;
  font-family: 'Arapey', serif;
}

/* IP Listings */



.container {
    width: 100%;
  }

  .aios-custom-ihomefinder-details-template .container {
    width: 1170px;
  }

  .ip-listing-wrap {
    position: relative;
    display: block;
    margin: 0 0 89px;
  }
    .ip-listing-slider {
      position: relative;
/*    display: block;
      margin: 0 -15px 0; */ 
      display: flex;
      flex-flow: row wrap;
      

    }

      .ip-listing-slider-holder {
        position: relative;
        padding: 0 15px 30px;
        /* display: flex;
        flex-wrap: wrap;
        justify-content: space-between; */
    position: relative;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    padding: 1px;
    /* display: flex; */
    flex-flow: column wrap;
    width: 50%;

      }
        .ip-listing-item {
            position: relative;
            /* flex: 0 0 50%;
            margin-bottom: 3px; */
        }
        .ip-listing-item a {
            position: relative;
            display: block;
            overflow: hidden;
        }
          .ip-listing-item a::after {
            content: '';
            display: block;
            width: 100%;
            height: 240px;
            position: absolute;
            bottom: 0;
            z-index: 1;
            background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 20%, rgba(0,0,0,0.6) 80%, rgba(0,0,0,0.6) 100%);
            background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 20%,rgba(0,0,0,0.6) 80%,rgba(0,0,0,0.6) 100%);
            background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 20%,rgba(0,0,0,0.6) 80%,rgba(0,0,0,0.6) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#99000000',GradientType=0 );
          }
          .ip-listing-item a:hover::after {
            height: 100%;
          }
        .ip-listing-img {
            position: relative;
            display: block; 
            overflow: hidden;
        }
        .ip-listing-img canvas {
            display: block;
            width: 100%;
            height: 100%;
        }
        .ip-listing-img img {
            position: absolute;
            display: block;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            object-fit: cover;
        }

        .ip-listing-item a:hover .ip-listing-img img {
             transform: scale(1.1) ;
        }

  
        .ip-listing-item a:hover .ip-listing-desc {
          bottom: 26px;
        }
        .ip-listing-item a:hover .ip-listing-desc-info .details,
        .ip-listing-item a:hover .ip-listing-desc-btn {
          opacity: 1;
        }
  
        .ip-listing-desc {
          position: absolute;
          width: 91%;
          bottom: -9px;
          left: 30px;
          z-index: 2;
        }
          .ip-listing-desc-row {
            position: relative;
            display: flex;
            justify-content: space-between;
            align-items: flex-end;
          }
            .ip-listing-desc-info {
              position: relative;
            }
              .ip-listing-desc-info .price {
                color: #ffffff;
                margin-bottom: 13px;
                font: 300 33px 'Montserrat', sans-serif;
              }
              .ip-listing-desc-info .address {
                color: #ffffff;
                margin-bottom: 15px;
                font: italic 17px 'Playfair Display', serif;
              }
              .ip-listing-desc-info .details {
                opacity: 0;
                color: #ffffff;
                font: 300 13px 'Montserrat', sans-serif;
              }
              .ip-listing-desc-info .details span {
                margin-right: 25px;
              }
              .ip-listing-desc-info .details span.beds i {
                display: inline-block;
                vertical-align: baseline;
                width: 20px;
                height: 15px;
                margin-right: 10px;
                background: url("/wp-content/themes/nuramotal.com/images/icon-details.png") no-repeat;
                background-position: -4px -3px;
              }
              .ip-listing-desc-info .details span.baths i {
                display: inline-block;
                vertical-align: baseline;
                width: 22px;
                height: 20px;
                margin-right: 10px;
                background: url("/wp-content/themes/nuramotal.com/images/icon-details.png") no-repeat;
                background-position: -30px -3px;
              }
              .ip-listing-desc-info .details span.sqft i {
                display: inline-block;
                vertical-align: baseline;
                width: 18px;
                height: 18px;
                margin-right: 10px;
                background: url("/wp-content/themes/nuramotal.com/images/icon-details.png") no-repeat;
                background-position: -58px -3px;
              }
  
              .ip-listing-desc-btn {
                position: relative;
                width: 180px;
                height: 47px;
                padding: 11px 0;
                text-align: center;
                border: 1px solid #ffffff;
                opacity: 0;
              }
                .ip-listing-desc-btn span {
                  color: #ffffff;
                  text-transform: uppercase;
                  font: 500 15px 'Montserrat', sans-serif;
                }
  
    /* Slick Arrows */
    .ip-listing-slider-arrows {
      position: relative;
      display: block;
      margin: 39px auto 0;
      max-width: 560px;
    }
    .ip-listing-slider-arrows .slider-arrows-prev {
        background: url("/wp-content/themes/nuramotal.com/images/arrow-prev.png") no-repeat;
        width: 72px;
        height: 14px;
        font-size: 0;
        border: none;
        position: absolute;
        top: 0;
        left: 0;
        cursor: pointer;
        z-index: 9;
    }
        .ip-listing-slider-arrows .slider-arrows-prev:hover {
          background: url("/wp-content/themes/nuramotal.com/images/arrow-prev-hov.png") no-repeat;
        }
  
    .ip-listing-slider-arrows .slider-arrows-next {
        background: url("/wp-content/themes/nuramotal.com/images/arrow-next.png") no-repeat;
        width: 72px;
        height: 12px;
        font-size: 0;
        border: none;
        position: absolute;
        top: 0;
        right: 0;
        cursor: pointer;
        z-index: 9;
    }
        .ip-listing-slider-arrows .slider-arrows-next:hover {
          background: url("/wp-content/themes/nuramotal.com/images/arrow-next-hov.png") no-repeat;
        }
  
    .slider-pagination {
      position: absolute;
      top: -6px;
      left: 0;
      right: 0;
      text-align: center;
    }
      .slider-pagination span {
        color: #999999;
        margin: 0 7px;
        padding: 10px;
        font: 500 12px 'Montserrat', sans-serif;
      }
      .slider-pagination span.active {
        color: #000000;
        border-bottom: 1px solid;
      }
      .slider-pagination span:hover {
        border: 1px solid;
      }
      .slider-pagination span.active:hover {
        border: 1px solid;
      }
  /* End of IP Listings */
  
  /* IP Communities */
  
  .page-template-template-communities .container {
    width: 100%;
  }
  .ip-communities-wrap {
    position: relative;
    display: block;
    margin: 0 0 0;
  }
  .ip-comm-row {
    position: relative;
    padding: 0 15px 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
    .ip-comm-item {
        position: relative;
        flex: 0 0 49.18%;
        margin-bottom: 50px;
    }
      .ip-comm-item::after {
        content: '';
        display: block;
        width: 2px;
        height: 20px;
        position: absolute;
        bottom: -20px;
        left: 29px;
        z-index: 2;
        background: #cccccc;
      }
  
    .ip-comm-item a {
        position: relative;
        display: block;
        overflow: hidden;
    }
      .ip-comm-item a::after {
        content: '';
        display: block;
        width: 100%;
        height: 240px;
        position: absolute;
        bottom: 0;
        z-index: 1;
        background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 20%, rgba(0,0,0,0.6) 80%, rgba(0,0,0,0.6) 100%);
        background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 20%,rgba(0,0,0,0.6) 80%,rgba(0,0,0,0.6) 100%);
        background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 20%,rgba(0,0,0,0.6) 80%,rgba(0,0,0,0.6) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#99000000',GradientType=0 );
        -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;
      }
      .ip-comm-item a::before {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        bottom: 0;
        opacity: 0;
        z-index: 1;
        background: rgba(0,0,0,0.5);
        -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;
      }
      
    .ip-comm-img {
        position: relative;
        display: block;
    }
    .ip-comm-img canvas {
        display: block;
        width: 100%;
        height: 100%;
    }
    .ip-comm-img img {
        position: absolute;
        display: block;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        object-fit: cover;
    }
  
    .ip-comm-item a:hover::after {
      opacity: 0;
    }
    .ip-comm-item a:hover::before {
      opacity: 1;
    }
    .ip-comm-item a:hover .ip-comm-desc {
      bottom: 66px;
    }
    .ip-comm-item a:hover .ip-comm-btn {
      opacity: 1;
      
    }
    .ip-comm-item a:hover .ip-comm-desc::after {
      height: 186px;
      bottom: -87px;
    }
    
    .ip-comm-desc {
      position: absolute;
      bottom: -43px;
      left: 50px;
      z-index: 2;
    }
      .ip-comm-desc::after {
        content: '';
        display: block;
        width: 2px;
        height: 76px;
        position: absolute;
        bottom: 23px;
        left: -21px;
        z-index: 2;
        background: #cccccc;
        -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;
      }
      .ip-comm-desc .ip-comm-title {
        position: relative;
        color: #ffffff;
        letter-spacing: 7px;
        margin-bottom: 30px;
        text-transform: uppercase;
        font: 500 22px 'Montserrat', sans-serif;
      }
      .ip-comm-btn {
        position: relative;
        width: 180px;
        height: 47px;
        padding: 11px 0;
        margin-left: 22px;
        text-align: center;
        border: 1px solid #ffffff;
        opacity: 0;
      }
        .ip-comm-btn span {
          color: #ffffff;
          text-transform: uppercase;
          font: 500 15px 'Montserrat', sans-serif;
        }
  
  /* End of IP Communities */
  
  
  /* IP Communities Details */
  .page-template-template-comm-details .container {
    width: 100%;
    padding: 0;
  }
  .ip-comm-details-wrap {
    position: relative;
    display: block;
    margin: 0 0 0;
    padding: 0 0;
  }
    .ip-comm-details-wrap::before {
      content: '';
      display: block;
      width: 70%;
      height: 600px;
      position: absolute;
      top: -20px;
      left: 0;
      background: url("/wp-content/themes/nuramotal.com/images/ip-comm-stripes.jpg") no-repeat;
      background-size: cover;
    }
    .ip-comm-details-desc {
      position: relative;
      display: flex;
      justify-content: space-between;
    }
      .ip-comm-desc-item {
        position: relative;
      }
      .ip-comm-desc-item.left {
        width: 51%;
      }
      .ip-comm-desc-item.right {
        width: 48.1%;
        right: -15px;
      }
      .ip-comm-desc-item.right .ip-comm-img {
        margin-top: 60px;
      }
  
      .ip-comm-desc-txt {
        position: relative;
        display: block;
        margin: 0 0 0;
        padding: 79px 0 0 14%;
      }
        .ip-comm-desc-txt h1 {
          display: block;
          max-width: 345px;
          color: #000000;
          font: italic 28px/28px 'Arapey', serif;
        }
        .ip-comm-desc-txt h1 span {
          position: relative;
          display: block;
          left: -6px;
          text-transform: uppercase;
          font: 400 70px/70px 'Montserrat', sans-serif;
        }
        .ip-comm-desc-txt p {
          color: #333333;
          max-width: 520px;
        }
        .ip-comm-desc-txt hr {
          width: 50px;
          margin: 30px 0 40px;
          border: 1px solid #000000 !important;
        }
  
    .ip-comm-details-explore {
      position: relative;
      width: 100%;
      margin: 100px 0 0;
      padding: 92px 0 90px;
      text-align: center;
      background-color: #000000;
    }
      .ip-comm-details-explore h3 {
        position: relative;
        display: block;
        color: #f0f0f0;
        padding: 0 0 20px;
        letter-spacing: 6px;
        text-transform: uppercase;
        font: 300 20px 'Montserrat', sans-serif !important;
      }
        .ip-comm-details-explore h3::after {
          content: '';
          display: block;
          width: 51px;
          height: 2px;
          position: absolute;
          bottom: 0;
          left: 0;
          right: 0;
          margin: 0 auto;
          background: #888888;
        }
  
      .ip-comm-explore {
        position: relative;
        display: block;
        margin: 37px auto 0;
        padding: 0 15px;
        max-width: 1383px;
      }
        .ip-comm-explore-row {
          position: relative;
          display: flex;
          justify-content: space-between;
        }
          .ip-comm-explore-item {
            position: relative;
            width: 24%;
          }
          .ip-comm-explore-item::after {
            content: '';
            display: block;
            width: 2px;
            height: 20px;
            position: absolute;
            bottom: -20px;
            left: 29px;
            z-index: 2;
            background: #cccccc;
        }
          .ip-comm-explore-item a {
            position: relative;
            display: block;
            overflow: hidden;
          }
          .ip-comm-explore-item a::after {
            content: '';
            display: block;
            width: 100%;
            height: 240px;
            position: absolute;
            bottom: 0;
            z-index: 1;
            background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 20%, rgba(0,0,0,0.6) 80%, rgba(0,0,0,0.6) 100%);
            background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 20%,rgba(0,0,0,0.6) 80%,rgba(0,0,0,0.6) 100%);
            background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 20%,rgba(0,0,0,0.6) 80%,rgba(0,0,0,0.6) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#99000000',GradientType=0 );
            -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;
          }
          .ip-comm-explore-item a::before {
            content: '';
            display: block;
            width: 100%;
            height: 100%;
            position: absolute;
            bottom: 0;
            opacity: 0;
            z-index: 1;
            background: rgba(0,0,0,0.5);
            -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;
          }
          .ip-comm-explore-item .ip-comm-desc {
            bottom: 13px;
          }
          .ip-comm-explore-item .ip-comm-title {
            margin-bottom: 18px;
            font: 500 18px 'Montserrat', sans-serif;
          }
          .ip-comm-info-txt {
            display: none;
            opacity: 0;
            color: #ffffff;
            text-align: left;
            font: 500 15px 'Montserrat', sans-serif;
          }
          .ip-comm-info-txt div {
            margin-bottom: 10px;
          }
          .ip-comm-explore-item .ip-comm-desc::after {
            bottom: -13px;
            height: 52px;
          }
  
        .ip-comm-explore-item:hover {
          transform: scale(1.07);
          -webkit-transform: scale(1.07);
          -moz-transform: scale(1.07);
          -ms-transform: scale(1.07);
          -o-transform: scale(1.07);
        }  
        .ip-comm-explore-item a:hover::after {
          opacity: 0;
        }
        .ip-comm-explore-item a:hover::before {
          opacity: 1;
        }
        .ip-comm-explore-item a:hover .ip-comm-desc {
          bottom: 66px;
        }
        .ip-comm-explore-item a:hover .ip-comm-info-txt {
          display: block;
          opacity: 1;
        }
        .ip-comm-explore-item a:hover .ip-comm-desc::after {
          height: 198px;
          bottom: -67px;
        }


  .ip-comm-details-listing {
    position: relative;
    width: 100%;
    margin: 102px 0 0;
    padding: 0 0 50px;
    text-align: center;
  }
    .ip-comm-details-listing h3 {
      position: relative;
      display: block;
      color: #000000;
      padding: 0 0 20px;
      letter-spacing: 6px;
      text-transform: uppercase;
      font: 300 20px 'Montserrat', sans-serif !important;
    }
      .ip-comm-details-listing h3::after {
        content: '';
        display: block;
        width: 51px;
        height: 2px;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        background: #000000;
      }

    .ip-comm-details-listing-wrap {
      position: relative;
      display: block;
      margin: 49px 0 0;
    }
      .ip-comm-details-listing-row {
        position: relative;
        padding: 0 15px 30px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
      }
        .ip-comm-details-listing-row .ip-listing-item {
          position: relative;
          flex: 0 0 49.18%;
          margin-bottom: 50px;
        }
    .ip-view-more {
      position: relative;
      display: block;
      text-align: center;
      margin-top: 0;
    }
      .ip-view-more a {
        position: relative;
        display: block;
        width: 230px;
        height: 60px;
        margin: 0 auto;
        padding: 19px 0;
        color: #999999;
        letter-spacing: 2px;
        text-transform: uppercase;
        border: 2px solid #999999;
        font: 500 13px 'Montserrat', sans-serif !important;
      }
      .ip-view-more a:hover {
        color: #ffffff;
        background: #000000;
        border: 2px solid #000000;
      }
  
  /* End of IP Communities Details */


/* IP Listing Details */
.page-template-template-listing-details .container {
  width: 100%;
  padding: 0;
}
.page-template-template-listing-details #inner-page-wrapper {
  margin-bottom: 0;
}
.ip-listing-details-wrap {
  position: relative;
  display: block;
  margin: 0 0 65px;
  padding: 140px 0 81px;
}
  .ip-listing-details-wrap::before {
    content: '';
    display: block;
    width: 100%;
    height: 670px;
    position: absolute;
    top: -20px;
    left: 0;
    background: url("/wp-content/themes/nuramotal.com/images/ip-list-det-stripe.jpg") no-repeat;
    background-size: cover;
  }  
    .ip-listing-details-row {
      position: relative;
      max-width: 1468px;
      margin: 0 auto;
      padding: 0 15px;
    }
      .ip-listing-det-left {

      }
      .ip-listing-det-right {

      }

      .ip-listing-det-desc-txt {
        position: relative;
        display: block;
        background: #ffffff;
        max-width: 600px;
        padding: 73px 68px;
        z-index: 2;
      }
        .ip-listing-det-desc-txt .address {
          color: #000000;
          text-transform: uppercase;
          font: 400 30px 'Montserrat', sans-serif !important;
        }
        .ip-listing-det-desc-txt .address span {
          display: block;
          text-transform: none;
          font: italic 18px 'Arapey', serif;
        }
        .ip-listing-det-desc-txt hr {
          width: 50px;
          margin: 30px 0 40px;
          border: 1px solid #000000 !important;
        }
        .ip-listing-det-desc-txt .price {
          color: #999999;
          font: 300 33px 'Montserrat', sans-serif;
        }
        .ip-listing-det-desc-txt .info {
          color: #000000;
          margin-top: 9px;
          font: 400 13px 'Montserrat', sans-serif;
        }
        .ip-listing-det-desc-txt .info span {
          margin-right: 33px;
        }
        .ip-listing-det-desc-txt p {
          color: #333333;
          font: 400 14px/21px 'Playfair Display', serif;
        } 

        .ip-listing-det-img {
          position: absolute;
          top: -60px;
          right: 0;
        }
        .ip-listing-det-img canvas,
        .ip-list-det-gall-img canvas {
          display: block;
          width: 100%;
          height: 100%;
        }
        .ip-listing-det-img img,
        .ip-list-det-gall-img img {
          position: absolute;
          display: block;
          width: 100%;
          height: 100%;
          top: 0;
          left: 0;
          object-fit: cover;
        }

  .ip-listing-details-cta {
    position: relative;
    display: block;
    margin: 0 0 0;
    text-align: center;
  }
    .ip-listing-details-cta a {
      position: relative;
      display: inline-block;
      vertical-align: top;
      width: 140px;
      height: 140px;
      padding: 53px 15px;
      margin: 0 15px 0;
      color: #999999;
      text-transform: uppercase;
      font: 500 13px 'Montserrat', sans-serif;
      border: 1px solid #999999;
    }
    .ip-listing-details-cta a:hover {
      color: #ffffff;
      background: #000000;
      border-color: #000000;
    }

  .ip-listing-details-gallery {
    position: relative;
    display: block;
    width: 100%;
    max-width: 1200px;
    margin: 65px auto 0;
    padding: 0 15px;
  }
    
    .ip-list-det-gall-row {
      position: relative;
      display: flex;
      justify-content: space-between;
      margin-bottom: 30px;
    }
      .ip-list-det-gall-item {
        position: relative;
      }
        .ip-list-det-gall-img {
          position: relative;
          display: block;
        }

  .ip-prop-list-details {
    position: relative;
    display: block;
    margin-top: 99px;
    padding: 72px 0 50px;
    background: #000000;
  }
    .ip-prop-list-details-inner {
      position: relative;
      display: flex;
      justify-content: space-between;
      max-width: 1296px;
      margin: 0 auto;
      padding: 0 15px;
    }
    .ip-prop-list-details-title {
      position: relative;
      width: 20%;
    }
    .ip-prop-list-details-title h3 {
      position: relative;
      display: block;
      color: #ffffff;
      padding: 0 0 20px;
      letter-spacing: 6px;
      text-transform: uppercase;
      font: 300 20px/45px 'Montserrat', sans-serif !important;
    }
      .ip-prop-list-details-title h3::after {
        content: '';
        display: block;
        width: 51px;
        height: 2px;
        position: absolute;
        bottom: 0;
        left: 0;
        margin: 0;
        background: #ffffff;
      }
 
      .ip-prop-list-details .panel-group {
        position: relative;
        width: 80%;
        margin-top: 35px;
      }
      .panel,
      .panel-body {
        box-shadow: none;
        background-color: transparent;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
      }

      .panel-group .panel-heading {
        padding: 0;
        color: #ffffff;
        background-color: transparent;
        border-color: #ddd;
      }

      .panel-group .panel-heading a {
        display: block;
        padding: 10px 0;
        text-decoration: none;
        position: relative;
        font: italic 18px 'Playfair Display', serif;
      }

      .panel-group .panel-heading a:after {
        content: '-';
        float: right;
        font-style: normal;
      }

      .panel-group .panel-heading a.collapsed:after {
        content: '+';
        font-style: normal;
      }
      .panel-default>.panel-heading+.panel-collapse>.panel-body {
        border-top-color: transparent;
      }
      .panel-default {
        border-color: transparent;
        border-bottom: 1px solid #1f1f1f;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
      }

  .ip-list-contact-wrap {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    /* min-height: 800px; */
    padding: 131px 0;
    background: url("/wp-content/themes/nuramotal.com/images/ip-list-det-map.jpg") no-repeat;
    background-size: cover;
  }
    .ip-list-contact-inner {
      position: relative;
      display: block;
      width: 100%;
      max-width: 1296px;
      margin: 0 auto;
      padding: 0 15px;
    }
      .ip-list-contact-cont {
        position: relative;
        display: block;
        width: 100%;
        max-width: 660px;
        padding: 70px 0;
        background: #ffffff;
      }
        .ip-list-contact-title {
          position: relative;
          display: block;
          text-align: center;
          color: #000000;
          letter-spacing: 5px;
          padding-bottom: 27px;
          text-transform: uppercase;
          font: 400 20px 'Montserrat', sans-serif;
        }
          .ip-list-contact-title span {
            display: block;
            margin-top: 8px;
            text-transform: none;
            letter-spacing: 1px;
            font: 400 14px 'Playfair Display', serif;
          }
          .ip-list-contact-title::after {
            content: '';
            display: block;
            width: 51px;
            height: 2px;
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            margin: 0 auto;
            background: #000000;
          }
      .ip-list-contact-form {
        position: relative;
        display: block;
        max-width: 520px;
        margin: 32px auto 0;
      }
      .ip-list-fields {
        position: relative;
        display: block;
        margin-bottom: 15px;
      }
      .ip-list-fields-inline {
          position: relative;
          display: flex;
          justify-content: space-between;
      }
      .ip-list-fields.mid {
          width: 24.64%;
      }
      .ip-list-fields.long {
          width: 48.33%;
      }
      .ip-list-fields input {
          width: 100%;
          height: 48px;
          background: transparent;
          border-top: none;
          border-left: none;
          border-right: none;
          border-bottom: 1px solid #666666;
          font: 400 12px 'Montserrat', sans-serif;
          letter-spacing: 1px;
          color: #000000;
          border-radius: 0;
          -moz-border-radius: 0;
          -webkit-border-radius: 0;
          -webkit-appearance: none;
          -moz-appearance: none;
          appearance: none;
          padding:10px 9px 10px 0;
          margin: 0;
          outline: none;
      }
      .ip-list-fields textarea {
          width: 100%;
          height: 48px;
          background: transparent;
          border-top: none;
          border-left: none;
          border-right: none;
          border-bottom: 1px solid #666666;
          font: 400 12px 'Montserrat', sans-serif;
          letter-spacing: 1px;
          color: #000000;
          border-radius: 0;
          -moz-border-radius: 0;
          -webkit-border-radius: 0;
          -webkit-appearance: none;
          -moz-appearance: none;
          appearance: none;
          padding:10px 9px 10px 0;
          margin: 0;
          outline: none;
          resize: none;
      }
      .ip-list-fields.submit {
        margin-top: 30px;
      }
      .ip-list-fields .iplist-submit {
        position: relative;
        display: block;
        width: 230px;
        height: 60px;
        margin: 0 auto;
        padding: 19px 0;
        color: #999999;
        letter-spacing: 1px;
        text-transform: uppercase;
        border: 2px solid #999999;
        font: 500 13px 'Montserrat', sans-serif !important;
     }
     .ip-list-fields .git-submit:hover {
        color: #ffffff;
        background: #000000;
        border: 2px solid #000000;
     }

.ip-banner::before {
  display: none
}

.ip-banner h1 {
  text-shadow: none;
  font-size: 50px; 
  /*display: none;*/
}

.post-page-featured-properties .ip-banner h1,
.page-id-36 .ip-banner h1, 
.page-template-template-communities .ip-banner h1 {
  display: block;
}

#content .entry-title,  #content .archive-title {
   display: none;
}

/*** Community Page Custom IHF short code ***/

    .page-template-template-fullwidth .ip-listing-slider,
    .page-template-default .ip-listing-slider {
       margin: 0 -11px 0;
    }

    .page-template-template-fullwidth .ip-listing-slider-holder,
    .page-template-default .ip-listing-slider-holder {
       padding: 0 11px 30px !important;
    }
    
#listings-results .listings-sort {
    margin-bottom: 30px;
}
/* iPad(portrait) | Galaxy Tab 4(portrait)  */ 
@media only screen and (max-width: 991px) {

.ip-listing-slider-holder {
    width: 100%;
}

}