/*
Theme Name:   Holy Church Child
Theme URI:    https://wordpress.org/themes/twentytwentyone/
Description:  Holy Church-One child theme
Author:       WordPress.org
Author URI:   https://wordpress.org/
Template:     holy-church
Version:      1.0.0
Text Domain:  holychurchchild
*/


.gsap-text {
  font-size: 2rem;
  opacity: 0;
  position: relative;
  color: #000
}
.fc-header-toolbar.fc-toolbar .fc-today-button {
    display: none;
}
div#calendar-controls {
    display: flex
;
    align-items: center;
    justify-content: center;
    max-width: 220px;
    margin: 0px auto -33px;
    gap: 10px;
    position: relative;
    right: -50px;
}
.select_container select {
    padding: 5px 10px;
    font-size: 13px;
    color: #000;
    border: 1px solid #000;
}
#calendar {
  max-width: 500px;
  margin: 0 auto;
  font-size: 14px;
}
#back-to-calendar{
	color:#000;
	background:transparent;
}
#back-to-calendar i{
	font-size:10px;
}
.fc .fc-daygrid-day-frame {
  padding: 2px;
}
#calendar th.fc-col-header-cell a {
    color: #fff;
    font-weight: 300;
    font-size: 13px;
}
#calendar .fc-daygrid-day-events {
    display: none;
}

.cat__view {
    text-align: center;
}
.cat__view ul{
	display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 15px;
    flex-wrap: wrap;
}
.cat__view .cat-btn {
    padding: 6px 17px;
    border: none;
    background: #334455;
    cursor: pointer;
    border-radius: 4px;
    margin-bottom: 6px;
    color: #fff;
    font-size: 14px;
	 border:1px solid #334455;
	margin:0;
}
.cat__view h4{
  margin-bottom:30px;
}
.cat__view .cat-btn.active ,cat__view .cat-btn:hover {
  background-color: #ffff;
  color:  #334455;
}
.cat-btn {
  padding: 6px 12px;
  border: none;
  background: #f0f0f0;
  cursor: pointer;
  border-radius: 4px;
  margin-bottom: 6px;
}
.left__arr img {
    width: 100%;
}
.fc-daygrid-day-frame{
	cursor:pointer;
}
.left__arr {
    flex: 0 0 400px;
}
.post__box {
    display: flex;
    align-items: center;
    padding: 10px;
    border: 1px solid #334455;
    margin: 30px 0;
	gap:30px;
}

.loader {
  width: 40px;
  height: 40px;
  border: 4px solid #ccc;
  border-top: 4px solid #0073aa;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin: 40px auto;
}

.post__box.podcast {
  border: 1px solid #ccc;
  padding: 20px;
  margin-bottom: 20px;
  background: #f9f9f9;
}

.post__box.podcast h4 {
  margin-top: 0;
}

.post__box.podcast audio {
  margin-top: 10px;
  width: 100%;
}


@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.post__wrapp .post__box.podcast {
    max-width: 400px;
    margin: 30px auto;
}
a.podcast-learn-more {
    font-weight: 700;
    text-decoration: underline;
}
.post__box.podcast  .right__arr{
	width:100%;
}
@media screen and (max-width:767px){
	.post__box {
    flex-wrap: wrap;
gap: 0px;
}
	.left__arr {
    flex: 0 0 100%;
  }
	div#calendar-controls {
    max-width: 500px;
    gap: 10px;
    margin: 0 auto 11px;
    position: unset;
}
}
