@charset "UTF-8";
/*
Theme Name: Levo Child
Template: Levo
Author: Levo Health
Description: Levo Health WordPress Theme
Version: 1.0.28104
Updated: 2023-01-30 17:18:03

*/
/*** Type ***/
body, p, h1, h2, h3, h4, h5, span, div, li, ul, select, input, a {
	font-family: 'Sora', sans-serif;
}
/** Footer CSS **/
.f-column {
  float: left;
  width: 33.33%;
}
/*** header remove link (not LP) ***/
.header-one #site-logo {
    float: left;
    height: 100%;
    pointer-events: none;
}
.page-header {
	margin:0px !important
}
/***** Form Button *****/
.theme-button, input[type="submit"], button, #site-navigation .menu-button >a >span.link-inner, .button, .added_to_cart {
    color: #c9ffe1;
    padding: 12px 80px;
}
/**** Hide mobile menu ****/
body.wpex-mobile-toggle-menu-icon_buttons #mobile-menu {
    height: 30px;
    line-height: 30px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -15px;
    display: none;
}
/* Clear floats after the columns */
.f-row:after {
  content: "";
  display: table;
  clear: both;
}

/** blog css **/
.single-post-title, .single-page-title {
    font-size: 38px;
    margin: 0 0 10px;
  	padding-top:30px;
    font-weight: 600;
  	color: #152b3f !important;
}
#site-navigation .dropdown-menu>li.menu-item>a>span.link-inner {
    transition: background 0.15s ease-in-out, color 0.15s ease-in-out;
    font-size: 16px;
    font-weight: 600;
}
#footer-bottom a {
    color: #152b3f !important;
}
#footer-bottom:hover a {
    text-decoration:underline !important;
}
.single-blog-content {
    margin-bottom: 40px;
    font-size: 16px;
    color: #152b3f !important;
}
.entry-title:hover a {
    color: #c9ffe1 !important;
}
.single-blog-content p {
	color:#555;
  	font-size:18px;
}
.single-blog-content h1,h2,h3,h4 {
	color:#152b3f;
}
.single-blog-content h2 {
	font-size:36px;
}
.single-blog-content h3 {
	font-size:26px;
}
.sidebar-box {
    margin-bottom: 30px;
    text-align: center;
}
.alt-h1 h1 {
	color:#ffffff !important;
}
.gform_wrapper.gravity-theme .gform_footer button, .gform_wrapper.gravity-theme .gform_footer input, .gform_wrapper.gravity-theme .gform_page_footer button, .gform_wrapper.gravity-theme .gform_page_footer input {
    margin-bottom: 8px;
    margin-top: 30px;
}
#gform_submit_button_3 {
	color:#fff !important;
  	background-color: #152b3f !important;
  	border: 1px solid #152b3f;
}
#gform_submit_button_3:hover {
	color:#152b3f !important;
  	background-color: transparent !important;
  	border: 1px solid #152b3f;
}
/** gform case study **/
#field_4_6.lp-form-input-alt {
	background-color: transparent !important;
  	border: 1px solid #152b3f;
    border-radius:10px !important;
}
#gform_submit_button_4 {
	color:#fff !important;
  	background-color: #152b3f !important;
  	border: 1px solid #152b3f;
  	margin:initial !important;
}
#gform_submit_button_4:hover {
	color:#152b3f !important;
  	background-color: transparent !important;
  	border: 1px solid #152b3f;
}
/**** header non LP css ****/
body ul.menu
{
	display: flex;
    align-items: center;
    justify-content: flex-end;
}
body ul.menu li
{
    padding:12px;
    margin-right:20px
}
body ul.menu li.header-btn.menu-item a
{
  padding: 0.75em 20px!important;
}
body ul.menu li.header-btn-alt.menu-item a
{
  padding: 0.75em 20px!important;
  color:#152B3F !important;
}
body ul.menu li.header-phn.menu-item .ticon
{
	margin-top: 1px;
}
body ul.menu li.header-phn.menu-item a
{
	 color: #fff !important;
  	 font-weight:bold;
}
body ul.menu li a:hover, ul.menu li.header-phn.menu-item a:hover
{
	text-decoration: none;
    color: #152B3F !important;
}
body ul.menu li.header-btn.menu-item:hover a, .wpex-sticky-header-holder.is-sticky ul.menu li a:hover
{
        color: #152B3F !important;
}
body ul.menu li.header-btn-alt.menu-item:hover a, .wpex-sticky-header-holder.is-sticky ul.menu li a:hover
{
        color: #C9FFE1 !important;
}
body ul.menu li a
{
	padding: 0 4px;
    font-weight: bold;
    font-size: 14px;
    color: #C9FFE1 !important;
}
body ul.menu li a:hover
{
    color: #152B3F !important;
}

