/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: A lightweight and minimalist WordPress theme for Elementor page builder.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 2.8.1.1690128475
Updated: 2023-07-23 16:07:55

*/
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css");

html,
body {
    overflow-x: hidden;
    background: #fff;
}

.img-full img,
.img-full a {
    width: 100% !important;
    max-width: 100% !important;
}

img {
    height: auto !important;
}

.site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) {
    outline: none;
    text-decoration: none;
    text-decoration-skip-ink: none;
    background: transparent;
}

.nav-dropdown-hidden-default .sub-menu-toggle {
    display: none;
}

.btn-full a,
.btn-full button,
.btn-full input[type=submit] {
    width: 100% !important;
}

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

.main-navigation {
    z-index: 9999999;
}

.elementor-15 .elementor-element.elementor-element-7ef16a4 .swiper-wrapper {
    z-index: 0;
}

/*================= Contact Form ===================*/

.custom-form br {
    display: none;
}

.custom-form textarea {
    height: 100px;
    border: 1px solid #d1d1d1;
    resize: vertical;
    padding: 10px;
}

.custom-form h3 {
    margin-top: 0;
}

.custom-form label,
.custom-form p {
    margin-bottom: 0px;
    width: 100%;
    display: block;
}

.custom-form .wpcf7-list-item-label {
    font-size: 13px;
}

.custom-form input,
.custom-form select {
    border: 1px solid #d1d1d1;
    margin-bottom: 10px !important;
    width: 100%;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
.site textarea:focus {
    color: #000;
    outline-offset: 0;
    outline: none;
    border: 1px solid #d1d1d1;
}

.custom-form input[type="checkbox"] {
    border: 1px solid #d1d1d1;
    margin-bottom: 0px !important;
    top: 5px;
    width: 20px;
    height: 20px;
}

.custom-form .wpcf7-list-item {
    line-height: normal !important;
}

.custom-form input[type=file] {
    display: block;
    width: 100%;
    padding: 10px 15px;
    margin-top: 10px;
    color: #fff;
}

.custom-form p {
    margin-bottom: 10px !important;
    display: block !important;
}

.list-clr-black ul li:last-child .elementor-icon-list-text {
    color: #000 !important;
}

.wpcf7 form {
    max-height: 100% !important;
}

#sp-wp-carousel-free-id-123.sp-wpcp-123 .wpcp-single-item {
    border: none;
}

#sp-wp-carousel-free-id-123 .wpcp-swiper-dots {
    margin: 40px 0px 0px 0px;
    display: none;
}

.wpcp-carousel-section .swiper-button-next,
.wpcp-carousel-section .swiper-button-prev {
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #D0C3F6 !important;
    border-radius: 50%;
    opacity: .9;
}

#sp-wp-carousel-free-id-123.sp-wpcp-123 .swiper-button-prev i:hover,
#sp-wp-carousel-free-id-123.sp-wpcp-123 .swiper-button-next i:hover {
    color: #00000096;
}

.wpcp-center.wpcp-carousel-section .swiper-slide .wpcp-single-item {
    transition: all .3s;
    transform: scale(.5);
    opacity: 1;
}

.wpcp-center.wpcp-carousel-section .swiper-slide.swiper-slide-active .wpcp-single-item {
    transform: scale(1.1);
    opacity: 1;
}

@media only screen and (max-width: 767px) {}

.hex-map-container {
    width: 100%;
    max-width: 100vw;
    overflow-x: auto;
    display: block;
}

.hex-map-container svg {
    width: 100%;
    height: auto;
    display: block;
    max-width: 100%;
}