/*
Theme Name: Stoni Child
Author: WebGeniusLab
Author URI: http://webgeniuslab.net
Description: -
Version: 1.0
Template: stoni
Text Domain:  stoni-child
*/

.page #main {
  padding: 0;
}

@media only screen and (max-width: 768px) {
  .elementor-section.wgl-add-background-text.wgl-animation-background-text .wgl-background-text {
    display: none;
  }
}

@media only screen and (max-width: 767px) {

  .wgl-double_heading .dbl-title,
  h2.elementor-heading-title,
  h3.elementor-heading-title {
    font-size: 38px !important;
  }

  .wgl-testimonials .wgl-testimonials_quote p {
    -webkit-text-size-adjust: none;
    font-size: 14px;
  }
}

/**=========================================
                    HEADER               
=========================================**/
.wgl-site-header {
  position: fixed;
  width: 100%;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.wgl-logotype-container img {
  height: 30px;
}

.nav-cta-section p>a {
  font-weight: 600;
}

.nav-cta-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  vertical-align: middle;
  padding-right: 30px;
  padding-top: 6px;
}

.nav-cta-section p {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  /* align-self: flex-end; */
  align-self: center;
  margin-bottom: 0;
  font-size: 14px;
}

.wgl-header-row-section_top .nav-cta.login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 5px;
  color: rgba(66, 66, 66, 1);
  fill: #fff;
}

.wgl-header-row-section_top .nav-cta.login:hover {
  color: var(--e-global-color-secondary);
}

.nav-cta.login i {
  height: 1em;
  width: 1em;
  position: relative;
  font-size: 20px;
  text-align: center;
  /* margin-top: 4px; */
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.nav-cta.login p {
  padding-left: .35em;
  /* padding-bottom: 3px; */
}

.wgl-header-row-section_top .nav-cta.button {
  margin-left: 10px;
  width: 150px;
}

.wgl-theme-header .wrapper .nav-cta.secondary-button:hover {
  color: #fff;
}

.wgl-theme-header .primary-nav ul li ul {
  min-width: 335px;
}

.header_search {
  padding-left: 20px;
}

.page-header_breadcrumbs {
  padding-left: 30px;
}

.page-header_breadcrumbs .breadcrumbs a,
.page-header_breadcrumbs .breadcrumbs span.current {
  font-family: Montserrat, sans-serif;
}

.page-header_align_center .page-header_content {
  text-align: center;
}

.hamburger-box {
  width: 25px;
  height: 25px;
}

.hamburger-box .hamburger-inner {
  top: 3px;
}

.wgl-menu_outer .wgl-menu_header {
  padding-top: 22px;
}

.mobile_nav_wrapper .primary-nav>ul.mobile_switch_on {
  margin-top: 80px;
}

.wgl-menu_outer.sub-menu-position_left,
.wgl-menu_outer.sub-menu-position_left .header_search-field {
  background-color: rgba(49, 49, 49, 1);
}

.mobile_nav_wrapper .primary-nav ul.menu.mobile_switch_on>li>a {
  text-transform: uppercase;
}

.mobile_nav_wrapper ul.menu.mobile_switch_on>li:nth-last-child(1) {
  display: none;
}

.mobile_nav_wrapper .primary-nav .button_switcher {
  width: 100vw;
}

.mobile_nav_wrapper .primary-nav .button_switcher:before {
  left: 95%;
}

.mobile_nav_wrapper .primary-nav ul.mobile_switch_on>li,
.mobile_nav_wrapper .primary-nav ul.mobile_switch_on>li ul.sub-menu li:not(:last-child) {
  border-bottom: solid 1px;
  border-color: rgba(165, 164, 164, .2);
}

.mobile_nav_wrapper .primary-nav ul.mobile_switch_on>li {
  width: 97%;
}

.mobile_nav_wrapper .primary-nav ul.mobile_switch_on>li ul.sub-menu li:not(:last-child) {
  width: 100%;
}

@media only screen and (max-width: 1200px) {
  .wgl-header-row .wgl-header-row_wrapper {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .wgl-header-row .position_center.header_side {
    padding-left: 20px;
    margin-top: -3px;
  }

  .wgl-mobile-header .position_center.header_side {
    width: 220px;
  }

  .position_right.header_side {
    width: calc(100% - 250px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .nav-cta-section {
    padding-top: 0;
    padding-right: 0;
  }

  .nav-cta-section p {
    margin-bottom: 0;
    display: inline;
  }

  .nav-cta-section p i {
    display: none;
  }

  .wgl-menu_outer .mobile-hamburger-toggle {
    right: 40px;
    margin-top: 0;
  }

  .header_search.search-open.search_standard .header_search-field {
    width: 400px;
    /* padding: 30px 15px 30px 42px; */
    padding: 30px 0px 30px 42px;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  .header_search.search_standard .header_search-field .search-field {
    /* width: 100%; */
    width: 97%;
    max-width: 100%;
  }

  .header_search.search_standard .header_search-field .search-form:after {
    right: 15px;
  }

  .mobile_nav_wrapper .primary-nav .button_switcher:before {
    background: url(/wp-content/uploads/2020/12/plus.svg) no-repeat !important;
    width: 15px;
    height: 15px;
    top: 15px;
    -webkit-transform: initial;
    -ms-transform: initial;
    transform: initial;
    border: 0 !important;
  }

  .mobile_nav_wrapper .primary-nav .button_switcher.is-active:before {
    -webkit-transform: initial;
    -ms-transform: initial;
    transform: initial;
    background: url(/wp-content/uploads/2020/12/minus.svg) no-repeat !important;
  }

  .wgl-logotype-container img.logo-mobile {
    height: 20px;
  }

  .wgl-theme-header .wgl-mobile-header {
    position: fixed;
    width: 100vw;
  }

  .mobile_nav_wrapper .primary-nav .button_switcher:before {
    width: 22px;
    height: 22px;
  }

  .wgl-menu_outer .mobile-hamburger-close {
    position: unset;
  }
}

@media only screen and (max-width: 992px) {
  .wgl-header-row .wgl-container {
    width: 97%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .nav-cta-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .nav-cta-buttons .nav-cta.button {
    margin-left: 15px;
  }

  .nav-cta-section>p {
    -ms-flex-item-align: end;
    align-self: flex-end;
    margin-bottom: 1px;
  }

  .nav-cta.login p {
    padding-right: 5px;
  }

  .nav-contact {
    display: none;
  }

  .page-header {
    height: 400px !important;
    padding-top: 85px !important;
    /* background-position: center 70% !important; */
  }
  .mobile_nav_wrapper .primary-nav .button_switcher:before {
    left: 97%;
  }
}

/* @media only screen and (max-width: 768px) {
} */

@media only screen and (max-width: 767px) {
  .page-header {
    padding-top: 85px !important;
    padding-bottom: 40px !important;
    height: 300px !important;
  }

  .wgl-header-row .wgl-container {
    width: 95%;
  }

  .nav-cta-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .mobile_nav_wrapper .primary-nav {
    margin-bottom: 50px;
  }

  .nav-contact {
    position: absolute;
    bottom: 0;
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    padding: 0 30px;
    background-image: url(/wp-content/uploads/2020/12/section-bg_09-1.jpg);
    background-size: cover;
    border-top: 1px solid #a5a4a4;
    z-index: 2;
    background-position: center;
  }

  .nav-contact a {
    border: 1px solid #fff;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    width: 150px;
    padding: 10px;
    font-weight: 500;
  }

  .nav-cta.login p,
  .nav-cta-buttons {
    display: none;
  }

  .nav-cta-section p span {
    display: none;
  }

  .nav-cta-section p i {
    display: block;
    font-size: 20px;
  }

  .nav-cta.login {
    margin-right: 20px;
    font-size: 22px;
  }

  .mobile_nav_wrapper .primary-nav ul li ul.sub-menu {
    z-index: 1;
  }

  /* .header_search.search_standard .header_search-field .search-field {
  padding-left: 10px;
} */
}

@media only screen and (max-width: 500px) {
  .wgl-logotype-container img.logo-mobile {
    height: 20px;
  }

  /* .nav-cta-section p span {
    display: none;
  }

  .nav-cta-section p i {
    display: block;
  } */
}

@media only screen and (max-width : 480px) {

  /* .nav-cta.login p, 
  .nav-cta-buttons {
    display: none;
  }
  .nav-cta.login {
    margin-right: 20px;
    font-size: 20px;
  } */
  .nav-cta-section>p {
    font-size: 20px;
  }
}

@media only screen and (max-width : 420px) {
  .header_search.search-open.search_standard .header_search-field {
    width: 100vw;
  }
}

@media only screen and (max-width : 375px) {
  .mobile_nav_wrapper .primary-nav ul.mobile_switch_on>li ul.sub-menu li:not(:last-child) {
    width: 96%;
  }
}

@media only screen and (max-width : 320px) {
  .wgl-header-row .wgl-header-row_wrapper {
    height: 60px;
  }

  .wgl-logotype-container img.logo-mobile {
    height: 16px;
  }

  .wgl-header-row .position_center.header_side {
    padding-left: 15px;
  }

  .nav-cta-section p i,
  .nav-cta.login i {
    font-size: 18px;
  }

  .mobile_nav_wrapper .primary-nav ul.mobile_switch_on>li ul.sub-menu li:not(:last-child) {
    width: 78%;
  }
}

/**=========================================
                  FOOTER               
=========================================**/
.footer .footer-section .elementor-social-icons-wrapper {
  /* display: flex; */
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  /* justify-content: start; */
  /* justify-content: space-between; */
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin-left: 0;
}

.footer .footer-section .elementor-social-icons-wrapper .elementor-grid-item {
  -ms-grid-column-align: start;
  justify-self: start;
}

.footer .footer-section .elementor-social-icons-wrapper .elementor-grid-item:nth-child(1) a {
  margin-left: 0;
}

.footer a {
  color: #a1a1a1;
}

.footer_top-area .elementor-icon-list-item a:hover,
.footer_top-area a:hover {
  color: #fff !important;
}

.footer ul li {
  line-height: 30px;
}

.footer .wgl-accordion_panel:nth-last-child(3) div,
.footer .wgl-accordion_panel:nth-last-child(2) div,
.footer .wgl-accordion_panel:nth-last-child(1) div {
  padding: 4px 13px 4px 0;
}

.footer .brand-strip {
  margin-bottom: 0 !important;
}

.footer #brand-logo-slider img.main_image {
  max-width: 45%;
  margin: 0 auto;
}

.footer #brand-logo-slider .clients_image.slick-slide.slick-active.slick-curren:not(.slick-cloned) img.main_image {
  margin-left: 0 !important;
  float: left;
}

.footer #brand-logo-slider>.elementor-widget-container {
  margin: 15px 0 20px 0;
}

.footer #lower-links a {
  color: #fff;
}

.footer #lower-links a:hover {
  color: #c37c59;
}

@media only screen and (min-width: 768px) and (max-width : 1024px) {
  .footer-section {
    /* width: 90% !important; */
    margin: 0 auto;
    left: 0 !important;
  }

  /* .footer-section .elementor-column.elementor-col-25.elementor-inner-column {
    width: 32%;
  } */
  /* .footer-section .elementor-column.elementor-col-25.elementor-inner-column:nth-last-child(1) .elementor-column-wrap.elementor-element-populated {
    padding-left: 0;
    margin-top: 40px;
  } */
  .footer #brand-logo-slider img.main_image {
    /* width: 70%; */
    max-width: 70%;
  }

  .footer section:nth-last-child(1) {
    margin-top: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .footer h3.elementor-heading-title {
    font-size: 18px !important;
  }

  /* .footer .footer-section .elementor-social-icons-wrapper {
    justify-content: center;
  } */
  .footer #brand-logo-slider img.main_image {
    /* width: 70%; */
    max-width: 100%;
  }
}