/** header padding fix ***/
#site-header-inner {
    position: relative;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    height: 100%;
}
/* landing edits */
.h2-landing {
    font-size: 42px;
    line-height: 1.14;
    font-weight: bold;
    margin-bottom: 12px;
    color: #fff;
    margin-top: 12px;
}
h3.h3-landing { color:#fff !important; }
.braces-landing-container {
	width:900px;
}
.lp-footer-img {
	max-width:300px; 
  	height:auto;
}
@media screen and (max-width: 767px) { 
  .lp-footer-img {
  	max-width:150px;
    height:auto;
  }
}
.lp-btn a {
	color:#fff !important;
  	text-decoration:none;
}
.lp-btn:hover a {
	color:#0A313F !important;
  	text-decoration:none;
}

/** scroll to top button css **/
#site-scroll-top.show {
    visibility: visible;
    opacity: 1;
    margin-bottom: 40px;
}

/* Supplement page styles */
.supplement-header-inner
{
	display: flex;
    align-items: center;
}
.supplement-header-inner .supplement-page-logo
{
	 width: 25%;
}
.supplement-header-inner .supplement-page-menus
{
	 width: 75%;
}
body#supplement-page .footer-box ul.menu
{
	justify-content: center;
}
body#supplement-page ul.menu
{
	display: flex;
    align-items: center;
    justify-content: flex-end;
}
body#supplement-page ul.menu li
{
    padding:12px;
    margin-right:20px
}
body#supplement-page ul.menu li.header-btn.menu-item a
{
  padding: 0.75em 20px!important;
}
body#supplement-page ul.menu li.header-btn-alt.menu-item a
{
  padding: 0.75em 20px!important;
  color:#152B3F;
}
body#supplement-page ul.menu li.header-phn.menu-item .ticon
{
	margin-top: 1px;
}
body#supplement-page ul.menu li.header-phn.menu-item a
{
	 color: #fff;
  	 font-weight:bold;
}
body#supplement-page ul.menu li a:hover, body#supplement-page ul.menu li.header-phn.menu-item a:hover
{
	text-decoration: none;
    color: #152B3F;
}
body#supplement-page ul.menu li.header-btn.menu-item:hover a, body#supplement-page .wpex-sticky-header-holder.is-sticky ul.menu li a:hover
{
        color: #152B3F;
}
body#supplement-page ul.menu li.header-btn-alt.menu-item:hover a, body#supplement-page .wpex-sticky-header-holder.is-sticky ul.menu li a:hover
{
        color: #C9FFE1;
}
body#supplement-page ul.menu li a
{
	padding: 0 4px;
    font-weight: bold;
    font-size: 14px;
    color: #C9FFE1;
}
body#supplement-page ul.menu li a:hover
{
    color: #152B3F;
}

