/*---Tom Calabrese Custom CSS---*/

/*--Global--*/

body {
	background-color: #fff!important;
}

h1,
h2 {
	font-weight: 800;
}

.business-template .atom-sectionMain h2.atom-main {
  color: #115c36;
}

p {
	color: #565656;
}

/*-- Navigation --*/
.me-menu-show-dropdown .fa.icon-Avatar.inherit-custom-color {
	color: #fff;
}

/*---Hero---*/

.atom-sectionMain.header {
	background-color: transparent!important;
}

.header .atom-main {
	color: #fff!important;
}

.business-template .business-logo-holder .business-event-image-holder {
	background: transparent!important;
	border-radius: 0px!important;
	text-align: center;
}

.business-template .business-event-name-holder {
	margin-top: 0!important;
}

.business-template .business-logo-holder {
	height: 150px!important;
	width: 150px!important;
	top: -75px;
}

.business-template .business-logo-holder .center-image {
	max-width: 100%!important;
	max-height: 100%!important;
}

.section-header .cover-photo-background {
	box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.5);
}

.header .atom-main.btn {
  background-color: #198c53;
  border: 0;
  padding: 0.5em 2em;
}

/*-- Custom Section --*/

.section-customElementGroups button.atom-main.btn {
  background-color: #198c53;
  border: 0;
}

/*--Countdown Section --*/

.business-template .section-countdownClock .atom-sectionSecondary {
  background-color: #115c36;
}
.business-template .section-countdownClock .atom-sectionMain h2.atom-main {
  color: #fff;
}

.section-countdownClock .atom-text.count-unit {
  color: #18c76f;
}

/*-- Speakers Section --*/

.section-speakers {
	background-color: #000;
}

.section-speakers .atom-sectionMain h2.atom-main {
  color: #fff;
}

.entity-photo-holder {
	min-width:auto;
}

.entity-photo-holder img {
  width:100%;
  height: auto;
}
