/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.530
 Text Domain:  bricks
*/

/********************************* TYPOGRAPHY ***************************/
/***********************************************************************/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

p, ul, li, body {
  font-family: "Montserrat", sans-serif;
}
h1, h2, h3, h4, h5 {
	font-family: "Montserrat", sans-serif;
  	font-weight:bold;
}
.footer-card-title {
	color:#083A78;
  	font-weight:bold;
  	font-size:18px;
}
html {
	font-size:16px;
}

body, p {
	font-size:1.125rem; /* 18px */
}
li, ul, ol {
	font-size:1rem; /* 16px */
}
h1 {
	font-size: clamp(2.5rem, 5vw, 4.375rem);
}

h2 {
	font-size: clamp(2rem, 4vw, 3.125rem);
}

h3 {
	font-size: clamp(1.75rem, 1.5vw, 2.5rem);
}

h4 {
	font-size: clamp(1.5rem, 1.04vw, 2rem);
}
h5 {
	font-size: clamp(1.25rem, 0.83vw, 1.5rem);
}
h6 {
	font-size: clamp(1.115rem, 0.7vw, 1.25rem);
}

p.small-text, .small-text p {
	font-size:0.75rem; /* 12px */
}
p.md-text, .md-text p {
	font-size:1rem; /* 16px */
}
body.md-text, .md-text body {
	font-size:1rem; /* 16px */
}
p.big-text, .big-text p {
    font-size: clamp(1.115rem, 3vw, 1.5rem);
}

h6.small-heading, .small-heading h6{
	font-size:1rem; /* 16px */
}

h1.h1-super-hero, .h1-super-hero h1 {
	font-size:10.625rem; /* 170px */
}
h1.h1-hero, .h1-hero h1 {
	font-size: 6.25rem; /* 100px */
}
h3.dynamic, .dynamic h3 {
	font-size: clamp(1rem, 3vw, 1.115rem);
}

#brxe-ewtlzv .repeater-item [data-field-id="6b8ef6"] {
    margin-top: 20px;
    margin-right: 0;
    margin-bottom: 20px;
    font-size: clamp(1.4rem, 1.5vw, 2.5rem) !important;
    color: #083A78;
    margin-left: 0;
}
#brxe-ewqswh .repeater-item [data-field-id="c03d48"] {
    margin-top: 20px;
    margin-right: 0;
    margin-bottom: 20px;
    margin-left: 0;
    font-size: clamp(1.4rem, 1.5vw, 2.5rem) !important;
    color: #083A78;
}
#brxe-duqdix .repeater-item [data-field-id="c03d48"] {
    margin-top: 20px;
    margin-right: 0;
    margin-bottom: 0px !important;
    margin-left: 0;
}
#brxe-rccehc .repeater-item [data-field-id="622f37"] {
    margin-top: 20px;
    margin-right: 0;
    margin-bottom: 0px !important;
    margin-left: 0;
}
#brxe-aenrel .repeater-item [data-field-id="622f37"] {
    margin-top: 20px;
    margin-right: 0;
    margin-bottom: 0px !important;
    margin-left: 0;
}
#brxe-toxxbx .repeater-item [data-field-id="c03d48"] {
    margin-top: 20px;
    margin-right: 0;
    margin-bottom: 0px !important;
    margin-left: 0;
}
.brxe-carousel .dynamic {
    margin: 0;
    padding: 0;
    margin-bottom: 0px !important;
}
.protocol-accordion h5 {
	font-size: clamp(1.5rem, 1.04vw, 2rem) !important;
}
h5.protocol-accordion {
	font-size: clamp(1.5rem, 1.04vw, 2rem) !important;
}
/********************************* COLORS ***************************/
/***********************************************************************/

