/*
Theme Name: MV Gallery
Author: Tonjoo
Requires at least: 6.1
Tested up to: 6.4
Requires PHP: 8.1
Version: 1.0
Text Domain: mvgallery
*/

.mc4wp-alert.mc4wp-success {
	color: #0f0;
}

.mc4wp-alert.mc4wp-error {
	color: #f55;
}

.error404 .btn-wrap {
	margin-top: 30px;
}

article.post.post-card .post-inner .post-info .post-category {
	display: inline;
}

article.post.post-card .title-post {
	max-height: 100px;
}

@media (min-width: 992px) {
	.accordion.active .accordion__head .icon {
		transform: translateY(-50%) rotate(var(--toggle-rotate-active, 180deg));
	}
}

@media (max-width: 767.98px) {
	.modal-popup .modal-item .modal-body .input-group .input-wrap {
		margin-bottom: 0;
	}

	#modal-subscribe .btn-primary {
		padding-top: 12px;
		padding-bottom: 12px;
	}
}

blockquote {
	margin: 0 0 1.5em;
	padding: 0 1em;
	font-size: 1.1em;
	font-style: italic;
	border-left: 5px solid #777;
}

.section-content-single table {
	margin: 0 0 1.5em;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}

.section-content-single th {
	text-align: left;
	font-weight: bold;
}

.section-content-single th,
.section-content-single td {
	padding: 0.4em;
	border: 1px solid #777;
}

.alignleft {
	float: left;
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {
	float: right;
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
	color: #aaa;
}

.wp-caption-text {
	text-align: center;
	font-size: 0.8em;
}
