/*
Theme Name: Orion Rebrand 2020
Template: generatepress
Theme URI: https://orioncreative.com.au
Author: Jesse Fisher
Author URI: https://orioncreative.com.au
Description: Custom GeneratePress child theme
Version: 1.1
Text Domain: gpc
*/
/*

CONTENTS:
1. Defaults
2. Header and Nav
3. Home Page
4. Content
5. Components
6. Widgets
7. Footer
8. Other
9. Animations

*/
/* ==========================================
=! DEFAULTS
------------------------------------------ */
.separate-containers .inside-article,
.separate-containers .comments-area,
.separate-containers .page-header,
.separate-containers .paging-navigation,
.one-container .site-content,
.inside-page-header,
.wp-block-group__inner-container {
  padding: 90px 40px;
}
@media only screen and (min-width:768px) {
  .separate-containers .inside-article,
  .separate-containers .comments-area,
  .separate-containers .page-header,
  .separate-containers .paging-navigation,
  .one-container .site-content,
  .inside-page-header,
  .wp-block-group__inner-container {
    padding: 120px 40px;
  }
}
@media only screen and (min-width:1025px) {
  .separate-containers .inside-article,
  .separate-containers .comments-area,
  .separate-containers .page-header,
  .separate-containers .paging-navigation,
  .one-container .site-content,
  .inside-page-header,
  .wp-block-group__inner-container {
    padding: 180px 60px;
  }
}

.post-template-default .site-content {
  padding-top: 0;
}

/* ==========================================
=! HEADER AND NAV
------------------------------------------ */
body:not(.post-image-below-header):not(.post-image-above-header):not(.page-id-1846):not(.page-id-3177):not(.page-id-8105):not(.page-id-8095):not(.page-id-8110) #mobile-header:not(.is_stuck),
body:not(.post-image-below-header):not(.post-image-above-header):not(.page-id-1846):not(.page-id-3177):not(.page-id-8105):not(.page-id-8095):not(.page-id-8110) #site-navigation:not(.is_stuck) {
  background-color: transparent;
}

.sticky-enabled .main-navigation.is_stuck {
  box-shadow: none;
}

#mobile-header .inside-navigation,
#site-navigation .inside-navigation,
#sticky-navigation .inside-navigation {
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (min-width:1025px) {
  #mobile-header .inside-navigation,
  #site-navigation .inside-navigation,
  #sticky-navigation .inside-navigation {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (min-width:1200px) {
  #mobile-header .inside-navigation,
  #site-navigation .inside-navigation,
  #sticky-navigation .inside-navigation {
    padding-left: 60px;
    padding-right: 60px;
  }
}
#mobile-header .is-logo-image,
#site-navigation .is-logo-image,
#sticky-navigation .is-logo-image {
  height: auto;
  padding: 0;
}

#sticky-navigation .inside-navigation {
  padding-top: 20px;
  padding-bottom: 20px;
}

#mobile-header .site-logo {
  max-width: 230px;
  margin-left: 0;
}
#mobile-header .menu-toggle .mobile-menu {
  display: none;
}

#site-navigation .navigation-branding,
#sticky-navigation .navigation-branding {
  max-width: 320px;
  margin-left: 0;
}
@media only screen and (max-width:1024px) {
  #site-navigation .navigation-branding,
  #sticky-navigation .navigation-branding {
    max-width: 250px;
  }
}

.menu-toggle,
.slideout-toggle {
  padding-right: 0 !important;
  background-image: none;
}
.menu-toggle .gp-icon svg,
.slideout-toggle .gp-icon svg {
  width: 25px;
  height: 20px;
  top: 0.225em;
}

.main-nav a {
  letter-spacing: 0.3em;
}

.menu-phone a {
  position: relative;
  margin-left: 20px;
  padding-left: 40px !important;
  font-size: 19px;
  font-weight: 600;
  letter-spacing: 0.03em;
}
.menu-phone a::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 33px;
  height: 33px;
  background-image: url(images/icon-phone.svg);
  transform: translateY(-50%);
}

.main-navigation ul ul {
  padding: 20px 0;
}
@media only screen and (min-width:768px) {
  .main-navigation ul ul {
    padding: 20px;
    background-color: rgba(240, 239, 234, 0.93);
    -moz-column-count: 3;
         column-count: 3;
  }
}
@media only screen and (min-width:1025px) {
  .main-navigation ul ul {
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    border-radius: 10px;
  }
}

/* ==========================================
=! Off canvas menu
------------------------------------------ */
.slide-opened body {
  overflow: hidden;
}

#generate-slideout-menu .inside-navigation {
  position: unset;
  max-width: none;
  padding: 140px 40px 100px;
}
@media only screen and (min-width:1025px) {
  #generate-slideout-menu .inside-navigation {
    padding: 140px 140px 100px;
  }
}
#generate-slideout-menu .custom-logo-link {
  display: flex;
  position: absolute;
  top: 0;
  left: 20px;
  max-width: 140px;
  height: 65px;
}
@media only screen and (min-width:768px) {
  #generate-slideout-menu .custom-logo-link {
    max-width: 200px;
    height: 100px;
  }
}
@media only screen and (min-width:1025px) {
  #generate-slideout-menu .custom-logo-link {
    left: 40px;
    max-width: 270px;
  }
}
@media only screen and (min-width:1200px) {
  #generate-slideout-menu .custom-logo-link {
    left: 60px;
  }
}
#generate-slideout-menu .slideout-exit {
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  height: 65px;
}
@media only screen and (min-width:768px) {
  #generate-slideout-menu .slideout-exit {
    height: 100px;
  }
}
@media only screen and (min-width:1025px) {
  #generate-slideout-menu .slideout-exit {
    right: 20px;
  }
}
@media only screen and (min-width:1200px) {
  #generate-slideout-menu .slideout-exit {
    right: 40px;
  }
}
#generate-slideout-menu .main-nav {
  margin-bottom: 0;
}
@media only screen and (min-width:1025px) {
  #generate-slideout-menu .main-nav {
    margin-right: 0;
  }
}
@media only screen and (min-width:1025px) {
  #generate-slideout-menu #menu-main-menu li {
    text-align: right;
  }
}
#generate-slideout-menu #menu-main-menu li.current-menu-item > a {
  background-size: 0 3px, 100% 3px;
}
#generate-slideout-menu #menu-main-menu li a {
  padding: 0 0 5px;
  background: linear-gradient(to right, transparent, transparent), linear-gradient(to right, #96FCCA, #96FCCA);
  background-size: 100% 3px, 0 3px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 300ms;
}
#generate-slideout-menu #menu-main-menu li a:hover {
  background-size: 0 3px, 100% 3px;
}
#generate-slideout-menu #menu-main-menu > li > a {
  font-family: "zenon";
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.2;
}
#generate-slideout-menu #menu-main-menu .menu-item-has-children .dropdown-menu-toggle {
  border-color: transparent;
  margin: 0 -70px 0 0;
}
#generate-slideout-menu #menu-main-menu .sub-menu {
  margin-top: 20px;
}
#generate-slideout-menu #menu-main-menu .sub-menu li {
  margin-bottom: 6px;
}
#generate-slideout-menu #menu-main-menu .sub-menu a {
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 20px;
  letter-spacing: 0.01em;
}
@media only screen and (min-width:1025px) {
  #generate-slideout-menu .slideout-social-links {
    position: absolute;
    bottom: 60px;
    right: 40px;
  }
}
@media only screen and (min-width:1200px) {
  #generate-slideout-menu .slideout-social-links {
    right: 60px;
  }
}
#generate-slideout-menu .slideout-contact-info {
  display: none;
}
@media only screen and (min-width:1025px) {
  #generate-slideout-menu .slideout-contact-info {
    display: block;
    position: absolute;
    bottom: 80px;
    left: 140px;
    z-index: 99999;
    text-align: left;
  }
  #generate-slideout-menu .slideout-contact-info a {
    display: initial;
    font-weight: inherit;
    text-transform: inherit;
    font-size: inherit;
  }
}

