/*!
Theme Name: Atlas Building
Theme URI: https://atlasgroup.net.au
Template: kadence
Author: Concise Digital
Author URI: https://www.concise.digital/
Description: A child theme for the Kadence Theme.
Version: 1.0.0
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: kadence-child
*/
/* Theme customisation starts here 
-------------------------------------------------------------- */
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5 {
  text-wrap: balance;
}
.entry-content strong,
.entry-content b {
  font-weight: bold;
}

p.has-large-font-size {
  line-height: 1.2;
  text-wrap: balance;
}

/* Typography
-------------------------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  text-wrap: balance;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5 {
  text-wrap: balance;
}
.entry-content strong,
.entry-content b {
  font-weight: bold;
}

p.has-large-font-size {
  line-height: 1.2;
  text-wrap: balance;
}

.site-header .main-navigation .primary-menu-container > ul > li.menu-item {
  background-image: url("assets/images/menu-line.svg");
  background-repeat: no-repeat;
  background-position: left center;
}
.site-header .main-navigation .primary-menu-container > ul > li.menu-item:first-child {
  background-image: none;
}
@media (min-width: 1300px) {
  .site-header .main-navigation .primary-menu-container > ul > li.menu-item > a {
    padding-left: 1.25em;
    padding-right: 1.25em;
  }
}
@media (min-width: 1600px) {
  .site-header .main-navigation .primary-menu-container > ul > li.menu-item > a {
    padding-left: 1.6em;
    padding-right: 1.6em;
  }
}
.site-header .main-navigation .primary-menu-container > ul > li.menu-item.current-menu-item > a {
  font-weight: bold;
}

@media (min-width: 767px) {
  .site-footer {
    background-image: url("assets/images/footer-bg.svg") !important;
    background-repeat: no-repeat !important;
    background-position: left center !important;
  }
}
.site-footer .footer-navigation .menu {
  display: block;
}
@media (min-width: 1200px) {
  .site-footer .site-footer-row.site-footer-row-columns-3 {
    -ms-grid-columns: 0.85fr 1.23fr 0.8fr;
    grid-template-columns: 0.85fr 1.23fr 0.8fr;
  }
}
.site-footer .site-bottom-footer-inner-wrap {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

/* Groups
-------------------------------------------------------------- */
.wp-block-group.is-style-narrow-group {
  max-width: 80ch;
  margin-left: auto;
  margin-right: auto;
}

/* Grid
-------------------------------------------------------------- */
.wp-block-group .wp-block-group__inner-container.is-layout-grid.wp-block-group-is-layout-grid {
  gap: 2em;
}
@media (min-width: 900px) {
  .wp-block-group .wp-block-group__inner-container.is-layout-grid.wp-block-group-is-layout-grid {
    gap: 3em;
  }
}

/* Media & Text Block
-------------------------------------------------------------- */
/* Separator
-------------------------------------------------------------- */
/* Header
-------------------------------------------------------------- */
/* Buttons
-------------------------------------------------------------- */
/* Quote
-------------------------------------------------------------- */
/* Lists
-------------------------------------------------------------- */
/* Paragraph
-------------------------------------------------------------- */
/* Images
-------------------------------------------------------------- */
/* Home
-------------------------------------------------------------- */
/* Page
-------------------------------------------------------------- */
/* Blog Archive
-------------------------------------------------------------- */
/* Single Post
-------------------------------------------------------------- */
/* Shop
-------------------------------------------------------------- */
/* Cart
-------------------------------------------------------------- */
/* Supplier Network
-------------------------------------------------------------- */
/* Header
-------------------------------------------------------------- */
/* Page Heroes
-------------------------------------------------------------- */
.entry-hero.page-hero-section {
  position: relative;
  z-index: 2;
}
.entry-hero.page-hero-section .entry-header {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 1em;
  padding-bottom: 1em;
}

/* Icon Slider
-------------------------------------------------------------- */
/* Staff Profiles
-------------------------------------------------------------- */
/* Service Links
-------------------------------------------------------------- */
/* Contact Section
-------------------------------------------------------------- */
/* Backgrounds
-------------------------------------------------------------- */
/* Table
-------------------------------------------------------------- */
@media (max-width: 800px) {
  .wp-block-table {
    max-width: 100%;
    font-size: 14px;
    line-height: 1.3;
  }
  .wp-block-table table {
    max-width: 100%;
  }
}

/* Lists
-------------------------------------------------------------- */
.entry-content p + ul {
  margin-top: -1em;
}

