/*
/*
 Theme Name:  ProjectLightenUp
 Description: Child theme for Customizr theme
 Author:      Steve Eriksen
 Template:    responsive
 Version:     0.1.250
*/

/* login form */
span .spu-icon-close{
  color:#666;
}
.plu-login
{
  width:450px;
  height:300px;
  position:absolute;
  top:50%;
  left:50%;
  margin-top:-150px;
  margin-left:-225px;
 background: rgb(255,255,255); /* Old browsers */
 background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(238,238,238,1) 100%); /* FF3.6+ */
 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(238,238,238,1))); /* Chrome,Safari4+ */
 background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(238,238,238,1) 100%); /* Chrome10+,Safari5.1+ */
 background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(238,238,238,1) 100%); /* Opera 11.10+ */
 background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(238,238,238,1) 100%); /* IE10+ */
 background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(238,238,238,1) 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
 border:1px solid #eee;
 border-radius:10px;
 box-shadow:0 0 10px #999;
}
.plu-login img
{
 width:360px;
 margin:20px auto;
 display:block;
 border-bottom:1px solid #ddd;
 padding-bottom:10px;
}
.plu-login form
{
 width:360px;
 margin:0 auto;
}
.plu-login table
{
 width:100%;
 margin-top:-20px;
}
.plu-login tr
{
 width:100%;
 height:40px;
 line-height:40px;
 margin-bottom:5px;
 display:table;
}
.plu-login tr td:first-of-type
{
 font-family:Helvetica,Arial,Verdana,sans-serif;
 text-shadow:0 1px 0 #fff;
 font-weight:bold;
 color:#555;
 width:80px;
}
.plu-login tr td:last-of-type input
{
 width:100% !important;
}
.plu-login input
{
 box-sizing:border-box;
 border:1px solid #ddd;
 border-radius:3px;
 height:40px;
 padding:0 10px;
}
.plu-login tr td input[type="submit"]
{
 width: 267px !important;
 float: right;
 display: block;
 border-radius:3px;
 background-color:#32b4c2;
 font-weight:bold;
 color:#fff;
 font-size:14px;
 text-transform:uppercase;
 letter-spacing:3px;

}
/* 14w login form */
.plu-login {
	height: 350px;
}
.plu-login .i4w_login_username label,
.plu-login .i4w_login_password label {
	width: 80px;
	font-family: Helvetica, Arial, Verdana,sans-serif;
	font-weight: bold;
	color: #555;
	text-shadow: 0 1px 0 #FFF;
}
.plu-login .i4w_login_username label,
.plu-login .i4w_login_password label {
	display: inline-block !important;
	width: 25%;
	vertical-align: middle;
}
.plu-login .i4w_login_username input,
.plu-login .i4w_login_password input {
	width: 75% !important;
}
.plu-login .i4w_login_remember {
	font-family: Helvetica, Arial, Verdana,sans-serif;
	font-size: 14px;
	color: #555;
	text-shadow: 0 1px 0 #FFF;
}
.plu-login .i4w_login_remember input {
	height: auto;
	margin-right: 5px;
	margin-left: 0;
}
.plu-login .i4w_login_submit input {
	display: block;
	width: 75%;
	margin-left: 25%;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	text-transform: uppercase;
	letter-spacing: 3px;
	border-radius: 3px;
	background-color: #8C0C63;
	cursor: pointer;
}
.plu-login .i4w_login_submit input:hover,
.plu-login .i4w_login_submit input:active,
.plu-login .i4w_login_submit input:focus {
	background-color: #770A54;
}
/* plu-high */
.plu-high
{
 height:auto;
 margin-top:0;
 top:25%;
}
.plu-high p
{
 width:250px;
 margin:0 auto 30px auto;
 text-align:left;
}
.ap-wrap > div > div > div:nth-of-type(3) > div > div:nth-of-type(2),
.ap-wrap > div > div > div:nth-of-type(3) > div > div:nth-of-type(4)
{
 display:none;
}
.learn-more-btn{
    background: #af3488;
    background: -moz-linear-gradient(top, #af3488 0%, #8c0c63 100%);
    background: -webkit-linear-gradient(top, #af3488 0%,#8c0c63 100%);
    background: linear-gradient(to bottom, #af3488 0%,#8c0c63 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#af3488', endColorstr='#8c0c63',GradientType=0 );
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    font-weight: bold;
    padding: 10px 30px;
    text-align: center;
    text-transform: uppercase;
    color:#fff;
    text-decoration:none;
    margin-top:30px;
}
.learn-more-btn:hover,.learn-more-btn:visited,.learn-more-btn:active,.learn-more-btn:target{
    color:#fff;
    opacity:0.8;
}
.ls-qa-archives-list .ls-qa-year-wrap {
    overflow: hidden;
}
.ls-qa-archives-list .ls-qa-year-wrap h3 {
    padding-bottom: 10px;
    border-bottom: 1px solid #555;
    color: #555;
    float: left;
    width: 100%;
    background: #fff;
    font-size: 20px;
    margin-bottom: 10px;
    margin-top: 0;
}
.ls-qa-archives-list .ls-qa-month, .ls-qa-archives-list .su-qa-month {
    font-weight: bold;
    padding: 10px 0;
    width: 16.6%;
    float: left;
    margin: 0;
}
.ls-qa-archives-list .ls-qa-month a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 16px;
    color: #c0539b;
    font-weight: 700;
}
.ls-qa-archives-list .su-qa-month a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 16px;
    color: #0370C7;
    font-weight: 700;
}
@media (max-width: 460px){
 .plu-login {
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  margin-top: 0;
  margin-left: 0;
 }
    .learn-more-btn{
        white-space:nowrap;
    }
}

@media (max-width: 960px)
{
 .ap-wrap > div > div > div:nth-of-type(3) > div > div:nth-of-type(9)
 {
  display:none;
 }
}

p.form-message{
  float: none;
  color: #fff;
  font-size: 12px;
  opacity: 0.75;
  line-height: 1.4;
  text-align: left;
  overflow: hidden;
  padding-left: 10px;
  display: block;
  padding-top: 10px;
  margin:0;
  max-width:550px;
}
body.page-template-main-site-page .post-entry p.form-2-message,p.form-2-message{
  font-size:12px;
  font-style:italic;
  margin:0;
}
body.page-template-main-site-page .post-entry p.privacy{
  margin:-25px 0 5px 0;
}
@media (max-width: 960px){
  body.page-template-main-site-page .post-entry p.privacy{
    margin-top:-10px;
  }
  body.page-template-main-site-page .post-entry p.form-2-message, p.form-2-message {
    font-size: 12px;
    font-style: italic;
    max-width: 325px;
    margin: 0 auto;
    text-align: center;
  }
}
@media (max-width: 730px){
  p.form-message{
    max-width:330px;
    font-size:11px;
    text-align:center;
    padding-left:0;
    padding-top:0;
  }
}
@media (max-width: 560px){
  p.form-message{
    max-width:245px;
  }
}
@media (max-width: 480px){
  p.form-message{
    max-width:200px;
    font-size:10px;
  }
  #above-content-2 .above-content-2-inner div.ebook, #below-content-1 .below-content-1-inner div.ebook{
    margin-bottom:30px;
  }
}
@media (max-width: 410px){
  #above-content-2 .above-content-2-inner div.ebook, #below-content-1 .below-content-1-inner div.ebook{
    margin-bottom:60px;
  }
}
@media (max-width: 375px){
  p.form-message{
   /* margin-left:135px;*/
  }
  #above-content-2 .above-content-2-inner div.ebook, #below-content-1 .below-content-1-inner div.ebook{
    max-width:120px;
  }
}
@media (max-width: 355px){
  p.form-message{
    /*margin-left:95px;*/
  }
  #above-content-2 .above-content-2-inner div.ebook, #below-content-1 .below-content-1-inner div.ebook{
    max-width:80px;
  }
}
#spu-5845,#spu-7213{
  background:#fff!important;
}
body.page-template-main-site-page div.su-custom li,body.page-template-main-site-page div.su-custom p{
  font-size:16px;
  color:#000;
  line-height:1.5;
  margin-top:0;
}
.su-custom .list-1{
  list-style:none;
}
body.page-template-main-site-page div.su-custom h3.h3-pink{
  line-height: 1.3em;
  color: #a7438a;
  font-family: "Oswald", sans-serif;
  font-weight: normal;
  letter-spacing: 0.1em;
  text-align:left;
  text-transform: none;
  margin-bottom:5px;
  font-size:20px;
}
body.page-template-main-site-page .spu-box .su-custom h2.h2-1{
  color:#000;
  font-family:'Open Sans',Helvetica,Arial,Verdana,sans-serif;
  font-size:32px;
  text-align:center;
  letter-spacing:1px;
  font-weight:700;
}
body.page-template-main-site-page h3.h3-1{
  line-height: 1.3em;
  color: #a7438a;
  font-family: "Oswald", sans-serif;
  font-weight: normal;
  letter-spacing: 0.1em;
  text-transform: none;
  text-align:center;
  font-size:20px;
  margin-top:0;
  margin-bottom:20px;
}
.spu-box img.img-2{
  display:block;
  margin:0 auto;
}
.page-template-main-site-page div.su-custom p.p-6{
  text-align:center;
  font-weight:700;
}
.su-custom .cta-wrap{
  text-align:center;
  margin-bottom:25px;
}
.su-custom .cta-wrap a{
  color:#fff;
  text-align:center;
  display:inline-block;
  border-radius:5px;
  background:#227cd6;
  padding:10px 30px;
}
.su-custom h4.h4-1{
  color:#97b251;
}
.su-custom p.p-9,.su-custom p.p-12{
  font-weight:700;
}
.su-custom p.p-8{
  font-style:italic;
}
body.page-template-main-site-page div.su-custom h3.h3-2{
  text-align:center;
  margin-bottom:20px;
}
.su-custom .cta-wrap a:hover{
  opacity:0.8;
}
.su-custom h4.h4-1{
  font-size:18px;
}
@media (max-width: 380px){
  body.page-template-main-site-page .spu-box .su-custom h2.h2-1{
    font-size:24px;
  }
}
@media (max-width: 820px){
  .ls-qa-archives-list .ls-qa-month, .ls-qa-archives-list .su-qa-month{
    width:20%;
  }
}
@media (max-width: 700px){
  .ls-qa-archives-list .ls-qa-month, .ls-qa-archives-list .su-qa-month{
    width:25%;
  }
}
@media (max-width: 530px){
  .ls-qa-archives-list .ls-qa-month, .ls-qa-archives-list .su-qa-month{
    width:33%;
  }
}
@media (max-width: 420px){
  .ls-qa-archives-list .ls-qa-month, .ls-qa-archives-list .su-qa-month{
    width:50%;
  }
}
#menu-main-site-menu li li{
  max-width:190px;
}
@media (min-width: 650px){
  #menu-main-site-menu ul{
    margin-left:-37px!important;
  }
}

