/*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 {}

/* 	Krystal @ Bizzabo | 11 Aug 2023 | ZD ticket# 144274 
	Reason for Edit: The client wants to use the image uploaded to the editor, not the image URL here.
	2 lines of code were deleted. See ZD ticket. */

/*CODE ADDED
body > div.main-view.footer-padding > div > ul > div.trade-template.section-351913 > div 
*/

/* Hide Speaker Like Button (deduped) */
.speaker-view .speaker-container .speaker-profile .speaker-community-like-wrapper span {
    display: none;
}

/* To hide "Share" for speakers */
.speaker-share-button {
	display: none;
}

.nav-button-wrapper, .nav-menu-btn {
  	font-family: 'GT-America-Regular' !important;
}

/* Set Conference materials titles to preserve input case (fix broken trailing comma) */
.trade-template h1, .trade-template h2, .trade-template .custom-v14 .btn {
  text-transform: none;
}

/* Title casing fixes: keep user-entered case and disable small-caps */
.trade-template .page-title,
.trade-template .section-title,
.trade-template .hero-title,
.trade-template [class*="title"],
.trade-template h1,
.trade-template h2,
.trade-template h3,
.trade-template h1 a,
.trade-template h2 a,
.trade-template h3 a {
  text-transform: none !important;
  font-variant: normal !important;
  font-variant-caps: normal !important;
  font-feature-settings: "smcp" 0, "c2sc" 0 !important;
}

/*Change H3 style to non-italics*/
.trade-template h3 {
    font-style: normal;
}

/* Hide Date */
.date-container, .date {
    display: none;
}

/* Speaker Title */
.trade-template .speakers .attendee-title {
	font-size: 90%;
}

/* Speaker Title line 2 */
.trade-template .speakers .attendee-company {
	font-size: 90%;
}