html.page-lock {
  overflow: hidden
}

body {
  padding-top: 80px;
}

@media (min-width: 981px) {

body {
    padding-top: 106px
}
  }

@media (min-width: 1025px) {

body {
    padding-top: 92px
}
  }

#main-header,
#main-header.et-fixed-header {
  position: fixed;
  transition: all .3s 0s;
}

.logged-in #main-header,
.logged-in #main-header.et-fixed-header {
    top: 0;
}

@media (min-width: 601px) {

.logged-in #main-header,
.logged-in #main-header.et-fixed-header {    
      top: 46px
}
    }

@media (min-width: 783px) {

.logged-in #main-header,
.logged-in #main-header.et-fixed-header {    
      top: 32px
}
    }

/* CSS removed from the DB (divi) */

@media screen and (max-width: 980px) {
  	/* what is this for? */
	.et_header_style_left .logo_container{
		max-width:150px;
	}
}
