@charset "UTF-8";
/*!
Theme Name: ASA2023
Theme URI: https://iotheme.com/
Author: GK
Author URI: http://aluminiumsupply.com.au
Description: ASA Custom Theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: asa2023
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

ASA2023 is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Navigation
	## Menus
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Woocommerce
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
@keyframes io-fadein {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.io-fadein-mobile {
  -webkit-animation: io-fadein 0.3s;
  animation: io-fadein 0.3s;
}
@keyframes io-fadein-frame {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.io-menu-desktop {
  display: block;
  text-align: right;
}
.io-menu-desktop span.io-menu-dot-mobile {
  display: none;
}
.io-menu-desktop a {
  display: block;
  -o-transition: none;
  -moz-transition: none;
  -webkit-transition: none;
  transition: none;
}
.io-menu-desktop a.io-menu-dot-desktop:after {
  content: " +";
  float: right;
}
.io-menu-desktop span.io-menu-button-span {
  display: none;
}
.io-menu-desktop > ul > li.current-menu-item > a, .io-menu-desktop > div > ul > li.current-menu-item > a {
  background: rgba(0, 0, 0, 0.01);
}
.io-menu-desktop ul {
  padding: 0;
  margin: 0;
  list-style: none;
  background: transparent;
  display: block;
}
.io-menu-desktop ul > li {
  margin-right: -4px;
  display: inline-block;
  position: relative;
  height: 30px;
  color: #212529;
  font-size: 12px;
  text-transform: uppercase;
  text-shadow: 0 0 0 rgba(0, 0, 0, 0);
  font-weight: 400;
}
.io-menu-desktop ul > li > a {
  padding: 0;
  line-height: 29px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 1px;
  color: #212529;
  font-size: 12px;
  text-transform: uppercase;
  text-shadow: 0 0 0 rgba(0, 0, 0, 0);
  font-weight: 400;
}
.io-menu-desktop ul > li ul {
  text-align: left;
  display: block;
  left: -999em;
  position: absolute;
  width: 200px;
  background: white;
  z-index: 99999;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
}
.io-menu-desktop ul > li > ul {
  top: 100%;
}
.io-menu-desktop ul > li > ul li {
  margin-right: 0;
  position: relative;
  display: block;
  height: auto;
  color: #212529;
  font-size: 14px;
  text-transform: none;
  text-shadow: none;
  font-weight: normal;
}
.io-menu-desktop ul > li > ul li a.io-menu-dot-desktop:after {
  content: " »";
  float: right;
}
.io-menu-desktop ul > li > ul li a {
  line-height: initial;
  padding: 7px 20px;
  color: #212529;
  font-size: 14px;
  text-transform: none;
  text-shadow: none;
  font-weight: normal;
}
.io-menu-desktop ul > li > ul li a:visited {
  color: #212529;
}
.io-menu-desktop ul > li > ul li a:hover, .io-menu-desktop ul > li > ul li a:focus {
  color: #212529;
}
.io-menu-desktop ul > li > ul li:nth-child(even) a {
  background: rgba(0, 0, 0, 0.01);
}
.io-menu-desktop ul > li > ul li ul {
  top: 0;
  left: -999em;
}
.io-menu-desktop ul > li > ul li:hover > ul {
  left: 100%;
  -webkit-animation: io-fadein 0.3s;
  /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: io-fadein 0.3s;
  /* Firefox < 16 */
  -o-animation: io-fadein 0.3s;
  /* Opera < 12.1 */
  animation: io-fadein 0.3s;
}
.io-menu-desktop ul > li:hover > ul {
  left: 0;
  -webkit-animation: io-fadein 0.3s;
  /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: io-fadein 0.3s;
  /* Firefox < 16 */
  -o-animation: io-fadein 0.3s;
  /* Opera < 12.1 */
  animation: io-fadein 0.3s;
}
.io-menu-desktop.io-menu-desktop-vl {
  width: 100%;
  text-align: left;
}
.io-menu-desktop.io-menu-desktop-vl a.io-menu-dot-desktop:after {
  float: right;
}
.io-menu-desktop.io-menu-desktop-vl ul > li {
  margin-right: 0;
  display: block;
}
.io-menu-desktop.io-menu-desktop-vl ul > li > ul {
  text-align: left;
  left: -999em;
  top: 0;
}
.io-menu-desktop.io-menu-desktop-vl ul > li > ul a.io-menu-dot-desktop:after {
  content: " »";
  float: right;
}
.io-menu-desktop.io-menu-desktop-vl ul > li:hover > ul {
  left: 100%;
}
.io-menu-desktop.io-menu-desktop-vr {
  width: 100%;
  text-align: right;
}
.io-menu-desktop.io-menu-desktop-vr a.io-menu-dot-desktop:after {
  float: left;
}
.io-menu-desktop.io-menu-desktop-vr ul > li {
  margin-right: 0;
  display: block;
}
.io-menu-desktop.io-menu-desktop-vr ul > li > ul {
  text-align: right;
  left: -999em;
  top: 0;
}
.io-menu-desktop.io-menu-desktop-vr ul > li > ul a.io-menu-dot-desktop:after {
  content: " «";
  float: left;
}
.io-menu-desktop.io-menu-desktop-vr ul > li:hover > ul {
  left: unset;
  right: 100%;
}
.io-menu-mobile {
  position: relative;
  background: transparent;
  display: block;
  text-align: right;
}
.io-menu-mobile a {
  -o-transition: none;
  -moz-transition: none;
  -webkit-transition: none;
  transition: none;
}
.io-menu-mobile.io-menu-mobile-active > ul, .io-menu-mobile.io-menu-mobile-active > div > ul {
  -webkit-animation: io-fadein-frame 0.5s;
  animation: io-fadein-frame 0.5s;
  left: 0;
}
.io-menu-mobile .io-menu-button-li {
  position: absolute;
  top: 0;
  width: 100%;
  text-align: right;
  background: rgba(0, 0, 0, 0.01);
}
.io-menu-mobile .io-menu-button-li a {
  width: unset;
  line-height: 56px;
  max-height: 56px;
  font-size: 40px;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: bold;
}
.io-menu-mobile span.io-menu-button-span {
  cursor: pointer;
  line-height: 30px;
  padding-left: 20px;
  padding-right: 20px;
  background: transparent;
  color: #212529;
  z-index: 1;
  right: 0;
  top: 0;
  content: "+";
  display: inline-block;
}
.io-menu-mobile ul {
  padding: 0;
  margin: 0;
}
.io-menu-mobile > ul, .io-menu-mobile > div > ul {
  padding-top: 56px;
  overflow-y: auto;
  position: fixed;
  height: 100%;
  width: 250px;
  left: -250px;
  top: 0;
  background: #fff;
  z-index: 99999999;
}
.io-menu-mobile .io-mobile-ul-show {
  left: 0;
  max-height: 8888px;
}
.io-menu-mobile .io-mobile-ul-hide {
  left: -9999px;
  max-height: 0;
}
.io-menu-mobile a {
  display: block;
  padding: 20px 20px;
  width: calc(100% - 20px * 2);
  color: #212529;
  font-size: 14px;
}
.io-menu-mobile a:visited {
  color: #212529;
}
.io-menu-mobile a:hover, .io-menu-mobile a:focus {
  color: #212529;
}
.io-menu-mobile ul {
  text-align: left;
  width: 100%;
  display: block;
  position: relative;
  padding: 0;
  margin: 0;
  background: rgba(0, 0, 0, 0.05);
  list-style: none;
}
.io-menu-mobile ul li {
  position: relative;
  display: block;
  color: #212529;
}
.io-menu-mobile ul li span.io-menu-dot-mobile {
  position: absolute;
  background: white;
  color: #212529;
  z-index: 1;
  right: 0;
  top: 0;
  content: "+";
  display: block;
  text-align: center;
  width: 70px;
  cursor: pointer;
}
.io-menu-mobile ul li:nth-child(even) {
  background: rgba(0, 0, 0, 0.01);
}
.io-get-width-menu {
  position: absolute !important;
  right: 0 !important;
  width: 999px !important;
}
.iot-menu-bg-black {
  position: fixed;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 99999998;
  left: -100%;
  background-color: rgba(0, 0, 0, 0.68);
}
.iot-menu-bg-black-active {
  -webkit-animation: io-fadein-frame 0.5s;
  animation: io-fadein-frame 0.5s;
  left: 0;
}
.comment-navigation, .posts-navigation, .post-navigation {
  width: 100%;
  content: "";
  display: table;
  table-layout: fixed;
}
.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
  margin: 0 0 3em;
}
.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-previous a, .posts-navigation .nav-previous a, .post-navigation .nav-previous a {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.comment-navigation .nav-previous a:before, .posts-navigation .nav-previous a:before, .post-navigation .nav-previous a:before {
  content: "";
  display: inline-block;
  padding-right: 10px;
  font-family: Dashicons;
  vertical-align: bottom;
}
.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
.comment-navigation .nav-next a, .posts-navigation .nav-next a, .post-navigation .nav-next a {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.comment-navigation .nav-next a:after, .posts-navigation .nav-next a:after, .post-navigation .nav-next a:after {
  content: "";
  display: inline-block;
  padding-left: 10px;
  font-family: Dashicons;
  vertical-align: bottom;
}
.io-menu-button-li {
  position: relative;
}
.io-menu-button-li:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  cursor: pointer;
  left: 0;
  top: 0;
}
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before, .clear:after, .entry-content:before, .entry-content:after, .comment-content:before, .comment-content:after, .site-header:before, .site-header:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}
.clear:after, .entry-content:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after {
  clear: both;
}
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
#secondary ul {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
  padding-left: 0;
}
#secondary .widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}
#secondary .widget select {
  max-width: 100%;
}
#secondary .widget > h2 {
  position: relative;
  font-size: 1.25rem;
  margin-bottom: 20px;
  text-transform: uppercase;
  /*padding: 0 30px 0 30px;*/
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#secondary .widget.widget_recent_entries > ul > li, #secondary .widget.widget_recent_comments > ul > li, #secondary .widget.widget_archive > ul > li, #secondary .widget.widget_categories > ul > li, #secondary .widget.widget_meta > ul > li {
  padding: 3px 0 3px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#secondary .widget.widget_recent_entries > ul > li:before, #secondary .widget.widget_recent_comments > ul > li:before, #secondary .widget.widget_archive > ul > li:before, #secondary .widget.widget_categories > ul > li:before, #secondary .widget.widget_meta > ul > li:before {
  content: "";
  font-family: Dashicons;
  vertical-align: bottom;
  padding-right: 3px;
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}
.sticky {
  -webkit-transform: none;
  transform: none;
}
.hentry {
  margin: 0 0 1.5em;
}
.updated:not(.published) {
  display: none;
}
.page-content, .entry-content, .entry-summary {
  margin: 1.5em 0 0;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
#content {
  margin-bottom: 0px;
}
#content #primary #main article {
  margin-bottom: 60px;
}
#content #primary #main article .entry-header {
  padding-bottom: 10px;
}
#content #primary #main article .entry-header .entry-title {
  margin-top: 0;
  word-wrap: break-word;
  font-size: 26px;
  text-transform: uppercase;
}
#content #primary #main article .entry-header .entry-meta {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
#content #primary #main article .entry-header .entry-meta .posted-on, #content #primary #main article .entry-header .entry-meta .byline {
  padding-right: 10px;
}
#content #primary #main article .entry-header .entry-meta .posted-on:before {
  /*content: "\f469";*/
  content: "";
  font-family: Dashicons;
  vertical-align: middle;
  padding-right: 1px;
  font-size: 1em;
}
#content #primary #main article .entry-header .entry-meta .byline:before {
  content: "";
  font-family: Dashicons;
  vertical-align: middle;
  padding-right: 1px;
  font-size: 0.9em;
}
#content #primary #main article .post-thumbnail {
  display: block;
  margin-top: 20px;
}
#content #primary #main article .entry-footer {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding-top: 20px;
}
#content #primary #main article .entry-footer .cat-links, #content #primary #main article .entry-footer .tags-links, #content #primary #main article .entry-footer .edit-link, #content #primary #main article .entry-footer .comments-link {
  padding-right: 10px;
}
#content #primary #main article .entry-footer .cat-links:before {
  content: "";
  font-family: Dashicons;
  vertical-align: middle;
  padding-right: 1px;
  font-size: 1em;
}
#content #primary #main article .entry-footer .tags-links:before {
  content: "";
  font-family: Dashicons;
  vertical-align: middle;
  padding-right: 1px;
  font-size: 0.9em;
}
#content #primary #main article .entry-footer .edit-link:before {
  content: "";
  font-family: Dashicons;
  vertical-align: middle;
  padding-right: 1px;
  font-size: 1em;
}
#content #primary #main article .entry-footer .comments-link:before {
  content: "";
  font-family: Dashicons;
  vertical-align: middle;
  padding-right: 1px;
  font-size: 1em;
}
#content #primary #main article > *:last-child {
  /*border-radius: 0 0 5px 5px;*/
}
#content #primary #main .page-header {
  margin-bottom: 30px;
}
#content #primary #main .page-header .page-title {
  word-wrap: break-word;
  font-size: 26px;
  text-transform: uppercase;
  margin-top: 0;
}
#content #primary #main .posts-navigation .nav-previous a:before {
  content: "";
  display: inline-block;
  padding-right: 10px;
  font-family: Dashicons;
  vertical-align: bottom;
}
#content #primary #main .posts-navigation .nav-next a:after {
  content: "";
  display: inline-block;
  padding-left: 10px;
  font-family: Dashicons;
  vertical-align: bottom;
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
  display: block;
}
.comments-area .comments-title {
  word-wrap: break-word;
  font-size: 24px;
  text-transform: uppercase;
}
.comments-area .comment-list {
  list-style: none;
  margin-left: 50px;
  padding-left: 0;
}
.comments-area .comment-list .comment-body {
  padding: 20px;
  margin-bottom: 0 !important;
}
.comments-area .comment-list .comment-body .comment-meta .comment-author .avatar.photo {
  border-radius: 50%;
  margin-right: 10px;
}
.comments-area .comment-list .comment-body .comment-metadata {
  font-size: 11px;
  text-transform: uppercase;
  padding: 10px 0;
}
.comments-area .comment-list .comment-body .comment-metadata:before {
  content: "";
  font-family: Dashicons;
  vertical-align: middle;
  padding-right: 3px;
  font-size: 14px;
}
.comments-area .comment-list .comment-body .reply:before {
  content: "";
  font-family: Dashicons;
  vertical-align: middle;
  padding-right: 3px;
  font-size: 14px;
}
.comments-area .comment-list .comment-body .reply .comment-reply-link {
  font-size: 11px;
  text-transform: uppercase;
  padding: 10px 0;
}
.comments-area .comment-list .children {
  list-style: none;
  margin-left: 50px;
}
.comments-area .comment-respond .comment-reply-title {
  word-wrap: break-word;
  font-size: 24px;
  text-transform: uppercase;
}
.comments-area .comment-respond .comment-form textarea[name=comment] {
  width: 100%;
}
.comments-area .comment-respond .comment-form input[name=author], .comments-area .comment-respond .comment-form input[name=email], .comments-area .comment-respond .comment-form input[name=url] {
  width: 100%;
}
.comments-area .comment-respond .comment-form .comment-form-cookies-consent, .comments-area .comment-respond .comment-form .form-submit {
  padding: 5px;
}
/*--------------------------------------------------------------
## Main and Fix some CSS
--------------------------------------------------------------*/
body {
  background: transparent;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
a:hover {
  text-decoration: none;
}
img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}
table {
  width: 100%;
}
input[type=text], input[type=email], input[type=url], input[type=password], input[type=search], input[type=number], input[type=tel], input[type=range], input[type=date], input[type=month], input[type=week], input[type=time], input[type=datetime], input[type=datetime-local], input[type=color], textarea {
  padding: 0.375rem 0.75rem;
  outline: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.fittext {
  text-align: center;
}
.fittext a {
  -o-transition: none;
  -moz-transition: none;
  -webkit-transition: none;
  transition: none;
}
.spanst, .spannd {
  background: transparent;
  display: inline;
  padding-right: 1px;
  opacity: 0;
}
.io-get-width-textfit {
  -o-transition: none;
  -moz-transition: none;
  -webkit-transition: none;
  transition: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 99999999px;
  opacity: 0;
}
.dashicons, .dashicons-before:before {
  display: inherit;
  width: inherit;
  height: inherit;
  font-size: inherit;
  line-height: inherit;
  font-family: dashicons;
  text-decoration: inherit;
  font-weight: inherit;
  font-style: inherit;
  vertical-align: inherit;
  text-align: inherit;
}
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  display: block;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}
dfn, cite, em, i {
  font-style: italic;
  color: inherit;
}
blockquote {
  margin: 0 1.5em;
  border-left: 1px solid rgba(0, 0, 0, 0.15);
  color: inherit;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
}
blockquote p {
  color: inherit;
}
address {
  margin: 0 0 1.5em;
}
pre {
  color: inherit;
  background: rgba(0, 0, 0, 0.08);
  padding: 2rem;
}
code, kbd, tt, var {
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-color: rgba(0, 0, 0, 0.06);
  color: inherit;
}
abbr, acronym {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.6);
  cursor: help;
}
mark, ins {
  background: rgba(255, 231, 0, 0.2);
  text-decoration: none;
}
big {
  font-size: 125%;
}
/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
#masthead {
  margin-top: 0px;
}
#masthead .site-branding {
  margin-bottom: -20px;
}
#masthead .site-branding .site-title {
  font-size: 3rem;
  line-height: 1;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 0.5rem;
}
#masthead .site-branding .site-title a {
  display: inline-block;
}
#masthead .site-branding .site-description {
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 0rem;
}
#masthead #site-navigation {
  margin-bottom: 30px;
}
/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
#colophon {
  margin-bottom: 30px;
}
#colophon .site-info {
  text-align: center;
}
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
/* Make sure embeds and iframes fit their containers. */
embed, iframe, object {
  max-width: 100%;
}
/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}
/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}
.wp-caption-text {
  text-align: center;
}
/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}
.gallery-caption {
  display: block;
}
/*# sourceMappingURL=style.css.map */
/*--------------------------------------------------------------
## GK STYLES START
--------------------------------------------------------------*/

