/* 
Theme Name: Hello Elementor 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: NoCave Media Team
Author URI: https://nocavemedia.com
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
*/

@font-face {
    font-family: 'Founders Grotesk';
    src: url('fonts/foundersgrotesk-regular.woff2') format('woff2'),
        url('fonts/foundersgrotesk-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Founders Grotesk';
    src: url('fonts/foundersgrotesk-medium.woff2') format('woff2'),
        url('fonts/foundersgrotesk-medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

body {
  font-family: 'Founders Grotesk', Inter, Arial, sans-serif;;
}
strong, b {
  font-weight: 500;
}
h1, h2, h3, h4, h5, h6 {
  
}

header#masthead {
    position: sticky!important;
    top: 0;
}

.hilite {
	display: inline-block;
	background-color: #93eba1;
	border-radius: 1em;
	padding: .3em .4em 0;
    line-height: 1;
	margin-left: -.4em;
}
.hilite-dark {
	display: inline-block;
	border-radius: 1em;
	padding: .3em .4em 0;
    line-height: 1;
	margin-left: -.4em;
	background-color: #004367;
}
h2 .hilite,
h2 .hilite-dark{
	padding: .2em .4em .1em;
}
.txt-green {
	color: #50d288;
}
.txt-blue {
	color: #004367;
}
.txt-akua {
	color: #448ac9;
}
.list-icon-fix h3 {
	margin-top: 0;
}
.list-icon-fix h3 i {
    font-size: .8em;
}
.wpcf7-form label {
  width: 100%;
}
.wpcf7-form .small {
  font-size: .8rem;
  max-width: 100%
}
.wpcf7-form .row .wpcf7-submit {
  float: right;
}
.wpcf7-form input[type=email], .wpcf7-form input[type=tel], .wpcf7-form input[type=text], .wpcf7-form textarea {
  border-radius: 5px;
  border-color: #d5d5d5;
  margin-top: 2px;
}
.elementor-image-carousel-wrapper .swiper-pagination {
  display: flex;
  position: relative;
  margin-top: 1em;
}
.elementor-image-carousel-wrapper .swiper-pagination-bullet {
  border-radius: 3px;
  width: 100px !important;
  height: 100px !important;
  background-size: cover;
  opacity: 0.5;
}
.elementor-image-carousel-wrapper .swiper-pagination-bullet-active {
  opacity: 1;
}

.title-small {
  font-size: .6em;
}
@media (min-width: 900px){
  .wpcf7-form .row {
    display: flex;
    justify-content: space-between;
    gap: 1em;
  }
  .wpcf7-form .small {
    width: 38em;
  }
  .fix-center .wpcf7-submit.has-spinner {
    margin-left: 40px;
  }
  .fix-center .wpcf7-spinner {
    margin-inline: 16px 0;
  }
}