.blog-content {
    color: #000;
}

.blog-image img {
    width: 100%;
}

.blog-image {
    margin-bottom: 30px;
}

.post-header {
    text-align: center;
    /*margin-bottom:50px;*/
}

@media (max-width:767px) {
    .post-header {
        margin-bottom: 0px;
    }

    .blog-content-items {
        padding: 0 20px;
    }
}

.post-header .date {
    margin-bottom: 20px;
    display: inline-block;
}

.post-category, .blog-content .category {
    font-weight: 500;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 8px;
    font-size: .8rem;
    margin: 0 0 2em 0;
}

    .blog-content .category a {
        padding: 1em 0;
        border-bottom: 2px solid #000;
        font-family: 'Lato',sans-serif;
    }

    .blog-content .title a, .blog-content .category a, .blog-content .meta a {
        color: inherit;
        border-bottom-color: inherit;
    }

.blog-content h2.title {
    font-weight: 400;
    font-style: normal;
    margin: 0.6em 0;
    font-size: 62px;
    font-size: 2.2rem;
    line-height: 1.1em;
    text-transform: uppercase;
    font-weight: normal;
    /*font-family: 'HenriDidot','Times New Roman',serif;*/
}

@media only screen and (max-width: 87.5em) {
    /*.blog-content h2 {
        font-size: 33px;
         font-size: 2.5rem; 
    }*/
    .blog-item-related article {
        margin-bottom: 30px;
    }
}

.blog-content .blog-desc {
    font-weight: 400;
    padding: 0 20em;
    margin: 2em 0 1em 0;
}

@media only screen and (max-width: 95em) {
    .blog-content .blog-desc {
        padding: 0 10em;
    }
}

@media only screen and (max-width: 75em) {
    .blog-content .blog-desc {
        padding: 0 10em;
    }
}

@media only screen and (max-width: 56.25em) {
    .blog-content .blog-desc {
        padding: 0 6em;
    }
}

@media only screen and (max-width: 31.25em) {
    .blog-content .blog-desc {
        padding: 0 1em;
    }
}

.blog-content-items img {
    width: 100%;
}

.blog-content-items > div {
    padding: 30px 0;
}

.blog-content .blog-content-desc {
    max-width: 75%;
    margin: auto;
}

.blog-image-bg {
    width: 100%;
    height: 500px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}

@media (max-width:767px) {
    .blog-image-bg {
        height: 300px;
        margin-bottom: 20px;
    }
}
/*#comments {
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
}
h2.comments-title {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 4px;
    margin: 0 0 25px 0;
    text-align: center;
    text-transform: uppercase;
}
#respond {
    background-color: white;
    text-align: left;
    padding: 0;
}
#commentform p {
    display: block;
    clear: both;
}
h3#reply-title {
    display: none;
}
#commentform p {
    display: block;
    clear: both;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    max-width: 600px;
}
.comment-form .comment-notes {
    margin-bottom: 15px;
    display: none !important;
}
.comment-form [for="author"], .comment-form [for="email"], .comment-form [for="url"], .comment-form [for="comment"] {
    float: left;
    padding: 5px 0;
    width: 25%;
    font-weight: 400;
}
.comment-form textarea {
    border: 1px solid #e5e5e5;
    width: 75%;
    resize:vertical;
    outline:0;
}
.comment-form .comment-form-author, .comment-form .comment-form-email, .comment-form .comment-form-url {
    margin-bottom: 8px;
}
.comment-form input[type="text"], .comment-form input[type="email"], .comment-form input[type="url"] {
    max-width: 270px;
    width: 60%;
    -webkit-appearance: none;
    border: 1px solid #e5e5e5;
    outline:0;
}
@media (min-width: 768px) {
    .comment-form input[type="text"], .comment-form input[type="email"], .comment-form input[type="url"] {
        max-width: 450px !important;
        width: 100% !important;
    }
}
.comment-form .required {
    color: #ed331c;
}
.comment-form .antispam-group label {
    float: left;
    padding: 5px 0;
    width: 25%;
    font-weight: 400;
}
p.form-submit input#submit {
    margin-left: 25%;
}
@media (min-width: 768px) {
    .comment-form p.form-submit {
        text-align: right !important;
    }
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: none;
    background: none;
    border: 1px solid #000;
}*/
#comments {
    max-width: 645px;
    width: 100%;
}

    #comments .header-controls .comment-controls {
        padding: 0px 0 5px;
        overflow: hidden;
    }

        #comments .header-controls .comment-controls .comment-count {
            display: inline;
            margin: 0;
            float: left;
        }