body {
    overflow-x: hidden !important;
}

#page {
  flex: 1;
}
#footer {
  margin-top: auto;
}
.modelViewerBlock .bp_model_parent:hover #openBtn, .modelViewerBlock .bp_model_gallery:hover #openBtn {
  display: none !important;
}
.logo-overflow {
  z-index: 99999 !important;
  position: absolute !important;
  right: 0;
  top: 35px;
  
}


.bp_model_parent {
    border: none !important;
}


.header-overflow {
    overflow: visible !important;
}

.map-wrapper {
    filter: hue-rotate(230deg) saturate(65%)!important;
}


.gform_button {
    background-color: transparent !important;
    border: solid 1px #ffffff !important;
    color: white !important;
    border-radius: 20px !important;
    padding: 4px 19px !important;
}

.gform_button:hover {
    background-color: white !important;
    border: solid 1px #ffffff !important;
    color: #83a179 !important;
}




.gform-body textarea,
.gform-body input {
    border: none !important;
    border-radius: 8px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
}


.gform_wrapper.gravity-theme select {
    border-radius: 8px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    border: none !important;
    appearance: none; /* Remove default styling */
    -webkit-appearance: none; /* For Safari */
    -moz-appearance: none; /* For Firefox */
    background: #fff url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' fill='%23000'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E") no-repeat right 20px center; /* SVG arrow */
    cursor: pointer;
    color: darkgray !important;
}





