/*
Theme Name: Tattoo Expert Child
Theme URI: http://example.com/tattoo-expert-child
Description: Custom child theme for Tattoo Expert.
Author: Your Name
Author URI: http://example.com
Template: tattoo-expert
Version: 1.0.0
*/

/* Custom CSS starts here */

.custom-logo-link img {
    display: inline-block;
    max-height: 80px;
    width: 85%;
}
figure.wp-block-image.size-full.is-resized {
    background: #fff !important;
    border-radius: 10px 10px 10px 10px;
    margin-bottom: 30px;
    width: 85%;
}
img.wp-image-12546 {
    aspect-ratio: revert-layer !important;
}

#header {
    border-bottom: none;
}

p {
    color: #000 !important;
}

a {
    color: #2D68C4;
}

.site-content {
    padding: 0 0 0 !important;
}
.site-info p {
    color: #fff !important;
}
.nav-menu a {
    color: #000 !important;
}
.nav-menu ul li a:active, .nav-menu ul li a:hover {
    color: #2D68C4 !important;
}
.tx-breadcrumbs a:hover {
    color: #2D68C4 !important;
}
h3.widget-title { color: #fff; }
aside.widget-area a { color: #fff !important; }
.widget ul li a:focus, a:hover { color: #2D68C4 !important; }

.back-to-top:hover::after {
    transform: translate(25%, -25%);
    background: #2D68C4;
    z-index: 9;
    color: #fff;
}

@media (max-width: 768px) {
    .site-info p {
        color: #fff !important;
    }
    .custom-logo-link img {
        margin-top: 5px !important;
        margin-bottom: -10px !important;
    }
}
ul.wp-block-list {
    margin-left: 17px;
}