.comment-count {
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 1.5em;
    font-size: 17px;
    line-height: 1.7em;
    letter-spacing: 0em;
    font-weight: normal;
    font-style: normal;
}

#comments .new-comment-area .input form.comment-form textarea {
    width: 100%;
    line-height: 1.5em;
    height: 140px;
    border: 0;
    box-sizing: border-box;
    padding: 15px;
    resize: none;
    margin: 0;
    outline: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

#comments .new-comment-area .input {
    border: 1px solid #eaeaea;
    border-color: rgba(0,0,0,.1);
    border-bottom-width: 0;
    border-radius: 3px 3px 0 0;
}

#comments .comment-btn-wrapper {
    text-align: right;
    padding: 10px;
    border: 1px #eaeaea solid;
    border-color: rgba(0,0,0,.1);
    border-width: 0 1px 1px;
    border-radius: 0 0 3px 3px;
    font-size: 12px;
}

    #comments .comment-btn-wrapper .preview-comment {
        cursor: pointer;
    }

    #comments .comment-btn-wrapper .btn-text {
        line-height: 30px;
        margin-right: 10px;
    }

#comments .comment-btn {
    background-color: #272727;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    /*font: 12px/1em 'Helvetica Neue',helvetica,arial,sans-serif;*/
    font-weight: normal;
    padding: 14px 18px;
    position: relative;
    text-align: center;
    border-radius: 3px;
}

#comments .comment-list .comment .comment-header {
    padding: 15px 0 15px 0px;
    min-height: 34px;
    position: relative;
    overflow: hidden;
}

    #comments .comment-list .comment .comment-header .user-info .avatar {
        width: 34px;
        height: 34px;
        float: left;
        margin-left: -49px;
    }

    #comments .comment-list .comment .comment-header .user-info {
        margin-right: 123px;
    }

        #comments .comment-list .comment .comment-header .user-info .author {
            font-size: 1.3em;
            line-height: 34px;
            margin-right: 10px;
            font-weight: 700;
        }

        #comments .comment-list .comment .comment-header .user-info .date {
            font-size: .8em;
            line-height: 34px;
            display: inline-block;
        }

        #comments .comment-list .comment .comment-header .user-info .posting-text {
            font-size: .8em;
            margin-left: 10px;
            line-height: 34px;
            display: none;
        }

            #comments .comment-list .comment .comment-header .user-info .posting-text.visible {
                display: inline;
            }

        #comments .comment-list .comment .comment-header .user-info .likes {
            font-size: .8em;
        }
/*#comments .comment-list .comment .comment-body {
    padding-left: 49px
}*/
#comments .comment-list .comment.comment-preview {
    opacity: .4;
    -webkit-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;
}

#comments .new-comment-area {
    margin-bottom: 15px;
    position: relative;
    border-radius: 3px;
    background-color: #fff;
}

.signup-comment {
    /*opacity:0;
    visibility:hidden;*/
    display: none;
    transition: all 0.3s linear;
}

    .signup-comment.show {
        /*opacity:1;
    visibility:visible;*/
        display: block;
        transition: all 0.3s linear;
        animation: newComment;
        animation-duration: 1s;
    }

.signup-btn {
    cursor: pointer;
}

.signup-comment .signup-field input {
    /*width:50%;
    display:inline-block;*/
    border: 1px solid #eaeaea;
    border-color: rgba(0,0,0,.1);
    border-radius: 3px 3px 0 0;
    width: 100%;
    outline: 0;
    padding: 5px 15px;
}

.comment-title {
    margin-bottom: 50px;
}

