.wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
    padding-top: 0 !important;
}
.fl-theme-builder-header-scrolled .scroll-hide {
    display: none !important;
}
.fl-theme-builder-header-scrolled .scroll-full-width {
    max-width: 100%;
    animation: fadeInUp .25s;
}
.widget-area .widget,
.fl-module-sidebar .fl-module-content > .widget {
    border-bottom: 1px dashed #dddddd;
}
.heading-widget .fl-heading,
.heading-widget.fl-heading,
.widget-area .widget .widget-title, 
.fl-module-sidebar .fl-module-content > .widget .widget-title {
    background-color: #e3e3e3;
    padding: 0.5rem !important;
    border-left: 0.35rem solid var(--bs-primary);
}
.widget-area .widget .widget-title, 
.fl-module-sidebar .fl-module-content > .widget .widget-title {
    font-size: 16px;
    font-weight: bold;
}
.fl-module-sidebar .widget > div {
    padding: 0.5rem !important;
}
dl, ol, ul {
    padding-left: 1rem;
}

@keyframes fadeInUp {
    0%   {transform: translateY(-100%);}
    100%  {transform: translateY(0);}
}

.vvsidebar .fl-rich-text li {
  border-bottom: 1px dotted #5e5e5e;
  padding: 5px 0;
}
@media only screen and (min-width: 768px) {
.fixedheader {
  max-width: 100%;
  animation: fadeInUp .25s;
  position: fixed;
  top: 0;
  z-index: 9;
  left: 0;
  right: 0;
}
}