/*
Theme Name: Illustratr Child
Theme URI: https://wordpress.com/themes/illustratr/
Template: illustratr
Author: Automattic
Author URI: https://wordpress.com/themes/
Description: A minimalist portfolio theme.
Version: 1.223.24.35

*/

/* --------------------------------------------------------- */
/* Site chrome — content typography / images / MORE / like → OhiyoX Style Rules (theme:illustratr-child:*) */

.site-description {
    font-style: normal;
    color: #858585;
}

#infinite-handle > span {
    padding: 0.8em 2em;
    border-radius: 20px;
    width: unset;
    box-shadow: 0 3px 10px #00000060;
    font-weight: bold;
}

#infinite-handle:before,
#infinite-handle:after {
    display: none;
}

.home .entry-meta {
    color: #24282d;
}

@media screen and (max-width: 767px) {
    .home .entry-meta .entry-format,
    .home .entry-meta .tags-links {
        display: none;
    }

    .comments-area,
    .comment-list + .comment-respond {
        margin-top: 20px;
        padding-top: 0;
    }
}

@media screen and (max-width: 800px) {
    #infinite-handle {
        margin-left: calc(50% - 4em);
        margin-right: calc(50% - 4em);
        width: unset;
    }
}

@media screen and (min-width: 800px) {
    #infinite-handle {
        width: unset;
    }
}

@media screen and (min-width: 960px) {
    body.body-borders:before,
    body.body-borders:after {
        height: 0;
    }
}

.nav-links {
    font-weight: bold;
    text-transform: uppercase;
}

.comment-form label {
    display: inline !important;
}

/* Archive photo cards: image opens the post; like button must not steal clicks. */
.ohiyox-archive-image-link {
    display: block;
    color: inherit;
}

.ohiyox-archive-image-link img {
    display: block;
    width: 100%;
    height: auto;
}

/* Restored Portfolio archive: classic intro and external OSS thumbnails. */
.post-type-archive-jetpack-portfolio .page-header {
    display: block;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.post-type-archive-jetpack-portfolio .taxonomy-description {
    display: block;
    width: 100%;
    margin-top: .45em;
}

.post-type-archive-jetpack-portfolio .portfolio-intro-quote {
    margin: 0;
    text-align: center;
    font-style: italic;
}

.post-type-archive-jetpack-portfolio .portfolio-intro-attribution {
    margin: .25em 0 0;
    text-align: center;
    font-size: .9em;
}

.post-type-archive-jetpack-portfolio .portfolio-thumbnail img {
    display: block;
    width: 100%;
    height: auto;
}
