/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Version: 4.25.1.1717626080
Updated: 2024-06-05 17:21:20

*/

:root {
	--white: #ffffff;
	--black: #000000;
	--charcoal: #353a47;
	--green: #84b082;
	--orange: #ee6c4d;
	--blue: #0eb1d2;
	--cream: #ffe8d4;
	--bordergray: #c2ccd3;
	--boxshadow: 10px 10px 0px 0px #ccc8b8;
	/* Fonts */
	--headerfont: "Lato", sans-serif;
	--bodyfont: "Lato", sans-serif;
	--accentfont: "Windsong", cursive;
	--fontitalic: 'italic';
	--weight100: 100; --weight200: 200; --weight300: 300; --weight400: 400; --weight500: 500; --weight600: 600; --weight700: 700; --weight800: 800; --weight900: 900; --font12: 0.75rem; --font14: 0.875rem; --font16: 1rem; --font18: 1.125rem; --font19: 1.1875rem; --font20: 1.25rem; --font22: 1.375rem; --font23: 1.4375rem; --font24: 1.5rem; --font26: 1.625rem; --font28: 1.75rem; --font30: 1.875rem; --font31: 1.9375rem; --font32: 2rem; --font34: 2.125rem; --font36: 2.25rem; --font38: 2.375rem; --font40: 2.5rem; --font42: 2.625rem; --font44: 2.75rem; --font46: 2.875rem; --font48: 3rem; --font50: 3.125rem; --font52: 3.25rem; --font54: 3.375rem; --font56: 3.5rem; --font58: 3.625rem; --font60: 3.75rem; --font62: 3.875rem; --font64: 4rem; --font66: 4.125rem; --font68: 4.25rem; --font70: 4.375rem; --font72: 4.5rem; --font74: 4.625rem; --font76: 4.75rem; --font78: 4.875rem; --font80: 5rem; --font82: 5.125rem; --font84: 5.25rem; --font86: 5.375rem; --font88: 5.5rem; --font90: 5.625rem; --font92: 5.75rem; --font94: 5.875rem; --font96: 6rem; --font98: 6.125rem; --font100: 6.25rem;
}

/* CARRIE'S CUSTOM LIST STYLE */
.custom-list {
  font-family: sans-serif;
/*  padding-left: 2rem;*/
}
.gform_title {
	display: none;
}
.custom-list ol,
.custom-list ul {
  list-style: none !important;
  padding: 0 !important;
  padding-left: 2rem!important;
  margin: 0 !important;
  counter-reset: item;
  display: table;
  border-spacing: 0 2em; /* ← spacing between rows */
}

.custom-list li {
  display: table-row;
  line-height: 1.5;
}

.custom-list ol li::before {
  content: counter(item) ".";
  counter-increment: item;
}

.custom-list ul li::before {
  content: "•";
}

.custom-list li::before {
  display: table-cell;
  width: 2ch;
  padding-right: 1ch;
  vertical-align: top;
  font-size: 1.1em;
}

.custom-list li > * {
  display: table-cell;
}






