/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

@font-face {
    font-display: swap; 
    font-family: "Dax-Light";
    font-style: normal;
    font-weight: 300;
    src: url("/fonts/Dax-Light.woff2") format("woff2");
}

/* euphoria-script-regular - latin */
/*@font-face {
  font-family: 'Euphoria Script';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/euphoria-script-v11-latin-regular.eot'); /* IE9 Compat Modes */
  /*src: local(''),
  /*     url('/fonts/euphoria-script-v11-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  /*     url('/fonts/euphoria-script-v11-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
  /*     url('/fonts/euphoria-script-v11-latin-regular.woff') format('woff'), /* Modern Browsers */
  /*     url('/fonts/euphoria-script-v11-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
  /*     url('/fonts/euphoria-script-v11-latin-regular.svg#EuphoriaScript') format('svg'); /* Legacy iOS */
/*}*/

/* hurricane-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Hurricane';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/hurricane-v9-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

h1 { font-family: "Dax-Light"; color: rgba(0,126,164,1);  }
h2 { font-family: "Dax-Light"; font-size: 2em; }
h3 { font-family: "Dax-Light"; color: rgba(0,126,164,1);}
h4, h5, h6 { font-family: "Dax-Light"; color: rgba(0,126,164,1); }

.alt-font { font-family: 'Hurricane'; font-weight: normal;  }

.homebg .section-bg.fill { 
        background: url('/wp-content/uploads/2026/01/bg-360-home.jpg') bottom right no-repeat; 
        object-fit: contain;
    }

@media screen and (min-width: 768px) {
    .homebg .section-bg.fill { 
        background: url('/wp-content/uploads/2026/01/bg-768px-home.jpg') top right no-repeat; 
    }
}

@media screen and (min-width: 1024px) {
    .homebg .section-bg.fill { 
        background: url('/wp-content/uploads/2026/01/bg-1024-home.jpg') top right no-repeat; 
    }
}


@media screen and (min-width: 1280px) {  
    .homebg .section-bg.fill { 
        background: url('/wp-content/uploads/2026/01/bg-1280-home.jpg') top right no-repeat; 
    }
}

ul li.bullet-arrow:before, ul li.bullet-checkmark:before, ul li.bullet-star:before {
    color: #e1393d;
    font-family: fl-icons;
    font-size: 16px;
    left: 0;
    position: absolute;
}

.dark ul li.bullet-arrow:before, .dark ul li.bullet-checkmark:before, .dark ul li.bullet-star:before {
    color: rgba(255,255,255.5);
    font-family: fl-icons;
    font-size: 16px;
    left: 0;
    position: absolute;
}

.scroll-to-bullets a {
    background-color: #e1393d;
    border: 3px solid transparent;
    border-radius: 30px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, .3);
    display: block;
    height: 15px;
    margin: 10px 15px;
    transition: all .3s;
    width: 15px;
}
.scroll-to-bullets a.active {
    border-color: #e1393d;
}

#main a:not(.button) { text-decoration: underline;}