.vcex-icon-box.supplement-icon-box
{
	 display: inline-block;
}
.vcex-icon-box-one.supplement-icon-box .vcex-icon-box-image
{
	bottom: 0px;
    margin: auto;
}
body#supplement-page .sidebar-box
{
	margin-bottom: 0px;
}
@media only screen and (max-width: 1024px)
{
  body#supplement-page ul.menu li a
  {
  	  font-size: 16px!important;
  }
  body#supplement-page ul.menu li
  {
  	   margin-left: 15px;
  }
}
@media only screen and (max-width: 959px)
{
  .supplement-header-inner .supplement-page-menus
  {
  	display: none;
  }
  .page-template-landing-supplement #mobile-menu
 {
	display: block;
 }
}
@media only screen and (max-width: 768px)
{
 .supplement-header-inner .supplement-page-logo
  {
  	    width: 50% !important;
  }
   body#supplement-page #footer_supplement_menus ul.menu li 
  {
     margin-left: 0px;
  }
  body#supplement-page #footer_supplement_menus ul.menu
  {
  	    flex-direction: column;
  }
  body#supplement-page #footer_supplement_menus ul.menu .header-btn .header-btn-alt
  {
  	margin-top: 15px;
  }
}
@media only screen and (max-width: 425px)
{
.supplement-header-inner .supplement-page-logo
  {
  	    width: 65%!important;
  }
}
li.header-btn.menu-item 
{
	background: transparent;
    border-radius: 12px;
  	color:#C9FFE1;
  	border: 1px solid #C9FFE1;
}
li.header-btn-alt.menu-item
{
	background: #C9FFE1;
    border-radius: 12px;
  	color:#152B3F;
  	border: 1px solid #C9FFE1;
}
li.header-btn.menu-item:hover
{
	background-color: #C9FFE1 !important;
  	color:#152B3F;
    border: 1px solid #C9FFE1;
}
li.header-btn-alt.menu-item:hover
{
	background-color: transparent !important;
  	color:#C9FFE1;
    border: 1px solid #C9FFE1;
}
.lp-h1 {
    font-size: 55px; 
    color: #ffffff; 
    text-align: left; 
    line-height: 1.25;
  	font-weight:bold
}
.lp-p-wh .lp-p-wh2 .lp-p-wh3-alt p {
    color:#fff !important;
    text-align: left;
    font-weight:lighter;
}
.lp-p-wh p {
	line-height:1.3
    font-size: 28px;
}
.lp-p-wh2 p {
    font-size: 18px;
  	line-height:1.3;
}
.lp-p-wh3-alt p {
    font-size: 18px;
    padding-left: 102px;
    padding-right: 102px;
    line-height:1.3;
}
.lp-txt-lg, .lp-txt-md p {
    color:#152B3F;
    text-align: left;
    font-weight:400;
}
.lp-txt-md p {
    font-size: 28px;
    line-height:1.3;
}
.lp-txt-lg p {
    font-size: 36px;
    line-height:1.1;
}
.lp-h4 .lp-h4-alt h4 {
  	font-size:28px !important;
  	text-transform:uppercase !important;
}
.lp-h4 h4 {
    color: #C9FFE1 !important;
}
.lp-h4-alt h4 {
	color: #767777 !important;
}
.lp-h2 h2 {
	font-size:48px;
  	font-weight:bold;
}
.lp-33pt {
	color:#152B3F;
  	font-size:33px;
}
.call-out-txt {
	font-size:48px;
  	font-weight:bold;
  	color:#152B3F;
 	padding-top:45px;
    padding-bottom:45px;
}
.call-out-txt:hover a {
  	text-decoration:underline;
}
.call-out-txt a {
  	color:#152B3F;
}
/*** LP Form CSS ***/

