/* 
 Theme Name:     FCC
 Author:         TEEM Creative
 Author URI:     https://helloteem.com
 Template:       Divi
 Version:        1.0
 Description:   A Child Theme built using the elegantmarketplace.com Child theme maker
Developed by Andrew Palmer for Elegant Marketplace www.elegantmarketplace.com Free to use and duplicate as many times as you like
 Wordpress Version: 5.4.2
*/ 


/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */ 


.tribe-events-event-image img {
	max-width: 550px !important;
}

.homepage-slider.et_pb_slider .et_pb_slide::after {
	width: 100vw;
	height: 100%;
	display: block !important;
	position: absolute !important;
	top: 0;
	left: 0;
	content: "";
	background: rgba(30, 54, 58,0.3) !important;
}

.no-overlay {
	background: rgba(0, 0, 0,0) !important;
}

@keyframes breath {
  0%   { background-size: 100% auto; }
  50% { background-size: 110% auto; }
  100% { background-size: 100% auto; }
}

.homepage-slider .et_pb_slide {
	animation: breath 12s linear infinite;
}

.tribe-events-title {
	font-size: 20px !important;
}

.tribe-events-duration {
	font-size: 16px !important;
}

.tribe-mini-calendar-event .list-date {
	background-color: #64817D !important;
	color: #64817D;
	border-color: #64817D;
}

.tribe-common .tribe-common-c-btn, .tribe-common a.tribe-common-c-btn, .tribe-events .tribe-events-c-ical__link:active, .tribe-events .tribe-events-c-ical__link:focus, .tribe-events .tribe-events-c-ical__link:hover {
	background-color: #64817D !important;
}

.tribe-events .tribe-events-c-ical__link, .tribe-common .tribe-common-c-svgicon, .tribe-common .tribe-common-anchor-thin-alt:active, .tribe-common .tribe-common-anchor-thin-alt:focus, .tribe-common .tribe-common-anchor-thin-alt:hover, .tribe-common .tribe-common-anchor-thin-alt {
	color: #64817D;
	border-color: #64817D !important;
}

.tribe-events .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date, .tribe-events .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date-link {
	color: #f2b859 !important;
}

.et_post_meta_wrapper img {
	max-width: 500px;
}