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

footer{
  display: none;
}

.section-1811391 .element-9517384 .atom-title {
    color: #000000;
    position: relative;
    text-align: left;
  font-size: 28px;
}
h2.business.atom-title.header.custom-font {
  font-size: 19px;
    text-transform: none;
    font-weight: 700;
    line-height: 40px;
    color: #2a2a2a;
  	text-align: left;
  	margin-bottom: 1.0rem;
    // border-bottom: 1px solid #e9e9e9;
    // margin-top: 2rem;
}
input[type=text] {
    border-radius: 3px;
    border: 1px solid #b0b7c3;
    padding: 8px;
  font-size: 15px;
  line-height: 1.5;
      color: #2a2a2a;
    font-family: "proxima-nova";
    font-weight: 400;
    height: 3.25rem;
}

.dropdown-toggle {
    height: 3.25rem;
    font-weight: 400;
    color: #696969;
    border-radius: 3px;
    border: 1px solid #b0b7c3;
  	color: rgba(105,105,105,1);
  	text-align: left;
}
.dropdown-toggle .filter-option {
  	font-size: 14px;
}

.sections-holder {
  padding-left: 0;
  padding-right: 0;
}

.section-1811184 .element-9515861 .atom-main {
color: #613f49
}

/*---START--- Agenda disclaimer element code*/
body > div.react-main > div > div{
 margin-top: -5%; 
}

body > div.react-main > div > div > div.agenda-view.session-list-view.top-agenda-margin-single.agenda-custom-css.agenda-day-selector.agenda-view--search.row{
 position:relative; 
}
body > div.react-main > div > div > div.agenda-view.session-list-view.agenda-custom-css.list.row{
 margin-top: 60px !important; 
}

@media only screen and (max-width: 600px) {
  	#disclaimer {
      margin-top: 30% !important;
  }

	body > div.react-main > div > div{
		margin-top: -15% !important; 
	}
}
/*---END--- Agenda disclaimer element code*/

/*-START- Remove Agenda Sessions Local Time — Gleb @ Bizzabo Support*/
	time span.start-time:not(:nth-of-type(1)) {
		border:1px solid red;
		display: none;
	}
	time span.end-time:not(:nth-of-type(2)) {
		border:1px solid green;
		display: none;
	}

	time span.session-info-text-light:not(:nth-of-type(3)) {
		border:1px solid green;
		display: none;
	}
	time span.session-time:nth-of-type(4) {
		display: none;
	}
/*-END--- Remove Agenda Sessions Local Time — Gleb @ Bizzabo Support*/