
/* ---------------------------------------------------------
ELEMENTS
-------------------------------------------------------- */



/* ---------------------------------------------------------
interactive maps
-------------------------------------------------------- */

.leaflet-container {
    background: #ddd;
    outline: 0;
    border-radius: 10px;
}

input::placeholder,
textarea::placeholder {
    color: #888;
    font-size: 14px;
    opacity: 1;
    /* important for Safari */
}

/* ---------------------------------------------------------
toggles
--------------------------------------------------------- */

body .toggle[data-inner-wrap=true]>div .inner-toggle-wrap {
    padding:0px !important;
    margin-bottom:10px !important;
}

body .toggle {
    margin-bottom: 15px !important;
    /* width: 75% !important; */
    /* border-radius: 5px !important;
    border:1px solid #c0c0c0  !important; */
    margin-bottom: 15px !important;
    /* width: 75% !important; */
    border-bottom: 1px solid rgb(192,192,192,1) !important;
}

body .toggle>div {
        box-shadow: none !important;
        background: transparent !important;
}

div.toggle.default.open {
  /* box-shadow: 0 0 5px 2px rgba(192,192,192,0.2); */
}

/* body .toggle>div {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0);
} */

.toggle>.toggle-title a {
    font-size: 18px !important;
    line-height: 24px !important;
    font-weight: normal !important;
    /* color: rgba(45, 99, 139) !important; */
    color: #333 !important;
    background: none !important;
    padding-left:0 !important;
}

.toggle.open>.toggle-title a {    
    /* color:rgba(30,115,190,1) !important; */
    font-size: 21px !important;
    font-weight: normal !important;
    /* padding-left: 15px !important; */

}

.toggle.open>.toggle-title a i {
    /* background: #FFF !important; */
    color: #333 !important;
    right:13px !important;
    position:absolute !important;
}

.toggle>.toggle-title a i {
    left: unset !important;
    right: 13px !important;
    position: absolute;
  background-color: transparent;
  color: rgba(30,115,190,1) !important;
  top: 13px;
  width: 18px;
  height: 16px;
  line-height: 18px;
  font-size: 15px;
  transition: all .2s linear;
  -webkit-transition: all .2s linear;
}

.fa-plus-circle:before {
    content: "+" !important;
    color: rgba(30,115,190,1) !important;
    font-size: 20px !important;
}

/* .toggle.open>.toggle-title a
 {
    color: #fff;
    background-color: #000;
} */

#gs-section-callout-faq-toggles {
  padding: 3% 0 !important
}

/* .tabbed>ul, .wpb_content_element .tabbed .wpb_tabs_nav {
    border-right: 2px solid #c0c0c0 !important;
} */

.tabbed>ul li a {
    display: block;
    color: #000 !important;
    position: relative;
    /* background-color: rgba(0, 0, 0, .02); */
        background-color: rgba(0, 0, 0, .02);
    padding: 8px 15px;
    transition: none !important;
    border-left: 0;
    /* border-right: 0 solid rgba(0, 0, 0, .06); */
    margin: 5px 4px !important;
    border-radius:20px !important;
    border: 1px solid #e0e0e0 !important;

}

.tabbed>ul li a:hover {
    background-color: rgba(0, 0, 0, .045);
    color: var(--gs-global-link-color) !important;

}

.tabbed>ul li a:active {
    /* border:2px solid #000 !important; */
        background-color: rgba(0, 0, 0, .06);
}

/* --------------------------------------------------------
    CUSTOM SLIDE IN TABS
    --------------------------------------------------------- */

.custom-slide-tabs .wpb_tab {
    position: absolute;
    width: 100%;
    opacity: 0;
    transform: translateX(50px);
    transition: all 0.4s ease;
}

.custom-slide-tabs .wpb_tab.active-tab {
    opacity: 1;
    transform: translateX(0);
    position: relative;
    z-index: 2;
}

.custom-slide-tabs .wpb_tab.slide-left {
    transform: translateX(-50px);
}

.custom-slide-tabs .wpb_tab.slide-right {
    transform: translateX(50px);
}


/* --------------------------------------------------------
    BUTTONS
    --------------------------------------------------------- */

.woocommerce-page button.button {
    background-color: rgba(30,115,190,1) !important;
}

body[data-form-submit="regular"] input[type=submit] {
    /* background: transparent !important; */
}

.button-see-through-hero {
    padding: 5.5px 17px !important;
    color: #FFF !important;
    font-family: 'Montserrat Medium' !important;
    font-weight: bold !important;
    font-size: 15px !important;
    background: none !important;
    display: inline-block !important;
    border-radius: 30px !important;
    margin-top: 30px !important;
    margin-right: 20px !important;
    border: 2px solid #FFF !important;
}

