/*
Theme Name: St George
Author: Worcester Web Studio
Author URI: https://www.worcesterwebstudio.com
Theme URI: https://www.worcesterwebstudio.com
Description: A bespoke theme for St Georges Primary School Worcester
Version: 1.0.0
*/
/* General stuff */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

html, body {
  overflow-x: hidden !important;
}

body {
  line-height: 18px;
  word-wrap: break-word;
  font-size: 100%;
  font-family: 'Lato', sans-serif;
}

blockquote, q {
  quotes: none;
}
blockquote::before, blockquote::after, q::before, q::after {
  content: "";
  content: none;
}

button {
  outline: 0;
}

ol, ul {
  list-style-type: none;
}

q {
  display: inline;
  font-style: italic;
}
q:before {
  content: '"';
  font-style: normal;
}
q:after {
  content: '"';
  font-style: normal;
}

textarea, input[type=text], input[type=button], input[type=submit], input[type=reset], input[type=search], input[type=password] {
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th, td {
  padding: 2px;
}

big {
  font-size: 120%;
}

small, sup, sub {
  font-size: 80%;
}

sup {
  vertical-align: super;
}

sub {
  vertical-align: sub;
}

dd {
  margin-left: 20px;
}

kbd, tt {
  font-family: 'Lato', sans-serif;
  font-size: 12px;
}

ins {
  text-decoration: underline;
}

del, strike, s {
  text-decoration: line-through;
}

dt {
  font-weight: bold;
}

address, cite, var {
  font-style: italic;
}

* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

.aligncenter {
  margin: 0 auto;
  display: block;
}

.gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked + label, .gform_wrapper ul.gfield_radio li input[type=radio]:checked + label {
  font-weight: 400 !important;
}

.gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked + label a, .gform_wrapper ul.gfield_radio li input[type=radio]:checked + label a {
  font-weight: 700 !important;
}

.gform_wrapper.gf_browser_chrome .gfield_checkbox li input, .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox], .gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
    margin-top: 0 !important;
}

p, h1, h2, h3, h4, h5, h6, li, td, i, br, a, span {
  line-height: normal;
  font-family: 'Lato', sans-serif;
}

a {
  text-decoration-skip-ink: auto;
  color: inherit;
}
a:hover, a:focus, a:active, a:visited {
  text-decoration: none;
  color: inherit;
}

body.home h1 {
  font-size: 2.813em;
}

h1 {
  font-size: 2em;
  font-weight: 900;
  text-transform: none;
  line-height: 45px;
  color: #ffffff;
  padding-bottom: 10px
}

h2 {
  font-size: 1.563em;
  font-weight: 900;
  line-height: 30px;
  color: #2A2929;
  border-bottom: 2px solid #2A2929;
  padding-bottom: 15px;
  margin-bottom: 20px;
  margin-top: 20px;
  display: inline-block;
}

h3 {
  font-size: 1.5em;
  font-weight: 700;
  line-height: 28px;
  color: #2A2929;
  padding-bottom: 10px;
  margin-top: 10px
}

h4 {
  font-size: 1.4em;
  font-weight: 700;
  line-height: 26px;
  color: #2A2929;
  padding-bottom: 15px;
  margin-top: 10px
}

h5 {
  font-size: 1.375em;
  font-weight: 700;
  line-height: 25px;
  text-transform: uppercase;
  color: #2A2929;
  margin-top: 10px
}

h6 {
  font-size: 1.1em;
  font-weight: 700;
  line-height: 24px;
  color: #2A2929;
  padding-bottom: 15px;
  margin-top: 10px
}

body.home h3,  body.home h4, body.home h5 {
  color: #ffffff;
}

.entry-content p {
  font-size: 1.063em;
  font-weight: 400;
  line-height: 24px;
  color: #2A2929;
  padding-bottom: 15px;
}

.entry-content a {
  font-size: 1.063em;
  font-weight: 700;
  line-height: 24px;
  color: #9E2629;
  padding-bottom: 15px;
  transition: 0.3s;
}

.entry-content a {
  font-size: 1.063em;
  font-weight: 700;
  line-height: 24px;
  color: #9E2629;
  padding-bottom: 15px;
  transition: 0.3s;
}

.entry-content a:hover {
  color: #2A2929;
}

.entry-content ul, .entry-content ol {
  margin-left: 20px;
  list-style: disc;
  margin-bottom: 15px
}

.entry-content ul li, .entry-content ol li {
  font-size: 1.063em;
  font-weight: 400;
  line-height: 24px;
  color: #2A2929;
  padding-bottom: 5px;
}

strong {
  font-weight: 700;
}

em {
  font-style: italic;
}

.fourteenForty {
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
}

