@import url('https://fonts.googleapis.com/css?family=Bitter:400,400i,700%7COpen+Sans:400,600,700');
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700');
@import url('https://fonts.googleapis.com/css?family=Abril+Fatface|Playfair+Display:400,400i');');
.ninja-forms-required-items{display:none;}
.element-animation-up{
  animation: animationFramesUp ease 2s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  animation-fill-mode:forwards; /*when the spec is finished*/
  -webkit-animation: animationFramesUp ease 2s;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -webkit-animation-fill-mode:forwards; /*Chrome 16+, Safari 4+*/ 
  -moz-animation: animationFramesUp ease 2s;
  -moz-animation-iteration-count: 1;
  -moz-transform-origin: 50% 50%;
  -moz-animation-fill-mode:forwards; /*FF 5+*/
  -o-animation: animationFramesUp ease 2s;
  -o-animation-iteration-count: 1;
  -o-transform-origin: 50% 50%;
  -o-animation-fill-mode:forwards; /*Not implemented yet*/
  -ms-animation: animationFramesUp ease 2s;
  -ms-animation-iteration-count: 1;
  -ms-transform-origin: 50% 50%;
  -ms-animation-fill-mode:forwards; /*IE 10+*/
}
@keyframes animationFramesUp{
  0% {
    opacity:0;
    transform:  translate(0px,50px)  ;
  }
  100% {
    opacity:1;
    transform:  translate(0px,0px)  ;
  }
}

@-moz-keyframes animationFramesUp{
  0% {
    opacity:0;
    -moz-transform:  translate(0px,50px)  ;
  }
  100% {
    opacity:1;
    -moz-transform:  translate(0px,0px)  ;
  }
}

@-webkit-keyframes animationFramesUp {
  0% {
    opacity:0;
    -webkit-transform:  translate(0px,50px)  ;
  }
  100% {
    opacity:1;
    -webkit-transform:  translate(0px,0px)  ;
  }
}

@-o-keyframes animationFramesUp {
  0% {
    opacity:0;
    -o-transform:  translate(0px,50px)  ;
  }
  100% {
    opacity:1;
    -o-transform:  translate(0px,0px)  ;
  }
}

@-ms-keyframes animationFramesUp {
  0% {
    opacity:0;
    -ms-transform:  translate(0px,50px)  ;
  }
  100% {
    opacity:1;
    -ms-transform:  translate(0px,0px)  ;
  }
}

.element-animation{
  animation: animationFrames ease 2s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  animation-fill-mode:forwards; /*when the spec is finished*/
  -webkit-animation: animationFrames ease 2s;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -webkit-animation-fill-mode:forwards; /*Chrome 16+, Safari 4+*/ 
  -moz-animation: animationFrames ease 2s;
  -moz-animation-iteration-count: 1;
  -moz-transform-origin: 50% 50%;
  -moz-animation-fill-mode:forwards; /*FF 5+*/
  -o-animation: animationFrames ease 2s;
  -o-animation-iteration-count: 1;
  -o-transform-origin: 50% 50%;
  -o-animation-fill-mode:forwards; /*Not implemented yet*/
  -ms-animation: animationFrames ease 2s;
  -ms-animation-iteration-count: 1;
  -ms-transform-origin: 50% 50%;
  -ms-animation-fill-mode:forwards; /*IE 10+*/
}

@keyframes animationFrames{
  0% {
    opacity:0;
    transform:  translate(0px,-40px)  ;
  }
  100% {
    opacity:1;
    transform:  translate(0px,0px)  ;
  }
}

@-moz-keyframes animationFrames{
  0% {
    opacity:0;
    -moz-transform:  translate(0px,-40px)  ;
  }
  100% {
    opacity:1;
    -moz-transform:  translate(0px,0px)  ;
  }
}

@-webkit-keyframes animationFrames {
  0% {
    opacity:0;
    -webkit-transform:  translate(0px,-40px)  ;
  }
  100% {
    opacity:1;
    -webkit-transform:  translate(0px,0px)  ;
  }
}

@-o-keyframes animationFrames {
  0% {
    opacity:0;
    -o-transform:  translate(0px,-40px)  ;
  }
  100% {
    opacity:1;
    -o-transform:  translate(0px,0px)  ;
  }
}

@-ms-keyframes animationFrames {
  0% {
    opacity:0;
    -ms-transform:  translate(0px,-40px)  ;
  }
  100% {
    opacity:1;
    -ms-transform:  translate(0px,0px)  ;
  }
}




.rotate-animation{
  animation: rotateFrames ease 2s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  animation-fill-mode:forwards; /*when the spec is finished*/
  -webkit-animation: rotateFrames ease 2s;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -webkit-animation-fill-mode:forwards; /*Chrome 16+, Safari 4+*/ 
  -moz-animation: rotateFrames ease 2s;
  -moz-animation-iteration-count: 1;
  -moz-transform-origin: 50% 50%;
  -moz-animation-fill-mode:forwards; /*FF 5+*/
  -o-animation: rotateFrames ease 2s;
  -o-animation-iteration-count: 1;
  -o-transform-origin: 50% 50%;
  -o-animation-fill-mode:forwards; /*Not implemented yet*/
  -ms-animation: rotateFrames ease 2s;
  -ms-animation-iteration-count: 1;
  -ms-transform-origin: 50% 50%;
  -ms-animation-fill-mode:forwards; /*IE 10+*/
}

@keyframes rotateFrames{
  0% {
    opacity:0;
    transform:  rotate(0deg) ;
  }
  100% {
    opacity:1;
    transform:  rotate(-5deg) ;
  }
}

@-moz-keyframes rotateFrames{
  0% {
    opacity:0;
    -moz-transform:  rotate(0deg) ;
  }
  100% {
    opacity:1;
    -moz-transform:  rotate(-5deg) ;
  }
}

@-webkit-keyframes rotateFrames {
  0% {
    opacity:0;
    -webkit-transform:  rotate(0deg) ;
  }
  100% {
    opacity:1;
    -webkit-transform:  rotate(-5deg) ;
  }
}

@-o-keyframes rotateFrames {
  0% {
    opacity:0;
    -o-transform:  rotate(0deg) ;
  }
  100% {
    opacity:1;
    -o-transform:  rotate(-5deg) ;
  }
}

@-ms-keyframes rotateFrames {
  0% {
    opacity:0;
    -ms-transform:  rotate(0deg) ;
  }
  100% {
    opacity:1;
    -ms-transform:  rotate(-5deg) ;
  }
}
.page-id-25171 .post-edit-link, .page-id-25154  .post-edit-link {
  display: none;
}
ol.references li {
font-size:14px!important;
}
aside .section.downloads {
padding: 36px 20px 18px;
}
aside .section.downloads h4:before {
    background: url(//kellybroganmd.com/wp-content/uploads/2018/01/free-downloads.png) no-repeat center;
    background-size: contain;
    content: "";
    display: inline-block;
    height: 24px;
    margin-right: 5px;
    position: relative;
    top: 3px;
    width: 28px;
}
header.entry-header .share-before_entry_header {
display:none;
}
.youtube-video {
margin-bottom:24px;
}
.site-header .sub-menu {
}
.nav-primary {
    background: #83bed4;
    background-color: #1297b8;
}
@media screen and (min-width: 992px) {
.last-column{
    max-width: 33%!important;
    padding-right: 10px;
}
}
@media screen and (min-width: 810px) {
.genesis-nav-menu .sub-menu {
width:220px;
}
}
.menu-primary.genesis-nav-menu .sub-menu {
    background-color: #83bed4;
    background-color: #1297b8;
}
.site-header .nav-header .menu > li a:hover {
    background-color: #83bed4;
}
.nav-header .menu > li > .sub-menu li a:hover {
    background: rgb(242, 242, 242);
    background-color: #83bed4;
    color: #505c61;
    color: #ffffff;
}
.genesis-nav-menu .sub-menu li {
width:100%;
}
.page-id-25171 article, .page-id-25154 article {
  margin: 0;
}

.footer-details {
  border-top: 2px solid #ececec;
  padding: 90px 0 50px;
  text-align: center;
}
 .page-id-25154 .footer-details {
  border-top: medium none;
  padding: 30px 0 90px;
}
.footer-details > p {
  color: #61aec2; 
   font-family: "Open Sans",sans-serif;
  font-size: 30px;
  margin: 0;
}
.footer-details a, footer-details a:hover {
  text-decoration: underline !important;
}
.field-width {
width: 65%;
margin-top: 30px;
}
.site-header .title-area {
    padding: 0;
    position: relative;
}

.site-header .title-area * {
    opacity: 0;
}
.site-header .title-area .site-title a {
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
}

.site-header .title-area .site-description {
    display: none;
}
header.site-header.fixed-header {
    position:fixed;
    left:0;
    top:0;
    width:100%;
    z-index:999;
    -webkit-animation: myfirst 1s;
    -webkit-animation-direction:alternate;
    animation: myfirst 1s;
    animation-direction: alternate;
}
@-webkit-keyframes myfirst {
    0%   { top: -75px;}
    100% { top: 0px;}
}
@keyframes myfirst {
    0%   { red; top: -75px;}
    100% { top: 0px;}
}
.rmkr-admin-bar .nav-primary, .rmkr-admin-bar .site-header, .rmkr-admin-bar .site-header.shrink {
    top: 0;
}

#menu-primary-menu >:nth-last-child(1) {
    float: right;
}

body.single-post .post {
    border-bottom: 0;
}

body.single-post main {
    display: block;
}

.nav-header .menu > li > .sub-menu #menu-item-2149 a:before {
    background: url(//kellybroganmd.com/wp-content/uploads/2017/04/Cloud-Icon.png)no-repeat center;
    background-size: 60%;
    border-bottom: 0px solid #e3e7ea;
    border-right: 0px solid #e3e7ea;
    content: "";
    display: inline-table;
    height: 64px;
    left: 0;
    position: absolute;
    width: 74px;
}

.nav-header .menu > li > .sub-menu #menu-item-2150 a:before {
    background: url(//kellybroganmd.com/wp-content/uploads/2017/04/Brain-Icon.png)no-repeat center;
    background-size: 60%;
    border-bottom: 0px solid #e3e7ea;
    border-right: 0px solid #e3e7ea;
    content: "";
    display: inline-table;
    height: 64px;
    left: 0;
    position: absolute;
    width: 74px;
}

.nav-header .menu > li > .sub-menu #menu-item-2148 a:before {
    background: url(//kellybroganmd.com/wp-content/uploads/2017/04/Gut-Mood-Icon.png)no-repeat center;
    background-size: 60%;
    border-bottom: 0px solid #e3e7ea;
    border-right: 0px solid #e3e7ea;
    content: "";
    display: inline-table;
    height: 64px;
    left: 0;
    position: absolute;
    width: 74px;
}

.nav-header .menu > li > .sub-menu #menu-item-2145 a:before {
    background: url(//kellybroganmd.com/wp-content/uploads/2017/04/Heart-Icon.png)no-repeat center;
    background-size: 50%;
    border-bottom: 0px solid #e3e7ea;
    border-right: 0px solid #e3e7ea;
    content: "";
    display: inline-table;
    height: 64px;
    left: 0;
    position: absolute;
    width: 74px;
}

.nav-header .menu > li > .sub-menu #menu-item-2146 a:before {
    background: url(//kellybroganmd.com/wp-content/uploads/2017/04/Bulb-Icon.png)no-repeat center;
    background-size: 65%;
    border-bottom: 0px solid #e3e7ea;
    border-right: 0px solid #e3e7ea;
    content: "";
    display: inline-table;
    height: 64px;
    left: 0;
    position: absolute;
    width: 74px;
}

.nav-header .menu > li > .sub-menu #menu-item-4069 a:before {
    background: url(//kellybroganmd.com/wp-content/uploads/2017/04/Pills-Icon.png)no-repeat center;
    background-size: 60%;
    border-bottom: 0px solid #e3e7ea;
    border-right: 0px solid #e3e7ea;
    content: "";
    display: inline-table;
    height: 64px;
    left: 0;
    position: absolute;
    width: 74px;
}

.nav-header .menu > li > .sub-menu #menu-item-2147 a:before {
    background: url(//kellybroganmd.com/wp-content/uploads/2017/04/Pills-Icon.png)no-repeat center;
    background-size: 60%;
    border-bottom: 0px solid #e3e7ea;
    border-right: 0px solid #e3e7ea;
    content: "";
    display: inline-table;
    height: 64px;
    left: 0;
    position: absolute;
    width: 74px;
}





