
/*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 the logo background */
.business-template .business-logo-holder .business-event-image-holder {
    background: none !important;
  width: 300px;
  top: 100px;
}

.business-template .business-logo-holder {
	display: flex;
    justify-content: center;
    width: auto;
}
.business-template .business-logo-holder .center-image {
    max-width: 100%;
}
.business-template .business-logo-holder .business-event-image-holder {
	border-radius: 0;
}

/* Widen white box */
.col-sm-offset-1 {
margin-left:14.33333333%;
}
.col-sm-10 {
width:73.33333333%;
}

/*START Gleb@Bizzabo case 170653*/
/*Home — add text under Speakers h2*/
.element-23874235.col-xs-12.col-sm-offset-1.col-sm-10.text-center.form-group.wow.fadeInUp::after {
    content: '※登壇順での掲載';
    font-family: ‘AmazonEmberDisplay’, sans-serif;
    text-align: center;
    color: rgb(20, 25, 32);
    font-size: 18px;
}
/*increase margin to let the text above breathe*/
.element-23874235.col-xs-12.col-sm-offset-1.col-sm-10.text-center.form-group.wow.fadeInUp {
    margin-bottom: 40px;
}
/*END*/