/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/


/*MODERN EVENT CALENDAR*/
.mec-event-image img {
  max-width: 100% !important;
  height: auto !important;
}

.mec-events-event-image {
  text-align: center;
}

#SFctr .SFlst > button, #SFctr .SFlst > button:hover {
	color: #FFF;
	background: #03586a;
}

#SFctr .mce-btn button, #SFctr .mce-btn button:hover {
	color: #FFF;
	background: #03586a;
}

#SFctr .SFcrdlst {
	grid-auto-rows: 1fr;
}

.mce-caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid #FFF;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}
.SFlst button h3 {
	color: #FFF !important;
}

.SFlst button a {
	color: #FFF !important;
}