/*archive*/
body.archive article.has-post-thumbnail > a,
body.search article.has-post-thumbnail .entry-content > a,
body.main-archive article.has-post-thumbnail .entry-content > a,
.container.archive article .entry-image-link {
    float: left;
    margin-top: 0px;
    width: 200px;
    height: 200px;
    overflow: hidden;
    position: relative;
    margin-right: 10px;
    text-align: center;
}
body.archive article.has-post-thumbnail > a img,
body.search article.has-post-thumbnail .entry-content > a img,
body.main-archive article.has-post-thumbnail .entry-content > a img,
.container.archive article .entry-image-link img{
    max-width: 400px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
}
body.archive article .entry-content > p:after {
    content: "...";
}

body.archive article .entry-content{
    float:none;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}
body.archive article > a + .entry-content,
body.search .site-inner article .entry-content > a + p{
    position: relative;
    width: 70%;
    float: left;
    padding-left: 15px;
}
body.search article .entry-header .entry-title,
body.main-archive article .entry-header .entry-title{
    height: auto;
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 1.2;
    font-family: 'Merriweather','Droid Serif', serif;
}
body.search article .entry-header .entry-title a,
body.main-archive article .entry-header .entry-title a{
    color: #494e4f;
    text-decoration: none;
    font-weight: bold;
}
body.search .archive-title{
    padding:0;
}
body.search .archive-title:before{
    display: none;
}
.pagination .nav-links .current, 
.pagination li.active,
.pagination li.active a{
    cursor: default;
    pointer-events: none;
}




.kb-landing-page .entry-content .site-footer {
    background-color: #1296b8!important;
    border-top: 0 solid #1296b8!important;
    color: #fff;
    display: block!important;
    font-size: 14px;
    padding: 40px 0;
    text-align: center;
}

.footer-widgets .section.footer {
    overflow: hidden;
    padding-bottom: 30px;
    padding-top: 30px;
    position: relative;
    width: 100%;
}

.kb-landing-page.orange-footer .site-footer {
    background-color: #ff893b !important;
    border-top: 0 solid #ff893b !important;
    color: #fff;
}

.kb-landing-page.green-footer .site-footer {
    background-color: #4a6a19 !important;
    border-top: 0 solid #4a6a19 !important;
    color: #fff;
}

.kb-landing-page.pink-footer .site-footer {
    background-color: #ec0089 !important;
    border-top: 0 solid #ec0089 !important;
    color: #fff;
}

.kb-landing-page input[type="email"] {
    background: #fff;
}

.category-health-topics .archive-description .archive-title {
    padding-left: 0;
}

.section.author .col {
    display: block !important;
    overflow: hidden;
}

.section.author .media_container {
    display: block !important;
}

.section.author .col.vCenter {
    display: block !important;
    position: relative !important;
    top: 0 !important;
    transform: initial !important;
}

.section.author img.avatar.photo {
    display: inline-block;
    text-align: center;
    float: none;
    vertical-align: middle!important;
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.section.author .media_container {
    display: inline-block!important;
    vertical-align: middle;
    text-align: center;
    height: 100%;
    vertical-align: middle;
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.author-box {
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    padding: 0!important;
}

h4.author-box-title {
    text-transform: none;
}

.author-box-title:before {
    display: none;
}

.author-box .one-fourth {
    width: 33.33%!important;
    display: block;
    overflow: hidden;
    height: 100%;
}

.author-box .three-fourths.last {
    width: 60%;
    display: block !important;
    position: relative !important;
    top: 0 !important;
    transform: initial !important;
}

.author-box .avatar {
    display: none;
}
.author-box .one-fourth:before {
	content: '';
	display: block;
	width: 245px!important;
	overflow: hidden;
	height: 340px;
	background-size: 245px 340px;
	background-image: url('https://kellybroganmd.com/wp-content/uploads/2019/08/author-bio-2019.jpg');
}

col2Custom li:before {
    content: "\f05d";
    font-family: FontAwesome;
}
#menu-item-20336 span {
  padding: 0 !important;
}
.email_input_container_parent input.circle[type="submit"], button.circle{
      display: inline-block !important;
}
@media (max-width:1200px) {
.site-inner {
    margin-top: 251px;
    margin-top:0;
}
}
@media (max-width:600px) {
ul#menu-primary-menu .social {
display:none;
}
}
@media (max-width:810px) {
.author-box .one-fourth {
    margin: 0 auto;
    width: 245px!important;
    overflow: hidden;
    height: 340px;
}

.author-box .three-fourths.last {
    width: 100%;
}

.author-box {
    padding: 10px 30px 0!important;
    width: 90%;
    margin: 0 auto 30px;
}
}
@media (max-width:800px) {
.nav-header {
    background: #fbfcfe!important;
}
li#menu-item-31840 {
    width: 100% !important;
}
#nav_menu-15 .widget-wrap {
height:50px;
}
.site-inner {
    margin-top: 176px;
    margin-top: 0px;
}
}
@media (max-width:768px) {
article.post h1.entry-title {
    font-size: 40px;
}
.field-width {
width: 100%!important;
margin-top: 30px;
}
article {
    padding: 0 5%;
    padding: 0;
}
.wrap {
    padding: 0 5%;
}
    body.archive article.has-post-thumbnail > a,
    body.search article.has-post-thumbnail .entry-content > a,
    body.main-archive article.has-post-thumbnail .entry-content > a,
    body.archive article .entry-content,
    .container.archive article .entry-image-link,
    .container.archive article .entry-content{
        width: 100% !important;
        height:auto;

    }
    body.archive article.has-post-thumbnail > a,
    body.search article.has-post-thumbnail .entry-content > a,
    body.main-archive article.has-post-thumbnail .entry-content > a,
    .container.archive article .entry-image-link{
        margin-bottom: 30px;
    }
    body.archive article.has-post-thumbnail > a img,
    body.search article.has-post-thumbnail .entry-content > a img,
    body.main-archive article.has-post-thumbnail .entry-content > a img,
    .container.archive article .entry-image-link img{
        max-width: 100%;
        position:relative;
        top:0;
        transform: translateX(-50%);
        margin:auto;
        max-height: 200px;
    }
    #menu-primary-menu > :nth-last-child(1){
        width: 100%;
        max-width: 512px;
        margin: auto;
        display: table;
        float:none;
    }
    #menu-primary-menu > :nth-last-child(1) a{
        padding-top:10px;
        padding-bottom:10px;
    }
    #menu-item-4037{
        display:none;
    }
    body.single-lms_courseware .site-inner{
        margin-top: 0;
    }

}

@media screen and (min-width: 810px) {
    .after-entry .enews-widget form {
        border-left: 1px solid #074958;
    }
}

.grassroot {
    background: #f7f7f7 none repeat scroll 0 0;
    border: 1px solid #d4d4d4;
    margin-top: 50px;
    padding-top: 0;
    position: relative;
}

.pan {
    background: #06a8c4 none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 38px;
    height: 80px;
    left: 50%;
    margin-left: -40px;
    padding: 0;
    position: absolute;
    text-align: center;
    top: -40px;
    width: 80px;
}

.pan i {
    border-radius: 50%;
    height: 80px;
    line-height: 80px;
    padding: 0;
    position: relative;
    right: 0;
    top: 2px;
    width: 80px;
}

.pan > img {
    display: block;
    padding-top: 3px;
}

.ftr-img {
    background: url(//kellybroganmd.com/wp-content/uploads/2016/04/grassroots-hands.jpg) center center no-repeat;
    background-size: cover;
    height: 113px;
    overflow: hidden;
}

.ftr-img > img {
    display: block;
    width: 100%;
}

.grssroot-content {
    padding: 20px 29px 29px;
    text-align: center;
}

.grssroot-content p {
    color: #494e4f;
    font-family: "Open Sans";
    font-weight: bold;
    line-height: normal;
}

.grssroot-content > h2 {
    color: #06657f;
    font-family: "Bree Serif";
    font-size: 30px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 8px;
    text-align: center;
    text-transform: uppercase;
}

.grssroot-content a.btn {
    background: #06a8c4 none repeat scroll 0 0;
    color: #fff;
    display: block;
    font-weight: bold;
    padding: 8px;
}

.error {
    color: #fff!important;
}

#affwp-referral-notifications {
    height: 20px!important;
    margin-right: 5px;
    vertical-align: text-bottom;
    width: 20px!important;
}

.ninja-forms-required-items {
    font-style: italic;
    padding-bottom: 20px;
}

@media (min-width: 810px) {
    .halfwidth {
        max-width: 46%;
    }
    img.alignright, .wp-caption.alignright {
        margin: 0 0 24px 4%;
    }
    img.alignleft, .wp-caption.alignleft {
        margin: 0 4% 24px 0;
    }
    .one-half.last p:first-of-type {
        display: none;
    }
}


/* sidebar title */

body .site-container ul.lms-list-items .courseware-course > a {
    display: none;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 10px;
}

body .site-container ul.lms-list-items .courseware-course > ul.children {
    margin-left: 0;
}

body .site-container ul.lms-list-items .courseware-course > ul.children:before {
    display: none;
}

