/*
Theme Name: Levo Child
Template: Levo
Author: Levo Health
Description: Levo Health WordPress Theme
Version: 1.0.290
Updated: 2024-2-23 12:08:03

*/

/**** CUSTOM FONT INJECTION *********************/
/************************************************/

@font-face {
    font-family: '#';
    src: url('/wp-content/themes/levo-theme-child/fonts/#') format('woff');
    font-weight:   normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: '#';
    src: url('/wp-content/themes/levo-theme-child/fonts/#') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

p, h1, h2, h3, h4, h5, ul, li, a, span, body {
		 font-family:'Montserrat';
}

h1,h2,h3,h4,h5,h6 {
	font-family: 'Montserrat' !important;
}

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

html {
	font-size:16px !important;
}

h1 {
	font-size:3.5rem !important;
  	line-height:1.2;
}
h2 {
	font-size:2.8rem !important;
  	line-height:1.2;
}
h3 {
	font-size:2.3rem !important;
  	line-height:1.2;
}
h4 {
	font-size:1.8rem !important;
}
h5 {
	font-size:1.5rem !important;
}

p, ul, li {
    font-size:1.2rem !important;
    line-height:1.55;
}

h1.hero-h1 {
	font-size:4.75rem !important;
}
.hero-h1 h1 {
	font-size:4.75rem !important;
}
.body-callout p {
	font-size: 2rem !important;
}
.body-md p {
	font-size:1.2rem !important;
}
.body-sm p {
	font-size:1rem !important;
}

.small-txt {
	font-size:0.5rem !important;
}
.center-txt {
	text-align:center !important;
}
.left-txt {
	text-align:left !important;
}
.right-txt {
	text-align:right !important;
}
.line-height-auto {
	line-height:auto !important;
}
.text-bold {
	font-weight:bold !important;
}
.no-decoration {
	text-decoration:none !important;
}
.management-grid h5 {
	font-size:1.2rem !important;
 	color:#2C50A4 !important;
}

/**** COLORS **********************************/
/**********************************************/

.light {
	color:#fff !important; /*** white color ***/
}
.dark {
	color:#191B1C !important; /*** off-black color ***/
}
.primary {
    color:#2C50A4 !important; /*** blue color ***/
}
.secondary {
	color:#6A799B !important; /*** gray/blue color ***/
}
.var--orange {
	color:#F2994A !important;
}

body {
 color:#000;
 font-family:'Montserrat';
}

.bg-light-blue { 
	background-color:#EEF7FB !important;
}
/**** SPACING, PADDING, MARGIN ****************/
/**********************************************/

.m-0 { margin:0px !important; }

.mt-10 { margin-top:10px; }
.mt-15 { margin-top:15px; }
.mt-20 { margin-top:20px; }
.mt-25 { margin-top:25px; }
.mt-30 { margin-top:30px; }
.mt-40 { margin-top:40px; }
.mt-50 { margin-top:50px; }
.mt-60 { margin-top:60px; }

.mb-10 { margin-bottom:10px; }
.mb-15 { margin-bottom:15px; }
.mb-20 { margin-bottom:20px; }
.mb-25 { margin-bottom:25px; }
.mb-30 { margin-bottom:30px; }
.mb-40 { margin-bottom:40px; }
.mb-50 { margin-bottom:50px; }
.mb-60 { margin-bottom:60px; }

.my-10 { margin-bottom:10px; margin-top:10px; }
.my-15 { margin-bottom:15px; margin-top:15px; }
.my-20 { margin-bottom:20px; margin-top:20px; }
.my-25 { margin-bottom:25px; margin-top:25px; }
.my-30 { margin-bottom:30px; margin-top:30px; }
.my-40 { margin-bottom:40px; margin-top:40px; }
.my-50 { margin-bottom:50px; margin-top:50px; }
.my-60 { margin-bottom:60px; margin-top:60px; }

.mr-10 { margin-right:10px; }
.mr-15 { margin-right:15px; }
.mr-20 { margin-right:20px; }
.mr-25 { margin-right:25px; }
.mr-30 { margin-right:30px; }

.ml-10 { margin-left:10px; }
.ml-15 { margin-left:15px; }
.ml-20 { margin-left:20px; }
.ml-25 { margin-left:25px; }
.ml-30 { margin-left:30px; }

.mx-10 { margin-right:10px; margin-left:10px; }
.mx-15 { margin-right:15px; margin-left:15px; }
.mx-20 { margin-right:20px; margin-left:20px; }
.mx-25 { margin-right:25px; margin-left:25px; }
.mx-30 { margin-right:30px; margin-left:30px; }

.p-0 { padding:0px !important; }

.pt-10 { padding-top:10px; }
.pt-15 { padding-top:15px; }
.pt-20 { padding-top:20px; }
.pt-25 { padding-top:25px; }
.pt-30 { padding-top:30px; }
.pt-40 { padding-top:40px; }
.pt-50 { padding-top:50px; }
.pt-60 { padding-top:60px; }

.pb-10 { padding-bottom:10px; }
.pb-15 { padding-bottom:15px; }
.pb-20 { padding-bottom:20px; }
.pb-25 { padding-bottom:25px; }
.pb-30 { padding-bottom:30px; }
.pb-40 { padding-bottom:40px; }
.pb-50 { padding-bottom:50px; }
.pb-60 { padding-bottom:60px; }

.py-10 { padding-bottom:10px; padding-top:10px; }
.py-15 { padding-bottom:15px; padding-top:15px; }
.py-20 { padding-bottom:20px; padding-top:20px; }
.py-25 { padding-bottom:25px; padding-top:25px; }
.py-30 { padding-bottom:30px; padding-top:30px; }
.py-40 { padding-bottom:40px; padding-top:40px; }
.py-50 { padding-bottom:50px; padding-top:50px; }
.py-60 { padding-bottom:60px; padding-top:60px; }
.py-100 { padding-bottom:100px; padding-top:100px; }

.pr-10 { padding-right:10px; }
.pr-15 { padding-right:15px; }
.pr-20 { padding-right:20px; }
.pr-25 { padding-right:25px; }
.pr-30 { padding-right:30px; }

.pl-10 { padding-left:10px; }
.pl-15 { padding-left:15px; }
.pl-20 { padding-left:20px; }
.pl-25 { padding-left:25px; }
.pl-30 { padding-left:30px; }

.px-10 { padding-right:10px; padding-left:10px; }
.px-15 { padding-right:15px; padding-left:15px; }
.px-20 { padding-right:20px; padding-left:20px; }
.px-25 { padding-right:25px; padding-left:25px; }
.px-30 { padding-right:30px; padding-left:30px; }

.section-container { padding-left:10%; padding-right:10% }
.row-0-padding {padding 0px !important;}

/**** CONTAINERS ******************************/
/**********************************************/

.main-container {
	padding-left:12%;
  	padding-right:12%;
}
.location-inner-container {
	padding-left:12%;
}

.inner-col-container {
	padding-left:8%;
  	padding-right:8%;
}

.card-container {
 border: 1px solid transparent;
 border-radius:15px;
 height:570px;
}
.card-info-container {
	padding:20px;
}
/**** provider grid rounded edges ****/
.entry-media img {
    border-top-left-radius:15px;
    border-top-right-radius:15px;
}
.vcex-post-type-entry-details {
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

/**** BUTTON **********************************/
/**********************************************/

.theme-button {
	background-color:#05BB90 !important;
  	color:#fff;
  	font-size:1rem;
  	font-weight:600;
  	border: 1px solid #05BB90;
    border-radius:15px;
}
.theme-button, input[type="submit"] {
  	font-size:1rem;
  	font-weight:600;
  	border: 1px solid #05BB90;
}
.theme-button:hover {
	background-color:transparent !important;
  	color:#05BB90;
}

.theme-button-alt {
	background-color:#05BB90 !important;
  	color:#fff;
  	font-size:1rem;
  	font-weight:600;
  	border-radius:15px;
}
.theme-button-alt:hover {
	background-color:#fff;
  	color:#05BB90 !important;
}

.theme-button-border {
	background-color:transparent !important;
  	color:#05BB90;
  	font-size:1rem;
  	font-weight:600;
  	border: 1px solid #05BB90;
}
.theme-button-border:hover {
	background-color:#05BB90 !important;
  	color:#fff;
  	font-size:1rem;
  	font-weight:600;
  	border: 1px solid #05BB90;
}


.theme-button-light {
	background-color:#fff !important; 
  	color:#05BB90;
  	font-size:1rem;
  	font-weight:600;
  	border-radius:15px;
  	border: 1px solid #fff;
}
.theme-button-light:hover {
	background-color:transparent !important;
  	color:#fff;
  	font-size:1rem;
  	font-weight:600;
  	border-radius:15px;
}

.theme-button-inverse {
	background-color:transparent !important;
  	color:#2C50A4 !important;
  	font-size:1rem;
  	font-weight:600;
  	border: 1px solid #2C50A4;
    border-radius:15px;
}
.theme-button-inverse:hover {
	background-color:#2C50A4 !important;
  	color:#fff !important;
}

/*** BLOG ************************************/
/*********************************************/

#post-media img {
    border-radius: 20px;
}
.single-post-title {
    font-size: 3rem !Important;
}
.blog-txt .entry h2 {
    font-size: 2.1rem !important;
}
.blog-txt .entry h3 {
    font-size: 1.7rem !important;
}
#blog-txt h2 {
    font-size: 2.1rem !important;
}
#blog-txt h3 {
    font-size: 1.7rem !important;
}

