/*Reduce footer margin MA 4240951-zd*/
#colophon.site-footer {
margin-top: 0px;
}
/* Remove whitespace below menu - homepage -4267926-zen - SM*/
@media only screen and (min-width: 822px) {
    .home .site-header {
        padding-bottom: 0
    }
    .home #main {
        padding-top: 0
    }
}
@media only screen and (max-width: 600px) {
   .site-header
 { margin-top: 50px; }
	
}
/* Hide footer NP 4403146-zen */
footer#colophon {
    display: none;
}
/* Remove space above footer | #4561012-zen (hh) */
aside.widget-area {
    display: none;
}
/*Hide page title on all pages. 4561918-zen ST.*/
.entry-title, header.entry-header.alignwide {
    display: none;
}
/* remove padding from bottom of header 4561918-hc */
@media only screen and (min-width: 822px) {
    .site-header {
        padding-bottom: 0;
    }
}

/*move logo and menu below ticker script on mobile | 4562218-zen (KAK)*/
@media only screen and (max-width: 600px) {
   .site-logo,
   .menu-button-container {
      margin-top: 50px !important;
   }
}

/*Increase size of logo on mobile devices | 4562218-zen (JM)*/
@media only screen and (max-width: 800px) {
  .site-logo .custom-logo{
   max-width: 100%;
  }
}
/* Remove the white space below the header on mobile -xxxxx-hc - SM*/
@media only screen and (max-width: 600px) {
    .site-header {
        margin-top: 0;
    }
    #main {
        padding-top: 0;
    }
    .stk-block {
        display: none;
    }
}  
/*Remove the border from the mobile menu. | 4576538-zen (ST)*/
.primary-navigation .sub-menu {
    border: none;
}
/* hide the comments and the post meta from the individual posts / 4781840-zen (DZ) */
.single-post div#comments, .single-post footer.entry-footer.default-max-width {
    display: none;
}
/*reduce menu close div width to prevent menu item blocking | 4822940-ZD | 2022-03-01 (KS) */    
@media only screen and (max-width: 600px) {
.primary-navigation-open .menu-button-container { width: 35%; }  
.primary-navigation .sub-menu .menu-item > a { padding-bottom: 5px; }    
}
