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

/* Runtime CSS is split into assets/css/*.css and enqueued from functions.php. */

/* Flatsome child-theme constants that must remain active without a patch stylesheet. */
:root{
  --primary-color:#48a9a6;
  --fs-color-primary:#48a9a6;
  --fs-color-secondary:#C05530;
  --fs-color-success:#627D47;
  --fs-color-alert:#b20000;
  --fs-color-base:#4a4a4a;
  --fs-experimental-link-color:#334862;
  --fs-experimental-link-color-hover:#111;
}
.tooltipster-base{--tooltip-color:#fff;--tooltip-bg-color:#000}
.off-canvas-right .mfp-content,
.off-canvas-left .mfp-content{--drawer-width:300px}
.header-main{height:74px}
#logo img{max-height:74px}
#logo{width:180px}
.header-top{min-height:30px}
.transparent .header-main{height:90px}
.transparent #logo img{max-height:90px}
.has-transparent + .page-title:first-of-type,
.has-transparent + #main > .page-title,
.has-transparent + #main > div > .page-title,
.has-transparent + #main .page-header-wrapper:first-of-type .page-title{padding-top:120px}
.header.show-on-scroll,
.stuck .header-main{height:70px!important}
.stuck #logo img{max-height:70px!important}
.header-bg-color{background-color:rgba(255,255,255,.9)}
.header-bottom{background-color:#f1f1f1}
.stuck .header-main .nav > li > a{line-height:50px}
body{font-family:Lato,sans-serif;font-weight:400;font-style:normal}
.nav > li > a,
.mobile-sidebar-levels-2 .nav > li > ul > li > a{font-family:Lato,sans-serif;font-weight:700;font-style:normal}
h1,h2,h3,h4,h5,h6,
.heading-font,
.off-canvas-center .nav-sidebar.nav-vertical > li > a{font-family:Lato,sans-serif;font-weight:700;font-style:normal}
.breadcrumbs,
button,
.button,
.nav > li > a,
.links > li > a,
.section-title span,
h3.widget-title,
span.widget-title{text-transform:none}
.nav-vertical-fly-out > li + li{border-top-width:1px;border-top-style:solid}
@media(max-width:549px){
  .header-main{height:70px}
  #logo img{max-height:70px}
}
@font-face{
  font-family:"fl-icons";
  font-display:block;
  src:url("/assets/themes/flatsome/assets/css/icons/fl-icons.eot?v=3.20.5");
  src:url("/assets/themes/flatsome/assets/css/icons/fl-icons.eot#iefix?v=3.20.5") format("embedded-opentype"),
      url("/assets/themes/flatsome/assets/css/icons/fl-icons.woff2?v=3.20.5") format("woff2"),
      url("/assets/themes/flatsome/assets/css/icons/fl-icons.ttf?v=3.20.5") format("truetype"),
      url("/assets/themes/flatsome/assets/css/icons/fl-icons.woff?v=3.20.5") format("woff"),
      url("/assets/themes/flatsome/assets/css/icons/fl-icons.svg?v=3.20.5#fl-icons") format("svg");
}

