body {
  margin: 0;
}

img {
  max-width: 100%;
  height: 100%;
}

.blockPadding {
  padding-top: 4vh;
  padding-bottom: 4vh;
}
@media only screen and (min-width: 1132px) {
  .blockPadding {
    padding-top: 10vh;
    padding-bottom: 10vh;
  }
}
.blockPadding-narrow {
  padding-top: 2vh;
  padding-bottom: 2vh;
}
@media only screen and (min-width: 1132px) {
  .blockPadding-narrow {
    padding-top: 6vh;
    padding-bottom: 6vh;
  }
}
.blockPadding-none {
  padding-top: 0;
  padding-bottom: 0;
}
@media only screen and (min-width: 1132px) {
  .blockPadding-none {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.wrapper {
  max-width: 1500px;
  width: 94%;
  margin: 0 auto;
  padding: 0 3%;
  transition: padding 0.2s ease;
}
@media all and (min-width: 1500px) {
  .wrapper {
    padding: 0 0.5%;
    width: 99%;
  }
}

.pagination-outer {
  width: 100%;
}
.pagination-inner {
  max-width: 50%;
  margin: 0 auto;
  text-align: center;
}

.wp-block-button.is-style-outline .wp-block-button__link {
  padding-top: 3px;
  padding-right: 16px;
  padding-bottom: 3px;
  padding-left: 16px;
}
.wp-block-button.is-style-outline .wp-block-button__link:hover {
  background-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--white);
  border-color: var(--wp--preset--color--primary);
}
.wp-block-button__link {
  border-radius: 8px;
  transition: background-color 0.2s ease;
}
.wp-block-button__link:hover {
  background-color: var(--wp--preset--color--secondary);
}
.wp-block-button.is-style-outline .wp-block-button__link {
  transition: border-color 0.2s;
}

.gform_heading {
  display: none;
}

#input_2_4,
#input_3_4 {
  height: 44.3px;
}

input#input_2_1_3,
input#input_3_1_3,
input#input_2_3,
input#input_3_3,
textarea#input_2_4,
textarea#input_3_4 {
  border: none;
  border-bottom: 1px solid #e54632;
}

.gfield_label {
  display: none !important;
}

#field_2_1,
#field_3_1,
#field_2_3,
#field_3_3,
#field_2_4,
#field_3_4 {
  padding-bottom: 20px;
}

.gform-contact-button {
  border: none !important;
  padding: 10px 25px !important;
}

.contact-page-form-wrap {
  max-width: 80%;
}
@media (max-width: 482px) {
  .contact-page-form-wrap {
    max-width: 100%;
  }
}

.wg-flexWrap {
  display: flex;
}
.wg-flexWrap {
  flex-wrap: wrap;
}
.wg-alignHorizontal, .wg-alignVertical {
  display: flex;
  align-items: center;
  justify-content: center;
}
.wg-alignHorizontal {
  flex-direction: row;
}
.wg-alignVertical {
  flex-direction: column;
}
@media (max-width: 1000px) {
  .wg-triple {
    flex-basis: 50%;
    margin: 0 auto;
  }
}
@media (max-width: 600px) {
  .wg-triple, .wg-double {
    flex-basis: 100%;
  }
}
.wg-smallSpacing {
  padding: 3%;
}
.wg-mediumSpacing {
  padding: 5%;
}

.center-column-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