@media (min-width: 800px) {
  ul.multi-col-list {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 2em;
       -moz-column-gap: 2em;
            column-gap: 2em;
  }
}

/* Lists
-------------------------------------------------------------- */
/* Rows
-------------------------------------------------------------- */
@media (max-width: 767px) {
  .mobile-image-none .kt-inside-inner-col {
    background-image: none !important;
  }
}

/* Heading
-------------------------------------------------------------- */
/* Forms
-------------------------------------------------------------- */
/* Button
-------------------------------------------------------------- */
.custom-button .kb-button {
  background-image: url(assets/images/button-bg.svg) !important;
  background-color: transparent !important;
  background-position: right center !important;
  padding-left: 30px;
  padding-right: 65px;
}
.custom-button .kb-button:hover {
  background-image: url(assets/images/button-bg-blue.svg) !important;
}

/* Gallery
-------------------------------------------------------------- */
/* Accordion
-------------------------------------------------------------- */
/* InfoBox
-------------------------------------------------------------- */
/* Icon Links
-------------------------------------------------------------- */
/* Tabs
-------------------------------------------------------------- */
/* Social Icons
-------------------------------------------------------------- */
/* Footer
-------------------------------------------------------------- */
/* Number Counter
-------------------------------------------------------------- */
/* Video Popup
-------------------------------------------------------------- */
/* Sliders
-------------------------------------------------------------- */
.kb-advanced-slider .splide__pagination__page {
  width: 33px;
  border-radius: 0;
  height: 1.5px;
  background: var(--global-palette12);
}