#default-progress-bar[style], #default-progress-bar > .bar[style], #default-progress-bar > .bar.hide[style] {
  opacity: 1 !important;
  display: none !important;
  border: solid 2px red !important;
}
model-viewer button {
  margin-top: 0px !important;
}
.bp_model_parent #openBtn, .bp_model_gallery #openBtn {
  background-color: transparent !important;
}
#default-progress-bar > .mask[style], #default-progress-bar[style] {
  display: none !important
}
.vc_btn3.vc_btn3-style-custom {
  background-image: none !important;
  background-color: transparent !important;
}


.bp_model_parent {
  border: solid 4px rgba(240,248,255,0.00) !important;
    border-top-left-radius: 32px;
 border-top-right-radius: 32px;    
    margin-left: 0px !important;
    padding-left: 0px !important;
    border-bottom: none !important;
}

a.vc_btn3 {  
    margin-left: 0px !important;
    padding-left: 0px !important;
}


#model462 {
  width: 100% !important;
  height: 320px !important;
}
#model462 .select {
  display: none
}
#model462 model-viewer {
  background: transparent no-repeat center center;
  background-size: cover;
}
#model462 model-viewer::part(default-progress-bar) {
  display: none !important;
}
@media screen and (max-width: 768px) {
  #model462 {
    width: 100%;
    height: 220px;
  }
}
@media screen and (max-width: 480px) {
  #model462 {
    width: 100%;
    height: 180px;
  }
}
model-viewer::part(default-progress-bar) {
  background: transparent !important ;
}