body .site-container ul.lms-list-items ul.children {
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

body .site-container ul.lms-list-items ul.children:before {
    border-color: #c5e0dd;
    border-left: 0 solid #c5e0dd;
    left: -20px;
    top: 0;
}

body .site-container ul.lms-list-items .courseware-module > a:hover {
    text-decoration: none!important;
}

body .site-container ul.lms-list-items .courseware-course > a:hover {
    text-decoration: none!important;
}

body .site-container ul.lms-list-items .courseware-lesson > a:hover {
    text-decoration: none!important;
}

body .site-container ul.lms-list-items .courseware-module > a {
    background: #fff;
    border: 1px solid #c5e0dd;
    border-bottom: 0;
    font-size: 16px;
    font-family: 'proxima-nova';
    font-weight: 700;
    padding: 11px 15px 10px;
}
aside {
margin-bottom:60px;
}
aside ul.lms-list-items li.courseware-lesson {
    display: none;
}

.site-container ul.lms-list-items li a .lms-item-complete:before {
    content: "\f147";
    font-size: 22px;
    margin-right: 5px;
    margin-top: -2px;
}

/*.sidebar ul > li.courseware-module:last-child {
    border-bottom: 1px solid #c5e0dd!important;
}
}*/

body .site-container ul.lms-list-items .courseware-lesson > a {
    font-size: 13px;
    font-weight: bold;
    padding: 5px 0;
    position: relative;
}

body .site-container ul.lms-list-items .courseware-lesson > a:before {
    background: #c5e0dd;
    border-radius: 50%;
    content: "";
    display: block;
    height: 9px;
    left: -24px;
    position: absolute;
    top: 11px;
    width: 9px;
}

body .site-container ul.lms-list-items .courseware-lesson.current_courseware_item > a:before {
    background: #06647e;
}

body .site-container ul.lms-list-items .courseware-course > a:hover, body .site-container ul.lms-list-items .courseware-module > a:hover, body .site-container ul.lms-list-items .courseware-lesson > a:hover, body .site-container ul.lms-list-items .courseware-lesson.current_courseware_item > a {
    background: none;
    color: #06647e;
}

body .site-container ul.lms-list-items .courseware-module.current_courseware_item > a {
    background: #00a8c6;
    border: 0;
    border-left: 1px solid #00a8c6;
    border-color: #00a8c6;
    box-shadow: inset 1px 0 0 #00a8c6, inset -1px 0 0 #00a8c6, inset 0 1px 0 #00a8c6;
    color: #fff;
}

body .site-container ul.lms-list-items li.courseware-module.current_courseware_item > a em, body .site-container ul.lms-list-items li.courseware-complete > a em {
    color: #fff;
}

body .site-container ul.lms-list-items .courseware-lesson.courseware-complete > a {
    color: #00ae7b;
}

body .site-container ul.lms-list-items .courseware-lesson.courseware-complete > a:before {
    background: #e3f9f6;
    height: 20px;
    top: 4px;
}

body .site-container ul.lms-list-items .courseware-lesson.courseware-complete > a .lms-item-complete {
    left: -31px;
    position: absolute;
    top: 0;
}

body .site-container ul.lms-list-items .courseware-module.courseware-complete > a {
    background: #00ae7b;
    border: 1px;
    border-color: #00ae7b;
    color: #fff;
}

body .site-container ul.lms-list-items .courseware-module.courseware-complete > a .lms-item-complete {
    line-height: 20px;
}

body .site-container ul.lms-list-items li a .lms-item-favorite:before {
    margin-top: 3px;
}

body .sidebar ul.lms-list-items {
    background: #e3f9f6;
    padding: 30px!important;
    border:0px solid #c5e0dd;
}

.entry-content .lms-next-previous::before {
    content: ""!important;
    font-family: FontAwesome;
    margin-right: 0!important;
}

.simple-social-icons ul li:first-of-type {
    margin-left: 0!important;
}

li.courseware-module a:after {
    content: "\f054";
    float: right;
    font-family: FontAwesome;
    font-size: 19px;
    font-weight: 400;
    margin-right: 0;
    opacity: 1;
    position: relative;
    bottom: 1px;
}
li.courseware-item-35453 a:after {
    content: "\f007";
    float: left;
    font-family: FontAwesome;
    font-size: 19px;
    font-weight: 400;
    left: 2px;
    margin-right: 9px;
    opacity: 1;
    position: relative;
    top: -4px;
    width: 20px;
}

li.courseware-item-7307 a:after {
    content: "\f0f5";
    float: left;
    font-family: FontAwesome;
    font-size: 19px;
    font-weight: 400;
    left: 1px;
    margin-right: 9px;
    opacity: 1;
    position: relative;
    top: -4px;
    width: 20px;
}

li.courseware-item-27185 a:after {
    color: #fff;
    content: "\f02d";
    float: left;
    font-family: FontAwesome;
    font-size: 19px;
    font-weight: 400;
    left: 0px;
    margin-right: 9px;
    opacity: 1;
    position: relative;
    top: -4px;
    width: 20px;
}
li.courseware-item-31520 a:after {
    color: #fff;
    content: "\f10c ";
    float: left;
    font-family: FontAwesome;
    font-size: 19px;
    font-weight: 400;
    left: 1px;
    margin-right: 9px;
    opacity: 1;
    position: relative;
    top: -4px;
    width: 20px;
}
li.courseware-item-7311 a:after {
    color: #fff;
    content: "\f0ed";
    float: left;
    font-family: FontAwesome;
    font-size: 19px;
    font-weight: 400;
    left: -1px;
    margin-right: 9px;
    opacity: 1;
    position: relative;
    top: -3px;
    width: 20px;
}

li.courseware-item-10843 a:after {
    color: #fff;
    content: "\f161";
    float: left;
    font-family: FontAwesome;
    font-size: 19px;
    font-weight: 400;
    margin-right: 9px;
    opacity: 1;
    position: relative;
    top: -3px;
    width: 20px;
}



li.courseware-item-19163 a:after {
    color: #fff;
    content: "\f277";
    float: left;
    font-family: FontAwesome;
    font-size: 19px;
    font-weight: 400;
    margin-right: 9px;
    opacity: 1;
    position: relative;
    top: -3px;
    width: 20px;
}

li.courseware-item-18016 a:after {
    color: #fff;
    content: "\f0f4";
    float: left;
    font-family: FontAwesome;
    font-size: 19px;
    font-weight: 400;
    left: -1px;
    margin-right: 9px;
    opacity: 1;
    position: relative;
    top: -3px;
    width: 20px;
}

li.courseware-item-7927 a:after {
    color: #fff;
    content: "\f07c";
    float: left;
    font-family: FontAwesome;
    font-size: 19px;
    font-weight: 400;
    margin-right: 9px;
    opacity: 1;
    position: relative;
    top: -3px;
    width: 20px;
}

.displaynone {
    display: none!important;
}

.entry-content .lms-list-items li a {
    padding-left: 30px!important;
}

.lms-list-items > li > ul > li > a:after {
    color: #a8d0cc;
}
.courseware_item.courseware-item-21374.courseware-module {
margin-bottom:0px;
border-bottom:0!important;
}
.courseware_item.courseware-item-21374.courseware-module a{
border-bottom: 0px solid #c5e0dd;
}
.lms-list-items li.courseware_item.courseware-item-5034.courseware-module:before {
    border-bottom: 0 solid #c5e0dd;
    color: #79a8a4;
    content: "Part 1: Transformation";
    display: block;
    font-weight: bold;
    padding-bottom: 11px;
    padding-top: 0;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    font-family:'proxima-nova';
}

.lms-list-items li.courseware_item.courseware-item-5123.courseware-module:before {
    border-top: 1px solid #c5e0dd;
    color: #79a8a4;
    content: "Part 2: Restoration";
    display: block;
    font-weight: bold;
    padding-bottom: 11px;
    padding-top: 12px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    font-family:'proxima-nova';
}

.lms-list-items li.courseware_item.courseware-item-7307.courseware-module:before {
    border-top: 1px solid #c5e0dd;
    color: #79a8a4;
    content: "Additional Resources";
    display: block;
    font-weight: bold;
    padding-bottom: 11px;
    padding-top: 12px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    font-family:'proxima-nova';
}

.lms-list-items li.courseware_item.courseware-item-30232.courseware-module:before {
    border-top: 1px solid #c5e0dd;
    color: #79a8a4;
    content: "Upgrade";
    display: block;
    font-weight: bold;
    padding-bottom: 11px;
    padding-top: 12px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    font-family: 'proxima-nova';
}

li.courseware-item-30232 a:after {
    content: "\f0aa";
    float: left;
    font-family: FontAwesome;
    font-size: 22px;
    font-weight: 400;
    left: 0px;
    margin-right: 9px;
    opacity: 1;
    position: relative;
    top: -6px;
    width: 20px;
}

.lms-list-items li.courseware_item.courseware-item-18016.courseware-module:before {
    border-top: 1px solid #c5e0dd;
    color: #79a8a4;
    content: "Bonus Modules";
    display: block;
    font-weight: bold;
    padding-bottom: 11px;
    padding-top: 12px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    font-family:'proxima-nova';
}

body .site-container ul.lms-list-items .courseware-module > a:hover {
    background: #00a8c6;
    border-color: #00a8c6;
    box-shadow: inset 1px 0 0 #00a8c6, inset -1px 0 0 #00a8c6, inset 0 1px 0 #00a8c6;
    color: #fff;
}

body .site-container ul.lms-list-items .courseware-module > a:hover:after {
    color: #fff!important;
}

body .site-container ul.lms-list-items .courseware-module > a:hover * {
    color: #fff!important;
}

body .site-container ul.lms-list-items .courseware-module > a {
    border: 1px solid #c5e0dd;
    border-bottom: 0;
    color: #a8d0cc;
    -webkit-transition: background .2s ease, border .2s ease, box-shadow .2s ease;
    transition: background .2s ease, border .2s ease, box-shadow .2s ease;
}

body .site-container ul.lms-list-items .courseware-module > a.after_white:after {
    color: white!important;
}

body .site-container ul.lms-list-items .courseware-module > a > span {
    color: #00a8c6;
}

li.courseware-item-8770 a:after {
    content: "\f082";
    float: left;
    font-family: FontAwesome;
    font-size: 21px;
    font-weight: 400;
    margin-right: 9px;
    opacity: 1;
    position: relative;
    top: -5px;
    width: 20px;
}

li.courseware-item-21409 a:after {
    content: "\F0AA";
    float: left;
    font-family: FontAwesome;
    font-size: 22px;
    font-weight: 400;
    left: 0;
    margin-right: 10px;
    opacity: 1;
    position: relative;
    top: -6px;
    width: 20px;
}

.lms-list-items li.courseware_item.courseware-item-21409.courseware-module:before {
    border-top: 1px solid #c5e0dd;
    color: #79a8a4;
    content: "Ready for More?";
    display: block;
    font-weight: bold;
    padding-bottom: 11px;
    padding-top: 12px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    font-family: 'proxima-nova';
}

li.courseware-item-8746 a:after {
    content: "\f059";
    float: left;
    font-family: FontAwesome;
    font-size: 22px;
    font-weight: 400;
    left: 0;
    margin-right: 10px;
    opacity: 1;
    position: relative;
    top: -5px;
    width: 20px;
}


/*
.lms-list-items li.courseware_item.courseware-item-8770.courseware-module:before {
content:"Community";
text-transform:uppercase;
position:relative;
padding-top:12px;
padding-bottom:11px;
width:100%;
display:block;
background:rgb(227,249,246);
text-align:center;
border:1px solid #c5e0dd;
border-top:1px solid #c5e0dd;
color:#79a8a4;
font-weight:bold;
font-family:'proxima-nova';
}

*/


/*rest day (/vmr)
*/

.rest_day {
    border: 1px solid #cacbcc;
    border-radius: 3px;
    margin-bottom: 10px;
    padding: 15px 0 16px;
    padding-left: 50px;
    width: 100%;
}

.rest_day > div {
    color: #777;
    font-family: "Open Sans";
    font-size: 20px;
    font-weight: bold!important;
    text-transform: uppercase;
}

.rest_day > span {
    color: #a8d0cc;
    font-weight: bold;
}

#text-23.widget {
    margin-bottom: 14px;
}

.premise-checkout-wrap .accesspress-checkout-payment-method-wrap label {
    line-height: 40px;
}

.login-compact #loginform .login-submit {
    float: left;
    margin: -15px 0 0;
    padding: 15px 0;
    width: 100px;
}

.one-half {
    display: block!important;
}

#loginform .login-submit {
    padding-left: 30.5%;
}

#loginform input[type="text"]{
    background: #fff; 
    border: 1px solid #d9d9d9;
    color: #666;
    padding: 5px 10px;
    border-radius: 0;
}


.header_login{
    border-color: #c5e0dd!important;
    transition:opacity 0.2s ease;
}
.header_login > .member_first_name:after {
    bottom: 1px;
    color: #a8d0cc;
    content: "\f078";
    font-family: FontAwesome;
    font-size: 15px;
    font-weight: 400;
    margin-left: 6px;
    position: relative;
}
.header_login > .logout > ul > li{
    text-align:center;
}

.header_menu_btn:before {
    content: "\f106";
}
.single-lms_courseware .site-header {
background:#e3f9f6;
border-bottom:0;
}
.single-lms_courseware .footnotes a, .footnotes a:hover {
    color: #79a8a4!important;
}

.single-lms_courseware::selection {
    background: #00a8c6;
    color: #fff;
}

.blog_inside.col2 > div > .col {
    float: left;
    width: 50%;
}

@media only screen and (max-device-width: 810px) {
    .download_activity {
        display: block;
        float: none;
        margin-top: 18px;
        text-align: center;
    }
}

@media only screen and (max-width: 920px) {
    .blog_inside.col2 > div > .col {
        float: none;
        width: 100%;
    }
}

article.post-password-required .button, .post-password-required .entry-content a.button, 
.post-password-required .entry-content a.button:active, 
article.post-password-required .entry-content input[type="submit"] {
    margin-left: 0;
}

article.post-password-required .entry-content {
    padding: 40px;
}

ul.df-circular-countdown {
    margin: 0;
    padding: 0!important;
}

.nav-primary form {
    margin: 0;
}

body.search .site-inner article,
body.main-archive .site-inner article {
    border-bottom: 1px solid #eee;
    padding: 30px 0;
}

body.search .site-inner article .entry-meta {
    margin: 0;
}

body.search .site-inner article h2 {
    margin-top: 0;
}

body.search .site-inner article .entry-content > a {
    display: block;
    padding: 20px 0;
    text-align: center;
}

aside .section.search .search-icon{
    left:20px;
}
aside .section.search .fa-search{
    left:-10px;
}
body.single-post aside .section.search .fa-search,
body.page aside .section.search .fa-search{
    left:0px;
}
li.current-menu-item a span:after,
.menu_span_hover:after{
    color:white !important;
}


/*vmr*/

body .site-container ul.lms-list-items .courseware-module.current_courseware_item > a span {
    color: white;
}
body.single-lms_courseware aside{
    border:0;
    padding-top: 40px;
}
body.single-lms_courseware article header .share-before_entry_header .share-outlined share-medium {
display:none!important;
}
article.lms_courseware .share-before_entry_header {
display:none!important;
}
body.single-lms_courseware,
body.single-lms_courseware p{
    font-size:16px;
}
body.single-lms_courseware ul li {
padding-bottom:0;
}
body.single-lms_courseware ul li,
body.single-lms_courseware ol li{
    font-size:16px;
    font-family:"Open Sans";
    color: #494e4f;
}
body.single-lms_courseware a{
    color:#00a8c6;
}
body.single-lms_courseware h4{
    font-size:24px;
}
.lms-list-items > li > ul > li > a:after{
    color:#a9c9d1;
}

