/*Hiding event name on header*/
#section-7026429 > div.rowHolder.element-33705071.atom-sectionMain.cover-photo-background > div > div > div.col-xs-12.col-sm-10.col-sm-offset-1.text-center.element-33705068{
display: none
}
/*-----End-----*/
#bs-example-navbar-collapse-1 > ul:nth-child(1) > li:last-child > a > div{
	display:none; 
}

/* =========================
   0. LOAD FONT FILES
   Loading Poppins (600) and Roboto (400, 500)
========================= */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@600&family=Roboto:wght@400;500;700&display=swap');

/* =========================
   Page containers
========================= */
.home-custom-css {}
.community-custom-css {}
.agenda-custom-css {}
.speakers-custom-css {}
.main-app-container {}

/* =========================
   2. ROUNDED CORNERS
========================= */
.home-custom-css .main-app-container section:first-of-type .date-header,
.home-custom-css .main-app-container section:first-of-type .location-header,
.home-custom-css .main-app-container section:first-of-type .element-header,
.home-custom-css .main-app-container section:first-of-type .header-bar,
.home-custom-css .main-app-container section:first-of-type [class*="date-location"] [class*="header"],
.home-custom-css .main-app-container section:first-of-type [class*="widget"] [class*="header"],
.b-date-location-header,
.bz-element-header,
.bz-header,
.home-custom-css .main-app-container section:first-of-type div[class*="header"] {
    border-radius: 50px !important;
    overflow: hidden !important;
}

.home-custom-css .main-app-container section:first-of-type .date-view, 
.home-custom-css .main-app-container section:first-of-type .location-view,
.home-custom-css .main-app-container section:first-of-type [class*="content"] {
     border-radius: 50px !important;
     overflow: hidden !important;
     margin-top: 5px !important;
}

/* =========================
   3. REDUCE WHITE SPACE
========================= */
.home-custom-css .main-app-container [class*="text-editor"], 
.home-custom-css .main-app-container [class*="rich-text"] {
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
}

.home-custom-css .main-app-container [class*="features"],
.home-custom-css .main-app-container [class*="icons"],
.home-custom-css .main-app-container section:not(:first-of-type) {
    margin-top: -50px !important;
    padding-top: 0px !important;
    position: relative; 
    z-index: 2; 
}

.home-custom-css .main-app-container .section-wrapper {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

/* =========================
   4. BRAND TYPOGRAPHY OVERRIDES
========================= */

/* HEADINGS: Poppins SemiBold (600) */
.main-app-container h1, 
.main-app-container h2, 
.main-app-container h3, 
.main-app-container h4, 
.main-app-container h5, 
.main-app-container h6,
.main-app-container [class*="title"],
.main-app-container [class*="header"] {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 600 !important;
}

/* BODY COPY: Roboto Regular (400) */
.main-app-container p, 
.main-app-container span, 
.main-app-container li, 
.main-app-container div,
.main-app-container a {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 400 !important;
}

/* LABELS & BUTTONS: Roboto Medium (500) */
.main-app-container label,
.main-app-container button,
.main-app-container .btn,
.main-app-container input,
.main-app-container select,
.main-app-container [class*="button"],
.main-app-container [class*="label"] {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 700 !important;
  	border-radius: 4px !important;
}
.btn-register {
    font-family: 'Roboto', sans-serif !important;
  	font-weight: 700 !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
  	font-size: 24px !important;
}
.trade-template h3 {
    font-style: normal;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
}

/*Remove gray overylay*/
#section-7026429 > div.rowHolder.element-33705071.atom-sectionMain.cover-photo-background {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), !important;
}

/*Make Event Logo Bigger*/ .trade-template .event-image-holder { height: 560px; }
