
/* mobile optimized background image on header banner   */


/*@media (min-width: 320px) and (max-width: 767px) {

.trade-template .cover-photo-background.atom-sectionMain, .trade-template .cover-image-background.atom-sectionMain {

	background:url("https://res.cloudinary.com/microbe/image/upload/v1714747869/cellcore/webinar/ME_Support_Banner_375_x_524_Mobile.png") center center cover no-repeat local border-box border-box transparent important!;
	
}



h1.section-4350462.element-21294827.atom-main {

	padding-top: 50px;
	font-size: 20px;
}
}
*/

.speaker-sessions.margin-bottom-small.row, .speaker-section-notch.custom-color, .color-1-background{
  background-color: white !important;
}

/* remove the date, US and doors open verbiage in hero
.col-xs-12 .form-group {
  display: none !important;
} */


/* make background white instead of orange for speaker page  */

.color-1-background-opacity, .color-1-background-opacity.custom-color {
	background-color: white !important;
}

/* make all of the elements on the speaker page that are orange our cellcore blue  */
.speaker-back-button  {
background-color: #61CAE6 !important;
}

.color-1, .dropdown-menu > li > a.color-1, .color-1.custom-color, .dropdown-menu > li > a.color-1.custom-color {
color: #61CAE6 !important;
}


svg.margin-right-xs{
fill: #61CAE6;
}




/* remove the looking for your ticket link in the footer */

.footer .footer-logo-wrapper{
  display: none !important;
}

/* remove nav bar */
.nav .navbar-nav {
  
  display: none;
}


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


/*Correct Banner Responsiveness*/
#section-4350462 > div > div > div > div.col-xs-12.event-images-holder > div{
  display: none;
}

#section-4350462 > div {
  	position: relative;
    width: 103%;
    max-width: 103%;
  	background-size: auto 120%;
    background-position: top;
    display: flex;
    align-items: center;
}
#section-4350462 > div::before {
  	display: block;
    padding-bottom: 56%;
    content: '';
}
/*additional rule for mobile screens */
@media only screen and (max-width: 767px) {
  #section-4350462 > div {
     width: 109%!important;
    max-width: 110%!important;
    background-size: auto 110%;
  }
  .section-4350462 .custom-space-bottom {
    padding-bottom: 0px;
}

.section-4350462 .custom-space-top {
    padding-top: 0px;
}
#section-4350462 > div > div > div > div.col-xs-12.event-images-holder{
  display: none;
}
#section-4350462 > div > div > div > div.col-xs-12.col-sm-10.col-sm-offset-1.text-center.element-21294827 > h1{
    font-size: 1.5rem;
    margin-bottom: 3px;
    margin-top: 37px;
  	padding-top: 20px;
  }
}