/* ===================
FONTS
====================*/
.headerfont {
	font-family: "Lato", sans-serif;
}
.bodyfont {
	font-family: "Lato", sans-serif;
}
.accentfont, 
.accentfont .et_pb_text_module,
.accentfont h2 {
	font-family: "WindSong", cursive;
    font-weight: 500;
    font-style: normal;
}
body {
	font-size: 18px;
	font-family: "Lato", sans-serif;
	font-weight: var(--weight400);
	font-style: normal;
	color: var(--charcoal);
}
	.et_pb_menu--without-logo .et_pb_menu__menu>nav>ul>li a {
    font-family: "Lato", sans-serif;
}
h1 { 
  font-family: var(--headerfont);
  font-optical-sizing: auto;
  font-size: 54px;
  font-weight: 300;
  font-style: normal;
  color: var(--charcoal);
}
h2 { 
  font-family: var(--headerfont);
  font-optical-sizing: auto;
  font-size: 34px;
  font-weight: 300;
  font-style: normal;
  color: var(--charcoal);
  line-height: 1.1em;
}
.feature-cta h2 {
  padding-bottom: 0;
  padding-top: 10px;
}
#sidebar h2 {
	font-size: 20px;
}
h3 { 
  font-family: var(--headerfont);
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
  color: var(--charcoal);
  line-height: 1.3em;
}
h4 { 
  font-family: var(--bodyfont);
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  line-height: 1.3em;
}
h5 { 
  font-family: var(--bodyfont);
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
p { 
  font-family: var(--bodyfont);
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: var(--black);
}
.et_pb_blurb .et_pb_blurb_container{
  padding: 20px;
}
.color-light p{ 
  color: var(--white);
}

/* =======================
BUTTONS 
=========================*/
.button-margin {
	display: inline-block; margin-bottom: 20px
}
/* PRIMARY */
body #et-boc .et_pb_button,
.et_pb_button.primary_btn,
.primary_btn .et_pb_button,
.cm-hipaa-forms-submit.gravity.cm-hipaa-forms-button, 
.gform_button.button {
	color: #353A47 !important;
	border: 2px solid #0EB1D2!important;
    border-radius: 50px;
	font-family: var(--headerfont);
	font-size: 18px;
	padding: 5px 30px!important;
    background-color: #ecfbfe;
}
body #et-boc .et_pb_button:hover,
.et_pb_button.primary_btn:hover,
.primary_btn .et_pb_button:hover,
.cm-hipaa-forms-submit.gravity.cm-hipaa-forms-button:hover, 
.gform_button.button:hover {
	color: #000000 !important;
    background-color: var(--blue);
}

/* Reset styles */
.et_pb_button.secondary_btn,
.secondary_btn .et_pb_button,
.wpcf7-submit {
	color: var(--white) !important;
	border: 2px solid var(--blue)!important;
    background-color: var(--blue) !important;
	font-family: var(--headerfont);
	font-size: 18px;
	padding: 5px 30px !important;
    
    /* Reset potentially conflicting properties */
    border-style: solid !important; /* Ensure a single solid border */
    box-shadow: none !important; /* Remove any shadows */
    outline: none !important; /* Remove extra outlines */
}

.et_pb_button.secondary_btn:hover,
.secondary_btn .et_pb_button:hover,
.wpcf7-submit:hover{
	color: var(--blue);
    background-color: var(--white);
}

/* --------------------
GLOBAL SCROLLBAR 
------------------------*/
/* width */
::-webkit-scrollbar {
	width: 20px;
}

/* Track */
::-webkit-scrollbar-track {
	background: var(--cream);
}

/* Handle */
::-webkit-scrollbar-thumb {
	background: var(--orange);
	background: var(--orange);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
	background: var(--orange);
	border-top: 14px solid var(--blue);
	border-bottom: 14px solid var(--blue);
}

/* Back to Top */
.et_pb_scroll_top.et-pb-icon {
	background: var(--orange);
}

/* Highlight Styles */
::-moz-selection {
	color: var(--black) !important;
	background: var(--green) !important;
}

::selection {
	color: var(--black) !important;
	background: var(--cream) !important;
}
.et-menu li li a {
    width: 300px!important;
}
.nav li ul {
    width: 340px!important;
}

/* ================
HERO FONTS
===================*/
/* Base Desktop Styles */
h1.hero-title {
  font-family: var(--headerfont);
  font-optical-sizing: auto;
  font-weight: 300;
  font-size: 100px;
  line-height: 0.6em;
  text-align: center;
  font-style: normal;
  color: var(--charcoal);
}

h1.hero-title .uppercase-text {
  text-transform: uppercase;
}

h1.hero-title .minneapolis-text {
  font-size: 50px;
}

/* Mobile Styles */
@media screen and (max-width: 768px) {
  h1.hero-title {
    font-size: 42px;
    line-height: 1.1em;
    font-weight: 400;
    position: relative;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4);
	padding-top: 20px;
  }

  h1.hero-title .minneapolis-text {
    font-size: 20px;
	  color: white;
  }
h1.hero-title .uppercase-text {
	text-transform: uppercase;
	color: white;
}
	
  h1.hero-title::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(4px);
    z-index: -1;
    border-radius: 8px;
  }
	
	.et_pb_section_video h3 {
		color: white;
	}
}

/* ================
   HIPAA FORM STYLES
   ================ */