.light { color:#fff; }       /* white color */
.dark { color:#333333; }      /* dark text color */
.primary { color:#083A78; }   /* blue color */
.secondary { color:#51A8F0; } /* light blue Color */


/********************************* BUTTONS ***************************/
/***********************************************************************/

.header-btn-light-blue {
	background-color:#51A8F0;
  	color:#fff;
  	border:1px solid #51A8F0;
  	transition: ease-in-out 0.2s;
}
.header-btn-light-blue:hover {
	background-color:#fff;
  	color:#51A8F0;
}

.header-btn-blue {
	background-color:#083A78;
  	color:#fff;
  	border:1px solid #083A78;
  	transition: ease-in-out 0.2s;
}
.header-btn-blue:hover {
	background-color:#fff;
  	color:#083A78;
}
.hipaa-btn {
	color:#083A78;
    border-radius:20px;
  	border:1px solid #083A78;
    transition:ease-in-out 0.2s;
  	width:100%;
  	max-width:350px;
}
.hipaa-btn:hover {
	background-color:#083A78;
  	color:#fff;
}
.btn-lb {
	color:#fff;
    border-radius:20px;
  	background-color:#51A8F0;
  	border:1px solid #51A8F0;
    transition:ease-in-out 0.2s;
  	width:100%;
  	max-width:350px;
}
.btn-lb:hover {
	background-color:transparent;
  	color:#51A8F0;
}
.pain-btn {
	background-color:#51A8F0;
  	padding:12px;
    border-radius:20px;
  	border:1px solid #51A8F0;
  	color:#fff;
    transition:ease-in-out 0.2s;	
}
.pain-btn:hover {
	background-color:transparent;
  	color:#51A8F0;
}

/********************************* HEADER STYLES ***************************/
/***********************************************************************/

.glass-morph-bg-light {
	background: rgba( 255, 255, 255, 0.75 );
	backdrop-filter: blur( 4px );
	-webkit-backdrop-filter: blur( 4px );
}
.db-top-bar-bg {
	background:#083A78;
}
.top-bar-link-blue {
	color:#51A8F0;
    transition:ease-in-out 0.2s;
}
.top-bar-link-blue:hover {
	color:#fff;
}
.top-bar-link-light {
	color:#fff;
    transition:ease-in-out 0.2s;
}
.top-bar-link-light:hover {
	color:#51A8F0;
}

/*********************************** FOOTER STYLES ************************/
/*************************************************************************/

.office-hours-card {
	padding:20px;
  	background-color: rgba(255,255,255, 0.2);
  	border-radius:20px;
    max-width:250px;
    width:100%;
}

    .flex-grid {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
    }

    .grid-item {
      display: flex;
      align-items: center;
      width: 100%;
      margin-bottom: 20px;
    }

    .grid-item img {
      width: 40px;
      height: 40px;
      margin-right: 15px;
    }

    .grid-item span {
      font-size: 18px;
    }

    /* Mobile View */
    @media (max-width: 768px) {
      .flex-grid {
        flex-direction: column;
        align-items: center;
      }

      .grid-item {
        width: 100%;
        justify-content: center;
      }

      .grid-item img {
        margin-right: 0;
        margin-bottom: 10px;
      }

      .grid-item {
        flex-direction: column;
        align-items: center;
      }
    }
/*********************************** CLICKABLE PAIN GUY CSS *************/
/***********************************************************************/

.hotspot-content {
	max-width:800px;
  	width:100%;
}
#hotspot-521 .hotspots-image-container, #hotspot-521 .leaflet-container {
    background: transparent !important;
}
.hotspots-image-container .hotspots-map-container {
    left: 0;
    margin: 0 !important;
    max-width: 100%;
    position: absolute;
    right: 0;
    top: 0;
}
.layout-left .hotspots-placeholder, .layout-right .hotspots-placeholder {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75% !important;
        -moz-box-flex: 0;
        -ms-flex: 0 0 75% !important;
        flex: 0 0 75% !important;
        max-width: 75% !important;
    }
.layout-left .hotspots-image-container, .layout-right .hotspots-image-container {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25% !important;
        -moz-box-flex: 0;
        -ms-flex: 0 0 25% !important;
        flex: 0 0 25% !important;
    }
.hotspot-title, .entry-content .hotspot-title {
    margin-top: 0;
    padding-top: 0;
    text-align: left !important;
}
#hotspot-521 .hotspots-placeholder, .featherlight .featherlight-content.lightbox-521 {
    background: #ffffff;
    border: 0 #ffffff solid;
    color: #333333;
    display: flex;
    align-items: center;
}

/*********************************** PHYSICIAN GRID ************************/
/*************************************************************************/
.physician-grid.brxe-posts .bricks-layout-wrapper[data-layout=grid] img {
    height: 360px;
    border-radius: 30px;
}

#brxe-kgjgkd .bricks-layout-wrapper[data-layout=grid] .image-wrapper {
	border-radius:20px;
}
/*********************************** MISC STYLES ************************/
/*************************************************************************/

.brxe-posts img {
    width: 100%;
    border-radius: 15px;
}

:where(.brxe-slider) .slider-content {
    padding: 0px !important;
    position: relative;
    z-index: 2;
}

.hide {
	display:none;
}
.radius-40 {
	border-radius:40px !important;
}
.no-click {
	pointer-events:none;
}
.display-mobile {
	display:none;
}
.hide-mobile {
	display:block;
}
.first-banner-container {
  margin-bottom:10px;
  padding:12px;
  background-color:#083A78;
  border-radius:15px;
  max-width: 390px;
  width:100%;
}

.second-banner-container {
  margin-bottom:10px;
  padding:12px;
  background-color:#51A8F0;
  border-radius:15px;
  max-width: 1100px;
  width:100%;
  margin-left:10px;
}

.three-col-banner-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; /* Space between each item */
  gap: 10px; /* Optional: Adjust gap between items */
  flex: 1; /* Allow banners to take equal space */
}

