/*17 Hats Custom Code*/

#schedule-services-cp .hats-cp-inner .hats-cp-content h1, #schedule-services-cp .hats-cp-inner .hats-cp-content ul.cp-services-list li.cp-product-offering h2 {
    color: #ffffff !important;
    font-family: 'Urbanist' !important;
}


/*FULL WIDTH*/ @media (min-width: 1200px) {
    .container {
        max-width: calc(100% - 40px);
    }
    
    .sppb-row-container {
        max-width: calc(100% - 40px);
    }
}

.t4-palette-blue {
    background-color: #ffffff00;
}

/*Logo*/
.navbar-brand.logo-control img.logo-img {
  max-height: none !important;
  width: 40%;
}

.t4-header .header-block {
  margin-top: 20px;
}

/*Navigation*/
.dj-megamenu-clean li:hover, .dj-megamenu-clean li.hover {
    text-decoration: underline !important;
}
div.t4-col.megamenu.col-12.col-md {
    justify-items: end;
        align-content: center;
}
.dj-megamenu-select-dark .dj-mobile-open-btn, .dj-megamenu-offcanvas-dark .dj-mobile-open-btn, .dj-megamenu-accordion-dark .dj-mobile-open-btn {
    background: none !important;
}
div.t4-col.logo.col-12.col-md {
    align-content: center;
}

/* Main Body*/
.container {
    #max-width: -webkit-fill-available;
 }
    
#t4-main-body {
margin-top: 20px;
}

.sppb-btn-custom:hover {
  text-decoration: underline !important;
}

.sppb-btn-default:hover {
  text-decoration: underline !important;
}

.btn.btn-success:hover {
    text-decoration: underline !important;
}

.t4-masthead .container {
  padding-top: 0px;
  padding-bottom: 0px;
}

.sppb-btn-default.focus, .sppb-btn-default:focus {
  color: white !important;
}

.mx-auto {
  margin-right: 0px !important;
}

.sppb-btn-default {
  background-color: #2e2e2e;
  color: #efefef;
}


a.notext {
	font-size: 0 !important;
}

a.notext::before {
	font-size: 20px;
	font-family: "FontAwesome";
  	color: #1a61ab;
}

body {
 background-image: url("images/blur.webp");
 background-repeat: no-repeat;
 background-color: transparent;
 background-attachment: fixed;
}
div#t4-hero.t4-section.t4-hero.t4-palette-blue {
 background: transparent;
}
body, .t4-content {
    background-color: var(--body-bg-color);
    background-image: url(/images/blur.webp);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100%;
    background-attachment: fixed;
}



/*.icon-menu:before {
    content: "f";
}*/

.page-header h1, .page-header .h1, .categories-list h1, .categories-list .h1 {
  font-size: 40px;
  text-transform: none;
  align-items: center;
  font-weight: 900 !important;
}

.t4-col.logo.col-12.col-md-4 {
  padding-top: 10px;
}

.navbar-brand.logo-image.logo-control {
  float: right;
}

div#t4-header.t4-section.t4-header.border-bottom {
    background: #1f1b1c;
}

/*Circular Button Animation - Sitewide*/
.sppb-btn.sppb-btn-custom.sppb-btn-square.sppb-btn-outline {
  position: relative;
  overflow: hidden !important;
  z-index: 0 !important;
  transition: color 0.7s ease !important;
}

.sppb-btn.sppb-btn-custom.sppb-btn-square.sppb-btn-outline::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: #ffffff;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: width 0.7s ease, height 0.7s ease;
  z-index: -1;
}

.sppb-btn.sppb-btn-custom.sppb-btn-square.sppb-btn-outline:hover::before {
  width: 400px;
  height: 400px;
}

.sppb-btn.sppb-btn-custom.sppb-btn-square.sppb-btn-outline:hover {
  color: #1a1a1a;
}

/* Smart Slider 3 Button - Ripple Hover Effect (Sitewide) */

.n2-ss-button-container a.n2-ow {
  position: relative;
  overflow: hidden !important;
  z-index: 0 !important;
  transition: color 0.7s ease !important;
}

