/*
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 */
/* Animation */
@keyframes fadeup {
  from {
    opacity: 0;
    transform: translateY(1rem); }
  to {
    opacity: 1;
    transform: translateY(0); } }
.site-header {
  width: 100%;
  padding: 4rem 1rem;
  text-align: center; }
  .site-header a {
    display: block; }
  .site-header img {
    width: 100%;
    max-width: 350px;
    height: auto;
    opacity: 0;
    transform: translateY(1rem);
    animation: fadeup 1s ease;
    animation-fill-mode: forwards; }

footer {
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
  text-align: center; }
  footer p {
    font-size: 0.7rem;
    color: #0a0f18; }
    footer p a {
      color: #0a0f18; }

.slides {
  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 .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center; }

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

.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; }
  .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: #0a0f18; }
    .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 #0a0f18;
      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;
  background: #F6F6F6 url("http://paisley-web.local/wp-content/uploads/2024/10/X-2.png");
  background-size: auto 120%;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: top right;
  font-family: "area-normal", sans-serif; }
  @media (hover: none) {
    html {
      background: #f6f6f6; } }

* {
  box-sizing: inherit; }

body {
  font-size: 16px;
  padding: 0;
  margin: 0;
  width: 100%;
  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; }

.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; } }
.container {
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
  padding: 0 1rem; }

.video-box {
  width: 100%;
  background: #FFF;
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 1rem;
  text-align: center;
  opacity: 0;
  transform: translateY(1rem);
  animation: fadeup 1s ease;
  animation-fill-mode: forwards;
  animation-delay: .3s; }
  .video-box .video {
    border-radius: 10px;
    overflow: hidden; }
  .video-box h1 {
    color: #B82633;
    text-transform: uppercase;
    font-size: 1rem;
    line-height: 1.2rem; }
    @media (min-width: 450px) {
      .video-box h1 {
        font-size: 1.5rem;
        line-height: 2rem; } }
  .video-box .button {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 2rem; }
    @media (min-width: 576px) {
      .video-box .button {
        flex-direction: row; } }
    .video-box .button .btn {
      width: 100%;
      margin-bottom: 1rem; }
      @media (min-width: 576px) {
        .video-box .button .btn {
          width: auto; } }

.btn, #gform_submit_button_1 {
  padding: .7rem 1.5rem;
  border-radius: 10px;
  background: #05115C;
  color: #FFF;
  text-decoration-color: transparent;
  font-weight: 100;
  font-size: 0.8rem;
  text-transform: uppercase;
  transition: .3s;
  display: flex;
  align-items: center;
  justify-content: center; }
  .btn:hover, .btn:focus, #gform_submit_button_1:hover, #gform_submit_button_1:focus {
    background: #0a23bd; }
  .btn iconify-icon, #gform_submit_button_1 iconify-icon {
    color: #FFF;
    padding: 0;
    margin: 0;
    margin-right: 0.3rem; }

.btn-whatsapp {
  background: #25D366;
  color: #05115C; }
  @media (min-width: 576px) {
    .btn-whatsapp {
      margin-right: 1rem; } }
  .btn-whatsapp:hover, .btn-whatsapp:focus {
    background: #77e7a1; }
  .btn-whatsapp iconify-icon {
    color: #05115C; }

.logos {
  text-align: center;
  margin: 4rem 0;
  position: relative; }
  .logos h2 {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    text-transform: uppercase;
    color: #B82633;
    font-size: 1.5rem;
    line-height: 2rem;
    padding: 0 2rem; }
  .logos .logo-container {
    position: relative; }
  .logos .logo-feed {
    padding: 2rem 0 0 0;
    position: relative; }
    .logos .logo-feed .image {
      width: 100%;
      border-radius: 10px;
      border: 1px solid #eee;
      overflow: hidden;
      margin: 0 1rem;
      background: #FFF; }
      .logos .logo-feed .image img {
        width: 90%;
        margin: 0 5%; }
  .logos .slick-arrows {
    position: absolute;
    width: 100%;
    top: 60%;
    transform: translateY(-60%);
    display: flex;
    justify-content: space-between;
    padding: 0 1rem; }
    .logos .slick-arrows button {
      -webkit-appearance: none;
      appearance: none;
      cursor: pointer;
      background: #FFF;
      border: 1px solid #eee;
      border-radius: 10px;
      transition: .3s;
      padding: 0;
      margin: 0; }
      .logos .slick-arrows button:hover, .logos .slick-arrows button:focus {
        background: #eee; }

.reviews {
  width: 100%;
  background: #FFF;
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 1rem; }
  .reviews h2 {
    color: #B82633;
    text-transform: uppercase;
    font-size: 1.5rem;
    line-height: 2rem;
    text-align: center; }
  .reviews .reviews-feed {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 1rem; }
    @media (min-width: 576px) {
      .reviews .reviews-feed {
        grid-template-columns: repeat(2, 1fr); } }
    .reviews .reviews-feed .review {
      background: #f9f6f5;
      padding: 1rem;
      border-radius: 10px; }
      .reviews .reviews-feed .review .top {
        display: flex;
        align-items: center;
        justify-content: flex-start; }
        .reviews .reviews-feed .review .top .image {
          width: 50px;
          height: 50px; }
          .reviews .reviews-feed .review .top .image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 10px; }
        .reviews .reviews-feed .review .top p {
          font-size: 0.9rem;
          line-height: 1.2rem;
          color: #B82633;
          font-weight: 900;
          padding: 0;
          margin: 0 0 0 0.8rem;
          text-transform: uppercase; }
          .reviews .reviews-feed .review .top p span {
            font-weight: 100;
            font-size: 0.7rem; }
      .reviews .reviews-feed .review p {
        font-size: 0.9rem; }

.contact-form {
  width: 100%;
  border-radius: 10px;
  background: #FFF;
  overflow: hidden;
  margin-top: 2rem;
  margin-bottom: 4rem;
  border: 1px solid #eee; }
  .contact-form h2 {
    background: #B82633;
    padding: 1rem;
    margin: 0;
    text-transform: uppercase;
    text-align: center;
    color: #FFF; }
  .contact-form .form {
    padding: 1rem;
    text-align: center; }
    .contact-form .form .gform_wrapper {
      margin-top: 2rem;
      text-align: left; }
    .contact-form .form input[type='text'], .contact-form .form input[type='tel'], .contact-form .form input[type='email'] {
      height: 45px;
      border: 1px solid #ccc;
      border-radius: 10px; }
    .contact-form .form textarea {
      border: 1px solid #ccc;
      border-radius: 10px; }
    .contact-form .form .gfield_label, .contact-form .form .gfield_consent_label, .contact-form .form .gfield_required {
      font-weight: 100 !important;
      font-size: 0.7rem !important; }
      .contact-form .form .gfield_label a, .contact-form .form .gfield_consent_label a, .contact-form .form .gfield_required a {
        color: #B82633; }
    .contact-form .form #field_1_8, .contact-form .form #input_1_7 {
      text-align: center;
      margin: 0 auto; }
    .contact-form .form .ginput_recaptcha div {
      margin: 0 auto;
      text-align: center; }
    .contact-form .form .gform_footer {
      text-align: center;
      align-items: center;
      justify-content: center; }

#gform_submit_button_1 {
  cursor: pointer;
  border: 0;
  font-size: 1.2rem; }

.std-content {
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
  margin-bottom: 4rem;
  opacity: 0;
  transform: translateY(1rem);
  animation: fadeup 1s ease;
  animation-fill-mode: forwards; }

/* 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 */
