/*
    Smart Tenants Design (C) 2018
*/
/* Globals */
body {
    font-family: 'Montserrat', sans-serif;
}

/* Bootstrap Overrides */
.navbar-header {
    padding: 5px 0;
}

.navbar-nav {
    padding: 5px 0;
}

.st-navbar-reviewBtn {
    padding: 10px 10px;
}

/* Blog Nav */
.navbar-brand {
    padding: 0;
    width: 150px;
}

.navbar-brand > img {
    padding: 8px 15px;
}

.nav > li > a {
  color: #686868;
  font-size: 11px;
  font-weight: 600;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #488eff;
  background-color: #F8F8F8;
}

.st-navbar--marginLeft {
    margin-left: 25%;
}

.st-review-btn {
    color: #FFF;
    border: 1px solid #66c0b9;
    background-color: #66c0b9;
    font-size: 11px;
    font-weight: 600;
    height: 65px;
    padding: 5px;
    padding-left: 20px;
    padding-right: 20px;
    cursor: pointer;
}

.st-review-btn:hover {
    text-decoration: none;
    color: #66c0b9;
    background-color: #fff;
}

@media only screen and (min-device-width : 200px) and (max-device-width : 500px) {
    .st-review-btn {
        display: block;
        font-size: 20px;
        width: 100%;
        text-align: center;
        height: 40px;
        padding-top: 5px;
        padding-bottom: 5px;
    }
}

/* Blog Home */
/* Latest Articles Slider*/
.st-blog-home-slider {
    margin-top: 50px;
    height: 300px;
}

.st-blog-home-slider .carousel-inner {
    height: 100%;
    background-image: cover;
}

.st-blog-home-slider .item {
    width: 100%;
    height: 100%;
}

.st-blog-home-slider .img-responsive {
    width: 100%;
    background-size: cover;
}

.slider-img {
    background-size: cover;
    background-position: 50% 15%;
    width: 100%;
    height: 100%;
}

.bg-happyCouple {
    background-image: url('../assets/slider1.jpg');
}

.st-slider-btn {
    color: #FFF;
    border: 1px solid #FFF;
    border-radius: 20px;
    background-color: none;
    height: 40px;
    padding: 5px;
    padding-left: 30px;
    padding-right: 30px;
    cursor: pointer;
}

.st-slider-btn:hover,
.st-slider-btn:focus {
    color: #FFF;
    text-decoration: none;
}

/* Latest Articles */
.st-blog-home-body {
    margin-top: 20px;
}

.st-blog-post {
    color: #686868;
    font-size: 18px;
}

.st-blog-post h1 {
    font-size: 32px;
    font-weight: 600;
    color: #488eff;
}

.st-blog-latestArticles {
}

.st-blog-latestArticles h1 {
    font-size: 24px;
    color: #488eff;
    margin: 25px 0;
}

.st-blog-post p {
    line-height: 1.9em;
    margin-bottom: 1.8em;
}

.st-blog-post h2 {
    font-size: 30px;
    font-weight: 600;
    color: #686868;
}

.st-blog-post h3 {
    font-size: 25px;
    color: #686868;
}

.st-blog-latestArticles h4, .st-blog-post h4 {
    font-size: 14px;
    color: #000;
    margin-bottom: 40px;
}

/* Blog Sidebar */
.st-sidebar-searchbox {
    color: #9c9c9c;
    border-radius: 20px;
    padding: 15px;
    box-shadow: none;
    -webkit-box-shadow: none;
    border: 1px solid #F5F5F5;
    background-color: #F5F5F5;
}

.st-sidebar-categories {
    margin-top: 20px;
}

.st-sidebar-categories ul {
    list-style-type: none;
    padding: 0;
}

.st-sidebar-categories button {
    margin-top: 5px;
    margin-bottom: 5px;
    width: 100%;
    border-radius: 20px;
    background-color: #328ef9;
    border-color: #328ef9;
}

.st-sidebar-ads {
    margin-top: 10px;
    /* width: 240px;
    height: 750px;
    background-image: url('../assets/ad-sidebar.jpg') */
}

@media only screen and (max-width: 767px) {
    .st-sidebar-ads {
        background-image: none ;
        height: 0px;
    }
}


/* Blog Posts */

/* Post background image */
.st-post-banner {
    margin-top: 50px;
    width: 100%;
}

.st-post-banner img {
    width: 100%;
}

/* Post background images */
.bg-post1 {
    background-image: url('../make-the-best-rental-decisions-today-with-smart-tenants/banner.jpg');
}

/* Post Body */
.st-post-body {
    margin-top: 40px;
}

@media (max-width: 767px) {
    .st-blog-home-body {
        margin-top: 140px;
    }

    .st-post-body {
        margin-top: 140px;
    }

    .st-navbar--marginLeft {
        margin-left: 0;
        margin-right: 0;
        border: none;
    }
}


.st-post-quote-block {
    border-left: 5px solid #328ef9;
    font-style: italic;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.9em;
}

/* Post Footer */
.st-blog-post footer {
    margin-top: 25px;
}

.st-post-categories button {
    border-radius: 20px;
    background-color: #328ef9;
    border-color: #328ef9;
}

.st-fb-logo {
    height: 23px;
    width: 23px;
}

.post-social-media {
    margin: 10px;
    text-align: right;
}

@media only screen and (max-width: 991px) {
    .post-social-media {
        margin: 10px;
        text-align: center;
    }
}

.st-post-footer-ad {
    width: 100%;
    height: 100px;
    /* background-image: url('../assets/ad-footer.jpg') ; */
    background-image: none;  /* no ads for the time being */
    background-repeat: no-repeat;
    background-size: cover;
}

@media only screen and (max-width: 991px) {
    .st-post-footer-ad {
        margin: 10px;
        width: 100%;
        height: 0px;
        background-image: none ;
    }
}

/* Post Collections */
.st-post-collections {
}

.st-article-tile {
    font-size: 12px;
    padding: 20px 10px;
}

.st-article-tile h4 {
    font-size: 16px;
    line-height: 26px;
    text-align: center;
}

.st-article-tile a {
    font-size: 1.17em;
    border-radius: 20px;
    
    margin:auto; 
    text-align:center; 
    display:block; 

    border-color: #328ef9;
    color: #328ef9;
}

.st-article-tile a:hover {
    color: #fff;
    border-color: #328ef9;
    background-color: #328ef9;
}

.st-article-tile > div {
    box-shadow: 2px 2px 3px #eee;
    border-radius: 5px;
}

.st-article-tile div div{
    padding:20px 10px;
}

.st-article-tile .img-responsive {
    width: 100%;
}

@media only screen and (max-width: 991px) {
    .st-post-collections a {
        font-size: 1em;
        text-align:center; 
        display:block;    
    } 
}

/* Utility */
.st-vertical-center-container {
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
}