/* ==========================================
=! HOME PAGE
------------------------------------------ */
body {
  overflow-x: hidden;
}

.home,
.page-template-location-landing-page {
  color: var(--white);
}
.home .entry-content a:not([class*=button]),
.page-template-location-landing-page .entry-content a:not([class*=button]) {
  color: inherit;
  text-decoration: underline;
}
.home .entry-content a:not([class*=button]):hover,
.page-template-location-landing-page .entry-content a:not([class*=button]):hover {
  color: var(--aquamarine);
  text-decoration: none;
}
.home #page,
.page-template-location-landing-page #page {
  position: relative;
}
.home #page::before,
.page-template-location-landing-page #page::before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  position: absolute;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background: linear-gradient(180deg, #639eb3, #5a91ad, #5584a6, #52779e, #526a94, #545c89);
}
.home #content,
.page-template-location-landing-page #content {
  position: relative;
  z-index: 1;
}

.hero-slider-slide img {
  width: 100%;
}

.home-hero {
  overflow: hidden;
  background-color: #2779a7;
}

.home-hero-slide {
  overflow: hidden;
  min-height: 100vh;
  height: auto;
}

.home-hero video {
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  margin: auto;
  min-height: 100%;
  min-width: 100%;
  width: 100vw;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 85%;
     object-position: 85%;
}
@media only screen and (min-width:768px) {
  .home-hero video {
    -o-object-position: 90%;
       object-position: 90%;
  }
}
@media only screen and (min-width:1200px) {
  .home-hero video {
    -o-object-position: 100%;
       object-position: 100%;
  }
}

.home-hero-content {
  visibility: hidden;
  display: flex;
  height: 100%;
  align-items: flex-end;
  margin: 0 35px;
}
@media only screen and (min-width:1025px) {
  .home-hero-content {
    align-items: flex-start;
    margin: 0 13.229vw;
  }
}

