<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Church &amp; Event Child
Author: Vamtam
Author URI: http://vamtam.com
Template: church-event
*/



/*

put your child theme styles here


you don't need any @import rules

*/


/* IWDQuotes */
.IWDQuoteTitle {
  text-align: center;
  margin-top: 60px;
}
.IWDQuote {
  padding: 30px 60px;
  box-sizing: border-box;
  box-shadow: 0 0 10px #02538a33;
  margin: 20px auto;
  width: 80%;
}
.IWDQuote h4 {
  text-align: center;
}
.IWDQuote p {
  text-align: center;
} 


/* anchor links */
a.toplink {
  text-align: right;
  display: block;
}
a.anchorlink {
  display: inline-block;
  margin-bottom: 120px;
  background-color: yellow;
}

/* team */
.team-member .thumbnail img {
	width: 100%;
	height: auto;
	border-radius: 9px;
	box-shadow: 5px 5px 8px #3332;
}

/* more */
#HomeUpcomingEvents a {
	color: #FFF;
}
</pre></body></html>