#menu-about li,
#menu-about .socialItem,
#menu-about .facebook,
#menu-about .linkedin,
#menu-about .instagram,
#menu-about .contact-block-links,
#menu-services-menu li,
#menu-services-menu .socialItem,
#menu-services-menu .facebook,
#menu-services-menu .linkedin,
#menu-services-menu .instagram,
#menu-services-menu .contact-block-links,
#menu-other-links li,
#menu-other-links .socialItem,
#menu-other-links .facebook,
#menu-other-links .linkedin,
#menu-other-links .instagram,
#menu-other-links .contact-block-links,
.socialContainer li,
.socialContainer .socialItem,
.socialContainer .facebook,
.socialContainer .linkedin,
.socialContainer .instagram,
.socialContainer .contact-block-links,
.social-list li,
.social-list .socialItem,
.social-list .facebook,
.social-list .linkedin,
.social-list .instagram,
.social-list .contact-block-links,
.contact-info-list li,
.contact-info-list .socialItem,
.contact-info-list .facebook,
.contact-info-list .linkedin,
.contact-info-list .instagram,
.contact-info-list .contact-block-links {
  transition: left 0.2s ease;
  position: relative;
  left: 0;
}
#menu-about li:hover,
#menu-about .socialItem:hover,
#menu-about .facebook:hover,
#menu-about .linkedin:hover,
#menu-about .instagram:hover,
#menu-about .contact-block-links:hover,
#menu-services-menu li:hover,
#menu-services-menu .socialItem:hover,
#menu-services-menu .facebook:hover,
#menu-services-menu .linkedin:hover,
#menu-services-menu .instagram:hover,
#menu-services-menu .contact-block-links:hover,
#menu-other-links li:hover,
#menu-other-links .socialItem:hover,
#menu-other-links .facebook:hover,
#menu-other-links .linkedin:hover,
#menu-other-links .instagram:hover,
#menu-other-links .contact-block-links:hover,
.socialContainer li:hover,
.socialContainer .socialItem:hover,
.socialContainer .facebook:hover,
.socialContainer .linkedin:hover,
.socialContainer .instagram:hover,
.socialContainer .contact-block-links:hover,
.social-list li:hover,
.social-list .socialItem:hover,
.social-list .facebook:hover,
.social-list .linkedin:hover,
.social-list .instagram:hover,
.social-list .contact-block-links:hover,
.contact-info-list li:hover,
.contact-info-list .socialItem:hover,
.contact-info-list .facebook:hover,
.contact-info-list .linkedin:hover,
.contact-info-list .instagram:hover,
.contact-info-list .contact-block-links:hover {
  left: 5px;
}

.btn-primary {
  transition: left 0.2s ease;
  position: relative;
  left: 0;
}
.btn-primary:hover {
  left: 5px;
}

.center-custom-button {
  display: flex;
  justify-content: center;
  align-items: center;
}