/*.internal-link {
    cursor: none;
}*/

.internal-link .vc_btn3.vc_btn3-size-sm {
    font-size: 18px !important;
    text-align: left !important;
}


.modelViewerBlock {
        transition: transform 0.9s ease;
}

.modelViewerBlock:hover {
    transition: transform 0.1s ease;
    filter:hue-rotate(222deg)  blur(0px) opacity(0.66) brightness(var(--value, 1.1))  !important;
    transform: scale(1.15);
    overflow: visible !important;
}



.modelViewerBlock:hover .bp_model_parent {
  border: 3px solid rgba(255,255,255,0.00) !important;
}


  .fade-up {
    opacity: 0;
    transform: translateY(45px); /* You can adjust this value for desired vertical offset */
    transition: opacity 1.2s, transform 0.9s;
  }
  .fade-up.fade-up-visible {
    opacity: 1;
    transform: translateY(0);
      

  }



header .modelViewerBlock:hover {
    transition: transform 0.1s ease;
    filter:hue-rotate(0deg)  blur(0px) opacity(1) brightness(var(--value, 1))  !important;
    transform: scale(1);
    overflow: visible !important;
}




.white,
.white p {
    color: #ffffff !important;
}


 header .modelViewerBlock #openBtn, .modelViewerBlock.b3dviewer #openBtn {
    display: none !important;
  }



