/* 
Theme Name: solidAIS
Author: BEHIVE.agency
Author URI: https://www.behive.agency
Template: hello-elementor
Version: 1.2
Text Domain: behive-child
*/
html {
  overflow-x: hidden;
}

@media screen and (max-width: 480px) {
  .elementor-location-footer .elementor-widget-nav-menu .menu-item a {
    justify-content: center;
  }
}
.left-text {
  text-align: left;
}

.center-text {
  text-align: center;
}

.right-text {
  text-align: right 0 px;
}

.uppercase {
  text-transform: uppercase !important;
}

.no-margin {
  margin: 11px !important;
}

.no-margin-bottom {
  margin-bottom: 0 !important;
}

.no-margin-top {
  margin-top: 0 !important;
}

.no-padding {
  padding: 0 !important;
}

.no-padding-top {
  padding-top: 0 !important;
}

.no-padding-bottom {
  padding-bottom: 0 !important;
}

.relative {
  position: relative;
}

.clearboth {
  clear: both;
}

.hidden {
  display: none;
}

.skill-tag {
  background-color: white;
  padding: 2px 24px;
  border-radius: 64px;
  display: inline-block;
  color: black;
  margin: 6px 4px;
  font-weight: bold;
  text-align: center;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.12);
}

.disabled {
  pointer-events: none;
  text-decoration: line-through;
  cursor: not-allowed;
}

@media only screen and (min-width: 1025px) {
  .elementor-location-header .elementor-nav-menu .lang-item {
    display: none;
  }
}

#divider-top::before {
  content: "";
  background: url(https://www.solidais.com/wp-content/uploads/divider-top-left.png);
  background-repeat: repeat-x;
  background-size: contain;
  position: absolute;
  left: calc((-100vw + 1400px) / 2);
  top: 0;
  width: calc((100vw - 1400px) / 2);
  height: 100%;
}
#divider-top::after {
  content: "";
  background: url(https://www.solidais.com/wp-content/uploads/divider-top-2-right.png);
  background-repeat: repeat-x;
  background-size: contain;
  position: absolute;
  right: calc((-100vw + 1400px) / 2);
  top: 0;
  width: calc((100vw - 1400px) / 2);
  height: 100%;
}
/*# sourceMappingURL=style.css.map */
