@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');


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


/* about section */

.aboutSection .atom-sectionMain.rowHolder.description.custom-space-top.custom-space-bottom {
    padding: 8rem 0rem;
}



/* This is editing the heading styles*/
.trade-template h1, .trade-template h2, .trade-template h3, .trade-template h4, .trade-template h5 {
    font-weight: bolder;
    text-transform: capitalize;
}


button.atom-main.btn.btn-custom-element:hover, button.atom-main.btn.btn-custom-element:focus, button.atom-main.btn.btn-custom-element:active {
    background: #393939;
}

.section-header a.atom-main.btn.btn-success.btn-register:hover, .section-header a.atom-main.btn.btn-success.btn-register:focus, .section-header a.atom-main.btn.btn-success.btn-register:active {
    background: #8c0815;
}


/* This part of the css controls the hero section */
.heroSection > .atom-sectionMain {
    display: flex;
    min-height: 70vh !important;
padding-bottom: 5rem;
    height: 120dvh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 3.5rem;
}

.trade-template .event-image-holder {
    text-align: left;
    width: 100%;
    height: auto;
}

.trade-template .center-image {
    position: relative;
  width: 55%;
}


.heroSection .main-app-container.custom-space-top.custom-space-bottom {
    padding: 5.5rem 0px 0px;
}

.heroSection .rowHolder.element-20805048.atom-sectionMain.cover-photo-background:before {
  content: "";
  position: absolute;
  left: 0; right: 0;
  top: 0; bottom: 0;
 background-blend-mode: multiply;
    background-blend-mode: multiply;
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.28895308123249297) 100%);

}

 .color-1-selected.selected, .color-1-selected.custom-color.selected, .dropdown-menu > li > a.color-1, .dropdown-menu > li > a.color-1.custom-color {
                color: #fcd0d4;
            }

/* mobile css */
@media (min-width: 300px) and (max-width:960px) {
    .heroSection > .atom-sectionMain{
        height:unset;
        padding-inline:1.5rem;padding-bottom: 4rem;
    }

body .partner-logo img.partner-logo-img {
    max-width: 100px;
    max-height: 50px;
}


body .trade-template .sponsors .partner-container {
    padding: 20px 0 32px;
}

body .section-speakers .atom-sectionMain.rowHolder.speakers.custom-space-top.custom-space-bottom {
    padding: 5rem 0px;
}

.trade-template .center-image {
    width: 100%;
}

body .registrationSection h2.text-center {
    font-size: 3rem;
}

}
.navbar-default .navbar-toggle {
    color: #fff;
}



.heroSection .main-app-container.custom-space-top.custom-space-bottom.square-shadow {
    text-align: left !important;

}

.heroSection .text-center {
    text-align: left;
    margin-left: 0px !important;
}