/**=========================================
                FORM ELEMENTS               
=========================================**/
body .gform_wrapper label.gfield_label {
  font-weight: 300;
  font-family: "Montserrat", sans-serif;
  color: #424242;
  opacity: 0.8;
  padding-left: 4px;
}

body .gform_wrapper ul li {
  padding-left: 0;
}

body .gform_wrapper ul li.gfield {
  margin-top: 20px !important;
}

body .gform_wrapper input[type="submit"] {
  height: auto;
  padding: 8px 40px;
  background-color: #c37c59;
  color: #fff;
  border: 1px solid #c37c59;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  letter-spacing: 0;
}

body .gform_wrapper input[type="submit"]:hover {
  background-color: #0f2d52;
  border-color: #0f2d52;
}

::-webkit-input-placeholder {
  opacity: 0.3;
}

::-moz-placeholder {
  opacity: 0.3;
}

:-ms-input-placeholder {
  opacity: 0.3;
}

::-ms-input-placeholder {
  opacity: 0.3;
}

::placeholder {
  opacity: 0.3;
}

::-webkit-input-placeholder {
  opacity: 0.3;
}

:-ms-input-placeholder {
  opacity: 0.3;
}

body .gform_fields .gfield input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #424242;
  opacity: 0.8;
  font-weight: 300;
}

body input[type="submit"],
body button {
  font-weight: 400;
  padding: 6px 40px;
}

body .gform_fields .gfield input::-moz-placeholder {
  /* Firefox 19+ */
  color: #424242;
  opacity: 0.8;
  font-weight: 300;
}

body .gform_fields .gfield input:-ms-input-placeholder {
  /* IE 10+ */
  color: #424242;
  opacity: 0.8;
  font-weight: 300;
}

body .gform_fields .gfield input:-moz-placeholder {
  /* Firefox 18- */
  color: #424242;
  opacity: 0.8;
  font-weight: 300;
}

.gform_wrapper .suburb-query .gform_footer input[type="submit"] {
  width: calc(100% - 16px);
}

body .gform_wrapper.gf_browser_chrome select,
body .gform_wrapper select {
  padding: 2px 0;
}

.gform_wrapper select {
  opacity: 0.8;
  font-weight: 300;
}

body .gform_wrapper .gform_body .gform_fields .gfield select option {
  font-weight: 300;
}

body .gform_wrapper .gform_body .gform_fields .gfield select option.gf_placeholder {
  color: #e1e1e1;
}

.gfield_radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body .gform_wrapper .gfield_radio li:not(:last-child) {
  margin-right: 10px;
}

body .gform_wrapper .gfield_radio li {
  width: 100%;
}

body .gform_wrapper .gfield_radio li input[type="radio"] {
  display: none;
}

body .gform_wrapper .top_label li ul.gfield_radio {
  width: 100%;
}

body .gform_wrapper .gfield_radio li label {
  width: 100%;
  max-width: 100%;
  padding: 7px 15px;
  margin: 0;
  border: 1px solid #e1e1e1;
  text-align: center;
  color: #424242;
  opacity: 0.8;
  font-family: Montserrat;
}

body .gform_wrapper .gfield_radio li label:hover {
  background-color: #424242;
  color: #fff;
}

body .gform_wrapper ul.gfield_radio li input[type="radio"]:checked+label {
  opacity: 1;
  background-color: #424242;
  color: #fff;
  font-weight: 300;
}

.gform_wrapper .top_label li.gfield.gf_left_half:before {
  content: none !important;
  background-color: transparent;
}

.wgl-container ul li.gfield:before,
.wgl-container ul li.gfield li:before {
  background-color: transparent;
}

body .gform_wrapper ul li.field_description_below div.ginput_container_radio {
  margin-top: 6px !important;
}

body .gform_wrapper textarea.medium {
  height: 100px;
}

.gform_wrapper textarea {
  border: 1px solid #dedede;
}

body .gform_wrapper .top_label div.ginput_container.ginput_container_textarea {
  margin-top: 0;
}

.gform_wrapper .suburb-query .gform_footer input[type="submit"] {
  width: calc(100% - 16px);
}

@media only screen and (max-width: 400px) {
  #gform_10 #field_10_11 #label_10_11_2 {
    padding: 7px 14px !important;
  }
}

