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


#section-4294816 > div.rowHolder.no-background > div > div:nth-child(2) > div.col-xs-12.col-sm-10.col-sm-offset-1.text-center.element-17127634 > h1 {
    display:inline;
}
#section-4294816 > div.rowHolder.no-background > div > div:nth-child(2) > div.col-xs-12.col-sm-10.col-sm-offset-1.text-center.element-17127634 > h1:after {
    content:"\a";
    white-space: pre;
}

#section-4294816 > div.rowHolder.no-background > div > div:nth-child(2) > div.col-xs-12.col-sm-10.col-sm-offset-1.text-center.element-17127634 > h1 {
  font-size: 0px;
}
#section-4294816 > div.rowHolder.no-background > div > div:nth-child(2) > div.col-xs-12.col-sm-10.col-sm-offset-1.text-center.element-17127634 > h1:after {
  font-size: 4.3vw;
  content: "Amazon Ads summit: \a Prep for Prime Day" !important;
}

#section-4294816 > div.rowHolder.no-background > div > div:nth-child(2) > div.date-venue-holder.col-xs-12.text-center.form-group > div > div > div > div:nth-child(1) > div > span{
  font-size: 3.5vw;
}
#section-4294816 > div.rowHolder.no-background > div > div:nth-child(2) > div.date-venue-holder.col-xs-12.text-center.form-group > div > div > div > div:nth-child(2) > div{
 font-size: 2.3vw;
} 

@media screen and (max-width: 767px){
#section-4294816 > div.rowHolder.no-background > div > div:nth-child(2) > div.col-xs-12.col-sm-10.col-sm-offset-1.text-center.element-17127634 > h1:after {
  font-size: 6.5vw;
  display: block;
  line-height: 40px;
  }
#section-4294816 > div.rowHolder.no-background > div > div:nth-child(2) > div.date-venue-holder.col-xs-12.text-center.form-group > div > div > div > div:nth-child(1) > div > span{
  font-size: 5.5vw;
}
#section-4294816 > div.rowHolder.no-background > div > div:nth-child(2) > div.date-venue-holder.col-xs-12.text-center.form-group > div > div > div > div:nth-child(2) > div{
 font-size: 4.3vw;
  }
#section-4294816 > div.rowHolder.no-background > div > div:nth-child(2) > div:nth-child(4) > div > button{
    font-size:2vw;
  }
}

/*----------Changin text in agenda whe no sessions are found--------*/
/*mario.r@bizzabo.com - 05/02/24*/

  /*Text*/
        body > div.react-main > div > div > div.agenda-view.session-list-view.agenda-custom-css.list.row > div > div > div > div > div > div.no-sessions-text.col-xs-12 > span{
            font-size: 0;
        }

        body > div.react-main > div > div > div.agenda-view.session-list-view.agenda-custom-css.list.row > div > div > div > div > div > div.no-sessions-text.col-xs-12 > span::after{
            font-size: 24px;
            content: "Log in or register to view the full agenda";
        }

        @media screen and (max-width:450px) {
                   /*Adding margin top on mobile to tect container*/
        body > div.react-main > div > div > div.agenda-view.session-list-view.agenda-custom-css.list.row > div > div > div > div{
            margin-top: 7vh ;
        }

        }

        /*Button*/
        body > div.react-main > div > div > div.agenda-view.session-list-view.agenda-custom-css.list.row > div > div > div > div > div > a{
            font-size: 0;
        }
        body > div.react-main > div > div > div.agenda-view.session-list-view.agenda-custom-css.list.row > div > div > div > div > div > a::after{
            font-size: 14px;
            content: "Register";
        }