.wg-icon {
  position: relative;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
.wg-icon-icon {
  position: absolute;
  right: 50%;
  bottom: 0;
  -webkit-transform: translate(90%);
          transform: translate(90%);
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.wg-icon-icon:hover {
  -webkit-transform: translate(50%);
          transform: translate(50%);
}
.wg-icon-text {
  display: flex;
  flex-flow: row;
  align-items: center;
  background-color: var(--wp--preset--color--off-white);
  border-radius: 25px;
  margin-bottom: 20px;
  padding: 20px;
}
.wg-icon-text .wg-icon {
  height: 70px;
  width: 70px;
  margin: 15px 25px 15px 15px;
}
.wg-icon-text .acf-innerblocks-container {
  flex: auto;
}
.wg-icon-text-heading {
  margin-bottom: 15px;
}
.wg-icon-text-paragraph {
  margin-top: 0;
}

.block-editor .wg-icon-icon {
  height: 80%;
}

.site-header {
  background-color: var(--wp--preset--color--off-white);
  position: relative;
  z-index: 10;
}
.site-header ul {
  list-style: none;
}
.site-header .wrapper {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.site-header__logo {
  padding: 10px;
  max-width: 300px;
}
.site-header__logo img {
  max-width: 300px;
}
.site-header-right {
  display: flex;
  flex-flow: row;
  flex: auto;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 600px) {
  .site-header .wp-block-button {
    display: none;
  }
}

.nav-menus-wrapper {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

#layoutNav {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
}

@media all and (max-width: 950px) {
  .nav-menus-wrapper .hideMobile {
    display: none;
  }
}
@media (min-width: 950px) {
  .hideMenuItem {
    display: none !important;
  }
}
.site-footer {
  background-color: var(--wp--preset--color--off-white);
}
.site-footer-bottom ul, .site-footer-top ul {
  list-style: none;
  padding-left: 0;
}
.site-footer-top {
  height: 100%;
  display: flex;
  flex-direction: row;
  padding: 25px 0;
}
@media (max-width: 1000px) {
  .site-footer-top {
    flex-wrap: wrap;
  }
}
.site-footer .color-choice {
  color: var(--wp--preset--color--off-white);
  padding-left: 0px;
  transition: color 0.2s, padding 0.2s;
}
.site-footer .color-choice:hover {
  color: var(--wp--preset--color--primary);
  padding-left: 5px;
}
.site-footer-sizing {
  padding: 0 1%;
}
.site-footer .footer_size_25 {
  flex-basis: 23%;
}
.site-footer .footer_size_20 {
  flex-basis: 18%;
}
@media (max-width: 1000px) {
  .site-footer .footer_size_20, .site-footer .footer_size_25 {
    flex-basis: 48%;
  }
}
@media (max-width: 520px) {
  .site-footer .footer_size_20, .site-footer .footer_size_25 {
    flex-basis: 98%;
  }
}
.site-footer-text {
  color: #707070;
  text-decoration: none;
  font-size: var(--wp--preset--font-size--extra-small);
  margin: 5px 0;
}
.site-footer-bottom {
  background-color: var(--wp--preset--color--black);
}
.site-footer-bottom-inner {
  display: flex;
  padding: 5px 0;
}
.site-footer-bottom-right {
  text-align: right;
  flex-basis: 25%;
}
.site-footer-bottom-left {
  flex-basis: 75%;
}
@media (max-width: 820px) {
  .site-footer-bottom-inner {
    flex-direction: column;
  }
  .site-footer-bottom-right, .site-footer-bottom-left {
    flex-basis: 100%;
  }
  .site-footer-bottom-right {
    text-align: left;
  }
}

.wg-recent-articles-articlesInner, .recent-articles-block-articlesInner {
  display: flex;
  flex-direction: row;
}
.wg-recent-articles .recent-articles-article, .recent-articles-block .recent-articles-article {
  flex-basis: 33.3%;
}
.wg-recent-articles .entry-header, .recent-articles-block .entry-header {
  padding: 3%;
}
.wg-recent-articles .text-container h2, .recent-articles-block .text-container h2 {
  text-align: center;
  margin: 30px 0;
}
.wg-recent-articles .text-container p, .recent-articles-block .text-container p {
  max-width: 80%;
  text-align: center;
  margin: 0 auto 30px;
}
@media (max-width: 1000px) {
  .wg-recent-articles .recent-articles-article:nth-of-type(3), .recent-articles-block .recent-articles-article:nth-of-type(3) {
    display: none;
  }
  .wg-recent-articles .recent-articles-article, .recent-articles-block .recent-articles-article {
    flex-basis: 50%;
  }
}
@media (max-width: 600px) {
  .wg-recent-articles-articlesInner, .recent-articles-block-articlesInner {
    flex-direction: column;
  }
}

#mega-menu-wrap-menu-main #mega-menu-menu-main > li.mega-menu-item > a.mega-menu-link:hover {
  transition: background 0.2s;
}

.single-hero {
  position: relative;
  padding-top: 4vh;
  padding-bottom: 4vh;
}
@media only screen and (min-width: 1132px) {
  .single-hero {
    padding-top: 10vh;
    padding-bottom: 10vh;
  }
}
.single-hero .wrapper {
  z-index: 1;
  position: relative;
}
.single-hero-title {
  margin: 0;
}
.single-hero-paragraph {
  max-width: 600px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}
.single-hero-paragraph, .single-hero-title {
  color: var(--wp--preset--color--off-white);
}
.single-hero .breadcrumb-item a, .single-hero li {
  text-decoration: none;
  color: var(--wp--preset--color--off-white);
}
.single-hero .breadcrumb {
  padding-left: 0;
}

.single-hero::before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background: linear-gradient(90deg, rgba(42, 42, 42, 0.7) 0%, rgba(42, 42, 42, 0.55) 100%);
}

.twoColumns {
  display: flex;
  flex-flow: row wrap;
}
@media only screen and (max-width: 1023px) {
  .twoColumns.reverse {
    flex-flow: column-reverse;
  }
  .twoColumns.reverse .leftSide {
    margin-bottom: 0vh;
  }
  .twoColumns.reverse .rightSide {
    margin-bottom: 4vh;
  }
}
.twoColumns .leftSide .imageWrap {
  width: 100%;
}
@media only screen and (max-width: 1023px) {
  .twoColumns .leftSide {
    margin-bottom: 4vh;
  }
}
@media only screen and (min-width: 1024px) {
  .twoColumns .leftSide {
    margin-right: 2.5%;
  }
}
@media only screen and (min-width: 1024px) {
  .twoColumns .rightSide {
    margin-left: 2.5%;
  }
}
.twoColumns .wg-align-image-left {
  margin-right: auto;
}
.twoColumns .wg-align-image-right {
  margin-left: auto;
}
.twoColumns .wg-align-image-center {
  margin: 0 auto;
}
@media only screen and (max-width: 1023px) {
  .twoColumns .wg-align-image-right, .twoColumns .wg-align-image-left {
    margin-right: auto;
    margin-left: auto;
  }
}
.twoColumns.fiftyFifty .rightSide, .twoColumns.fiftyFifty .leftSide {
  flex-basis: 100%;
}
@media only screen and (min-width: 1024px) {
  .twoColumns.fiftyFifty .rightSide, .twoColumns.fiftyFifty .leftSide {
    flex-basis: 47.5%;
  }
}
.twoColumns.fourtySixty .rightSide {
  flex-basis: 100%;
}
@media only screen and (min-width: 1024px) {
  .twoColumns.fourtySixty .rightSide {
    flex-basis: 57.5%;
  }
}
.twoColumns.fourtySixty .leftSide {
  flex-basis: 100%;
}
@media only screen and (min-width: 1024px) {
  .twoColumns.fourtySixty .leftSide {
    flex-basis: 37.5%;
  }
}
.twoColumns .center-self {
  align-self: center;
}
.twoColumns .rightSide h1:first-child,
.twoColumns .rightSide h2:first-child,
.twoColumns .rightSide h3:first-child,
.twoColumns .rightSide h4:first-child,
.twoColumns .rightSide h5:first-child,
.twoColumns .rightSide h6:first-child,
.twoColumns .leftSide h1:first-child,
.twoColumns .leftSide h2:first-child,
.twoColumns .leftSide h3:first-child,
.twoColumns .leftSide h4:first-child,
.twoColumns .leftSide h5:first-child,
.twoColumns .leftSide h6:first-child {
  margin-top: 0;
}
.twoColumns .rightSide p:last-child,
.twoColumns .rightSide h1:last-child,
.twoColumns .rightSide h2:last-child,
.twoColumns .rightSide h3:last-child,
.twoColumns .rightSide h4:last-child,
.twoColumns .rightSide h5:last-child,
.twoColumns .rightSide h6:last-child,
.twoColumns .leftSide p:last-child,
.twoColumns .leftSide h1:last-child,
.twoColumns .leftSide h2:last-child,
.twoColumns .leftSide h3:last-child,
.twoColumns .leftSide h4:last-child,
.twoColumns .leftSide h5:last-child,
.twoColumns .leftSide h6:last-child {
  margin-bottom: 0;
}

.wg-portfolio-block {
  margin-top: 40px;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .wg-portfolio-block {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
.wg-portfolio-block__container {
  max-width: 1110px;
  margin-left: auto;
  margin-right: auto;
}
.wg-portfolio-block__grid {
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 768px) {
  .wg-portfolio-block__grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }
}
.wg-portfolio-block__grid-item {
  display: flex;
  overflow: hidden;
  position: relative;
}
.wg-portfolio-block__grid-item.has-gallery-vertical-image-size {
  grid-row: span 1;
}
@media screen and (min-width: 768px) {
  .wg-portfolio-block__grid-item.has-gallery-vertical-image-size {
    grid-row: span 2;
  }
}
.wg-portfolio-block__grid-item__overlay {
  background-color: rgba(54, 54, 54, 0.95);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 6;
  padding: 32px 50px;
  font-weight: 700;
  color: white;
  box-sizing: border-box;
  transition: -webkit-transform ease-in-out 1s;
  transition: transform ease-in-out 1s;
  transition: transform ease-in-out 1s, -webkit-transform ease-in-out 1s;
}
.wg-portfolio-block__grid-item a {
  display: block;
}
.wg-portfolio-block__grid-item img {
  display: flex;
  max-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: -webkit-transform ease-in-out 1s;
  transition: transform ease-in-out 1s;
  transition: transform ease-in-out 1s, -webkit-transform ease-in-out 1s;
}
.wg-portfolio-block__grid-item:hover .wg-portfolio-block__grid-item__overlay {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.wg-portfolio-block__grid-item:hover img {
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
}

.wg-blog-page, .wg-cpt-page {
  padding-bottom: 0;
}
.wg-blog-page .blog-layout, .wg-blog-page .cpt-layout, .wg-cpt-page .blog-layout, .wg-cpt-page .cpt-layout {
  display: flex;
  flex-direction: row;
}
@media (max-width: 1000px) {
  .wg-blog-page .blog-layout, .wg-blog-page .cpt-layout, .wg-cpt-page .blog-layout, .wg-cpt-page .cpt-layout {
    flex-direction: column;
    flex-wrap: nowrap;
  }
}
.wg-blog-page .blog-layout .article-container, .wg-blog-page .cpt-layout .article-container, .wg-cpt-page .blog-layout .article-container, .wg-cpt-page .cpt-layout .article-container {
  flex-basis: 70%;
  padding: 2%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 700px) {
  .wg-blog-page .blog-layout .article-container, .wg-blog-page .cpt-layout .article-container, .wg-cpt-page .blog-layout .article-container, .wg-cpt-page .cpt-layout .article-container {
    flex-direction: column;
    flex-wrap: nowrap;
    padding: 0;
  }
}
.wg-blog-page .blog-layout article, .wg-blog-page .cpt-layout article, .wg-cpt-page .blog-layout article, .wg-cpt-page .cpt-layout article {
  flex-basis: 44%;
  padding: 0 3% 2%;
}
.wg-blog-page .blog-layout h2, .wg-blog-page .cpt-layout h2, .wg-cpt-page .blog-layout h2, .wg-cpt-page .cpt-layout h2 {
  font-size: 1.3rem;
  line-height: 1.4;
  text-align: center;
  margin: 20px 0;
}
@media (max-width: 800px) {
  .wg-blog-page .blog-layout h2, .wg-blog-page .cpt-layout h2, .wg-cpt-page .blog-layout h2, .wg-cpt-page .cpt-layout h2 {
    max-width: 60%;
    margin: 20px auto;
  }
}
.wg-blog-page .blog-layout p, .wg-blog-page .cpt-layout p, .wg-cpt-page .blog-layout p, .wg-cpt-page .cpt-layout p {
  margin-bottom: 20px;
}
@media (max-width: 700px) {
  .wg-blog-page .blog-layout p, .wg-blog-page .cpt-layout p, .wg-cpt-page .blog-layout p, .wg-cpt-page .cpt-layout p {
    max-width: 70%;
    margin: 0 auto;
  }
}
@media (max-width: 450px) {
  .wg-blog-page .blog-layout p, .wg-blog-page .cpt-layout p, .wg-cpt-page .blog-layout p, .wg-cpt-page .cpt-layout p {
    max-width: 90%;
  }
}
.wg-blog-page .blog-layout a, .wg-blog-page .cpt-layout a, .wg-cpt-page .blog-layout a, .wg-cpt-page .cpt-layout a {
  text-decoration: none;
}
.wg-blog-page .blog-layout a:hover, .wg-blog-page .cpt-layout a:hover, .wg-cpt-page .blog-layout a:hover, .wg-cpt-page .cpt-layout a:hover {
  color: var(--wp--preset--color--secondary);
}
.wg-blog-page .blog-layout img, .wg-blog-page .cpt-layout img, .wg-cpt-page .blog-layout img, .wg-cpt-page .cpt-layout img {
  height: 240px;
  width: 100%;
  margin: 0 auto;
  border-radius: 5px;
}
@media (max-width: 700px) {
  .wg-blog-page .blog-layout img, .wg-blog-page .cpt-layout img, .wg-cpt-page .blog-layout img, .wg-cpt-page .cpt-layout img {
    max-width: 70%;
  }
}
@media (max-width: 450px) {
  .wg-blog-page .blog-layout img, .wg-blog-page .cpt-layout img, .wg-cpt-page .blog-layout img, .wg-cpt-page .cpt-layout img {
    max-width: 90%;
  }
}

.wg-blog-page .blog-single {
  display: flex;
}
@media (max-width: 700px) {
  .wg-blog-page .blog-single {
    flex-direction: column;
  }
}
.wg-blog-page .blog-single .article-container {
  flex-basis: 70%;
  padding: 2%;
}
.wg-blog-page .blog-single img {
  height: auto;
  width: 70%;
  border-radius: 5px;
  margin: 0 auto;
}
.wg-blog-page .blog-single ul {
  padding-left: 0;
  list-style: none;
}
@media (max-width: 700px) {
  .wg-blog-page .blog-single img {
    width: 90%;
  }
}
@media (max-width: 1000px) {
  .wg-blog-page .blog-single p {
    padding: 0 20px 0;
  }
  .wg-blog-page .blog-single img {
    width: 70%;
  }
}
@media (max-width: 1100px) {
  .wg-blog-page .blog-single img {
    width: 100%;
  }
}
.wg-blog-page .blog-single .thumbnail-container {
  margin-bottom: 4vh;
}

.wrap-html-sitemap {
  max-width: 1400px;
  margin: 0 auto;
}