/*Changing the button text to APPLY Ricardo Silva ZD# 220537*/
/* 1. Ocultamos el texto original cambiando su tamaño a 0 */
#section-8318366 > div.rowHolder.element-39198201.atom-sectionSecondary.cover-photo-background.custom-space-top.custom-space-bottom > div > div > div.col-xs-12.form-group.business-button-holder.text-center > div > button {
    font-size: 0 !important;
}

/* 2. Inyectamos el nuevo texto "Apply" y le devolvemos su tamaño normal */
#section-8318366 > div.rowHolder.element-39198201.atom-sectionSecondary.cover-photo-background.custom-space-top.custom-space-bottom > div > div > div.col-xs-12.form-group.business-button-holder.text-center > div > button::after {
    content: "APPLY";
    font-size: 16px; /* Ajusta este número al tamaño que quieras que tenga el texto */
    display: block;
}


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