#logo3d-overflow {
  z-index: 99999 !important;
  position: absolute !important;
  right: 0;
  top: 0px;
    margin-top: -50px !important;
    filter:hue-rotate(2deg) saturate(4) brightness(.8) !important;
}

#logo3d-overflow .bp_model_parent {
    border: none !important;
}

.wide-button,
.wide-button .vc_btn3 {
    transition: all 0.8s ease !important;
    -webkit-transition: all 0.8s ease !important;
    -o-transition: all 0.8s ease !important;
}

.wide-button a.vc_btn3 {
    
    transition: all 0.8s ease !important;
    -webkit-transition: all 0.8s ease !important;
    -o-transition: all 0.8s ease !important;
}


.wide-button:hover,
.wide-button:hover a.vc_btn3 {
    width: 100% !important;
    transition: all 0.8s ease !important;
    -webkit-transition: all 0.8s ease !important;
    -o-transition: all 0.8s ease !important;
}


.internal-link.fade-up.wpb_column.vc_column_container.vc_col-sm-4.fade-up-visible:hover div.vc_column-inner div.wpb_wrapper div.vc_btn3-container.wide-button.vc_btn3-inline.vc_custom_1700535216627 a.vc_general.vc_btn3.vc_btn3-size-sm.vc_btn3-shape-square.vc_btn3-style-custom.vc_btn3-icon-right {
    width: 100% !important;
    transition: all 0.8s ease !important;
    -webkit-transition: all 0.8s ease !important;
    -o-transition: all 0.8s ease !important;
}


