/*
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 */


p {
	color: #000 !important;
}

.site-content {
	padding: 0 0 0 !important;
}
.site-info p {
	color: #fff !important;
}
.nav-menu a {
    color: #000 !important;
}

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

ul.wp-block-list {
	margin-left: 17px;
}