@media (min-width: 768px) {
    /* LIFESYLE HEADER*/
        .lifestyle .lifestyle-header {
            padding: 74px 69px;
        }
        .lifestyle .lifestyle-header > .half-overlay {
            width: 50%;
            height: 100%;
            background: rgba(0,0,0,.5);
            position: absolute;
            left: 0;
            top: 0;
        }
        .lifestyle .lifestyle-header > .content {
            padding: 30px 32px;
        }
        .lifestyle .lifestyle-header > .content > .title-wrapper > h1 {
            font-size: 40px;
            letter-spacing: 1px;
            line-height: 53px;
            margin: 15px 0 25px;
        }
        .lifestyle .lifestyle-header > .content > p.text > span {
            display: inline !important;
        }


    /* BLOGS */
        .lifestyle .blogs {
            padding: 40px 25px;
        }
        .lifestyle .blogs > .blog-item {
            margin-bottom: 50px;
        }
        .lifestyle .blogs > .blog-item > .header {
            margin-bottom: 22px;
        }
        .lifestyle .blogs > .blog-item > .header > .title {
            margin: 0 0 10px;
        }
        .lifestyle .blogs > .blog-item > .header > .title > a {
            font-size: 25px;
            line-height: 34px;
        }
        .lifestyle .blogs > .blog-item > .header > .meta {
            font-size: 14px;
            line-height: 19px;
            margin-bottom: 12px;
        }
        .lifestyle .blogs > .blog-item > .header > .meta > .author {
            display: inline-block;
            margin-bottom: 0;
            margin-right: 7px;
        }
        .lifestyle .blogs > .blog-item > .header > .meta > .author > .name {
            margin-left: 8px;
        }
        .lifestyle .blogs > .blog-item > .header > .meta > .date {
            display: inline-block;
        }

        .lifestyle .blogs > .blog-item > .content {
            padding-left: 340px;
            position: relative;
            min-height: 175px;
        }
        .lifestyle .blogs > .blog-item > .content > .photo {
            height: 175px;
            width: 310px;
            display: block;
            margin-bottom: 0;
            position: absolute;
            top: 0;
            left: 0;
        }
        .lifestyle .blogs > .blog-item > .content > .excerpt {
            font-size: 14px;
            line-height: 17px;
            margin-bottom: 28px;
        }
        .lifestyle .blogs > .blog-item > .content > .read-more {
            width: 139px;
        }


    /* TAGS AND PINTEREST */
        .lifestyle .footer {
            padding: 25px;
        }
        .lifestyle .footer h4 {
            margin: 0 0 10px;
        }

        .lifestyle .footer > .tags {
            display: block;
            margin-bottom: 20px;
        }
        .lifestyle .footer > .tags > .collections {
            background: #383838;
            padding: 20px 20px 0;
            padding-right: 55px;
            position: relative;
        }
        .lifestyle .footer > .tags > .collections > .show-other-tags {
            position: absolute;
            top: 40px;
            right: 22px;
            color: #fff;
            font-size: 33px;
            margin-top: -16.5px;
            line-height: 1;
            padding: 0 5px;
            cursor: pointer;
            transition: transform .15s;
        }
        .lifestyle .footer > .tags > .collections > .show-other-tags.opened {
            transform: rotate(-180deg);
        }
        .lifestyle .footer > .tags > .collections > .extra-tags {
            display: none;
        }
        .lifestyle .footer > .tags > .collections a.tag {
            font-size: 15px;
            color: #FFFFFF;
            background: #2E2E2E;
            line-height: 20px;
            padding: 9.5px 20px;
            border: 1px solid #FFFFFF;
            margin-right: 10px;
            margin-bottom: 20px;
            display: block;
            float: left;
            font-weight: lighter;
        }

        .lifestyle .footer > .pinterest > .collections > a {
            width: 14%;
            margin-bottom: 0px;
        }

}