.n2-ss-button-container a.n2-ow::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: #ffffff;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: width 0.7s ease, height 0.7s ease;
  z-index: -1;
}

.n2-ss-button-container a.n2-ow:hover::before {
  width: 400px;
  height: 400px;
}

.n2-ss-button-container a.n2-ow:hover {
  color: #1a1a1a !important;
}

/*Glass Panes*/
#sppb-addon-69a43381-65fb-40d6-8da7-71fa1d30b9cc {
  position: relative;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.2);
}

#sppb-addon-69a43381-65fb-40d6-8da7-71fa1d30b9cc::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url(/images/2026/03/06/headshots-pane.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 0;
}

#sppb-addon-wrapper-69a43381-65fb-40d6-8da7-71fa1d30b9cc:hover #sppb-addon-69a43381-65fb-40d6-8da7-71fa1d30b9cc::before {
  opacity: 1;
}

#sppb-addon-69a43381-65fb-40d6-8da7-71fa1d30b9cc > * {
  position: relative;
  z-index: 1;
}

div.sppb-addon.sppb-addon-single-image._silver {
    border: 1px solid #81898D;
    border-radius: 10px;
}

button:focus {
    outline: none !important;
}

/*Easyblog Styling*/

#eb .btn-default {
    color: rgb(255 255 255) !important;
    background-color: none !important;
}

/*RS Form Styling*/

.form-control, .inputbox {
    max-width: -webkit-fill-available;
    background-color: #ffffff17;
    color: #bababa;
}

.dj-mobile-open-btn.active .dj-mobile-open-icon {
background: none !important;
}

.btn.btn-primary {
    background-color: #0d0d0d !important;
    border-color: #ffffff !important;
}

.btn {
    border-radius: 0px;
}

@media (max-width: 1000px) {
  
  .dj-megamenu-offcanvas-light .dj-mobile-open-btn {
    background: transparent !important;
  }
  
    span.dj-mobile-open-label {
    color: white;
  }
  
  .dj-mobile-open-btn.dj-fa-1 .dj-mobile-open-icon:before {
    color: white;
  }
  
  div#dj-megamenu204mobile {
    text-align: center;
    margin-top: 20px;
    background-color: #2e2e2e;
    border-radius: 10px;
    margin-bottom: 25px;
  }
  
  .border-bottom {
    border-bottom: 0px solid transparent !important;
  }
  
  img.logo-img-sm.d-block.d-sm-none {
        margin-left: auto;
   	    margin-right: auto;
  }
  
  .navbar-brand.logo-image.logo-control {
    width:100%;
    margin-right: 0px;
  }
	
	.t4-header .header-block {
		margin-bottom: 25px;
	}
}
  

@media (max-width: 767px) {
  
  span.dj-mobile-open-label {
    color: white;
  }
  
  .dj-mobile-open-btn.dj-fa-1 .dj-mobile-open-icon:before {
    color: white;
  }
  
  div#dj-megamenu204mobile {
    text-align: center;
    margin-top: 20px;
    background-color: transparent !important;
    border-radius: 10px;
    margin-bottom: 25px;
  }
  
  .border-bottom {
    border-bottom: 0px solid transparent !important;
  }
  
  img.logo-img-sm.d-block.d-sm-none {
        margin-left: auto;
   	    margin-right: auto;
  }
  
  .navbar-brand.logo-image.logo-control {
    width:100%;
    margin-right: 0px;
  }
	
	.t4-header .header-block {
		margin-bottom: 25px;
	}
	
  a.notext::before {
	font-size: 20px;
	font-family: "FontAwesome";
}
  
  .t4-col.logo.col-12.col-sm.col-xl-4.col-md-4 {
    text-align: center;
	}
  
  div#dj-megamenu148mobileWrap {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  
  .dj-mobile-open-btn {
    font-size: 22px !important;
    background: transparent !important;
  }

   body, .t4-content {
        background-color: var(--body-bg-color);
        background-image: url(/images/blur-mobile.webp);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        background-attachment: bottom;
    }

    div.t4-col.megamenu.col-12.col-md {
    justify-items: anchor-center;
    max-height: 60px;
}
.dj-mobile-open-btn.active .dj-mobile-open-icon {
background: none !important;
}
}