body.single-lms_courseware .title-area{
    height:84px;
}
body.single-lms_courseware .header-widget-area{
    display: none;
    opacity:0;
}
.ddio_countdown_wrap {
margin-bottom:22px;
}
aside .banner_background h3 {
margin-top:40px;
}
#text-44 h3 {
margin-top:40px;
}
h1, h2, h3, h4, h5, h6 {
margin-top:0;
margin-bottom:24px;
}
article.post h1, article.post h2, article.post h3, article.post h4, article.post h5, article.post h6{
margin:40px 0 20px;
}
article.post h1 {
margin-top: 0;
}
.author-box-title {
margin-top:40px;
}
body.single-lms_courseware h1, body.single-lms_courseware h2, body.single-lms_courseware h3, body.single-lms_courseware h4, body.single-lms_courseware h5, body.single-lms_courseware h6 {
margin:0 0 20px;
}
body.single-lms_courseware h1, body.single-lms_courseware h1.entry-title {
font-size:20px;
font-family:'Open Sans';
text-transform:uppercase!important;
margin:18px 0 36px!important;
}

#menu-item-20263{
    pointer-events: none;
}





.site-header .nav-header .menu > .menu-item-has-children > a:after{
    display: none;
}
.site-header .nav-header .menu > .menu-item-has-children > a span:after{
    color: #bec9ce;
    content: "\f107";
    display: block;
    font-family: "fontAwesome";
    font-size: 32px;
    font-weight: 100;
    position: absolute;
    right: 0;
    text-align: center;
    transition: .3s ease;
    width: 100%;
}

@media only screen and (max-width: 800px){

    .site-header .nav-header .menu > .menu-item-has-children > a span:after{
        display: none;
    }
}


.section.banner .media_container{
    width: 300px;
}


/*resources*/
.sidebar #menu-resources li{
    margin:0;
}
.sidebar #menu-resources li a {
    position: relative;
    border: 1px solid #c5e0dd;
    border-bottom: 0;
    display: block;
    color: #1297b8;
    padding:15px 30px 15px 15px;
    font-weight: bold;
    font-size:18px;
    font-family: "proxima-nova";
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
}
#menu-resources :nth-last-child(1) a{
     border-bottom: 1px solid #c5e0dd !important;
}
.sidebar #menu-resources li a:hover {
    background: #1296b8;
    color:white;
}
.sidebar #menu-resources li a:after {
    content: "\f054";
    font-size: 19px;
    opacity: 1;
    font-weight: 400;
    font-family: FontAwesome;
    color: #c5e0dd;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 12px;
}
.sidebar #menu-resources li:hover a:after{
    color:white; 
}

.site-header .title-area{
    height:125px;
    padding:0;
    margin:0;
}
.sidebar .widgettitle{
    border:0;
    color: #494e4f;
    font-family: 'Open Sans', serif;
    padding:30px 15px;
    margin:0;
}
.sidebar .widgettitle:before{
    display: none;
}
body.page-id-10940 aside{
    border:0;
}
body.page-id-10940 main{
    padding-top:36px !important;
}


span.more_from_blog_icon:before{
display:table;
}
blockquote::before{
left:5px;
}
#menu-item-20336 a {
    line-height: 64px;
    display: inline-table;
    font-family: "Montserrat";
    font-size: 17px;
    -webkit-font-smoothing: antialiased;
    font-weight: bold;
    padding-left: 10px;
    position: relative;
    text-align: center;
    padding-left: 0;
    text-transform: Capitalize;
    padding-left: 25px !important;
}
.entry-content .button:before {
    display: none;
}

.page .entry-title {
    margin: 0 0 40px;
}
form {
margin:0;
}
@media only screen and (max-width: 800px) {
.menuBtn .menu_line3 {
    top: calc(100% - 4px);
}
}
@media only screen and (max-width: 800px) {
.nav-header {
    height: 0;
    overflow: hidden;
    padding-top: 50px;
}
}
@media only screen and (max-width: 800px) {
.nav-header .menuBtn {
    margin-top: 11px;
}
}
aside .section.search .fa-search {
    left: -10px!important;
}
.site-header {
    background: #fbfcfe;
    border-bottom: 1px solid #e3e7ea;
}
.single-post .entry-title {
    color: #272727;
}
.entry-meta {
margin: 1px 0 30px;
}
.author-box {
    color: #272727;
}
p.desc {
font-size:16px;
}
a {
font-weight: inherit;
color: #1297b8;
}
.entry-content a {
    color: #1297b8;
}
.entry-comments a, .comment-respond a {
    color: #1297b8;
}
.sidebar a {
    color: #1297b8;
}
.entry-comments .comment-author img {
    border-radius: 50%;
    float: left;
    height: 65px;
    margin-top: -13px;
    overflow: hidden;
    width: 65px;
}
.header-widget-area .genesis-nav-menu .menu-item li a:first-of-type {
    border-right: 0px solid #ccc;
}
.site-header .sub-menu {
border-bottom:0;
}

.nav-header .menu > li#menu-item-20277 > .sub-menu li a span, .nav-header .menu > li#menu-item-36046 > .sub-menu li a span, .nav-header .menu > li#menu-item-57943 > .sub-menu li a span, .nav-header .menu > li#menu-item-36046 > .sub-menu li a span {
    display: inline-table;
    font-family: "Montserrat";
    font-size: 17px;
    -webkit-font-smoothing: antialiased;
    font-weight: bold;
    padding-left: 25px;
    padding-right: 25px;
    left:0;
    position: relative;
    text-align: left;
    text-transform: Capitalize;
    width:100%;
}

.nav-header .menu > li#menu-item-20332 > .sub-menu li a span, .nav-header .menu > li#menu-item-21012 > .sub-menu li a span {
    display: inline-table;
    font-family: "Montserrat";
    font-size: 17px;
    -webkit-font-smoothing: antialiased;
    font-weight: bold;
    padding-left: 0;
    left:0;
    position: relative;
    text-align: left;
    text-transform: Capitalize;
    top: 50%;
    transform: translateY(-50%);
 width: calc(100% - 74px);
 width:100%;
 padding-left: 25px;
 padding-right: 25px;
}

li#menu-item-31840 {
width: 255px;
}

.nav-header .menu > li#menu-item-31804 > .sub-menu li a span, .nav-header .menu > li#menu-item-65460 > .sub-menu li a span {
    display: inline-table;
    font-family: "Montserrat";
    font-size: 17px;
    -webkit-font-smoothing: antialiased;
    font-weight: bold;
    padding-left: 0;
    left:0;
    position: relative;
    text-align: left;
    text-transform: Capitalize;
 /*   top: 50%;
    transform: translateY(-50%);
*/   
 width: calc(100% - 74px);
 width:100%;
 padding-left: 25px;
 padding-right: 25px;
}

span.author {
    display: block;
    margin-bottom: 29px;
}
.more_blog h3 {
    margin-top: 0;
    font-size: 28px;
}
.section_title_expand {
    color: #e7e7e7!important;
}
.container.blog_inside .text, .container.blog_inside .home-text {
    position: relative;
    padding-top: 75px!important;
}
.nav-header .sub-menu {
width: auto;
}
.genesis-nav-menu .menu-item:nth-child(2) .sub-menu {
  min-width: 305px;
}
.section.email .columns.col2 > *:nth-child(2) .text {
  display: block;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  top: inherit;
  transform: none;
}
.columns > .col, .columns.rows > .row > .col {
  display: inline-table;
  float: left;
  overflow: hidden;
  position: relative;
/*  vertical-align: middle;*/
  margin-right: -3px;
}
.section.email > .container {
  background: #0c7593 none repeat scroll 0 0;
  padding: 0;
}
.more_blog p {
  text-align: left;
}
body.single-lms_courseware h2 {
margin:0;
}
body.single-lms_courseware p {
font-family:"Open Sans";
}
.section.banner input[type="submit"].circle::before {
    background: url("https://kellybroganmd.com/wp-content/uploads/2017/08/bolt-icon-2X.png") no-repeat center;
    background-size: cover;
    content: "";
    height: 28px;
    margin: auto;
    margin-bottom: 4px;
    position: relative;
    top: -6px;
    width: 24px;
}
.section.img input[type="submit"].circle::before {
    content: "";
}
input[type="submit"].circle::before {
    background: url("https://kellybroganmd.com/wp-content/uploads/2017/08/bolt-icon-2X.png") no-repeat center;
    background-size: cover;
    content: "";
    display: block;
    font-family: "fontawesome";
    font-weight: normal;
    height: 20px;
    margin: auto;
    margin-bottom: 4px;
    position: relative;
    top: -6px;
    width: 22px;
}
.section.img input[type="submit"].circle {
    background: #fca649;
    display: inline-table;
    margin: 0;
}
.section.email .columns.col2 > :nth-child(2) input[type="submit"] {
    background: #fca649;
    display: inline-table;
    font-size: 18px;
    margin: 10px 0 0 0;
    width: 160px;
}
.section.email .columns.col2 > :nth-child(2) * {
    color: white;
    display: inline-table;
}
*::-moz-placeholder {
    color: #fff;
    opacity: 1;
}
body.search-results .archive-description .archive-title {
font-size:48px;
margin-top:10px;
}
body.search article .entry-header .entry-title a {
color:#272727;
}
body.search-results .entry-meta {
display:none;
}
body.page-template-page_blog .entry-title {
    margin-bottom: 20px!important;
}
body.page-template-page_blog .entry-title a {
    font-family: "Merriweather", "Droid Serif", serif;
    font-size: 28px;
    height: auto;
    line-height: 1.2;
    margin-bottom: 20px!important;
    margin-top: 0;
    color: #272727;
    font-weight: bold;
    text-decoration: none;
}
body.page-template-page_blog .entry-meta {
display:none;
}

.section.email *::-webkit-input-placeholder {
  color: #fff;
  opacitiy:1;
}
.section.email *::-moz-placeholder {
  color: #fff;
  opacitiy:1;
}
.section.email *:-ms-input-placeholder {
  color: #fff;
  opacitiy:1;
}
.section.email *:-moz-placeholder {
  color: #fff;
  opacitiy:1;
}
.section.banner *::-webkit-input-placeholder {
  color: #fff;
  opacitiy:1;
}
.section.banner *::-moz-placeholder {
  color: #fff;
  opacitiy:1;
}
.section.banner *:-ms-input-placeholder {
  color: #fff;
  opacitiy:1;
}
.section.banner *:-moz-placeholder {
  color: #fff;
  opacitiy:1;
}
aside .section.ebook *::-webkit-input-placeholder {
  color: #fff;
  opacitiy:1;
}
aside .section.ebook *::-moz-placeholder {
  color: #fff;
  opacitiy:1;
}
aside .section.ebook *:-ms-input-placeholder {
  color: #fff;
  opacitiy:1;
}
aside .section.ebook *:-moz-placeholder {
  color: #fff;
  opacitiy:1;
}
.header_login > .logout > ul > li {
border:0!important;
}
.socialmedia-accor > div img {
margin-bottom:18px!important;
}
body.single-lms_courseware blockquote {
    font-family: "Bitter"!important;
    font-size: 18px;
    line-height: 1.625;
    color: #777e7f;
    background: #f5f6f7;
    padding: 35px!important;
    margin: 18px 0;
}
body.single-lms_courseware blockquote p {
    font-family: "Bitter"!important;
    font-size: 18px!important;
    letter-spacing:-0.3px;
}

.section.ebook input[type="submit"].circle {
height:100px;
width:100px;
background-color:#fca649;
font-size:16px;
}

.section.ebook .circle:before {
    background: url(//kellybroganmd.com/wp-content/uploads/2017/08/bolt-icon-2X.png) no-repeat center;
    background-size: cover;
    content: "";
    height: 20px;
    margin: auto;
    margin-bottom: 4px;
    position: relative;
    top: -6px;
    width: 18px;
}

.section.ebook .email_submit_container {
text-align:center;
margin:10px auto 0;
display:block;
}

.nav-header li.menu-item-20335 ul.sub-menu {
width: 200px;
}

.nav-header li.menu-item-20335 ul.sub-menu li a > span {
left:0!important;
}

.clear.email_submit_container:before {
    content: "";
    background: url(//kellybroganmd.com/wp-content/uploads/2017/08/bolt-icon-2X.png) no-repeat center;
    background-size: cover;
    width: 24px;
    height: 28px;
    margin: auto;
    position: relative;
    top: -6px;
    margin-bottom: 4px;
    display: block;
    position: absolute;
    left: 50%;
    top: 15px;
    transform: translateX(-50%);
}
aside .clear.email_submit_container:before{
    width: 16px;
    height: 20px;
    
}
input[type="submit"].circle{
    padding-top:15px;
}

#menu-item-21012 .sub-menu{
    width: auto !important;
}
#menu-item-21012 .sub-menu > :nth-last-child(1) a > span{
    float: none;
    left: 0;
    text-align: center;
    padding: 0;
    top: 0;
    transform: none;
}
#menu-item-21012 .sub-menu > li a > span{
    left: 0;
    text-align: center;
}
#menu-item-21012 .sub-menu > :nth-last-child(1) a > span > span{
    transform: none;
    top: 0;
    padding: 0;
    width: 100%;
    text-align: center;
    left: 0;
}
#menu-item-21012 .sub-menu li a{
    position: relative;
    padding: 0;
    text-align: left;

}

