/*
 Theme Name:     Salatech Solutions - 1.0
 Theme URI:      _
 Description:    Child theme of Hello
 Author:         Vladimir Campos
 Author URI:     https://golf-invitational.com/
 Template:       hello-elementor
 Version:        1.0
*/
/*************************************
=common
*************************************/
/*************************************
=root
*************************************/
:root {
  --clr-blue-1: #425660;
  --clr-blue-2: #121E27;
  --clr-green-1: #c1ff34;
  --clr-white-1: #dfecef;
  --clr-black-1: #111a21;
  --clr-black-2: #090F12;
}

/*************************************
=helpers
*************************************/
.cropped-box::after {
  --after-location: -1px;
  content: "";
  position: absolute;
  right: var(--after-location);
  top: var(--after-location);
  width: 100px;
  height: 100px;
  border-top: 100px solid var(--clr-black-1) !important;
  border-left: 100px solid transparent !important;
}

.cropped-list .elementor-icon-list-item {
  position: relative;
}
.cropped-list .elementor-icon-list-item::before, .cropped-list .elementor-icon-list-item::after {
  content: "" !important;
  position: absolute !important;
  width: 0 !important;
  height: 0 !important;
}
.cropped-list .elementor-icon-list-item::before {
  right: 0 !important;
  bottom: 0 !important;
  border-bottom: 20px solid var(--clr-green-1) !important;
  border-left: 20px solid transparent !important;
}
.cropped-list .elementor-icon-list-item::after {
  right: -3px !important;
  bottom: -3px !important;
  border-bottom: 23px solid var(--clr-blue-2) !important;
  border-left: 23px solid transparent !important;
}

.cropped-list--top-right .elementor-icon-list-item::before, .cropped-list--top-right .elementor-icon-list-item::after {
  rotate: -90deg;
  bottom: auto !important;
}
.cropped-list--top-right .elementor-icon-list-item::before {
  top: 0px !important;
  border-bottom-color: var(--clr-blue-1) !important;
}
.cropped-list--top-right .elementor-icon-list-item::after {
  top: -2px !important;
  border-bottom-color: var(--clr-black-1) !important;
  border-left-width: 22px !important;
}

/*************************************
=buttons
*************************************/
.cropped-button a {
  position: relative;
  min-width: 139px;
}
.cropped-button a::before, .cropped-button a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
}
.cropped-button a::before {
  right: 0px;
  bottom: 0px;
  border-bottom: 20px solid var(--clr-green-1);
  border-left: 20px solid transparent;
}
.cropped-button a::after {
  right: -3px;
  bottom: -3px;
  border-bottom: 23px solid var(--clr-black-1);
  border-left: 23px solid transparent;
}

/*************************************
=text
*************************************/
.text-green-1 {
  color: var(--clr-green-1);
}

.text-blue-1 {
  color: var(--clr-blue-1);
}

.text-white-1 {
  color: var(--clr-white-1);
}

/*************************************
=plugins
*************************************/
/*************************************
=slick slider
*************************************/
.slick-arrow {
  border: none !important;
  font-size: 0 !important;
}

#servicesSliderTab .slick-list {
  width: 100%;
}
#servicesSliderTab .slick-track {
  display: flex;
  flex-direction: column;
  max-width: 100%;
}
#servicesSliderTab .slick-slide {
  cursor: pointer;
}
#servicesSliderTab .slick-current .elementor-heading-title {
  color: var(--clr-green-1);
}

#servicesSlider .slick-arrow {
  display: none !important;
}/*# sourceMappingURL=style.css.map */