/* 
Theme Name: Sailing2B Child
Theme URI: https://github.com/elementor/hello-theme-child/
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: 2.0.0
Text Domain: sailing2b-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
*/

/* General */
strong {
  font-weight: 500;
}

/*
**************
HOME
**************
*/

/* Icon box */
@media (max-width: 767px) {
  .icon-box {
    background: rgba(252, 250, 249, 0.8);
  }
}

/*
**************
Barche
**************
*/
.link-custom a {
  position: relative;
}

.link-custom a::after {
  position: absolute;
  content: "";
  height: 1px;
  width: 100%;
  background-color: var(--e-global-color-text);
  bottom: 0;
  left: 0;
}

/*
**************
Form
**************
*/
form .elementor-field-type-submit {
  margin-top: 10px;
}

form .elementor-field-type-acceptance label {
  display: none;
}

/*
**************
Footer
**************
*/
.copyright {
  text-align: center;
  font-size: 13px;
  line-height: 25px;
  font-weight: 300;
  color: var(--e-global-color-e22b8c6);
}

.copyright a,
.copyright a:hover {
  font-weight: 500;
  color: inherit;
}
