
/*specific pages container*/
.home-custom-css{}
.community-custom-css{}
.agenda-custom-css{
	font-family:'gotham', sans-serif;
	background-color: #000);
}
.speakers-custom-css{}



/*agenda page edits*/
.day-elems{
  	font-family:'gotham', sans-serif;
}

.hidden-xs.margin-horizontal-small.filter-label{
    font-family:'gotham', sans-serif;
}

.tab-button{
    font-family:'gotham', sans-serif;
}

.input-form-control{
    font-family:'gotham', sans-serif;
}

.agenda-view .session-list-container .session-day-container .time-row .session-elem .session-container{
  	border-radius: 20px;
    border: 0px;
}

.agenda-view .session-list-container .session-day-container .day-title-row .day-title {
  	color: #fff;
}

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

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

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

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

/*Top navigation bar font*/
.nav-menu-btn {
	font-family: 'gotham-medium', sans-serif;
	letter-spacing: .05rem;
    font-size: 14px;
    margin-top: 6px;
  	margin-right: 1em;
  	padding-bottom: .1em;
  
}

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

/*hide footer content*/
.footer {
	display: none;
  	background-color: rgb(0, 0, 0);
  	color: rgb(0, 0, 0); 
}

.color-1-background-opacity, .color-1-background-opacity.custom-color{
  	background-color: #000;
}

.agenda-view{
    font-family:'gotham', sans-serif;
}
