@media all and (max-width: 768px){
.main-navigation .menu-toggle {
    color: #fff !important;
}

.site-header {
    background-color: #005c4a !important;
}

.footer-widgets-container {
    padding-bottom: 0 !important;
}

.footer-widget-4 iframe {
    width: 100%;
    height: 250px;
}

.footer-widget-3 {
    padding-left: 20px !important;
}

.footer-widget-2 {
    padding-left: 20px !important;
}

.footer-widget-1 img {
    margin-left: 20px;
    width: 300px;
}

h2 {
    font-size: 33px !important;
}

.vc_btn3.vc_btn3-size-md {
    padding: 10px 30px !important;
}

.hero p {
    font-size: 21px !important;
    line-height: 1.2 !important;
}

.hero h1 {
    font-size: 44px !important;
}

.hero {
        padding: 150px 0 100px !important;
        margin-top: -25px !important;
}
}

@media all and (min-width: 768px){
.hero {
    margin-top: -160px !important;
}

/* Start transparent */
.site-header {
  transition: background-color 200ms ease, box-shadow 200ms ease, transform 200ms ease;
}

/* When scrolled: fix it + add background */
.site-header.is-fixed {
  position: fixed;
  top: 0; left: 0; right: 0;
  width: 100%;
  z-index: 9999;
  background: #005c4a; /* change to your color */
  box-shadow: 0 2px 12px rgba(0,0,0,0.08);
  backdrop-filter: saturate(180%) blur(8px); /* optional glassy effect */
}

/* Prevent content jump when header becomes fixed */
body.has-sticky-header .site-content {
  padding-top: var(--header-h);
}

.footer-widget-4 iframe {
    width: 300px;
    height:250px;
}
}

.latest_posts_ul { list-style: none; margin: 0; padding: 0; }
.latest_posts_ul .latest_post_item { padding: 18px 0; border-bottom: 1px solid #eee; }
.latest_posts_ul .latest_post_item:first-child { padding-top: 0; }

.latest_post, .latest_post a img, .latest_post > a { display: block; position: relative; }
.latest_post_image { width: 95px; float: left; }
.latest_post_holder.image_in_box .latest_post_text { padding: 0 0 0 116px; }
.latest_post_text { display: block; width: auto; }
.latest_post_title { margin: 0 0 6px; line-height: 1.25; }
.latest_post .excerpt { margin: 0 0 10px; }

.post_infos { display: inline-flex; align-items: center; gap: 10px; font-size: 13px; opacity: 0.9; }
.post_infos .dots { line-height: 1; }
.post_infos .fa-square { font-size: 6px; }

.latest_post_more { margin-top: 16px; text-align: center; }
.latest_post_more_link { display: inline-block; padding: 10px 16px; border: 1px solid #ddd; text-decoration: none; border-radius: 4px; }
.latest_post_more_link:hover { border-color: #bbb; }

/* Fallback thumbnail look if no featured image */
.latest_post_image .no-thumb { display: block; width: 95px; height: 95px; background: #f5f5f5; }
.latest_post_image .no-thumb .no-thumb-placeholder { display: block; width: 100%; height: 100%; background: repeating-linear-gradient(45deg,#e9e9e9,#e9e9e9 10px,#f6f6f6 10px,#f6f6f6 20px); }

.vc_btn3.vc_btn3-color-juicy-pink, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat {
    background-color: #4abfb5;
    color: #fff;
}

.main-navigation .main-nav ul li[class*="current-menu-"] > a {
    color: #fff;
}

#footer-widgets a {
    color: #222;
    text-decoration: none;
}

.main-navigation .main-nav ul li:not([class*="current-menu-"]):hover > a {
    color: #fff !important;
}

#menu-item-374 a:hover, #menu-item-375 a:hover, #menu-item-376 a:hover, #menu-item-377 a:hover {
    color: #fff !important;
}

#menu-item-475 a:hover {
    color: #005c4a !important;
}


#menu-item-378 a:hover {
    color: #005c4a !important;
}

.sub-menu a:hover {
    color: #005c4a !important;
}

.sub-menu a {
    color: #005c4a !important;
}

.btn-third .vc_btn3.vc_btn3-color-success.vc_btn3-style-modern {
    background-color: #005c4a;
    border-color: #005c4a;
    background-image: none;
    color: #fff;
    margin-right: 10px;
}

.btn-second .vc_btn3.vc_btn3-color-success.vc_btn3-style-modern {
    background-color: #c3e5e2;
    border-color: #c3e5e2;
    background-image: none;
    color: #005c4a;
    margin: 0 10px;
}

footer.site-info {
    background: #c3e5e2 !important;
    color: white;
}

.footer-widget-2 .vc_btn3.vc_btn3-size-md {
    padding: 10px;
}

.footer-widget-3 #block-11 {
    padding: 0;
    margin-top: 40px;
}

.footer-widget-3 #block-10 {
    padding: 0;
}

.site-footer .fa-circle {
    color: #4abfb5;
}

.site-footer .single-icon .fa-stack {
    float: left;
    margin-right: 9px;
}

.widget-title {
    margin-bottom: 10px;
    color: #005c4a !important;
}

.footer-widget-2 p {
    line-height: 38px;
}

.alexandria- {
  font-family: "Alexandria", sans-serif;
  font-optical-sizing: auto;
  font-weight: ;
  font-style: normal;
}

