/*******************************************************
 *
 * Listing Archive
 *
 *******************************************************/

/* Template Overwrites */
 #inner-page-wrapper {
     margin-bottom: 0;
 }

 .ip-container #main-wrapper main{
    overflow: hidden;
 }

 #inner-page-wrapper > .container{
    width: 100%;
    display: block;
    padding: 0;
 }

 .ip-banner canvas {
    height: 420px;
}

#content > .ip-breadcrumbs{display: none;}

.ip-banner .ip-breadcrumbs {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(22, 188, 178, 0.95);
    color: #fff;
    z-index: 2;
    padding: 34px 0;
}

    #breadcrumbs {
        display: block !important;
        font-family: 'Roboto', sans-serif;
        font-weight: 300;
        font-size: 14px;
        color: #fff;
        letter-spacing: .130em;
        text-transform: uppercase;
    }

    .ip-banner span.breadcrumb_last {
        font-weight: 700;
        color: #1b2759;
        text-transform: uppercase;
    }

#content-sidebar, #content-full{
    margin: 0;
}

#main-wrapper{
    overflow: hidden;
}

 /* Template Style */

.larchive-top {
    display: block;
    padding: 62px 0;
    background: #fff;
}

    .larchive-top .larchive-container {
        display: flex;
        align-items: center;
        justify-content: space-between;
        max-width: 1170px;
        padding: 0 15px;
        margin: 0 auto;
    }

    #content .larchive-top h2 {
        font-size: 45px;
        color: #1b2759;
        font-weight: 400;
        text-transform: uppercase;
        margin: 0;
    }

    #content .larchive-top h2 span{color: #7d7d7d;}

    .larchive-top .larchivetop-right {
        display: flex;
        align-items: center;
    }

    .larchive-top .larchive-qs {
        margin-right: 20px;
        padding-right: 20px;
        border-right: 1px solid #c1c1c1;
        position: relative;
    }

        #content .larchive-qs form{
            position: relative;
            margin: 0;
        }

        .larchive-qs .qs-form-control {
            width: 300px;
            max-width: 100%;
            height: 30px;
            border: 0;
            border-bottom: 1px solid #c1c1c1;
            font-family: Roboto, sans-serif;
            text-transform: uppercase;
            line-height: 1;
            letter-spacing: .100em;
            color: #878787;
            padding-right: 25px;
            outline: none;
        }

        .larchive-qs .qs-btn {
            position: absolute;
            right: 5px;
            top: 0;
            height: 100%;
            background: transparent;
            border: 0;
            padding: 0;
            font-size: 20px;
            color: #23b7ad;
        }

    .larchive-top .larchive-sort{
        position: relative;
    }

        .larchive-sort .sort-btn {
            background: transparent;
            border: 0;
            padding: 0;
            color: #525252;
            font-size: 14px;
            text-transform: uppercase;
            letter-spacing: .100em;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .larchive-sort .sort-btn span.sort-label {
            padding: 0 12px;
        }

        .larchive-sort .sort-btn .dollar-icon {
            width: 12px;
            height: 20px;
            background-image: url(../../images/listing-archive/dollar-sign.png);
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center;
        }

        .larchive-sort .sort-btn span[class^="ai-font"]{
            font-style: 20px;
            color: #23b7ad;
        }


.larchive-sec1{
    overflow: initial !important;
}

.larchive-area-wrapper {
  position: relative; 
  text-align: center;
  padding-bottom: 95px; 
  margin: 0 auto; 
  width:1600px; 
  max-width: 100%;
}


.larchive-list-wrapp {
     position: relative; 
     font-size: 0; 
     letter-spacing: 0; 
     margin-left: -1px; 
     margin-right: -1px; 
}

    .larchive-list-wrapp .larchive-item {
        display: inline-block;
        width: 33.33%;
        padding: 1px;
        position: relative;
    } 

    .larchive-list-wrapp .larchive-item:hover{
        z-index: 10;
    }
      
      .larchive-list {
         width: 100%;
         display: inline-block;
         vertical-align: top;
         position: relative;
         display: inline-flex;
         align-items: center;
         justify-content: center;
      }
       .larchive-list .larchive-img {
         position: relative;
       }

           .larchive-list .larchive-img:before {
             width:100%; 
             height: 100%; 
             background: rgba(0,0,0,0.3); 
             content:''; 
             position: absolute; 
             top: 0; 
             left: 0;
             z-index: 2;
           }       

         .larchive-list .larchive-img canvas {
            display: block;
            width: 100%;
            background-position: center;
            background-size: cover;
            opacity: 1;

         } 


          .larchive-list .larchive-details {
            position: absolute;
            bottom: 30px;
            left: 0;
            right: 0;
            padding: 0 40px;
            color: #fff;
            z-index: 5; 
            text-align: left; 

          } 

           .larchive-list .larchive-details:before {
                position: absolute;
                content: '';
                width: 2px;
                height: 109px;
                background: rgba(255, 255, 255, 0.2);
                z-index: 6;
                left: 39px;
                bottom: -30px;
           }
             

             .larchive-list .larchive-details span {
                display: block; 
                padding-left: 25px;
             }

                .larchive-list .larchive-details span.larchive-price {
                     font-size: 30px; 
                     position: relative; 
                     margin-bottom: 10px; 
                }

                .larchive-list .larchive-details span.larchive-address {
                     font-size: 14px;
                    font-weight: 300;
                    line-height: 1.3;
                }

                .larchive-list .larchive-details span.larchive-address span {
                    padding-left: 0;
                }

         .larchive-list .larchive-hover {
                position: absolute;
                width: 110.5%;
                transform: scale(.725);
                transition: transform .3s, opacity .3s, z-index .3s .3s, visibility .3s;
                z-index: 6;
                opacity: 0;
                visibility: hidden;
                pointer-events: none;  

         } 
                    .larchive-list:hover .larchive-hover {
                        transform: scale(1);
                        opacity: 1;
                        z-index: 6;
                        visibility: visible;
                        pointer-events: all;
                        transition: transform .3s, opacity .3s, visibility .3s;
                    }
                      

                      .larchive-list .larchive-hover canvas {
                         width:100%;  
                         background-size: cover; 
                         background-position: center;

                      }

         
           .larchive-list .larchive-hover .larchive-details-h {
             display: flex;
             justify-content: flex-end;
             position: absolute;
             bottom: 0;
             left: 0;
             right: 0;
           }
                    .larchive-list .larchive-hover .larchive-details-h .view {
                       position: relative;
                       margin-right: 40px;
                       top: -30px; 
                       z-index: 5;
                    } 

                    .larchive-list .larchive-hover .larchive-details-h .view span.v-details {
                         display: inline-block;
                            width: 195px;
                            max-width: 100%;
                            line-height: 64px;
                            text-transform: uppercase;
                            font-size: 14px;
                            color: #fff;
                            border: 1px solid #fff;
                            letter-spacing: 0.2em;
                            position: relative;
                            text-align: center;
                            margin-top: 30px;
                            transition: all .25s ease-in-out;
                            -moz-transition: all .25s ease-in-out;
                            -webkit-transition: all .25s ease-in-out;
                    }
                            

                        .larchive-list .larchive-hover .larchive-details-h .view span.v-details > em {
                            font-size: 6px;
                            color: #fff;
                            vertical-align: middle;
                            position: absolute;
                            z-index: 2;
                            -ms-transform: rotate(45deg);
                            -ms-transform-origin: top right;
                            -webkit-transform: rotate(45deg);
                            -webkit-transform-origin: top right;
                            transform: rotate(45deg);
                            transform-origin: top right;
                            padding: 0;
                            top: 33px;
                            /* left: 0; */
                            right: 18px;
                        }


.larchive-bttn {
    display: flex;
    align-items: center;
    justify-content: center;
}

   .larchive-bttn a.larchive-bttn-link {
      display: inline-block;
    width: 265px;
    max-width: 100%;
    line-height: 64px;
    text-transform: uppercase;
    font-size: 14px;
    color: #16bcb2;
    border: 1px solid #16bcb2;
    letter-spacing: 0.2em;
    position: relative;
    text-align: center;
    margin: 60px 15px 0;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
   }


                .larchive-bttn a.larchive-bttn-link:hover {
                 background: #16bcb2;
                 border: 1px solid #16bcb2; 
                 color: #fff;
               }  

                .larchive-bttn a.larchive-bttn-link > em {
                    font-size: 6px;
                    color: #16bcb2;
                    vertical-align: middle;
                    position: absolute;
                    z-index: 2;
                    -ms-transform: rotate(45deg);
                    -ms-transform-origin: top right;
                    -webkit-transform: rotate(45deg);
                    -webkit-transform-origin: top right;
                    transform: rotate(45deg);
                    transform-origin: top right;
                    padding: 0;
                    top: 33px;
                    right: 15px;  
                    font-weight: 700;
              }

               .larchive-bttn a.larchive-bttn-link:hover > em {
                    color: #fff;
               }


.larchive-bttn a.larchive-bttn-link:last-child > em {
    right: 60px;
}


 /*******************************************************
 *
 * Mobile styles and other media queries
 *
 *******************************************************/
@media only screen and (max-width: 1366px) {

    .larchive-list .larchive-hover .larchive-details-h .view {
        margin-right: 15px;
    }

    .larchive-list .larchive-details span.larchive-price {
        padding: 0;
    }

    .larchive-list .larchive-details span.larchive-address{
        padding-left: 0;
    }

    .larchive-list .larchive-details:before {
        left: 25px;
    }

    .larchive-list .larchive-hover .larchive-details-h .view span.v-details {
        width: 100%;
        letter-spacing: 0;
        padding: 0 10px;
    }

    .larchive-list .larchive-hover .larchive-details {
        width: calc(100% - 130px);
        padding-right: 15px;
    }
}

 /* iPad(landscape) | iPad(landscape) | Galaxy Tab 4 (landscape) | Galaxy Tab 3 (landscape) */ 
@media only screen and (max-width: 1199px) {



}


/* iPad(portrait) | Galaxy Tab 4(portrait)  */ 
@media only screen and (max-width: 991px) {

    .larchive-top .larchive-container{
        flex-direction: column;
    }

    .larchive-top .larchivetop-left {
        margin-bottom: 20px;
    }

    .larchive-list-wrapp .larchive-item{
        width: 50%;
    }

        .larchive-list .larchive-details {
        bottom: 15px;
        padding: 0 15px;
        text-align: center;
    }

    .larchive-list .larchive-details span.larchive-price {
        padding: 0;
    }

    .larchive-list .larchive-details span.larchive-address{
        padding: 0;
    }

    .larchive-list .larchive-hover {
        transform: scale(1);
        opacity: 1;
        z-index: 6;
        width: 100%;
        visibility: visible;
        pointer-events: all;
        transition: transform .3s, opacity .3s, visibility .3s;
    }

    .larchive-list .larchive-hover .larchive-details-h .larchive-details {
        position: relative;
        width: 100%;
    }

    .larchive-list .larchive-hover .larchive-details-h {
        flex-direction: column;
    }

    .larchive-list .larchive-hover .larchive-details-h .view {
        width: calc(100% - 30px);
        margin: 0 auto;
        top: -15px;
    }

    .larchive-list .larchive-hover .larchive-details-h .view span.v-details {
        margin-top: 15px;
        height: 50px;
        line-height: 1;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .larchive-list .larchive-hover .larchive-details-h .view span.v-details > em {
        top: 50%;
    }

    .larchive-top .larchivetop-right {
        flex-direction: column;
    }

    .larchive-top .larchive-qs {
        margin: 0 0 30px;
        padding: 0;
        border: 0;
    }

    .larchive-list .larchive-details:before{
        display: none;
    }
}


/* Galaxy Tab 3(portrait) | Galaxy S5(landscape) */ 
@media only screen and (max-width: 767px) {

    .larchive-list-wrapp .larchive-item {
        width: 100%;
        max-width: 320px;
        margin: 0 auto;
        display: block;
    }
}


/* Galaxy S5(portrait) | iPod Touch(landscape) | iPod Touch(portrait) */ 
@media only screen and (max-width: 480px) {

    .larchive-bttn {
        flex-direction: column;
    }

    #content .larchive-top h2 {
        line-height: 1;
        font-size: 35px;
    }

    .larchive-top{
        padding-bottom: 30px;
    }
}