#menu-item-31804 .sub-menu{
    width: auto !important;
}
#menu-item-31804 .sub-menu > :nth-last-child(1) a > span{
    float: none;
    left: 0;
    text-align: center;
    padding: 0;
    top: 0;
    transform: none;
}
#menu-item-31804 .sub-menu > li a > span{
    left: 0;
    text-align: center;
}
#menu-item-31804 .sub-menu > :nth-last-child(1) a > span > span{
    transform: none;
    top: 0;
    padding: 0;
    width: 100%;
    text-align: center;
    left: 0;
}
#menu-item-31804 .sub-menu li a{
    position: relative;
    padding: 0;
    text-align: left;

}

.blog_post_container{
    max-height: 900px;
}
.nav-header .menu > li > .sub-menu li a{
min-height:0 !important;
}

@media only screen and (max-width: 800px){
    .nav-header .sub-menu{
        width: 100%;
        margin:auto;
    }
    .nav-header .menu > li > .sub-menu li{
        padding:0 10%; 
        text-align: center;
        border-bottom: 1px solid #e3e7ea;
    }
    .nav-header .menu > li > .sub-menu li a{
        float: none;
        width: 100%;
        max-width: 300px;
        padding-left: 0;
        display: inline-block;
        position: relative;
        margin: auto;
        border:0;
    }
    .nav-header .menu > li > .sub-menu li a:before{
        border:0 !important;
    }
    .nav-header .menu > li > .sub-menu li a span{
        text-align:left;
    }
    #menu-item-20334 li a{
/*        padding: 0; */
        text-align: center;
    }
.nav-header .menu > li#menu-item-20277 > .sub-menu li a span, .nav-header .menu > li#menu-item-36046 > .sub-menu li a span {
        text-align: center;
}
.nav-header .menu > li#menu-item-31804 > .sub-menu li a span, .nav-header .menu > li#menu-item-65460 > .sub-menu li a span {
        text-align: center!important;
}
.nav-header .menu > li#menu-item-57943 > .sub-menu li a span {
        text-align: center!important;
}
 #menu-item-20285 .sub-menu li a{
        padding-left: 74px;
    }
    .sub-menu{
        text-align: center;
 width: 100% !important;
    }
.nav-header .sub-menu-toggle{
        height: 65px;
        top: 32px;
    }
}
.site-header .nav-header .menu >:nth-last-child(1) {
padding-bottom:0;
}
@media only screen and (max-width: 800px) {
.nav-header .menu > li > .sub-menu li {
    padding: 0 10%;
    text-align: center;
    border-bottom: 1px solid #e3e7ea;
    background: #f0f2f4;
}
}
.site-header .sub-menu {
    border: 1px solid #e3e7ea;
border-bottom:0;
}
.header-widget-area .genesis-nav-menu a:hover, .header-widget-area .genesis-nav-menu .current-menu-item > a, .header-widget-area .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
background-color:#f2f2f2;
color:#505c61;
}
@media only screen and (max-width: 800px) {
.nav-header .menu > li#menu-item-21012 > .sub-menu li a span, .nav-header .menu > li#menu-item-20332 > .sub-menu li a span {
    padding:0;
    padding-left: 10px;
    text-align: center;

}
.site-header .nav-header .menu > li a {
    height: 65px;
}
#menu-item-20336 a{
    padding:0 !important;
    text-align: center !important;
}

.nav-header .menu.genesis-nav-menu{
    margin-top:40px;
    top:-20px;
}


}
@media only screen and (max-width: 1200px) {
.section.banner {
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0, 0, 0, .10)), color-stop(50%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, .10))) no-repeat, url(//kellybroganmd.com/wp-content/themes/2017-03-03-kelly-brogan/images/blue-texture-final.png) repeat;
    background-position: 0 0;
    background-size: cover, 300px 300px;
}
}

@media only screen and (max-width: 768px) {
.section.banner .col {
margin-bottom:0;
}
li#menu-item-20263 {
display:none;
}
.nav-primary .menu.genesis-nav-menu.menu-primary li#menu-item-20268:last-child {
margin-right:0!important;
}
.nav-primary .menu.genesis-nav-menu.menu-primary li {
    margin: 0 2%;
}
.nav-primary .menu.genesis-nav-menu.menu-primary li#menu-item-20268 {
margin-right:0;
}
.section.banner h1 {
font-size:36px;
}
.section.banner .text {
    padding: 30px 5%;
}
.mobile-center{
text-align: center;
}
}
@media only screen and (max-width: 768px){
    .section.banner input[type="submit"].circle{
        width: 140px;        
    }
    body.archive article.has-post-thumbnail > a img,
    body.search article.has-post-thumbnail .entry-content > a img,
    body.main-archive article.has-post-thumbnail .entry-content > a img,
    .container.archive article .entry-image-link img{
        transform:none;
        left:0;
        top:0;
    }

}

.entry-content{
    max-width: 100vw;
}

#mc_embed_signup_scroll .col {
    display: inline-table;
}
.section.email .columns.col2 >:nth-child(2) .text{
    margin-top:0px;
}
.section.latest_blog img{
margin-bottom:24px;
}
.ddio_countdown_wrap li span{
text-align:center;
}
.ddio_countdown_wrap span.circular-label {
text-align:center;
}
.ddio_countdown_wrap span.dfDays {
text-align:center;
}
aside h3 {
font-family:'Merriweather';
font-weight:bold!important;
}

main {
    padding: 36px 0 0;
}



/*** Table Styles **/

.table-fill {
 background: white;
    border-radius: 3px;
    border-collapse: collapse;
    height: 320px;
    margin: auto;
    max-width: 700px;
    padding: 5px;
    width: 48%;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    animation: float 5s infinite;
    table-layout: fixed;
    margin-bottom: 22px;
    float: left;
    margin-right: 2%;
}
 
.table-fill th {
 color: #fff;
    background: #00a8c6;
    /* border-bottom: 4px solid #9ea7af;
    border-right: 1px solid rgb(190, 191, 191);*/
    font-size: 24px;
    font-weight: 700;
    padding: 20px;
    text-align: left;
/*    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);*/
    vertical-align: middle;
    font-family:'merriweather';
}

.table-fill th:first-child {
  border-top-left-radius:5px;
}
 
.table-fill th:last-child {
  border-top-right-radius:5px;
  border-right:none;
}
  
.table-fill tr {
/*  border-top: 1px solid #C1C3D1;
  border-bottom-: 1px solid #C1C3D1;*/
  font-size:16px;
  font-weight:normal;
/*  text-shadow: 0 1px 1px rgba(256, 256, 256, 0.1);*/
}
/* 
.table-fill tr:hover td {
  background:#4E5066;
  color:#FFFFFF;
  border-top: 1px solid #22262e;
  border-bottom: 1px solid #22262e;
}
 */
.table-fill tr:first-child {
  border-top:none;
}

.table-fill tr:last-child {
  border-bottom:none;
  border-top: 1px solid #f5f6f7;
  background-color: white!important;
}
 
.table-fill tr:nth-child(odd) td {
  background:#f5f6f7;
}
 
/*.table-fill tr:nth-child(odd):hover td {
  background:#4E5066;
}*/

.table-fill tr:last-child td:first-child {
  border-bottom-left-radius:5px;
}
 
.table-fill tr:last-child td:last-child {
  border-bottom-right-radius:5px;
  background: #fff;
}
 
/*.table-fill td {
  background:#FFFFFF;
  text-align:left;
  padding:15px 20px;
  vertical-align:middle;
  font-weight:400;
  font-size:18px;
}*/

.table-fill td {
    background: #FFFFFF;
    text-align: left;
    padding: 15px 20px;
    vertical-align: middle;
    font-weight: 400;
    font-size: 19px;
    line-height: 1.4;
    color: #272727;
    font-family: 'proxima-nova';
}

.table-fill td:last-child {
  border-right: 0px;
}

.table-fill th.text-left {
  text-align: left;
}

.table-fill th.text-center {
  text-align: center;
}

.table-fill th.text-right {
  text-align: right;
}

.table-fill td.text-left {
  text-align: left;
padding-left:60px;
}

.table-fill td.text-center {
  text-align: center;
}

.table-fill td.text-right {
  text-align: right;
}
.table-fill td i{
color: #00a8c6;
    padding-right: 5px;
    color: #00a8c6;
    position: absolute;
    margin-left:-40px;
    margin-top: 1px;
    font-size: 26px;
}


@media only screen and (max-width: 499px) {
.table-fill {
       width: 100%;
}
}

.clearBefore:before{
display:none !important;
}

body.sales-page p {
font-family: 'proxima-nova';
font-size:18px;
}

body.sales-page ul li, ol li {
font-family: 'proxima-nova';
font-size:18px;
}