.three-col-banner-grid-alt {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; /* Space between each item */
  gap: 10px; /* Optional: Adjust gap between items */
  flex: 1; /* Allow banners to take equal space */
}

.three-col-banner-item {
  display: flex;
  align-items: center; /* Align icon and text vertically */
  flex: 1 1 calc(33.33% - 10px); /* Three columns with space */
  padding: 10px; /* Optional: Adjust padding */
  box-sizing: border-box; /* Include padding in width */
  justify-content:center;
}
.icon-m-r {
	margin-right:10px;
}
.three-col-banner-icon {
  margin-right: 10px; /* Space between icon and text */
  width: 24px; /* Adjust icon size */
  height: 24px; /* Adjust icon size */
}
.home-banner-container {
  display: flex; /* Flex container to align banners horizontally */
  justify-content:center;
  margin-top:-150px;
}

@media (max-width: 768px) {
  .display-mobile {
  	display:block;
  }
  .hide-mobile {
  	display:none;
  }
.three-col-banner-grid-alt {
  display: block;
  width:100%;
}
.home-banner-container {
  display: block;
  width:100%;
  }
.second-banner-container {
  margin-left:0px;  
  }
}

/*********************************** RESPONSIVE ************************/
/*************************************************************************/
@media (max-width: 380px) {
}
@media (max-width: 500px) {
}
@media (max-width: 768px) {
  
.layout-left .hotspots-placeholder, .layout-right .hotspots-placeholder {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100% !important;
        -moz-box-flex: 0;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
  
}
@media (max-width: 991px) {
 .footer-card-title {
  	font-size:16px;
} 
.first-banner-container {
  max-width: 1100px;
  width:100%;
}

.second-banner-container {
  max-width: 1100px;
  width:100%;
  margin-left:0px;
}
.home-banner-container {
  display: block;
  margin-top:10px;
  width:100%;
  }
}
@media (max-width: 1100px) {
.first-banner-container {
  max-width: 1100px;
  width:100%;
}

.second-banner-container {
  max-width: 1100px;
  width:100%;
  margin-left:0px;
}
.home-banner-container {
  display: block;
  margin-top:10px;
  width:100%;
  }
}
@media (max-width: 1350px) {
}