.twelveHundred {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

.tenEighty {
  position: relative;
  max-width: 1080px;
  margin: 0 auto;
}

.nineSixty {
  position: relative;
  max-width: 960px;
  margin: 0 auto;
}

.fullWidth {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
}

.clear {
  clear: both;
}

.imgHolder img, .wp-block-image img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

section.entry-content img {
  max-width: 100%;
  height: auto;
  display: initial;
}

.slimPad {
  padding-left: 8px;
  padding-right: 8px;
}

.noPad {
  padding-left: 0;
  padding-right: 0;
}

.noPadMobile {
  padding-left: 0;
  padding-right: 0;
}

.button {
  text-transform: none;
  transition: 0.3s ease all;
}

header .button a {
  display: block !important;
  width: 100%;
}

.button a {
  display: inline-block;
  max-width: 100%;
  text-align: center;
  padding: 10px 25px;
  text-decoration: none;
  background-color: #9E2629;
  color: #ffffff;
  line-height: normal;
  font-size: 1.25em;
  font-weight: 700;
  transition: 0.3s;
}

.button a:hover {
  background-color: #2A2929;
  color: #ffffff;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

/* End general */

/* HEADER */

#desktopHeader {
  background-color: transparent;
  z-index: 999999;
  width: 100%;
  margin: 25px auto;
}

#desktopHeader .desktopMenu {
  position: relative;
}

#desktopHeader .logoContainer img {
  margin: 0 auto;
  text-align: center;
}

#desktopHeader .headerButton {
  display: flex;
  align-items: center;
  min-height: 63px;
}

#desktopHeader nav#menu {
  margin-top: 30px;
  width: 100%;
}

#desktopHeader ul {
  margin-bottom: 0px;
  text-align: center;
}

#desktopHeader ul > li {
  display: inline-block;
  list-style: none;
  margin-right: -5px;
  background-color: #eaeaea;
}

#desktopHeader ul > li > a {
  padding: 12px 10px 12px;
  font-weight: 700;
  display: block;
  font-size: 1em;
  background-color: #eaeaea;
  color: #383838;
}

#desktopHeader ul > li:hover > a {
  background-color: #919090;
  color: #ffffff
}

#desktopHeader ul.sub-menu > li:hover > a  {
  background-color: #919090;
  color: #ffffff
}

.menu-item-has-children > ul.sub-menu {
  display: block;
  border-top: none;
  transition: 0.3s ease all;
  transform: scaleY(0);
  transform-origin: top;
  visibility: hidden;
}

.menu-item-has-children:hover > ul.sub-menu {
  transform: scaleY(1);
  visibility: visible;
}

#desktopHeader ul.sub-menu {
  position: absolute;
  z-index:100;
  background-color: #eaeaea;
  margin: 0px;
  text-align: left;
}

ul#menu-main-menu-1 > li:last-of-type ul.sub-menu {
  left: initial;
  right: 0;
}

#desktopHeader ul.sub-menu > li {
  position: relative;
  top: 100%;
  left: 0;
  display: block;
  z-index:100;
  width: 100%;
  -webkit-column-break-inside: avoid; /* Chrome, Safari, Opera */
  page-break-inside: avoid; /* Firefox */
  break-inside: avoid; /* IE 10+ */
  min-width: 240px;
}

#desktopHeader ul.sub-menu > li a {
  width: 100%;
  text-align: left;
  font-size: 15px;
  padding: 10px 20px;
}

ul.sub-menu ul.sub-menu {
  top: 0;
  left: 100%;
}

ul.sub-menu li ul.sub-menu {
  display: none;
}

ul.sub-menu > li:hover ul.sub-menu {
  display: block;
}

/* END HEADER */
/* NAV */
/* Desktop menu */
/* Mobile Menu */

.mm-panels {
   background: none;
}

.mm-listview .mm-next {
  background: #9E2629;
}

.mm-menu .mm-listview>li .mm-next:after, .mm-menu .mm-btn:after, .mm-menu .mm-btn:before {
  border-color: white;
}

.mobileMenu {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 72px;
  color: #fff;
  background-color: #9E2629;
  z-index: 9999;
  padding: 0;
  display: none;
}

.mobileMenu .navButton {
  text-transform: uppercase;
  text-align: center;
  font-size: 11px;
  padding: 11px 0px;
}

.mobileMenu .navButton i {
  font-size: 28px;
}

.mobileMenu .navButton a {
  color: #fff;
  font-weight: 700;
}

.mobileMenu .navButton a:hover {
  text-decoration: none;
}

.mobileMenu p {
  padding: 5px 0;
  font-size: 1.1em;
}

.mm-menu {
  color: white !important;
  background: #9E2629!important;
}

.mm-listview li {
  font-size: 16px;
  padding-bottom: 0;
}

