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

/*main container of each section*/
.main-app-container h2{
font-size: 40px;
color: #00A2B8;  
line-height: 1.35;
  }

.main-app-container h3{
font-size: 25px;
color: #00A2B8;
font-style: normal;
  }

.main-app-container h4{
font-size: 20px;
color: #00A2B8;  
text-decoration: none;
  }

.main-app-container p{
font-family: 'Lato', sans-serif;
font-size: 16px;
color: #3C3D3E; 
line-height: 1.35;
font-weight: 300;
  }
/*
call-to-action buttons e.g:
Register, Join The Community etc
*/
.btn {
font-family: 'Lato', sans-serif;
font-size: 15px;
background-color: #EA7024;
border: none;
color: white;
padding: 16px 40px;
text-align: center;
text-decoration: none;
display: inline-block;
border-radius: 0px;

}


/*Top navigation bar container*/
.template-nav {
background: #3B7391;
background: -moz-linear-gradient(top, #00BDD2 0%, #3B7391 100%);
background: -webkit-linear-gradient(top, #00BDD2 0%, #3B7391 100%);
background: linear-gradient(to bottom, #00BDD2 0%, #3B7391 100%);

}

.template-nav a, a:hover, a:active, a:visited {
color: #ffffff;
}

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

.poll-list-item-action-button {
  font-family: 'Lato', sans-serif;	
  background-color: #EA7024;
	border: none;
	color: white;
	padding: 10px 40px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 15px;
}

.element-5809517 > span {
	display: none;	
}

.element-5809517:after {
  	color: white;
	content: "February 28, 2022";
}