/*
Theme Name: Artistics Child
Template: artistics
Theme URI: https://themeforest.net/user/awaiken
Description: Creative Digital Agency WordPress Theme
Author: Awaiken
Author URI: https://awaiken.com/
Version: 1.0.7
Requires at least: 6.3
Tested up to: 6.5
Requires PHP: 7.4
License: Themeforest Split Licence
License URI: https://themeforest.net/licenses/standard
Text Domain: artistics
Tags: one-column, two-columns, three-columns, four-columns, custom-colors, custom-menu, custom-logo, editor-style, featured-images, threaded-comments, style-variations, blog
*/


.cryptoprist-authors img {
    border-radius: 50%;
}
.cryptoprist-socials {
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: center;
}
.cryptoprist-authors-wrapper {
    border: 1px solid var(--e-global-color-accent);
    border-radius: 5px;
    box-shadow: 1px 3px 10px -2px var(--e-global-color-accent);
}

.cryptoprist-authors-avatar {
    border-right: 1px solid;
}

@media (max-width: 575px) {
    .cryptoprist-authors-avatar {
        border-right: none;
    }
}

.cryptoprist-authors {
    
}

.cryptoprist-breadcrumbs {
    margin-top: 2rem;
    /* margin-left: -1rem; */
}