/*Navigation Bar: Button*/
ul:nth-child(1) > li:nth-child(5
) > a > div {
  background-color: #B52555;
  color: #ffffff !important;
  font-weight: 600;
  padding: 8px 20px;
  display: inline;
  border: none;
  text-align: center;
  text-decoration: none;
}

/*Navigation Bar: Button*/
ul:nth-child(1) > li:nth-child(6
) > a > div {
  background-color: #D2D755;
  color: #ffffff !important;
  font-weight: 600;
  padding: 8px 20px;
  display: inline;
  border: none;
  text-align: center;
  text-decoration: none;
}

/*remove reg button on header*/
#section-1371490 > div > div > div > div.col-xs-12.col-sm-3.col-md-4 > div > a{
  display: none;
}
/* Change Header Text Padding */
.global-template .header .left {
        padding-left: 15px;
    }

/* Hide Button in Header */
.global-template .global-header-button {
   display: none !important;
}

/* to remove transparent overlay */
.global-template .global-cover-photo-background {
background-image: url("https://res.cloudinary.com/bizzaboprod/image/upload/q_auto:best,c_crop,g_custom/v1647268630/x0xik5ogvh8lhlvghcql.png")!important;
  background-size: cover; 
  background-repeat: no-repeat; 
  background-attachment: fixed !important;
  background-position: center center;
}

/* Hide Website Footer */
footer {
  display: none;
}

/*Fix Countdown Clock Lines*/

.global-template .count-container {
    border-left-width: 2px;
    border-left-style: solid;
    border-left-color: #ffffff;
}

.global-template .count-container:last-child { 
  	border-right-width: 2px;
  	border-right-style: solid;
    border-right-color: #ffffff;
}

/*specific pages container*/
.home-custom-css{}
.community-custom-css{
display: none}
.agenda-custom-css{}


/*Hide my registrations section on agenda*/

.agenda-view .tab-buttons-container .tab-button-wrapper .tab-button.my-registrations-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(3) > div.tab-button-border.background-color-gray {
  display: none;
}

.main-view.footer-padding, .editor-home-page.footer-padding {
  padding-bottom: 0px;
}


.color-1-background-opacity, .color-1-background-opacity.custom-color {
        background-color: rgba(27, 54, 93);
 }

.speakers-custom-css{}

.color-1-background-opacity, .color-1-background-opacity.custom-color {
        background-color: rgba(179, 196, 213);
 }

.business-template .sponsors .partner-logo-container {
  border: 0px;
}

.partner-logo .partner-logo-img.bordered {
  max-width: 120%;
  max-height: 120%;
}


/*main container of each section*/
.main-app-container {}

/*
call-to-action buttons e.g:
Register, Join The Community etc
*/

/*Top navigation bar container*/
.template-nav {}
.open > ul:nth-child(2) > li:nth-child(2) > a:nth-child(1) {
  display: none;
}
.open > ul:nth-child(2) > li:nth-child(3) > a:nth-child(1) {
  display: none;
}

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


/*Change Registration Element Button text*/
.element.style .btn {
    font-weight: 600;
    font-family: Manrope,'Open Sans',sans-serif;
    padding: 7px 12px;
    font-size: 18px;
    border-radius: 0px !important;
}

/*change social icon padding*/
.global-template .header .social-share-buttons-holder {
    margin-top: 60px;
    text-align:left
}

.global-template .header p {
    font-size: 1.5rem;
    line-height: 3rem;
    text-align:left
}

.global-template h1.main-header {
    width: initial;
    text-align: left;
    padding-top: 40px;
    margin-bottom: -30px;
    line-height:1em
}

/*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)));
}
 
/*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;
}

body > div.react-main > div > div > div.agenda-view.session-list-view.agenda-custom-css.sideBySide.row > div > div > div > div > div:nth-child(even) > div > div.time-row.row > div.time-elem.col-md-1.col-sm-2.col-xs-3 {
  display: none;
}

body > div.react-main > div > div > div.agenda-view.session-list-view.agenda-custom-css.sideBySide.row > div > div > div > div > div:nth-child(odd) > div > div > div.time-elem.col-md-1.col-sm-2.col-xs-3 {
display: none;
}

/* Change session filter label */
#sessions-filter .filter-label {
  font-size: 0;
}

#sessions-filter .filter-label::after {
  display: inline-block;
  content: "Tag Filters";
  font-size: 12px;
}

/* Remove Time on filter dropdown menu */
body > div.react-main > 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) > li > a > span {
  display: none;
}

body > div.react-main > 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) > li > a > i {
  display: none;
}

body > div.react-main > 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:nth-child(4) > div.days-row.margin-vertical-xs.row > div > div:nth-child(1) > div > div > button {
display: none;
}

body > div.react-main > 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) > li > a {
display: none;
}

body > div.react-main > div > div > div.agenda-view.session-list-view.agenda-custom-css.sideBySide.row > div > div > div > div > div:nth-child(1) > div > div.time-row.row {
content: “keynote”;
}

/* Start hero Section*/
.hero {
    height: 100vh;
    min-height: 800px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-content {
    text-align: center;
    text-align: -webkit-center;
    color: #ffffff;
    font-family: "Open Sans", sans-serif;
    padding: 20px;

}

.hero-pretitle {
    color: #FFF;
    text-align: center;
    font-family: "Open Sans", sans-serif;
    font-size: 24.356px;
    font-style: normal;
    font-weight: 600;
    line-height: 25.07px;
    letter-spacing: 0.496px;
    margin-bottom: 10px;
}

.hero-title {
    color: #FF6C0E;
    text-align: center;
    font-size: 63.649px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 1.769px;
    margin-bottom: 20px;
}

.hero-description {
    color: #FFB400;
    text-align: center;
    max-width: 849px;
    font-size: 35px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: 1.181px;
    margin-bottom: 20px;
}

.hero-date {
    color: #FFF;
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 1.531px;
}

.hero-location {
    color: #FFF;
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 1.531px;
}

@media only screen and (max-device-width: 767px) {
    .hero-pretitle, .hero-date {
        font-size: 30px;
    }

    .hero-title {
        font-size: 40px;
    }

    .hero-description {
        font-size: 25px;
    }

    .hero-location {
        font-size: 30px;
    }
}

@media only screen and (max-device-width: 600px) {
    .hero-pretitle, .hero-date {
        font-size: 18px;
    }

    .hero-title {
        font-size: 30px;
    }

    .hero-description {
        font-size: 20px;
    }

    .hero-location {
        font-size: 16px;
    }
}