.col2Custom li:before {
    content: "\f00c";
    font-family: FontAwesome;
    margin-right: 15px;
    font-size: 24px;
    position: relative;
    top: 3px;
    margin-left: -36px;
}
/* ==== Testimonial Start ==== */
.testimonials {
    width: 50%;
    position: absolute;
    right: 23%;
    top: 150px;
}
.testimonials h1 {
    color: #0188ad;
    font-family: "proxima-nova", "Open Sans", sans-serif;
}
.testimonials h3 {
    color: #0188ad;
    font-weight: 400;
    font-family: "proxima-nova", "Open Sans", sans-serif;
}
.testimonials h4 {
    color: #494949;
    font-weight: 400;
    font-family: "proxima-nova", "Open Sans", sans-serif;
}
.testi-img img{
margin: 0 auto;
}
.testimonial-about ul{
text-align: center;
padding: 95px 0;
margin-bottom: 0;
}
.testimonial-about ul li:first-child{
font-weight: bold;
}
.testimonial-about ul li{
    color: #0188ad;
list-style-type: none;
display: inline-block;
padding-bottom: 0;
margin-left: 40px;
}
.testimonial-about {
    background-color: #e3f6fa;
padding: 0 15px;
}
.vmr-img {
    width: 200px;
    display: inline-block;
    vertical-align: middle;
}
.vmr-details-content {
    width: 70%;
    display: inline-block;
    vertical-align: middle;
    margin-left: 60px;
}
.vmr-content {
    background-color: #0087a7;
padding: 0 15px;
}
.vmr-main-content {
    padding: 105px 0 60px;
}
.vmr-learn-more-btn {
    text-align: center;
}
.vmr-details-content h3{
font-family: "proxima-nova", "Open Sans", sans-serif;
color: #ffffff;
}
.vmr-details-content p{
font-family: "proxima-nova", "Open Sans", sans-serif;
color: #ffffff;
}
.vmr-learn-more-btn a {
    background: #ff893b !important;
    border: 0px solid #fff !important;
    border-radius: 5px !important;
    color: #fff !important;
    cursor: pointer !important;
    font-size: 18px !important;
    font-weight: bold !important;
    padding: 12px 45px !important;
    text-transform: uppercase !important;
    width: auto !important;
}
.vmr-post-content {
    padding: 0 15px;
}
.single-post-img {
    width: 250px;
    display: inline-block;
    vertical-align: middle;
}
.single-post-content {
    width: 70%;
    display: inline-block;
    vertical-align: middle;
    margin-left: 60px;
}
.single-post-content h4{
    font-family: "proxima-nova", "Open Sans", sans-serif;
    color: #0e657c;
display: inline-block;
vertical-align: middle;
}
.vmr {
    display: inline-block;
    vertical-align: middle;
font-weight: 400;
font-size: 20px;
}
.single-post {
    margin: 90px 0 12px;
    margin: 0;
    border-bottom: 1px solid #c6c6c6;
}
.simple-post {
    padding: 0 15px;
}
.mind-own-img img{
margin: 0 auto 0;
}
.mind-own-img{
width: 200px;
display: inline-block;
vertical-align: middle;
}
.mind-own-details-content  {
width: 70%;
display: inline-block;
vertical-align: middle;
margin-left: 60px;
}
.mind-own-content{
    background-color: #0087a7;
padding: 0 15px;
}
.mind-own-details-content h3 {
font-family: "proxima-nova", "Open Sans", sans-serif;
color: #ffffff;
}
.mind-own-details-content p {
font-family: "proxima-nova", "Open Sans", sans-serif;
color: #ffffff;
}
.mind-own-learn-more-btn a {
    background: #dc1687 !important;
    border: 0px solid #fff !important;
    border-radius: 5px !important;
    color: #fff !important;
    cursor: pointer !important;
    font-size: 18px !important;
    font-weight: bold !important;
    padding: 12px 45px !important;
    text-transform: uppercase !important;
    width: auto !important;
}
.mind-own-learn-more-btn {
    text-align: center;
}
.mind-own-main-content {
    padding: 15px 0;
}
.pce-content {
    background-color: #0087a7;
padding: 115px 15px;
text-align: center;
color: #ffffff;
}
.pce-content h3 {
color: #ffffff;
font-family: "proxima-nova", "open-sans";
}
.patient-comm p {
    margin: 0;
}
.second-single-post-content h4{
color: #0e657c;
font-family: "proxima-nova", "open-sans";
display: inline-block;
vertical-align: middle;
}
.multi-post-content h5{
color: #0e657c;
font-family: "proxima-nova", "open-sans";
}
.multi-post-content {
    text-align: center;
display: inline-block;
width: 33%;
margin-bottom: 12px;
vertical-align: top;
}
.multi-post-content:nth-child(1) {
border-right: 1px solid #c6c6c6;
padding: 40px 35px 0 0;
min-height: 599px;
}
.multi-post-content:nth-child(2) {
border-right: 1px solid #c6c6c6;
padding: 40px 35px 0 35px;
}
.multi-post-content:nth-child(3) {
padding: 40px 0 0 35px;
min-height: 599px;
}
.second-multi-post-content:nth-child(1) {
border-right: 1px solid #c6c6c6;
padding: 40px 35px 0 0;
}
.second-multi-post-content:nth-child(2) {
border-right: 1px solid #c6c6c6;
padding: 40px 35px 0 35px;
min-height: 477px;
}
.second-multi-post-content:nth-child(3) {
padding: 40px 0 0 35px;
min-height: 477px;
}
.second-multi-post-content h5{
color: #0e657c;
font-family: "proxima-nova", "open-sans";
}
.second-multi-post-content{
text-align: center;
display: inline-block;
width: 33%;
vertical-align: top;
margin-bottom: 60px;
}
.multi-post {
    border-bottom: 1px solid #c6c6c6;
}
.second-single-post{
border-bottom: 1px solid #c6c6c6;
padding: 35px 0 0;
margin-bottom: 12px;
}
.multi-post-content img {
    margin-top: 25px;
}
.second-single-post-content {
    width: 70%;
    display: inline-block;
    vertical-align: middle;
    margin-right: 60px;
}
.second-single-post-img {
    width: 200px;
    display: inline-block;
    vertical-align: middle;
}
.second-multi-post-content img{
 margin-top: 25px;
}
.depression-head {
    padding: 88px 0 67px;
    border-bottom: 1px solid #c6c6c6;
    margin-bottom: 12px;
}
.depression-head h4 {
    color: #0e657c;
    font-family: "proxima-nova", "open-sans";
}
.second-depression:nth-child(1) {
border-right: 1px solid #c6c6c6;
margin-right: 28px;
}
.depression-img {
    width: 76px;
    display: inline-block;
    vertical-align: top;
}
.second-depression {
    width: 48%;
    display: inline-block;
    vertical-align: top;
padding-right: 42px;
padding-top: 48px;
}
.depression-details {
    width: 80%;
    display: inline-block;
    vertical-align: top;
}
.depression-details h4 {
    color: #0e657c;
    font-family: "proxima-nova", "open-sans";
}
.depression-img img {
    float: left;
}
.depression {
    margin-bottom: 90px;
padding: 0 15px;
}
.mind-gut-connection-details h4{
    color: #0e657c;
    font-family: "proxima-nova", "open-sans";
}
.controlled-details h4{
    color: #0e657c;
    font-family: "proxima-nova", "open-sans";
}
.mind-gut-connection-img img {
    float: left;
}
.mind-gut-connection-img {
    width: 76px;
    display: inline-block;
    vertical-align: top;
}
.mind-gut-connection-details {
    width: 80%;
    display: inline-block;
    vertical-align: top;
}
.mind-gut-connection {
    border-bottom: 1px solid #c6c6c6;
    margin-bottom: 12px;
    padding-top: 65px;
padding-bottom: 41px;
}
.controlled {
    width: 49%;
    display: inline-block;
    vertical-align: top;
}
.controlled:nth-child(1) {
border-right: 1px solid #c6c6c6;
}
.controlled:nth-child(2) {
padding-left: 35px;
}
.controlled:nth-child(3) {
border-right: 1px solid #c6c6c6;
}
.controlled:nth-child(4) {
padding-left: 35px;
}
.two-simple-post {
    border-bottom: 1px solid #c6c6c6;
    margin-bottom: 12px;
padding-bottom: 22px;
}
.two1-simple-post .controlled {
    padding-top: 55px;
}
.two1-simple-post {
    padding-bottom: 50px;
}
.controlled-mg {
    width: 76px;
    display: inline-block;
    vertical-align: top;
}
.controlled-details {
    width: 84%;
    display: inline-block;
    vertical-align: top;
}
.controlled-mg img {
    float: left;
}
.two-simple-post .controlled {
    padding-top: 25px;
}
.two-simple-post .controlled:nth-child(1) {
padding-right: 35px;
}
.two1-simple-post .controlled:nth-child(1) {
padding-right: 35px;
min-height: 429px;
}
.testimonials-main-content img {
    margin: 0;
    padding: 0;
}
.page-id-4793 .testimonials-main-content p {
    margin: 0;
}
.depression {
    margin-bottom: 0;
}
.second-single-post-img {
    float: right;
}
@media only screen and (max-width: 1417px) {
      .testimonials {
        width: 60%;
        right: 15%;
        top: 60px;
    }
}
@media only screen and (max-width: 1181px) {
.testimonials h1 {
    font-size: 40px;
    margin-bottom: 15px;
}
.testimonials h3 {
    font-size: 25px;
    margin-bottom: 15px;
}
.testimonials h4 {
    font-size: 18px;
    margin-bottom: 15px;
}
.vmr-main-content {
    padding: 60px 0;
}
.testimonial-about ul {
    padding: 50px 0;
}
.controlled-details {
    width: 80%;
}
}
@media only screen and (max-width: 1079px) {
.single-post-content {
    width: 65%;
}
.single-post {
    margin: 45px 0 12px;
    margin:0;
}
}
@media only screen and (max-width: 1020px) {
.testimonials {
    width: 70%;
    right: 8%;
    top: 30px;
}
.testimonial-about ul {
    padding: 25px 0;
}
.vmr-main-content {
    padding: 30px 0;
}
.single-post-content {
    margin-left: 30px;
}
.multi-post-content {
    width: 32%;
}
.multi-post-content:nth-child(1) {
    min-height: 749px;
}
.multi-post-content:nth-child(3) {
    min-height: 749px;
}
.second-multi-post-content {
    width: 32%;
}
.pce-content {
    padding: 50px 15px;
}
}
@media only screen and (max-width: 960px) {
.depression-img {
    width: 70px;
}
.depression-details {
    width: 75%;
}
.second-single-post-content {
    margin-right: 30px;
}


.vmr-details-content {
    margin-left: 30px;
}
.mind-own-details-content {
    margin-left: 30px;
}
.controlled-details {
    width: 79%;
}
.multi-post {
display: table;
padding-bottom: 30px;
}
.multi-post-content {
    display: table-cell;
}
.second-multi-post {
    display: table;
    margin-bottom: 30px;
}
.second-multi-post-content {
    display: table-cell;
}
.two-simple-post {
    display: table;
    margin-bottom: 30px;
}
.two-simple-post .controlled {
    display: table-cell;
}
.two1-simple-post {
    display: table;
    margin-bottom: 30px;
}
.two1-simple-post .controlled {
    display: table-cell;
}
.second-depression-content {
    display: table;
}
.second-depression {
    display: table-cell;
}
}
@media only screen and (max-width: 850px) {
.testimonials {
    width: 80%;
    right: 0%;
    top: 15px;
}
.multi-post-content:nth-child(1) {
    padding: 30px 15px 0 0;
}
.multi-post-content:nth-child(2) {
    padding: 30px 15px 0 15px;
}
.multi-post-content:nth-child(3) {
    padding: 30px 0 0 15px;
}
.second-multi-post-content:nth-child(1) {
    padding: 30px 15px 0 0;
}
.second-multi-post-content:nth-child(2) {
    padding: 30px 15px 0 15px;
}
.second-multi-post-content:nth-child(3) {
    padding: 30px 0 0 15px;
}
.mind-gut-connection-details {
    width: 90%;
}
.mind-gut-connection {
    padding-top: 35px;
    padding-bottom: 15px;
}
.controlled-details {
    width: 75%;
}
.depression-head {
    padding: 35px 0 15px;
}
.second-depression {
    width: 47%;
}
.second-depression {
    padding-right: 15px;
    padding-top: 30px;
}
.second-depression:nth-child(1) {
    margin-right: 15px;
}
.vmr-img {
    width: 150px;
}
.single-post-img {
    width: 200px;
}
.mind-own-img {
    width: 150px;
}
.second-single-post-img {
    width: 150px;
}
.mind-gut-connection-details {
    width: 89%;
}
}
@media only screen and (max-width: 767px) {
.testimonials {
    width: 100%;
    right: 0;
    top: 0;
    position: relative;
    text-align: center;
}
.testimonials-main-content img {
    display: none;
}
.testimonials-main-content {
    margin: 25px 15px;
}
.vmr-img {
    width: 100%;
}
.vmr-details-content {
    width: 100%;
    margin-left: 0;
    text-align: center;
}
.single-post-img {
    width: 100%;
}
.single-post-content {
    margin-left: 0;
    text-align: center;
    width: 100%;
}
.second-single-post-content {
    width: 100%;
    margin-right: 0;
    text-align: center;
}
.second-single-post-img {
    width: 100%;
}
.second-multi-post-content:nth-child(2) {
    border-right: 0;
    padding: 40px 0 0 35px;
}
.second-multi-post-content {
    width: 49%;
    margin-bottom: 30px;
}
.second-multi-post-content:nth-child(3) {
    padding: 40px 35px 0 0;
   min-height: auto;
   border-right: 1px solid #c6c6c6;
   margin-top: 12px;
}
.mind-own-img {
    width: 100%;
}
.mind-own-img img {
    max-height: 270px;
}
.mind-own-details-content {
    width: 100%;
    margin-left: 0;
    text-align: center;
}
.mind-own-main-content {
    padding: 15px 0 35px;
}
.mind-gut-connection-details {
    width: 89%;
}
.two-simple-post .controlled:nth-child(1) {
    padding-right: 0;
}
.controlled:nth-child(1) {
    border-right: 0;
}
.controlled {
    width: 100%;
}
.controlled-details {
    width: 89%;
}
.controlled:nth-child(2) {
    padding-left: 0;
}
.two1-simple-post .controlled:nth-child(1) {
    padding-right: 0;
    min-height: auto;
}
.controlled:nth-child(1) {
    border-right: 0;
}
.two1-simple-post .controlled {
    padding-top: 25px;
}
.two1-simple-post {
    padding-bottom: 25px;
}
.two-simple-post .controlled {
    border-bottom: 1px solid #c6c6c6;
}
.two1-simple-post .controlled:nth-child(1) {
    border-bottom: 1px solid #c6c6c6;
}
.two-simple-post {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}
.mind-gut-connection {
    margin-bottom: 0;
    padding-top: 30px;
    padding-bottom: 0;
}
.two1-simple-post {
    padding-bottom: 0;
}
.pce-content {
    padding: 30px 15px;
}
.depression-head {
    padding: 30px 0 0;
    border-bottom: 1px solid #c6c6c6;
    margin-bottom: 0;
}
.second-depression:nth-child(1) {
    border-right: 0;
    margin-right: 0;
    border-bottom: 1px solid #c6c6c6;
}
.second-depression {
    width: 100%;
    padding-right: 0;
    padding-top: 30px;
}
.depression-details {
    width: 89%;
}
.depression {
    margin-bottom: 0;
}
.multi-post-content {
    width: 49%;
}
.multi-post-content:nth-child(2) {
    border-right: 0;
    padding: 40px 0 0 35px;
}
.multi-post-content:nth-child(1) {
    min-height: auto;
}
.multi-post-content:nth-child(3) {
    padding: 40px 35px 0 0;
    border-right: 1px solid #c6c6c6;
    min-height: auto;
}
.multi-post {
    display: block;
    padding-bottom: 0;
}
.multi-post-content {
    display: inline-block;
}
.second-multi-post {
    display: block;
    margin-bottom: 0;
}
.second-multi-post-content {
    display: inline-block;
}
.two-simple-post {
    display: block;
    margin-bottom: 0;
}
.two-simple-post .controlled {
    display: inline-block;
}
.two1-simple-post {
    display: block;
    margin-bottom: 0;
}
.two1-simple-post .controlled {
    display: inline-block;
}
.second-depression-content {
    display: block;
}
.second-depression {
    display: inline-block;
}
}
@media only screen and (max-width: 568px) {
.multi-post-content:nth-child(1) {
    border-right: 0;
    padding: 30px 0 0 0;
    border-bottom: 1px solid #c6c6c6;
}
.single-post {
    margin: 45px 0 0;
    margin: 0;
}
.multi-post-content {
    width: 100%;
}
.multi-post-content:nth-child(2) {
    padding: 30px 0 0 0;
    border-bottom: 1px solid #c6c6c6;
}
.multi-post-content {
    margin-bottom: 0;
}
.multi-post-content:nth-child(3) {
    padding: 30px 0 0 0;
    border-right: 0;
    min-height: auto;
}
.second-multi-post-content:nth-child(1) {
    border-right: 0;
    padding: 30px 0 0 0;
    border-bottom: 1px solid #c6c6c6;
}
.second-multi-post-content {
    width: 100%;
}
.second-single-post {
    margin-bottom: 0;
}
.second-multi-post-content {
    margin-bottom: 0;
}
.second-multi-post-content:nth-child(2) {
    border-right: 0;
    padding: 30px 0 0 0;
    min-height: auto;
    border-bottom: 1px solid #c6c6c6;
}
.second-multi-post-content:nth-child(3) {
    padding: 30px 0 0 0;
    min-height: auto;
    border-right: 0;
    margin-top: 0;
}
.mind-gut-connection-img {
    width: 35px;
}
.mind-gut-connection-details {
    width: 85%;
}
.controlled-mg {
    width: 35px;
}
.controlled-details {
    width: 85%;
}
.depression-img {
    width: 35px;
}
.depression-details {
    width: 85%;
}
}
@media only screen and (max-width: 430px) {
.testimonial-about ul li {
    margin-left: 0;
    width: 100%;
    text-align: center;
}
}
/* ==== Testimonial End ==== */

