.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%;
}*/

.span.two {
    width: 133px;
    max-height: 81px;
}


.blog-content .span img, .blog-content .span .thumbnails {
    max-width: 100%;
    height: auto;
}

/*.blog-content .span .thumbnails {
    max-width: 100%;
    height: auto;
}*/
/*.navigation .content.has-thumbnail {
    margin-top: 6%;
}*/
.navigation .content.has-thumbnail {
    margin-top: 4%;
}



.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%;
}*/

.span.eight {
    width: 60%;
}


.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;
    text-align: justify;
}
@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;
    margin-bottom: 36px;
}*/
.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;
    min-height:45px;
}
.post-header .category {
    font-weight: 500;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 8px;
    font-size: .8rem;
    margin: 0 0 2em 0;
    display: inline-block;
}
.post-header .category .blog-date {
    display: inline-block;
    background: #faad23;
    width: 100px;
    height: 100px;
    padding: 13px;
    text-align: center;
    border-radius: 50%;
}
.post-header .blog-date .blog-d {
    font-size: 24px;
    font-weight: 400;
    color: #222;
}
.post-header .blog-date .blog-m-y {
    font-size: 11px;
    font-weight: 500;
    font-weight: 500;
    color: #888;
    text-transform: uppercase;
    letter-spacing: .3em;
}

.post-header .blog-date .blog-d {
    color: #fff;
    font-weight: bold;
    font-family: Lato,Arial,sans-serif;
}
.post-header .blog-date .blog-m-y {
    color: #fff;
    font-weight: bold;
    font-family: Lato,Arial,sans-serif;
}
.post-header .date {
    margin-bottom: 20px;
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .1em;
}
.post-header .date:before {
    content: '\f02b';
    font-family: FontAwesome;
    margin-right: 5px;
}
.post-header h2.title {
    font-weight: 400;
    font-style: normal;
    margin: 0.4em 0;
    font-size: 62px;
    font-size: 1.8rem;
    line-height: 1.1em;
    /* text-transform: uppercase; */
    font-weight: normal;
    /* letter-spacing: .1em; */
    font-family: 'Lato-Light',Arial,sans-serif;
}
.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;
}


.overview p {
    text-align:justify !important;
    max-height:300px;
    overflow-y:hidden;
}

    .overview p:nth-child(n+2) {
        display:none;
    }

.blog-content .span.next {
    float:right;
}

/*table .entry-content p {
    margin-top: 0;
    margin-bottom: 0;
}*/


@media (max-width:767px) {
    .blog-summary {
        min-height:50px;
    }

    .entry-content table {
        height:auto !important;
        width:100%;
    }

    .entry-content td {
        display:block;
       
    }

}
.thumbnail-image {
    width:100%;
    background-size:cover !important;
    background-repeat:no-repeat !important;
    background-position:center center !important;
}