/* Members Block Styles
-------------------------------------------------------------- */
@media (min-width: 1025px) {
  .members-list h2 {
    margin-bottom: 0 !important;
  }
}
@media (min-width: 1500px) {
  .members-list h2 {
    margin-bottom: 0 !important;
  }
}
.members-list .c-description {
  margin-bottom: 2em !important;
}
.members-list .members-list-item {
  background-color: #F1F3F4;
  margin-bottom: 1em;
  position: relative;
}
.members-list .members-list-item .members-list-item-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 20px;
}
.members-list .members-list-item .members-list-item-flex .profile-image {
  width: 20%;
  max-width: 20%;
  max-height: 216px;
}
@media (max-width: 640px) {
  .members-list .members-list-item .members-list-item-flex .profile-image {
    width: 40%;
    max-width: 40%;
  }
}
.members-list .members-list-item .members-list-item-flex .profile_title {
  width: 80%;
  max-width: 80%;
  margin: 0 !important;
  font-weight: 300;
}
.members-list .members-list-item .members-list-item-flex .profile_title span {
  display: block;
  font-weight: 600;
}
@media (max-width: 1199px) {
  .members-list .members-list-item .members-list-item-flex .profile_title {
    font-size: 20px !important;
  }
}
@media (max-width: 991px) {
  .members-list .members-list-item .members-list-item-flex .profile_title {
    font-size: 18px !important;
  }
}
@media (max-width: 781px) {
  .members-list .members-list-item .members-list-item-flex .profile_title {
    font-size: 16px !important;
  }
}
@media (max-width: 640px) {
  .members-list .members-list-item .members-list-item-flex .profile_title {
    font-size: 14px !important;
    width: 60%;
    max-width: 60%;
  }
}
.members-list .members-list-item .members-list-item-flex:after {
  content: "";
  width: 18px;
  height: 18px;
  background-image: url(assets/images/profile-plus.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 18px;
  top: 70px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media (min-width: 992px) {
  .members-list .members-list-item .members-list-item-flex:after {
    top: 66px;
  }
}
@media (min-width: 1200px) {
  .members-list .members-list-item .members-list-item-flex:after {
    top: 76px;
  }
}
@media (min-width: 1500px) {
  .members-list .members-list-item .members-list-item-flex:after {
    top: 86px;
  }
}
@media (max-width: 640px) {
  .members-list .members-list-item .members-list-item-flex:after {
    right: 8px;
    top: 76%;
  }
}
.members-list .members-list-item .members-list-item-flex.profile_close:after {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
@media (min-width: 1025px) {
  .members-list .members-list-item .members-list-item-flex {
    grid-gap: 1.5em;
  }
}
@media (min-width: 1500px) {
  .members-list .members-list-item .members-list-item-flex {
    grid-gap: 3em;
  }
}
@media (max-width: 640px) {
  .members-list .members-list-item .members-list-item-flex {
    position: relative;
  }
}
.members-list .members-list-item .profile_content {
  width: 77%;
  margin-left: auto;
  padding: 0 30px 30px 0;
}
@media (max-width: 1500px) {
  .members-list .members-list-item .profile_content {
    width: 78%;
  }
}
.members-list .members-list-item .profile_content p {
  margin-bottom: 14px !important;
}
.members-list .members-list-item .profile_content p:last-child {
  margin-bottom: 0 !important;
}
@media (max-width: 640px) {
  .members-list .members-list-item .profile_content {
    width: 100%;
    margin-left: auto;
    padding: 24px 12px;
  }
}

form input[type=text],
form input[type=password],
form input[type=number],
form input[type=search],
form input[type=email],
form input[type=url],
form textarea,
form select {
  color: var(--global-palette1);
  border-color: var(--global-palette1);
  border: none;
  border-bottom: solid 1px;
}
form :placeholder {
  color: rgba(35, 44, 54, 0.7);
}

.gform-theme--foundation .gform_fields {
  row-gap: 20px !important;
}
.gform-theme--foundation .gform_heading {
  display: none !important;
}
.gform-theme--foundation form input[type=text],
.gform-theme--foundation form input[type=password],
.gform-theme--foundation form input[type=number],
.gform-theme--foundation form input[type=search],
.gform-theme--foundation form input[type=email],
.gform-theme--foundation form input[type=tel],
.gform-theme--foundation form input[type=url],
.gform-theme--foundation form select {
  max-inline-size: 100%;
  border: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  height: 45px;
  outline-color: var(--global-palette2);
  border-radius: 0px !important;
}
.gform-theme--foundation form textarea {
  max-inline-size: 100%;
  border-radius: 0 !important;
  border: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.gform-theme--foundation form .chosen-container a {
  border: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: 0 !important;
}
.gform-theme--foundation form .chosen-container a.chosen-default {
  color: var(--global-palette1) !important;
  min-height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.gform-theme--foundation form ::-webkit-input-placeholder {
  color: var(--global-palette1) !important;
}
.gform-theme--foundation form ::-moz-placeholder {
  color: var(--global-palette1) !important;
}
.gform-theme--foundation form :-ms-input-placeholder {
  color: var(--global-palette1) !important;
}
.gform-theme--foundation form ::-ms-input-placeholder {
  color: var(--global-palette1) !important;
}
.gform-theme--foundation form ::placeholder {
  color: var(--global-palette1) !important;
}
.gform-theme--foundation form select {
  background-image: url(assets/images/menu-arrow-pl.svg) !important;
  background-position: 99% !important;
  background-repeat: no-repeat !important;
  background-size: 14px !important;
}
@media (max-width: 781px) {
  .gform-theme--foundation form select {
    background-position: 97% !important;
  }
}
.gform-theme--foundation form select.active-select {
  background-image: url(assets/images/menu-arrow-mu.svg) !important;
  background-position: 99% !important;
  background-repeat: no-repeat !important;
  background-size: 14px !important;
}
@media (max-width: 781px) {
  .gform-theme--foundation form select.active-select {
    background-position: 97% !important;
  }
}
.gform-theme--foundation .gform_button {
  background-color: transparent !important;
  color: var(--global-palette1) !important;
  border: 1px solid var(--global-palette-highlight-alt) !important;
  border-radius: 0 !important;
  width: 100% !important;
  text-transform: uppercase !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.gform-theme--foundation .gform_button:hover, .gform-theme--foundation .gform_button:focus, .gform-theme--foundation .gform_button:focus-within {
  background-color: var(--global-palette-highlight-alt) !important;
  color: #fff !important;
}
@media (max-width: 781px) {
  .gform-theme--foundation .gform_button {
    width: 100% !important;
  }
}
.gform-theme--foundation .gform_footer, .gform-theme--foundation .gform_page_footer {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.gform-theme--foundation .gfield--type-choice .gfield_radio {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.gform-theme--foundation .gform_validation_errors {
  display: none !important;
}
.gform-theme--foundation .gfield_label, .gform-theme--foundation .gform-field-label {
  font-weight: 600 !important;
  color: var(--global-palette1) !important;
}

::-moz-selection {
  background-color: var(--global-palette1);
  color: #fff;
}

::selection {
  background-color: var(--global-palette1);
  color: #fff;
}

::marker {
  color: var(--global-palette1);
}