@keyframes newComment {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.comment.new {
    animation: newComment;
    animation-duration: 2s;
}

.navigation {
    border-top: 1px solid #666;
    border-bottom: 1px solid #666;
    padding: 10px 0;
    margin: 2em 0;
}

    .navigation > a {
        padding: 0;
    }

        .navigation > a:hover {
            color: #c50000;
            transition: all .15s linear;
        }

            .navigation > a:hover img {
                opacity: .9;
                transition: all .15s linear;
            }

.blog-content .span {
    min-height: 2px;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
    display: block;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 100;
}

.span.five {
    width: 50%;
}

.navigation .featured-image {
    padding: 0;
}

.span.two {
    width: 20%;
}

.blog-content .span img {
    max-width: 100%;
    height: auto;
}

.navigation .content.has-thumbnail {
    margin-top: 6%;
}

.navigation .labels {
    font-weight: 500;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 8px;
    font-size: .5rem;
    font-family: Lato,sans-serif;
}

.span.eight {
    width: 80%;
}

.no-margin {
    margin: 0;
}

.uppercase {
    text-transform: uppercase;
}

.navigation h5 {
    font-weight: 400;
    font-style: normal;
    margin: 0.5em 0;
    font-size: 20px;
    line-height: 1;
    text-transform: uppercase;
    /*font-family: 'HenriDidot','Times New Roman',serif;*/
}

.right, .alignright {
    float: right !important;
}

@media only screen and (max-width: 31.25em) {
    .navigation .title {
        display: none;
    }
}

@media only screen and (max-width: 37.5em) {
    .navigation .featured-image {
        display: none;
    }
}

.related-title {
    text-align: center;
    font-weight: 400;
    font-style: normal;
    margin: 1em 0;
    font-size: 22px;
    font-size: 1.2rem;
    line-height: 0.9;
    text-transform: uppercase;
    font-weight: normal;
    letter-spacing: .1em;
    font-family: 'HenriDidot','Times New Roman',serif;
    margin-bottom: 40px;
}

.image-content {
    background-size: cover !important;
    height: 100%;
    height: 50vh;
    width: 100%;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    opacity: 1;
}

time.date-callout {
    display: none;
    text-transform: initial;
    font-size: 16px;
    letter-spacing: 0px;
    font-family: "Lato";
    font-size: 13px;
    line-height: 1.5em;
    text-transform: none;
    text-decoration: none;
    letter-spacing: .02em;
    font-weight: 400;
    font-style: normal;
}

time.date-callout {
    display: block;
    padding: 20px 0 0;
    color: #bbb;
}

.entry-title--list {
    /*font-family: "futura-pt",sans-serif;*/
    font-weight: 700;
    font-size: 22px;
    letter-spacing: 0px;
    line-height: 1.1em;
    /*font-family: "ltc-bodoni-175";*/
    font-size: 28px;
    line-height: 1.5em;
    text-transform: none;
    text-decoration: none;
    letter-spacing: 0em;
    font-weight: 400;
    font-style: normal;
}

.entry-title {
    margin-bottom: .5em;
    color: #000;
}

.entry-text {
    text-align: center;
    position: relative;
}

time.date-highlight {
    display: none;
}

time.date-highlight {
    color: #bbb;
}

.blog-item-related {
    max-width: 1200px;
    width: 100%;
    margin: auto;
}

@media (min-width:768px) {
    .blog-item-related {
        margin-bottom: 50px;
    }
}

.blog-left-content {
    min-height: 1px;
}

@media screen and (min-width: 768px) {
    .blog-left-content {
        width: calc(100% - 325px);
        float: left;
    }
}

@media screen and (min-width: 768px) {
    .blog-sidebar {
        float: left;
        width: 230px;
        margin-left: 95px;
    }
}

@media screen and (max-width: 767px) {
    .blog-sidebar {
        margin-top: 30px;
    }

    .author-profile, .side-instagram {
        text-align: center;
    }

    .author-avatar {
        margin: auto;
        margin-bottom: 20px;
    }
}

.full-image {
    margin-bottom: 30px;
}

.image-item {
    display: inline-block;
}

    .image-item > div {
        width: 100%;
        background-size: contain !important;
        background-repeat: no-repeat !important;
        background-position: center center !important;
    }

.two-image-per-row .image-item {
    width: 49%;
}

.entry-content h3 {
    color: #222;
    font-family: Lato,Arial,sans-serif;
    font-weight: 400 !important;
    text-align: left;
    letter-spacing: 1px;
    margin: 25px 0 0;
    text-transform: uppercase;
    font-size: 22px;
}

.entry-content p {
    margin-top: 20px;
}

.author-avatar {
    width: 80px;
    height: 80px;
    display: block;
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 40px;
}

    .author-avatar > div {
        display: block;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        background-position: center center !important;
    }

.author-name {
    line-height: 1.25em;
    font-size: 27px;
    line-height: 1.3em;
    text-transform: none;
    text-decoration: none;
    letter-spacing: 0px;
    font-weight: 400;
    font-style: normal;
    color: #000;
}

.author-profile {
    margin-bottom: 50px;
}

    .author-profile a, .side-instagram a {
        color: #fd885d;
    }

.related-like-wrapper h3 {
    color: #222;
    font-weight: 400 !important;
    text-align: left;
    letter-spacing: 1px;
    font-size: 18px;
    margin-bottom: 30px;
}

.related-like-img {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    display: block;
    margin-bottom: 10px;
}

ul.related-like {
    margin: 0;
    padding: 0;
}

    ul.related-like li {
        list-style: none;
        padding: 0;
        margin-bottom: 20px;
    }

.related-like-title {
    font-family: Lato,Arial,sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    text-align: center;
    width: 90%;
    margin: auto;
    margin-top: 10px;
    letter-spacing: 1px;
}

.side-instagram {
    margin-top: 80px;
}

.side-instagram-header {
    margin-bottom: 30px;
}

.side-instagram-post-item a {
    overflow: hidden;
    padding-bottom: 100%;
    width: 100%;
    height: 0;
    display: block;
    cursor: default;
    border-bottom: none;
    cursor: default;
}

    .side-instagram-post-item a img {
        position: relative;
    }

.instagram-image {
    width: 100%;
    height: 100%;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    cursor: pointer;
}

.side-instagram-post-item {
    width: 100%;
    float: left;
    padding: 0 0px 10px 0;
}

.blog-summary {
    position: relative;
}

    .blog-summary .blog-date {
        position: absolute;
        left: 0px;
        margin: auto;
    }

        .blog-summary .blog-date .blog-d {
            /*font-family: Lora,serif;*/
            font-size: 24px;
            font-weight: 400;
            color: #222;
            /*margin-bottom: 7px;*/
        }

        .blog-summary .blog-date .blog-m-y {
            font-size: 11px;
            font-weight: 500;
            font-weight: 500;
            color: #888;
            text-transform: uppercase;
            font-family: Lato, Arial, sans-serif;
        }

    .blog-summary .publish-date {
        opacity: .7;
        margin: 0;
        font-size: 13px;
        line-height: 1.4em;
        text-transform: none;
    }

    .blog-summary .summary-title {
        font-size: 20px;
        line-height: 1.2em;
        text-align: left;
        padding: 3px 0;
        /*width: 58%;*/
        margin: auto;
        margin-left: 70px;
    }

@media (max-width:767px) {
    .blog-summary {
        min-height: 50px;
    }
}

.thumbnail-image {
    width: 100%;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}

.content-section {
    text-align: center;
    padding: 50px 7%;
}

.content-wrapper {
    max-width: 800px;
    text-align: center;
    margin: auto;
    padding: 0;
    font-size: 17px;
}

    .content-wrapper p {
        margin-bottom: 20px;
    }

    .content-wrapper img {
        width: 100%;
        margin-bottom: 20px;
    }

.content-description {
    margin-bottom: 100px;
    text-align: center;
}

.content-container div.thinpaper {
    top: -25px;
}

@media (max-width:1040px) {
    .content-wrapper {
        /*max-width: 700px;*/
    }
}

.content-title {
    text-transform: uppercase;
    letter-spacing: .2em;
    font-size: 20px;
    margin-bottom: 30px;
    line-height: 2;
    padding: 0 30px;
}

.photo-content {
    display: block;
}

    .photo-content img {
        width: 100%;
        /*margin-bottom:10px;*/
    }

.content-title .main-title {
    font-weight: bold;
    font-family: Lato;
}

.content-title .sub-title {
    font-size: 13px;
    text-transform: none;
    letter-spacing: 0;
    font-family: Lato;
}

.portfolio-cover {
    width: 100%;
    height: 100vh;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    min-height: 600px;
    position: relative;
}

.social-nav ul li a i {
    color: #fff;
}

.social-nav ul:hover li a i {
    color: #bbb;
}

.social-nav ul:hover li:hover a i {
    /*fill: rgba(170,170,170,.4);*/
    color: #fff;
}

.main-menu ul li a {
    color: #fff;
}

    .main-menu ul li a:hover {
        color: #bbb;
    }
/*.menu-container {
    position:absolute;
}*/
.portfolio-cover::after {
    display: block;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, transparent 1%, rgba(0,0,0,0.03) 26%, rgba(0,0,0,0.4) 71%, rgba(0,0,0,0.5) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, transparent 1%, rgba(0,0,0,0.03) 26%, rgba(0,0,0,0.4) 71%, rgba(0,0,0,0.5) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, transparent 1%, rgba(0,0,0,0.03) 26%, rgba(0,0,0,0.4) 71%, rgba(0,0,0,0.5) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, transparent 1%, rgba(0,0,0,0.03) 26%, rgba(0,0,0,0.4) 71%, rgba(0,0,0,0.5) 100%);
}