.lp-form-input.gform_wrapper.gravity-theme .gfield input.large, .gform_wrapper.gravity-theme .gfield select.large {
    width: 100%;
    border-radius: 10px;
    background-color: #DDEEF4;
    color: #152B3F;
  	border: 1px solid #DDEEF4;
	padding: 11px 15px;
}
.gform_wrapper.gravity-theme .gfield input, .gform_wrapper.gravity-theme .gfield select {
    box-sizing: border-box;
    border-radius: 10px !important;
    background-color: #DDEEF4 !important;
    color: #152B3F !important;
  	border: 1px solid #DDEEF4 !important;
  	padding: 10px 15px;
}
.textarea {
    width: 100%;
    max-width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 10px !important;
    background-color: #DDEEF4 !important;
    color: #152B3F !important;
  	border: 1px solid #DDEEF4 !important;
  	padding: 10px 15px;
  	font-family: 'Sora', sans-serif;
}
.theme-button, .color-button, input[type="submit"], button, .button, .added_to_cart {
    display: inline-block;
    background-color: transparent;
    border: 1px solid #C9FFE1;
    color: #C9FFE1;
    font-family: inherit;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    line-height: 1.65;
    -webkit-appearance: none;
    -webkit-font-smoothing: inherit;
    text-decoration: none !important;
    max-width: 100%;
    transition: 0.15s all ease;
    border-radius: 10px;
    margin: auto;
}
/*********************** END ********************/
/*** LP Buttons **/
.btn-cont {
	text-align:center;
}
.btn-cont-left {
	text-align:left;
}
.levo-lp-btn, .levo-lp-btn2, .levo-lp-btn-alt {
  display: inline-block;
  transition: 350ms ease;
  text-align: center;
  border: 1px solid #C9FFE1;
  outline: none;
  padding: 12px 40px;
  border-radius: 15px !important;
  font-weight: 600;
  text-transform: capitalize !important;
}
.levo-lp-btn {
	color: #C9FFE1;
  	margin-right: 15px;
  	margin-top: 15px;
    font-size: 18px;
    background-color: transparent;
}
.levo-lp-btn2 {
  font-size: 16px;
  color: #C9FFE1;
  background-color: transparent;
}
.levo-lp-btn-alt {
  font-size: 18px;
  background-color: #C9FFE1;
  padding: 12px 40px;
  margin-right:15px;
  margin-top: 15px;
  color: #152B3F;
}
.levo-lp-btn-alt:hover {
  font-size: 18px;
  border: 1px solid #C9FFE1;
  background-color: transparent;
  margin-right:15px;
  margin-top: 15px;
  color: #C9FFE1;
}
.levo-lp-btn:hover, .levo-lp-btn2:hover {
  background-color: #C9FFE1 !important;
  color: #152B3F !important;
  border-color: #C9FFE1 !important;
}
/* END */
/**** mobile styles LP ******/
@media only screen and (max-width: 767px) {

.lp-h1 {
    font-size: 38px; 
    color: #ffffff; 
    text-align: left; 
    line-height: 1.2;
  	font-weight:bold
}
  .lp-h2 h2 {
	font-size:18px !important;
  	font-weight:bold;
}
  .lp-txt-lg p {
    color:#152B3F;
    font-size: 18px;
    text-align: center;
    line-height:1.3;
    font-weight:normal;
}
.lp-p-wh, .lp-p-wh2 p {
    color:#fff;
    font-size: 18px;
    line-height:1.3;
    font-weight:400;
}
  .lp-33pt {
	color:#152B3F;
  	font-size:16px;
}
  .lp-p-wh2 p {
    text-align:center;
}
  .lp-p-wh p {
  	text-align:left;
  }
  .call-out-txt {
	font-size:14px;
  	font-weight:bold;
  	color:#152B3F;
    padding-top:10px;
    padding-bottom:0px;
}
.levo-lp-btn, .levo-lp-btn-alt {
  display: inline-block;
  transition: 350ms ease;
  font-size: 15px;
  text-align: center;
  font-family: 'Sora', sans-serif;
  outline: none;
  padding: 10px 20px;
  margin-right:15px;
  margin-top: 15px;
  border-radius: 10px !important;
  font-weight: 600;
  text-transform: capitalize !important;
}
.levo-lp-btn-alt {
  border: 1px solid #C9FFE1;
  background-color: #C9FFE1;
  color: #152B3F;
}
.levo-lp-btn {
  border: 1px solid #C9FFE1;
  color: #C9FFE1;
  background-color: transparent;
}
.levo-lp-btn-alt:hover {
  transition: 350ms ease;
  border: 1px solid #C9FFE1;
  background-color: transparent;
  color: #C9FFE1;
}
.levo-lp-btn:hover {
  background-color: #C9FFE1 !important;
  color: #152B3F !important;
  border-color: #C9FFE1 !important;
  transition: 350ms ease;
}

  .btn-cont-left {
	margin: auto;    
}
  .f-column {
    width: 100%;
  }
/***** center align logo mobile ******/
  .supplement-header-inner .supplement-page-logo {
    width: 35%!important;
    margin: auto;
    display:block;
}
}
/***** END *****/