/*
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 */
.site-header {
  width: 100%;
  background: #FFF;
  border-top: 5px solid #AF8540;
  padding: 1rem; }
  .site-header .container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }
    @media (min-width: 900px) {
      .site-header .container {
        flex-wrap: nowrap; } }
  .site-header .logo img {
    max-width: 12rem;
    height: auto; }
  .site-header .mobile-nav {
    padding: 0.5rem;
    margin: 0;
    -webkit-appearance: none;
    background: none;
    border: 0;
    background: #AF8540;
    cursor: pointer;
    border-radius: 4px; }
    @media (min-width: 900px) {
      .site-header .mobile-nav {
        display: none;
        visibility: hidden; } }
    .site-header .mobile-nav .iconify {
      width: 1.2rem;
      height: 1.2rem;
      color: #FFF; }

#main-menu {
  width: 100%;
  display: flex;
  position: relative;
  opacity: 0;
  visibility: hidden;
  height: 0;
  overflow: hidden;
  padding: 0;
  margin: 0;
  transition: .3s ease-in-out;
  align-items: center; }
  @media (min-width: 900px) {
    #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: 900px) {
      .menu li {
        display: inline;
        padding: 0.5rem 1rem; } }
  .menu a {
    color: #000;
    font-size: 1.2rem;
    font-weight: 900;
    text-decoration: none; }
    @media (min-width: 900px) {
      .menu a {
        font-size: 1.1rem; } }
    .menu a:hover {
      color: #AF8540; }

.site-footer {
  background: #FFF;
  border-top: 5px solid #AF8540; }
  .site-footer .main-menu {
    display: block;
    opacity: 1;
    visibility: visible;
    height: auto;
    width: auto;
    margin-left: 0;
    padding-left: 0; }
  .site-footer .container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    text-align: center; }
    @media (min-width: 900px) {
      .site-footer .container {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        text-align: left; } }
    .site-footer .container .logo img {
      width: 100%;
      max-width: 250px; }
    .site-footer .container .logo p {
      font-size: 1.2rem; }
    .site-footer .container .menu li {
      display: block;
      text-align: center; }
      @media (min-width: 900px) {
        .site-footer .container .menu li {
          text-align: right; } }
      .site-footer .container .menu li a {
        font-size: 1.2rem; }
    .site-footer .container .footer-bottom {
      border-top: 1px solid #AF8540;
      padding-top: 0.5rem;
      width: 100%; }
      .site-footer .container .footer-bottom a {
        color: #000;
        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% !important;
    height: 100% !important;
    object-fit: cover; }
  .slide-img .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    top: 0;
    left: 0; }
    @media (min-width: 900px) {
      .slide-img .overlay {
        justify-content: flex-start;
        text-align: left; } }
    .slide-img .overlay .container {
      width: 100%;
      max-width: 1200px;
      margin: 0 auto;
      padding: 1rem; }
      .slide-img .overlay .container h3 {
        font-size: 1.5rem;
        color: #FFF;
        border-bottom: 4px solid #FFF;
        display: inline-block;
        padding: 0;
        margin: 0 0 1rem 0; }
        @media (min-width: 900px) {
          .slide-img .overlay .container h3 {
            font-size: 2rem; } }
      .slide-img .overlay .container p {
        max-width: 800px;
        font-size: 1.2rem;
        color: #FFF;
        padding: 0;
        margin: 0; }
        @media (min-width: 900px) {
          .slide-img .overlay .container p {
            font-size: 1.5rem; } }
      .slide-img .overlay .container a {
        display: inline-block;
        background: #AF8540;
        margin-top: 1rem;
        padding: 0.5rem 1rem;
        border-radius: 10px;
        color: #FFF;
        text-decoration: none; }
        @media (min-width: 900px) {
          .slide-img .overlay .container a {
            font-size: 1.2rem;
            margin-top: 1.5rem; } }
        .slide-img .overlay .container a:hover {
          background: #000; }

.blog-header {
  width: 100%;
  background: url("/wp-content/uploads/2021/09/train-station-3396643_1920.jpg");
  background-size: cover;
  background-position: center center;
  height: 250px;
  padding: 2rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }
  .blog-header h1 {
    font-size: 3rem;
    letter-spacing: 0.1rem;
    color: #FFF;
    padding: 0;
    margin: 0; }
  .blog-header h3 {
    font-size: 1.2rem;
    color: #FFF;
    padding: 0;
    margin: 0; }

.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: 576px) {
    .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: 576px) {
    .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: #000;
    text-transform: uppercase;
    font-size: 0.9rem; }
  .blog-post .title {
    color: #000;
    font-size: 1.2rem; }
  .blog-post p {
    color: #000; }

.post-single {
  width: 100%;
  max-width: 1200px;
  padding: 2rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column; }
  @media (min-width: 900px) {
    .post-single {
      flex-direction: row; } }
  .post-single .attachment-post-thumbnail {
    width: 100%;
    height: auto; }
  @media (min-width: 900px) {
    .post-single article {
      width: 68%;
      margin-right: 2%; } }
  .post-single aside {
    background: #eee;
    padding: 2rem; }
    @media (min-width: 900px) {
      .post-single aside {
        width: 30%; } }
    .post-single aside h3 {
      padding: 0;
      margin: 0 0 1rem 0;
      color: #AF8540; }
    .post-single aside #gform_submit_button_2 {
      -webkit-appearance: none;
      padding: 0.5rem 1rem;
      border: 0;
      background: #AF8540;
      border-radius: 4px;
      font-size: 1.2rem;
      color: #FFF;
      cursor: pointer; }
      .post-single aside #gform_submit_button_2:hover {
        background: #000; }

.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; }
  .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;
      color: #000; }
    .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: #FFF;
      border: 3px solid #000;
      color: #000;
      margin-top: 0.625rem;
      padding: 0.5rem 2rem;
      display: inline-block; }
      .error .content a:hover {
        background: #000;
        text-decoration: none;
        color: #FFF; }

html {
  box-sizing: border-box;
  animation: fadein 2s; }

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

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

.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; }