.bottom-caption {
    z-index: 3;
    left: 0;
    bottom: 0;
    position: absolute;
    width: 100%;
}

.bottom-caption-wrapper {
    text-align: center;
    color: #fff;
    padding: 1rem;
}

.top-title, .top-title:focus {
    font-size: 40px;
    color: #fff;
    /*text-transform: uppercase;
    letter-spacing: .15em;*/
    font-family: 'ThinkingOfBetty';
}

    .top-title:hover {
        color: #fff;
        opacity: 0.5;
    }

.portfolio-caption {
}

.sub-title {
    text-transform: uppercase;
    letter-spacing: .15em;
    font-size: 18px;
}

.portfolio-name, .portfolio-name:focus {
    /*font-size: 40px;*/
    font-size: 5.2vw;
    color: #fff;
    /*text-transform: uppercase;
    letter-spacing: .15em;*/
    font-family: 'ThinkingOfBetty';
}

@media (max-width:767px) {
    .portfolio-name, .portfolio-name:focus {
        font-size: 8.2vw;
    }

    .canvas {
        padding: 35px 7% 10px;
    }

    .content-container div.thinpaper {
    top: -55px;
}
}

.canvas {
        padding: 35px 7% 10px;
    }

    .content-container div.thinpaper {
    top: -55px;
}

