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

/*reg form title styling*/
.section-2103921 .element-11110191 .atom-main {
  text-transform: capitalize;
  font-size: 45px;
  color: #1D2E3F;
 font-weight: bold;
}
/*Change All Caps to Title Case*/
.trade-template h2 {
 text-transform: none;
!important;
}
/*Navigation bar to lower case*/
.nav-menu-btn {
  text-transform: capitalize !important;
}
/*Remove the My Registered View*/
body > div.react-main.footer-padding-confirmation > div > div > div.agenda-view.session-list-view.top-agenda-margin-single.agenda-custom-css.agenda-day-selector.row > div.tab-buttons-container.margin-bottom-small > div:nth-child(3) {
  display: none;
}
/* hide my interests on the agenda */
.agenda-view .tab-buttons-container .tab-button-wrapper .tab-button.my-interests-button {
    display: none;
}
body > div.react-main.footer-padding-confirmation > div > div > div.agenda-view.session-list-view.top-agenda-margin-single.agenda-custom-css.agenda-day-selector.row > div.tab-buttons-container.margin-bottom-small > div:nth-child(2) > div.tab-button-border.background-color-gray {
  display: none;
}
/*hide session filter*/
.agenda-view .agenda-search-container .agenda-search .search-row .search-input {
    height: 56px;
    max-width: 175px;
    display: none;
}

.selected-tags
{
display: none;
}
/*Hide Interest Star on the Individual Agenda Sessions*/
.session-actions-container.single-button{
	display: none !important;
}
/*Expand Session Description*/
.agenda-view .session-list-container .session-day-container .time-row .session-elem .session-container .preview-session-description {
   padding-left: 30px;
   padding-right: 30px;
   margin-bottom: 10px;
   -webkit-animation: all 0.3s ease-in-out;
   -moz-animation: all 0.3s ease-in-out;
   -ms-animation: all 0.3s ease-in-out;
   -o-animation: all 0.3s ease-in-out;
   animation: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
   cursor: pointer;
   max-height: max-content;
   overflow: hidden;
}
/*Remove Session Description Fading*/
.agenda-view .session-list-container .session-day-container .time-row .session-elem .session-container .preview-session-description.faddedAway {
   -webkit-mask-image: none;
   mask: -moz-linear-gradient(linear, left top, left bottom, from(#000000), to(rgba(0, 0, 0, 0)))!important;
}