.js-scroll {
  opacity: 0;
  transition: opacity 500ms; }

.js-scroll.scrolled {
  opacity: 1; }

.scrolled.fade-in {
  animation: fade-in 1s ease-in-out both; }

@keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@-moz-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@-webkit-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@-ms-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@-o-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.home-text {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 4rem 2rem;
  text-align: center; }
  .home-text h2 {
    font-size: 1.5rem;
    color: #AF8540; }
    @media (min-width: 900px) {
      .home-text h2 {
        font-size: 2rem; } }
  .home-text p {
    font-size: 1.1rem; }

.home-what-we-do {
  width: 100%;
  background: #fafafa; }
  .home-what-we-do .container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 4rem 2rem;
    text-align: center; }
    .home-what-we-do .container h2 {
      font-size: 2rem;
      color: #AF8540;
      padding: 0;
      margin: 0 0 2rem 0;
      text-align: center; }
    .home-what-we-do .container .what-we-do {
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      display: grid;
      grid-template-columns: 1fr;
      grid-gap: 2rem; }
      @media (min-width: 900px) {
        .home-what-we-do .container .what-we-do {
          grid-template-columns: repeat(3, 1fr); } }
      .home-what-we-do .container .what-we-do .box img {
        width: 100%;
        border-radius: 4px; }
      .home-what-we-do .container .what-we-do .box h3 {
        color: #AF8540;
        padding: 0.5rem 0;
        margin: 0; }
      .home-what-we-do .container .what-we-do .box p {
        margin: 0; }

.home-markets {
  width: 100%;
  height: 500px;
  position: relative; }
  .home-markets img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative; }
  .home-markets .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 2rem; }
    .home-markets .overlay .container {
      width: 100%;
      max-width: 1200px;
      margin: 0 auto;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: center; }
      .home-markets .overlay .container h2 {
        color: #FFF;
        font-size: 2rem;
        padding: 0;
        margin: 0 0 1rem 0; }
      .home-markets .overlay .container p {
        margin: 0;
        font-size: 1.2rem;
        max-width: 800px;
        color: #FFF; }

.gold-btn {
  background: #AF8540;
  margin-top: 4rem;
  display: inline-block;
  padding: 0.5rem 1rem;
  font-size: 1.2rem;
  border-radius: 10px;
  color: #FFF;
  text-decoration: none; }
  .gold-btn:hover {
    background: #000; }

.page-header {
  width: 100%;
  height: 250px;
  position: relative; }
  .page-header img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative; }
  .page-header .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center; }
    .page-header .overlay .container {
      width: 100%;
      max-width: 1200px;
      margin: 0 auto;
      padding: 2rem;
      text-align: center; }
      .page-header .overlay .container h1 {
        font-size: 3rem;
        letter-spacing: 0.1rem;
        color: #FFF;
        padding: 0;
        margin: 0; }

.contact-content {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 4rem 2rem;
  text-align: center; }
  .contact-content h3 {
    font-size: 2rem;
    letter-spacing: 0.1rem; }
  .contact-content p {
    font-size: 1.2rem;
    margin-bottom: 0; }
  .contact-content a {
    color: #000;
    text-decoration: none; }
  .contact-content hr {
    border-color: #AF8540; }
  .contact-content input, .contact-content textarea {
    border: 1px solid #AAA;
    text-align: center; }
  .contact-content #gform_submit_button_1 {
    -webkit-appearance: none;
    cursor: pointer;
    padding: 0.5rem 1rem;
    font-size: 1.2rem;
    background: #AF8540;
    border-radius: 4px;
    color: #FFF; }
    .contact-content #gform_submit_button_1:hover {
      background: #000; }

.no-vacancy-form {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  padding-top: 2rem;
  padding: 2rem; }
  .no-vacancy-form #gform_submit_button_2 {
    -webkit-appearance: none;
    cursor: pointer;
    padding: 0.5rem 1rem;
    font-size: 1.2rem;
    background: #AF8540;
    border-radius: 4px;
    border: 0;
    color: #FFF; }
    .no-vacancy-form #gform_submit_button_2:hover {
      background: #000; }

.std-content {
  grid-column: 1/13;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem; }

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

/* animation css
      opacity: 0;
      -webkit-animation: fadein 2s;
      -moz-animation: fadein 2s;
      -ms-animation: fadein 2s;
      -o-animation: fadein 2s;
      animation: fadein 2s;
      animation-delay: 1s;
      -webkit-animation-fill-mode: forwards;   */

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