/*.custom-cursor {
      position: absolute;
      width: 20px;
      height: 20px;
      background-color: black;
      border-radius: 50%;
      transform: translate(-50%, -50%);
      pointer-events: none; 
      transition: width 0.3s, height 0.3s;
    z-index: 99999;
    }*/

    a {
      text-decoration: none;
      position: relative;
      display: inline-block;
      z-index: 1; 
    }

   /* a:hover {
      cursor: none; 
    }

    a:active {
      cursor: none; 
    }

    a:hover .custom-cursor {
      width: 40px;
      height: 40px;
    }

    
    a:active .custom-cursor {
      display: none; 
    }


.internal-link a:hover {
    cursor: none !important;
}*/



body {
    /*cursor: none;*/
    font-family: 'Barlow', sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
}



h1 {
     font-family: 'Barlow', sans-serif;
    font-weight: 200;
    font-size: 60px;
    line-height: 76px;
}

h2 {
     font-family: 'Barlow', sans-serif;
    font-weight: 300;
    font-size: 38px;
    line-height: 46px;
}

h3 {
     font-family: 'Barlow', sans-serif;
    font-weight: 200;
    font-size: 33px;
    line-height: 48px;
}

h4 {
     font-family: 'Barlow', sans-serif;
    font-weight: 200;
    font-size: 28px;
    line-height: 38px;
}



