/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: A plain-vanilla &amp; lightweight theme for Elementor page builder
Tags: flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 2.3.1.1611492599
Updated: 2021-01-24 14:49:59

*/
#page-main-header {
  position: fixed;
  width: 100%;
}

#menu-main-menu {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  justify-content: flex-end;
}

#menu-main-menu li {
  font-size: 18px;
  font-weight: 500;
  padding: 10px 15px;
}

#menu-main-menu li a {
  color: #fff;
}

#menu-main-menu li a:hover,
#menu-main-menu li a:focus,
#menu-main-menu li a:active {
  color: #00d8aa;
}

.type-page .page-header {
  display: none;
}

#page {
  padding-bottom: 180px;
}

div[data-elementor-type=wp-page] {
  /*padding-top: 100px;*/
}

footer {
  transition: all 1s ease-out;
  position: fixed;
  z-index: 60;
  bottom: -1000px;
  right: 0;
  width: 100%;
}

.sticky-footer {
  bottom: 0;
}

footer section {
  padding: 18.35px 0 !important;
}

.form-inline {
  display: flex;
}

.form-inline > div {
  margin-left: 10px !important;
}

.form-inline label {
  color: #005266;
}

.submit-form-inline {
  display: flex;
  align-items: flex-end;
}

.vertical-form .form-inline {
  flex-direction: column;
}

.vertical-form .form-inline > div {
  margin-left: 0px !important;
  margin-bottom: 5px !important;
}

.vertical-form .form-inline .submit-form-inline {
  flex-direction: column;
}

.wpcf7-form-control-wrap {
  position: relative;
}

input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
  border: 1px solid #f5f5f5;
  border-radius: 0px;
  padding: 0.75rem 1rem;
  direction: rtl;
  text-align: right;
}

.elementor-kit-1 button, .elementor-kit-1 input[type=button], .elementor-kit-1 input[type=submit], .elementor-kit-1 .elementor-button {
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.03);
  border-radius: 0;
}

[type=button], [type=submit], button {
  font-weight: 700;
  color: #006b84;
  background-color: #00d8aa;
  border: 1px solid #00d8aa;
  padding: 0.75rem 1rem;
  border-radius: 0;
  width: 100%;
}

.vertical-form .form-inline [type=button], .vertical-form .form-inline [type=submit], button {
  width: auto;
}

[type=button]:focus, [type=button]:hover, [type=submit]:focus, [type=submit]:hover, button:focus, button:hover {
  color: #ffffff;
  background-color: #ef5923;
  border: 1px solid #ef5923;
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.acceptance-wrap label,
.wpcf7-radio label,
.visible-label {
  color: #fff !important;
  margin-bottom: 5px !important;
  font-weight: 700;
}

.acceptance-wrap span.wpcf7-list-item {
  margin: 0;
}

.m-0 {
  margin: 0 !important;
}

#main-nav-wrapper {
  transition: all 0.5s ease-out;
  margin-top: 15px;
}

#header-signup {
  position: relative;
  margin-bottom: 0 !important;
  transition: all 0.5s ease-out;
}

.sticky #header-signup {
  /*display: none;*/
  margin-top: -150px;
}

#brand img {
  transition: all 0.45s ease-out;
}

/*.sticky #brand {
    height: auto;
    width: 36%;
}*/
#brand img {
  /*height: 170px;*/
  height: 85px;
  width: auto;
  transition: all 0.5s ease-out;
}

.sticky #brand img {
  height: 85px;
  width: auto;
  transition: all 0.5s ease-out;
}

.sticky #brand a {
  transition: all 0.5s ease-out;
}

#toggle-menu .elementor-icon {
  transition: all 0.5s ease-out;
}

.sticky #toggle-menu .elementor-icon {
  font-size: 20px;
}

#main-nav-wrapper {
  transition: all 0.45s ease-out;
}

.main-nav-opened {
  display: block !important;
}

.timeline-wrapper {
  width: 90% !important;
  margin: 0 auto;
}

.orange-section a {
  color: #fff !important;
}

#footer-logos {
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
  transition: all 0.45s ease-out;
}

.hidden-logos {
  bottom: -1000px !important;
}

#your-team {
  height: 0;
  opacity: 0;
  padding: 0;
  transition: all 0.45s ease-out;
}

.additional-fleid {
  height: 180px !important;
  opacity: 1 !important;
  padding: 0.75rem 1rem !important;
}

@media screen and (min-width: 1025px) and (max-width: 1280px) {
  #menu-main-menu li {
    font-size: 16px;
    font-weight: 500;
    padding: 5px 8px;
  }

  #main-nav-wrapper {
    /*margin-top: 30px;*/
  }
}
@media screen and (min-width: 769px) and (max-width: 1480px) {
  #page-main-header {
    /*right: -35px;*/
    right: 0;
    width: 100vw;
    flex-direction: column;
  }

  footer {
    /*right: -35px;*/
    right: 0;
    width: 100vw;
  }
}
@media screen and (max-width: 1024px) {
  /*.sticky #brand {
      width: 64%;
  }
  #brand img {
      height: 110px;
      width: auto;
  }
  */
  #menu-main-menu {
    flex-direction: column;
  }

  .main-nav-opened {
    text-align: center;
    position: relative;
    left: 25%;
  }

  #menu-main-menu li {
    font-size: 24px;
    font-weight: 500;
    padding: 3px 0px;
    text-align: center;
  }

  .form-inline {
    flex-basis: 50%;
    flex-wrap: wrap;
    width: 768px;
    margin: 0 auto;
    justify-content: space-around;
  }

  .vertical-form .form-inline {
    width: 100%;
  }

  .form-inline > div {
    margin-left: 0px !important;
    width: 49%;
  }

  .vertical-form .form-inline > div {
    margin-left: 0px !important;
    width: 100%;
  }

  input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
    padding: 0.5rem 0.75rem;
    margin-bottom: 8px;
  }

  .vertical-form .form-inline [type=button], .vertical-form .form-inline [type=submit], button {
    width: 100%;
  }

  .submit-form-inline {
    display: block;
    width: 100%;
    padding: 0 13px;
    text-align: center;
    margin: 0;
  }

  .vertical-form .form-inline .submit-form-inline {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  #page-main-header .elementor-row .elementor-column {
    width: 50%;
  }

  /*
  #page-main-header .elementor-row .elementor-column:first-child {
      width: calc(100% - 90px);
  }
  #page-main-header .elementor-row .elementor-column:last-child {
      width: 90px;
  }
  */
  #brand img {
    max-height: 70px;
    width: auto;
  }

  #toggle-menu {
    margin-bottom: 0;
  }

  #toggle-menu .elementor-icon {
    font-size: 24px;
  }

  /*
  .sticky #brand {
      width: 73%;
  }
  */
  .form-inline {
    width: 100%;
  }

  .submit-form-inline {
    width: 100% !important;
    padding: 0 3px !important;
  }

  #eco-logo img {
    max-width: 300px;
    height: auto;
  }
}
@media screen and (max-width: 479px) {
  #brand-wrapper {
    width: 75% !important;
  }

  #nav-wrapper {
    width: 25% !important;
  }
}
.video-slide-overlay {
  background-color: #000;
  background-position: 50% 50%;
  background-size: cover !important;
  position: absolute !important;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hide {
  display: none;
}

/*# sourceMappingURL=style-old.css.map */