/**=========================================
                BUTTONS / LINKS               
=========================================**/
.button {
  padding: 7px 15px;
  background-color: #c37c59;
  border: 1px solid #c37c59;
  font-size: 14px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}

.button:hover {
  background-color: #0f2d52;
  border-color: #0f2d52;
  color: #fff;
}

.wgl-theme-header .wrapper .button {
  color: #fff;
}

.expand-content {
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.5s;
  -o-transition: height 0.5s;
  transition: height 0.5s;
}

.expand-read-less {
  display: none;
}

.office-location-map .elementor-image-box-description a {
  color: #424242;
}

.office-location-map .elementor-image-box-description a:hover {
  color: #c37c59;
}

#scroll_up {
  background-color: #c37c59 !important;
}

@media only screen and (max-width: 767px) {
  .wgl-tabs_headings {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media only screen and (max-width: 600px) {
  .incentives-tabs .wgl-tabs_headings {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

/**=========================================
                IMAGES               
=========================================**/
.office-location-map .elementor-image-box-img img,
.partner-supplier .elementor-widget-wrap img,
.supplier .e-gallery-image {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s ease-out;
  -o-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
}

.office-location-map .elementor-image-box-img,
.partner-supplier .elementor-widget-wrap {
  border: 1px solid #f1f1f1;
}

/* .partner-supplier .elementor-widget-wrap {
  background-color: #f1f1f1;
} */

.partners-banner {
  background-position: 50% 43% !important;
}

.office-location-map .elementor-widget-wrap:hover .elementor-image-box-img img,
.partner-supplier .elementor-widget-wrap:hover img,
.supplier a.e-gallery-item:hover .e-gallery-image {
  -webkit-transform: scale(0.97);
  -ms-transform: scale(0.97);
  transform: scale(0.97);
}

.office-location-map .elementor-image-box-content h6 {
  font-family: Montserrat;
  line-height: 30px;
}

.wgl-clients img.main_image {
  max-width: 70%;
}

.elementor-column-gap-default>.elementor-row>.elementor-column.location-expand-map>.elementor-element-populated {
  padding: 0;
}

#award-section h3 span {
  text-transform: none;
}

a.elementor-item.elementor-gallery-title {
  border-bottom: 2px solid #f7f7f7;
  padding: 12px 34px;
  margin-right: 0;
  font-weight: 300;
}

a.elementor-item.elementor-gallery-title.elementor-item-active {
  border-color: #c37c59;
}

/**=========================================
                  HOME PAGE               
=========================================**/
.typewrite-heading {
  text-align: center;
  /* font-size: 70px; */
}

.typewrite-heading h1 {
  color: #fff;
  font-size: 65px;

}

.typewrite-heading h1 a.typewrite {
  cursor: unset;
}

.typewrite-heading h1 a .wrap {
  color: #c37c59 !important;
  font-size: 65px;
}

/* .elementor-headline-animation-type-typing, 
.elementor-headline-dynamic-wrapper.elementor-headline-typing-selected {
  background-color: transparent !important;
} */

/* .home h1.elementor-headline.elementor-headline-animation-type-clip span {
  font-size: 50px !important;
} */

.home-striped-services .wgl-striped-services {
  height: 500px !important;
}

.home .wgl-testimonials_item {
  min-height: 373px !important;
}

#traversal .service-item_subtitle {
  display: none;
}

@media only screen and (max-width: 1366px) {
  #traversal .service-item_subtitle {
    display: block;
  }
}

@media only screen and (max-width: 1200px) {
  .home-banner .banner-text .elementor-widget-container {
    padding: 0 10% 0 10% !important;
  }

  .typewrite-heading h1,
  .typewrite-heading h1 a .wrap {
    font-size: 55px;
  }

  .typewrite-heading {
    height: 45vh;
  }
}

@media only screen and (min-width: 1024px) {
  /* .elementor-6387 .elementor-element.elementor-element-80568f9 > .elementor-container {
    min-height: 550px;
  } */
  
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
  /* .typewrite-heading {
    height: 25vh;
  } */
  #home-banner > .elementor-column-wrap.elementor-element-populated {
    margin: 0% 10% 0% 10%;
    /* padding: 250px 0px 150px 0px; */
}
  body .wgl-striped-services {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .home-striped-services .wgl-striped-services {
    height: 450px !important;
  }

  .home-striped-services .wgl-striped-services .service-item {
    height: 100%;
    width: 33%;
  }

  .home-striped-services .wgl-striped-services .service-item:not(.active) {
    height: 100%;
  }

  /* .home .home-banner #home-banner > .elementor-element-populated {
    padding: 70px 360px 0 40px;
  } */
  /* .home .contact-map .elementor-element-populated {
    padding-left: 35px !important;
  } */
  .counter .elementor-column.elementor-col-25 {
    width: 50%;
  }
}

@media only screen and (max-width: 1024px) and (min-height: 1300px) {
  /* #home-banner > .elementor-column-wrap.elementor-element-populated { */

  #home-banner .typewrite-heading > .elementor-widget-container {
    padding-top: 400px;
    /* padding-bottom: 35px; */
  }
  .typewrite-heading {
    height: 45vh;
  }
  .typewrite-heading h1 {
    line-height: 1.5em;
  }
  .home-banner .banner-text .elementor-widget-container {
    padding: 0 10% 5%!important;
  }
}

@media only screen and (max-width : 768px) {

  /* .home .home-banner #home-banner > .elementor-element-populated {
    padding: 70px 310px 0 25px;
  } */
  /* .typewrite-heading {
    height: 45vh;
  } */
  .typewrite-heading h1 {
    line-height: 1.3em;
  }

  /* .home-striped-services .wgl-striped-services {
    flex-direction: row;
  } */
  .home .wgl-clients img.main_image {
    max-width: 80%;
  }

  /* .home .location-map .wgl-infobox_wrapper {
    text-align: center !important;
  } */
  .home .location-map .wgl-infobox_title {
    font-size: 16px !important;
  }

  .home .location-map .wgl-infobox_content {
    font-size: 14px !important;
  }
}

@media only screen and (max-width: 767px) {
  /* .counter .elementor-column.elementor-col-25 {
    width: 100%;
  } */
  .elementor-6387 .elementor-element.elementor-element-e341df6 {
    --divider-border-width: 100px;
  }
}

@media only screen and (max-width : 480px) {
  #home-banner > .elementor-column-wrap.elementor-element-populated {
    padding-bottom: 50px;
  }
  .typewrite-heading {
    text-align: center;
    /*     height: unset; */
  }

  .typewrite-heading h1 a.typewrite {
    display: block;
  }

  .typewrite-heading h1,
  .typewrite-heading h1 a .wrap {
    /*     font-size: 38px; */
    font-size: 45px;
  }

  .home-striped-services .wgl-striped-services {
    height: 650px !important;
  }

  .home .wgl-testimonials_item {
    min-height: 320px !important;
  }

  .home .wgl-clients img.main_image {
    max-width: 90%;
  }  
  
  #home-banner .typewrite-heading > .elementor-widget-container {
    padding-top: 100px;
    /* padding-bottom: 35px; */
  }
}

@media only screen and (max-width : 400px) {
  #home-banner .typewrite-heading > .elementor-widget-container {
    padding: 100px 20px 40px 20px;
  }

  .home-banner .banner-text .elementor-widget-container {
    padding: 0 7% !important;
  }

  .typewrite-heading {
    height: 40vh;
  }
  
  .typewrite-heading h1,
  .typewrite-heading h1 a .wrap {
    font-size: 42px;
    line-height: 1em;
  }
}

@media only screen and (max-width : 375px) {
  .home-banner .banner-text .elementor-widget-container {
    padding: 0 7% !important;
  }

  .typewrite-heading h1,
  .typewrite-heading h1 a .wrap {
    font-size: 40px;
  }

  .home-banner .elementor-widget.banner-text,
  .home-banner .typewrite-heading.elementor-widget {
    margin-bottom: 10px !important;
  }
}

