/*
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-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 400; }

h1, h2, h3 {
  font-weight: 700; }

p {
  font-family: "indivisible", sans-serif;
  font-size: 1.1rem;
  line-height: 1.8rem; }

.container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap; }

.btn-gold {
  background: linear-gradient(52deg, #D9A21B 0%, #EDD089 50%, #D9A21B 100%);
  border-radius: 4px; }

.btn, #gform_submit_button_1 {
  background: linear-gradient(52deg, #46608C 0%, #899FC6 50%, #46608C 100%);
  border-radius: 4px;
  padding: 1rem 1.2rem;
  display: inline-block;
  color: #FFF;
  font-weight: 500;
  letter-spacing: 0.1rem;
  text-decoration-color: transparent;
  position: relative;
  overflow: hidden;
  font-size: 1rem; }
  .btn:hover:before, .btn:focus:before, #gform_submit_button_1:hover:before, #gform_submit_button_1:focus:before {
    left: 120%;
    transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1); }
  .btn:before, #gform_submit_button_1:before {
    background: #FFF;
    content: "";
    height: 155px;
    top: -50px;
    left: -100%;
    opacity: .1;
    position: absolute;
    transform: rotate(35deg);
    transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 50px;
    z-index: 0; }

.btn-alt {
  color: #46608C;
  font-weight: 500;
  text-decoration-color: transparent;
  transition: .3s; }
  .btn-alt:hover, .btn-alt:focus {
    color: #899FC6; }

#gform_submit_button_1 {
  border: 0;
  cursor: pointer; }

.site-header {
  width: 100%;
  background: #46608C;
  position: relative; }
  .site-header .container {
    align-items: center;
    justify-content: space-between;
    padding: 1rem 2rem; }
    .site-header .container .site-title {
      padding: 0;
      margin: 0; }
      .site-header .container .site-title a {
        display: block; }
        .site-header .container .site-title a img {
          display: block;
          max-width: 170px;
          height: auto;
          filter: brightness(0) invert(1); }
    .site-header .container .mobile-header {
      display: flex;
      align-items: center;
      justify-content: flex-end; }
      @media (min-width: 800px) {
        .site-header .container .mobile-header {
          display: none; } }
    .site-header .container #mobile-button {
      width: 36px;
      height: 36px;
      background: #FFF;
      border-radius: 4px;
      border: 0;
      position: relative;
      cursor: pointer; }
      @media (min-width: 800px) {
        .site-header .container #mobile-button {
          display: none; } }
      .site-header .container #mobile-button.active span {
        background: none; }
        .site-header .container #mobile-button.active span:before {
          transform: rotate(45deg);
          top: 0; }
        .site-header .container #mobile-button.active span:after {
          transform: rotate(-45deg);
          bottom: 0; }
      .site-header .container #mobile-button span {
        position: relative;
        display: block;
        width: 100%;
        height: 3px;
        background: #111;
        transition: .3s; }
        .site-header .container #mobile-button span:before {
          content: ' ';
          position: absolute;
          width: 100%;
          height: 3px;
          background: #111;
          top: -6px;
          left: 0;
          transition: .3s; }
        .site-header .container #mobile-button span:after {
          content: ' ';
          position: absolute;
          width: 100%;
          height: 3px;
          background: #111;
          bottom: -6px;
          left: 0;
          transition: .3s; }
    .site-header .container .btn-gold {
      width: 36px;
      height: 36px;
      position: relative;
      display: inline-flex;
      margin-left: 1rem;
      align-items: center;
      justify-content: center; }
      .site-header .container .btn-gold iconify-icon {
        color: #111; }

#main-menu {
  position: absolute;
  width: 100%;
  background: #46608C;
  padding: 0;
  margin: 0;
  top: 100px;
  left: 0;
  display: none;
  z-index: 100; }
  @media (min-width: 800px) {
    #main-menu {
      display: flex;
      width: auto;
      background: none;
      top: 0;
      position: relative; } }
  #main-menu.active {
    display: block; }
  #main-menu ul {
    list-style-type: none;
    padding: 0;
    margin: 0; }
    @media (min-width: 800px) {
      #main-menu ul {
        display: flex;
        align-items: center; } }
    #main-menu ul li {
      border-top: 1px solid #899FC6;
      position: relative; }
      @media (min-width: 800px) {
        #main-menu ul li {
          border-top: 0; } }
      #main-menu ul li a {
        padding: 0.8rem 2rem;
        display: block;
        color: #FFF;
        text-decoration-color: transparent;
        transition: .3s;
        position: relative;
        font-weight: 400;
        letter-spacing: 0.1rem; }
        #main-menu ul li a:hover, #main-menu ul li a:focus {
          background: rgba(255, 255, 255, 0.2); }
        @media (min-width: 800px) {
          #main-menu ul li a {
            padding: 0 1rem;
            font-size: 0.9rem; }
            #main-menu ul li a:hover, #main-menu ul li a:focus {
              background: none;
              color: #D9A21B; } }
    #main-menu ul .sub-menu {
      display: none; }
      #main-menu ul .sub-menu li a {
        padding-left: 3rem; }
      @media (min-width: 800px) {
        #main-menu ul .sub-menu {
          position: absolute;
          background: #46608C;
          margin-top: 2rem;
          padding: 0 1rem 1rem 1rem; }
          #main-menu ul .sub-menu li {
            margin-bottom: 1rem; }
            #main-menu ul .sub-menu li:last-child {
              margin-bottom: 0; }
          #main-menu ul .sub-menu li a {
            padding-left: 0; } }
  #main-menu .btn-gold {
    display: none; }
    @media (min-width: 800px) {
      #main-menu .btn-gold {
        display: flex;
        height: 48px;
        width: 48px; } }

.menu-item-has-children:after {
  position: absolute;
  content: ' ';
  background: url("/wp-content/uploads/2026/02/down-arrow.png");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 12px;
  height: 12px;
  right: 2rem;
  top: 15px; }
  @media (min-width: 800px) {
    .menu-item-has-children:after {
      right: 0;
      width: 8px;
      height: 8px;
      top: 50%;
      transform: translateY(-50%); } }
.menu-item-has-children.active .sub-menu {
  display: block !important; }

@media (min-width: 800px) {
  #menu-item-28 a {
    background: #FFF;
    color: #46608C !important;
    font-weight: 700 !important;
    padding: 1rem !important;
    display: inline-block;
    border-radius: 8px; }
    #menu-item-28 a:hover, #menu-item-28 a:focus {
      background: #EDD089 !important;
      color: #111 !important; } }

.site-footer {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  padding: 1rem 0;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto; }
  @media (min-width: 800px) {
    .site-footer {
      flex-direction: row;
      justify-content: space-between; } }
  .site-footer p {
    font-size: 0.8rem;
    margin: 0; }
    .site-footer p a {
      color: #111; }

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

.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: #111; }
    .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 #111;
      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: #F4F8FF; }

* {
  box-sizing: inherit; }

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

p {
  font-size: 1rem;
  line-height: 1.8rem;
  color: #333; }

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

@keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes fadeup {
  from {
    opacity: 0;
    transform: translateY(1rem); }
  to {
    opacity: 1;
    transform: translateY(0); } }
.home-video {
  width: 100%;
  height: calc(100svh - 102px);
  position: relative; }
  @media (min-width: 800px) {
    .home-video {
      display: none; } }
  .home-video video {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .home-video .overlay {
    position: absolute;
    background: rgba(0, 0, 0, 0.4);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end; }
    .home-video .overlay .container {
      width: 100%;
      max-width: 1400px;
      margin: 0 auto;
      padding: 2rem; }
      .home-video .overlay .container .heading {
        font-size: 2.5rem;
        line-height: 2.7rem;
        font-weight: 600;
        color: #FFF;
        text-transform: capitalize;
        font-family: "neue-haas-grotesk-display", sans-serif;
        padding: 0;
        margin: 0;
        opacity: 0;
        transform: transformY(1rem);
        animation: fadeup 1s ease;
        animation-delay: .3s;
        animation-fill-mode: forwards; }
      .home-video .overlay .container .subheading {
        color: #FFF;
        font-size: 1.1rem;
        line-height: 1.8rem;
        color: #FFF;
        opacity: 0;
        transform: transformY(1rem);
        animation: fadeup 1s ease;
        animation-delay: .5s;
        animation-fill-mode: forwards; }

.home-hero {
  width: 100%;
  height: 600px;
  position: relative;
  display: none; }
  @media (min-width: 800px) {
    .home-hero {
      display: block; } }
  .home-hero .hero-images {
    width: 100%;
    height: 600px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    position: relative; }
    .home-hero .hero-images .image {
      width: 100%;
      height: 600px; }
      .home-hero .hero-images .image img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
  .home-hero .overlay {
    position: absolute;
    background: rgba(0, 0, 0, 0.4);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center; }
    .home-hero .overlay .container {
      width: 100%;
      max-width: 1400px;
      margin: 0 auto;
      padding: 2rem;
      display: flex;
      flex-direction: column; }
      .home-hero .overlay .container .heading {
        font-size: 3.5rem;
        line-height: 3.8rem;
        font-weight: 600;
        max-width: 600px;
        color: #FFF;
        text-transform: capitalize;
        padding: 0;
        margin: 0;
        opacity: 0;
        transform: transformY(1rem);
        animation: fadeup 1s ease;
        animation-delay: .3s;
        animation-fill-mode: forwards;
        font-family: "neue-haas-grotesk-display", sans-serif; }
      .home-hero .overlay .container .subheading {
        color: #FFF;
        font-size: 1.1rem;
        line-height: 1.6rem;
        max-width: 600px;
        color: #FFF;
        opacity: 0;
        transform: transformY(1rem);
        animation: fadeup 1s ease;
        animation-delay: .5s;
        animation-fill-mode: forwards; }

.home-text {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 4rem 2rem;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  opacity: 0;
  transform: translateY(1rem);
  animation: fadeup 1s ease;
  animation-delay: .7s;
  animation-fill-mode: forwards; }
  @media (min-width: 800px) {
    .home-text {
      flex-direction: row-reverse;
      align-items: center;
      padding: 6rem 2rem; } }
  .home-text article {
    background: #FFF;
    padding: 1rem;
    border-radius: 8px; }
    @media (min-width: 800px) {
      .home-text article {
        width: 50%;
        margin-left: -4rem;
        z-index: 20;
        padding: 2rem; } }
    .home-text article h1 {
      font-size: 2.5rem;
      color: #46608C;
      position: relative;
      padding: 0;
      margin: 2rem 0 1rem 0; }
      .home-text article h1:before {
        content: 'Logan Roofing';
        position: absolute;
        font-size: 1rem;
        color: #D9A21B;
        top: -1.2rem;
        left: 20px;
        font-weight: 500; }
      .home-text article h1:after {
        content: ' ';
        position: absolute;
        background: url("/wp-content/uploads/2026/02/roof.png");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center center;
        width: 16px;
        height: 16px;
        top: -1.2rem;
        left: 0; }
    .home-text article .buttons {
      display: flex;
      align-items: center; }
      .home-text article .buttons .btn-alt {
        margin-left: 2rem; }
  .home-text .featured-video {
    display: none; }
    @media (min-width: 800px) {
      .home-text .featured-video {
        display: block;
        width: 50%;
        padding-left: 5rem;
        position: relative; }
        .home-text .featured-video .video {
          width: 100%;
          height: 550px;
          border-radius: 12px;
          overflow: hidden; }
          .home-text .featured-video .video video {
            width: 100%;
            height: 100%;
            object-fit: cover; } }
  .home-text:before {
    content: 'ROOFING';
    position: absolute;
    font-size: 7rem;
    transform: rotate(-90deg);
    left: -10rem;
    top: 16rem;
    font-weight: 900;
    color: #F4F8FF;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #46608C;
    opacity: 0.2;
    display: none; }
    @media (min-width: 800px) {
      .home-text:before {
        display: block; } }

.home-services {
  width: 100%;
  background: linear-gradient(119deg, #46608C 0%, #899FC6 100%); }
  @media (min-width: 800px) {
    .home-services {
      height: 550px;
      overflow: visible;
      margin-bottom: 14rem; } }
  .home-services .container {
    flex-direction: column;
    padding: 2rem; }
    .home-services .container h2 {
      font-size: 2.5rem;
      color: #FFF;
      padding: 0;
      margin: 2rem 0 0 0;
      position: relative; }
      .home-services .container h2:before {
        content: 'Our Services';
        position: absolute;
        font-size: 1rem;
        color: #D9A21B;
        top: -1.2rem;
        left: 20px;
        font-weight: 500; }
      .home-services .container h2:after {
        content: ' ';
        position: absolute;
        background: url("/wp-content/uploads/2026/02/roof.png");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center center;
        width: 16px;
        height: 16px;
        top: -1.2rem;
        left: 0; }
    .home-services .container p {
      color: #FFF;
      max-width: 800px; }
  .home-services .services-feed {
    width: 100%;
    box-sizing: border-box !important;
    padding-top: 2rem; }
    @media (min-width: 800px) {
      .home-services .services-feed {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 2rem; } }
    .home-services .services-feed .box {
      width: 100% !important;
      background: #FFF;
      padding: 1rem;
      border-radius: 12px;
      display: block;
      text-decoration-color: transparent;
      margin-bottom: 2rem; }
      .home-services .services-feed .box:hover .btn:before, .home-services .services-feed .box:focus .btn:before {
        left: 120%; }
      .home-services .services-feed .box .image {
        width: 100%;
        border-radius: 12px;
        overflow: hidden;
        height: 280px; }
        .home-services .services-feed .box .image img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
      .home-services .services-feed .box h3 {
        font-size: 1.5rem;
        color: #46608C;
        padding: 0;
        margin: 1rem 0 0 0; }
      .home-services .services-feed .box p {
        color: #111; }

.gallery {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 4rem 2rem;
  display: flex;
  flex-wrap: wrap;
  position: relative; }
  @media (min-width: 800px) {
    .gallery {
      padding: 0 2rem 4rem 2rem; } }
  .gallery h2 {
    font-size: 2.5rem;
    color: #46608C;
    padding: 0;
    margin: 2rem 0 0 0;
    position: relative; }
    .gallery h2:before {
      content: 'Our Work';
      position: absolute;
      font-size: 1rem;
      color: #D9A21B;
      top: -1.2rem;
      left: 20px;
      font-weight: 500; }
    .gallery h2:after {
      content: ' ';
      position: absolute;
      background: url("/wp-content/uploads/2026/02/roof.png");
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center center;
      width: 16px;
      height: 16px;
      top: -1.2rem;
      left: 0; }
  .gallery ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 2rem;
    width: 100%;
    padding-top: 2rem; }
    @media (min-width: 800px) {
      .gallery ul {
        grid-template-columns: repeat(4, 1fr); } }
    .gallery ul li {
      width: 100%;
      height: 250px;
      border-radius: 8px;
      overflow: hidden; }
      .gallery ul li:hover a img, .gallery ul li:focus a img {
        transform: scale(1.1, 1.1); }
      .gallery ul li a img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: .3s; }
  .gallery:before {
    content: 'GALLERY';
    position: absolute;
    font-size: 7rem;
    transform: rotate(-90deg);
    left: -15rem;
    top: 16rem;
    font-weight: 900;
    color: #F4F8FF;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #46608C;
    opacity: 0.2;
    display: none;
    z-index: -1; }
    @media (min-width: 800px) {
      .gallery:before {
        display: block; } }

.cta {
  width: 100%;
  padding: 4rem 2rem;
  background: linear-gradient(119deg, #46608C 0%, #899FC6 100%); }
  .cta .container {
    flex-direction: column; }
    @media (min-width: 800px) {
      .cta .container {
        flex-direction: row;
        align-items: center;
        justify-content: space-between; } }
  .cta h2 {
    font-size: 2.5rem;
    color: #FFF;
    padding: 0;
    margin: 2rem 0 0 0;
    position: relative; }
    .cta h2:before {
      content: 'Quality Roofing Specialists';
      position: absolute;
      font-size: 1rem;
      color: #D9A21B;
      top: -1.2rem;
      left: 20px;
      font-weight: 500; }
    .cta h2:after {
      content: ' ';
      position: absolute;
      background: url("/wp-content/uploads/2026/02/roof.png");
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center center;
      width: 16px;
      height: 16px;
      top: -1.2rem;
      left: 0; }
  .cta .btn {
    background: #FFF;
    color: #46608C;
    display: inline-block;
    transition: .3s;
    margin-top: 2rem; }
    .cta .btn:hover, .cta .btn:focus {
      background: #EDD089; }

.page-header {
  width: 100%;
  height: 300px;
  position: relative; }
  .page-header img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .page-header .overlay {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(70, 96, 140, 0.6);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center; }
    .page-header .overlay .container {
      padding: 2rem; }
      .page-header .overlay .container h1 {
        font-size: 2.5rem;
        color: #FFF;
        padding: 0;
        margin: 0;
        opacity: 0;
        transform: translateY(1rem);
        animation: fadeup 1s ease;
        animation-delay: .3s;
        animation-fill-mode: forwards; }
        @media (min-width: 800px) {
          .page-header .overlay .container h1 {
            font-size: 3.5rem; } }

.std-page-content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 4rem 2rem; }
  .std-page-content .wp-block-gallery {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 2rem !important; }
    .std-page-content .wp-block-gallery .wp-block-image {
      width: 100% !important;
      height: 300px;
      border-radius: 12px;
      overflow: hidden; }
      .std-page-content .wp-block-gallery .wp-block-image:hover img, .std-page-content .wp-block-gallery .wp-block-image:focus img {
        transform: scale(1.1, 1.1); }
      .std-page-content .wp-block-gallery .wp-block-image img {
        transition: .3s; }
    @media (min-width: 400px) {
      .std-page-content .wp-block-gallery {
        grid-template-columns: repeat(2, 1fr); } }
    @media (min-width: 650px) {
      .std-page-content .wp-block-gallery {
        grid-template-columns: repeat(3, 1fr); } }
    @media (min-width: 800px) {
      .std-page-content .wp-block-gallery {
        grid-template-columns: repeat(4, 1fr); } }
  .std-page-content h2 {
    font-size: 2rem;
    color: #46608C;
    padding: 0;
    margin: 0 0 1rem 0; }
  .std-page-content input[type='text'], .std-page-content input[type='email'], .std-page-content input[type='tel'], .std-page-content textarea {
    height: 40px;
    border-radius: 8px;
    border: 1px solid #FFF; }
  .std-page-content .gfield_label, .std-page-content .gfield_required {
    font-weight: 400 !important; }
  .std-page-content .ginput_container_consent a {
    color: #111; }

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