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

/*remove event logo from header*/
.event-images-holder{visibility: hidden}

/*Hide date row on agenda*/
.agenda-view .agenda-search-container .agenda-search .days-row{display: none;}

/*DO NOT REMOVE: Changing color and size of bullet-points on the Home page. 04-27-2021, Dmitriy Mastiuk */
.global-template ul li::marker {
  color: white !important;
  
 
      font-size: 16pt !important;
}

.global-template .html-container ul {
	list-style-position: inside !important;
  	text-align: left !important;
    margin-left: 0px !important;
    padding-left: 0px !important;
    display: block;
    position: relative;
    left: 5%;
}

/* DO NOT REMOVE */

.element-5815674, #section-1186083 > div > div > div > div.date-venue-holder.col-xs-12.text-center.form-group {
	display: none !important;  
}

#section-1186083 > div > div > div > div:nth-child(4) {
 	margin-top: 20px !important; 
}

.section-1186083 .atom-sectionMain {
 	background-image: none !important; 
}

.add-to-calendar {
	display: none !important;
}
