/* 
Theme Name: Hello Elementor Child
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
*/

/* Global */
[data-elementor-type="wp-page"] {
  overflow: hidden !important;
}
.site-main {
  overflow: hidden;
}
a {
  color: inherit;
}
a:hover {
  color: #598c33;
}

/* clears the 'X' from Internet Explorer */
input[type="search"]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
input[type="search"]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

/* clears the 'X' from Chrome */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

/***
* class: .sticky-header
*/
header.sticky-header {
  --header-height: 177px !important;
  --transition: 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  background-image: linear-gradient(180deg, #000000 13%, #ffffff00 100%);
  margin-bottom: -177px !important;
}
header.sticky-header nav > ul > li > a {
  color: #fff !important;
}
.desktop_menu .elementor-nav-menu--dropdown {
  padding: 20px 0px !important;
  min-width: 13em !important;
}

/***
* Sticky header activated
*/
header.sticky-header.elementor-sticky--effects {
  --header-height: 110px !important;
  background-color: #fff !important;
  background-image: linear-gradient(180deg, #fff 13%, #ffffff00 100%);
  margin-bottom: -110px !important;
  -webkit-box-shadow: 0px 0px 10px 10px rgba(151, 157, 164, 0.35);
  box-shadow: 0px 0px 10px 10px rgba(151, 157, 164, 0.35);
}
header.sticky-header.elementor-sticky--effects nav > ul > li > a {
  color: #32373c !important;
}

header.sticky-header > .elementor-container {
  min-height: var(--header-height);
  transition: min-height var(--transition);
}
header.sticky-header.elementor-sticky--effects > .elementor-container {
  min-height: calc(var(--header-height) * var(--shrink-header-to));
}

/***
* Shorter header on mobile (70px instead of 100px)
*/
@media only screen and (max-width: 767px) {
  header.sticky-header {
    --header-height: 70px;
  }
}

/***
* class: .logo
*/
header.sticky-header .logo img[src$=".svg"] {
  width: 367px;
}
header.sticky-header.elementor-sticky--effects .logo img[src$=".svg"] {
  width: 300px;
  content: url("/wp-content/uploads/2022/04/logo_dark.svg");
}

/* Search Form Header */
header.sticky-header.elementor-sticky--effects .ee-search-form__submit {
  color: #32373c !important;
}
.desktop_menu .nicon-search:before {
  content: url("/wp-content/uploads/2022/04/search_icon_light.png");
  margin-top: 5px;
}
header.sticky-header.elementor-sticky--effects
  .desktop_menu
  .nicon-search:before {
  content: url("/wp-content/uploads/2022/04/search_icon_dark.png");
}
.sub-arrow {
  line-height: 0px !important;
}
.sub-arrow i {
  line-height: 0px;
}
.desktop_menu .fa-angle-down::before {
  content: url("/wp-content/uploads/2022/04/arrow_light.png");
}
.highlighted .fa-angle-down {
  transform: rotate(180deg);
}
header.sticky-header.elementor-sticky--effects
  .desktop_menu
  .fa-angle-down::before {
  content: url("/wp-content/uploads/2022/04/arrow_dark.png");
}
.ee-search-form-skin--expand .ee-search-form__submit {
  min-width: auto;
}
.ee-search-form-skin--expand .ee-search-form__icon {
  padding-right: 0px;
  padding-top: 0px;
}

.ee-search-form-spacing--collapse
  .ee-search-form-skin--expand
  .ee-form__fields {
  border: none;
}
.search_form_desktop .elementor-139 {
  display: table;
}
.search_form_desktop .desktop_search {
  display: table-cell;
  vertical-align: middle;
}
.ee-search-form-skin--expand .ee-search-form__container {
  top: 76px;
  padding-right: 0px !important;
}

.ee-search-form-skin--expand .ee-search-form__container .ee-search-form__input {
  background-color: #e6eee1;
  border-top: 3px solid #598c33 !important;
  padding: 0px 10px !important;
}
.search_form_mobile .elementor-widget-container form {
  padding-left: 24px;
}
.search_form_mobile .elementor-widget-container form:before {
  content: url("/wp-content/uploads/2022/04/search_icon_dark.png");
  position: absolute;
  left: 0;
  top: 3px;
}

.search_form_mobile {
  display: none !important;
  margin-top: 17px !important;
}

@media screen and (max-width: 1024px) {
  .search_form_desktop {
    display: none !important;
  }
  .search_form_mobile {
    display: block !important;
  }
}

.search_form_desktop .ee-search-form__input::-webkit-input-placeholder,
.search_form_mobile .ee-search-form__input::-webkit-input-placeholder {
  font-size: 19px;
}
.search_form_desktop .ee-search-form__input::-moz-placeholder,
.search_form_mobile .ee-search-form__input::-moz-placeholder {
  font-size: 19px;
}
.search_form_desktop .ee-search-form__input:-ms-input-placeholder,
.search_form_mobile .ee-search-form__input:-ms-input-placeholder {
  font-size: 19px;
}
.search_form_desktop .ee-search-form__input:-moz-placeholder,
.search_form_mobile .ee-search-form__input:-moz-placeholder {
  font-size: 19px;
}

/* Header Mobile */

.sticky-header-mobile ul li ul li {
  padding-left: 37px;
}
.sticky-header-mobile ul li a {
  font-size: 19px !important;
  background: transparent !important;
}
.sticky-header-mobile ul li ul li a {
  padding: 0px !important;
  border-left: 3px solid #598c33 !important;
  padding-left: 10px !important;
  font-size: 18px !important;
  text-transform: capitalize !important;
}
.sticky-header-mobile ul li ul li {
  margin-bottom: 20px;
}
.sticky-header-mobile ul li ul li:last-child {
  margin-bottom: 24px;
}
.sticky-header-mobile ul li ul li:first-child {
  margin-top: 8px;
}

.sticky-header-mobile ul li ul {
  background: transparent !important;
}

.sticky-header-mobile .elementor-nav-menu {
  padding: 30px 0px 64px;
}
.sticky-header-mobile .elementor-nav-menu__container {
  overflow: hidden !important;
}
.sticky-header-mobile .elementor-nav-menu__container:before {
  content: url("/wp-content/uploads/2022/04/mobile_menu_shape.svg");
  position: absolute;
  top: -50px;
  right: -174px;
  width: 346px;
  animation: rotation 25s infinite linear;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}

.sticky-header-mobile .eicon-menu-bar::before {
  content: url("/wp-content/uploads/2022/04/hamburger_menu.png");
}

/* SVG animations */
@media (min-width: 1025px) {
  .circle_logo .ee-inline-svg {
    width: 476px !important;
  }
}

.circle_logo .ee-inline-svg {
  animation: rotation 25s infinite linear;
}

/* Intro Section */

.intro > .elementor-container > .elementor-column {
  min-height: 518px !important;
}
@media (max-width: 767px) {
  .intro > .elementor-container > .elementor-column {
    min-height: 750px !important;
  }
}

/* Testimonials */
.ee-swiper__button .eicon-chevron-left::before {
  content: url("/wp-content/uploads/2022/04/NavArro_L.png");
}
.ee-swiper__button .eicon-chevron-right::before {
  content: url("/wp-content/uploads/2022/04/NavArro_R.png");
}
.ee-swiper__navigation--top .ee-swiper__button {
  top: 55px;
}

@media (max-width: 767px) {
  .testimonials > .elementor-container {
    height: calc(100vh - 119px);
  }
}

/* Projects Homepage */
.projects .elementor-widget-heading {
  display: block;
}
.line_arrow {
  position: unset;
}

/* Footer */
.newsletter .elementor-button {
  font-size: 28px !important;
  padding: 0px;
}
.newsletter .elementor-field-type-submit {
  width: 10%;
}
.newsletter .elementor-field-type-email {
  width: 90%;
}
.newsletter .elementor-field-type-email input {
  padding: 0px 10px !important;
}
.newsletter .elementor-form-spinner {
  display: none !important;
}
/* Press Page */
.post_content p:after {
  display: inline-block;
  text-rendering: auto;
  font-family: "eleganticons";
  color: #a5afb9;
  font-size: 30px;
  content: "\e895";
  position: absolute;
}

/* Search Results */
.search_results {
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
  font-family: "Archivo";
}
.search_results span {
  color: #598c33;
  font-weight: 400;
}

.search-results .ee-grid__item:last-child article {
  border-color: transparent !important;
}

/* Typography Styles */
.inner_text h1 {
  font-size: 28px;
  line-height: 36px;
  color: #598c33;
  font-weight: 800;
  margin: 45px 0px 9px;
}
.inner_text h2 {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  margin: 22px 0px 10px;
}
.inner_text p {
  font-size: 18px;
  line-height: 30px;
}
.inner_text li {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 4px;
}
.inner_text li:last-child {
  margin-bottom: 15px;
}
.inner_text ul {
  padding-left: 15px;
}
.inner_text ol {
  padding-left: 20px;
}
.inner_text ul li ul {
  padding-left: 13px;
}

.inner_text ul li ul li::marker {
  content: "– ";
}