/*** PROVIDER INNER TABS *********************/
/*********************************************/
.vc_tta-color-white.vc_tta-style-classic .vc_tta-tab.vc_active>a {
    border-color: transparent !important;
    background-color: #071f58 !important;
    color: #fff !important;
}

.vc_tta-color-white.vc_tta-style-classic .vc_tta-tab>a {
    border-color: transparent !important;
    background-color: #eef7fb !important;
    color: #071f58 !important;
}

.vc_tta.vc_tta-spacing-1 .vc_tta-tab {
    margin-left: 10px !important;
}

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

#site-header.header-one.wpex-full-width, #site-header.header-five.wpex-full-width {
    padding-left: 4% !important;
    padding-right: 5% !important;
}
/****
#site-logo-inner {
	pointer-events:none !important;
}
/****
/*** FORM STYLES *****************************/
/*********************************************/
.flex-form.theme-button, .color-button, input[type="submit"], button, .button, .added_to_cart {
	background-color:#05BB90 !important;
  	border-radius:15px;
}
body .flex-form .gfield_consent_label {
	color:#fff !important;
}
.form-consent-box {
   grid-column: span 6 !important;
}

/**** COMPONENT *******************************/
/**********************************************/



/**** MISC ************************************/
/**********************************************/

.vcex-icon-box-heading {
    padding-left: 60px;
}
.vcex-icon-box-content {
	padding-left:60px;
}
.opacity-50 {
	opacity:50% !important;
}