.button-see-through-hero:hover {
    /* padding: 20px !important; */
    color: rgba(30, 115, 190, 1)  !important;
    /* font-family: 'Montserrat' Medium !important ; */
    /* font-size: 18px !important; */
    background: #FFF !important;
    display: inline-block !important;
    /* border-radius: 10px !important; */
    /* transition: all 0.2s ease; */
    transition: all 0.2s ease;
    transition: all 0.2s ease-in-out !important;
}

/* ---------------------------------------------------------
buttons - how to order
-------------------------------------------------------- */

.button-basic-howto-order-white,
.button-basic-howto-order-darkblue {
    padding: 7.5px 18px !important;
    font-family: 'Montserrat' Medium !important;
    font-size: 15px !important;
    display: inline-block !important;
    border-radius: 30px !important;
    margin-top: 30px !important;
    margin-right: 20px !important;
    border: 2px solid #FFF !important;
}

.button-basic-howto-order-white {
    color: var(--gs-button-cta-darkblue) !important;
    background: var(--gs-button-cta-white) !important;
}

.button-basic-howto-order-darkblue {
    color: var(--gs-button-cta-white) !important;
    background: var(--gs-button-cta-darkblue) !important;
}

/* product buttons */

.products li.product.minimal .product-wrap .product-image-wrap .product-add-to-cart {
    border-radius: 2.5px !important;
    display:flex !important;
    gap: 5px !important;
    display: none !important;
}

.products li.product.minimal .product-wrap .product-image-wrap .product-add-to-cart a {
    text-align:center !important
}

.products li.product.minimal .product-wrap .product-image-wrap .product-add-to-cart a:hover {
    color: #FFF !important;
    /* background: rgb(30, 190, 115) !important; */
    background: rgba(30, 115, 190, 1) !important;
}

body[data-form-submit="regular"] .container-wrap button[type="submit"] {}

.woocommerce #order_review #payment #place_order {
background: rgba(30, 115, 190, 1) !important;
    color: #FFF !important;
    border-radius: 31px !important;
    margin: 0 auto !important;
    width: 39%;
    padding: 1em !important;
    margin-top: 10px !important;

}

/* ---------------------------------------------------------
sitewide buttons
-------------------------------------------------------- */

button.sitewide-buttons-cat,
.sitewide-buttons-cat {
    margin-top: 20px !important;
}

.gs-sections-features-cta-button {

    border-radius: 5px !important;
    padding: 5px 10px !important;
    background: var(--gs-general-section-button) !important;
    width: fit-content !important;
    font-size: 13px !important;
    font-weight: bold !important;
    color: #FFF !important;
    /* margin-top: 10px !important; */
}

.gs-sections-features-cta-button-basic {
    margin-top:3% !important;
    color: var(--gs-sections-features-cta-button) !important;
}

.gs-sections-features-cta-button-white {
    /* background: rgba(30, 115, 190, 1) !important; */
    border: 2px solid rgba(30, 115, 190, 1) !important;
    color: rgba(30, 115, 190, 1) !important;
    border-radius: 50px !important;
    margin-top: 20px !important;
    display: inline-block !important;
    padding:5px 15px !important;
    font-weight: bold !important;
}

.woocommerce .actions .button {
height: auto !important;
  padding: 14px !important;
  border-radius: 30px !important;
}


.cart .quantity input.plus {}


/* ---------------------------------------------------------
woocommerce buttons
--------------------------------------------------------- */

