/*
Theme Name:   Charifund Child
Theme URL:    https://wowtheme7.com/charifund-child/
Description:  Charity WordPress Theme
Author:       wowtheme7
Author URL:   https://wowtheme7.com/
Template:     charifund
Version:      1 (was 1.3.0)
License:      GNU General Public License v2 or later
License URL:  http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain:  charifundchildtheme
*/

/*
    Please Add your custom styles here
*/

@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");

body {
	text-transform: initial !important;
}

.entry-content {
	max-width: 960px;
	margin: auto;
}

.home .entry-content:not(.footer-entry-content) {
	max-width: initial;
}

.avatar-wrap {
	width: 96px;
	height: 96px;
}

a:hover {
	opacity: .75;
}

p {
	margin-bottom: 1rem !important;
}

.custom-logo {
	height: 96px !important;
}

/* footer carousel */
.carousel-wrapper {
  width: 100%;
  overflow: hidden;
}

.carousel-track {
  display: flex;
  gap: 1rem;
  animation: scroll-left 30s linear infinite;
}

.carousel-track:hover {
  animation-play-state: paused;
}

.carousel-item-wrap {
  width: 192px; /* Adjust size as needed */
  height: 192px;
  flex-shrink: 0;
}

@keyframes scroll-left {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); } /* Adjust based on duplication below */
}
/* person */
.person-summary {
	transition: all ease-in-out .25s;
}
.person-summary:hover {
	background-color: rgba(0,0,0,.1);
}

/* footer */
.footer-two__widget-logo {
	padding: 1rem;
	background-color: white;
}