/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/
Description: Child theme for Hello Elementor
Author: Your Name
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child
*/
header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
header nav > ul.elementor-nav-menu > li.menu-item > a.elementor-item {
  color: #fff;
  border: none;
  padding: 15px;
}
header nav > ul.elementor-nav-menu > li.menu-item:not(.button) > a.elementor-item:after {
  display: none;
}
header nav > ul.elementor-nav-menu > li.menu-item > a.elementor-item:hover {
  color: #ffffff;
}
header nav > ul.elementor-nav-menu > li.button.menu-item > a.elementor-item {
  background-color: #E75132;
  border-radius: 9px;
  padding: 13px 48px 13px 20px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-left: 35px;
  overflow: hidden;
  transition: all .3s ease-out;
}
header nav > ul.elementor-nav-menu > li.button.menu-item:hover > a.elementor-item {
  background-color: #33C58B;
  padding: 13px 20px 13px 48px;
}
header nav > ul.elementor-nav-menu > li.button.menu-item > a.elementor-item:before,
header nav > ul.elementor-nav-menu > li.button.menu-item > a.elementor-item:after {
  content: '';
  display: block;
  width: 18px;
  height: 18px;
  background: url(/kanesguide/wp-content/uploads/2026/02/button-arrow.svg) no-repeat;
  background-size: contain;
  background-position: center;
  opacity: 1 !important;
  bottom: unset;
  left: unset;
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  transition: all .3s ease-out;
}
header nav > ul.elementor-nav-menu > li.button.menu-item > a.elementor-item:before {
  left: -20px;
}
header nav > ul.elementor-nav-menu > li.button.menu-item > a.elementor-item:after {
  right: 20px;
}
header nav > ul.elementor-nav-menu > li.button.menu-item:hover > a.elementor-item:before {
  left: 20px;
}
header nav > ul.elementor-nav-menu > li.button.menu-item:hover > a.elementor-item:after {
  right: -20px;
}

.button a.elementor-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: all .3s ease-out;
}
.button a.elementor-button:after {
  content: '';
  display: block;
  width: 18px;
  height: 18px;
  background: url(/kanesguide/wp-content/uploads/2026/02/button-arrow.svg) no-repeat;
  background-size: contain;
  background-position: center;
  opacity: 1 !important;
  bottom: unset;
  left: unset;
  position: static;
  margin-left: 10px;
  margin-right: 0;
}
.button a.elementor-button:hover {
  background-color: #33C58B !important;
}
.button.secondary a.elementor-button:hover {
  background-color: #3B3AAC !important;
}
.hero1-wrapper {
  width: 100%;
  max-width: 520px;
  margin: 0 0 0 auto;
}
.hero1-wrapper .hero-inner {
  width: 100%;
  border-radius: 0 0 260px 260px;
  overflow: hidden;
  position: relative;
}
.hero1-wrapper .hero-inner .circle {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 260px;
  background-color: #d9d9d9;
  z-index: 1;
  position: absolute;
  overflow: hidden;
  bottom: 0;
}
.hero1-wrapper .hero-inner .circle:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: url(/kanesguide/wp-content/uploads/2026/02/aussie-logo.png) no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 0;
  transition: all .3s ease-out;
}
.hero1-wrapper:hover .hero-inner .circle:after {
  opacity: 1;
}
.hero1-wrapper .hero-inner .bg {
  visibility: hidden;
  width: 100%;
  height: auto;
}
.hero1-wrapper .hero-inner .kane {
  position: absolute;
  width: 100%;
  height: auto;
  z-index: 2;
  bottom: -2px;
  left: 0;
  transition: all .3s ease-out;
}
.hero1-wrapper:hover .hero-inner .kane {
  bottom: -100%;
}
.people-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.people-tags a {
  display: inline-block;
  font-family: "Premier League", Sans-serif;
  font-size: 13px;
  line-height: 1em;
  font-weight: 400;
  color: #d2b07f;
  border: 1px solid #d2b07f;
  padding: 5px 10px;
  border-radius: 25px;
  margin-right: 5px;
  margin-bottom: 5px;
}
.special-container > .e-con-inner > .elementor-element,
.news-container > .e-con-inner > .elementor-element {
  overflow: hidden;
}
.news-container {

}
