/*
Theme Name: Conference Pro
Theme URI: http://www.showthemes.com/conference-pro-wordpress-theme
Author:  Showthemes
Author URI: http://www.showthemes.com
Version: 2.0.7
*/



/***
header
****/

.site__header {
    position: relative;
  }

.site__centered{
max-width: 100%;
}

.logo{
  width:150px;
  top:0;
  -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}


.site__header.site__header_hidden .logo{
  top: -60px;
}

.hero_conference.hero_default .hero__images {
      margin-top: 0px;
}

.hero_conference.hero_default .hero__layout, .hero_conference.hero_bg-video .hero__layout{
  padding-top:90px;
}

.logo-footer{
  top:-60px;
}

.hero.hero_conference.hero_default{
  margin-bottom:0 !important;

}


@media (min-width: 768px){

  .site__header {
    position: fixed;
  }

  .hero_conference.hero_default .hero__images {
        margin-top: 0px;
  }

  .logo-footer{
    top:-100px;
  }

  .hero_conference.hero_default .hero__layout, .hero_conference.hero_bg-video .hero__layout{
    padding-top:80px;
  }

  .logo{
        top: 0px;
        width:213px;
  }
  .site__header.site__header_hidden .logo{
    top: 80px;

  }





}/*min 768*/

@media (min-width: 1000px){

  .content {
    padding: 30px 15px;
  }
}/*min 1000*/