@media only screen and (max-width:1024px) {
  .home-hero-slide .home-hero-content:before {
    z-index: 3;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .home-hero-slide.home-hero-slide-0 .home-hero-content:before {
    background: linear-gradient(180deg, rgba(40, 120, 170, 0) 15%, rgba(40, 120, 170, 0.9) 100%);
  }
  .home-hero-slide.home-hero-slide-1 .home-hero-content:before {
    background: linear-gradient(180deg, rgba(140, 118, 145, 0) 15%, rgba(140, 118, 145, 0.9) 100%);
  }
  .home-hero-slide.home-hero-slide-2 .home-hero-content:before {
    background: linear-gradient(180deg, rgba(60, 35, 60, 0) 15%, rgba(60, 35, 60, 0.9) 100%);
  }
}
.home-hero-slide-0 {
  --slide-text-color: #96FCCA;
  --slide-text-hover-color: #FAAF1B;
}

.home-hero-slide-1 {
  --slide-text-color: #6C4E94;
  --slide-text-hover-color: #FAAF1B;
}
.home-hero-slide-1 .gb-button-primary {
  background: linear-gradient(82deg, rgb(108, 78, 148) 0%, rgb(115, 40, 201) 100%) !important;
}
.home-hero-slide-1 .gb-button-primary:hover {
  background: #FAAF1B !important;
}

.home-hero-slide-2 {
  --slide-text-color: #F37B7B;
  --slide-text-hover-color: #FAAF1B;
}
.home-hero-slide-2 .gb-button-primary {
  background: linear-gradient(79deg, rgb(243, 123, 123) 0%, rgb(233, 101, 203) 100%) !important;
}
.home-hero-slide-2 .gb-button-primary:hover {
  background: #FAAF1B !important;
}

.home-hero-content-inner {
  position: relative;
  z-index: 4;
  padding: 140px 0 80px;
  text-align: center;
}
@media only screen and (min-width:768px) {
  .home-hero-content-inner {
    padding-bottom: 120px;
    text-align: left;
  }
}
@media only screen and (min-width:1025px) {
  .home-hero-content-inner {
    padding-top: 200px;
  }
}
.home-hero-content-inner h1 {
  max-width: 14ch;
  margin-bottom: 0.45em;
  color: var(--white);
  font-family: "canada-type-gibson", sans-serif;
  font-size: 83px;
  font-size: clamp(4.5rem, 4.5rem + (1vw - 1.24rem) * 14.6154, 8.3rem);
  font-weight: 400;
  min-height: 0vw;
  line-height: 1.084;
}
@media only screen and (max-width:767px) {
  .home-hero-content-inner h1 {
    max-width: 100% !important;
    margin-left: auto;
    margin-right: auto;
    font-size: clamp(2.8rem, 2.8rem + (1vw - 1.24rem) * 21.1538, 8.3rem);
  }
}
@media only screen and (min-width:1600px) {
  .home-hero-content-inner h1 {
    line-height: 1;
  }
}
.home-hero-content-inner h1 a {
  color: var(--slide-text-color);
  font-family: "zenon", serif;
  font-weight: 500;
}
.home-hero-content-inner h1 a:hover {
  color: var(--slide-text-hover-color);
}
@media only screen and (max-width:767px) {
  .home-hero-content-inner .gb-button-wrapper {
    justify-content: center;
  }
}

.home-hero-title-1 {
  font-weight: 200;
  letter-spacing: 0.5em;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
@media only screen and (max-width:767px) {
  .home-hero-title-1 {
    display: none;
  }
}

.home-hero-text {
  font-size: clamp(1.8rem, 1.8rem + (1vw - 1.24rem) * 2.9167, 2.5rem);
  min-height: 0vw;
  line-height: 1.4;
  margin-bottom: 1.5em;
}
@media only screen and (min-width:768px) {
  .home-hero-text {
    width: 80%;
    max-width: 540px;
  }
}

.scroll-msg {
  display: none;
}
@media only screen and (min-width:1025px) {
  .scroll-msg {
    display: block;
    visibility: hidden;
    position: absolute;
    bottom: 40px;
    left: 50%;
    z-index: 5;
    transform: translateX(-50%);
  }
}
.scroll-msg a {
  color: var(--white);
}
.scroll-msg a:hover, .scroll-msg a:focus {
  color: var(--white);
}

/* ==========================================
=! GUTENBERG
------------------------------------------ */
.wp-block-quote {
  padding: 0;
  border: 0;
  color: var(--dark-purple);
  font-family: "zenon", serif;
  font-weight: 500;
  font-size: 40px;
  font-size: clamp(3rem, 3rem + (1vw - 0.32rem) * 0.8929, 4rem);
  min-height: 0vw;
  font-style: normal;
  line-height: 1.25;
}
.wp-block-quote p {
  margin-bottom: 0.5em;
}
.wp-block-quote cite,
.wp-block-quote .wp-block-quote__citation {
  display: block;
  margin-top: 3.5rem;
  color: var(--gunmetal-grey);
  font-family: "canada-type-gibson", sans-serif;
  font-weight: 200;
  font-size: 20px;
  font-size: clamp(1.6rem, 1.6rem + (1vw - 0.32rem) * 0.3571, 2rem);
  min-height: 0vw;
  line-height: 1.5;
  letter-spacing: 0.01em;
}
.wp-block-quote cite strong,
.wp-block-quote .wp-block-quote__citation strong {
  display: block;
  margin-top: 1rem;
  color: var(--dark-purple);
  font-weight: 600;
  font-size: 15px;
  font-size: clamp(1rem, 1rem + (1vw - 0.32rem) * 0.4464, 1.5rem);
  min-height: 0vw;
  line-height: 1.667;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

/* ==========================================
=! CONTENT
------------------------------------------ */
html {
  font-size: 62.5%;
}

body {
  font-family: "canada-type-gibson", sans-serif;
  font-weight: 200;
  font-size: 20px;
  font-size: clamp(1.8rem, 1.8rem + (1vw - 0.32rem) * 0.1724, 2rem);
  min-height: 0vw;
  line-height: 1.5;
  letter-spacing: 0.01em;
}

h1,
.h1 {
  font-family: "zenon", serif;
  font-weight: 500;
  font-size: 90px;
  font-size: clamp(4.5rem, 4.5rem + (1vw - 0.32rem) * 4.0179, 9rem);
  min-height: 0vw;
  line-height: 1.056;
  letter-spacing: 0;
  text-wrap: balance;
}

h2,
.h2,
.gb-headline-p-as-h2 {
  font-family: "zenon", serif;
  font-weight: 500;
  font-size: 70px;
  font-size: clamp(3.5rem, 3.5rem + (1vw - 0.32rem) * 3.125, 7rem);
  min-height: 0vw;
  line-height: 1.143;
  letter-spacing: 0;
  margin-bottom: 5rem;
  text-wrap: balance;
}

h3,
.h3,
.gb-headline-p-as-h3,
.gb-headline-h2-as-h3 {
  font-family: "zenon", serif;
  font-weight: 500;
  font-size: 50px;
  font-size: clamp(3rem, 3rem + (1vw - 0.32rem) * 1.7857, 5rem);
  min-height: 0vw;
  line-height: 1.2;
  letter-spacing: 0;
  text-wrap: balance;
}

h4,
.h4,
.gb-headline-p-as-h4,
.gb-headline-h2-as-h4 {
  font-family: "zenon", serif;
  font-weight: 500;
  font-size: 30px;
  font-size: clamp(1.8rem, 1.8rem + (1vw - 0.32rem) * 1.0714, 3rem);
  min-height: 0vw;
  line-height: 1.333;
  letter-spacing: 0;
  text-transform: unset;
  margin-bottom: 20px;
  text-wrap: balance;
}

h5,
.h5,
.gb-headline-p-as-h5,
.gb-headline-h2-as-h5 {
  font-family: "canada-type-gibson", sans-serif;
  font-weight: 600;
  font-size: 30px;
  font-size: clamp(1.6rem, 1.6rem + (1vw - 0.32rem) * 1.25, 3rem);
  min-height: 0vw;
  line-height: 1.8;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 20px;
  text-wrap: balance;
}

h6,
.h6,
.gb-headline-p-as-h6,
.gb-headline-h2-as-h6 {
  font-family: "canada-type-gibson", sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-size: clamp(1.2rem, 1.2rem + (1vw - 0.32rem) * 0.3448, 1.6rem);
  min-height: 0vw;
  line-height: 1.625;
  letter-spacing: 0.5em;
  text-transform: uppercase;
  margin-bottom: 5rem;
  text-wrap: balance;
}

.gb-headline-p-as-sub-title {
  font-family: "canada-type-gibson", sans-serif;
  font-weight: 600;
  font-size: 30px;
  font-size: clamp(1.6rem, 1.6rem + (1vw - 0.32rem) * 1.25, 3rem);
  min-height: 0vw;
  line-height: 1.4;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}

.gb-headline-p-as-small,
.gb-headline-h2-as-small,
.text-small {
  font-family: "canada-type-gibson", sans-serif;
  font-weight: 600;
  font-size: 15px;
  font-size: clamp(1.1rem, 1.1rem + (1vw - 0.32rem) * 0.3448, 1.5rem);
  min-height: 0vw;
  line-height: 1.667;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 5rem;
}

.gb-headline-p-as-outline,
.gb-headline-h2-as-outline,
.text-outline,
.gb-button-text-outline {
  font-family: "canada-type-gibson", sans-serif;
  font-weight: 600;
  font-size: 70px;
  font-size: clamp(3.5rem, 3.5rem + (1vw - 0.32rem) * 3.125, 7rem);
  min-height: 0vw;
  line-height: 1;
  letter-spacing: 0.025em;
  text-transform: uppercase;
}

@supports (-webkit-text-stroke: 1px var(--purple)) {
  #page .gb-button-text-outline:not(:hover) {
    -webkit-text-stroke-color: var(--purple);
    color: transparent;
  }
  #page .gb-button-text-outline {
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: transparent;
    transition: 0.2s -webkit-text-stroke-color, 0.2s background-color ease-in-out, 0.2s color ease-in-out, 0.2s border-color ease-in-out, 0.2s opacity ease-in-out, 0.2s box-shadow ease-in-out;
  }
  .gb-headline-p-as-outline,
  .gb-headline-h2-as-outline,
  .text-outline {
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--purple);
    color: transparent !important;
  }
}
.has-sm-font-size {
  font-size: 16px;
  font-size: clamp(1rem, 1rem + (1vw - 0.32rem) * 0.5357, 1.6rem);
  min-height: 0vw;
  line-height: 1.625;
  letter-spacing: 0.2em;
}

.has-md-font-size,
.gb-headline-p-intro {
  font-size: 25px;
  font-size: clamp(1.8rem, 1.8rem + (1vw - 0.32rem) * 0.625, 2.5rem);
  min-height: 0vw;
  line-height: 1.4;
}

