/** Blog Page **/

#main-wrapper #inner-page-wrapper {
    margin-bottom: 0px;
    overflow: hidden;
}

.single-post .ip-banner h1{
  /*font-size: 68px !important;*/
}


#inner-page-wrapper > .container {
  width: 100%;
  padding: 0;
}

#content-full{

  position: relative;
  margin-top: 0 !important;

}

.ip-blog-wrapper {
    position: relative;
    font-size: 0;
    z-index: 1; 
    padding-bottom: 90px;
}

.blog-list-wrapp {
   position: relative; 
   display: inline-block; 
   vertical-align: top; 
   width: 69.25%; 
   padding: 80px 90px 0;
}

.blog-details {
  position: relative; 
  display: block;
}

.blog-details canvas {
   width: 100%; 
   margin: 25px 0 50px; 
   background-size: cover;
}

 .blog-details h2 {
   font-size: 30px !important; 
   font-weight: 600 !important; 
   color: #393939 !important; 
   text-decoration: underline !important; 
   margin: 0 !important;
 }

  .blog-details h3 {
   font-size: 30px !important; 
   font-weight: 700 !important; 
   color: #7e7e7e !important; 
   margin: 0 !important;
 }

 .blog-details p {
    line-height: 26px !important;
    font-size: 16px;
    color: #555555;
    margin: 16px 0 !important;
    font-weight: 400 !important;
    display: inline-block;
 }


.blog-title {
    text-transform: uppercase;
    color: #2d2d2d;
    padding-bottom: 30px;
    position: relative;
    font-size: 80px;
    padding: 0;
    font-family: 'Oswald', sans-serif;
    letter-spacing: -0.025em;
    display: inline-block;
    margin-bottom: 50px;
    font-weight: 500;
    line-height: 1;
    width: 80%;
}

.blog-title span {
    color: #1e3264;
    display: block;
    font-size: 60px;
    font-family: 'Source Sans Pro', sans-serif;
    text-transform: uppercase;
    position: relative;
    text-align: left;  
    padding-left: 254px; 
    letter-spacing: -0.05em;
}

.blog-title span:before {
    content: '';
    position: absolute;
    width: 2086px;
    right: 100%;
    margin-right: -240px;
    background: #cfcfcf;
    height: 4px;
    bottom: 22px;
}

.bl-list-wrapp {
   position: relative; 
   display: inline-block; 
   vertical-align: top; 
   width: 30.75%; 
   background: #fff;
}


.bl-list-wrapp:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: url(../images/blog/blog-listing-bg.jpg) no-repeat center/cover;
    height: 100%;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    content: ''; 
    opacity: 0.2; 
}


.bl-title {
    text-transform: uppercase;
    color: #2d2d2d;
    padding-bottom: 30px;
    position: relative;
    font-size: 80px;
    padding: 0;
    font-family: 'Oswald', sans-serif;
    letter-spacing: -0.025em;
    display: inline-block;
    margin-bottom: 50px; 
    margin-top: 60px;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    width: 100%;
}

.bl-title span {
    color: #1e3264;
    display: block;
    font-size: 60px;
    font-family: 'Source Sans Pro', sans-serif;
    text-transform: uppercase;
    position: relative; 
    letter-spacing: -0.05em;
}

.bl-title span:after {
    content: '';
    position: absolute;
    width: 2000px;
    left: 100%;
    margin-left: -145px;
    background: #cfcfcf;
    height: 3px;
    top: 29px;
}

.bv-bttn {
  display: block; 
  padding: 50px 0;  
  text-align: center; 
  position: relative; 
  z-index: 5; 

}

.bv-bttn a {
    margin: 0 auto;
    font-size: 15px;
    color: #2d2d2d;
    max-width: 200px;
    font-weight: 400;
    font-family: 'Fjalla One', sans-serif;
    letter-spacing: 0.2em;
    border: 1px solid #a9a9a9;
    height: 60px;
    line-height: 60px;
    display: inline-block;
    width: 100%; 
    text-transform: uppercase;
          transition: all ease .4s;
    -moz-transition: all ease .4s;
    -webkit-transition: all ease .4s;
}

.about-prop-list .ap-list-details span.bl-price {
  font-size: 24px; 
  max-width: 150px; 
  width: 100%; 
  display: block; 
  color: #fff;
  text-align: center; 
  line-height: 41px; 
  border: 2px solid #fff; 
  font-weight: 700;
  letter-spacing: -0.025em;
}

.bv-bttn a:hover {
    background: #d26b2e;
    color: #fff;
    border: 2px solid; 
}

.blog-nav {
 position: relative; 
 display: flex; 
 padding: 80px 0 80px;
}

 .blog-nav button.blog-prev {
     background: #1e3264; 
     width: 100%; 
     max-width: 240px; 
     text-transform: uppercase; 
     font-size: 20px; 
     font-weight: 400; 
     color: #fff; 
     position: absolute; 
     left: 0; 
     border: transparent !important; 
     line-height: 80px; 
         transition: all ease .4s;
    -moz-transition: all ease .4s;
    -webkit-transition: all ease .4s;

 }

 .blog-nav button.blog-next {
     background: #d26b2e; 
     width: 100%; 
     max-width: 240px; 
     text-transform: uppercase; 
     font-size: 20px; 
     font-weight: 400; 
     color: #fff; 
     position: absolute; 
     right: 0; 
     border: transparent !important; 
     line-height: 80px; 
         transition: all ease .4s;
    -moz-transition: all ease .4s;
    -webkit-transition: all ease .4s;

 }

 .blog-nav button:hover {
   opacity: 0.6;
 }


.about-prop-list canvas {
    width: 100%;
    background-size: cover;
    opacity: 1;
    position: relative;
}

.about-prop-list a > .ap-list-details span.bl-price {
             transition: all ease .4s;
    -moz-transition: all ease .4s;
    -webkit-transition: all ease .4s;
} 

.about-prop-list a:hover > .ap-list-details span.bl-price {
    background: #d26b2e; 
    border-color: #d26b2e;

}


@media only screen and (max-width: 1400px) {
  .blog-title, .bl-title {
    font-size: 60px;
  }

  .blog-title span, .bl-title span {
    font-size: 45px;
  }

  .blog-details h3, .blog-details h2 {
    font-size: 25px !important;
  }
}


@media only screen and (max-width: 1366px){


}

@media only screen and (max-width: 1199px){

.about-prop-list canvas {
    height: 300px;
}

.bl-title span:after {
  margin-left: -60px;
}

.blog-title {
  width: 100%;
}

}

@media only screen and (max-width: 991px){

  .blog-list-wrapp {
    width: 100%; 
    padding: 30px;
  }

.bl-list-wrapp {
    width: 100%;
    margin: 50px auto;
}

.blog-title {
  width: 100%;
}

}

@media only screen and (max-width: 767px){

.blog-nav {
  display: block; 
  text-align: center; 
  margin: 30px auto;
}


.blog-nav button.blog-prev,
.blog-nav button.blog-next {
  position: relative; 
  margin: 20px;
}

.bl-title span:after {
  display: none;
}

.blog-title span:before {
  display: none;
}

.blog-title span {
  padding-left: 0;
}

}

@media only screen and (max-width: 480px){
.about-prop-list .ap-list-details {
  left: 15px;
}





}

