/*
Theme Name: ArtSpace - Child
Theme URI: https://harutheme.com/artspace
Author: HaruTheme
Author URI: https://harutheme.com/
Description: This is child theme of ArtSpace
Template: artspace
Version: 1.0.0
Tested up to: 6.8
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: artspace
Tags: two-columns, left-sidebar, right-sidebar, custom-background, custom-header, custom-menu, featured-images, full-width-template, theme-options, translation-ready

Copyright (C) 2022 HaruTheme
This theme, like WordPress, is licensed under the GPL.
*/

/*---------------------------------
  	Write your css code from here
------------------------------------*/

/* Theme Check recommended: core/block editor and content classes */
.wp-caption {
	max-width: 100%;
	margin-bottom: 1em;
}
.wp-caption img {
	display: block;
	margin: 0 auto;
}
.wp-caption-text {
	font-size: 0.875em;
	text-align: center;
	margin-top: 0.5em;
	color: inherit;
}
.sticky {
	/* Sticky post marker – style as needed */
}
.gallery-caption {
	display: block;
	font-size: 0.875em;
	text-align: center;
	margin-top: 0.5em;
}
.bypostauthor {
	/* Comment by post author – style as needed */
}
.alignleft {
	float: left;
	margin-right: 1.5em;
	margin-bottom: 0.5em;
}
.alignright {
	float: right;
	margin-left: 1.5em;
	margin-bottom: 0.5em;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0.5em;
}
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}
.screen-reader-text:focus {
	clip: auto;
	height: auto;
	overflow: visible;
	position: static !important;
	width: auto;
}
