/*
Theme Name: Charitian Child
Theme URI: http://wp.dynamiclayers.net/charitian
Author: DynamicLayers
Author URI: http://dynamiclayers.net
Description: A child theme of Charitian Theme
Version: 1.1
Template: charitian
Text Domain: charitian
*/

body.single-post .page-header {
  position: relative;
  background-size: cover;
  background-position: center;
}

body.single-post .page-header:not(.no-image)::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.48);
  z-index: 0;
}

body.single-post .page-header > .container,
body.single-post .page-header > .container-fluid {
  position: relative;
  z-index: 1;
}

body.single-post .page-header .traperos-single-post-cat {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

body.single-post .page-header .traperos-page-header-heart {
  width: 30px !important;
  height: 30px !important;
  max-width: 30px !important;
  max-height: 30px !important;
  flex: 0 0 auto;
}

.traperos-single-post-gutenberg-image,
.traperos-single-post-gutenberg-image .wp-block-image {
  margin: 0;
}

.traperos-single-post-gutenberg-image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 5px;
}

.traperos-footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
	padding: 0;
}

.traperos-footer-bottom-inner {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: clamp(42px, 10vw, 150px);
	min-height: 58px;
}

.traperos-footer-bottom-inner.no-footer-menu {
	display: flex;
	justify-content: center;
	text-align: center;
}

.traperos-footer-links {
	min-width: 0;
}

.traperos-footer-links .footer-menu {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	text-align: left;
}

.traperos-footer-links .footer-menu li {
	display: inline-flex;
	align-items: center;
	margin: 0;
}

.traperos-footer-links .footer-menu li:not(:last-child)::after {
	content: "|";
	color: #ffffff;
	margin: 0 14px;
	opacity: 0.9;
}

.traperos-footer-links .footer-menu li a,
.traperos-footer-copy .site-info,
.traperos-footer-copy .site-info a {
	color: #ffffff;
	font-size: 12px;
	line-height: 1.4;
	text-decoration: none;
}

.traperos-footer-links .footer-menu li a:hover,
.traperos-footer-copy .site-info a:hover {
	color: var(--charitian-primary-color);
}

.traperos-footer-copy {
	min-width: 0;
	text-align: center;
}

@media (max-width: 767px) {
	.traperos-footer-bottom-inner {
		display: flex;
		flex-direction: column;
		justify-content: center;
		text-align: center;
		gap: 10px;
	}

	.traperos-footer-links .footer-menu {
		justify-content: center;
	}

	.traperos-footer-copy {
		text-align: center;
	}
}
