
/*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.global-header-button {text-transform: capitalize !important}
.btn-register.global-header-button:hover { color: #ff5200 !important; background: rgba(0, 0, 0, 0) !important ; border-width:2px !important; border-color: #ff5200 !important}



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

/*form upload button*/
.upload-file-action {background: white; color: #ff5200; border-width: 2px !important; border-color: #ff5200 !important; font-weight: bold !important}
.upload-file-action:hover {background: #ff5200; color: white}

.btn.btn-info{background: white; color: #ff5200; border-width: 2px !important; border-color: #ff5200 !important; font-weight: bold !important}
.btn.btn-info:hover {background: #ff5200; color: white}

@media only screen and (max-width: 600px) {
.btn-register.save-action {width: 100% !important;margin-left:0px; margin-right:0px}
}

/*form title bold*/
.business.atom-title.header {font-weight: bold}
.btn-register.save-action {font-weight: bold !important}
.btn-register.save-action:hover {border-width: 2px !important; border-color: #ff5200 !important; color: #ff5200 !important; background: white !important}


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

.looking-ticket-link
{display: none;
}