.login h1 a {
    background-image: url(https://vibranthealthyliving.com/app/themes/projectlightenup/custom/img/dashboard-banner-sm.png) !important;
       background-size: 284px !important;
       width: 284px !important;
   }

body.page-template-main-site-page .spu-box .tp-custom h2{
  font-size:23px;
  text-align:center;
  margin-bottom:20px;
}
@media (max-width: 440px){
  body.page-template-main-site-page .spu-box .tp-custom h2{
    font-size:19px;
  }
  body.page-template-main-site-page div.tp-custom p{
    font-size:14px;
  }

}

.menu-monthly-modules-new-modules-2020-menu-container #menu-monthly-modules-new-modules-2020-menu li a {
    padding: 15px 8px;
}
.menu-monthly-modules-new-modules-2020-menu-container #menu-monthly-modules-new-modules-2020-menu {
    border-left: none;
}

.show-zoom {
    display: block;
}
.hide-zoom {
    display: none;
}

/* Popup */
.popup-iframe {
  display: none; 
  position: fixed; 
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4);
}
.popup-content {
  box-sizing: border-box;
  background-color: #fefefe;
  margin: 15% auto;
  padding: 30px;
  border: 1px solid #888;
  width: 100%;
  max-width: 650px;
}
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  margin: -20px;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.videoIframeWrap {
  position: relative;
  padding-bottom: 56.25%!important; /* 16:9 */
  height: 0;
}
.videoIframeWrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}