@media only screen and (max-width : 375px) and (min-height: 800px) {
  #home-banner .typewrite-heading > .elementor-widget-container {
    padding-top: 150px;
    /* padding-bottom: 35px; */
  }

  .typewrite-heading {
    height: 45vh;
  }
} 

@media only screen and (max-width : 320px) {
  #home-banner > .elementor-column-wrap.elementor-element-populated {
    padding-bottom: 20px;
  }

  #home-banner .elementor-button {
    padding: 18px 38px;
    font-size: 14px;
  }

  .banner-text p {
    font-size: 16px;
  }

  .typewrite-heading h1,
  .typewrite-heading h1 a .wrap {
    font-size: 33px;
  }

  #home-banner .typewrite-heading > .elementor-widget-container {
    padding-top: 45px;
    padding-bottom: 35px;
  }

  .typewrite-heading h1 a.typewrite,
  .typewrite-heading h1 {
    line-height: 1em;
  }
}

/**=========================================
                  ABOUT US               
=========================================**/
.wgl_module_team .team-title,
.wgl_module_team .team-item_titles div.team-department {
  color: #0f2d52;
}

@media only screen and (max-width: 480px) {
  .wgl_module_team .team-item_info {
    margin-top: 0;
  }
}

/**=========================================
                OUR STORY               
=========================================**/
.story-timeline .wgl-timeline-vertical .time_line-item:nth-child(1) {
  margin-bottom: 120px;
}

.story-timeline .wgl-timeline-vertical .time_line-item:nth-child(1) .time_line-content {
  height: 170px;
}

.story-timeline .wgl-timeline-vertical .time_line-item:nth-child(2) .time_line-content {
  height: 270px;
}

.story-timeline .wgl-timeline-vertical .time_line-item:nth-child(3) .time_line-content {
  height: 195px;
}

.story-timeline .wgl-timeline-vertical .time_line-item:nth-child(3) {
  margin-bottom: 40px;
}

.story-timeline .wgl-timeline-vertical .time_line-item:nth-child(4) .time_line-content {
  height: 125px;
  margin-top: -23% !important;
}

.story-timeline .wgl-timeline-vertical .time_line-item:nth-child(5) {
  margin-bottom: 125px;
}

.story-timeline .wgl-timeline-vertical .time_line-item:nth-child(5) .time_line-content {
  height: 250px;
  margin-top: 0 !important;
}

.story-timeline .wgl-timeline-vertical .time_line-item:nth-child(6) .time_line-content {
  height: 150px;
}

.story-timeline .wgl-timeline-vertical .time_line-item:nth-child(7) {
  margin-bottom: 90px;
}

.story-timeline .wgl-timeline-vertical .time_line-item:nth-child(7) .time_line-content {
  height: 220px;
  margin-top: 20% !important;
}

.story-timeline .wgl-timeline-vertical .time_line-item:nth-child(8) {
  margin-bottom: 140px;
}

.story-timeline .wgl-timeline-vertical .time_line-item:nth-child(8) .time_line-content {
  height: 245px;
}

.story-timeline .wgl-timeline-vertical .time_line-item:nth-child(9) {
  margin-bottom: 120px;
}

.story-timeline .wgl-timeline-vertical .time_line-item:nth-child(9) .time_line-content {
  height: 170px;
}

.story-timeline .wgl-timeline-vertical .time_line-item:nth-child(10) {
  margin-bottom: 110px;
}

.story-timeline .wgl-timeline-vertical .time_line-item:nth-child(10) .time_line-content {
  height: 280px;
}

.story-timeline .wgl-timeline-vertical .time_line-item:nth-child(11) {
  margin-bottom: 100px;
}

.story-timeline .wgl-timeline-vertical .time_line-item:nth-child(11) .time_line-content {
  height: 195px;
}

.story-timeline .wgl-timeline-vertical .time_line-item:nth-child(12) {
  margin-bottom: 80px;
}

.story-timeline .wgl-timeline-vertical .time_line-item:nth-child(12) .time_line-content {
  height: 290px;
}

.story-timeline .wgl-timeline-vertical .time_line-item:nth-child(13) .time_line-content {
  height: 270px;
}

@media only screen and (max-width: 800px) {
  .story-timeline .wgl-timeline-vertical .time_line-item .time_line-text {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    min-width: 65%;
    width: 70%;
  }

  .story-timeline .wgl-timeline-vertical .time_line-item:nth-child(4) .time_line-content {
    margin-top: 0 !important;
    /* width: 70%; */
  }

  .story-timeline .wgl-timeline-vertical .time_line-item,
  .story-timeline .wgl-timeline-vertical .time_line-item:nth-child(1),
  .story-timeline .wgl-timeline-vertical .time_line-item:nth-child(5),
  .story-timeline .wgl-timeline-vertical .time_line-item:nth-child(7),
  .story-timeline .wgl-timeline-vertical .time_line-item:nth-child(8),
  .story-timeline .wgl-timeline-vertical .time_line-item:nth-child(9),
  .story-timeline .wgl-timeline-vertical .time_line-item:nth-child(10),
  .story-timeline .wgl-timeline-vertical .time_line-item:nth-child(11),
  .story-timeline .wgl-timeline-vertical .time_line-item:nth-child(12) {
    margin-bottom: 50px;
  }

  /* .story-timeline .wgl-timeline-vertical .time_line-item:nth-child(6) .time_line-content {
    width: 85%;
  } */
  .story-timeline .wgl-timeline-vertical .time_line-item:nth-child(7) .time_line-content {
    margin-top: 0 !important;
  }

  .story-timeline .wgl-timeline-vertical .time_line-item:nth-child(12) .time_line-text {
    margin-top: 0 !important;
  }
}

@media only screen and (max-width: 767px) {
  .page-id-4790 h3.dbl-title_wrapper {
    text-align: left;
  }

  .page-id-4790 .award-cta h3.dbl-title_wrapper {
    text-align: center;
  }

  .story-timeline .wgl-timeline-vertical .time_line-item .time_line-text {
    min-width: 95%;
  }

  .story-timeline .wgl-timeline-vertical .time_line-item .time_line-date {
    letter-spacing: 16px;
  }

  .page-id-5462 .page-header,
  .page-id-5477 .page-header {
    background-position-y: 50px !important;
  }
}

@media only screen and (max-width: 450px) {
  .story-timeline .wgl-timeline-vertical .time_line-item .time_line-date {
    letter-spacing: 11px;
  }
}

/**=========================================
                  OUR AWARDS               
=========================================**/
.page-id-6321 .page-header {
  background-position: center -15% !important;
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .partners-logo .elementor-widget-wrap {
    -ms-flex-line-pack: center;
    align-content: center;
  }
}

@media only screen and (max-width: 767px) {
  #brisbane-display h3 span:nth-child(2) {
    display: inline;
  }
}

/**=========================================
            INVESTMENT PROPERTY               
=========================================**/
.page-id-7071 .page-header {
  background-position: center 60% !important;
}

.investment-intro .elementor-widget-text-editor:nth-last-child(2) {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {

  /*   #main .elementor-inner .elementor-section:nth-child(1),  */
  .page-id-12 #main .elementor-inner .elementor-section:nth-child(1) {
    margin: 0 -15px;
  }
}

/**=========================================
                  OUR VISION               
=========================================**/
.page-id-7220 .page-header {
  background-position: center 10% !important;
}

@media only screen and (max-width: 992px) and (min-width: 768px) {
  .brands-logo .elementor-column.elementor-col-25 {
    width: 50%;
  }
}

@media only screen and (max-width:767px) {
  .brands-logo .elementor-column.elementor-col-25 {
    width: 100%;
  }
}

/**=========================================
                  OUR BRANDS               
=========================================**/
.our-brands.page-header {
  background-position: top center !important;
}

.brand-card .elementor-post__text a img {
  /* visibility:hidden; */
  visibility: visible;
  /* opacity: 0; */
  opacity: 1;
  -moz-text-align-last: center;
  text-align-last: center;
  position: absolute;
  /* background-color: #fff; */
  padding: 30px 20px 70px !important;
  bottom: 0;
  /* width: 70% !important; */
  width: 90% !important;
  /* margin-left: calc(19% / 2); */
  margin-left: calc(2.5% / 2);
  /* transition: all 1s ease-in-out; */
  -webkit-transition: visibility 0s linear 0.5s, opacity 0.5s linear;
  -o-transition: visibility 0s linear 0.5s, opacity 0.5s linear;
  transition: visibility 0s linear 0.5s, opacity 0.5s linear;
}

