/* Responsive Header Footer - SHARED/BARS CSS only (v2.9.4) */
*{box-sizing:border-box}

.rhf8-container{width:min(1180px,92%);margin:auto}

.rhf8-mobile-bar{display:none;position:fixed;left:0;right:0;z-index:99999;background:var(--rhf8-secondary);box-shadow:0 0 14px rgba(0,0,0,.22)}

.rhf8-mobile-bar-top{top:0}

.rhf8-mobile-bar-bottom{bottom:0}

.rhf8-mobile-bar a{flex:1;color:#fff;text-decoration:none;text-align:center;padding:12px 8px;font-weight:800;border-right:1px solid rgba(255,255,255,.15)}

.rhf8-mobile-bar a:last-child{border-right:0}

@media (max-width:900px){
.rhf8-mobile-bar{display:flex}
body:has(.rhf8-mobile-bar-bottom){padding-bottom:52px}
body:has(.rhf8-mobile-bar-top){padding-top:48px}
}

.rhf8-desktop-bar{display:flex;
  position:fixed;
  left:0;
  right:0;
  z-index:99999;
  background:var(--rhf8-secondary);
  box-shadow:0 0 14px rgba(0,0,0,.22);}

.rhf8-desktop-bar-top{top:0}

.rhf8-desktop-bar-bottom{bottom:0}

.rhf8-desktop-bar a{flex:1;
  color:#fff;
  text-decoration:none;
  text-align:center;
  padding:12px 18px;
  font-weight:800;
  border-right:1px solid rgba(255,255,255,.15);}

.rhf8-desktop-bar a:last-child{border-right:0}

@media (max-width:900px){
.rhf8-desktop-bar{display:none!important}
}

@media (min-width:901px){
.rhf8-mobile-bar{display:none!important}
}

:root{}

@media (min-width:901px){
body.rhf8-desktop-top-enabled{padding-top:var(--rhf8-desktop-bar-height) !important;}
body.admin-bar.rhf8-desktop-top-enabled .rhf8-desktop-bar-top{top:32px !important;}
body.admin-bar.rhf8-desktop-top-enabled{padding-top:calc(var(--rhf8-desktop-bar-height) + 32px) !important;}
.rhf8-desktop-bar{min-height:var(--rhf8-desktop-bar-height);
    align-items:center;}
}

@media (max-width:900px){
body.rhf8-mobile-top-enabled{padding-top:var(--rhf8-mobile-bar-height) !important;}
body.admin-bar.rhf8-mobile-top-enabled .rhf8-mobile-bar-top{top:46px !important;}
body.admin-bar.rhf8-mobile-top-enabled{padding-top:calc(var(--rhf8-mobile-bar-height) + 46px) !important;}
.rhf8-mobile-bar{min-height:var(--rhf8-mobile-bar-height);
    align-items:center;}
}

@media (min-width:901px){
body.rhf8-desktop-bottom-enabled{padding-bottom:var(--rhf8-desktop-bar-height) !important;}
}

@media (max-width:900px){
body.rhf8-mobile-bottom-enabled{padding-bottom:var(--rhf8-mobile-bar-height) !important;}
}

.rhf8-tfn-link,
.rhf8-tfn-link:visited,
.rhf8-tfn-link:hover,
.rhf8-tfn-link:focus{color:var(--rhf8-tfn-link-color) !important;}

.rhf8-chat-trigger,
.rhf8-chat-trigger:visited,
.rhf8-chat-trigger:hover,
.rhf8-chat-trigger:focus{color:var(--rhf8-chat-link-color) !important;}

.rhf8-page-select-label{display:block;
  margin:18px 0;}

.rhf8-page-select-label > span:first-child{display:block;
  font-weight:700;
  margin-bottom:7px;}

.rhf8-page-multiselect{width:100%;
  min-height:190px;
  max-width:100%;}

.rhf8-page-select-label .description{display:block;
  margin-top:6px;}

.rhf8-mobile-bar .rhf8-tfn-link,
.rhf8-desktop-bar .rhf8-tfn-link{color:var(--rhf8-tfn-link-color) !important;}

.rhf8-mobile-bar .rhf8-chat-trigger,
.rhf8-desktop-bar .rhf8-chat-trigger{color:var(--rhf8-chat-link-color) !important;}

.rhf8-mobile-bar,
.rhf8-mobile-bar *,
.rhf8-desktop-bar,
.rhf8-desktop-bar *{border-radius:0 !important;}

#rhf8-custom-header .rhf8-container,
#rhf8-custom-footer .rhf8-container{width:var(--rhf8-container-width, 90%) !important;
  max-width:none !important;
  margin-left:auto !important;
  margin-right:auto !important;}

#rhf8-custom-header{text-align:var(--rhf8-header-text-align, left) !important;}

#rhf8-custom-footer{text-align:var(--rhf8-footer-text-align, left) !important;}

#rhf8-custom-footer nav,
#rhf8-custom-footer nav ul{text-align:var(--rhf8-footer-menu-align, left) !important;}

.rhf8-footer-custom .rhf8-site-title{color:var(--rhf8-custom-text)!important}

@media (max-width:900px){
.rhf8-builder-grid{grid-template-columns:1fr}
}

/* v2.9.5 Floating Call Icon */
.rhf8-floating-call{position:fixed !important;bottom:var(--rhf8-float-bottom,24px) !important;width:58px !important;height:58px !important;border-radius:50% !important;background:var(--rhf8-primary) !important;color:var(--rhf8-tfn-link-color) !important;display:flex !important;align-items:center !important;justify-content:center !important;text-decoration:none !important;font-size:27px !important;line-height:1 !important;z-index:999999 !important;box-shadow:0 8px 24px rgba(0,0,0,.22) !important;transition:transform .2s ease !important}
.rhf8-floating-call:hover{transform:translateY(-3px) scale(1.04);color:var(--rhf8-tfn-link-color) !important}
.rhf8-floating-call:visited{color:var(--rhf8-tfn-link-color) !important}
.rhf8-floating-call-left{left:var(--rhf8-float-side,24px) !important;right:auto !important}
.rhf8-floating-call-right{right:var(--rhf8-float-side,24px) !important;left:auto !important}
@media(max-width:900px){.rhf8-floating-call{bottom:var(--rhf8-float-mobile-bottom,76px) !important;width:54px !important;height:54px !important}.rhf8-floating-call-left{left:var(--rhf8-float-mobile-side,16px) !important}.rhf8-floating-call-right{right:var(--rhf8-float-mobile-side,16px) !important}}
