/*
Theme Name: Seraphim VC
Author: Make Us Care
Author URI: https://www.makeus.care
Version: 1.0.0
*/


// Custom
.modal.show .modal-dialog .brand-holder img {
  height: auto !important;
	max-height: 50% !important;
}

.h3styled{
  font-family: Osiris !important;
  text-transform: lowercase !important;
  margin: 0;
	letter-spacing: normal !important;
	font-size: 1.75rem !important;
}

.weekTitle {
	font-family: Osiris !important;
  text-transform: lowercase !important;
	padding-right: 10px;
}

.timelineRow {
	justify-content: left !important;
    flex-direction: row !important;
	padding: 15px 30px !important;
	margin-bottom: 10px !important;
	transform: none !important
}

.noHover:hover {
	transform: none !important
}

.timelineStage {
	text-align: center;
	padding:30px;
	background: none !important;
	box-shadow: none !important;
	backdrop-filter: none !important;
}

.timelineStage:hover {
	transform: none !important
}