/* .brand-card .elementor-post__text a.hovered img{
  visibility:visible;
  opacity: 1;
  transition-delay:0s;
} */

@media only screen and (max-width: 800px) {
  .brand-card .elementor-grid {
    grid-row-gap: 30px;
  }

  .brand-card .brand .elementor-post__thumbnail__link {
    margin-bottom: 0;
  }

  .brand-card .brand .elementor-post__text {
    margin-top: 0 !important;
  }

  .brand-card .elementor-post__text a img {
    padding: 0 !important;
    /* width: 100% !important; */
    margin-left: -12px;
  }
}

@media only screen and (max-width: 767px) {
  .brand-card .elementor-post__text a img {
    margin-bottom: -25px;
  }
}

/**=========================================
            BRAND INDIVIDUAL PAGE               
=========================================**/
.page-header.design-and-construct {
  background-position: 50% 35% !important;
}

.page-header.consult {
  background-position: 50% 20% !important;
}

.page-header.civil {
  background-position: 50% 65% !important;
}

.brand-template-default #main,
.brand-template-default #main>.brand>.elementor-section-wrap>.elementor-section>.elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated {
  padding-bottom: 0;
}

.single-brand .elementor-widget-icon-box .elementor-icon-box-content {
  min-height: 11em;
}
.postid-5147.single-brand .elementor-widget-icon-box .elementor-icon-box-content,
.postid-5151.single-brand .elementor-widget-icon-box .elementor-icon-box-content,
.postid-5157.single-brand .elementor-widget-icon-box .elementor-icon-box-content,
.postid-5150.single-brand .elementor-widget-icon-box .elementor-icon-box-content {
  min-height: 12em;
}

.brand-services {
  display: none;
}

/* .single-brand .wgl-testimonials_item {
  height: 433px !important;
} */

@media only screen and (max-width: 1200px) {
  .single-brand #main {
    padding-top: 20px;
  }

  .single-brand .elementor-inner .elementor-section:nth-child(2) .elementor-column-wrap.elementor-element-populated {
    padding: 0 10px;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .single-brand #main .elementor-inner .elementor-section:nth-child(1) .elementor-column.elementor-col-25 {
    width: 50%;
  }

  .single-brand .elementor-inner .elementor-section:nth-child(2) .elementor-column.elementor-col-50:nth-child(2) .elementor-column-wrap.elementor-element-populated {
    margin-left: 88px;
  }

  .single-brand #main .elementor-inner .elementor-section:nth-child(3) {
    padding-top: 70px;
  }

}

@media only screen and (max-width: 992px) and (min-width: 768px) {
  .single-brand .elementor-widget-icon-box .elementor-icon-box-content {
    min-height: 13em;
  }
  .postid-5147.single-brand .elementor-widget-icon-box .elementor-icon-box-content,
  .postid-5151.single-brand .elementor-widget-icon-box .elementor-icon-box-content,
  .postid-5157.single-brand .elementor-widget-icon-box .elementor-icon-box-content,
  .postid-5150.single-brand .elementor-widget-icon-box .elementor-icon-box-content {
    min-height: 15em;
  }
} 

@media only screen and (max-width: 767px) {
  .single-brand .elementor-inner .elementor-section:nth-child(3) {
    padding-top: 50px;
  }

  .single-brand .elementor-inner .elementor-section:nth-child(3) .elementor-column-wrap.elementor-element-populated {
    padding: 0 10px;
  }

  .single-brand .brand-diff-points {
    padding: 50px 10px 20px !important;
  }
  .single-brand .elementor-widget-icon-box .elementor-icon-box-content {
    min-height: unset;
  }
}

/**=========================================
                WGL WIDGETS               
=========================================**/
.wgl-container ul li.gfield.gf_left_half:before,
.wgl-container ul li.elementor-icon-list-item:before {
  background-color: transparent;
}


.wgl-portfolio-item_wrapper .overlay {
  background-color: transparent !important;
}


/**=========================================
                    CAREER               
=========================================**/
.career_testimonial .wgl-testimonials-item_wrap.slick-slide:nth-child(5) .wgl-testimonials_item {
  padding-bottom: 0 !important;
}

.career_testimonial .wgl-testimonials-item_wrap.slick-slide:nth-child(7) .wgl-testimonials_item {
  padding-bottom: 40px !important;
}

.career-form .gf_right_half.select {
  margin-top: 24px !important;
}

.fa-facebook-f:before {
  content: "\f39e" !important;
}

@media only screen and (max-width: 992px) and (min-width: 768px) {
  .diff-points .elementor-column.elementor-col-25 {
    width: 50%;
  }
}

/**=========================================
              BRAND PROMISE               
=========================================**/
.page-id-7151 .page-header {
  background-position: center 30% !important;
}


@media only screen and (min-width:1170px) and (max-width:1200px) {

  .page-id-7151 .wgl-container .elementor-section-boxed .elementor-container,
  .page-id-7220 .wgl-container .elementor-section-boxed .elementor-container {
    width: 95%;
  }

  .elementor-7151 .elementor-element.elementor-element-c0d658e,
  .elementor-7220 .elementor-element.elementor-element-c0d658e {
    width: 65%;
  }

  .elementor-7151 .elementor-element.elementor-element-c0d658e>.elementor-element-populated,
  .elementor-7220 .elementor-element.elementor-element-c0d658e>.elementor-element-populated {
    margin-left: 105px;
  }

  .elementor-7151 .elementor-element.elementor-element-c0d658e>.elementor-element-populated .elementor-spacer,
  .elementor-7220 .elementor-element.elementor-element-c0d658e>.elementor-element-populated .elementor-spacer {
    display: none;
  }
}

@media only screen and (max-width:1024px) {
  .all-screens.elementor-widget-text-editor {
    margin-bottom: 0;
  }

  .small-screens.elementor-widget-text-editor {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .page-id-7151 .dbl-title_wrapper {
    text-align: left;
  }
}

/**=========================================
                  THANKS               
=========================================**/
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .page-id-7098 .service-range .elementor-column.elementor-col-50 {
    width: 70%;
    margin: 0 auto;
  }
}


/**=========================================
                  SERVICES               
=========================================**/
.page-id-5597 .page-header {
  background-position: center 80% !important;
}

