/*******************************************************
 *
 * Areas Result Page
 *
 *******************************************************/


#inner-page-wrapper {
    margin-bottom: 0;
}

#inner-page-wrapper>.container {
   width: 100%; 
   padding: 0 25px;   

}

/* areas Section */

/** Main Titlte **/

.title-wrap {
   position: relative; 
   display: block; 
   margin-bottom: 80px;  
   z-index: 2; 
   text-align: center;
}

  .title-widget {
    text-transform:uppercase;
    position: relative;  
    font-weight: 400;
    display: inline-block; 
    font-size: 70px; 
    line-height: 1;  
    font-family: var(--font-family-title); 
    letter-spacing: 0.04em;
  }  


  .title-wrap span {
    display: block;
    font-size: 23px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    font-weight: 300;
    color: #626262;
    margin-bottom: 15px;
     font-family: var(--font-family-default); 
  }

/******/

  a.hp-link {
    margin: 30px 0 0;
  }
  
  .title-wrap span {
    margin-bottom: 8px;
  }

.canvas-img {
    position: relative;
}

.canvas-img canvas {
    width: 100%;
    height: auto;
    display: block;
}

.canvas-img img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.yoast-breadcrumbs {
  margin: 10px 0; 
  color: #fff;
}

.ip-breadcrumbs {
    padding: 0px 6.25vw;
    position: absolute;
    top: -34px;
    background: rgba(0,0,0,0.6);
    width: 100%;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;  

}

#area-wrap {
     position: relative; 
     display: block; 
     width: 100%;
     padding: 80px 0 100px;
}

.ae-wrap {
     display: block;
   }

   .ae-list-wrap:before {
    position: absolute;
    width: 74.4375%;
    max-width: 1191px;
    height: calc(100% - 95px);
    background: transparent;
    border: 1px solid #e8e8e8;
    content: '';
    left: 80px;
    /*right: 0;*/
    top: -80px;
    margin: 0 auto;
}

    .ae-list-wrap {
       display: block; 
       margin: 0 auto; 
       position: relative;
       font-size: 0;
       letter-spacing: 0; 

    }


     .ae-list {
       display:inline-block; 
       width: 33.333%; 
       vertical-align: top; 
       padding: 0 1px; 
       margin: 1px 0;

     }

      .ae-list a.hp-link {
         margin-top: 40px !important;
      }

      .ae-list a {
         width: 100%; 
         display: block; 
         margin: 0 auto;
         position: relative; 
         overflow: hidden;
      }

       .ae-list a > .ae-details {
            position: absolute;
            z-index: 3;
            padding: 0 20px;
            width: calc(100% - 30px);
            height: calc(100% - 30px);
            display: flex;
            justify-content: center;
            align-items: center;
            bottom: 0;
            text-align: center;
            top: 15px; 
            border: 1px solid #fff;
            left: 0;
            right: 0; 
            margin: 0 auto;
       }

       .ae-list a:hover > .ae-details {
            border: 0;
       }

       .ae-list a > .ae-details canvas {
          background-size: cover;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    opacity: 0.16;
       }

       .ae-list a > .ae-details .ae-info {
         position: relative; 
         display: block;
       }

        .ae-list a > .ae-details .ae-info span {
          display: block; 
          font-size: 19px; 
          color: #fff; 
          font-weight: 400; 
          padding: 0;
        }

         .ae-list a > .ae-details .ae-info span.ae-name {
            font-size: 35px;  
            margin-bottom: 10px; 
            font-family: var(--font-family-title); 
            text-transform: uppercase;
         }

          .ae-list a > .ae-details .ae-info span.ae-view {
             padding:0; 
             opacity: 0; 
             width: 100%; 
             margin: 0 auto;  
             display: flex;
             justify-content: center; 
             align-items: center; 
             text-transform: capitalize; 
             font-size: 15px; 
             margin-bottom: -100px; 
             line-height: 26px; 
             display: none; 
          }
          .ae-list a:hover > .ae-details .ae-info span.ae-view {
             margin: 20px auto 0; 
             opacity: 1;  
             display: block;
          }

         .ae-list a > .ae-photo.canvas-img:before {
             position: absolute; 
             width: 100%; 
             height: 100%; 
             left: 0; 
             right: 0;  
             z-index: 1;
             content: '';
             /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+26,000000+58,000000+100&0+0,0.65+100 */
background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.17) 26%, rgba(0,0,0,0.38) 58%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.17) 26%,rgba(0,0,0,0.38) 58%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.17) 26%,rgba(0,0,0,0.38) 58%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
 /* IE6-9 */

          }


      .ae-list .title-area {
         width: 100%; 
         display: block; 
         margin: 0 auto;
         position: relative; 
         overflow: hidden;
      }

       .ae-list .title-area .ae-details {
          position: absolute; 
          display: block; 
          z-index: 3;  
          padding: 0 20px; 
          width: 100%;  
          height: 100%; 
          display: flex; 
          justify-content: center; 
          align-items: center; 
          bottom: 0; 
          text-align: center;
       }

       .ae-list .title-area .ae-details canvas {
          background-size: cover;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    opacity: 0.16;
       }




    

/*******************************************************
 *
 * Mobile styles and other media queries
 *
 *******************************************************/


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

.title-widget {


}

@media only screen and (max-width: 1366px) {
.areas-container {
    margin-left: 0; 
    margin-right: 0;
}

}

@media only screen and (max-width: 1280px) {
   .main-header {
     padding: 20px 0;
   }

   .ae-list a > .ae-details .ae-info span.ae-name {
     font-size: 20px;
   }
}

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

.ae-list a > .ae-details .ae-info span.ae-view {
    font-size: 12px;
}

}

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

.title-widget {
    font-size: 50px;
}

 .ae-list-wrap:before {
    display: none;
 }

.ae-list {
    width: 50%;
}

}

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


}

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

.ae-list {
    width: 100%;
}

#inner-page-wrapper>.container {
    padding: 0 5px;
}

}
