@import url("/clients/bathrugbycommunityfoundation/styles/main.min.css");
/*@import url("http://127.0.0.1:5500/bathrugbycommunityfoundation/main.css");*/

/* DI 18.02.2019 Hide main header donate button ZD 37478 */
.appealsPostBody a.cta-button.donate-button {
  display: none;
}

/*fixed header CC */
body:not(.pf_noHeaderMedia) header#pageHeader {
  position: fixed;
  z-index: 3;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'New Johnston' !important;
}

.newsletter-button {
      position: fixed;
    transform: rotate(90deg) translateX(50%);
    transform-origin: top right;
    top: 50%;
    right: 0;
    padding: 0.5rem 1.5rem;
    background-color: #febe10;
    color: #1f1f1f !important;
    font-weight: 400;
    z-index: 9;
    font-size: 1.25rem;
    z-index: 999;
  text-decoration: none !important;
}

#pageHeader #menuMain .level1.hasSubmenu>a:after ,
ul.subMenu .hasSubmenu>a:after {
    content: "\f078";
    font-family: "FontAwesome";
    font-size: 12px;
    margin-left: 5px;
    color: white;
}

ul.subMenu .hasSubmenu>a:after {
  content: "\f054";
    font-family: "FontAwesome";
    font-size: 12px;
    margin-left: 5px;
    color: white;
}

@media screen and (max-width: 768px) {
  body:not(.pf_noHeaderMedia) header#pageHeader {
    position: relative!important;
  }
}
@media screen and (min-width: 1024px) {
  body.userLoggedIn {
    padding-top: 100px;
  }
  body.homepage.userLoggedIn .mainLogoWrapper {
    top: 100px;
  }
  body.userLoggedIn .mainLogoWrapper {
    top: 150px;
  }
}