.highlight-table {
    border: 4px solid #00a8c6;
}
@media only screen and (min-width: 810px) {
.highlight-table {
    margin-top:-20px;
}
table.highlight-table th.text-center {
    padding-top: 27px;
    padding-bottom: 30px;
}
}

.container.blog_inside .col .text span.section_title{
    margin-top: -45px;
}
.container.blog_inside .col .text span.section_title.section_title_expandable{
margin-top:0;
}


.media_container > img{
position:relative;
}



@media (max-width:800px){
.site-header .nav-header .menu{
display:none;
min-height:0;
}
.nav-header{
height:auto;
}
body.single-lms_courseware .entry-content{
padding-top:0px;
}
}

@media only screen and (max-width: 1200px) {
body.single-lms_courseware .title-area {
    border-bottom: 1px solid #c5e0dd;
}
}
.mejs-container {
margin:0 0 18px 0!important;
padding:0;
}
.mejs-controls div.mejs-time-rail{
width: 519px;
}
.site-container .mejs-controls .mejs-time-rail .mejs-time-total {
    width: 509px;
}

.section.email > .columns.col2 >:nth-child(2){
padding-right:30px;
}

/* contact Form - Added by Chev */
#ninja_forms_form_3 input[type="text"], #ninja_forms_form_3 textarea {
    background: #fff;
    border: 1px solid #e3e7ea;
    border-radius: 3px;
    color: #272727;
    padding: 10px;
}
#ninja_forms_form_3 .field-wrap {
    padding: 0 2.5%;
}
#ninja_forms_form_3 .large-6-wrap {
    width: 50%;
    float: left;
}
#ninja_forms_form_3 .input-counter {
    font-size: 12px;
}
#ninja_forms_form_3 .ninja-forms-field-error {
    border-bottom: 1px solid red;
    font-size: 12px;
    color: red;
    padding-bottom: 3px;
    font-style: italic;
}
#ninja_forms_form_3 .ninja-forms-field-error p {
    margin-bottom: 0px;
}
@media all screen and (max-width:640px) {
    #ninja_forms_form_3 .small-12-wrap {
        width: 100% !important;
        flex: none;
    }
}


/*New style - added by Juni*/
div.pbs_row_uid_876t9h {
border-top: none !important;
margin-bottom: 60px;
}

@media only screen and (max-width: 900px) {
.ebook-mobile {
    height: 350px;
    background-size: contain !important;
    background-repeat: no-repeat;
}

div.margin-mobile {
margin-bottom: 60px !important;
}

p.no-margin {
margin-bottom: 20px !important;
}

.mobile-center{
text-align: center;
}

div.mobile-center>p {
text-align: center !important;
}
}

@media only screen and (max-width: 1024px){
.ebook-mobile {
    height: 350px;
    background-size: contain !important;
    background-repeat: no-repeat;
}
}

.hide-scroll {
    overflow-x: hidden !important;
}

a.pbs-button.button-ebook {
background-color: #1297b8 !important; 
border-radius: 5px; 
padding: 10px 20px; 
border: 0; 
transition: .3s ease; 
color: #fff;
font-size: 15px; 
font-weight: 700; 
font-family: 'montserrat'; 
text-transform: uppercase;
 height: 55px;
}

a.pbs-button.button-ebook:hover {
background-color: #fca649 !important;
}

/* New style - added by Irene */
.row {
    display: block;
}

.row:after,
.row:before {
    content: '';
    clear: both;
    display: table;
}

.col5 {
    width: 20%;
    float: left;
    margin: 0 0 6% 0;
   text-align: center;
}

.col5 p {
  font-size: 18px;
  color: #75b897;
  margin-top: 15px;
  font-family: "Merriweather", "Droid Serif", serif;
}

.circle-img-wrapper {
    height: 215px;
    width: 215px;
    border-radius: 100%;
    overflow: hidden;
}

.img-collage-top {
    width: 400px;
    height: 315px;
}

.img-collage-mid-right {
    width: 680px;
    height: 475px;
    top: 270px;
    left: 20%;
    z-index: 10;
    position: absolute;
 -webkit-box-shadow: 0px 0px 16px -2px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 16px -2px rgba(0,0,0,0.75);
box-shadow: 0px 0px 16px -2px rgba(0,0,0,0.75);
}

.img-collage-bottom {
    height: 315px;
    width: 521px;
    margin-left: 30px;
   margin-top: 420px;
  filter: grayscale(1);

}

.circle-img-wrapper,
.img-collage-top,
.img-collage-mid-right,
.img-collage-bottom {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.blog-mediappearance .circle-img-wrapper {
   height: 120px!important;
   background-size: 100%!important;
}

.col8 {
    width: 70%;
    float: left;
    position: relative;
    padding: 0 10px;
    box-sizing: border-box;
}

.i-subheading {
  width: 45%;
margin: 0 auto;
}

.interviews .col6,
.speaking .col6,
.documentaries .col6 {
 width: 50%;
float: left;
text-align: center;
}

#intercom-container .intercom-note .intercom-block-heading {
margin-bottom:0!important;
}

.money-back-guaranteed {
    display: table;
    padding: 0;
    font-size: 0.9rem;
}

.money-back-guaranteed-cell {
    display: table-cell;
    font-size: 16px;
    width: 35%;
    vertical-align: middle;
}
.money-back-guaranteed-cell.text-left {
    width: 60%;
    padding-left: 2%;
}

/**
 * Testimonial Sidebar
 */
.checkout-page.content-sidebar .sidebar-primary {
    border: none;
    text-align: center;
    padding: 15px;
}

.checkout-page .sidebar .widget {
    border-bottom: 1px solid #828282;
    padding-bottom: 30px;
    margin-bottom: 37px;
}

.checkout-page .sidebar .widgettitle {
    padding: 0 15px;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 26px;
    letter-spacing: 10px;
    font-weight: 400;
    line-height: 36px;
}
p.checkout-sidebar.text {
    padding: 0;
    margin: 0 0 10px 0;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 2em;
    color: #9c9b9e;
}

.client-testimonials {
    border-top: 1px solid #848484;
    margin-top: 30px;
}

.client-testimonial {
    padding-top: 30px;
    border-bottom: 1px solid #848484;
    padding-bottom: 30px;
}
.checkout-page .sidebar .widget:last-child, #custom_html-17 {
    border: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.client-testimonial .content p {
    font-size: 14px;
    font-family: 'Montserrat',sans-serif;
    line-height: 24px;
    color: #9c9b9e;
    letter-spacing: .5px;
    margin: 0 0 5px 0;
    text-align: left;
}

.client-testimonial .content p.author {
    text-transform: uppercase;
    font-size: 13px !important;
    color: #494e4f !important;
    font-weight: 600;
}

.client-testimonial .avatar img {
    margin-right: 30px;
    margin-top: 0;
    width: auto;
    max-width: 84px;
    border: 1px solid #9c9b9e;
    border-radius: 100%;
}

.offer a.monthly-payment {
    color: #ff893b!important;
    font-weight: bold;
    font-size: 24px;
    border-bottom: 3px solid;
    line-height: 1.5em;
    padding-bottom: 5px;
    transition: color .25s ease-in-out;
}
a.monthly-payment:hover {
    color: #1297b8 !important;
}

h4.program-title {
    font-family: 'Montserrat';
    color: #00a8c6;
    text-transform: uppercase;
    font-size: 30px;
}

.single-payment h4 {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    margin: 0 0 0px;
}

.single-payment small.or {
    display: block;
    font-size: 20px;
    font-weight: bold;
    color: #9c9b9e;
    margin: 10px 0;
}

.single-payment p.price {
    font-size: 40px;
    margin: 0 0 10px;
    font-weight: bold;
    color: #ff893b!important;
}

a.single-payment-btn {
    color: #fff!important;
    font-size: 18px;
    text-transform: uppercase;
    background: #ff8a3b;
    padding: 11px 17px;
    border-radius: 50px;
    font-family: 'Oswald', sans-serif;
    font-weight: bold;
    transition: .25s ease-in-out;
    display: block;
    width: 100%;
    max-width: 266px;
    margin: 0 auto 15px;
}

a.single-payment-btn:hover {
    background: #1297b8 !important;
}

small.or {
    display: block;
    margin: 10px 0;
    color: #9c9b9e;
    font-weight: bold;
    font-size: 24px;
}

.landing-page-logo {
    background: #fbfcfe;
    padding: 15px 30px;
    position: relative;
    z-index: 1050;
    width: 100%;
    top: 0;
    border-bottom: 1px solid rgb(235, 239, 244);
}

.kbmd-logo {
    max-width: 325px;
    margin: auto;
}

/* Workshop Videos */


