/* LIFESTYLE HEADER */
    .lifestyle .lifestyle-header {
        padding: 56px 20px;
        background: url('/images/Lifestyle_banner.jpg');
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        position: relative;
    }
    .lifestyle .lifestyle-header > .content {
        background: #DDD8D5;
        padding: 20px;
        position: relative;
    }
    .lifestyle .lifestyle-header > .content > .title-wrapper > p > span {
        font-size: 17px;
        padding-bottom: 6px;
        border-bottom: 1px solid #C7AA70;
        color: #333;
    }
    .lifestyle .lifestyle-header > .content > .title-wrapper > h1 {
        color: #242E49;
        font-weight: 400;
        font-size: 25px;
        letter-spacing: 0.62px;
        margin: 20px 0 15px;
    }
    .lifestyle .lifestyle-header > .content > .title-wrapper > h1 > span {
        font-weight: 700;
    }
    .lifestyle .lifestyle-header > .content > p.text {
        text-align: center;
        font-size: 14px;
    }



/* BLOGS */
    .lifestyle .blogs {
        padding: 30px 20px;
        background: #1e1e1e;
    }
    .lifestyle .blogs > .blog-item {
        margin-bottom: 40px;
    }
    .lifestyle .blogs > .blog-item:last-of-type {
        margin-bottom: 0;
    }
    .lifestyle .blogs > .blog-item > .header {
        border-bottom: 3px solid #323232;
        position: relative;
        margin-bottom: 15px;
    }
    .lifestyle .blogs > .blog-item > .header:after {
        content: "";
        display: block;
        background: #C7AA70;
        position: absolute;
        left: 0;
        bottom: -3px;
        width: 100px;
        height: 3px;
    }
    .lifestyle .blogs > .blog-item > .header > .title {
        margin: 0 0 5px;
    }
    .lifestyle .blogs > .blog-item > .header > .title > a {
        font-size: 15px;
        color: #C7AA70;
        line-height: 20px;
        font-weight: 700;
    }
    .lifestyle .blogs > .blog-item > .header > .title > a:hover {
        text-decoration: underline;
    }
    .lifestyle .blogs > .blog-item > .header > .meta {
        font-size: 13px;
        color: #333333;
        line-height: 18px;
        margin-bottom: 10px;
    }
    .lifestyle .blogs > .blog-item > .header > .meta > .author {
        display: block;
        margin-bottom: 3px;
    }
    .lifestyle .blogs > .blog-item > .header > .meta > .author > span {
        color: #fff;
    }
    .lifestyle .blogs > .blog-item > .header > .meta > .author > .name {
        color: #C7AA70;
        margin-left: 3px;
    }
    .lifestyle .blogs > .blog-item > .header > .meta > .date {
        display: block;
        color: #fff;
    }

    .lifestyle .blogs > .blog-item > .content > .photo {
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        height: 160px;
        display: block;
        position: relative;
        margin-bottom: 15px;
    }
    .lifestyle .blogs > .blog-item > .content > .photo > .pin-it {
        display: block;
        border: none;
        box-shadow: none;
        width: 42px;
        height: 25px;
        background: transparent;
        padding: 0;
        position: absolute;
        top: 10px;
        left: 10px;
    }
    .lifestyle .blogs > .blog-item > .content > .photo > .pin-it > img {
        max-width: 100%;
        max-height: 100%;
        border-radius: 3px;
    }
    .lifestyle .blogs > .blog-item > .content > .excerpt {
        font-size: 14px;
        color: #fff;
        line-height: 17px;
        margin-bottom: 15px;
    }
    .lifestyle .blogs > .blog-item > .content > .read-more {
        font-size: 15px;
        color: #FFFFFF;
        line-height: 20px;
        padding: 15px;
        background: transparent;
        border: 1px solid #fff;
        display: block;
        text-align: center;
        font-weight: 700;
        transition: background .15s;
    }
    .lifestyle .blogs > .blog-item > .content > .read-more:hover,
    .lifestyle .blogs > .blog-item > .content > .read-more:active {
        background: #fff;
        color: #333;
    }


/* TAGS AND PINTEREST */
    .lifestyle .footer {
        background: #464646;
        padding: 25px 10px 15px;
    }
    .lifestyle .footer h4 {
        font-size: 20px;
        color: #fff;
        line-height: 27px;
        margin: 0 0 20px;
        text-align: center;
        font-weight: 400;
    }

    .lifestyle .footer > .tags {
        display: none;
    }
    .lifestyle .footer > .pinterest > .collections {
        display: flex;
        flex-flow: row wrap;
        justify-content: space-between;
    }
    .lifestyle .footer > .pinterest > .collections > a {
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        width: 31.5%;
        height: 94px;
        display: block;
        margin-bottom: 10px;
    }
