/* 
Theme Name: Hello Elementor Child
Theme URI: sa-web.it
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team and developed by D. Grassitelli
Author: SA-WEB
Author URI: 
Template: hello-elementor
Version: 2.0.0
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
*/

/* Add your custom styles here */
:root {
  --purple: #00509d;
  --berry: #0c7ec9;
  --light-purple: #4371ac;
  --lily: #5aa1e3;
  --red: #d11c1b;
  --lighter-grey: #efefef;
  --light-grey: #e8e8e8;
  --dark-grey: #999999;
  --darker-grey: #474747;
  --grey: #cccccc;
}
/* open sans & robot */
main#content {
  min-height: calc(100vh - 105px);
}

#header-slider div.elementor-swiper-button {
  border-radius: 50%;
  padding: 8px;
  transition: all 0.5s ease-in-out;
}

#header-slider:hover div.elementor-swiper-button {
  background-color: hsla(0, 0%, 28%, 0.65);
}

#header-slider div.elementor-swiper-button:hover {
  background-color: #474747;
}

#header-slider .swiper-slide-contents {
  background: #00509db3;
  padding: 20px 12px 60px 12px;
  border-radius: 8px 8px 0 0;
}

ul.cube-ul {
  list-style-type: square;
}

.call-btn svg {
  fill: var(--berry);
}

.link-esterno {
  text-decoration: underline !important;
}
