/*Placing heder logo on top right corner mario.r@bizzabo.com*/

#section-5477892 > div.rowHolder.element-26336557.atom-sectionMain.cover-photo-background > div > div > div.col-xs-12.event-images-holder{
  position: absolute;
    top: 0;
    left: 47%;
}

@media screen and (max-width: 769px) {
  #section-5477892 > div.rowHolder.element-26336557.atom-sectionMain.cover-photo-background{
    background-size: cover;
  }
  #section-5477892 > div.rowHolder.element-26336557.atom-sectionMain.cover-photo-background > div > div > div.col-xs-12.event-images-holder{
  position: absolute;
    top: 0;
    left: 37%;
}

}

/*------------End-----------*/

/*Increasing height of text container of cards on custom element*/
  @media screen and (min-width: 1024px) {
    #section-5511598 > div > div > div.element-groups.Component-elementGroups-0-2-1 >div >div{
      height: 150px;
    }
  }

/*Setting aspect ratio to 1 so all images are squared*/
#section-5511598 > div > div > div.element-groups.Component-elementGroups-0-2-1 > div:nth-child(1) > img,
#section-5511598 > div > div > div.element-groups.Component-elementGroups-0-2-1 > div:nth-child(2) > img,
#section-5511598 > div > div > div.element-groups.Component-elementGroups-0-2-1 > div:nth-child(3) > img,
#section-5522266 > div > div > div.element-groups.Component-elementGroups-0-2-1 > div:nth-child(1) > img,
#section-5522266 > div > div > div.element-groups.Component-elementGroups-0-2-1 > div:nth-child(2) > img{
  aspect-ratio: 1 !important;
}





/*Increasing heigth of "Towards ... Custom element */
@media screen and (min-width: 1024px) {
  #section-5529887 > div > div > div.element-groups.Component-elementGroups-0-2-1 > div{
    height: 317px;
  }
  
  #section-5529887 > div > div > div.element-groups.Component-elementGroups-0-2-1 > div > div.full-width.text-center.margin-vertical-small.margin-horizontal-auto.element-26555254{
    margin-top: 17%;
  }
}



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