.trade-template .register-btn-holder .btn-success:hover, .trade-template .register-btn-holder .btn-success:active,.trade-template .register-btn-holder .btn-success:active {background: #830613;}

.trade-template .register-btn-holder .btn-success {
    padding: 16px 24px;
    letter-spacing: 0.00625rem;
    text-transform: uppercase;
}

.section-header a.atom-main.btn.btn-success.btn-register {
    border-color: transparent;
    border-radius: 100px;
    padding: 16px 24px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1.25rem;
    letter-spacing: 0.00625rem;
}

h1.atom-main {
    text-transform: capitalize;
    font-weight: 600;
}

.heroSection .date-venue-holder {
    margin-bottom: 2em;
}

span.atom-main.date-venue-holder {
    font-weight: bold;
    line-height: 3.5em;
}


/* move the logo to the left */
li.logo-li-holder {

    width: 200px;

}

.image-container-item img {
    width: 100%;
    max-width: 90%;
    max-height: 90%;
    object-fit: contain;
    left: 20px;
}


/* navigation */

nav.template-nav.navbar.navbar-default {
   height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-block: 1rem;
    width: 100%;
    transition: background-color .3s linear,transform .5s cubic-bezier(.89, .2, 0, 1);
    background: rgba(0,0,0,.5);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.template-nav .container-fluid {
    width: 100%;
    padding-right: var(--bs-gutter-x, .75rem);
    padding-left: var(--bs-gutter-x, .75rem);
    margin-right: auto;
    margin-left: auto;
}

.home-page.home-custom-css {
    padding-top: 0px !important;
}

.trade-template .nav-menu-btn {text-transform: capitalize;font-weight: 600;}

/* editing the speakers section */

.trade-template .speakers .attendee-name {
    font-weight: bold;
}

.trade-template .speakers .attendee-title {
    margin-top: 0px;
}

.trade-template .atom-sectionMain.rowHolder.speakers.custom-space-top.custom-space-bottom {
    background: #fff;
}

.trade-template .speakers .attendee-company {
    margin-bottom: 6px;
    margin-top: 5px;
}

.section-speakers .atom-sectionMain.rowHolder.speakers.custom-space-top.custom-space-bottom {
    padding: 5rem 0px;
}


.speakers .speaker-text {
    font-size: 16px !important;
}

.sleek-template h2.atom-main.medium.custom-font {
    margin-bottom: 4rem;
}


/* Event Detail Section */


.eventDetailsSection .main-app-container.custom-space-top.custom-space-bottom {
    padding: 5rem 0rem;
}

.eventDetailsSection h4 {
    color: #5a5858;
    font-weight: bolder;
    font-size: 1.25rem;
    margin-bottom: 1.4rem;
}

.eventDetailsSection h2 {
    padding: 2rem 0px;
}

.eventDetailsSection .full-width.text-center {
    text-align: left;
}



.eventDetailsSection .trade-template .html-container p {
    line-height: 1.5rem;
}

.eventDetailsSection .html-container p {
    line-height: 1.5rem;
color: #5a5858;
}

 .about-venue-details {
    list-style-type: none;
    padding-left: 0
}

.about-sec .container .about-desc .about-venue-details li a {
    text-decoration: none
}

.about-sec .container .about-desc .about-venue-details li a:hover {
    color: #0a58ca;
    text-decoration: underline
}

h4 {
    font-size: 1.5rem;
}

ul.about-venue-details li {
    line-height: 2em;
}

ul.about-venue-details {
    margin-top: 2rem;
}

ul.about-venue-details li a {
    font-size: 1.2em;
 color: #3b3b3b;
}

.about-venue-details li a:hover, .about-venue-details li a:focus,
.about-venue-details li a:active {
    color: #0a58ca;
    text-decoration: underline
}



button.atom-main.btn.btn-custom-element.padding-horizontal-medium.border-transparent {
    border-color: transparent;
    border-radius: 100px;
    padding: 16px 32px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1.25rem;
    letter-spacing: 0.00625rem;
}

/* sponsor section */

.partner-logo img.partner-logo-img {
    margin: auto;
    height: auto;
    object-fit: contain;
    max-width: 175px;
    max-height: 100px;
    cursor: pointer;
}

.sponsorSections .main-app-container.custom-space-top.custom-space-bottom {
    padding: 0px;
  
}

.sponsorSections h2.text-center {
    color: #f1172d;
    font-weight: bold;
    font-size: 2.6rem;
}

.sponsorSections p {
    color: #212121;
}

.section-sponsors .partner-level span.partner-level-label {
    color: #000 !important;
    border-color: #000 !important;
}

.sponsorSections .element-20829484.atom-sectionMain.rowHolder.html-container.fr-view {

}

.section-sponsors .atom-sectionMain {
}

.section-sponsors .main-app-container.custom-space-top.custom-space-bottom {
   padding: 5em 0px;
}

.sponsorSectionButton .main-app-container.custom-space-top.custom-space-bottom {
    padding: 0px 0px 7rem 0px;
}

.sponsorSectionLead .main-app-container.custom-space-top.custom-space-bottom {
    padding: 7rem 0px 0px 0px;
}


/* agenda section */

.agendaSection h4 {
    color: #FFF;
font-weight: bolder;
    font-size: 1.25rem;
    margin-bottom: 1.4rem;
}

.agendaSection .main-app-container.custom-space-top.custom-space-bottom {
    padding: 7rem 0px 0px 0px;
}

.agendaSection h2 {
    padding: 2rem 0px;
}

body .agendaSection p {
    line-height: 1.7rem !important;
}

.agendaButton .main-app-container.custom-space-top.custom-space-bottom {
    padding: 0px 0px 7rem 0px;
}

/*about section */

.aboutSection {
    line-height: 2rem;
}


/* Download event app Section*/

.main-app-container.custom-space-top.custom-space-bottom {
    padding: 7rem 0px;
}

/* sessions */

.react-main .main-react-view.trade .agenda-view.session-list-view {
    margin: 93px 0px;
}

.atom-sectionMain.rowHolder.tickets.custom-space-top.custom-space-bottom.fr-view {
    padding-top: 93px;
}

.home-page.get-in-touch-custom-css {
    padding-top: 93px;
}

/* location section */
.venue-information .atom-sectionMain.venue-name {
    padding: 4rem 0px;
}

.about-venue-details li:before {
    padding-right: 1rem;
    display: inline-block;
    vertical-align: middle
}

.atom-sectionMain.venue-name .atom-main {
    color: #fff;
}

/*
.about-venue-details .location:before {
     content: url("https://riaconnectny.com/wp-content/themes/summit-masterclass-v2/images/location-i.svg"); 
}

 .about-venue-details .phone:before {
    content: url("https://riaconnectny.com/wp-content/themes/summit-masterclass-v2/images/phone-i.svg")
}

.about-venue-details .link:before {
    content: url("https://riaconnectny.com/wp-content/themes/summit-masterclass-v2/images/link-i.svg")
}*/

.fr-view img.fr-dii {

    margin-right: 15px;
    vertical-align: middle;
}


/* register section */ 

.registrationSection h2.text-center {
    font-size: 5rem;
    font-weight: 700 !important;
    color: #3a0309;
    max-width: 700px;
    margin: auto;
}

.registrationSection p.text-center {
    color: #464444;
}

.registrationSection button.atom-main.btn.btn-custom-element.padding-horizontal-medium.border-transparent.js-register-btn-holder {
    background-color: #de0d22;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
div {
  text-wrap: pretty;
}


.registrationSection button.atom-main.btn.btn-custom-element:hover, .registrationSection button.atom-main.btn.btn-custom-element:focus, .registrationSection button.atom-main.btn.btn-custom-element:active {
    background: #2f0308 !important;
}

ul.sections-holder.connectedSortable.ui-sortable {
    padding: 40px;
}

.section-editor-view.row.open {
    padding: 0px;
}

.becomeSponsor button.atom-main.btn.btn-custom-element:hover, .becomeSponsor button.atom-main.btn.btn-custom-element:focus, .becomeSponsor button.atom-main.btn.btn-custom-element:active {
    background: #fbdcdc;
}

/* sponsor form */

.titleSection .main-app-container.custom-space-top.custom-space-bottom {
    padding: 7.5em 0px 0px;
}

.formSection .main-app-container.custom-space-top.custom-space-bottom {
    padding: 0px;
}


/* menu item buttons */
.trade-template li.hide-tab a.nav-button-wrapper {
    background: #de0e22;
    border-color: transparent;
    border-radius: 100px;
    padding: 16px 32px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1.25rem;
    letter-spacing: 0.00625rem;
}

.trade-template .navbar-nav li:last-child {
    background: #de0e22;
    border-color: transparent;
    border-radius: 100px;
    padding: 1px 32px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: .5em;
    letter-spacing: 0.00625rem;
}

.trade-template .navbar-nav li:last-child:hover {
    background: #9b0f1d;
}

.trade-template .navbar-nav.navbar-right.hidden-sm li:last-child {
    background: none;
}

.trade-template{}

li.hide-tab a.nav-button-wrapper:hover,
li.hide-tab a.nav-button-wrapper:focus,
li.hide-tab a.nav-button-wrapper:active {
    background: #a50c1b;

}

.editor-home-page .custom-css li.logo-li-holder {
    position: relative;
}

.editor-home-page .custom-css li.logo-li-holder {
    position: relative !important;
}

li.hide-tab {
    margin-left: 10px;
}

.editor-home-page .section-editor-view.row {
    padding-top: 4em;
}

/* form */

.atom-sectionSecondary.main-app-container p {
    text-align: center;
    color: #000;
}

.submission-form .js-registration-form label {
    color: #000 !important;
}

/* speaker page inner */

.speaker-community-like-wrapper.custom-color.color-1.hidden-xs {
    display: none;
}

.speaker-container.container {
    padding: 10rem 5%;
}

.speaker-community-like-wrapper.custom-color.color-1.hidden-lg.hidden-md.hidden-sm {
    display: none;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff !important;
}

.aboutSectionEvent .atom-main p, .aboutSectionEvent .atom-main li {
    color: #d3d2d2 !important;
}