a.mm-title {
  display: none;
}

  .mm-panels>.mm-panel.mm-hasnavbar {
padding-top: 120px;
background-color: #9E2629
}

.mm-listview>li:not(.mm-divider):after, .mm-navbar {
  border-bottom: 0 !important;
}

#my-menu img {
  margin-top: 40px;
  margin-left: 15px;
  position: absolute;
}

#wpadminbar.mobile {
  display: none;
}

li.closeMenu {
    font-weight: 700;
    padding-top: 25px;
    font-style: italic;
}

li.closeMenu a {
    font-size: 14px;
}

/* END NAV */
/* BODY */
/* Homepage */

#splashBanner {
  min-height: 636px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.splashBannerContent {
  max-width: 525px;
  background-color: transparent;
  margin-left: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  min-height: 636px;
}

#noticeBanner {
  background-color: #9E2629;
  padding: 24px 0px 22px;
  text-align: center;
}

#introductionBanner {
  background: transparent;
  padding: 89px 0px 82px;
  margin: 0 auto;
  text-align: center;
}

#introductionBanner h2, #introductionBanner h3, #introductionBanner h4, #introductionBanner h5, #introductionBanner h6 {
	color: #9E2629
}
 
#introductionBanner p {
  font-size: 1.25em;
  text-align: center;
  margin: 0 auto
}

#welcomeBanner {
  display: flex;
  flex-wrap: wrap;
}

.welcomeIntroduction {
  min-height: 476px;
  display: flex;
  width: 100%;
  align-items: center;
  background-color: #2A2929;
  color: #ffffff;
  padding: 94px 220px 94px 34px;
}

.welcomeIntroduction h2 {
  color: #ffffff;
  border-bottom: 2px solid #ffffff;
}

.welcomeIntroduction p {
  color: #ffffff;
}

.welcomeImage {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 476px;
}

#pageLinks {
  background-color: #EEEEEE;
  padding: 106px 0px;
}

.pageBlock {
  margin: 0 auto;
  background-color: #2A2929;
  height: inherit;
}

.pageBlockLabel {
  padding: 36px 60px 45px;
  text-align: center;
}

.pageBlockLabel h2 {
  color: #ffffff;
  border-bottom: 2px solid #ffffff;
}

.pageBlockLabel p {
  color: #ffffff;
  font-size: 1.25em;
  padding-bottom: 28px
}

.pageBlockLabel .button a:hover {
  background-color: #ffffff;
  color: #2A2929;
}

.headIntroduction {
 min-height: 729px;
  display: flex;
  width: 100%;
  align-items: center;
  background-color: #ffffff;
  color: #ffffff;
  padding: 70px 60px 70px 220px;
}

.headImage {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 729px;
}

#redBanner {
  background-color: #9E2629;
  padding: 89px 0px 82px;
}

#redBanner p {
  font-size: 1.25em;
  text-align: center;
  margin: 0 auto;
  color: #ffffff
}

#homepageGallery {
  padding: 90px 0px 96px;
  margin: 0 auto;
  text-align: center; 
}

#homepageGallery .imageGallery {
  margin: 25px 0px 45px;
}
/* Subpage */

#pageBanner {
  min-height: 271px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#pageBanner .pageTitle {
  display: inline-block;
  background-color: #9E2629;
  padding: 20px 30px;
  position: absolute;
  top: 210px;
  z-index: 99;
}

#pageBanner .pageTitle h1 {
  padding-bottom: 0px;
}

#mainContent {
  padding: 45px 0px;
}

.pageContent {
  min-height: 75vh;
  background-color: #eaeaea;
  padding: 35px;
  margin-right: 50px;
}

.logoContainer {
  margin: 10px 0px 25px;
}

.logoContainer img {
	margin-bottom: 30px;
}

.splitContainer {
  margin: 10px 0px 25px;
}

.staffArchive {
  display: flex;
  flex-wrap: wrap;
}

.staffProfile {
  text-align: center;
  margin: 10px 0px 25px;
}

.staffProfile img {
  margin-bottom: 10px;
}

/* Sidebar */

.sidebar {
  background-color: #eaeaea;
  padding: 35px;
}

.sideText {
  padding: 35px 0px 15px;
  max-width: 350px;
  margin: 0 auto;
  text-align: center;
}

.sidebar .button {
  margin: 0 auto 15px;
  text-align: center;
}

.sidebar .button a {
  width: 100%;
  max-width: 360px
}

.leftSplit {
    padding-left: 0px;
    padding-right: 15px;
  }

  .rightSplit {
    padding-left: 15px;
    padding-right: 0px;
  }

/* CONTACT FORM */

.gform_wrapper input {
  border: solid 1px #2A2929;
}