.woocommerce-page button[type=submit].single_add_to_cart_button,
body[data-form-submit=regular].woocommerce-page .container-wrap button[type=submit].single_add_to_cart_button,
.wc-block-cart .wc-block-cart__submit-container .wc-block-components-button:not(.is-link),
body[data-form-submit="regular"] .container-wrap button[type="submit"],
body[data-form-submit="regular"] .container-wrap input[type="submit"],
.wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button {
    font-size: 18px !important;
    padding: 15px 30px !important;
    /* transition: all .2s ease;
    background: rgba(24, 86, 142, 0.055) !important; */
    /* -webkit-font-smoothing: antialiased; */
    font-weight: normal !important;
    border-radius: 5px !important;
    /* border: 2px solid rgba(30, 115, 190, 1) !important; */
    /* color: #000 !important; */
    /* margin-top: 10px !important; */
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt {
    color: #FFF !important;
    /* background: rgba(30, 115, 190, 1) !important; */
    background: rgba(0, 149, 69, 1) !important;
    /* font-weight: bold !important; */
    padding: 13px !important;
    font-size: 15px !important; 
}

.wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button {

}

.wc-block-cart .wc-block-cart__submit-container .wc-block-components-button:not(.is-link):hover {
    background: rgba(24, 86, 142, 0.1) !important;
}

.nectar-quick-view-box .single_add_to_cart_button_wrap a.single_add_to_cart_button {
    background: rgba(30, 115, 190, 1) !important;
}

.woocommerce-page .woocommerce p.return-to-shop a.wc-backward {
    padding: 5px 15px;
    transition: all .2s ease;
    background: rgba(192,192,192,0.3) !important;
}

/* ---------------------------------------------------------
    woocommerce cart - nectar slide in
--------------------------------------------------------- */

.nectar-slide-in-cart .widget_shopping_cart a.button {
    width: 48%;
    float: left !important;
}

.nectar-slide-in-cart .widget_shopping_cart a.button,
.nectar-slide-in-cart.style_slide_in_click .widget_shopping_cart a.button {
    padding: 15px 22px !important;
    font-size: 15px !important;
    padding: 10px 22.5px !important;
    transition: all .2s ease;
    background: #FFF !important;
    -webkit-font-smoothing: antialiased;
    font-weight: normal !important;
    border-radius: 15px !important;
    border: 2px solid rgba(30, 115, 190, 1) !important;
    color: #000 !important;
}

.nectar-slide-in-cart .widget_shopping_cart a.button:hover,
.nectar-slide-in-cart.style_slide_in_click .widget_shopping_cart a.button:hover {
    padding: 15px 22px !important;
    font-size: 15px !important;
    padding: 10px 22.5px !important;
    transition: all .2s ease;
    background: #FFF !important;
    -webkit-font-smoothing: antialiased;
    font-weight: normal !important;
    border-radius: 15px !important;
    border: 2px solid rgba(30, 115, 190, 1) !important;
    color: #000 !important;
}

.nectar-slide-in-cart .widget_shopping_cart a.button:hover {
    background: #FFF !important;
}

.nectar-slide-in-cart .total,
.nectar-slide-in-cart .woocommerce.widget_shopping_cart .total {
    /* padding: 20px 0 20px !important;
    background: #FFF !important;
    text-align: right !important;
    padding-right: 30px !important; */
}

.wc-block-cart__submit-container wc-block-cart__submit-container--sticky {
    background: rgba(30,115,190,1) !important;
}

/* ---------------------------------------------------------
woocommerce / paypal buttons
--------------------------------------------------------- */

/* wrap button - move to cart */

.wc-block-components-express-payment--checkout {
    padding:2.5% 0 !important
}
 
.paypal-button .paypal-button-color-gold {
    background: rgba(30,115,190,0.3) !important;

}


/* ---------------------------------------------------------
 FORMS 
 --------------------------------------------------------- */


/* ---------------------------------------------------------
 wordpress form elements (check fancy forms in salient 
 --------------------------------------------------------- */

body[data-form-style="minimal"] input[type="text"],
body[data-form-style="minimal"] input[type="tel"],
body[data-form-style="minimal"] input[type="url"],
body [data-form-style="minimal"] input[type="search"],
body[data-form-style="minimal"] input[type="email"],
body[data-form-style="minimal"] textarea,
body[data-fancy-form-rcs="1"] .select2-container--default .select2-selection--single {
    border: 1px solid #c0c0c0 !important;
    border-radius:5px !important;
    font-family: Helvetica, Arial, sans-serif !important;
    font-size: 17px !important;
    letter-spacing: 1.5 !important;
    padding-left:10px !important;
    background: rgba(255,255,255, 1) !important;
}

body[data-form-style="minimal"] input[type="text"]:focus,
body[data-form-style="minimal"] input[type="tel"]:focus,
body[data-form-style="minimal"] input[type="url"]:focus,
body [data-form-style="minimal"] input[type="search"]:focus,
body[data-form-style="minimal"] input[type="email"]:focus,
body[data-form-style="minimal"] textarea:focus,
body[data-fancy-form-rcs="1"] .select2-container--default .select2-selection--single:hover {

  border-color: #18568e;
  box-shadow: 0 0 0 2px rgba(24,86,142,0.15);

}

body[data-fancy-form-rcs="1"] .fancy-select-wrap {
  padding-top:0px !important;
}

/* Contact Form submit */

.container-wrap input[type=submit],
.container-wrap input[type=reset],
input.wpcf7-form-control.wpcf7-submit.has-spinner {
    /* margin-top: 20px !important; */
    /* font-size: 15px !important; */
    padding: .75em 1.5em !important;
    border-radius: 5px !important;
    transition: all .2s ease;
    -webkit-font-smoothing: antialiased;
    font-weight: normal !important;
    font-family: Helvetica, Arial, 'Open Sans' !important;
    color: #FFF !important;
    background: rgba(30, 115, 190, 1) !important;
    margin: 1em 0 !important;
    border:0 !important;
    font-size:.85rem !important;
    pointer-events:all;
    padding-right: 30px !important;
    cursor: pointer !important;
    transition: all 0.3s ease;
}

.container-wrap input[type=submit]::after,
.container-wrap input[type=reset]::after,
input.wpcf7-form-control.wpcf7-submit.has-spinner::after {
  content: "→";
  position: absolute;
  right: 10px;
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.container-wrap input[type=submit]:hover::after,
.container-wrap input[type=reset]:hover::after,
input.wpcf7-form-control.wpcf7-submit.has-spinner::after {
  opacity: 1;
  transform: translateX(5px);
}



    /* width: 25% !important;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner:hover {
    background: rgba(30,115,190,0.9) !important;
}


/* --------------------------------
    CF7 contact form
    ------------------------------- */

.cf7-row {
  display: flex;
  gap: 16px;
  margin-bottom: 16px;
}

.cf7-col {
  flex: 1;
}

.cf7-col.full {
  flex: 100%;
}

/* .cf7-row input,
.cf7-row textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 14px;
} */

.submit-row {
  justify-content: flex-end;
}

.submit-row input[type="submit"] {
  padding: 12px 24px;
  background: linear-gradient(135deg, #298545, #18568e);
  color: #fff;
  border: none;
  border-radius: 6px;
  cursor: pointer;
}

.submit-row input[type="submit"]:hover {
  opacity: 0.9;
}

/* Mobile */
@media (max-width: 768px) {
  .cf7-row {
    flex-direction: column;
  }
}

/* enhance the form */

/* .cf7-row input:focus,
.cf7-row textarea:focus {
  border-color: #298545;
  box-shadow: 0 0 0 2px rgba(41,133,69,0.1);
} */

.cf7-row {
  background: rgba(255,255,255,0.6);
  backdrop-filter: blur(6px);
  padding: 16px;
  border-radius: 10px;
}

/* .pf-field label {
  background: linear-gradient(to bottom, rgba(255,255,255,0.9), rgba(255,255,255,0.6));
  padding: 0 4px;
}

.pf-input:focus {
  border-color: #18568e;
  box-shadow: 0 0 0 2px rgba(24,86,142,0.15);
} */

/* -------------------------------
   contact form 7 modal 1 -------- */

.cf7-popup {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
}

.cf7-popup-content {
  background: #fff;
  padding: 30px;
  max-width: 400px;
  margin: 10% auto;
  text-align: center;
  border-radius: 10px;
  position: relative;
}

.cf7-popup-close {
  position: absolute;
  top: 10px;
  right: 15px;
  cursor: pointer;
  font-size: 20px;
}

/* --------------- 
modal 2. ---- */


/* 
.wpcf7-form p span {
    color: unset !important;
} */

.wpcf7-form .wpcf7-not-valid-tip {
    /* color:unset !important */
}

body .cf7-popup {
  z-index: 999999 !important;
}

.cf7-user-info {
display: block;
/* position: absolute; */
left:0;
  /* margin: 20px 0; */
  font-size: 14px;
  color: #555;
}

.cf7-popup-btn {
  margin-top: 20px;
  padding: 10px 25px;
  border: none;
  background: #000;
  color: #fff;
  border-radius: 6px;
  cursor: pointer;
}

.cf7-popup-btn:hover {
  background: #333;
}

@keyframes cf7FadeIn {
  from {opacity: 0; transform: translateY(20px);}
  to {opacity: 1; transform: translateY(0);}
}

/* contact form */

.wpcf7-form .wpcf7-not-valid-tip {
    background: rgba(131, 42, 42,0.1) !important;
}

/* -----------------------------------------
   country drop down 
   -------------------------------------- */

/* Fix alignment inside your floating label system */
.iti {
  width: 100%;
}

.iti input {
  padding-left: 90px !important; /* space for flag + code */
}

/* Match your inputs */
.iti input.pf-input {
  height: 48px;
}

/* Dropdown styling */
.iti__country-list {
  border-radius: 10px;
  border: 1px solid rgba(0,0,0,0.08);
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

body[data-fancy-form-rcs="1"] .select2-container--default .select2-selection--single {
    background: #FFF !important;
}