.k2d-thin {
  font-family: "K2D", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.k2d-extralight {
  font-family: "K2D", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.k2d-light {
  font-family: "K2D", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.k2d-regular {
  font-family: "K2D", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.k2d-medium {
  font-family: "K2D", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.k2d-semibold {
  font-family: "K2D", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.k2d-bold {
  font-family: "K2D", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.k2d-extrabold {
  font-family: "K2D", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.k2d-thin-italic {
  font-family: "K2D", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.k2d-extralight-italic {
  font-family: "K2D", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.k2d-light-italic {
  font-family: "K2D", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.k2d-regular-italic {
  font-family: "K2D", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.k2d-medium-italic {
  font-family: "K2D", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.k2d-semibold-italic {
  font-family: "K2D", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.k2d-bold-italic {
  font-family: "K2D", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.k2d-extrabold-italic {
  font-family: "K2D", sans-serif;
  font-weight: 800;
  font-style: italic;
}


.vc_btn3.vc_btn3-size-md {
    padding: 10px 50px;
}

.vc_btn3.vc_btn3-color-success.vc_btn3-style-modern:hover {
    background-color: #005c4a !important;
    border-color: #005c4a !important;
    background-image: none;
    color: #fff;
}

.vc_btn3.vc_btn3-color-success.vc_btn3-style-modern {
    background-color: #4abfb5;
    border-color: #4abfb5;
    background-image: none;
    color: #fff;
}

.vc_btn3.vc_btn3-color-white.vc_btn3-style-modern:hover {
    background-color: #005c4a !important;
    border-color: #005c4a !important;
    color: #fff !important;
    font-weight: 500;
}

.vc_btn3.vc_btn3-color-white.vc_btn3-style-modern {
    background-color: #fff;
    border-color: #fff;
    color: #005c4a !important;
    font-weight: 500;
}

.vc_btn3.vc_btn3-shape-square {
    border-radius: 10px !important;
}

.site-logo {
    z-index: 1;
}

.main-navigation {
    background-color: transparent;
}

.site-header {
    background-color: transparent;
}

img {
    width: auto;
}

#cta p {
    color: white;
}

body #cta h2 {
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 10px;
}

h2 {
    color: #005c4a;
    font-size: 45px;
    line-height: 1em;
}

.site-footer .single-icon img {
    max-height: 40px;
    float: left;
    margin-right: 10px;
}

.site-footer .single-icon {
    clear: both;
    margin-bottom: 30px!important;
}

.site-footer .single-icon p {
    padding-top: 5px;
}

.footer-widget-2 {
    padding-left: 140px;
}

.main-navigation li.btn:hover a {
    background: black;
    color: white;
}

.accent {
    color: #0088cf;
}


#cta .col-right a {
    color: #009548 !important;
}

#cta .col-right a:hover {
    color: white!important;
}

.widget-title {
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
    color: #6d6e71;
    text-transform: uppercase;
}

footer.site-info a {
    color: white;
}

.footer-widgets-container {
    padding: 80px 0px;
}

.main-navigation .main-nav ul li a {
    text-transform: uppercase;
    font-weight: 400;
    color: #fff;
    line-height: inherit;
    padding: 0px 45px;
}

.main-navigation .main-nav ul li a:hover {
    color: #fff;
    border-bottom: 1px solid #fff !important;
    padding-top: 11px;
    padding-bottom: 10px;
}

.main-navigation .main-nav ul li.btn a:hover {
    border-bottom: none !important;
    background: #005c4a !important;
    border-color: #005c4a !important;
}

.main-navigation li.btn a {
    border: none !important;
    background: #fff;
    margin-left: 30px;
    padding: 10px 20px !important;
    color: #005c4a !important;
    border-radius: 10px;
}

li#menu-item-28 {}

a.vc_general {
    text-transform: uppercase;
    font-weight: 800;
}

.main-navigation li:nth-child(3) a {
    border: none!important;
}

.main-navigation .main-nav ul li:not([class*="current-menu-"]):hover > a {
    color: #0088cf;
}

.vc_general {
    border-radius: 100px !important;
}
@media all and (max-width: 768px) {
.desktop-only {
display: none!important;
}
}
.vc_column-inner {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
@media all and (min-width: 768px) {
.mobile-only {
display: none!important;
}
}

.vc_row {
    background: white;
}
.vc_row.vc_inner {
    background: transparent;
}
.sec-padding {
    padding-top: 80px;
    padding-bottom: 80px;
}

.center, .center * {
    text-align: center !important;
}

a.vc_general {
    background-color: rgb(255, 255, 255);
    color: rgb(0, 92, 74);
    font-weight: 500;
    border-color: rgb(255, 255, 255);
}

.btn-accent a.vc_general {
    background: #4abfb5 !important;
}

.vc_do_btn {
    display: block!important;
}

.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li {
    margin-bottom: 0px;
}

.vc_do_btn {
    margin-top: 20px;
}

p {
   font-family: "Alexandria", sans-serif;
}

h1, h2, h3, h4, h5 {
      font-family: "K2D", sans-serif;
}

h1, h2, h3, h4, h5, p {
    margin-bottom: 20px;
}

.btn-white a.vc_general {
    background: white!important;
    color: #65bd61 !important;
}

.entry-content {
    margin-top: 0px!important;
}

.inside-article {
    padding-top: 0px!important;
    padding-bottom: 0px!important;
}

main#main {
    margin: 0px auto;
}
h1, h2, h3 {
    font-weight: 600;
}

.vc_general {
    font-weight: 600;
    font-size: 16px!important;
    line-height: 24px!important;
}

body .vc_general:hover{
    background: black !important;
    color: white!important;
}

.white * {
    color: white!important;
}