@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,700;1,400;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=PT+Serif:wght@700&display=swap");
body {
  font-family: "Lato", sans-serif;
  margin: 0;
  padding: 0;
  overflow-x: hidden; }

.screen-reader-text {
  display: none; }

h1 {
  font-family: "PT Serif", serif;
  font-size: 2.5em;
  margin: 0 0 1em; }

h2 {
  font-family: "PT Serif", serif;
  font-size: 2em;
  margin: 0 0 1em; }

h3 {
  font-family: "PT Serif", serif;
  font-size: 1.75em;
  margin: 0 0 1em; }

figure {
  margin: 0; }

button:hover {
  cursor: pointer; }

.centre-aligned {
  text-align: center; }

.left-aligned {
  text-align: center; }
  @media (min-width: 640px) {
    .left-aligned {
      text-align: left; } }

.right-aligned {
  text-align: center; }
  @media (min-width: 1024px) {
    .right-aligned {
      text-align: right; } }

.entry-content {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%; }
  @media (min-width: 640px) {
    .entry-content {
      box-sizing: inherit;
      width: 600px; } }
  @media (min-width: 1024px) {
    .entry-content {
      width: 990px; } }
  @media (min-width: 1260px) {
    .entry-content {
      width: 1200px; } }

@media (min-width: 640px) {
  .desktop-hide {
    display: none; } }

.grid-x {
  box-sizing: border-box;
  margin: 0 auto;
  width: 100%; }
  @media (min-width: 640px) {
    .grid-x {
      box-sizing: inherit;
      width: 600px; } }
  @media (min-width: 1024px) {
    .grid-x {
      width: 990px; } }
  @media (min-width: 1260px) {
    .grid-x {
      width: 1200px; } }

.cell {
  padding: 0 20px; }

.post-inner .grid-x {
  padding: 3em 0; }

@media (min-width: 600px) and (max-width: 767px) {
  .small-full-width {
    flex-basis: auto !important;
    margin: 0 !important;
    width: 100%; } }

.mobile-hide {
  display: none !important; }
  @media (min-width: 640px) {
    .mobile-hide {
      display: flex !important; } }

