/*--------Styles for old homepage-------*/
/*Set logo size*/
.trade-template .event-image-holder {
  height: 500px;
}

/*Hide h1 on hero block*/
.trade-template h1, h1 {
  display: none;
}
/*Can be deleted after old page is removed*/
/*------End styles for old homepage-----*/

/*Set logo container size*/
.logo-li-holder {
  width: 210px;
}

/*Set button styles*/
button.btn:not(.bz-hoc-filter), .agenda-block div.btn {
  font-family: Gotham;
  font-weight: 500;
  font-size: 1.6em;
  padding: 8px 42px;
  border-width: 2px;
  border-radius: 8px;
}

.trade-template .hero-cta-block img, .hero-cta-block img {
  width: 60%;
  margin: auto;
}

/*Set text styles for new hero-cta-block*/
.trade-template .hero-cta-block p, .hero-cta-block p {
  font-family: Gotham;
  font-weight: 500;
  font-size: 2.4em;
  margin: .8em 0;
}

/*Remove all-caps setting from H2 and set size*/
.trade-template h2 {
  text-transform: unset;
  font-size: 3em;
}

/*Change buttons to title case*/
.trade-template .nav-menu-btn {
  text-transform: capitalize !important;
  padding: 2em;
}

/*Remove italics from venue info*/
.trade-template .date-venue-wrapper {
  font-style: normal;
  font-size: 2.5em;
}

/*Set text style for intro*/
.trade-template .intro-block p, .intro-block p {
  font-family: Gotham;
  font-weight: 400;
  font-size: 2.2em;
  line-height: 1.4em;
  margin-bottom: 1.4em;
}

/*Set text style for speaker titles*/
.speaker-block .speaker-name {
  font-family: Gotham;
  font-weight: 600;
  font-size: 1.15em;
}

/*Set height for image-block*/
.image-block div {
  height: 700px;
}

/*Set size for agenda image*/
.agenda-block img {
  width: 1020px;
  margin: auto;
  margin-bottom: 40px;
}

/*Add padding around venue-block*/
.venue-block div.custom-space-bottom {
  padding: 80px 0 100px 0;
}

/*Set fontsize for footer text*/
.footer-block h2 {
  font-size: 9em;
}

/*---------------------------------------*/

/*specific pages container*/
.home-custom-css{}
.community-custom-css{}
.agenda-custom-css{}
.speakers-custom-css{}

/*main container of each section*/
.main-app-container {}


/*
call-to-action buttons e.g:
Register, Join The Community etc
*/
.btn-register {}

/*Top navigation bar container*/
.template-nav {}

/*Top navigation bar items container*/
#bs-example-navbar-collapse-1 {}

/*social share buttons container*/
.social-share-button {}

/*social share buttons per social network*/
.social-share-button.facebook {}
.social-share-button.twitter {}
.social-share-button.linkedin {}
.social-share-button.google {}