.img-radius {
   border:1px solid transparent;
   border-radius:15px;
}
body .wpex-semi-rounded {
    border-radius: 4px;
    margin-right: 5px;
    margin-left: 5px;
}

/**** RESPONSIVE ******************************/
/**********************************************/
@media only screen and (max-width: 1370px) {
	
h1 {
	font-size:2.35rem !important;
  	line-height:1.2;
}
h2 {
	font-size:2.15rem !important;
  	line-height:1.2;
}
h3 {
	font-size:1.85rem !important;
  	line-height:1.2;
}	
p, ul, li {
    font-size:1rem !important;
    line-height:1.55;
}
	
}
@media only screen and (max-width: 959px)
{
	.grid_col_wrapper .grid-container
	{
		 grid-template-columns: repeat(2,1fr)!important;
	}
}

@media only screen and (max-width: 768px) {
h1 {
	font-size:2.35rem !important;
  	line-height:1.2;
}
h2 {
	font-size:2.15rem !important;
  	line-height:1.2;
}
h3 {
	font-size:1.85rem !important;
  	line-height:1.2;
}
h4 {
	font-size:1.4rem !important;
}
h5 {
	font-size:1.3rem !important;
}
h6 {
	font-size:1rem !important;
}
p, ul, li {
    font-size:1rem !important;
    line-height:1.55;
}
.body-md p {
	font-size:1rem !important;
}
h1.hero-h1 {
	font-size:2.35rem !important;
}
.hero-h1 h1 {
	font-size:2.35rem !important;
}
.theme-button, .theme-button-alt, .theme-button-light {
  	font-size:1rem !important;
  }
.site-footer {
    text-align: center;
}
.mobile-hide {
  	display:none !important;
  }
.mobile-pt-10 {
  	padding-top:10px;
  }
.mobile-pt-20 {
  	padding-top:20px;
  }
.mobile-pb-10 {
    padding-bottom:10px;
  }
.mobile-pb-20 {
    padding-bottom:20px;
  }
.mobile-pb-30 {
    padding-bottom:30px;
  }
.mobile-m-0 {
  	margin:0px !important;
  }
.mobile-m-t-b-20 {
  	margin-top:20px;
    margin-bottom:20px;
  }
.mobile-float-right {
  	float:right;
  }
  .mobile-center {
  	text-align:center !important;
  }
.vc_row.mobile-img-swap {
    background-image:url(/wp-content/uploads/2024/02/mobile-hero-v1.jpg) !important;
}
  .form-consent-box {
   grid-column: span 12 !important;
}
  .location-inner-container {
  	padding-left:12%;
    padding-right:12%;
  }
}

@media only screen and (max-width: 479px)
{
	
	.grid_col_wrapper .grid-container
	{
		 grid-template-columns: repeat(1,1fr)!important;
	}
}