.blog-masonry-item .post-title {
  background: #fff;
  padding: 28px 32px 32px 32px;
  position: relative;
  max-height: 235px;
  min-height: 235px;
/*  min-width: 355px !important;*/
}

.leetPostTitle {
    padding: 0px !important; 
    height: 10px !important;
    min-height: 10px !important;
    max-height: 10px !important;
    margin-bottom: 135px;
    text-align: center;
    margin-left: 0px;
    margin-right: 0px;
}

.leetBannerItem {
    padding: 0px !important; 
}

.blog-filters {
 margin-top: 30px;
}

.quote-post:hover .post-title {
  background: #6FCBDD;
}

.footer-container {
    background: #f4f4f4;
 !important;
     padding: 30px 0 30px 0;
}

.footer-container h4 {
 text-align: center;
 padding-top: 15px;
}

.feedback a {
 font-size: 15px;
 color: #333333;
}

.double-bounce1 {
 background-color: #6FCBDD !important;  
}

.double-bounce2 {
 background-color: #6FCBDD !important;  
}

.logo {
    text-align: center;
}

.logo img {
 width: 400px;   
}

.lead {
 margin-top: 20px;   
}

.lead a {
text-decoration: none;
}

.quote-post:hover h4 {
  color: #fff;
}

.quote-post .post-title, .quote-post h1, .quote-post h4, .quote-post span, .quote-post .link-text {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}

a {
 target: _blank;   
}

i {
 margin-bottom: 10px;   
}

.signup {
    color: #333333;
}

.post-meta li {
    display: inline-block;   
}

.category {
 float: left;
}

.join {
 float: right;
}

.col-sm-12 {
padding: 0px 10px 0px 50px;

}

@media (min-width: 992px) {
    #leetMasonryContainer {
        height: 172px !important;   
        margin-bottom: 30px !important;
    }
}

@media (min-width: 768px) {
 
    #leetMasonryContainer {
        height: 138px !important;   
    }
    
}

@media screen and (max-width: 767px) {
    
    #leetMasonryContainer {
        height: 80px !important;  
    }

}

@media screen and (max-width: 480px) {
    
    .logo img {
    width: 85% !important;
    }
    
}