div#top-video-navigation img {
    max-width: 180px;
    margin-bottom: 10px;
    margin-top: 10px;
}
.kb-cta-section,
.top-video-navigation,
.about-section {
     background-color: #1493b2;

}
.main-video-area {
    background-color: #075f75;
}
.top-video-navigation .row,
.comment-section .row,
.about-section .row,
.page-video-workshop .row{
  display: flex !important;
}
.utility-landing.page-video-workshop .site-container {
    margin: 0;
    max-width: none;
}
.page-video-workshop ul.wpacc-genesis-skip-link {
    display: none;
}
.page-video-workshop .nav-primary {
    display: none;
}
.page-video-workshop .entry {
    margin: 0;
}
.main-video-area-pretext {
    margin-top: 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 18px;
}
.main-video-area h1 {
    font-family: 'merriweather';
    font-weight: 800;
    letter-spacing: -0.25px;
    margin-bottom: 30px;
    font-size: 32px;
}
.comment-section .jumbotron {
  margin-bottom: 0 !important;
  background-color: #edf0f2;
}
.kb-cta .btn-landing-page-default {
    background: #fa8932;
    border-radius: 50px;
    padding: 13px 20px;
    width: auto;
    max-width: 400px;
    margin: auto;
    color: #FFF !important;
    font-weight: 700;
    font-size: 22px;
    line-height: 34px;
    outline: 0;
/*    box-shadow: 0 0 0 0.2rem rgba(250,137,50,.25);*/
    box-shadow: 0;
}
#kb-cta-section .kb-cta .btn-landing-page-default {
    background: none;
    border: 2px solid #fff;
}
.kb-cta-section .btn-landing-page-default {
    max-width: 320px;
}
.kb-cta .btn-landing-page-default:hover {
    background: #075f75;
/*    box-shadow: 0 0 0 0.2rem rgba(63,86,87,.25);*/
    box-shadow: 0;
}
#kb-cta-section .kb-cta .btn-landing-page-default:hover {
    background: none;
    border: 2px solid #fff;
}
.kb-cta .btn-landing-page-default.reset {
    background: #fa8932!important;
    border: 0px solid #fff!important;
}
.kb-cta .btn-landing-page-default.reset:hover {
    background: #075f75!important;
}
.kb-cta .btn-landing-page-default .fa-download {
    margin-right: 1px;
    position: relative;
    top: 2px;
}
.btn.focus, .btn:focus, .kb-cta .btn-landing-page-default:focus {
    box-shadow: none!important;
}
.kb-cta-section h2 {
    font-weight: 800;
    font-family: 'proxima-nova';
    letter-spacing: -0.25px;
}
.kb-cta-section p {
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 18px;
}
.kb-cta .fa {
  display: inline-block;
}
.load-more-btn btn {
  width:100%;
}
.load-more-btn hr {
  margin-bottom: 0.5 rem;
  margin-top: 0.5 rem;
}
.vid-nav-circle {
    width: 45px;
    height: 40px;
    background: #0d83a1;
    border-radius: 100%;
    margin-left: -5px;
    z-index: 3;
}
.vid-nav {
    width: 200px;
    height: 25px;
    background: #0d83a1;
    margin-left: -5px;
    z-index: 2;
}
.vid-nav-circle.has-white-fill {
    padding: 3px;
}
.vid-nav-circle .white-fill {
   width: 100%;
    background: #ffffff;
    height: 100%;
    border-radius: 100%;
}
.vid-nav .white-fill {
    width: 100%;
    background: #ffffff;
    height: 100%;
}
.vid-nav.has-white-fill {
    margin-left: -5px;
    padding: 5px 0px 5px 0;
    z-index: 4;
}
.fluid-width-video-wrapper iframe {
    border: none !important;
}
.next-video .img-thumb-wrap,
.previous-video  .img-thumb-wrap {
    position: relative;
}
.next-video .img-thumb-wrap:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    background: #fff;
    background: rgba(255, 255, 255, 0.5);
}
.current-video .img-thumb-wrap {
    position: relative;
    pointer-events: none;
}
.current-video .img-thumb-wrap:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 50px 50px 0;
    border-color: transparent #fa8932 transparent transparent;
    position: absolute;
    top: 0;
    right: 0;
}
.video-wrap {
    margin-bottom: 2rem;
}
.video-wrap:last-child {
    margin-bottom: 0rem;
}
.video-wrap p {
    color: #075f75;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0.75rem;
    text-transform: uppercase;
}
.about-section h3 {
    font-family: 'merriweather';
    font-weight: 700;
    letter-spacing: -0.25px;
}
.about-section .about-text p {
    font-family: 'ff-tisa-web-pro';
    font-size: 18px;
    line-height: 1.75em;
    letter-spacing: -0.25px;
}
.about-section .about-text a {
    color: #fff;
    font-weight: 700;
}
.about-section .about-text a:hover {
    color: #075f75;
}
.about-section .container {
    padding-left: 0;
    padding-right: 0;
}
#u_0_0 ._2pi8 {
    padding-left: 0!important;
    padding-right: 0!important;
}
.fb-comments span {

}
.comment-section h3 {
    font-family: 'merriweather';
    font-weight: 800;
    letter-spacing: -0.25px;
    color: #075f75;
    font-size: 28px;
    margin-bottom: 24px;
}
.previous-video  .img-thumb-wrap a:after {
    content: '\f144';
    font-family: FontAwesome;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    font-size: 60px;
    color: #fff;
    opacity: .8;
/*    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-variant-caps: normal;
    font-variant-ligatures: normal;
    font-weight: 300;
    text-rendering: auto; */
    -webkit-font-smoothing: antialiased;
}

/** Edits 11.29.18 **/
.bonus-page-container{
    padding: 42px 0;
}
.bonus-page-title h2 {
    font-family: "Merriweather";
    font-weight: bold;
    color: #3f5657;
    max-width: 650px;
    margin: 0 auto 32px;
}
.bonus-img {
    background: #1493b2;
    max-width: 120px;
    margin: 0.2rem auto 24px;
    border-radius: 100%;
    height: 120px;
    position: relative;
    outline: 0;
    box-shadow: 0!important;
}
.bonus-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 75px;
}
.bonus-img.price img {
    top: 53%;
    left: 47%;
}
.bonus-img.people img {
    top: 48%;
}
.bonus-img.screen img {
    top: 52%;
}
.bonus-info h5, .order-summary-wrapper h5 {
    color: #1493b2;
    font-size: 22px;
    font-weight: 700;
    font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-bottom: 12px;
    letter-spacing: 0;
}
h3.discount {
    font-family: "Merriweather", "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 32px;
    font-weight: bold;
    color: #3f5657;
    margin-bottom: 12px;
}
body.sales-page h3.discount {
    font-family: "Montserrat";
    color: #272727;
}
p.program-text {
    font-family: 'ff-tisa-web-pro';
    line-height: 1.75em;
    color: #3f5657;
    margin-bottom: 2rem;
}
p.order-text {
    font-family: 'ff-tisa-web-pro';
    line-height: 1.75em;
    color: #3f5657;
    margin-bottom: 1rem;
}
.order-text strong {
/*    font-family: "Merriweather";
    letter-spacing: -0.02em; */
}
.bonus-credits {
    margin: 32px auto;
    color: #3f5657;
    max-width: 801px;
}
.bonus-credits p {
    font-family: 'ff-tisa-web-pro';
    line-height: 1.75em;
}
.bonus-credits .kb-cta, .bonus-page-title .kb-cta {
    margin: .2rem auto 48px;
}
.bonus-credits .btn.focus, .btn:focus {
    outline: 0;
    box-shadow: 0;
}
.order-summary-wrapper {
    text-align: left;
}
h3.order-summary {
    font-family: 'Source Sans Pro';
    font-weight: 700;
    color: #fa8932;
    margin-bottom: 48px;
}
.bonus-package-wrapper.order-summary-background {
    max-width: 1140px;
}
.order-summary-background {
    background: #fff4eb;
    margin: 0 auto 32px;
    padding: 30px 15px;
}
.text-uppercase {
    text-transform: uppercase;
}

.video-button-underneath .video-button {
    display: block;
    max-width: 320px;
    background: #fa8932;
    border-radius: 50px;
    padding: 13px 20px;
    width: auto;
    margin: 30px auto 0;
    color: #FFF !important;
    font-weight: 700;
    font-size: 22px;
    line-height: 34px;
    outline: 0;
    /* box-shadow: 0 0 0 0.2rem rgba(250,137,50,.25); */
    box-shadow: 0;
    text-transform: uppercase;
}
.video-button-underneath .video-button .fa-long-arrow-alt-right {
    font-size: 22px;
}

@media (min-width: 768px){

.video-button-underneath .video-button {
    margin-top: 37px;
}

.main-video-area h1 {
    max-width: 800px;
    margin: auto;
    margin-bottom: 40px;
    font-size: 2.5rem;
}

.main-video-area-pretext {
    margin-top: 40px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 18px;
}

div#top-video-navigation img {
    margin-top: 0;
}
.order-summary-background {
    padding: 30px;
    border-radius: 10px;
}
.bonus-page-container {
    padding: 48px 0 0;
}
.bonus-img {
    margin-bottom: 24px;
}
p.program-text {
    margin-bottom: 1rem;
}
.bonus-page-title h2 {
    font-size: 40px;
   margin: 0 auto 48px;
}
.bonus-info h5, .order-summary-wrapper h5 {
    font-size: 22px;
    letter-spacing: 0;
}
h3.discount {
    font-size: 32px;
}
p.program-text {
    font-size: 20px;
    letter-spacing: -0.015em;
}
p.order-text {
    font-size: 20px;
    letter-spacing: -0.015em;
}
.bonus-credits p{
    font-size: 20px;
}
}
@media (min-width: 845px){ 
div#top-video-navigation img {
display: inline-block!important;
margin-bottom: 0px;
}
}

/*** [Edits 01.16.19] ***/

.video-workshop-top-links a {
    color: #075f75;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
}
ul.video-workshop-top-links {
    font-family: 'proxima-nova', sans-serif;
    margin-bottom: 0;
    margin-left: auto;
}
.entry-content .video-workshop-top-links li {
    padding-bottom: 0;
    margin-left: 0rem;
    margin-right: 0;
    padding: 0 15px;
}
.entry-content .video-workshop-top-links li.list-inline-item.current-menu-item a, .entry-content .video-workshop-top-links li a:hover {
    text-decoration: none;
    color: #fff;
}
/*** [Edit 01.20.19] ***/
.video-workshop-top-links li.active-video-link-item a{
      color: #fff;
}
.current-video p {
    color: #fa8932;
}
.next-prev-btn {
    background: #085568;
}
a.video-button i {
    font-size: 2.5rem;
}
a.video-button:hover{
     color: #fff;
}

@media (max-width: 768px){

#about-section img {
    max-width: 250px;
    margin: auto;
    text-align: center;
    display: block;
}

     .entry-content .video-workshop-top-links li{
                padding: 0 5px;
      }
     .entry-content .video-workshop-top-links li:first-child{
                padding-left: 0;
      }
     .entry-content .video-workshop-top-links li:last-child{
                padding-right: 0;
      }
      ul.video-workshop-top-links{
              margin: 0 auto;
      }
}

/*** Edit 01.24.19 ***/
.img-thumb-wrap a {
    display: block;
}
@media (max-width: 1000px) {
	.col-md-1 a.video-button .fa-step-backward:before {
        font-size: 25px;
}
.col-md-1 a.video-button .fa-step-forward:before {
        font-size: 25px;
}
.col-md-1 a.video-button i {
    height: 200px;
}
}
@media (max-width: 768px) {
.col-md-1 a.video-button i {
    background: #fa8932;
    height: inherit;
}
.videodisable:after {
    font-size: 25px;
}
}
.videodisable:after {
    content: "\f023";
    background: #085568;
    color: #0f718a;
    border-radius: 50px;
    font-family: 'fontawesome';
    font-size: 2.5rem;
    padding-top: 12px;
}
.col-md-1 a.video-button i {
    border: 0!important;
}
.col-md-1 a.video-button i:hover {
    background: #fb9d56;
}
.video-width {
    max-width: 870px;
    margin: auto;
    display: block;
}
.formkit-input {
    border: 1px solid rgb(227, 227, 227)!important;
}
.formkit-submit.formkit-submit {
    width: 100%!important;
    display: block;
    height: 55px;
}

.hero_img {
    max-width: 40%;
    width: 100%;
}
.jumbotron.three-day-challenge-banner.new_yourself {
    margin-bottom: 30px;
}
.page-id-51352 .as-seen-on-logos {
    padding: 20px 0px 0px 0px;
    background: #f9fafc;
}
.page page-id-51352  .about-right-col h2{
 font-size:30px;
    color: #ffffff;
}
.page page-id-51352  .about-right-col p{
 font-size: 20px;
    line-height: 36px;
    color: #ffffff;
}
/* VMR Course Announcement */
.callout {
    background: #fff4eb;
    border-radius: 10px;
    padding: 30px;
    margin-bottom: 18px;
}
.post .button, .post a.button, .post a.button:active, .post a.button:focus, .post a.button:visited {
    background: #fba553;
    background: #1297b8;
    background: #06637d;
    border: 0px solid #fff!important;
    border-radius: 50px;
    color: #ffffff!important;
    cursor: pointer;
    font-size: 20px!important;
    font-weight: bold;
    padding: 10px 35px!important;
    text-transform: uppercase!important;
    width: auto;
    margin: 12px auto 24px;
    transition: .3s ease;
}
.post a.button:hover, .post .button:hover {
    background: #fba553;
}
