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



.about-event-custom p{
text-align:left;
}

.about-event-custom h2{
text-align:left;
}

.our-speakers-custom .speaker-name {
  font-size:22px;
}

.our-speakers-custom .speaker-title {
  font-size:16px;
}

.our-speakers-custom .speaker-company {
  font-size:16px;
  margin-top: 16px;
}

.our-speakers-custom .urban-entity-photo-holder {
  box-shadow: 0px 0px 20px 0px #DF285B;
  padding: 16px;
  border-radius: 8px;
  margin:16px;
  width:30%;
  max-height: 400px;
  background: #ffffff;
}

.our-speakers-custom .entity-photo-holder {
  box-shadow: 0px 0px 50px 0px #DF285B;
  padding: 0px;
  border-radius: 8px;
  background: #ffffff;
}

.clock-custom {
color:#ffffff;
}

@media (max-width: 960px) {
  
  .our-speakers-custom .urban-entity-photo-holder {
  width:45%;
  }
}

@media (max-width: 640px) {
  
  .our-speakers-custom .urban-entity-photo-holder {
  width:80%;
  }
}