/**
 * Site content
 */

body.home #site-content:after {
    content:"";
    display: table;
    clear: both;
}

body #site-content > .row {
    display: flex;
    height: 100%;
    flex-flow:row wrap;
}

body #site-content > .row > div {
    max-width: 100%;
}

body .site-logo img,
body .site-logo svg {
    width: 90%;
    height: auto;
    max-width: 425px;
}

body .site-logo .tagline {
    display: none;
}

/**
 * Post
 */

.entry-content > * {
    max-width: 100%;
}

.entry-featured img {
    margin: 0 auto;
    display: block;
    height: auto;
    width: auto;
    max-width:100%;
}

.entry-content .more-link {
    display: none;
}
.home .entry-content h5,
.home .entry-content h4,
.home .entry-content h3,
.home .entry-content h2,
.archive .entry-content h5,
.archive .entry-content h4,
.archive .entry-content h3,
.archive .entry-content h2 {
    font-size: inherit;
}

body .entry-content a {
    text-decoration: none;
    border-bottom: 0;
    color:#ccc;
}


body .entry-utils {
    position: relative;
}

body .sidebar #shopbop-core-widget {
    display: flex;
    padding-left: 30px;
    /* padding-right: 15px; */
    margin: 0 auto;
    width: 100% !important;
    margin-top: 40px;
}

body .sidebar #shopbop-core-widget .shopbop--widget-wrapper {
    width: 100%;
}

.widget_about_avatar img {
    max-height: 200px;
    object-fit:cover;
    width: 200px;
}

body .entry-grid .entry-utils .read-more  {
    left: auto;
    right: 10px;
    transform: translate(0, -50%);
}

body .entry-grid .entry-content,
body .entry-grid .entry-content p {
    word-wrap: break-word;
}



/**
 * Back to top
 */

.back-to-top {
    bottom: 15px;
    color: #aaaaaa;
    display: none;
    font-family: 'Futura';
    font-size: 11px;
    padding: 1em;
    position: fixed;
    right: 15px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

.back-to-top:hover {
    color:#ea3651;
}

@media (max-width: 600px) {
    body .site-logo img {
        width: 100%;
    }
}

@media (min-width: 735px) {
    body .entry-utils .read-more {
        position: absolute;
        left: 50%;
        top: 50%;
        transform:translate(-50%, -50%);
    }
}