/* Change Category Text to white NP #1968714-zen */
.hentry .entry-cats a {
    color: #fff;
}
/*--- reduces padding left and right on mobile sidebar widgets / #2130477-HC-PK ---*/
@media screen and (max-width: 992px) {
#page #secondary {
    padding-left: 20px;
    padding-right: 20px;
}
}
/* increase width of navigation on desktop */
@media (min-width: 768px) {
    .md\:th-w-9\/12 {
        width: 90%;
    }
    .md\:th-w-3\/12 {
        width: 10%;
    }
}
/* Make main menu fill width and move social icons to the top (https://cld.wthms.co/hbg88S) - MRFOX-ZEN -2363780  */
@media (min-width: 992px) {
  .md\:th-w-9\/12 {
    width:100%;
  }
  .header-left-col .main-navigation {
    width: 100%;
    margin-top: 1em;
  }
  .header-right-col {
    width:20%;
    position:absolute;
    top:1em;
    right:2em;
  }
}
/* Header: move the logo to the center -- 2363780-zen (EZ) */
@media (min-width: 992px) {
.header-left-col .site-branding{text-align: center;
  max-width: none;
  width: 100%;
  }
  #masthead .custom-logo {
    margin: 0 auto;
  }
}
/* End -- 2363780-zen (EZ) */
/*--- makes the sticky menu fullwidth / #2363780-ZD-PK ---*/
#sticky-header .sticky-right-col {
    display: none;
}
#sticky-header  .th-w-9\/12 {
    width: 100%;
}
/* Aquene widgets 100% on mobile jr-2692542-zen */

@media only screen and (max-width: 992px) {
    #secondary {
        width: 100%;
    }
}
/* Adjust the social icons on the site | RG-3238319-zen */
.jetpack-social-navigation-genericons a::before {
    content: none !important;
}
/* Adjust location of cookies widget on smaller screens | 3294443-zen */
@media screen and (max-width: 733px) {
    .widget_eu_cookie_law_widget {
        bottom: 4em;
    }
}
/* Center menu | 3607197-zd (PS) */

#primary-menu {
   display: flex;
   justify-content: center;
 }
/* Change padding on payments box 3846060-zen cw */
BODY.new-flow .wpsm-modal_container {
    padding-top: 70px;
}
/* Sticky sidebar | 9514778-ZEN (AVS) */
#secondary {
    position: sticky;
    top: 0; 
    z-index: 10;
}