.gform_footer input {
  display: inline-block;
  float: right;
  max-width: 100%;
  text-align: center;
  padding: 10px 25px !important;
  text-decoration: none;
  background-color: #9E2629;
  color: #ffffff;
  border: none;
  line-height: normal;
  font-size: 20px !important;
  font-weight: 700;
  transition: 0.3s;
}

.gform_footer input:hover {
  background-color: #2A2929
}

/* END BODY */
/* FOOTER */

#mainFooter {
  padding: 58px 0px 62px;
  background-color: #2A2929;
  text-align: center;
}

#mainFooter h2 {
  color: #ffffff;
  border-bottom: 2px solid #ffffff;
}

#mainFooter p {
  color: #ffffff;
  font-weight: 700;
  line-height: 24px;
  font-size: 1.063em;
}

#mainFooter ul li a,  #mainFooter a{
  color: #ffffff;
  font-weight: 700;
  line-height: 24px;
  font-size: 1.063em;
  transition: 0.3s;
}

#mainFooter ul li a:hover, #mainFooter a:hover {
  color: #9E2629;
}

#subFooter {
  background-color: #9E2629;
  padding: 10px 0px;
}

#subFooter p, #subFooter a{
  color: #ffffff;
  padding-bottom: 0px;
  line-height: normal;
  font-size: 14px;
  transition: 0.3s;
}

#subFooter a:hover {
  color: #2A2929;
}


/* END FOOTER */
/* Media Queries */
@media screen and (max-width: 1441px) {

  .noPad {
    padding: 0px 15px;
  }

  header .button a {
    font-size: 1em;
  }

  #mainFooter p, #mainFooter li {
    font-size: 0.8em;
  }

  .welcomeIntroduction {
    padding: 94px 15px 94px 34px;
  }

  .headIntroduction {
    padding: 70px 60px 70px 15px;
  }

  #pageBanner .pageTitle {
    left: 15px;
  }
}

@media screen and (max-width: 1201px) {

  .pageContent {
      margin-right: 0px;
    }

    .sidebar {
      padding: 35px 15px;
    }

    #desktopHeader .desktopMenu ul li a, #desktopHeader .desktopMenu ul li ul li a  {
      padding: 12px 7px 12px;
      font-size: 0.9em;
    }
  }

@media screen and (max-width: 991px) {

  h1, body.home h1 {
    font-size: 1.75em;
    line-height: 35px;
  }

  h2 {
    font-size: 1.4em;
    line-height: 30px;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }

  h3 {
    font-size: 1.4em;
    line-height: 35px;
    padding-bottom: 10px;
  }

  h4 {
    font-size: 1.375em;
    line-height: 32px;
    padding-bottom: 10px;
  }

  h5 {
    font-size: 1.25em;
    font-weight: 700;
    line-height: 27px;
  }

  h6 {
    font-size: 1.1em;
    font-weight: 700;
    line-height: 21px;
  }

  .entry-content p, #redBanner p, #introductionBanner p  {
    font-size: 1em;
  }

  .button a {
    padding: 8px 20px;
    font-size: 1.125em;
  }

  .left, .right {
    text-align: center;
  }

  .desktopMenu {
    display: none;
  }

  .mobileMenu {
    display: block;
  }

  nav ul li:hover > a {
    border-bottom: 0;
  }

  nav ul li.current-menu-item {
    border: 0;
  }

  #desktopHeader .headerButton {
    display: none
  }

  #desktopHeader {
    margin: 20px 0px;
  }

  #introductionBanner, #redBanner, #homepageGallery, #pageLinks {
    padding: 40px 0px;
  }

  .welcomeImage, .headImage {
    min-height: 80vh
  }

  .welcomeIntroduction, .headIntroduction {
    padding: 30px 15px;
    min-height: 20vh;
  }

  #homepageGallery img, #pageLinks .pageBlock {
    margin-bottom: 20px;
  }

  #splashBanner {
    min-height: 60vh;
    background-position: 50% 50%;
  }

  .splashBannerContent {
    max-width: none;
    min-height: 60vh;
  }

  footer {
    margin-bottom: 72px;
  }

  #mainFooter {
    padding: 40px 0px;
  }

  #mainFooter img {
    margin: 30px auto
  }

  #pageBanner {
    min-height: 150px;
  }

  #pageBanner .pageTitle {
    top: 125px;
    padding: 10px 15px;
    left: 15px;
  }

  .sidebar {
    display: none;
  }

  .pageContent {
    padding: 35px 15px;
  }

  .logoContainer img {
    margin-bottom: 25px;
  }

  .leftSplit, .rightSplit {
    margin-bottom: 15px;
    padding-right: 0px;
    padding-left: 0px;
  }

}


@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
.splashBannerContent {
  max-width: 525px;
  background-color: transparent;
  margin-left: 20px;
  padding-top: 20%;
  min-height: 636px;
}
}

/*# sourceMappingURL=style.css.map */
