/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 17 2024 | 12:15:36 */
.nectar-blocks-column__inner .wp-block-list {
	margin-bottom: 0px;
}

/* Global definition */
:root {
  --header-height: 90px; 
}
@media only screen and (max-width: 768px) {
  :root {
    --header-height: 48px; 
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  :root {
    --header-height: 48px;
  }
}


._transparent-header-scale-fix .nectar-blocks-column__inner.nectar-blocks-column__content-wrap {
	padding: calc(var(--header-height))  0 !important;
}

._transparent-header-scale-fix {
    height: clamp(100%, 3vw, calc(21vw + var(--header-height))) !important;
}

._transparent-header-scale-fix.nobg {
 height: clamp(100%, 3vw, calc(15vw + var(--header-height))) !important;
}

._transparent-header-scale-fix.nobg .nectar-blocks-column__inner.nectar-blocks-column__content-wrap {
	padding: calc(var(--header-height) + var(--header-height) / 2) 0 var(--header-height) 0 !important;
}

ul.wp-block-list._bullet-line-height li:last-child {
    margin-bottom: 0;
}

ul.wp-block-list._bullet-line-height li {
    margin-bottom: 10px;
}

@media only screen and (min-width: 1px) and (max-width: 1024px) {
    body #nectar-nav {
        margin-bottom: 0;
        padding: 20px 0;
    }
}