/*
Theme Name: XT Grid Theme
Author: Xtensive Web Design
Author URI: https://www.xtensive.co.uk
Description: A base theme built with CSS Grid
Version: 1.0
*/
/* Breakpoints */
/* Colors */
/* Font Weights */
.site-header {
  background: #FFF;
  width: 100%; }
  .site-header .toolbar {
    width: 100%;
    background: #8F4C1E;
    background: linear-gradient(90deg, #8F4C1E 0%, #DEBA90 100%); }
    .site-header .toolbar .container {
      padding: 0.5rem 2rem;
      display: flex;
      justify-content: center;
      color: #FFF; }
      @media (min-width: 800px) {
        .site-header .toolbar .container {
          text-align: right;
          justify-content: flex-end; } }
      .site-header .toolbar .container a {
        color: #FFF;
        text-decoration: none;
        text-transform: uppercase; }
  .site-header .container {
    display: flex;
    flex-wrap: wrap;
    display: grid;
    grid-template-columns: repeat(12, 1fr); }
  .site-header .logo {
    grid-column: 1/8;
    padding: 1rem; }
    @media (min-width: 800px) {
      .site-header .logo {
        grid-column: 1/4; } }
    .site-header .logo img {
      max-width: 12.5rem;
      height: auto; }
  .site-header .mobile-nav {
    grid-column: 11/13;
    justify-self: end;
    align-self: center; }
    @media (min-width: 800px) {
      .site-header .mobile-nav {
        display: none;
        visibility: hidden; } }
    .site-header .mobile-nav .iconify {
      width: 1.875rem;
      height: 1.875rem; }
    .site-header .mobile-nav button {
      background: none;
      border: none;
      cursor: pointer; }
      .site-header .mobile-nav button:focus, .site-header .mobile-nav button:hover, .site-header .mobile-nav button:active {
        color: #5F666F; }

#main-menu {
  width: 100%;
  display: flex;
  grid-column: 1/13;
  position: relative;
  opacity: 0;
  visibility: hidden;
  height: 0;
  overflow: hidden;
  padding: 0 1rem;
  margin: 0;
  transition: .3s ease-in-out;
  background: #FFF;
  align-items: center; }
  @media (min-width: 800px) {
    #main-menu {
      opacity: 1;
      visibility: visible;
      height: auto;
      grid-column: 4/13;
      justify-content: flex-end;
      background: none; } }
  #main-menu.active {
    height: 18.75rem;
    opacity: 1;
    visibility: visible;
    transition: .3s ease-in-out; }

.menu {
  list-style-type: none;
  padding-left: 0; }
  .menu li {
    padding: 0.5rem 0; }
    @media (min-width: 800px) {
      .menu li {
        display: inline;
        padding: 0.5rem 1rem; } }
  .menu a {
    color: #5F666F;
    font-size: 1.5rem;
    font-weight: 800;
    text-decoration: none;
    text-transform: uppercase; }
    @media (min-width: 800px) {
      .menu a {
        font-size: 1rem; } }
    .menu a:hover {
      color: #8F4C1E; }

#menu-item-33 {
  background: #8F4C1E;
  transition: .3s;
  padding: 0.5rem 1rem; }
  #menu-item-33 a {
    color: #FFF; }
  #menu-item-33:hover {
    background: #DEBA90; }

.footer-cta {
  width: 100%;
  background: #8F4C1E;
  background: linear-gradient(90deg, #8F4C1E 0%, #DEBA90 100%); }
  .footer-cta .container {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center; }
    @media (min-width: 800px) {
      .footer-cta .container {
        flex-direction: row;
        justify-content: space-between;
        text-align: left; } }
    .footer-cta .container h3 {
      padding: 0;
      margin: 0;
      text-transform: uppercase;
      color: #FFF;
      font-size: 1.5rem; }
    .footer-cta .container a {
      background: #FFF;
      padding: 0.5rem 1rem;
      font-size: 1.5rem;
      color: #5F666F;
      text-transform: uppercase;
      font-weight: 800;
      margin-top: 1.5rem;
      text-decoration: none;
      transition: .3s; }
      .footer-cta .container a:hover {
        background: #8F4C1E;
        color: #FFF; }
      @media (min-width: 800px) {
        .footer-cta .container a {
          margin-top: 0; } }

footer {
  background: #5F666F;
  width: 100%; }
  footer .container {
    width: 100%;
    max-width: 1600px;
    padding: 2rem;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap; }
    footer .container .contact {
      width: 100%;
      text-align: center; }
      @media (min-width: 800px) {
        footer .container .contact {
          width: 50%;
          text-align: left; } }
      footer .container .contact img {
        max-width: 200px; }
      footer .container .contact a {
        color: #FFF;
        text-decoration: none;
        text-transform: uppercase;
        font-size: 1.2rem;
        line-height: 2rem; }
    footer .container .socials {
      width: 100%;
      text-align: center; }
      @media (min-width: 800px) {
        footer .container .socials {
          width: 50%;
          text-align: right; } }
      footer .container .socials .iconify {
        width: 36px;
        height: 36px;
        color: #FFF;
        margin: 0 0.2rem; }
        footer .container .socials .iconify:hover {
          color: #DEBA90; }
      footer .container .socials a, footer .container .socials p {
        color: #FFF;
        text-transform: uppercase;
        text-decoration: none; }

.flexslider {
  max-height: 600px;
  overflow: hidden;
  margin: 0;
  border: 0 !important; }

.slide-img {
  width: 100%;
  height: 600px;
  background-size: cover !important;
  background-position: center center !important;
  position: relative; }
  .slide-img img {
    position: relative;
    width: 100%;
    height: 100% !important;
    object-fit: cover; }
  .slide-img .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0; }
    .slide-img .overlay .container {
      width: 100%;
      max-width: 1600px;
      margin: 0 auto;
      padding: 2rem; }
      .slide-img .overlay .container h3 {
        font-size: 2rem;
        text-transform: uppercase;
        letter-spacing: 0.2rem;
        padding: 0;
        margin: 0;
        color: #FFF; }
      .slide-img .overlay .container p {
        font-size: 1.3rem;
        color: #FFF;
        padding: 0;
        margin: 0; }

.blog-header {
  width: 100%;
  background: #333;
  padding: 2rem;
  text-align: center; }
  .blog-header h2 {
    color: #FFF; }

.blog-main {
  display: flex;
  flex-wrap: wrap;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 1.25rem;
  padding: 2rem;
  max-width: 75rem;
  margin: 0 auto; }
  @media (min-width: 601px) {
    .blog-main {
      grid-template-columns: repeat(2, 1fr); } }
  @media (min-width: 992px) {
    .blog-main {
      grid-template-columns: repeat(3, 1fr); } }

.blog-post {
  display: flex;
  flex-direction: column;
  text-decoration: none; }
  @media (min-width: 601px) {
    .blog-post {
      width: 48%;
      margin: 0 1%; }
      @supports (display: grid) {
        .blog-post {
          width: 100%;
          margin: 0; } } }
  .blog-post .image {
    width: 100%;
    height: 300px;
    background-size: cover !important;
    background-position: center center !important; }
  .blog-post .meta {
    color: #5F666F;
    text-transform: uppercase;
    font-size: 0.9rem; }
  .blog-post .title {
    color: #5F666F;
    font-size: 1.2rem; }
  .blog-post p {
    color: #5F666F; }

.post-single {
  width: 100%;
  max-width: 75rem;
  padding: 2rem;
  margin: 0 auto; }
  .post-single .attachment-post-thumbnail {
    width: 100%;
    height: auto; }

.share-buttons {
  font-size: 0.7rem;
  line-height: 0.7rem;
  letter-spacing: 0.063rem;
  text-transform: uppercase;
  margin: 0 0 3.75rem;
  z-index: 2;
  position: relative;
  text-align: center;
  list-style-type: none;
  padding: 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-content: flex-start; }
  .share-buttons li {
    height: auto;
    flex: 0 1 auto;
    width: calc(33.3333333% - 1px);
    margin-right: 0.063rem; }
    .share-buttons li:last-child {
      width: 33.3333333%;
      margin-right: 0; }
      .share-buttons li:last-child a {
        border-radius: 0 0.188rem 0.188rem 0; }
    .share-buttons li:first-child a {
      border-radius: 0.188rem 0 0 0.188rem; }
  .share-buttons svg {
    fill: #fff;
    margin-right: 0.313rem;
    width: 1rem;
    height: 1rem; }
  .share-buttons a {
    display: block;
    padding: 0.75rem 0.75rem 0.563rem;
    text-align: center;
    color: White; }

.share-twitter {
  background: #1da1f2; }

.share-facebook {
  background: #3b5998; }

.share-pinterest {
  background: #b5071a; }

.error {
  width: 100%;
  height: 100vh;
  background: #f6f6f6;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-image: linear-gradient(to left, #8F4C1E 0%, #DEBA90 100%);
  border-image-slice: 1;
  border-width: 0.625rem; }
  .error .content {
    max-width: 61.25rem;
    width: 100%;
    padding: 2rem;
    text-align: center; }
    .error .content h1 {
      font-size: 14rem;
      font-weight: 900;
      margin: 0;
      padding: 0;
      background: -webkit-linear-gradient(#8F4C1E, #DEBA90);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
    .error .content h3 {
      font-size: 5rem;
      font-weight: 900;
      color: #000;
      margin: 0;
      padding: 0; }
    .error .content h4 {
      font-size: 2rem;
      color: #000;
      margin-top: 0.625rem; }
    .error .content a {
      background: #DEBA90;
      color: #5F666F;
      margin-top: 0.625rem;
      padding: 0.5rem 2rem;
      display: inline-block; }
      .error .content a:hover {
        background: #8F4C1E;
        text-decoration: none;
        color: #FFF; }

html {
  box-sizing: border-box; }

* {
  box-sizing: inherit;
  font-family: interstate, sans-serif; }

body {
  font-size: 16px;
  padding: 0;
  margin: 0; }

.container {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto; }

.entry-content .alignwide {
  margin-left: -80px;
  margin-right: -80px; }

.entry-content .alignfull {
  margin-left: calc( -100vw / 2 + 100% / 2 );
  margin-right: calc( -100vw / 2 + 100% / 2 );
  max-width: 100vw; }

.alignfull img {
  width: 100vw; }

.home-text {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 6rem 2rem;
  text-align: center; }
  @media (min-width: 601px) {
    .home-text {
      text-align: left; } }
  .home-text .wp-block-media-text__content {
    padding-left: 0 !important;
    padding-right: 0 !important; }
    @media (min-width: 601px) {
      .home-text .wp-block-media-text__content {
        padding-right: 10% !important; } }
  .home-text h4 {
    color: #DEBA90;
    text-transform: uppercase;
    padding: 1rem 0 0 0;
    margin: 0;
    font-size: 1.2rem; }
  .home-text h2 {
    color: #5F666F;
    font-size: 2rem;
    text-transform: uppercase;
    padding: 0;
    margin: 0 0 1rem 0; }
  .home-text p {
    font-size: 1.1rem; }

.home-services .wp-block-cover__inner-container {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 2rem; }
.home-services .wp-block-image {
  padding: 0;
  margin: 0; }
  .home-services .wp-block-image img {
    width: auto;
    height: auto; }
.home-services h4 {
  color: #DEBA90 !important;
  text-transform: uppercase;
  padding: 1rem 0 0 0;
  margin: 0;
  font-size: 1.2rem; }
.home-services h3 {
  color: #FFF;
  font-size: 2rem;
  text-transform: uppercase;
  padding: 0;
  margin: 0 0 2rem 0; }
.home-services .wp-block-column {
  text-align: center; }
  .home-services .wp-block-column h3 {
    font-size: 1.5rem;
    margin-top: 1rem;
    margin-bottom: 1rem; }
  .home-services .wp-block-column p {
    font-size: 1.1rem; }

.why-us {
  text-align: center; }
  @media (min-width: 601px) {
    .why-us {
      text-align: left; } }
  .why-us h4 {
    color: #DEBA90 !important;
    text-transform: uppercase;
    padding: 1rem 0 0 0;
    margin: 0;
    font-size: 1.2rem; }
  .why-us h3 {
    color: #5F666F;
    font-size: 2rem;
    text-transform: uppercase;
    padding: 0;
    margin: 0 0 1rem 0; }
  .why-us p {
    font-size: 1.1rem; }
  .why-us .wp-block-media-text__content {
    padding: 4rem 2rem; }

.home-gallery {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 4rem 2rem;
  text-align: center; }
  .home-gallery h4 {
    color: #DEBA90;
    text-transform: uppercase;
    padding: 1rem 0 0 0;
    margin: 0;
    font-size: 1.2rem; }
  .home-gallery h3 {
    color: #5F666F;
    font-size: 2rem;
    text-transform: uppercase;
    padding: 0;
    margin: 0 0 2rem 0; }

.page-header h2 {
  font-size: 2rem;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  padding: 0;
  margin: 0; }

.gallery-block {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 4rem 2rem; }

.contact-block {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 4rem 2rem; }
  .contact-block #gform_submit_button_1 {
    background: #DEBA90;
    border: 0;
    padding: 0.8rem 1.5rem;
    cursor: pointer;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    color: #5F666F; }
    .contact-block #gform_submit_button_1:hover {
      background: #8F4C1E;
      color: #FFF; }

.contact-aside h3 {
  font-size: 1.5rem;
  text-transform: uppercase;
  padding: 0;
  margin: 0 0 1rem 0;
  color: #5F666F !important; }
.contact-aside p {
  font-size: 1.1rem;
  color: #5F666F !important; }

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