.portfolio-caption {
    position: absolute;
    top: 50%;
    width: 100%;
    padding: 0 15px;
    z-index: 3;
    transform: translateY(-50%);
    text-align: center;
    color: #fff;
}

.portfolio-subtitle {
    font-size: 3.2vw;
    color: #fff;
}



.header {
    /*position: absolute;*/
    width: 100%;
    z-index: 1;
}

.blog-banner {
    /*border:1px solid #ddd;*/
    /*box-shadow:0 0 100px #aaa;*/
}

.blog-main-image, .blog-main-image-mobile {
    display: block;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    border: 20px solid #fff;
    padding-bottom: 56.6666%;
}

@media (max-width:767px) {
    .blog-main-image, .blog-main-image-mobile {
        padding-bottom: 130%;
    }
}

.bottom-text {
    padding: 15px 30px 30px;
    text-align: center;
    display: block;
    background: #fff;
    font-weight: 800;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 18px;
    font-size: 1.8rem;
    font-family: 'BrainFlower',sans-serif;
}

h2.title {
    font-weight: 400;
    font-style: normal;
    margin: 0.4em 0 .4em;
    font-size: 62px;
    font-size: 3.2rem;
    line-height: 1.1em;
    /* text-transform: uppercase; */
    /* font-weight: normal; */
    /* letter-spacing: .1em; */
    font-family: 'AngelFace','Times New Roman';
}