.page-id-5597 .services .elementor-column.elementor-col-25 {
  width: 33.333%;
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {

  .page-id-5597 .services .elementor-column.elementor-col-33,
  .page-id-5597 .services .elementor-column.elementor-col-25 {
    width: 50%;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 767px) {
  .page-id-5597 .services .elementor-column.elementor-col-25 {
    width: 100%;
    margin: 0 auto;
  }
}

/**=========================================
            NEW HOME BUILDS               
=========================================**/
@media only screen and (max-width: 1024px) and (min-width: 768px) {

  .build-for-yourself .elementor-column.elementor-col-33,
  .build-for-investment .elementor-column.elementor-col-33 {
    width: 70%;
    margin: 0 auto;
  }

  .build-for-yourself .elementor-column.elementor-col-33 .elementor-widget-container,
  .build-for-investment .elementor-column.elementor-col-33 .elementor-widget-container {
    padding: 0 45px 15px 45px;
  }
}

@media only screen and (max-width: 768px) {

  .build-for-yourself .elementor-column.elementor-col-33 .elementor-widget-container,
  .build-for-investment .elementor-column.elementor-col-33 .elementor-widget-container {
    padding: 0 0 15px;
  }
}



/**=========================================
              KNOCKDOWN & REBUILD               
=========================================**/

.build-process-steps .time_line-item img,
.design-process-steps .time_line-item img {
  width: calc(20% + 15px);
}

.build-process-steps .time_line-item:nth-child(even) img,
.design-process-steps .time_line-item:nth-child(even) img {
  padding-left: 15px;
}

.build-process-steps .time_line-item:nth-child(odd) img,
.design-process-steps .time_line-item:nth-child(odd) img {
  padding-right: 15px;
}

.build-process-steps .wgl-timeline-vertical .time_line-text,
.design-process-steps .wgl-timeline-vertical .time_line-text {
  max-width: 75%;
}

.build-process-steps .wgl-timeline-vertical.appear_anim .time_line-item:nth-child(odd) .time_line-content,
.build-process-steps .wgl-timeline-vertical.appear_anim .time_line-item:nth-child(odd) .time_line-pointer,
.design-process-steps .wgl-timeline-vertical.appear_anim .time_line-item:nth-child(odd) .time_line-content,
.design-process-steps .wgl-timeline-vertical.appear_anim .time_line-item:nth-child(odd) .time_line-pointer {
  -webkit-transform: translateX(-20%);
  -ms-transform: translateX(-20%);
  transform: translateX(-20%);
}

.build-process-steps .wgl-timeline-vertical .time_line-item,
.design-process-steps .wgl-timeline-vertical .time_line-item {
  margin-bottom: 50px;
  /* margin-bottom: 40px; */
}

.build-process-steps .wgl-timeline-vertical .time_line-item:nth-child(even),
.design-process-steps .wgl-timeline-vertical .time_line-item:nth-child(even) {
  /* .wgl-timeline-vertical .time_line-item:nth-child(even) { */
  margin-left: 50%;
  padding-left: 7%;
  text-align: left;
  padding-right: 0;
}

.build-process-steps .wgl-timeline-vertical .time_line-item:nth-child(even) .time_line-content,
.design-process-steps .wgl-timeline-vertical .time_line-item:nth-child(even) .time_line-content {
  margin-top: -51%;
  margin-right: 12%;
  margin-left: 0;
}

.build-process-steps .wgl-timeline-vertical .time_line-item:nth-child(even) .time_line-text,
.design-process-steps .wgl-timeline-vertical .time_line-item:nth-child(even) .time_line-text {
  right: 0;
  left: initial;
}

.build-process-steps .wgl-timeline-vertical .time_line-item:nth-child(even) .time_line-date,
.design-process-steps .wgl-timeline-vertical .time_line-item:nth-child(even) .time_line-date {
  /* .wgl-timeline-vertical .time_line-item:nth-child(even) .time_line-date { */
  right: 0;
  left: initial;
  padding-left: 0;
}

.build-process-steps .wgl-timeline-vertical .time_line-item:nth-child(even) .time_line-pointer,
.design-process-steps .wgl-timeline-vertical .time_line-item:nth-child(even) .time_line-pointer {
  /* .wgl-timeline-vertical .time_line-item:nth-child(even) .time_line-pointer { */
  left: -1px;
  right: initial;
  border-width: 0 1px 1px 0;
  bottom: calc(50% - 44px);
}

.build-process-steps .wgl-timeline-vertical .time_line-item:nth-child(even) .time_line-pointer:before,
.design-process-steps .wgl-timeline-vertical .time_line-item:nth-child(even) .time_line-pointer:before {
  border-top: 1px dashed #636363;
  left: 100%;
  right: initial;
  border-bottom: initial;
}

.build-process-steps .wgl-timeline-vertical .time_line-item:nth-child(even) .time_line-pointer:after,
.design-process-steps .wgl-timeline-vertical .time_line-item:nth-child(even) .time_line-pointer:after {
  bottom: -6px;
  left: -5px;
  top: initial;
  right: initial;
}

.build-process-steps .wgl-timeline-vertical .time_line-item:nth-child(even) .time_line-point,
.design-process-steps .wgl-timeline-vertical .time_line-item:nth-child(even) .time_line-point {
  /* .wgl-timeline-vertical .time_line-item:nth-child(even) .time_line-point { */
  bottom: -6px;
  left: -5px;
  top: initial;
  right: initial;
}

.build-process-steps .wgl-timeline-vertical .time_line-item:nth-child(odd),
.design-process-steps .wgl-timeline-vertical .time_line-item:nth-child(odd) {
  /* .wgl-timeline-vertical .time_line-item:nth-child(odd) { */
  text-align: right;
  padding-right: 7%;
  padding-left: 0;
  margin-left: initial;
}

.build-process-steps .wgl-timeline-vertical .time_line-item:nth-child(odd) .time_line-content,
.design-process-steps .wgl-timeline-vertical .time_line-item:nth-child(odd) .time_line-content {
  margin-top: -12%;
  margin-left: 12%;
  margin-right: 0;
}

.build-process-steps .wgl-timeline-vertical .time_line-item:nth-child(odd) .time_line-text,
.design-process-steps .wgl-timeline-vertical .time_line-item:nth-child(odd) .time_line-text {
  /* .wgl-timeline-vertical .time_line-item:nth-child(odd) .time_line-text { */
  left: 0;
  right: initial;
  text-align: left;
}

.build-process-steps .wgl-timeline-vertical .time_line-item:nth-child(odd) .time_line-date,
.design-process-steps .wgl-timeline-vertical .time_line-item:nth-child(odd) .time_line-date {
  /* .wgl-timeline-vertical .time_line-item:nth-child(odd) .time_line-date { */
  left: 0;
  right: initial;
  padding-left: 3%;
}

.build-process-steps .wgl-timeline-vertical .time_line-item:nth-child(odd) .time_line-pointer,
.design-process-steps .wgl-timeline-vertical .time_line-item:nth-child(odd) .time_line-pointer {
  /* .wgl-timeline-vertical .time_line-item:nth-child(odd) .time_line-pointer { */
  right: 0;
  left: initial;
  border-width: 1px 0 0 1px;
}

.build-process-steps .wgl-timeline-vertical .time_line-item:nth-child(odd) .time_line-pointer:before,
.design-process-steps .wgl-timeline-vertical .time_line-item:nth-child(odd) .time_line-pointer:before {
  border-bottom: 1px dashed #636363;
  border-top: initial;
  left: initial;
  right: 100%;
}

.build-process-steps .wgl-timeline-vertical .time_line-item:nth-child(odd) .time_line-point,
.design-process-steps .wgl-timeline-vertical .time_line-item:nth-child(odd) .time_line-point {
  /* .wgl-timeline-vertical .time_line-item:nth-child(odd) .time_line-point { */
  top: -6px;
  right: -5px;
  bottom: initial;
  left: initial;
}

.build-process-steps .wgl-timeline-vertical .time_line-item.item_show:nth-child(odd) .time_line-content,
.build-process-steps .wgl-timeline-vertical .time_line-item.item_show:nth-child(odd) .time_line-pointer,
.design-process-steps .wgl-timeline-vertical .time_line-item.item_show:nth-child(odd) .time_line-content,
.design-process-steps .wgl-timeline-vertical .time_line-item.item_show:nth-child(odd) .time_line-pointer {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.build-process-steps .wgl-timeline-vertical .time_line-item.no-image:nth-child(even) .time_line-text,
.design-process-steps .wgl-timeline-vertical .time_line-item.no-image:nth-child(even) .time_line-text {
  left: 0;
  right: initial;
}

.build-process-steps .wgl-timeline-vertical .time_line-item.no-image:nth-child(odd) .time_line-text,
.design-process-steps .wgl-timeline-vertical .time_line-item.no-image:nth-child(odd) .time_line-text {
  right: 0;
  left: initial;
}

.build-process-steps .time_line-image,
.design-process-steps .time_line-image {
  /* .time_line-image { */
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.build-process-steps .time_line-item:nth-child(odd) .time_line-image,
.design-process-steps .time_line-item:nth-child(odd) .time_line-image {
  /* .time_line-item:nth-child(odd) .time_line-image { */
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

/* .build-process-steps .wgl-timeline-vertical .time_line-item:nth-child(8) {
  margin-bottom: 0;
} */
.build-process-steps .wgl-timeline-vertical .time_line-item:nth-child(8) .time_line-content {
  height: 400px;
}

.design-process-steps .wgl-timeline-vertical .time_line-item:nth-child(8) .time_line-content {
  height: 485px;
}

.build-process-steps .wgl-timeline-vertical .time_line-item:nth-child(8) .time_line-content {
  margin-top: -60%;
}

.build-process-steps .wgl-timeline-vertical .time_line-item:nth-child(6) .time_line-content {
  margin-top: -65%;
}

.build-process-steps .wgl-timeline-vertical .time_line-item:nth-child(5) .time_line-content {
  height: 400px;
}

.design-process-steps .wgl-timeline-vertical .time_line-item:nth-child(7) .time_line-content {
  height: 325px;
}

.build-process-steps .wgl-timeline-vertical .time_line-item:nth-child(7) .time_line-content {
  margin-top: 16%;
}

.design-process-steps .wgl-timeline-vertical .time_line-item:nth-child(2) .time_line-content {
  height: 330px;
}

.design-process-steps .wgl-timeline-vertical .time_line-item:nth-child(3) .time_line-content {
  height: 390px;
}

.design-process-steps .wgl-timeline-vertical .time_line-item:nth-child(4) .time_line-content {
  height: 320px;
}

.design-process-steps .wgl-timeline-vertical .time_line-item:nth-child(6) .time_line-content {
  height: 350px;
}

.build-process-steps .wgl-timeline-vertical .time_line-item:nth-child(2) .time_line-content,
.design-process-steps .wgl-timeline-vertical .time_line-item:nth-child(2) .time_line-content {
  margin-top: -40%;
}

.build-process-steps .wgl-timeline-vertical .time_line-item:nth-last-child(4) .time_line-date {
  margin-top: 50px !important;
}

.design-process-steps .wgl-timeline-vertical .time_line-item:nth-child(4) {
  margin-bottom: 120px;
}

.design-process-steps .wgl-timeline-vertical .time_line-item:nth-child(6) {
  margin-bottom: 90px;
}

.design-process-steps .wgl-timeline-vertical .time_line-item:nth-child(4) .time_line-content,
.design-process-steps .wgl-timeline-vertical .time_line-item:nth-child(6) .time_line-content,
.design-process-steps .wgl-timeline-vertical .time_line-item:nth-child(8) .time_line-content {
  margin-top: -62%;
}

.design-process-steps .wgl-timeline-vertical .time_line-item:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 1080px) {
  .wgl-timeline-vertical .time_line-item:nth-child(odd) .time_line-content {
    margin-left: 0;
  }

  .wgl-timeline-vertical .time_line-item:nth-child(even) .time_line-content {
    margin-right: 0;
  }

  .design-process-steps .wgl-timeline-vertical .time_line-item:nth-child(2) .time_line-content {
    height: 360px;
  }

  .design-process-steps .wgl-timeline-vertical .time_line-item:nth-child(3) .time_line-content {
    height: 410px;
    margin-top: -35%;
  }

  .design-process-steps .wgl-timeline-vertical .time_line-item:nth-child(4) .time_line-content {
    margin-top: -60%;
  }

  .design-process-steps .wgl-timeline-vertical .time_line-item:nth-child(5) .time_line-content {
    height: 320px;
  }

  .design-process-steps .wgl-timeline-vertical .time_line-item:nth-child(6) .time_line-content {
    margin-top: -66%;
  }

  .design-process-steps .wgl-timeline-vertical .time_line-item:nth-child(7) .time_line-content {
    margin-top: -3%;
  }

  .build-process-steps .wgl-timeline-vertical .time_line-item:nth-child(9) .time_line-content {
    margin-top: -30%;
  }
}

@media only screen and (max-width: 992px) and (min-width: 768px) {

  .difference .elementor-inner-section .elementor-column.elementor-col-25,
  .diff-points .elementor-column.elementor-col-25 {
    width: 50%;
  }
}

@media only screen and (max-width: 800px) {
  .wgl-timeline-vertical:before {
    left: 0;
  }

  .wgl-timeline-vertical .time_line-text {
    position: initial;
    top: 0;
    -webkit-transform: initial;
    -ms-transform: initial;
    transform: initial;
  }

  .build-process-steps .wgl-timeline-vertical .time_line-text,
  .design-process-steps .wgl-timeline-vertical .time_line-text {
    max-width: 90%;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin: 0 !important;
  }

  .wgl-timeline-vertical .time_line-item {
    width: 100%;
  }

  .wgl-timeline-vertical .time_line-item:nth-child(even) .time_line-content,
  .wgl-timeline-vertical .time_line-item:nth-child(odd) .time_line-content {
    margin: 0 0 0 44px !important;
  }

  /* .wgl-timeline-vertical .time_line-item:nth-child(even), */
  .story-timeline .wgl-timeline-vertical .time_line-item:nth-child(odd),
  .build-process-steps .wgl-timeline-vertical .time_line-item:nth-child(even),
  .design-process-steps .wgl-timeline-vertical .time_line-item:nth-child(even) {
    margin-left: 0;
  }

  .wgl-timeline-vertical .time_line-content {
    margin-top: 0 !important;
    height: auto !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  /* .wgl-timeline-vertical .time_line-item:nth-child(odd),
	 .wgl-timeline-vertical .time_line-item:nth-child(even), */
  .story-timeline .wgl-timeline-vertical .time_line-item:nth-child(odd),
  .story-timeline .wgl-timeline-vertical .time_line-item:nth-child(even),
  .build-process-steps .wgl-timeline-vertical .time_line-item:nth-child(odd),
  .build-process-steps .wgl-timeline-vertical .time_line-item:nth-child(even),
  .design-process-steps .wgl-timeline-vertical .time_line-item:nth-child(odd),
  .design-process-steps .wgl-timeline-vertical .time_line-item:nth-child(even) {
    padding-right: 0;
    padding-left: 0;
  }

  /* .wgl-timeline-vertical .time_line-item:nth-child(odd) .time_line-pointer, */
  .story-timeline .wgl-timeline-vertical .time_line-item:nth-child(even) .time_line-pointer,
  .build-process-steps .wgl-timeline-vertical .time_line-item:nth-child(odd) .time_line-pointer,
  .design-process-steps .wgl-timeline-vertical .time_line-item:nth-child(odd) .time_line-pointer {
    right: initial;
    border-width: 1px 0 0 0;
  }

  /* .wgl-timeline-vertical .time_line-item:nth-child(odd) .time_line-point, */
  .story-timeline .wgl-timeline-vertical .time_line-item:nth-child(even) .time_line-point,
  .build-process-steps .wgl-timeline-vertical .time_line-item:nth-child(odd) .time_line-point,
  .design-process-steps .wgl-timeline-vertical .time_line-item:nth-child(odd) .time_line-point {
    left: -5px;
    right: initial;
  }

  .wgl-timeline-vertical .time_line-pointer:before {
    content: initial;
  }

  .wgl-timeline-vertical .time_line-item .time_line-date {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    position: initial;
    -webkit-transform: initial;
    -ms-transform: initial;
    transform: initial;
    line-height: 1.5em !important;
  }

  .time_line-image {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .build-process-steps .time_line-item img,
  .design-process-steps .time_line-item img {
    width: auto;
    height: 60px;
    /* margin-top: -10px; */
    margin-left: 15px;
  }

  .design-process-steps .time_line-item img {
    margin-left: 0;
  }

  /* .wgl-timeline-vertical .time_line-item:nth-child(even) .time_line-date, */
  .story-timeline .wgl-timeline-vertical .time_line-item:nth-child(odd) .time_line-date,
  .build-process-steps .wgl-timeline-vertical .time_line-item:nth-child(even) .time_line-date,
  .design-process-steps .wgl-timeline-vertical .time_line-item:nth-child(even) .time_line-date {
    padding-left: 3%;
  }

  /* .wgl-timeline-vertical .time_line-item:nth-child(even) .time_line-point, */
  .story-timeline .wgl-timeline-vertical .time_line-item:nth-child(odd) .time_line-point,
  .build-process-steps .wgl-timeline-vertical .time_line-item:nth-child(even) .time_line-point,
  .design-process-steps .wgl-timeline-vertical .time_line-item:nth-child(even) .time_line-point {
    bottom: initial;
    top: -6px;
  }

  .wgl-timeline-vertical .time_line-pointer {
    bottom: initial;
    top: 58px;
  }

  /* .wgl-timeline-vertical .time_line-item:nth-child(even) .time_line-pointer, */
  .story-timeline .wgl-timeline-vertical .time_line-item:nth-child(odd) .time_line-pointer,
  .build-process-steps .wgl-timeline-vertical .time_line-item:nth-child(even) .time_line-pointer,
  .design-process-steps .wgl-timeline-vertical .time_line-item:nth-child(even) .time_line-pointer {
    border-width: 1px 0 0 0;
  }

  .wgl-timeline-vertical {
    padding-top: 10px;
  }

  .wgl-timeline-vertical:after {
    left: 0;
  }

  .build-process-steps .time_line-item:nth-child(odd) img,
  .design-process-steps .time_line-item:nth-child(odd) img {
    padding-right: 0;
  }

  .build-process-steps .time_line-item:nth-child(even) img,
  .design-process-steps .time_line-item:nth-child(even) img {
    padding-left: 0;
  }

  .wgl-timeline-vertical .time_line-item:hover:nth-child(odd) .time_line-text,
  .wgl-timeline-vertical .time_line-item:hover:nth-child(even) .time_line-text {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .build-process-steps .wgl-timeline-vertical .time_line-item:nth-last-child(4) .time_line-date {
    margin-top: 0 !important;
  }

  .build-process-steps .wgl-timeline-vertical .time_line-item:nth-child(8) {
    /* margin-bottom: 40px; */
    margin-bottom: 0;
  }

  .build-process-timeline h3 {
    text-align: left;
  }

  .design-process-steps .wgl-timeline-vertical .time_line-item:nth-child(4),
  .design-process-steps .wgl-timeline-vertical .time_line-item:nth-child(6) {
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 767px) {

  .wgl-timeline-vertical .time_line-item:nth-child(odd) .time_line-pointer .time_line-point,
  .wgl-timeline-vertical .time_line-item:nth-child(even) .time_line-pointer .time_line-point {
    bottom: initial;
    top: -6px;
  }

  .wgl-timeline-vertical .time_line-pointer {
    top: 30px;
  }

  .build-process-steps .time_line-item img,
  .design-process-steps .time_line-item img {
    height: 50px;
  }

  .wgl-timeline-vertical:after {
    margin-left: -11px;
  }

  .difference .elementor-inner-section .elementor-column.elementor-col-25 {
    width: 100%;
  }

  .story-timeline .wgl-timeline-vertical .time_line-item:nth-child(odd) .time_line-pointer,
  .story-timeline .wgl-timeline-vertical .time_line-item:nth-child(even) .time_line-pointer {
    left: initial;
  }
}




/**=========================================
                WHERE WE BUILD               
=========================================**/
@media only screen and (max-width: 1200px) {
  .wwb-tabs .wgl-tabs.tabs_align-right .wgl-tabs_headings {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1200px) {
  .elementor .elementor-element.wwb-map-img>.elementor-element-populated {
    margin: 0 20px 0 0 !important;
  }
}

@media only screen and (max-width: 601px) {
  .elementor .elementor-element.wwb-tabs .wgl-tabs_header {
    /* width: 100%; */
    width: 33.33%;
  }

  .wwb-tabs .wgl-tabs.tabs_align-right .wgl-tabs_headings {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}


/**=========================================
          404 PAGE/SEARCH NO RESULT               
=========================================**/
.page_404_wrapper .page_404_wrapper-container .banner_404_title {
  margin-top: 40px;
}

.page_404_wrapper .page_404_wrapper-container .banner_404 {
  padding-top: 30px;
  line-height: 1;
}

.page_404_wrapper .page_404_wrapper-container .main_404-wrapper {
  padding: 108px 0 50px;
}

.page_404_wrapper .page_404_wrapper-container .banner_404_logotype {
  display: none;
}

.page_404_wrapper .page_404_wrapper-container .stoni_404_button.wgl_button .wgl_button_link,
.search-no-results .page_404_wrapper .stoni_404_button.wgl_button .wgl_button_link {
  font-weight: 400;
}

/**=========================================
                iHUB PORTAL               
=========================================**/
#page-id-7237 h1.page-header_title {
  text-transform: none !important;
}


/**=========================================
                  GALLARY               
=========================================**/
.alm-gallery-img img {
  display: block;
  height: auto;
  max-width: 100%;
}

.grid-item {
  float: left;
  width: 33%;
  height: auto;
  padding: 5px;
}

.elementor-widget-tabs .elementor-tabs-wrapper {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  /* position: relative; */
  overflow: hidden;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.inspire-gallery.elementor-widget-tabs .elementor-tab-desktop-title.elementor-tab-title {
  text-align: center;
  position: relative;
  cursor: pointer;
  /* font-weight: 700; */
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  line-height: 1;
  border-bottom: 2px solid #f7f7f7 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 22px;
}

.inspire-gallery.elementor-widget-tabs .elementor-tab-desktop-title.elementor-tab-title.elementor-active {
  border-color: #c37c59 !important;
}

.load-more-button:hover {
  cursor: pointer;
}

/* .inspire-gallery,
.inspire-gallery .elementor-widget-container,
.inspire-gallery .elementor-tabs,
.inspire-gallery .elementor-tabs-wrapper.scroll-active {
  position: relative;
} */
.inspire-gallery .elementor-tabs-wrapper.scroll-active .scroll-arrow,
.wgl-tabs_headings .scroll-arrow {
  position: absolute;
  top: 0;
  width: 27px;
  /* height: 51px; */
  height: 82px;
  background-color: #fff;
  z-index: 1;
  border-bottom: 2px solid #f7f7f7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* .inspire-gallery .elementor-tabs-wrapper .scroll-arrow {
  height: 82px;
} */

.inspire-gallery .elementor-tabs-wrapper .scroll-arrow.scroll-hidden,
.wgl-tabs_headings .scroll-arrow.scroll-hidden {
  display: none;
}

.inspire-gallery .elementor-tabs-wrapper .arrow-left,
.wgl-tabs_headings .arrow-left {
  right: 0%;
  -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
}

.inspire-gallery .elementor-tabs-wrapper.scroll-active .arrow-right,
.wgl-tabs_headings .arrow-right {
  left: -3%;
  /* left: 29%; */
  /* right: 50%; */
  -webkit-box-shadow: 10px 0 20px -10px rgba(0, 0, 0, 0.1);
  box-shadow: 10px 0 20px -10px rgba(0, 0, 0, 0.1);
}

/* .inspire-gallery .elementor-tabs-wrapper .arrow-left {
	right: -6%;
}
 .inspire-gallery .elementor-tabs-wrapper .arrow-right {
	left: -6%;
} */
.scroll-active div.elementor-tab-title:last-of-type {
  padding-right: 30px;
}

@media screen and (max-width: 768px) {
  .grid-item {
    width: 50%;
  }

  /* .inspire-gallery .elementor-tabs .elementor-tab-content {
    padding: 0;
  } */
  .inspire-gallery.elementor-widget-tabs .elementor-tabs-wrapper {
    /* display: block !important; */
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    overflow-x: auto;
  }

  .inspire-gallery.elementor-widget-tabs .elementor-tabs-wrapper .elementor-tab-desktop-title.elementor-tab-title {
    /* display: flex;
    flex-wrap: nowrap; */
    line-height: 1.7;
  }

  .inspire-gallery.elementor-widget-tabs .elementor-tabs-content-wrapper .elementor-tab-title {
    display: none;
  }

  .inspire-gallery.elementor-widget-tabs .elementor-tab-title {
    font-size: 15px;
    padding: 15px 20px;
    /* padding: 15px 30px; */
  }




}

@media only screen and (max-width: 480px) {
  .grid-item {
    width: 100%;
  }

  .inspire-gallery.elementor-widget-tabs .elementor-tab-desktop-title.elementor-tab-title {
    font-weight: 300;
    margin-bottom: 0;
    /* display: inline !important; */
  }


}