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

/*--Global--*/

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

h1,
h2 {
	font-weight: 800;
}

h2 {
	color: #123d80;
}

p {
	color: #565656;
}


/*---Hero---*/

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

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

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

.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);
}

/*-- Speakers Section --*/

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

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

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

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

