/* 
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
*/
header.elementor-location-header {
  position: relative;
}
header.elementor-location-header > header::after {
  content: "";
  background: var(--e-global-color-primary);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 0;
  box-shadow: 0 18px 24px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
}
header.elementor-location-header.scrolled > header::after {
  height: 100%;
}

.elementor-button .elementor-button-icon svg {
  width: 13px;
}

@keyframes float {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-20px);
  }
  100% {
    transform: translatey(0px);
  }
}

/* Footer Form Css */
.gform_required_legend,
.gform_validation_errors {
  display: none;
}
.footer-form .gform-field-label {
  color: #4c5980;
  font-family: "Poppins", Sans-serif;
  font-size: 18px !important;
}
.footer-form input:not([type="submit"]) {
  background-color: #fff;
  border-radius: 15px;
  border: 1px solid #d9d9d9;
  color: #686868;
  padding: 20px !important;
  font-size: 14px !important;
  font-family: "Poppins", Sans-serif;
}
input[type="email"] {
  text-transform: lowercase;
}
input[type="email"]::placeholder {
  text-transform: none;
}
.gfield_validation_message {
  background-color: transparent !important;
  border: none !important;
  padding: 0 !important;
}
.footer-form .gform-loader {
  position: absolute !important;
  right: 0;
  bottom: 0;
}
.tabs-wrapper input {
  accent-color: #4c5980;
}
.tabs-wrapper label {
  color: #4c5980;
  font-size: 20px;
  font-family: "Poppins", Sans-serif;
}
.tabs-wrapper {
  display: flex;
  justify-content: center;
  column-gap: 20px;
}
.footer-form .gform_button {
  width: 100%;
}
.gform_button {
  box-shadow: 0px 18px 24px 0px #00000021;
  border: none;
  transition: 0.3s all ease-out;
}
.gform_button:hover {
  transform: translateY(-8px);
}
.gform_button span {
  position: relative;
}
.gform_button span::after {
  content: "";
  position: absolute;
  height: 15px;
  width: 15px;
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='14' viewBox='0 0 13 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.4 13.5L0 12.1L9.6 2.5H1V0.5H13V12.5H11V3.9L1.4 13.5Z' fill='white'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  top: 50%;
  transform: translateY(-50%);
  right: -30px;
}
.tradelink-form .gform_button {
  padding: 18px 70px 18px 40px;
}
.tradelink-form .gfield_label {
  font-weight: 400 !important;
  font-size: 18px !important;
}
.tradelink-form input:not([type="submit"]),
.tradelink-form select {
  background-color: #f6f6f6;
  border-radius: 8px;
  border: 1px solid #e4e4e4;
  color: #686868;
  height: 50px;
  font-size: 18px !important;
  font-family: "Poppins", Sans-serif;
}
.tradelink-form select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='8' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L7 7L13 1' stroke='%23686868' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: right 20px center;
}
.tradelink-form .ginput_container_date input {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 2V6M16 2V6' stroke='%23686868' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M19 4H5C3.89543 4 3 4.89543 3 6V20C3 21.1046 3.89543 22 5 22H19C20.1046 22 21 21.1046 21 20V6C21 4.89543 20.1046 4 19 4Z' stroke='%23686868' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3 10H21' stroke='%23686868' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: right 10px center;
}
.tradelink-form .chosen-container-single {
  font-size: 18px !important;
}
.tradelink-form .chosen-container-single .chosen-single {
  background-color: #f6f6f6 !important;
  border-radius: 8px !important;
  border: 1px solid #e4e4e4 !important;
  height: 50px !important;
  box-shadow: none !important;
  color: #686868 !important;
  padding: 8px !important;
   background-image: url("data:image/svg+xml,%3Csvg width='14' height='8' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L7 7L13 1' stroke='%23686868' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") !important;
  background-repeat: no-repeat !important;
  background-position: right 20px center !important;
}
.tradelink-form .chosen-container-single .chosen-single div b {
  background-position: 0 15px !important;
  display: none !important;
}
.tradelink-form .chosen-container-single .chosen-single span {
  line-height: 30px !important;
}
.tradelink-form .chosen-drop {
  border: 1px solid #aaa !important;
}
.tradelink-form .chosen-drop .chosen-results li {
  font-size: 14px !important;
}
.tradelink-form .chosen-search-input{
  background-image: none !important;
}
.tradelink-form legend{
  line-height: 18px;
}
/* Responsive css */
@media (max-width: 1200px) {
  .tabs-wrapper label {
    font-size: 18px;
  }
}
@media (max-width: 1024px) {
  .elementor-button .elementor-button-icon svg {
    width: 10px;
  }
  .gform_button span::after {
    background-size: 10px;
  }
}
@media (max-width: 767px) {
  .footer-form .gform-field-label {
    font-size: 16px !important;
  }
  .footer-form input:not([type="submit"]) {
    font-size: 16px !important;
    padding: 15px !important;
  }
  .tabs-wrapper label {
    font-size: 16px;
  }
  .tabs-wrapper {
    column-gap: 15px;
  }
  .tradelink-form input:not([type="submit"]),
  .tradelink-form select,
  .tradelink-form .chosen-container-single {
    font-size: 16px !important;
  }
}
@media (max-width: 640px) {
  .tradelink-form .ginput_container_date input {
    width: 100% !important;
  }
  .gravity-theme.ui-datepicker {
    max-width: 375px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 100% !important;
  }
  .tradelink-form .chosen-container-single .chosen-single div b {
    top: 0 !important;
  }
}
