/* 
 Theme Name: WAI Hello Child Theme
 Theme URI: https://github.com/elementor/hello-theme/
 Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
 Author: Elementor Team
 Author URI: https://elementor.com/
 Template: hello-elementor
 Version: 1.0.1
 Text Domain: hello-elementor-child
 License: GNU General Public License v3 or later.
 License URI: https://www.gnu.org/licenses/gpl-3.0.html
 Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
 */
h1.entry-title {
  display: none !important;
}
#cah-header {
  transition: top 0.2s ease-in-out;
  transition: 0.5s;
  width: 100% !important;
}
#cah-header .js-wpml-ls-item-toggle {
  background-color: transparent;
  border-color: transparent;
}
#cah-header .white, #cah-header .white-m {
  display: none;
}
.home #cah-header {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
.home #cah-header .colour, .home #cah-header .colour-m {
  display: block;
}
.home #cah-header .white, .home #cah-header .white-m {
  display: none;
}
.home #cah-header.transparent .colour, .home #cah-header.transparent .colour-m {
  display: none;
}
.home #cah-header.transparent .white, .home #cah-header.transparent .white-m {
  display: block;
}
@media only screen and (max-width: 768px) {
  .home #cah-header .white, .home #cah-header .colour {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) {
  .home #cah-header .white-m, .home #cah-header .colour-m {
    display: none !important;
  }
}
.home #cah-header.transparent {
  background-color: transparent !important;
}
.home #cah-header.transparent a:not(.wpml-ls-link) {
  color: white;
}
.home #cah-header.transparent svg {
  fill: white;
  transition: 0.3s;
}
.nav-up {
  top: -113px !important;
}
#language-switcher-header .wpml-ls-item-toggle {
  width: 30px;
  padding: 0;
  margin-top: -2px;
}
#language-switcher-header .wpml-ls-item-toggle .wpml-ls-native {
  display: none;
}
#language-switcher-header .wpml-ls-item-toggle::after {
  display: none;
}
#language-switcher-header .wpml-ls-sub-menu {
  position: absolute;
  left: -220px;
  top: 30px;
  width: 250px;
  background-color: white;
  padding: 10px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 20px;
}
#language-switcher-header .wpml-ls-sub-menu::before {
  content: 'Languages';
  display: inline-block;
  padding: 10px;
  font-size: 14px;
}
#language-switcher-header .wpml-ls-sub-menu a {
  padding: 10px;
  color: var(--e-global-color-secondary);
  font-size: 14px;
}
#language-switcher-header .wpml-ls-sub-menu a span {
  margin-left: 20px;
}
#language-switcher-header .wpml-ls-sub-menu a:hover {
  background-color: white;
}
.elementor-section {
  padding: 0 50px;
}
@media only screen and (max-width: 1025px) {
  .elementor-section {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 768px) {
  .elementor-section {
    padding: 0 20px;
  }
}
.homepage-slider {
  position: relative;
  margin-bottom: -10px;
}
.homepage-slider .elementor-repeater-item-7d46237 img {
  width: 100%;
  max-height: 400px;
  min-height: 400px;
  object-fit: cover;
}
@media only screen and (max-width: 1024px) {
  .homepage-slider .elementor-repeater-item-7d46237 img {
    min-height: 300px;
    max-height: 400px;
  }
}
.homepage-slider .elementor-repeater-item-aa423e2 {
  position: absolute;
  bottom: 0;
  left: 10%;
  width: 500px;
  border-radius: 35px 35px 0 0 !important;
  background-color: rgba(17, 26, 66, 0.6);
  padding: 40px;
  padding-bottom: 20px;
  margin: 10px;
}
.homepage-slider .elementor-repeater-item-aa423e2 p {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5em;
}
.homepage-slider .elementor-repeater-item-aa423e2 img {
  width: 90px !important;
}
@media only screen and (max-width: 1024px) {
  .homepage-slider .elementor-repeater-item-aa423e2 {
    left: 2.5%;
    width: 95%;
    margin: 10px 0;
  }
}