.blog .featured-column h2,
.archive .featured-column h2 {
  font-size: clamp(3rem, 3rem + (1vw - 1.024rem) * 9.6154, 7rem);
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

.gb-headline a {
  padding-bottom: 3px;
  background: linear-gradient(to right, transparent, transparent), linear-gradient(to right, #96FCCA, #96FCCA);
  background-size: 100% 3px, 0 3px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 300ms;
}
.gb-headline a:hover {
  background-size: 0 3px, 100% 3px;
}

.gb-button-link .gb-button-text {
  background: linear-gradient(to right, #96FCCA, #96FCCA), linear-gradient(to right, #faaf1b, #fd665d, #4b5a8b);
  background-size: 100% 3px, 0 3px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 300ms;
}
.gb-button-link:hover .gb-button-text, .gb-button-link:focus .gb-button-text {
  background-size: 0 3px, 100% 3px;
}

.gb-button-primary .gb-icon {
  margin-top: -3px;
}

.gb-button-wrapper a.gb-button-primary:hover, .gb-button-wrapper a.gb-button-primary:focus {
  background-image: none;
}

.single .entry-content > :not(figure):not([class^=gb-]):not([class^=block-]) {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}
.single .entry-content > ul, .single .entry-content > ol {
  list-style-position: inside;
}

.wp-block-image {
  text-align: center;
}

/* ==========================================
=! COMPONENTS
------------------------------------------ */
/* --- fixes potential theme css conflict --- */
.acf-map img {
  max-width: inherit !important;
}

/* --- responsive embed --- */
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.embed-container iframe,
.embed-container object,
.embed-container embed,
.embed-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* --- breadcrumbs --- */
.breadcrumbs {
  font-size: 14px;
  margin-bottom: 10px;
}

/* --- Side Text --- */
@media only screen and (max-width:1199px) {
  .page-side-text {
    display: none;
  }
}
@media only screen and (min-width:1200px) {
  .page-side-text {
    position: fixed;
    z-index: 100;
    transform-origin: top right;
    right: 50px;
    top: 350px;
    transform: rotate(90deg) translateX(100%);
    color: var(--white);
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.5em;
    line-height: 1;
    text-transform: uppercase;
  }
}

/* --- Featured Slider --- */
.featured-slider-container {
  position: relative;
  width: 100%;
  margin-top: -3.906vw;
  padding-top: 3.906vw;
  background-image: url(images/dot-pattern.svg);
  background-position: 20% 0;
  background-repeat: no-repeat;
  background-size: 14.271vw;
}
@media only screen and (min-width:768px) {
  .featured-slider-container {
    padding-bottom: calc(3rem + 5.208vw);
  }
}

.block-featured-slider .swiper-pagination {
  pointer-events: none;
  bottom: 10px;
  margin-top: 0;
}
@media only screen and (max-width:767px) {
  .block-featured-slider .swiper-pagination {
    display: none;
  }
}
.block-featured-slider .swiper-pagination-bullet {
  pointer-events: auto;
  width: 8px;
  height: 8px;
  margin: 0 8px !important;
  background: var(--white);
  opacity: 1;
  vertical-align: middle;
}
.block-featured-slider .swiper-pagination-bullet-active {
  width: 14px;
  height: 14px;
  background: transparent;
  border: 1px solid var(--white);
}

.featured-slide-content {
  display: none;
}

.swiper-slide-active .featured-slide-content {
  display: block;
}

.featured-slide-link {
  display: block;
  position: relative;
  transition: all 200ms linear;
  transform: scale(0.75);
  color: var(--white);
}
.featured-slide-link:hover {
  color: var(--white);
}
.featured-slide-link:hover span {
  background-size: 0 3px, 100% 3px;
}
.featured-slide-link span {
  display: table;
  background: linear-gradient(to right, #96FCCA, #96FCCA), linear-gradient(to right, #faaf1b, #fd665d, #4b5a8b);
  background-size: 100% 3px, 0 3px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 300ms;
}

.swiper-slide-active .featured-slide-link {
  transform: scale(1);
}

.featured-slide-content {
  margin-top: -60px;
  padding: 0 20px;
}
@media only screen and (min-width:768px) {
  .featured-slide-content {
    position: absolute;
    bottom: 30px;
    left: -30px;
    z-index: 3;
    margin-top: 0;
    padding: 0;
  }
}
@media only screen and (min-width:1025px) {
  .featured-slide-content {
    bottom: 50px;
    left: -50px;
  }
}

.featured-slide-title {
  margin-bottom: 20px;
  font-family: "zenon";
  font-size: 50px;
  font-size: clamp(2rem, 2rem + (1vw - 0.32rem) * 2.6786, 5rem);
  min-height: 0vw;
  font-weight: 500;
  text-shadow: 0px 3px 8px rgba(0, 0, 0, 0.16);
}

.featured-slide-subtitle {
  font-size: 30px;
  font-size: clamp(1.4rem, 1.4rem + (1vw - 0.32rem) * 1.4286, 3rem);
  min-height: 0vw;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.featured-slider-navigation {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  z-index: 2;
  transform: translateY(-50%);
}
@media only screen and (min-width:768px) {
  .featured-slider-navigation {
    display: none;
  }
}

.featured-slider-arrow-next,
.featured-slider-arrow-prev {
  cursor: pointer;
}

.featured-slider-arrow-next {
  float: right;
  transform: translateX(50%);
}

.featured-slider-arrow-prev {
  transform: translateX(-50%);
}

.circle-button {
  transform: scale(1);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: transparent;
  border: 3px solid var(--white);
  border-radius: 50%;
  padding: calc(10px + 1.563vw);
  margin: 20px auto 0;
  color: var(--white);
  font-weight: 400;
  font-size: 16px;
  font-size: clamp(1.2rem, 1.2rem + (1vw - 0.32rem) * 0.3448, 1.6rem);
  min-height: 0vw;
  line-height: 1.5;
  letter-spacing: 0.5em;
  text-transform: uppercase;
  transition: transform 1s cubic-bezier(0.14, 0.99, 0.43, 0.99);
}
@media only screen and (max-width:1024px) {
  .circle-button {
    max-width: 100px;
  }
}
@media only screen and (min-width:768px) {
  .circle-button {
    position: absolute;
    top: 90%;
    right: 8%;
    z-index: 1;
    margin: 0;
    transform: translate(-50%, -50%) scale(1);
  }
}
@media only screen and (min-width:1025px) {
  .circle-button {
    right: 2%;
    border-width: 4px;
  }
}
@media only screen and (min-width:1200px) {
  .circle-button {
    right: 8%;
    border-width: 5px;
  }
}
@media only screen and (min-width:1600px) {
  .circle-button {
    right: 10.5%;
  }
}
.circle-button:before {
  display: block;
  content: "";
  height: 0;
  padding-bottom: 100%;
  float: left;
}
.circle-button:hover {
  color: var(--white);
  background: rgb(102, 211, 216);
  background: linear-gradient(58deg, rgb(102, 211, 216) 35%, rgb(115, 224, 170) 100%);
  border: 0;
  transform: scale(1.2);
}
@media only screen and (min-width:768px) {
  .circle-button:hover {
    transform: translate(-50%, -50%) scale(1.2);
  }
}

.swiper-pagination {
  left: 50% !important;
  transform: translateX(-50%);
  margin-top: 20px;
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 10px;
  background: #c1c1c1;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background: #0b142b;
}

.block-image-slider {
  position: relative;
  padding-bottom: 50px;
}

.image-slider img {
  display: block;
  margin: 0 auto;
}

.quote-button-body {
  position: fixed;
  bottom: 4%;
  right: 2%;
  z-index: 99;
  opacity: 0 !important;
  transition: all 2s ease-in-out;
}

.opacity-quote-button {
  opacity: 1 !important;
  transition: all 2s ease-in-out;
}

.section-get-started .sub-title {
  text-transform: uppercase;
  letter-spacing: 5px;
  font-size: 16px;
}
@media only screen and (max-width: 980px) {
  .section-get-started .sub-title {
    font-size: 12px;
  }
}

.hero-services {
  position: relative;
  height: 100vh;
}

.hero-services video {
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  margin: auto;
  min-height: 100%;
  min-width: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 85%;
     object-position: 85%;
}
@media only screen and (min-width:768px) {
  .hero-services video {
    -o-object-position: 90%;
       object-position: 90%;
  }
}
@media only screen and (min-width:1200px) {
  .hero-services video {
    -o-object-position: 100%;
       object-position: 100%;
  }
}

.full-image-screen {
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.empty-services-hero {
  background-image: linear-gradient(180deg, #a3dbd2, #9AD2D8);
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  display: flex;
  flex-direction: row;
  align-items: center;
  text-align: center;
}

.center-div {
  position: absolute;
  top: 58%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .center-div {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.center-div .gb-headline-p-as-h6,
.center-div h1,
.center-div .gb-headline-p-intro {
  color: var(--white);
}

.center-div .gb-headline-p-as-h6.subtitle-index {
  font-size: clamp(2rem, 1.2rem + (1vw - 0.32rem) * 0.3448, 1.6rem);
  font-weight: 600;
  margin-bottom: 0;
}

.center-div .btn-index-hero {
  margin: 0.5rem 0 2rem 0;
  color: var(--white);
}

.center-div .btn-index-hero a,
.center-div .btn-index-hero a.gb-button-primary:visited {
  color: var(--white);
}

.gb-button-wrapper a.gb-button-primary,
.gb-button-wrapper a.gb-button-primary:visited {
  color: var(--white);
}

.empty-services-hero:before {
  content: "";
  background-image: url(https://orioncreative.php7.ocsdev.com.au/wp-content/uploads/2021/05/bg-wave-03.svg);
  background-repeat: no-repeat;
  background-position: 45% 60%;
  background-size: 192%;
  z-index: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: inherit;
}

.services-page.scroll-msg {
  display: block;
  visibility: visible;
  position: absolute;
  bottom: 40px;
  left: 50%;
  z-index: 9;
  transform: translateX(-50%);
  transition: 0.2s background-color ease-in-out, 0.2s color ease-in-out, 0.2s border-color ease-in-out, 0.2s opacity ease-in-out, 0.2s box-shadow ease-in-out;
}

.services-page.scroll-msg .smooth-scroll:hover {
  color: #38376C;
}

.services-page.scroll-msg .smooth-scroll:hover svg path {
  fill: #38376C;
}

.bg-hero-pages {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.3) 26%, rgba(0, 0, 0, 0) 70%);
  z-index: 9;
}

@media only screen and (max-width: 980px) {
  .btn-quote-pages {
    min-width: 300px;
  }
}

.btn-quote-pages.gb-button-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-around;
  clear: both;
}

.btn-quote-pages a.gb-button-primary .gb-icon {
  font-size: 1em;
  padding-left: 0;
  padding-right: 14px;
}

/* ==========================================
=! WIDGETS
------------------------------------------ */
/* --- GPC Sub Menu Widget --- */
.widget_gpc_sub_menu_widget .menu-item-has-children .sub-menu {
  margin-left: 1.2em;
}

.widget_gpc_sub_menu_widget .menu-item-has-children .sub-menu li {
  list-style: disc;
}

.widget_gpc_sub_menu_widget .current-menu-item > a {
  font-weight: bold;
}

/* ==========================================
=! GENERATEBLOCKS
------------------------------------------ */
.gb-inside-container > *:last-child {
  margin-bottom: 0;
}

.full-width-content .wp-block-image.alignwide {
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
}

.hero-100vh-fix {
  min-height: calc(100vh - 100px);
}
.admin-bar .hero-100vh-fix {
  min-height: calc(100vh - 132px);
}

.header-wrap + .gb-container > .gb-inside-container,
nav + .gb-container > .gb-inside-container {
  position: initial;
}

.scroll-down {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
}

.page-hero .gb-headline-p-as-h6 {
  margin-bottom: 3rem;
}

header .gb-inside-container > p:last-of-type {
  margin-bottom: 0;
}

.news-hero .gb-headline {
  max-width: 670px;
}
.news-hero h1.gb-headline {
  font-size: 70px;
  font-size: clamp(3.5rem, 3.5rem + (1vw - 0.32rem) * 3.125, 7rem);
}
.news-hero .gb-headline-p-intro {
  font-size: 21px;
  font-size: clamp(1.8rem, 1.8rem + (1vw - 0.32rem) * 0.2679, 2.1rem);
}

.blog .wp-post-image {
  aspect-ratio: 390/340;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.blog .news-loop-featured .wp-post-image {
  aspect-ratio: 950/580;
}

.work-hero .gb-headline {
  max-width: 670px;
}
.work-hero h1.gb-headline {
  font-size: 70px;
  font-size: clamp(3.5rem, 3.5rem + (1vw - 0.32rem) * 3.125, 7rem);
}
.work-hero .gb-headline-p-intro {
  font-size: 21px;
  font-size: clamp(1.8rem, 1.8rem + (1vw - 0.32rem) * 0.2679, 2.1rem);
}

.gb-grid-wrapper-cascade > .gb-grid-column:last-child {
  padding-bottom: 0;
}

.gb-container-cascade-col-sm .gb-inside-container {
  max-width: 415px;
  margin: auto;
  box-sizing: content-box;
}

.gb-container-cascade-col-md.team-cascade-headline .gb-inside-container {
  margin-left: auto;
  margin-right: auto;
}
.gb-container-cascade-col-md .gb-inside-container {
  max-width: 555px;
}

.gb-container-cascade-col-lg .gb-inside-container {
  max-width: 670px;
}

.gb-grid-wrapper-cascade .wp-block-image + .gb-headline {
  margin-top: 0.8em;
  margin-bottom: 0.35em;
}
.gb-grid-wrapper-cascade .gb-headline-p-as-small {
  margin-bottom: 1.1em;
}

@media only screen and (min-width:768px) {
  .gb-grid-wrapper-cascade {
    display: flow-root;
  }
  .gb-grid-wrapper-cascade:not(.team-cascade) .gb-grid-column:nth-child(2) .gb-container-cascade-col-lg,
  .gb-grid-wrapper-cascade:not(.team-cascade) .gb-grid-column:nth-child(2) .gb-container-cascade-col-md,
  .gb-grid-wrapper-cascade:not(.team-cascade) .gb-grid-column:nth-child(2) .gb-container-cascade-col-sm {
    padding-top: 160px;
  }
  .gb-grid-wrapper-cascade.team-cascade-alt .gb-grid-column:nth-child(odd) {
    float: right;
  }
  .gb-grid-wrapper-cascade.team-cascade-alt .gb-grid-column:nth-child(odd) .gb-container-cascade-col-md {
    align-items: flex-end;
  }
  .gb-grid-wrapper-cascade.team-cascade-alt .gb-grid-column:nth-child(even) {
    float: left;
  }
  .gb-grid-wrapper-cascade.team-cascade-alt .gb-grid-column:nth-child(even) .gb-container-cascade-col-md {
    align-items: flex-start;
  }
  .gb-grid-wrapper-cascade.team-cascade-alt .gb-grid-column:nth-child(1) {
    float: right;
  }
  .gb-grid-wrapper-cascade.team-cascade-alt .gb-grid-column:nth-child(2) {
    float: left;
  }
  .gb-grid-wrapper-cascade .gb-grid-column:nth-child(odd) {
    float: left;
  }
  .gb-grid-wrapper-cascade .gb-grid-column:nth-child(odd) .gb-container-cascade-col-md {
    align-items: flex-start;
  }
  .gb-grid-wrapper-cascade .gb-grid-column:nth-child(even) {
    float: right;
  }
  .gb-grid-wrapper-cascade .gb-grid-column:nth-child(even) .gb-container-cascade-col-md {
    align-items: flex-end;
  }
  .team-cascade-headline {
    margin-bottom: 5.729vw;
    padding-top: 120px;
  }
}
.post-type-archive-work .work:not(:first-child) {
  margin-top: 90px;
}
@media only screen and (min-width:768px) {
  .post-type-archive-work .work:not(:first-child) {
    margin-top: 120px;
  }
}
@media only screen and (min-width:1200px) {
  .post-type-archive-work .work:not(:first-child) {
    margin-top: 170px;
  }
}
.post-type-archive-work .work:nth-child(odd) .pattern-top-left::before {
  display: none;
}
@media only screen and (min-width:768px) {
  .post-type-archive-work .work:nth-child(even) .gb-grid-column:nth-child(1) {
    order: 1;
  }
  .post-type-archive-work .work:nth-child(even) .gb-grid-column:nth-child(2) {
    order: 0;
  }
  .post-type-archive-work .work:nth-child(even) .work-loop-content .gb-inside-container {
    margin-left: -120px;
  }
  .post-type-archive-work .work:nth-child(even) .work-loop-content h2 {
    margin-right: 0;
  }
}

.work-loop h2 {
  font-size: clamp(35px, 2.1875rem + (1vw - 3.2px) * 3.0172, 70px);
  min-height: 0vw;
}

.work-loop-image img {
  width: 100%;
}

.blog article.featured-column,
.archive article.featured-column {
  width: 100%;
}
.blog .generate-columns-container,
.archive .generate-columns-container {
  margin-left: -95px;
}
.blog .generate-columns,
.archive .generate-columns {
  padding-left: 95px;
}

.one-container.archive .post:not(:last-child),
.one-container.blog .post:not(:last-child) {
  padding-bottom: 20px;
}

.gb-accordion__toggle {
  background: unset;
  border: unset;
}
.gb-accordion__toggle:hover, .gb-accordion__toggle:focus, .gb-accordion__toggle:focus-visible {
  background: unset;
}

/* ==========================================
=! FOOTER
------------------------------------------ */
@media only screen and (max-width:767px) {
  .footer > div > .gb-grid-wrapper .gb-grid-column:nth-child(1) {
    display: none;
  }
}
@media only screen and (max-width:1024px) {
  .footer > div > .gb-grid-wrapper .gb-grid-column:nth-child(2) {
    display: none;
  }
}
/* ==========================================
=! FORMS
------------------------------------------ */
option {
  font-weight: 200;
}

input[type=email]:focus, input[type=email]:focus-visible,
input[type=number]:focus,
input[type=number]:focus-visible,
input[type=password]:focus,
input[type=password]:focus-visible,
input[type=search]:focus,
input[type=search]:focus-visible,
input[type=tel]:focus,
input[type=tel]:focus-visible,
input[type=text]:focus,
input[type=text]:focus-visible,
input[type=url]:focus,
input[type=url]:focus-visible,
select:focus,
select:focus-visible,
textarea:focus,
textarea:focus-visible {
  outline: none;
}

.gform_wrapper.gravity-theme .gfield textarea {
  display: block;
}

.gform_wrapper.gravity-theme input[type=color],
.gform_wrapper.gravity-theme input[type=date],
.gform_wrapper.gravity-theme input[type=datetime-local],
.gform_wrapper.gravity-theme input[type=datetime],
.gform_wrapper.gravity-theme input[type=email],
.gform_wrapper.gravity-theme input[type=month],
.gform_wrapper.gravity-theme input[type=number],
.gform_wrapper.gravity-theme input[type=password],
.gform_wrapper.gravity-theme input[type=search],
.gform_wrapper.gravity-theme input[type=tel],
.gform_wrapper.gravity-theme input[type=text],
.gform_wrapper.gravity-theme input[type=time],
.gform_wrapper.gravity-theme input[type=url],
.gform_wrapper.gravity-theme input[type=week],
.gform_wrapper.gravity-theme select,
.gform_wrapper.gravity-theme textarea {
  padding: 1.5rem;
  border-radius: 0.625rem;
  font-size: 19px;
  letter-spacing: 0.01em;
}

.gform_wrapper.gravity-theme .gfield_label,
.gform_wrapper.gravity-theme .field_sublabel_above .ginput_complex label {
  margin-bottom: 0;
  padding-top: 0;
  font-weight: 100;
  font-size: 20px;
  line-height: 1.667;
  letter-spacing: 0.1em;
}

.gform_wrapper.gravity-theme .gfield_header_item,
.gform_wrapper.gravity-theme .gform_fileupload_rules,
.gform_wrapper.gravity-theme .ginput_complex label {
  font-size: 16px;
}

.gform_wrapper .gfield_required {
  font-size: inherit;
}

.gfield.buttonised .gfield_radio,
.gfield.buttonised .gfield_checkbox {
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
}
.gfield.buttonised .gfield_radio .gchoice,
.gfield.buttonised .gfield_checkbox .gchoice {
  flex-basis: 120px;
  margin-top: 20px;
  margin-left: 20px;
}
.gfield.buttonised .gfield_radio input[type=radio],
.gfield.buttonised .gfield_radio input[type=checkbox],
.gfield.buttonised .gfield_checkbox input[type=radio],
.gfield.buttonised .gfield_checkbox input[type=checkbox] {
  position: absolute;
  opacity: 0;
}
.gfield.buttonised .gfield_radio input[type=radio]:hover + label, .gfield.buttonised .gfield_radio input[type=radio]:focus + label, .gfield.buttonised .gfield_radio input[type=radio]:checked + label,
.gfield.buttonised .gfield_radio input[type=checkbox]:hover + label,
.gfield.buttonised .gfield_radio input[type=checkbox]:focus + label,
.gfield.buttonised .gfield_radio input[type=checkbox]:checked + label,
.gfield.buttonised .gfield_checkbox input[type=radio]:hover + label,
.gfield.buttonised .gfield_checkbox input[type=radio]:focus + label,
.gfield.buttonised .gfield_checkbox input[type=radio]:checked + label,
.gfield.buttonised .gfield_checkbox input[type=checkbox]:hover + label,
.gfield.buttonised .gfield_checkbox input[type=checkbox]:focus + label,
.gfield.buttonised .gfield_checkbox input[type=checkbox]:checked + label {
  color: var(--white);
  background-color: var(--dark-purple);
}
.gfield.buttonised .gfield_radio label,
.gfield.buttonised .gfield_checkbox label {
  max-width: 100%;
  display: block;
  padding: 8px 15px 6px 15px;
  border: 1px solid var(--dark-purple);
  border-radius: 3px;
  text-align: center;
  cursor: pointer;
}

.gform_wrapper.gravity-theme .gfield_checkbox label,
.gform_wrapper.gravity-theme .gfield_radio label {
  font-size: 18px;
}

.gform_wrapper.gravity-theme .gform_footer {
  justify-content: center;
  margin-top: 16px;
}

input[type=button],
input[type=reset],
input[type=submit] {
  letter-spacing: 0.05em;
  font-weight: 400;
  font-size: 19px;
  line-height: 1.5;
  color: var(--base-3);
  background-image: linear-gradient(92deg, rgb(102, 211, 217), rgb(124, 235, 137));
  font-family: inherit;
  text-transform: uppercase;
  padding: 14px 55px 10px 55px;
  border-radius: 32px;
  text-transform: uppercase;
  transition: background-size 300ms;
}
input[type=button]:hover, input[type=button]:focus, input[type=button]:focus-visible,
input[type=reset]:hover,
input[type=reset]:focus,
input[type=reset]:focus-visible,
input[type=submit]:hover,
input[type=submit]:focus,
input[type=submit]:focus-visible {
  outline: none;
  color: #475b6d;
  background: #FAAF1B;
}

.gfield_required.gfield_required_text {
  display: none;
}

.gform_wrapper .gform_validation_errors {
  background: #c02b0a;
  border: 1.5px solid #c02b0a;
  border-radius: 5px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.11), 0 0 4px rgba(18, 25, 97, 0.04);
  margin-bottom: 8px;
  margin-top: 8px;
  padding: 16px 16px 16px 48px;
  position: relative;
  width: 100%;
}
.gform_wrapper .gform_validation_errors > h2 {
  color: #fff;
  font-family: "canada-type-gibson", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 17px;
  margin: 0 0 12px 0;
}

.gform_wrapper .gfield_validation_message,
.gform_wrapper .validation_message {
  background: transparent;
  border: none;
  margin: 0;
  padding: 10px 0;
  font-size: 15px;
}

.gform_wrapper .gfield_error .gfield_repeater_cell label,
.gform_wrapper .gfield_error label,
.gform_wrapper .gfield_error legend,
.gform_wrapper .gfield_validation_message,
.gform_wrapper .validation_message,
.gform_wrapper [aria-invalid=true] + label,
.gform_wrapper label + [aria-invalid=true] {
  color: #c81e1d;
}

.gform_wrapper .gfield_error [aria-invalid=true] {
  border-color: #c81e1d;
}

.gform_confirmation_wrapper .gform_confirmation_message {
  color: inherit;
  font-family: "zenon", serif;
  font-weight: 500;
  font-size: 50px;
  font-size: clamp(3rem, 3rem + (1vw - 0.32rem) * 1.7857, 5rem);
  min-height: 0vw;
  line-height: 1.2;
  letter-spacing: 0;
}

#gform_2 .gform_confirmation_wrapper .gform_confirmation_message {
  color: var(--dark-purple);
}

.gform_confirmation_message_5 {
  text-align: center;
}

.gform_wrapper.gravity-theme .field_sublabel_above .description,
.gform_wrapper.gravity-theme .field_sublabel_above .gfield_description,
.gform_wrapper.gravity-theme .field_sublabel_above .gsection_description {
  margin-top: 0;
  padding-top: 10px;
  font-size: 15px;
}

.privacy-message {
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 200;
  line-height: 1.429;
  opacity: 0.6;
}
.privacy-message a {
  color: inherit;
}
.privacy-message a:hover {
  color: #0dbbaf;
}

.gform_validation_errors {
  transition-duration: 2s;
}

.gform-icon {
  cursor: pointer;
}

.footer-form,
.contact-form-popup {
  color: #ffffff;
}
.footer-form input[type=text], .footer-form input[type=email], .footer-form input[type=url], .footer-form input[type=password], .footer-form input[type=search], .footer-form input[type=tel], .footer-form input[type=number], .footer-form textarea, .footer-form select,
.contact-form-popup input[type=text],
.contact-form-popup input[type=email],
.contact-form-popup input[type=url],
.contact-form-popup input[type=password],
.contact-form-popup input[type=search],
.contact-form-popup input[type=tel],
.contact-form-popup input[type=number],
.contact-form-popup textarea,
.contact-form-popup select {
  background-color: #5F5E92;
  border-color: #5F5E92;
  color: #ffffff;
}

.contact-form-popup_wrapper h2.gform_title {
  color: #fff;
  font-size: 45px;
  font-size: clamp(26px, 1.625rem + (1vw - 3.2px) * 1.6379, 45px);
  min-height: 0vw;
}

.gform_wrapper.contact-form-popup_wrapper input[type=color],
.gform_wrapper.contact-form-popup_wrapper input[type=date],
.gform_wrapper.contact-form-popup_wrapper input[type=datetime-local],
.gform_wrapper.contact-form-popup_wrapper input[type=datetime],
.gform_wrapper.contact-form-popup_wrapper input[type=email],
.gform_wrapper.contact-form-popup_wrapper input[type=month],
.gform_wrapper.contact-form-popup_wrapper input[type=number],
.gform_wrapper.contact-form-popup_wrapper input[type=password],
.gform_wrapper.contact-form-popup_wrapper input[type=search],
.gform_wrapper.contact-form-popup_wrapper input[type=tel],
.gform_wrapper.contact-form-popup_wrapper input[type=text],
.gform_wrapper.contact-form-popup_wrapper input[type=time],
.gform_wrapper.contact-form-popup_wrapper input[type=url],
.gform_wrapper.contact-form-popup_wrapper input[type=week],
.gform_wrapper.contact-form-popup_wrapper select,
.gform_wrapper.contact-form-popup_wrapper textarea {
  padding: 1rem 1.5rem;
}
.gform_wrapper.contact-form-popup_wrapper .gfield_label,
.gform_wrapper.contact-form-popup_wrapper .field_sublabel_above .ginput_complex label {
  font-size: 17px;
}

/* ==========================================
=! OTHER
------------------------------------------ */
figure.pattern-top-left,
figure.pattern-top-right {
  position: relative;
  display: inline-block;
  padding-top: 3.906vw;
}
@media only screen and (min-width:768px) {
  figure.pattern-top-left,
  figure.pattern-top-right {
    margin-top: -3.906vw;
  }
}
figure.pattern-top-left::before,
figure.pattern-top-right::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url(/wp-content/themes/generatepress-child/images/dot-pattern.svg);
  background-size: 14.271vw;
  background-repeat: no-repeat;
}
figure.pattern-top-left img,
figure.pattern-top-left video,
figure.pattern-top-right img,
figure.pattern-top-right video {
  position: relative;
  z-index: 1;
}

figure.pattern-top-left {
  padding-left: 3.906vw;
}
figure.pattern-top-left::before {
  background-position: top left;
}

figure.pattern-top-right {
  padding-right: 3.906vw;
}
figure.pattern-top-right::before {
  background-position: top right;
}

.gb-container-cascade-col-sm figure.pattern-top-left,
.gb-container-cascade-col-sm figure.pattern-top-right {
  padding-top: 5.729vw;
}
@media only screen and (min-width:768px) {
  .gb-container-cascade-col-sm figure.pattern-top-left,
  .gb-container-cascade-col-sm figure.pattern-top-right {
    margin-top: -5.729vw;
  }
}
.gb-container-cascade-col-sm figure.pattern-top-left {
  margin-left: -4.167vw;
  padding-left: 4.167vw;
}
.gb-container-cascade-col-sm figure.pattern-top-right {
  margin-right: -4.167vw;
  padding-right: 4.167vw;
}

.gb-container.pattern-top-left,
.gb-container.pattern-top-right {
  position: relative;
}
.gb-container.pattern-top-left::before,
.gb-container.pattern-top-right::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background-image: url(/wp-content/themes/generatepress-child/images/dot-pattern.svg);
  background-size: 14.271vw;
  background-repeat: no-repeat;
}

.gb-container.pattern-top-left::before {
  top: -3.906vw;
  left: -3.906vw;
  background-position: top left;
}

.gb-container.pattern-top-right {
  top: -3.906vw;
  right: -3.906vw;
}
.gb-container.pattern-top-right::before {
  background-position: top right;
}

.wp-block-quote.pattern-top-left,
.wp-block-quote.pattern-top-right {
  position: relative;
  background-color: var(--light-grey);
}
.wp-block-quote.pattern-top-left::before,
.wp-block-quote.pattern-top-right::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background-image: url(/wp-content/themes/generatepress-child/images/dot-pattern.svg);
  background-size: 14.271vw;
  background-repeat: no-repeat;
}

.wp-block-quote.pattern-top-left::before {
  top: -3.906vw;
  left: -3.906vw;
  background-position: top left;
}

.wp-block-quote.pattern-top-right {
  top: -3.906vw;
  right: -3.906vw;
}
.wp-block-quote.pattern-top-right::before {
  background-position: top right;
}

.post-type-archive-work {
  background: linear-gradient(180deg, #59b8c2, #4b5a8b, #38376c);
}

/********************************  NEW STYLES  ***************************************/
.contact-form-footer_wrapper .gform_heading {
  display: none;
}

.footer-form h2.h2-footer {
  color: #fff;
}

/***  VALIDATIONS AND REQUIRED FIELDS - FORM ***/
/**  POP UP FORM   **/
#popmake-4781,
#popmake-7622 {
  background-color: #38376C;
  padding: 40px;
}

/**  form close btn  */
.pum-theme-3262 .pum-content + .pum-close,
.pum-theme-floating-bar .pum-content + .pum-close {
  position: absolute;
  height: 30px;
  width: 30px;
  left: auto;
  right: 25px;
  bottom: auto;
  top: 35px;
  padding: 0px;
  color: #fff;
  font-family: Sans-Serif;
  font-weight: 500;
  font-size: 32px;
  line-height: 18px;
  border: 2px solid #fff;
  border-radius: 15px;
  box-shadow: 0px 0px 0px 0px rgba(2, 2, 2, 0);
  text-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
  background-color: rgba(255, 255, 255, 0);
  transform: translate(0, -50%);
}

/** hidde required fields label */
.gform_required_legend {
  display: none;
}

.name_first label,
.name_last label {
  margin-bottom: 10px;
}

/***  DIVS for the pop up form  **/
.container-form {
  margin-top: 80px;
  margin-bottom: 80px;
}

.container-form-left {
  border-right: 1px solid #fff;
  width: 30%;
  padding-left: 40px;
  padding-right: 90px;
  position: relative;
}
.container-form-left .title-popup {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}
.container-form-left .link-popup {
  margin-bottom: 0;
}
.container-form-left .address-popup {
  position: absolute;
  bottom: 0%;
  left: 0;
  padding-left: 10%;
  padding-right: 23%;
}
.container-form-left .address-popup a {
  color: #FFF;
  font-weight: 200;
  line-height: 30px;
}

/** hide the left column on thank you message */
.admin_debug .container-form-left {
  display: none !important;
}

.container-form-right {
  padding-left: 50px;
  padding-right: 100px;
  width: 70%;
}

.tbl {
  display: table;
  width: 100%;
  height: 100%;
}

.tblCell {
  display: table-cell;
}

.gform_wrapper.gravity-theme .contact-form-popup .gform_footer {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
}
.gform_wrapper.contact-form-popup_wrapper .gfield_validation_message,
.gform_wrapper.contact-form-popup_wrapper .validation_message {
  margin-top: -5px;
}

.contact-form-popup_wrapper .gform_validation_errors {
  display: none !important;
}

.gform_wrapper.contact-form-popup_wrapper .gfield_required {
  color: #fff;
}

/**  Social icons PopUp Window */
.popup-social {
  margin-top: 8px;
}
.popup-social a {
  margin-right: 10px;
}

.gform_confirmation_wrapper.contact-form-popup .gform_confirmation_message {
  color: #fff;
}

/** querys for devices pop up form */
@media only screen and (max-width: 1024px) {
  .container-form-left {
    display: none;
  }
  .container-form-right {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1480px) {
  .pum-container.pum-responsive.pum-responsive-medium {
    margin-left: -49% !important;
    width: 95% !important;
  }
}
.wrap-btn-body {
  transition: all 0.5s ease-in-out;
}

/*****  end pop up form   ****/
.client-testimonial {
  text-align: center;
  position: relative;
}
.client-testimonial .gb-inside-container {
  padding-left: 2%;
  padding-right: 2%;
}
@media only screen and (min-width: 981px) and (max-width: 1024px) {
  .client-testimonial .gb-inside-container {
    padding-left: 4%;
    padding-right: 4%;
  }
}
.client-testimonial .testimonial {
  color: #38376C;
  font-size: 50px;
  font-family: "zenon", serif;
  font-weight: 400;
  line-height: 65px;
}
@media only screen and (max-width: 1024px) {
  .client-testimonial .testimonial {
    font-size: 26px;
    line-height: 40px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1380px) {
  .client-testimonial .testimonial {
    font-size: 36px;
    line-height: 50px;
  }
}
.client-testimonial .testimonial-author {
  color: #38376C;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 3px;
}
@media only screen and (max-width: 980px) {
  .client-testimonial .testimonial-author {
    font-size: 14px;
  }
}

/** Icons containers */
/* ==========================================
=! ANIMATION
------------------------------------------ */
.gb-inside-container > a,
.wp-block-image > a {
  display: block;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  transition: clip-path 1s cubic-bezier(0.14, 0.99, 0.43, 0.99);
  overflow: hidden;
}
.gb-inside-container > a:hover,
.wp-block-image > a:hover {
  clip-path: polygon(5% 5%, 95% 5%, 95% 95%, 5% 95%);
}
.gb-inside-container > a:hover img,
.wp-block-image > a:hover img {
  transform: scale(1.05) translateZ(0);
}
.gb-inside-container > a img,
.wp-block-image > a img {
  position: relative;
  z-index: 2;
  transition: transform 1s cubic-bezier(0.14, 0.99, 0.43, 0.99);
  transform: scale(1);
}

@media only screen and (min-width:768px) {
  .featured-slide-link:hover .featured-slide-image {
    clip-path: polygon(5% 5%, 95% 5%, 95% 95%, 5% 95%);
  }
  .featured-slide-link:hover .featured-slide-image img {
    transform: scale(1.05) translateZ(0);
  }
  .featured-slide-link .featured-slide-image {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    transition: clip-path 1s cubic-bezier(0.14, 0.99, 0.43, 0.99);
    overflow: hidden;
  }
  .featured-slide-link .featured-slide-image img {
    position: relative;
    z-index: 2;
    transition: transform 1s cubic-bezier(0.14, 0.99, 0.43, 0.99);
    transform: scale(1);
  }
}
.hero .gb-inside-container,
.hero .scroll-down,
.work-hero .gb-inside-container,
.work-hero .scroll-down,
.news-hero .gb-inside-container,
.news-hero .scroll-down {
  visibility: hidden;
}

/* DO NOT directly add or edit CSS in style.css. Edit and compile the SCSS *//*# sourceMappingURL=style.css.map */