.intro {
     font-family: 'Barlow', sans-serif;
    font-weight: 300;
    font-size: 22px;
    line-height: 30px;
}

bold, b {
    font-weight: 600;
}



.white,
.white p {
    color: #ffffff !important;
}

.inline-left {
}

.inline-left-menu {
    margin-left: -10px !important;
    position: absolute !important;
}


.fa-twitter::before {
content: "" !important; /* Remove the original content */
    background-image: url('images/twitter-x.svg') !important; /* Replace 'your-image-url.png' with the actual URL of your image */
    background-size: cover !important;
    display: inline-block;
    width: 20px !important; /* Adjust the width of your image */
    height: 20px !important; /* Adjust the height of your image */
}

.footer-menu li {
    list-style: none !important;
}

.footer-menu li a {
    color: #ffffff!important;
    text-decoration: none !important;
}

.dl-pricelist a {
    font-size: 25px !important;
    line-height: 32px !important;
    text-align: left !important;
    margin-left: 70px !important;
}

.dl-pricelist a::before {
content: "" !important; /* Remove the original content */
    background-image: url('images/pricelist-icon.svg') !important; /* Replace 'your-image-url.png' with the actual URL of your image */
    background-size: cover !important;
    width: 46px !important; /* Adjust the width of your image */
    height: 64px !important; /* Adjust the height of your image */
    
    display: inline-flex;
    align-items: center;
    margin-right: 10px;
    position: absolute;
    top: 50%;
    left: -70px;
    transform: translateY(-50%);
}



.view-resources a {
    font-size: 25px !important;
    line-height: 32px !important;
    text-align: left !important;
    margin-left: 70px !important;
}

.view-resources a::before {
content: "" !important; /* Remove the original content */
    background-image: url('images/resources-icon.svg') !important; /* Replace 'your-image-url.png' with the actual URL of your image */
    background-size: cover !important;
    width: 46px !important; /* Adjust the width of your image */
    height: 46px !important; /* Adjust the height of your image */
    
    display: inline-flex;
    align-items: center;
    margin-right: 10px;
    position: absolute;
    top: 50%;
    left: -70px;
    transform: translateY(-50%);
}




.newfade {
    -webkit-animation: fadeInBottom 1s cubic-bezier(.77,0,.175,1) 1;
    animation: fadeInBottom 1s cubic-bezier(.77,0,.175,1) 1;
}


.news-round {
    border-radius: 50% !important;
    
}


.green,
.green p {
    color: #77946C !important;
}


.more-news a {
    background-image: url('images/arrow-green-news.svg') !important;
    background-position: right !important;
    background-repeat: no-repeat !important;
    color: #77946C !important;
    font-size: 16px !important;
    font-weight: 400 !important; 
}

.more-news a:hover {
    background-color: transparent !important;
}


.project-wrapper,
.project-wrapper p {
    color: #ffffff !important;
}




.project-wrapper .vc-hoverbox-inner {
    height: 26vw !important;
}

.project-wrapper .vc-hoverbox-block-inner {
    margin-left: 9vw !important;
    margin-right: 9vw !important;
}


.ubermenu .ubermenu-target-text {
    white-space: nowrap !important;
}

.single .ubermenu-item-634 a span,
.ubermenu-current-menu-item a span {
    color:#77946C !important;
    border-bottom: 2px #77946C solid !important;
    padding-bottom: 6px !important;
}


.ubermenu a:hover span {
    color:#77946C !important;
    cursor: pointer !important;
}



.partner-grid-logo .wpb_image_grid .wpb_image_grid_ul {
      padding: 0 !important;
      margin: 0 !important;
      list-style: none !important;
    display: flex !important;
    justify-content: space-between !important;
    width: 100% !important;
    
}

.partner-grid-logo .wpb_image_grid .wpb_image_grid_ul .isotope-item {
    border: solid 1px red !important;
    float: none !important;
    position: relative !important;
    left: inherit !important;

}



.partner-grid-logo .wpb_wrapper {
      padding: 0 !important;
      list-style: none !important;
     display: inline-block !important;
    width: 100% !important;
    /*justify-content: space-between !important;*/
    
    
}


.partner-grid-logo .wpb_single_image {
    float: left !important;
    position: relative !important;
    left: inherit !important;
    margin: auto !important;
    width: calc(100% / 3) !important;
    text-align: center !important;
    height: 22vw !important;
}