.cm-hipaa-forms-submit.gravity.cm-hipaa-forms-button {
	text-align: center;
	margin-top: 35px;
}
.cm-hipaa-forms-submit .material-icons {
	display: none!important;
}
.material-icons.cmprivacy-close-btn {
	display: inline-block!important;
	width: 15px;
	height: 15px;
	background-image: url('/wp-content/uploads/2025/03/x-icon.svg');
	background-size: cover;
	background-position: center;
	text-indent: -9999px;
	overflow: hidden;
	display: none;
	color: transparent!important;
}
.cmprivacy-modal-inner {
	background: white!important;
}
.cmprivacy-modal-inner h3 {
    color: var(--charcoal);
    margin-top: 10px;
}
h2.cmprivacy-title,
.cmprivacy-content,
.cmprivacy-content p,
.cmprivacy-content h2,
.cmprivacy-content h3,
.cmprivacy-content h4 {
	color: black!important;
}
.cmprivacy-content ul {
	margin-top: 10px;
}
.cm-hipaa-forms-privacy-agree {
	display: inline-block!important;
}
.cm-hipaa-notice {
    padding: 30px 20px;
    color: var(--green);
    text-align: center;
    background: transparent;
    margin-top: 10px;
    border-radius: 5px;
    font-size: 16px;
    text-transform: uppercase;
}
.sr-only {
	display: none;
}
/* ================
Testimonial Slider
===================*/
.tss-wrapper .tss-carousel3 .item-content-wrapper {
    padding: 25px;
    background: #FFFFFF;
    border-radius: 5px;
    position: relative;
	border-style: solid;
	border-width: 20px;
	border-color: #FFE8D4;
	box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.3);
}
.tss-wrapper .tss-carousel3 .item-content-wrapper:before{
	color: var(--green);
}
.tss-wrapper .tss-carousel3 .item-content {
    font-style: normal;
    font-size: 18px;
	line-height: 1.6;
}
.tss-carousel .swiper-pagination-bullet {
    margin: 0 5px !important;
    width: 20px;
    height: 20px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background: var(--white);
}
.tss-carousel .swiper-pagination-bullet:hover{
	background: var(--white);
}

.tss-carousel.swiper .swiper-pagination {
    position: absolute; /* Ensure it's absolute */
    bottom: -50px !important;
    left: 50%;
    transform: translateX(-50%); /* Centers it horizontally */
    max-width: 350px;
    background: #84b082ab;
    padding-top: 9px;
    border-radius: 50px;
    border: 2px solid;
    border-color: #84b082;
}


/* ----------- 
SIDE BY SIDE BUTTON
----------- */
.side-by-side-wrap {
    display: flex;
    justify-content: flex-start;
    gap: 20px;
}

.side-by-side-wrap .et_pb_button_module_wrapper {
    flex: 0;
}

.side-by-side-wrap a.et_pb_button {
    padding: 12px 24px;
    text-align: center;
    display: inline-block;
    white-space: nowrap;
    font-size: 16px;
}

@media (max-width: 768px) {
    .side-by-side-wrap {
        flex-direction: column;
    }

    .side-by-side-wrap .et_pb_button_module_wrapper {
        margin-bottom: 10px;
    }
}


/* ================
TIMELINE
===================*/
.timeline-wrapper {
    overflow: hidden;
    width: 100%;
    position: relative;
    height: 300px;
    background-color: #222;
    padding: 50px 0;
}

.timeline-container {
    display: flex;
    transition: transform 0.5s ease;
    cursor: grab;
}

.timeline-item {
    flex: 0 0 25%; 
    text-align: center;
    padding: 0 15px;
    box-sizing: border-box;
}

.timeline-item:last-child {
    visibility: hidden; 
}

.timeline-item h3 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 15px;
}

.timeline-content h4 {
    color: #ccc;
    font-size: 18px;
    margin-bottom: 10px;
}

.timeline-content p {
    color: #888;
    font-size: 14px;
}

.timeline-wrapper:active .timeline-container {
    cursor: grabbing;
}

/* ================
Footer
===================*/
.footer-blog .et_pb_post {
    margin-bottom: 10px;
	padding-bottom: 0px;
    word-wrap: break-word;
}
.et_pb_blurb .et_pb_blurb_container {
    padding: 0px;
}

/* ================
MEDIA QUERIES (tablets and smaller mobile devices)
===================*/
@media screen and (max-width: 768px) {
  h1 {
    font-size: 25px;
    line-height: 1.1em;
  }

  h2 {
    font-size: 24px;
    line-height: 1.2em;
  }

}
/* ================
MOBILE (Testimonial Slider)
===================*/
.tss-wrapper .tss-carousel3 .item-content-wrapper {
    padding: 15px;
	border-width: 10px;
}
