/* Header content moved out of the man's head */
@media only screen and (min-width: 1441px) and (max-width: 1920px) {
  .mainHeader .text-center {
    right: 30%;
  }
}
@media only screen and (min-width: 1921px) {
  .mainHeader .text-center {
  	right: 50% ;
  }
}


/*display only local timezones*/

.session-info-text time > :nth-last-child(n+5) {
display: none;
}
.session-dates time > :nth-last-child(n+5) {
display: none;
}
/*Move the CTA button based on different screen sizes - Bree from Bizzabo */ 
/*@media only screen and (min-width: 765px) {
	#section-2056222 > div.header.rowHolder.element-10879647.atom-sectionMain.global-cover-photo-background > div > div > div.col-xs-12.col-sm-3.col-md-4 > div > button{
  		    position: absolute;
    		left: -299%;
    		top: 425%;
 	}
}

@media only screen and (min-width: 992px) {
	#section-2056222 > div.header.rowHolder.element-10879647.atom-sectionMain.global-cover-photo-background > div > div > div.col-xs-12.col-sm-3.col-md-4 > div > button{
  		    position: absolute;
    		left: -198%;
    		top: 425%;
 	}
}

@media only screen and (min-width: 1200px) {
	#section-2056222 > div.header.rowHolder.element-10879647.atom-sectionMain.global-cover-photo-background > div > div > div.col-xs-12.col-sm-3.col-md-4 > div > button{
  		    position: absolute;
    		left: -198%;
    		top: 750%;

      		
 	}
}*/

/*hide logo @leoarvizu@bizzabo.com*/
#section-2056222 > div.rowHolder.element-10879647.atom-sectionMain.cover-photo-background > div > div > div.col-xs-12.event-images-holder {
  display:none;
}

/*Align header content left @leoarvizu@bizzabo.com*/
#section-2056222 > div.rowHolder.element-10879647.atom-sectionMain.cover-photo-background > div > div > div.col-xs-12.col-sm-10.col-sm-offset-1.text-center.element-10879644 > h1 {
      margin-top: 0px;
    text-align: left;
    width: 33vw;
    margin-left: 00px;
    font-size: 4vw;
}
#section-2056222 > div.rowHolder.element-10879647.atom-sectionMain.cover-photo-background > div > div > div.col-xs-12.col-sm-10.col-sm-offset-1.text-center.element-10879644 {
      margin-top: 0px;
    margin-left: 0px;
}
#section-2056222 > div.rowHolder.element-10879647.atom-sectionMain.cover-photo-background > div > div > div:nth-child(4) {
  text-align: left;
}


/*Hide the Time agenda filter — Gleb @ Bizzabo Support */
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.agenda-view--search.row > div.container > div > div > div.search-row.row > div.search-input.col-lg-2.col-sm-3.col-xs-2 > div > ul > div:nth-child(1) {
  display: none!important;
}

/*Adjust Event title size*/

/*Remove text transform @leoarvizu@bizzabo.com*/

#section-2056222 > div.rowHolder.element-10879647.atom-sectionMain.cover-photo-background > div > div > div.col-xs-12.col-sm-10.col-sm-offset-1.text-center.element-10879644 > h1{
  text-transform: none;
}

/* Mobile responsive header styles */
@media only screen and (max-width: 740px) {
  .section-2056222 .custom-space-bottom {
    padding-bottom:0;
	}
	.section-2056222 .custom-space-top {
    	padding-top: 8%;
	}
  	#section-2056222 > div.rowHolder.element-10879647.atom-sectionMain.cover-photo-background > div > div > div:nth-child(4) > div > button{
    	width: 30px !important;
    	height: 35px;
      	font-size: 0.9rem;
  }
  #section-2056222 > div.rowHolder.element-10879647.atom-sectionMain.cover-photo-background > div > div > div:nth-child(4) {
    margin-bottom: -6% !important;
  }
  #section-2056222 > div.rowHolder.element-10879647.atom-sectionMain.cover-photo-background > div > div > div.date-venue-holder.col-xs-12.text-center.form-group{
    margin-bottom: -2%;
  }
}

/* Large screens header styles */
@media only screen and (min-width: 1800px) {
	.section-2056222 .custom-space-top {
    	padding-top: 14%;
	}
}