form {
  width: 100%; }
  form input,
  form textarea {
    border: 1px solid #ccc;
    border-radius: 20px;
    box-sizing: border-box;
    display: block;
    font-family: "Lato", sans-serif;
    font-size: 16px;
    line-height: 40px;
    margin-bottom: 0 !important;
    padding: 0 10px;
    width: 100%; }
    form input:focus,
    form textarea:focus {
      outline: none; }
  form textarea {
    height: 150px; }
  form input[type="submit"] {
    background: #000;
    border: 1px solid #000;
    border-radius: 5px;
    color: white;
    margin: 0 2px;
    flex: 0;
    text-align: center; }
    form input[type="submit"]:hover {
      background: white;
      cursor: pointer;
      color: #000; }

button, .button {
  background: #000;
  border: 0 inset #000;
  border-radius: 5px;
  color: white;
  line-height: 40px;
  padding: 0 10px; }
  button:hover, .button:hover {
    background: white;
    color: #000; }
  button:focus, .button:focus {
    outline: none; }

/*===== HEADER STYLE ===== */
.logo-section {
  display: flex;
  justify-content: space-between; }
  .logo-section .site-logo img {
    height: auto !important;
    width: 100%; }

@media (min-width: 640px) {
  .mobile-search-toggle,
  .mobile-nav-toggle {
    display: none; } }

.header {
  align-items: center;
  padding: 1em 20px;
  top: 0; }
  @media (min-width: 640px) {
    .header {
      padding: 1em 0; } }
  .header .site-logo {
    padding: 0 20px; }
    @media (min-width: 640px) {
      .header .site-logo {
        padding: 0; } }
  .header .cell {
    padding: 0; }
    @media (min-width: 640px) {
      .header .cell {
        padding: 0 20px; } }
  .header .header-navigation-wrapper {
    align-items: flex-end;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    .header .header-navigation-wrapper .header-phone {
      padding: 0 10px;
      font-size: 1.5em;
      font-weight: 700;
      text-decoration: none; }
    .header .header-navigation-wrapper .navigation {
      display: flex; }
      .header .header-navigation-wrapper .navigation .primary-menu-wrapper ul {
        display: flex;
        list-style: none;
        margin: 0;
        padding: 0; }
        .header .header-navigation-wrapper .navigation .primary-menu-wrapper ul a {
          border-radius: 5px;
          display: block;
          font-size: 18px;
          font-weight: bold;
          line-height: 40px;
          padding: 0 10px;
          text-decoration: none; }
          .header .header-navigation-wrapper .navigation .primary-menu-wrapper ul a:hover {
            background: #000;
            color: white; }
      .header .header-navigation-wrapper .navigation .search-toggle {
        background: none;
        border: 0 none;
        color: #000;
        line-height: 40px;
        padding: 0 10px; }
        .header .header-navigation-wrapper .navigation .search-toggle:hover {
          background: #000;
          color: white; }
        .header .header-navigation-wrapper .navigation .search-toggle:focus {
          outline: none; }

.menu-modal {
  text-align: right; }
  .menu-modal .close-nav-toggle {
    display: inline-block; }
    .menu-modal .close-nav-toggle:focus {
      outline: none; }

.mobile-menu {
  padding: 10px 0 0; }
  .mobile-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center; }
    .mobile-menu ul li {
      margin: 0;
      padding: 0; }
      .mobile-menu ul li a {
        border-top: 1px solid #000;
        color: #000;
        display: block;
        padding: 0.5em 0; }

.search-modal,
.menu-modal {
  display: none; }

.showing-search-modal .search-modal {
  display: block; }

.showing-menu-modal .menu-modal {
  display: block; }

.search-modal {
  background: #ccc;
  padding: 10px 0 0; }
  .search-modal .search-modal-inner {
    background: none; }
    .search-modal .search-modal-inner .search-facility {
      display: flex; }
      .search-modal .search-modal-inner .search-facility form {
        display: flex; }
        .search-modal .search-modal-inner .search-facility form label {
          display: flex;
          flex: 1; }

/*===== MAIN CONTENT ===== */
.banner {
  background-position: top center;
  background-size: cover;
  color: white;
  min-height: 580px;
  position: relative;
  text-align: center; }
  .banner h1 {
    color: white;
    margin: 0 0 1em;
    text-shadow: 1px 1px 2px #000; }
    @media (min-width: 1024px) {
      .banner h1 {
        margin: 1em 0; } }
  .banner .box {
    background: rgba(54, 146, 176, 0.7);
    border-radius: 10px;
    font-weight: bold;
    height: 160px;
    margin: 0 0 3em;
    padding: 20px; }
  .banner .banner-bottom {
    background-image: url("/wp-content/themes/pixelfeast/assets/images/bg-header.png");
    background-repeat: no-repeat;
    background-position: bottom center;
    bottom: 0;
    height: 55px;
    position: absolute;
    width: 100%; }
  .banner .button {
    background: white;
    color: #000;
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 3em; }

.site-content {
  border-top: 1px solid #000;
  margin: 88px 0 0; }
  @media (min-width: 1260px) {
    .site-content {
      margin: 96px 0 0; } }

.site-content form input,
.site-content form textarea {
  margin: 0 0 2em; }

.contact-form h2 {
  text-align: center;
  width: 100%; }

/*===== CTA ===== */
.cta {
  background: #000;
  font-size: 1.75em;
  padding: 2em 20px;
  text-align: center; }
  .cta .wp-block-button__link {
    color: white; }

/*===== FOOTER ===== */
.footer {
  background: #000;
  color: white;
  padding: 1em 0 2em;
  text-align: center; }
  .footer ul {
    margin: 0;
    padding: 0; }
  .footer a {
    color: white;
    text-decoration: none; }
    .footer a:hover {
      text-decoration: underline; }
  .footer .navigation {
    align-items: center;
    display: flex;
    justify-content: center; }
    @media (min-width: 640px) {
      .footer .navigation {
        align-items: flex-start;
        justify-content: flex-start; } }
    .footer .navigation .primary-menu-wrapper ul {
      display: flex;
      list-style: none;
      margin: 0;
      padding: 0; }
      .footer .navigation .primary-menu-wrapper ul a {
        display: block;
        line-height: 40px;
        padding: 0 10px;
        text-decoration: none; }
        .footer .navigation .primary-menu-wrapper ul a:hover {
          text-decoration: underline; }
  .footer .menu-social-container ul {
    display: block;
    margin: 20px 0; }
    @media (min-width: 640px) {
      .footer .menu-social-container ul {
        margin: 40px 0 0;
        text-align: left; } }
    .footer .menu-social-container ul li {
      display: inline-block;
      width: auto; }
      .footer .menu-social-container ul li a {
        padding: 0 10px;
        font-size: 30px; }
        @media (min-width: 640px) {
          .footer .menu-social-container ul li a {
            padding: 0 10px 0 0; } }
  .footer .widget_recent_entries {
    margin: 0 0 40px; }
  .footer .website-credits {
    line-height: 40px; }