.partner-grid-logo .vc_single_image-wrapper {
    margin: auto !important;
    
}

.wpb_content_element ul {
    padding-left: 16px !important;
}


.grid-wrapper .vc_grid-item-mini:hover {
    cursor: pointer;
}


.grid-wrapper .vc_grid-item-mini {
    border-radius: 25px !important;
}

.grid-wrapper .green-wrap {
    filter:  brightness(95%) !important;
    background-size: 90%;
    margin-bottom: 5px !important;
    
}


.grid-wrapper .vc_gitem-acf {
    display: none !important;
}


/* Initial style for rotation */
.pdf-icon {
    transition: transform 0.3s ease-in-out; /* Add a smooth transition effect */
}

/* Animation for continuous rotation on hover */
@keyframes rotateAnimation {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Apply animation on hover */
.grid-wrapper:hover .pdf-icon img {
    animation: rotateAnimation 1s linear infinite; /* Adjust the animation duration and timing function as needed */
}

.grid-wrapper h4::before {
    content: 'Download PDF ';
    font-size: 16px;
    font-weight: 300;
    line-height: 16px;
    display: block;
    max-width: 0;
    overflow: hidden;
    white-space: nowrap; /* Prevent line breaks */
    transition: max-width 0.9s ease; /* Add a smooth transition effect */
    color: #77946C;
    padding-left:1px;

}

.grid-wrapper:hover h4::before {
    max-width: 100%; /* Set to a value large enough to accommodate the content */
}


.grid-wrapper:hover .green-wrap {
background-size: 93%;
}


.pdf-download-btn a {
    font-weight: 400 !important;
    padding-left: 16px !important;
}


.pdf-download-btn a,
.pdf-download-btn button {
    border: solid 1px #77946c !important;
    font-size: 16px !important;
    padding-right: 24px !important;
}


.pdf-download-btn a::before,
.pdf-download-btn button::before {
    /* Initial style for rotation */
    transition: transform 0.3s ease-in-out; /* Add a smooth transition effect */
    display: inline-block !important;
    content: '';
     background-image: url('images/pdf-icon-btn.svg') !important;
    background-repeat: no-repeat !important;
    background-size: contain;
    width: 21px !important;
    height: 21px !important;
    margin-right: 12px;
    vertical-align: middle; /* Align the image vertically with the text */
}




/* Apply animation on hover */
.pdf-download-btn a:hover::before,
.pdf-download-btn button:hover::before {
    animation: rotateAnimation-slow 3s linear infinite; /* Adjust the animation duration and timing function as needed */
}

/* Animation for continuous rotation on hover */
@keyframes rotateAnimation-slow {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}


.full-width-image {
    
}


.image-gradient-overlay {
    
}



.news-read-more a {
    border: solid 1px #77946c !important;
    font-size: 16px !important;
    padding-left: 12px !important;
    padding-right: 14px !important;
    color: #77946c !important;
    font-weight: 300 !important;
}

.news-read-more a:hover {
     background-color: #ffffff !important;
}


.news-read-more a::after {
    /* Initial style for rotation */
    display: inline-block !important;
    content: '';
     background-image: url('images/green-arrow-right.svg') !important;
    background-repeat: no-repeat !important;
    background-size: contain;
    width: 21px !important;
    height: 21px !important;
    margin-left: 14px !important;
    vertical-align: middle; /* Align the image vertically with the text */
}


h3.txt-vertical {
     writing-mode: vertical-lr; /* vertical text from bottom to top */
    text-orientation: mixed; /* allows upright characters while maintaining vertical flow */
    transform: rotate(180deg);
}









/* Responsive Menu */
@media (max-width: 1199px) {
    .home-logo {
        margin-left: 55px;
    }
    
}
    
    /* Min to 767 */
@media (max-width: 767px) {
    h3.txt-vertical {
  writing-mode: unset;
  text-orientation: inherit;
  transform: rotate(0deg);
    margin-left: 15px !important;
}

    
    h3.txt-vertical {
  writing-mode: unset;
  text-orientation: inherit;
  transform: rotate(0deg);
    margin-left: 15px !important;
}    
   
    .text-vert-wrap h3.txt-vertical {
        margin-left: 0px !important;
        
    }
    
    
}



/*--------------------------------------------------------------
## GK STYLES END
--------------------------------------------------------------*/