

/*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 */
.speaker-view .speaker-container .speaker-profile .speaker-community-like-wrapper span {
    display: none;
}

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

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

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

/* Set Conference materials titles on the initial format (Capitalized) */
.trade-template h1, .trade-template h2, .trade-template .custom-v14 .btn, 
{
  text-transform: initial;
}
/*Change All Caps to Title Case*/
.trade-template h1 {
 text-transform: capitalize;
}


/*Change H3 stle to non-italics*/
.trade-template h3 {
    font-style: normal;
}
/* Hide Date */
.date-container, .date {
    display: none;
}

