/*
 Theme Name:   KnowledgePress Child
 Theme URI:
 Description:  KnowledgePress Child Theme
 Author:       Tiny Blue Sky - Child Theme Only
 Author URI:   http://tinybluesky.com
 Template:     knowledgepress
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:
 Text Domain:  knowledgepress-child
*/



/* TEMP */
/* .woocommerce-checkout #payment div.form-row.place-order {display:none;} /* temp until I can work and fix gateway */


.sidebar-buttons {display:none;}

ul#menu-revised-jan-16 {
	font-weight: unset;
	display:flex;
}


/*************************************************************************
TABLE OF CONTENTS    *****************************************************
	5.0 - Section Styles (type > color > position)
		5.01 - All page basic fixes
		5.01.1 - Base Styles Overwrite
        5.02 - Header
        5.03 - Footer
        5.04 - Home Page
        5.05 - Sensei Styles
        5.06 - Main Course Listing Page
        5.07 - Favorites Sidebar
        5.08 - Single Course & Single Lesson
        5.09 - My Courses / My Account Page
        5.10 - Subscription Listing Page
        5.11 - Shop Page
        5.12 - Single Product
        5.13 - Welcome Section
        5.14 - Single Quiz
        5.15 - TFR
        5.16 - Single TFR Issue Listing Page
        5.17 - Single Course Purchase Page
        5.18 - Shop Page
        5.19 - Checkout Page
        5.20 - Publications For Purchase Pages
        5.21 - Woocommerce Cart Page
        5.22 - The Library
        5.23 - Single Content Partner Page
        5.24 - Page Template Custom Knowledge Library
        5.25 - Top Resources
        5.26 - Webinars
        5.27 - Directory Sub Pages
        5.28 - Glossary
        5.29 - Key Distinctions
        5.30 - Content Partner List
        5.31 - Search Results
				5.32 - Sensei LP Academy Sidebar
				5.98 - CyberSource Hidden Items
				5.99 - Sensei Hidden Items (collected here)
	6.0 - Media Queries
		6.1 - 768px
		6.2 - 992px
		6.3 - 1200px

COLOR INDEX     *********************************************************
	/* #c6df9b; /* Light Green */
    /* #8ec641; /* Bright Green */
    /* #679e2d; /* Dark Green */
    /* #f5f5f5; /* Light Gray */
    /* #008fa3; /* Teal */
    /* #deeef1; /* Light Teal */
    /* #f1592a; /* Dark Orange */
    /* #f47942; /* Bright Orange */
    /* #fcdfe1; /* Light Red */
    /* #dc3232; /* Warning Red */
    /* #5ab5c6; /* Bright Blue */

/************************************************************************/



/*************************************************************************
5.01 - All page basic fixes
*************************************************************************/

/* remove search bar - replaced in header */
.main-header {
  display: none;
}

/* remove hr above footer */
.wrap.container hr {
    display: none;
}
.wrap.container hr.showhr { /* allow hr in "content" */
    display: block;
}

/* remove powered by WordPress */
.wrap.container #footer[role="contentinfo"] > p {
    display: none;
}



/*************************************************************************
5.01.1 - Base Styles Overwrite
*************************************************************************/

body {
	color: #000;
	word-break: break-word;
}

h1 {
	font-family: "Fjalla One", sans-serif !important;
	font-size: 40px;
	font-weight: normal;
	text-transform: uppercase;
}

h2, h4, h6 {
	color: #8f8c89;
}

h3 {
	color: #8f8c89;
	font-family: "Open Sans", sans-serif;
	font-size: 25px;
	font-weight: 300;
	line-height: 33px;
}

h5 {
	color: #8f8c89;
	font-family: "Open Sans", sans-serif;
	font-weight: 300;
	line-height: 1.1;
}

body.sensei a.view-results {
	background: #008fa3;
	color: #fff;
	text-decoration: none;
}

body .course input[type=submit].course-start,
body.sensei .lp-lg-button,
body.sensei .course a.lp-lg-button,
body.sensei .lesson a.lp-lg-button,
body.sensei .lesson a.button,
body.sensei .lesson input.quiz-submit.complete {
	display: block;
	width: 50%;
	/* font-size: 1.5em; */
	margin: 30px auto;
	padding: 10px 30px;
	border: none;
	color: #fff;
	text-align: center;
	text-shadow: none;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 700;
	font-family: inherit;
	cursor: pointer;
	overflow: visible;
	line-height: 1.618em;
	box-sizing: border-box;
	border-radius: 5px;
	background: #008fa3;
	box-shadow: none;
}

body.sensei .course a.lp-lg-button {
	font-size: 1.5em;
}

body .course input[type=submit].course-start,
body.sensei .lp-lg-button.orange,
body.sensei .course a.lp-lg-button.orange,
body.sensei button.single_add_to_cart_button.button.alt {
	background-color: #f1592a;
}

body .course input[type=submit].course-start,
.lp-lg-button:hover,
.course a.lp-lg-button:hover {
	text-decoration: none;
	color: #fff;
}

/*
 Fluid Video
 iframe must be in a wrapper element (.video)
 see: https://css-tricks.com/NetMag/FluidWidthVideo/Article-FluidWidthVideo.php
*/
.video {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.video > iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



/*************************************************************************
5.02 - Header
*************************************************************************/

header .container .navbar-header {
  /*padding-bottom: 15px;*/
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* header .container .tbs-nav-wrap .tbs-profile-login, */
header .container .tbs-nav-wrap .tbs-search-form,
header .container .tbs-nav-wrap .tbs-social-header {
  display: none;
}

header .header-welcome {
    font-family: 'Open Sans', sans-serif;
    text-transform: none;
}





header .container .tbs-nav-wrap .tbs-profile-login {
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        -ms-flex: 1 1;
    flex: 1 1;
    font-family: "Fjalla One", sans-serif;
    display: flex;
		justify-content: flex-end;
    /* max-width: 175px; */
    margin: 30px 10px;
		margin-top: -30px;
    text-transform: uppercase;
}

header .container .tbs-nav-wrap .tbs-profile-login .header-welcome {
	display: none;
}

header .container .tbs-nav-wrap .tbs-profile-login div {
	display: flex;
}

header .container .tbs-nav-wrap .tbs-profile-login a {
	background-color: #008fa2;
	color: #fff;
	margin: 0 5px;
	padding: 9px 15px;
}

header .container .tbs-nav-wrap .tbs-profile-login i {
    margin-right: 5px;
}



/*************************************************************************
5.03 - Footer
*************************************************************************/

footer .tbs-widget-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 15px;
}

footer .tbs-widget-wrapper .tbs-widget-area {
  width: 100%;
}

footer .tbs-widget-wrapper .tbs-widget-area:nth-of-type(-n+2) {
    margin-top: 25px;
}

footer .tbs-widget-wrapper .tbs-widget-area h3 {
  line-height: 1;
  font-size: 20px;
  font-weight: 400;
  font-family: "Fjalla One", sans-serif;
  text-transform: uppercase;
}

footer .tbs-widget-wrapper > .tbs-widget-area .col-sm-3.widget.custom_footer_widget-2.widget_custom_footer_widget {
  width: 100%;
  margin-top: 0;
}

footer .tbs-widget-wrapper > .tbs-widget-area > section {
  float: none;
  width: 100%;
}

footer .tbs-widget-wrapper > .tbs-widget-area .sci_social_widget-2.widget_sci_social_widget {
    width: 100%;
}

footer .tbs-widget-wrapper > .tbs-widget-area > .login_wid-3.widget_login_wid {
  padding: 15px;
  /*background-color: #5ab5c6;*/
  background-color: #aaa;
}

footer .tbs-widget-wrapper > .tbs-widget-area > .login_wid-3.widget_login_wid #log_forms,
footer .tbs-widget-wrapper > .tbs-widget-area > .login_wid-3.widget_login_wid ul {
  clear: both;
}



/*************************************************************************
5.04 - Home Page
*************************************************************************/

body.home.page-template-template-home-revised .wrap.container,
body.home.page-template-template-home-revised .wrap.container .content.row,
body.home.page-template-template-home-revised .wrap.container .content.row .main {
  margin: 0;
  padding: 0;
  min-height: auto;
  width: 100%;
  float: none;
  position: static;
}

body.home.page-template-template-home-revised .wrap.container .content.row .sidebar {
  display: none;
}

body.home.page-template-template-home-revised h2 {
  padding: 0 0 20px 0;
  text-align: center;
  font-family: "Fjalla One", sans-serif;
  text-transform: uppercase;
  border-bottom: 1px solid #e4e4e4;
}

#tbs-hero-slider {
  /* can be treated like a fallback */
  background-color: #008fa2;
  /* will be "on top", if browser supports it */
  background-image: -webkit-gradient(linear, left top, left bottom, from(#008fa2), to(#dff1f3));
  background-image: linear-gradient(#008fa2, #dff1f3);
  /* these will reset other properties, like background-position, but it does know what you mean */
  background: #008fa2;
  background: -webkit-gradient(linear, left top, left bottom, from(#008fa2), to(#dff1f3));
  background: linear-gradient(#008fa2, #dff1f3);
}

#tbs-hero-slider .soliloquy-container {
  margin: 0 auto;
}

#tbs-featured-resources,
#tbs-new-resources,
#tbs-box-area,
#tbs-supporters {
  margin: 60px 7.5% 0 7.5%; /* update dt */
}

#tbs-new-resources {
  padding-bottom: 20px;
  border-bottom: 1px solid #e4e4e4;
}

#tbs-featured-resources ul,
#tbs-new-resources ul,
#tbs-supporters ul {
  list-style: none;
  padding: 0;
}

#tbs-featured-resources ul li h4 {
  width: 100%;
  margin-bottom: 0;
  padding: 20px;
  background-color: #f0f0f0;
}

#tbs-featured-resources ul li .tbs-subtitle {
  width: 100%;
  margin: 0;
  margin-top: -15px;
  padding: 0 20px 20px 20px;
  line-height: 1.1;
  font-family: 'Roboto Slab', serif;
  font-style: italic;
  background-color: #f0f0f0;
  color: #616161;
}

#tbs-featured-resources ul li img {
    width: 100%;
}

#tbs-new-resources ul li {
  margin: 25px 0;
}

#tbs-new-resources ul li .inner-wrap {
  margin: 0;
  background-color: #f0f0f0;
  padding: 20px;
}

#tbs-new-resources ul li .img-wrap {
  border-bottom: 5px solid #9ed0d9;
}

#tbs-new-resources ul li .tbs-cats {
  font-size: 0.9em;
  text-transform: uppercase;
}

#tbs-new-resources ul li .tbs-cats .post-categories {
  display: block;
}

#tbs-new-resources ul li .tbs-cats .post-categories li {
  width: 100%;
  margin: 0;
  padding: 0;
  /*display: none;*/
}

#tbs-new-resources ul li .tbs-cats .post-categories li:first-of-type {
  /*display: block;*/
}

#tbs-new-resources ul li .tbs-cats .post-categories li a {
  display: none;
  line-height: 1;
  margin-bottom: 8px;
  color: #616161;
}

#tbs-new-resources ul li .tbs-cats .post-categories li a:nth-of-type(2) {
  display: block;
}

#tbs-new-resources ul li .tbs-subtitle {
  width: 100%;
  margin: 0;
  margin-top: -5px;
  line-height: 1.1;
  font-family: 'Roboto Slab', serif;
  font-style: italic;
  color: #616161;
}

#tbs-new-resources ul li .tbs-subtitle a {
	color: #616161;
}

#tbs-featured-resources ul li a h4,
#tbs-new-resources ul li a h4 {
  font-family: 'Roboto Slab', serif;
  font-size: 14.5px;
  font-weight: 700;
  color: #616161;
}

#tbs-box-area .single-box {
  margin: 50px 0;
  text-align: center;
}

#tbs-box-area .single-box .coming-soon img {
  width: 100%;
}

#tbs-box-area .single-box h3 {
  font-family: "Fjalla One", sans-serif;
  color: #616161;
}

#tbs-box-area .single-box img {
  width: 100px;
  margin: 20px 0;
}

#tbs-box-area .single-box .tbs-btn {
  display: inline-block;
  padding: 10px 30px;
  margin: 10px 0;
  font-family: "Fjalla One", sans-serif;
  font-size: 1.2em;
  color: #fff;
}

#tbs-supporters {
  text-align: center;
}

#tbs-supporters h2 {
  padding: 20px 0 0 0;
  border-top: 1px solid #e4e4e4;
  border-bottom: none;
}

#tbs-supporters div ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#tbs-supporters div ul li {
  margin: 25px;
  max-width: 200px;
}

#tbs-supporters div ul li img {
  max-height: 100px;
  width: auto;
}



/*************************************************************************
5.05 - Sensei Styles
*************************************************************************/

body.post-type-archive-course.sensei div.main.col-sm-9,
body.single-course.sensei div.main.col-sm-9,
body.single-lesson.sensei div.main.col-sm-9,
body.page-template-template-mycourses.sensei div.main.col-sm-9,
body.single-product.woocommerce div.main.col-sm-9 {
    width: 85%;
    margin: 0 7.5%;
    padding: 0;
}

body.archive.post-type-archive-course.sensei div.main.col-sm-9 #courses-header {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

body.archive.post-type-archive-course.sensei div.main.col-sm-9 #filter-courses {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

body.archive.post-type-archive-course.sensei div.main.col-sm-9 ul#main-course-categories {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 0;
    list-style: none;
}

body.archive.post-type-archive-course.sensei div.main.col-sm-9 ul#main-course-categories > li {
    width: 100%;
    margin: 10px 0;
    padding: 10px 20px 20px 10px;
    background-color: #f5f5f5; /* Light Gray */
}

body.archive.post-type-archive-course.sensei div.main.col-sm-9 ul#main-course-categories > li h3 {
    color: #000;
    font-size: 18px;
    font-weight: 700;
    margin: 0;
}

body.archive.post-type-archive-course.sensei div.main.col-sm-9 ul#main-course-categories > li > div {
    line-height: 1.25;
}

body.archive.post-type-archive-course.sensei div.main.col-sm-9 ul#main-course-categories > li h6 {
    color: #000;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

body.archive.post-type-archive-course.sensei div.main.col-sm-9 ul#main-course-categories > li > ul.sub-course-categories {
    padding: 0;
    list-style: none;
}

body.archive.post-type-archive-course.sensei div.main.col-sm-9 ul#main-course-categories > li > ul.sub-course-categories > li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

/*body.archive.post-type-archive-course.sensei div.main.col-sm-9 ul#main-course-categories > li > ul.sub-course-categories > li:before {
    content: "+";
    color: #fff;
    border-radius: 100%;
    background: green;
    padding: 0 2.5px;
    line-height: 1;
    margin-right: 2.5%;
}*/

body.archive.post-type-archive-course.sensei div.main.col-sm-9 ul#main-course-categories > li > ul.sub-course-categories > li {
    cursor: pointer;
}

body.archive.post-type-archive-course.sensei div.main.col-sm-9 ul#main-course-categories > li > ul.sub-course-categories > li i {
    color: #008fa3; /* Teal */
    margin: 0 5px 0 0;
}

body.archive.post-type-archive-course.sensei div.main.col-sm-9 ul#main-course-categories > li > ul.sub-course-categories > li h4 {
    width: 90%;
}

body.archive.post-type-archive-course.sensei div.main.col-sm-9 ul#main-course-categories > li > ul.sub-course-categories > li > ul.course-list {
    width: 100%;
    list-style: none;
    padding: 0 0 0 10px;
}

body.archive.post-type-archive-course.sensei div.main.col-sm-9 ul#main-course-categories > li > ul.sub-course-categories > li > ul.course-list h6 {
    font-weight: 400;
    margin: 0 0 0 5px;
    width: 100%;
}

body.archive.post-type-archive-course.sensei div.main.col-sm-9 ul#main-course-categories > li > ul.sub-course-categories > li > ul.course-list li,
body.archive.post-type-archive-course.sensei div.main.col-sm-9 ul#main-course-categories > li > ul.sub-course-categories > li > ul.course-list li h5 {
    display: inline-block;
}

body.archive.post-type-archive-course.sensei div.main.col-sm-9 ul#main-course-categories > li > ul.sub-course-categories > li > ul.course-list li a {
    background-color: #8ec641; /* Bright Green */
    color: #fff;
    display: inline-block;
    height: 133px;
    margin: 5px;
    padding: 7.5px;
    width: 133px;
}

body.archive.post-type-archive-course.sensei div.main.col-sm-9 ul#main-course-categories > li > ul.sub-course-categories > li:nth-child(3n+2) > ul.course-list li a {
    background-color: #5ab5c6; /* Bright Blue */
}

body.archive.post-type-archive-course.sensei div.main.col-sm-9 ul#main-course-categories > li > ul.sub-course-categories > li:nth-child(3n+3) > ul.course-list li a {
    background-color: #f47942; /* Bright Orange */
}

body.page-template-template-mycourses.sensei div.main.col-sm-9 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-line-pack: start;
        align-content: flex-start;
}

body.page-template-template-mycourses.sensei div.main.col-sm-9 #breadcrumbs,
body.page-template-template-mycourses.sensei div.main.col-sm-9 .page-header {
    width: 100%;
}

body.page-template-template-mycourses.sensei div.main.col-sm-9 .page-main {
    width: 75%;
}

body.page-template-template-mycourses.sensei div.main.col-sm-9 #favorites-sidebar {
    width: 25%;
}

body.page-template-template-mycourses.sensei .course-container li.course {
    float: none;
}

body.single-product.woocommerce aside,
body.single-product.woocommerce #sidebar,
body.post-type-archive-tfr_issues aside,
body.post-type-archive-tfr_issues #sidebar {
    display: none;
}

.course input[type=submit].course-start {
	background-color: #ED573A;
	font-size: 15px;
	padding: 10px 40px 9px;
}

.lesson input.quiz-submit.complete,
.quiz input.quiz-submit.complete {
	margin-right: auto;
	margin-left: auto;
	width: 50%;
	font-size: 1.5em;
  padding: 10px 30px;
	display: block;
}

.quiz input.quiz-submit.complete {
	margin-bottom: 30px;
}

#lpa-custom-breadcrumbs {
	background-color: #008fa3;
	padding: 10px 65px;
	color: #fff;
}

#lpa-custom-breadcrumbs a {
	color: #fff;
}

body.sensei h1 {
	font-family: "Open Sans", sans-serif !important;
	text-transform: none;
	font-size: 28px;
	font-weight: bold;
}

body.page-id-9034 h3 {
	font-size: 20px;
	line-height: 1.5;
}

body.page-id-9034 .page-header {
	margin: 0 !important;
}

body.page-id-9034 .page-main {
	padding-top: 0;
}

body.sensei article.post {
	padding-top: 0;
}



/*************************************************************************
5.06 - Main Course Listing Page
*************************************************************************/

body.archive.post-type-archive-course.sensei h1 {
    font-family: 'Fjalla One', sans-serif;
    font-size: 30px;
    text-transform: uppercase;
}

#top-page-callout {
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #c6df9b; /* Light Green */
    font-weight: 700;
    padding: 10px 20px;
    margin: 0 0 20px 0;
}

#top-page-callout.loggedout {
    background-color: #fcdfe1; /* Light Red */
    display: block;
}

#top-page-callout i {
    color: #679e2d; /* Dark Green */
    font-size: 2rem;
    margin: 0 10px 0 0;
}

#top-page-buttons {
    margin: 15px 0;
}

#top-page-buttons a {
    background-color: #f5f5f5; /* Light Gray */
    border-radius: 4px;
    display: inline-block;
    font-family: 'Fjalla One', sans-serif;
    margin: 0 7.5px 0 0;
    padding: 2.5px 5px;
    text-transform: uppercase;
}

body.archive.post-type-archive-course.sensei #courses-header {
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin: 25px 0 0 0;
}

body.archive.post-type-archive-course.sensei #courses-header h2 {
    font-size: 26px;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
}

body.archive.post-type-archive-course.sensei #courses-header #filter-courses {
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

body.archive.post-type-archive-course.sensei #courses-header #filter-courses h6 {
    font-size: 16px;
    font-weight: 700;
    margin: 0 10px 0 0;
    text-transform: uppercase;
}

body.tax-course-category h3.course-title {
	font-size: 30px;
}

body.tax-course-category .main {
	font-size: 25px;
  font-weight: 300;
  line-height: 31.25px;
}

body.tax-course-category .main > div:first-of-type > * {
	margin-bottom: 30px;
}

body.tax-course-category ul.course-container,
.course {
	border-bottom: 0px;
}

body.tax-course-category ul.course-container li {
	border-bottom: 0px;
	padding: 0;
	margin: 30px 0;
}

body.tax-course-category .course-content {
	background-color: #e1e1e1;
	border-radius: 5px;
	padding: 10px 30px;
}

body.tax-course-category .course-lesson-progress {
	font-size: 0.6em;
  float: right;
}



/*************************************************************************
5.07 - Favorites Sidebar
*************************************************************************/

#favorites-sidebar form#loginform {
    /*border: 1px solid #ccc;*/
    width: auto;
    padding: 23px;
    margin: 0;
}

#favorites-sidebar form#loginform p {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

#favorites-sidebar form#loginform p input[type="text"],
#favorites-sidebar form#loginform p input[type="password"] {
    width: 300px;
    height: 35px;
}

#favorites-sidebar form#loginform p label {
    font-weight: 400;
}

#favorites-sidebar .lostpw {
    display: inline-block;
    margin-bottom: 50px;
}

#favorites-sidebar h3 {
    /*border-bottom: 1px solid #ccc;*/
    color: #f1592a; /* Dark Orange */
    font-family: 'Fjalla One', sans-serif;
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 20px 0;
    padding: 0 0 20px 0;
    text-transform: uppercase;
}

#favorites-sidebar h3 i {
    margin: 0 5px 0 0;
}

#favorites-sidebar ul.favorites-list {
    line-height: 1.25;
    list-style: none;
    margin: 20px 0;
    padding: 0;
}

#favorites-sidebar ul.favorites-list li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 20px 0;
}

#favorites-sidebar ul.favorites-list li a {
    color: #222;
    display: block;
    font-weight: 700;
    line-height: 1.2;
    width: 75%;
}

#favorites-sidebar ul.favorites-list li button {
    background-color: #e1e1e1;
    border: none;
    border-radius: 2px;
    color: #008fa3;
    display: block;
    font-family: 'Fjalla One', sans-serif;
    font-size: 12px;
    height: 20px;
    line-height: 0;
    min-width: 20%;
    padding: 3px 0 1px 0;
    text-transform: uppercase;
}

#favorites-sidebar .tbs-widget {
    margin: 50px 0 0 0;
}

/* logged out users modal */
body .simplefavorites-modal-content.active {
	top: 200px;
}

/* hide favorites sidebar on all these pages */
body.single-post .wrap.container .content.row aside.sidebar,
body.page-template-template-content-partners-list .wrap.container .content.row aside.sidebar,
body.page-template-custom-ecosystem .wrap.container .content.row aside.sidebar,
body.archive .wrap.container .content.row aside.sidebar,
body.tax-course-category aside.sidebar {
    display: none;
}

body.single-post .content.row .main.col-sm-9,
body.page-template-template-content-partners-list .content.row .main.col-sm-9,
body.page-template-custom-ecosystem .content.row .main.col-sm-9,
body.archive .content.row .main.col-sm-9 {
    width: 85%;
    margin: 0 7.5%;
    padding: 0;
}



/*************************************************************************
5.08 - Single Course & Single Lesson
IMPORTANT: Using jQuery to move items around the DOM - see app.js
*************************************************************************/

article#tbs-single-course {
    padding: 0;
}

article#tbs-single-course .woocommerce-info {
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #fcdfe1; /* Light Red */
    /*display: flex;*/
    font-weight: 700;
    padding: 10px 20px;
}

article#tbs-single-lesson {
    padding-top: 0;
}

article#tbs-single-course .tbs-course-preview,
article#tbs-single-lesson .tbs-course-preview {
    background-color: #f5f5f5; /* Light Gray */
    margin: 15px 0;
    padding: 15px;
}

article#tbs-single-course .tbs-course-preview h6,
article#tbs-single-lesson .tbs-course-preview h6 {
    color: #000;
    font-size: 14px;
    font-style: italic;
    font-weight: 700;
}

article#tbs-single-course .tbs-course-preview h1,
article#tbs-single-lesson .tbs-course-preview h1,
article#tbs-single-lesson header h1 {
    font-size: 32px;
    font-weight: 700;
}

article#tbs-single-course .tbs-course-preview .progress.statement.course-completion-rate {
    background-color: #f5f5f5; /* Light Gray */
    -webkit-box-shadow: none;
            box-shadow: none;
}

article#tbs-single-course .tbs-course-preview .meter.orange span {
    background-color: #f1592a; /* Dark Orange */
}

article#tbs-single-course .tbs-course-preview #tbs-add-course-categories,
article#tbs-single-lesson .tbs-course-preview #tbs-add-course-categories {
    font-style: italic;
}

article#tbs-single-course .tbs-course-preview #tbs-add-course-categories span,
article#tbs-single-lesson .tbs-course-preview #tbs-add-course-categories span {
    font-style: normal;
    font-weight: 700;
}

article#tbs-single-course .tbs-course-preview #tbs-add-excerpt {
    margin: 20px 0;
}

article#tbs-single-course iframe,
article#tbs-single-lesson iframe {
    width: 300px;
    height: 168.8298px;
}

article#tbs-single-course #single-course-featured-partner-content,
article#tbs-single-lesson #single-course-featured-partner-content {
    background-color: #f5f5f5;
    margin: 20px 0 50px 0;
    padding: 15px;
}

article#tbs-single-course #single-course-featured-partner-content img,
article#tbs-single-lesson #single-course-featured-partner-content img {
    max-width: 250px;
}

article#tbs-single-course #single-course-featured-partner-content h2,
article#tbs-single-lesson #single-course-featured-partner-content h2 {
    color: #000;
    font-size: 22px;
    font-style: oblique;
    font-weight: 900;
}

article#tbs-single-course #single-course-featured-partner-content div a,
article#tbs-single-lesson #single-course-featured-partner-content div a {
    font-size: 16px;
    font-weight: 700
}

article#tbs-single-course .course-lessons article.lesson {
    margin: 25px 0 0 0;
    padding: 0;
}

article#tbs-single-course .course-lessons article.lesson:nth-of-type(1) header::before {
    content: "Lesson 1:";
}
article#tbs-single-course .course-lessons article.lesson:nth-of-type(2) header::before {
    content: "Lesson 2:";
}
article#tbs-single-course .course-lessons article.lesson:nth-of-type(3) header::before {
    content: "Lesson 3:";
}
article#tbs-single-course .course-lessons article.lesson:nth-of-type(4) header::before {
    content: "Lesson 4:";
}
article#tbs-single-course .course-lessons article.lesson:nth-of-type(5) header::before {
    content: "Lesson 5:";
}
article#tbs-single-course .course-lessons article.lesson:nth-of-type(6) header::before {
    content: "Lesson 6:";
}
article#tbs-single-course .course-lessons article.lesson:nth-of-type(7) header::before {
    content: "Lesson 7:";
}
article#tbs-single-course .course-lessons article.lesson:nth-of-type(8) header::before {
    content: "Lesson 8:";
}
article#tbs-single-course .course-lessons article.lesson:nth-of-type(9) header::before {
    content: "Lesson 9:";
}
article#tbs-single-course .course-lessons article.lesson header::before {
    color: #008fa3; /* Teal */
    font-size: 18px;
}

article#tbs-single-course .course-lessons article.lesson header h2 {
    margin-bottom: 10px;
}

article#tbs-single-course .course-lessons article.lesson header h2 a {
    color: #000;
    font-size: 22px;
    font-weight: 700;
}

article#tbs-single-course .course-lessons article.lesson header .lesson-meta span {
    display: block;
}

body.single-lesson a[href*="/quiz/"] {
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
}

body.single-lesson .lesson-btn-wrap {
	border-bottom: 1px solid #000;
	margin-bottom: 30px;
}

body.single-course article .entry {
	font-size: 20px;
}

.back-to-course-btn {
	width: 100%;
	text-align: center;
}

body.single-course .course-lessons > article {
	background-color: #e1e1e1;
	border-radius: 5px;
	padding: 10px 30px;
	margin: 30px 0;
}

body.sensei .lesson input.quiz-submit.complete {
	margin: 0;
	width: 100%;
}



/*************************************************************************
5.09 - My Courses / My Account Page
IMPORTANT: Using jQuery to move items around the DOM - see app.js
*************************************************************************/

body.sensei.my-courses .page-main {
    padding-top: 0;
}

body.sensei.my-courses .page-header {
    margin: 0;
}

body.sensei.my-courses .page-header h1.tbs-my-account {
    display: block;
    margin: 0;
}

body.sensei.my-courses .page-main .myaccount_user {
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #c6df9b; /* Light Green */
    font-weight: 700;
    padding: 10px 20px;
    margin: 0 0 20px 0;
}

body.sensei.my-courses .page-main section#sensei-user-courses {
    margin-bottom: 50px;
}

body.sensei.my-courses .page-main section#sensei-user-courses ul.course-container {
    list-style: none;
    padding: 0;
}

body.sensei.my-courses .page-main h2 {
    font-size: 24px;
    font-weight: 700;
}

body.sensei.my-courses .page-main form#loginform {
    border: 1px solid #ccc;
    width: 350px;
    padding: 23px;
    margin: 50px auto;
}

body.sensei.my-courses .page-main form#loginform p {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

body.sensei.my-courses .page-main form#loginform p input[type="text"],
body.sensei.my-courses .page-main form#loginform p input[type="password"] {
    width: 300px;
    height: 35px;
}

body.sensei.my-courses .page-main form#loginform p label {
    font-weight: 400;
}

/* BEGIN Styles inside of tabs on My Courses page */

body.sensei.my-courses .page-main section#sensei-user-courses #user-course-status-toggle {
    margin: 0;
}

body.sensei.my-courses .page-main section#sensei-user-courses ul.course-container {
    background-color: #e1e1e1;
    margin-bottom: 0;
}

body.sensei.my-courses .page-main section#sensei-user-courses ul.course-container li {
    padding: 12px;
}

body.sensei.my-courses .page-main section#sensei-user-courses ul.course-container li .course-content .entry {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

body.sensei.my-courses .page-main section#sensei-user-courses ul.course-container li.tbs-list-headings .course-content .entry h3,
body.sensei.my-courses .page-main section#sensei-user-courses ul.course-container li.tbs-list-headings .course-content .entry p {
    color: #008fa3;
    font-size: 13px;
    font-weight: 700;
    line-height: 0.75;
}

body.sensei.my-courses .page-main section#sensei-user-courses ul.course-container li .course-content .entry h3.course-title {
    line-height: 0.75;
    margin-right: 10px;
    /* width: 25%; */
}

body.sensei.my-courses .page-main section#sensei-user-courses ul.course-container li .course-content .entry h3.course-title a {
    color: #222;
    font-size: 13px;
    text-decoration: underline;
}

body.sensei.my-courses .page-main section#sensei-user-courses ul.course-container li .course-content .entry .sensei-course-meta {
    margin-left: auto;
    -webkit-box-ordinal-group: 3;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 25%;
}

body.sensei.my-courses .page-main section#sensei-user-courses ul.course-container li .course-content .entry p:nth-of-type(3) {
    width: 45%;
}

body.sensei.my-courses .page-main section#sensei-user-courses .all-courses::before {
    font-family: 'FontAwesomeSensei';
    display: inline-block;
    font-size: 100%;
    margin-right: .618em;
    font-weight: normal;
    line-height: 1em;
    width: 1em;
    content: '\f112';
}

/* END Styles inside of tabs on My Courses page */

body.sensei.my-courses .page-main .woocommerce {
    margin-top: 55px;
}

body.sensei.my-courses .page-main .woocommerce .available-downloads {
    margin-bottom: 24px;
}

body.sensei.my-courses .page-main .woocommerce .available-downloads h2 i {
    margin-right: 5px;
}

body.sensei.my-courses .page-main .woocommerce .available-downloads ul.digital-downloads li {
    font-weight: 700;
    border: 1px solid rgba(0,0,0,.1);
    padding: 5px 10px;
}

body.sensei.my-courses .page-main .woocommerce .available-downloads ul.digital-downloads li:first-of-type {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
body.sensei.my-courses .page-main .woocommerce .available-downloads ul.digital-downloads li:last-of-type {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.course-container li.course {
    float: none;
}

body.sensei.my-courses .page-main .purchased-courses > ul {
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 5px;
    list-style: none;
    padding: 0;
}

body.sensei.my-courses .page-main .purchased-courses > ul > li {
    border-bottom: 1px solid rgba(0,0,0,.1);
    margin-bottom: 0;
    padding: 10px 20px;
    width: 100%;
}

body.sensei.my-courses .page-main .purchased-courses > ul > li:last-of-type {
    border-bottom: 0px;
}

body.sensei.my-courses .page-main .purchased-courses > ul > li h2 {
    font-size: 14px;
    font-weight: 300;
    margin: 0;
}



/*************************************************************************
5.10 - Subscription Listing Page
*************************************************************************/

body.page-template-template-subscriptions #page #header,
body.page-template-template-subscriptions #page #container #content nav,
body.page-template-template-subscriptions .wrap.container .content.row aside.sidebar,
body.page-template-template-subscriptions #page #container #content p.woocommerce-result-count,
body.page-template-template-subscriptions #page #container #content form.woocommerce-ordering,
body.page-template-template-subscriptions #page #container #content ul.products li img,
body.page-template-template-subscriptions .wrap.container .content.row aside.sidebar {
    display: none;
}

body.page-template-template-subscriptions .wrap.container .content.row .main.col-sm-9 {
    width: 85%;
    margin: 0 7.5%;
    padding: 0;
}

body.page-template-template-subscriptions #page #container #content h1 {
    font-family: 'Fjalla One', sans-serif;
    font-size: 30px;
    text-transform: uppercase;
}

body.page-template-template-subscriptions #page #container #content ul.products {
    margin-top: 25px;
}

body.page-template-template-subscriptions #page #container #content ul.products li {
    width: 100%;
}

body.page-template-template-subscriptions #page #container #content ul.products li > a > p {
    color: #222;
}

body.page-template-template-subscriptions #page #container #content ul.products li a.button {
    background-color: #008fa3;
    color: #fff;
    margin-top: 0;
    text-transform: uppercase;
}

body.page-template-template-subscriptions #page #container #content ul.products li a.woocommerce-LoopProduct-link h3 {
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #8ec641; /* Bright Green */
    color: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    float: left;
    font-family: "Fjalla One", sans-serif;
    font-size: 20px;
    height: 200px;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    line-height: 1.2;
    padding-left: 20px;
    padding-right: 20px;
    margin-right: 20px;
    text-align: center;
    text-transform: uppercase;
    width: 200px;
}

body.page-template-template-subscriptions #page #container #content ul.products li:nth-child(3n+4) a.woocommerce-LoopProduct-link h3 {
    background-color: #5ab5c6; /* Bright Blue */
}

body.page-template-template-subscriptions #page #container #content ul.products li:nth-child(3n+3) a.woocommerce-LoopProduct-link h3 {
    background-color: #f47942; /* Bright Orange */
}

body.page-template-template-subscriptions #page #container #content ul.products li a.woocommerce-LoopProduct-link .onsale {
    left: 175px;
    width: 36px;
    height: 36px;
    top: -2px;
    right: auto;
}

body.page-template-template-subscriptions #page #container #content ul.products li:nth-of-type(2)::before {
    color: #008fa3;
    content: "Subscription Levels";
    display: block;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 20px;
}

body.page-template-template-subscriptions #page #container #content ul.products li:first-of-type {
    background-color: #deeef1; /* Light Teal */
    padding: 25px;
}

body.page-template-template-subscriptions #page #container #content ul.products li:first-of-type a.woocommerce-LoopProduct-link h3 {
    background-color: transparent;
    color: #008fa3;
    display: block;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 700;
    height: auto;
    padding-left: 0;
    padding-right: 0;
    margin-right: 0;
    text-align: left;
    text-transform: uppercase;
    width: 100%;
}

body.page-template-template-subscriptions #page #container #content ul.products li:first-of-type .price,
body.page-template-template-subscriptions #page #container #content ul.products li:first-of-type p {
    width: 100%;
}



/*************************************************************************
5.11 - Shop Page
IMPORTANT: Using jQuery to change the text of buttons - see app.js
*************************************************************************/

.woocommerce ul.products li.product a.button {
    background-color: #008fa3; /* Teal */
    color: #fff;
}

.woocommerce ul.products li.product.outofstock,
.woocommerce-page ul.products li.product.outofstock {
    background-color: #f5f5f5; /* Light Gray */
    border-radius: 5px;
    padding: 5px;
}

li.outofstock::before {
    color: #dc3232;
    content: "Out of stock";
    display: block;
    font-weight: 700;
    margin-bottom: 5px;
    padding: 2.5px 0;
    text-align: center;
    text-transform: uppercase;
}

.woocommerce ul.products li.product h2,
.woocommerce ul.products li.product a {
    color: #52514f;
}

.woocommerce ul.products li.product .woocommerce-Price-amount {
    color: #008fa3; /* Teal */
    font-size: 1.4em;
}

.woocommerce ul.products li.product .button {
    display: table;
}

.woocommerce a.added_to_cart.wc-forward[title="View cart"] {
	font-size: 1.2em;
	font-weight: bold;
}

/*
body.post-type-archive-product #page #header,
body.post-type-archive-product #page #container #content nav,
body.post-type-archive-product .wrap.container .content.row aside.sidebar,
body.post-type-archive-product #page #container #content p.woocommerce-result-count,
body.post-type-archive-product #page #container #content form.woocommerce-ordering,
body.post-type-archive-product #page #container #content ul.products li img {
    display: none;
}

body.post-type-archive-product .wrap.container .content.row .main.col-sm-9 {
    width: 85%;
    margin: 0 7.5%;
    padding: 0;
}

body.post-type-archive-product #page #container #content h1 {
    font-family: 'Fjalla One', sans-serif;
    font-size: 30px;
    text-transform: uppercase;
}

body.post-type-archive-product #page #container #content ul.products {
    margin-top: 25px;
}

body.post-type-archive-product #page #container #content ul.products li {
    width: 100%;
}

body.post-type-archive-product #page #container #content ul.products li > a > p {
    color: #222;
}

body.post-type-archive-product #page #container #content ul.products li a.button {
    background-color: #008fa3;
    color: #fff;
    margin-top: 0;
    text-transform: uppercase;
}

body.post-type-archive-product #page #container #content ul.products li a.woocommerce-LoopProduct-link h3 {
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #8ec641; /* Bright Green *
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    float: left;
    font-family: "Fjalla One", sans-serif;
    font-size: 20px;
    height: 200px;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    line-height: 1.2;
    padding-left: 20px;
    padding-right: 20px;
    margin-right: 20px;
    text-align: center;
    text-transform: uppercase;
    width: 200px;
}

body.post-type-archive-product #page #container #content ul.products li:nth-child(3n+4) a.woocommerce-LoopProduct-link h3 {
    background-color: #5ab5c6; /* Bright Blue *
}

body.post-type-archive-product #page #container #content ul.products li:nth-child(3n+3) a.woocommerce-LoopProduct-link h3 {
    background-color: #f47942; /* Bright Orange *
}

body.post-type-archive-product #page #container #content ul.products li a.woocommerce-LoopProduct-link .onsale {
    left: 175px;
    width: 36px;
    height: 36px;
    top: -2px;
    right: auto;
}

body.post-type-archive-product #page #container #content ul.products li:nth-of-type(2)::before {
    color: #008fa3;
    content: "Subscription Levels";
    display: block;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 20px;
}

body.post-type-archive-product #page #container #content ul.products li:first-of-type a.woocommerce-LoopProduct-link h3 {
    background-color: transparent;
    color: #008fa3;
    display: block;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 700;
    height: auto;
    padding-left: 0;
    padding-right: 0;
    margin-right: 0;
    text-align: left;
    text-transform: uppercase;
    width: 100%;
}

body.post-type-archive-product #page #container #content ul.products li:first-of-type .price,
body.post-type-archive-product #page #container #content ul.products li:first-of-type p {
    width: 100%;
}
*/



/*************************************************************************
5.12 - Single Product
*************************************************************************/

body.single-product #page #header,
body.single-product #page #container nav.woocommerce-breadcrumb,
body.single-product #page > #container > #content > .product,
body.single-product #page > #container > #content > ul.products li.product_cat-subscription img,
body.single-product .shareaholic-share-buttons-wrapper {
    display: none;
}

body.single-product #page > #container > #content > ul.products {
    /*margin-top: 25px;*/
}

body.single-product #page > #container > #content > ul.products li.product_cat-subscription {
    width: 100%;
}

body.single-product #page > #container > #content > ul.products li.product_cat-subscription > a > p {
    color: #222;
}

body.single-product #page > #container > #content > ul.products li.product_cat-subscription a.button {
    background-color: #008fa3;
    color: #fff;
    margin-top: 0;
    text-transform: uppercase;
}

body.single-product #page > #container > #content > ul.products li.product_cat-subscription a.woocommerce-LoopProduct-link h3 {
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #8ec641; /* Bright Green */
    color: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    float: left;
    font-family: "Fjalla One", sans-serif;
    font-size: 20px;
    height: 200px;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    line-height: 1.2;
    padding-left: 20px;
    padding-right: 20px;
    margin-right: 20px;
    text-align: center;
    text-transform: uppercase;
    width: 200px;
}

body.single-product #page > #container > #content > ul.products li.product_cat-subscription a.woocommerce-LoopProduct-link .onsale {
    left: 175px;
    width: 36px;
    height: 36px;
    top: -2px;
    right: auto;
}

body.single-product #page > #container > #content > ul.products li:first-of-type .price,
body.single-product #page > #container > #content > ul.products li:first-of-type p {
    width: 100%;
}

.tbs-product {
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.tbs-product > h1 {
    margin-bottom: 20px;
    width: 100%;
}

.tbs-product > img {
    width: 250px;
}

.tbs-product > .tbs-full-description {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    margin: 0 0 0 20px;
    width: auto;
}

.tbs-product > .tbs-full-description .price {
    color: #77a464;
    font-size: 1.25em;
    font-weight: bold;
    margin-bottom: 20px;
}



/*************************************************************************
5.13 - Welcome Section
*************************************************************************/

#welcome {
    background-color: #c6df9b; /* Light Green */
    display: block;
    font-weight: 700;
    padding: 10px 20px;
    margin: 0 0 20px 0;
}

#welcome.loggedout {
    background-color: #fcdfe1; /* Light Red */
    display: none; /* removed pre request from Pat Nov 2017 */
}



/*************************************************************************
5.14 - Single Quiz
*************************************************************************/

body.sensei.single-quiz .main {
	width: 100%;
	padding: 0;
}

body.sensei.single-quiz .quiz-questions {
	margin-top: 30px;
}

body.sensei.single-quiz .quiz form ol#sensei-quiz-list li.multiple-choice ul li {
	display: flex;
}

body.sensei.single-quiz .quiz form ol#sensei-quiz-list li.multiple-choice  ul li input {
	margin-top: 6.5px;
}



/*************************************************************************
5.15 - TFR
*************************************************************************/

body.post-type-archive-tfr_issues div.main.col-sm-9 > .page-main ul#tfr-list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    list-style: none;
    padding: 0;
}

body.post-type-archive-tfr_issues div.main.col-sm-9 > .page-main ul#tfr-list li {
    margin: 25px;
    width: 200px;
}



/*************************************************************************
5.16 - Single TFR Issue Listing Page
*************************************************************************/

body.page-template-template-single-tfr-issues #page #header,
body.page-template-template-single-tfr-issues #page #container #content nav,
body.page-template-template-single-tfr-issues .wrap.container .content.row aside.sidebar,
body.page-template-template-single-tfr-issues #page #container #content p.woocommerce-result-count,
body.page-template-template-single-tfr-issues #page #container #content form.woocommerce-ordering,
/*body.page-template-template-single-tfr-issues #page #container #content ul.products li img,*/
body.page-template-template-single-tfr-issues .wrap.container .content.row aside.sidebar {
    display: none;
}

body.page-template-template-single-tfr-issues .wrap.container .content.row .main.col-sm-9 {
    width: 85%;
    margin: 0 7.5%;
    padding: 0;
}

body.page-template-template-single-tfr-issues #page #container #content .woocommerce ul.products li.product {
    width: 30%;
}



/*************************************************************************
5.17 - Single Course Purchase Page
*************************************************************************/

body.page-template-template-single-course-purchase .wrap.container .content.row .main.col-sm-9 {
    width: 85%;
    margin: 0 7.5%;
    padding: 0;
}

body.page-template-template-single-course-purchase #page #container #content .woocommerce ul.products li.product {
    width: 30%;
}

body.page-template-template-single-course-purchase #page #container #content .woocommerce ul.products li.product a h3 {
    background-color: #f47942; /* Bright Orange */
    color: #fff;
    display: inline-block;
    height: 133px;
    margin: 5px;
    padding: 7.5px;
    width: 133px;
}

/*body.page-template-template-single-course-purchase #page #container #content .woocommerce ul.products li.product:nth-child(3n+2) a h3 {
    background-color: #5ab5c6; /* Bright Blue *
}

body.page-template-template-single-course-purchase #page #container #content .woocommerce ul.products li.product:nth-child(3n+3) a h3 {
    background-color: #8ec641; /* Bright Green *
}*/

body.page-template-template-single-course-purchase #page #container #content li.user-active::after {
    content: 'All Courses Available for Purchase';
    margin-top: 100px;
    margin-left: -50px;
    margin-bottom: 10px;
    color: #008fa3;
    display: block;
    line-height: 1;
    font-size: 20px;
    font-weight: 400;
    font-family: "Fjalla One", sans-serif;
    text-transform: uppercase;
}



/*************************************************************************
5.18 - Shop Page
*************************************************************************/

body.woocommerce.post-type-archive-product #page #header,
body.woocommerce.post-type-archive-product #page #container #content nav,
body.woocommerce.post-type-archive-product .wrap.container .content.row aside.sidebar,
body.woocommerce.post-type-archive-product #page #container #content p.woocommerce-result-count,
body.woocommerce.post-type-archive-product #page #container #content form.woocommerce-ordering,
/*body.woocommerce.post-type-archive-product #page #container #content ul.products li img,*/
body.woocommerce.post-type-archive-product .wrap.container .content.row aside.sidebar {
    display: none;
}

body.woocommerce.post-type-archive-product .wrap.container .content.row .main.col-sm-9 {
    width: 85%;
    margin: 0 7.5%;
    padding: 0;
}

body.woocommerce.post-type-archive-product #page #container #content .woocommerce ul.products li.product {
    width: 30%;
}



/*************************************************************************
5.19 - Checkout Page
*************************************************************************/

body.woocommerce-checkout #payment input#place_order {
    /* display: none; */
}
body.woocommerce-checkout #payment input#place_order.donthide {
    display: block;
}

body.woocommerce-checkout noscript,
body.woocommerce-checkout input.tbs-hide-button {
    /* display: none; */
}

body.woocommerce-checkout noscript.tbs-noscript {
    display: block;
}

.create-account {
    clear: both;
}

h6.coupon-reminder {
	text-align:left;
	color:#4db1bf;
	clear: both;
	margin-top: 50px;
}

.coupon > button.button[name="apply_coupon"] {
	float: left;
}

#coupon_code {
	width: auto;
}



/*************************************************************************
5.20 - Publications For Purchase Pages
        These style are meant to target the pages that were previously
        using the single-tfr-issues template. These pages are now using
        the bookshelf template and have woocommerce category shortcode
        in the content
*************************************************************************/

body.page-template-custom-bookshelf .body-text .woocommerce ul.products {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
}

body.page-template-custom-bookshelf .body-text .woocommerce ul.products > li {
    margin: 2.5%;
    width: 45%;
}

body.page-template-custom-bookshelf .body-text .woocommerce ul.products > li img {
    padding: 0;
}

/* this is a hack from here: https://css-tricks.com/injecting-line-break/ */
.woocommerce a.button.add_to_cart_button {
    display: table;
}



/*************************************************************************
5.21 - Woocommerce Cart Page
*************************************************************************/

body.woocommerce-cart .tbs-login-or-free {
    float: left;
}

body.woocommerce-cart .tbs-login-or-free h4 {
    background-color: #fcdfe1; /* Light Red */
    color: #000;
    font-size: 13px;
    font-weight: 700;
    padding: 10px 20px;
    margin: 20px 0 40px 0;
}

body.woocommerce-cart .tbs-login-or-free #favorites-sidebar {
    max-width: 300px;
}



/*************************************************************************
5.22 - The Library
*************************************************************************/

.tags {
    float: none;
    margin-top: 10px;
}

body.page-id-1625 #favorites-sidebar form#loginform,
body.page-id-1625 #favorites-sidebar h3 {
    border: 0px;
}



/*************************************************************************
5.23 - Single Content Partner Page
*************************************************************************/

body.single-content-partners .wrap.container .content.row aside.sidebar {
    display: none;
}

body.single-content-partners .wrap.container .content.row .main.col-sm-9 {
    width: 85%;
    margin: 0 7.5%;
    padding: 0;
}

body.single-content-partners .content-partner .parnter-logo {
    height: auto;
    width: auto;
}

body.single-content-partners .content-partner .parnter-logo img {
    height: auto;
    width: 300px;
}



/*************************************************************************
5.24 - Page Template Custom Knowledge Library
*************************************************************************/

body.page-template-custom-knowledgelibrary .wrap.container .content.row aside.sidebar {
    display: none;
}

body.page-template-custom-knowledgelibrary .content.row .main.col-sm-9 {
    width: 85%;
    margin: 0 7.5%;
    padding: 0;
}



/*************************************************************************
5.25 - Top Resources
*************************************************************************/

body.top-resources .wrap.container .content.row aside.sidebar {
    display: none;
}

body.top-resources .content.row .main.col-sm-9 {
    width: 85%;
    margin: 0 7.5%;
    padding: 0;
}



/*************************************************************************
5.26 - Webinars
*************************************************************************/

body.webinars .wrap.container .content.row aside.sidebar {
    display: none;
}

body.webinars .content.row .main.col-sm-9 {
    width: 85%;
    margin: 0 7.5%;
    padding: 0;
}

/*************************************************************************
5.27 - Directory Sub Pages
*************************************************************************/

body.category-259 .wrap.container .content.row aside.sidebar,
body.category-247 .wrap.container .content.row aside.sidebar,
body.category-248 .wrap.container .content.row aside.sidebar,
body.category-249 .wrap.container .content.row aside.sidebar,
body.category-250 .wrap.container .content.row aside.sidebar,
body.category-251 .wrap.container .content.row aside.sidebar,
body.category-252 .wrap.container .content.row aside.sidebar,
body.category-253 .wrap.container .content.row aside.sidebar,
body.category-254 .wrap.container .content.row aside.sidebar,
body.category-255 .wrap.container .content.row aside.sidebar,
body.category-256 .wrap.container .content.row aside.sidebar {
    display: none;
}

body.category-259 .content.row .main.col-sm-9,
body.category-247 .content.row .main.col-sm-9,
body.category-248 .content.row .main.col-sm-9,
body.category-249 .content.row .main.col-sm-9,
body.category-250 .content.row .main.col-sm-9,
body.category-251 .content.row .main.col-sm-9,
body.category-252 .content.row .main.col-sm-9,
body.category-253 .content.row .main.col-sm-9,
body.category-254 .content.row .main.col-sm-9,
body.category-255 .content.row .main.col-sm-9,
body.category-256 .content.row .main.col-sm-9 {
    width: 85%;
    margin: 0 7.5%;
    padding: 0;
}



/*************************************************************************
5.28 - Glossary
*************************************************************************/

body.page-template-custom-glossary .wrap.container .content.row aside.sidebar {
    display: none;
}

body.page-template-custom-glossary .content.row .main.col-sm-9 {
    width: 85%;
    margin: 0 7.5%;
    padding: 0;
}

body.single-glossary .content-partner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

body.single-glossary .content-partner .cmtt_related_articles_wrapper {
    -webkit-box-ordinal-group: 3;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
}

body.single-glossary .content-partner .cmtt-backlink-bottom {
    -webkit-box-ordinal-group: 4;
       -moz-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
}

body.single-glossary .content-partner > p:last-of-type,
body.single-glossary .content-partner > br:last-of-type {
    -webkit-box-ordinal-group: 11;
       -moz-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
}



/*************************************************************************
5.29 - Key Distinctions
*************************************************************************/

body.page-template-custom-keydistinctions .wrap.container .content.row aside.sidebar {
    display: none;
}

body.page-template-custom-keydistinctions .content.row .main.col-sm-9 {
    width: 85%;
    margin: 0 7.5%;
    padding: 0;
}



/*************************************************************************
5.30 - Content Partner List
*************************************************************************/

ul#content-partner-list {
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    list-style: none;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

ul#content-partner-list li {
    margin-bottom: 50px;
    text-align: center;
    width: 31.5%;
}



/*************************************************************************
5.31 - Search Results
*************************************************************************/

.searchwp-highlight {
    font-weight: 700;
}

.custom-search .search-loop-entry {
    margin-bottom: 40px;
}

.custom-search .search-loop-entry .top-of-result {
    margin-bottom: 10px;
}

.custom-search .search-form {
        -webkit-box-flex: 4;
        -moz-box-flex: 4;
        -ms-flex: 4 1;
    flex: 4 1;
    display: block;
    margin: 30px;
    max-width: 300px;
}

.custom-search .search-form .input-group .search-field {
    height: 42px !important;
    max-width: 100%;
    background-color: #e1e1e1;
    border-color: #e1e1e1;
}

.custom-search .search-form .input-group .input-group-btn button {
    font-family: 'Fjalla One', sans-serif;
    text-transform: uppercase;
    background-color: #008fa2;
    border-color: #008fa2;
    color: #fff;
}

.custom-search .tbs-search-supplemental {
    margin: 5px 0;
}

.custom-search .tbs-search-supplemental span {
    font-weight: 700;
}



/*************************************************************************
5.32 - Sensei LP Academy Sidebar
*************************************************************************/

body.single-course.sensei aside#lp-academy-sidebar,
body.single-lesson.sensei aside#lp-academy-sidebar {
	display: block;
}

body.sensei #lp-academy-sidebar {
	width: 85%;
	margin: 0 auto;
	padding-right: 50px;
}

body.sensei #lp-academy-sidebar ul {
	list-style: none;
	padding: 0;
}

body.sensei #lp-academy-sidebar h5 {
	margin-top: 30px;
}

body.sensei #lp-academy-sidebar i {
	color: #008fa2;
}

body.sensei #lp-academy-sidebar i.fa-plus {
	cursor: pointer;
}

body.sensei #lp-academy-sidebar h4,
body.sensei #lp-academy-sidebar h5,
body.sensei #lp-academy-sidebar ul ul li {
	display: flex;
	align-items: center;
	position: relative;
}

body.sensei #lp-academy-sidebar h4 .fa-plus,
body.sensei #lp-academy-sidebar h5 .fa-plus {
	position: absolute;
	right: -50px;
}

body.sensei #lp-academy-sidebar h5 i[class*="square"],
body.sensei #lp-academy-sidebar ul ul li i[class*="square"] {
	position: absolute;
	right: -25px;
}

@media (min-width: 1200px) {
	body.sensei > .wrap.container > .content.row {
		display: flex;
	}

	body.sensei .content.row .main.col-sm-9 {
		width: 75%;
		margin-left: 15px;
		margin-right: 15px;
	}

	body.sensei #lp-academy-sidebar {
		width: 20%;
		margin-left: 5%;
	}
}



/*************************************************************************
5.98 - CyberSource Hidden Items
*************************************************************************/

label[for="wc-cybersource-credit-card-test-amount"],
#wc-cybersource-credit-card-test-amount,
#wc-cybersource-credit-card-test-amount + div {
	display: none !important;
}



/*************************************************************************
5.99 - Sensei Hidden Items (collected here)
*************************************************************************/

body.archive.post-type-archive-course.sensei div.main.col-sm-9 .woocommerce .wc-memberships-content-restricted-message,
body.archive.post-type-archive-course.sensei div.main.col-sm-9 ul#main-course-categories > li > ul.sub-course-categories > li i, /* Removed per Kelly */
body.archive.post-type-archive-course.sensei div.main.col-sm-9 ul#main-course-categories > li > ul.sub-course-categories > li h4, /* Removed per Kelly */
body.archive.post-type-archive-course.sensei div.main.col-sm-9 ul#main-course-categories > li > ul.sub-course-categories > li > ul.course-list h6, /* Removed per Kelly */
body.archive.post-type-archive-course.sensei aside,
body.single-course.sensei aside,
body.single-course.sensei #sidebar,
body.single-course.sensei .shareaholic-share-buttons-container,
body.single-course.sensei .mpid6480.tbs input[name="course_start"],
body.single-lesson.sensei aside,
body.single-lesson.sensei #sidebar,
body.single-lesson.sensei .shareaholic-share-buttons-container,
body.page-template-template-mycourses.sensei aside,
body:not(.sensei) #lpa-custom-breadcrumbs,
body.sensei #breadcrumbs,
body.tax-course-category .course-excerpt,
body.tax-course-category .course-content ul.course-products,
body.tax-course-category .course-content .entry > a > img.woo-image,
article#tbs-single-course .woocommerce-info,
article#tbs-single-course > header, /* this is the "Lessons" header */
body.single-course #post-entries,
body.single-course .course-lessons > article > a > img.woo-image,
article#tbs-single-lesson section.entry.fix > .woocommerce > .wc-memberships-restriction-message,
section.sensei-breadcrumb,
article.course .progress.statement.course-completion-rate,
article.course .meter,
body.single-lesson .sensei-message.tick,
body.single-quiz .answer_message.user_wrong.has_notes,
body.single-quiz .sensei-message.info.info-special.answer-feedback,
body.woocommerce-account.woocommerce-page.woocommerce-view-order.my-account section.sci_info_widget-2,
body.sensei.my-courses .page-main > div:first-child,
body.sensei.my-courses .page-header h1,
body.sensei.my-courses .sensei-results-links,
body.sensei.my-courses .woocommerce table.my_account_memberships td a.button.view,
body.sensei.my-courses .page-main .myaccount_user,
body.sensei.my-courses .page-main section#sensei-user-courses ul.course-container li .course-content .entry .meter,
body.sensei.my-courses .page-main section#sensei-user-courses ul.course-container li .course-content .entry .course-excerpt,
body.sensei.my-courses .page-main section#sensei-user-courses ul.course-container li .course-content .entry .sensei-course-meta .course-lesson-count,
body.sensei.my-courses .page-main section#sensei-user-courses ul.course-container li .course-content .entry .sensei-course-meta .course-category,
body.sensei.my-courses .page-main section#sensei-user-courses ul.course-container li .course-content .entry img,
body.sensei.my-courses .page-main section#sensei-user-courses ul.course-container li .course-content .entry .woocommerce,
body.sensei.my-courses .page-main .woocommerce h2:nth-of-type(2),
body.sensei.my-courses .page-main .woocommerce .addresses a,
body.sensei.my-courses .page-main .purchased-courses > ul > li img,
body.sensei.my-courses .page-main .purchased-courses > ul > li span,
body.sensei.my-courses .page-main .purchased-courses > ul > li a.button,
body.sensei.my-courses .page-main .purchased-courses > ul > li div,
body.sensei.single-quiz #sidebar,
body.sensei.single-quiz aside.sidebar,
body.sensei.single-quiz .grade,
body.sensei.single-quiz .answer_message.user_right,
body.sensei.single-quiz .answer_message.user_right.has_notes + .answer-feedback,
body.page-template-template-single-course-purchase #page #header,
body.page-template-template-single-course-purchase #page #container #content nav,
body.page-template-template-single-course-purchase .wrap.container .content.row aside.sidebar,
body.page-template-template-single-course-purchase #page #container #content p.woocommerce-result-count,
body.page-template-template-single-course-purchase #page #container #content form.woocommerce-ordering,
body.page-template-template-single-course-purchase #page #container #content ul.products li img,
body.page-template-template-single-course-purchase .wrap.container .content.row aside.sidebar,
body.page-template-template-single-course-purchase #page #container #content #my-courses #customer_login,
.related.products,
body.single-lesson .lesson-tags,
body.page-id-9034 .page-header h1,
#sensei-user-courses li p:not(sensei-course-meta),
body.my-courses .all-courses {
  display: none;
}



/*************************************************************************
6.0 - Media Queries
*************************************************************************/

/*
 * Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}

@-o-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}



/*************************************************************************
6.1 - 768px - Media Query
*************************************************************************/

@media(min-width:768px) {

/* 5.02 - Header ********************************************************/

    header .container {
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
        display: flex;
    }

    header .container .navbar-header {
        width: 30%;
    }

    header .container .navbar-header .navbar-logo {
        padding: 0;
        margin-left: 50px;
    }

    header .container .tbs-nav-wrap {
        width: 70%;
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
        display: flex;
            -ms-flex-wrap: wrap;
        flex-wrap: wrap;
            -webkit-box-pack: end;
            -moz-box-pack: end;
            -ms-flex-pack: end;
        justify-content: flex-end;
            -webkit-box-align: center;
            -moz-box-align: center;
            -ms-flex-align: center;
        align-items: center;
    }

		header .container .tbs-nav-wrap .tbs-profile-login {
			margin-top: 30px;
		}
/*
    header .container .tbs-nav-wrap .tbs-profile-login {
            -webkit-box-flex: 1;
            -moz-box-flex: 1;
            -ms-flex: 1 1;
        flex: 1 1;
        font-family: "Fjalla One", sans-serif;
        display: flex;
				justify-content: flex-end;
        /* max-width: 175px; *
        margin: 30px 10px;
        text-transform: uppercase;
    }

		header .container .tbs-nav-wrap .tbs-profile-login .header-welcome {
			display: none;
		}

		header .container .tbs-nav-wrap .tbs-profile-login div {
			display: flex;
		}

		header .container .tbs-nav-wrap .tbs-profile-login a {
			background-color: #008fa2;
			color: #fff;
			margin: 0 5px;
			padding: 9px 15px;
		}

    header .container .tbs-nav-wrap .tbs-profile-login i {
        margin-right: 5px;
    } */

    header .container .tbs-nav-wrap .tbs-search-form {
            -webkit-box-flex: 4;
            -moz-box-flex: 4;
            -ms-flex: 4 1;
        flex: 4 1;
        display: block;
        margin: 30px;
        max-width: 300px;
    }

    header .container .tbs-nav-wrap .tbs-search-form form .input-group .search-field {
        height: 42px !important;
        max-width: 100%;
        background-color: #e1e1e1;
        border-color: #e1e1e1;
    }

    header .container .tbs-nav-wrap .tbs-search-form form .input-group .input-group-btn button {
        font-family: 'Fjalla One', sans-serif;
        text-transform: uppercase;
        background-color: #008fa2;
        border-color: #008fa2;
        color: #fff;
    }

    header .container .tbs-nav-wrap .tbs-social-header {
            -webkit-box-flex: 1;
            -moz-box-flex: 1;
            -ms-flex: 1 1;
        flex: 1 1;
        padding: 0;
        list-style: none;
        margin: 30px 0;
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
        display: flex;
            -webkit-box-pack: end;
            -moz-box-pack: end;
            -ms-flex-pack: end;
        justify-content: flex-end;
        max-width: 140px;
    }

    header .container .tbs-nav-wrap .tbs-social-header li {
        margin-left: 5px;
    }

    header .container .tbs-nav-wrap .tbs-social-header li img {
        max-height: 42px;
    }

    header .container .tbs-nav-wrap .nav-main {
        margin: 0;
        width: 100%;
    }

    header .container .tbs-nav-wrap .nav-main #menu-menu {
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
        display: flex;
        background-color: transparent;
    }

    header .container .tbs-nav-wrap .nav-main #menu-menu > li {
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
        display: flex;
        /*font-family: 'Fjalla One', sans-serif;*/
        font-size: 0.95em;
        font-weight: 100;
        /*text-transform: none;*/
    }

    header .container .tbs-nav-wrap .nav-main #menu-menu > li > a {
        padding: 15px;
        background-color: #fff !important;
    }

    header .container .tbs-nav-wrap .nav-main #menu-menu > li > a:hover {
        background-color: #9ed0d9 !important;
    }

    header .container .tbs-nav-wrap .nav-main #menu-menu > .active > a {
        color: #52514F;
        background-color: #9ed0d9 !important;
    }

    header .container .tbs-nav-wrap .nav-main > ul > li.menu-online-learning > ul.dropdown-menu,
    header .container .tbs-nav-wrap .nav-main > ul > li.menu-online-learning > ul.dropdown-menu > li {
        background-color: #9ed0d9;
        z-index: -5;
    }

    header .container .tbs-nav-wrap .nav-main > ul > li.menu-online-learning > ul.dropdown-menu > li > ul.dropdown-menu {
        right: 0;
        left: -100%;
        z-index: -10;
    }

    header .container .tbs-nav-wrap .nav-main > ul > li.menu-online-learning > ul.dropdown-menu > li > ul.dropdown-menu > li {
        z-index: -15;
    }

/* 5.03 - Footer ********************************************************/

    footer .tbs-widget-wrapper .tbs-widget-area {
        width: 30%;
    }

/* 5.04 - Home Page *****************************************************/

    body.home.page-template-template-home-revised .container,
		body header .container {
        max-width: none;
    }

    #tbs-featured-resources ul {
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
        display: flex;
            -webkit-box-pack: justify;
            -moz-box-pack: justify;
            -ms-flex-pack: justify;
        justify-content: space-between;
    }

    #tbs-featured-resources ul li {
        width: 30%;
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
        display: flex;
            -webkit-box-align: start;
            -moz-box-align: start;
            -ms-flex-align: start;
        align-items: flex-start;
    }

    #tbs-featured-resources ul li a {
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
        display: flex;
            -ms-flex-wrap: wrap;
        flex-wrap: wrap;
            -webkit-box-align: start;
            -moz-box-align: start;
            -ms-flex-align: start;
        align-items: flex-start;
    }

    #tbs-featured-resources ul li a h4 {
            -webkit-align-self: flex-start;
            -ms-flex-item-align: start;
        align-self: flex-start;
    }

    #tbs-new-resources ul {
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
        display: flex;
            -ms-flex-wrap: wrap;
        flex-wrap: wrap;
            -webkit-box-pack: justify;
            -moz-box-pack: justify;
            -ms-flex-pack: justify;
        justify-content: space-between;
            -ms-flex-line-pack: start;
        align-content: flex-start;
    }

    #tbs-new-resources ul li {
        width: 30%;
    }

    #tbs-new-resources ul li:nth-of-type(3n+2) {
        margin-left: 5%;
        margin-right: 5%;
    }

    #tbs-box-area {
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
        display: flex;
            -webkit-box-pack: justify;
            -moz-box-pack: justify;
            -ms-flex-pack: justify;
        justify-content: space-between;
            -webkit-box-align: start;
            -moz-box-align: start;
            -ms-flex-align: start;
        align-items: flex-start;
        margin-top: 50px;
    }

    #tbs-box-area .single-box {
        width: 30%;
    }

    #tbs-supporters {
        margin-top: 50px;
    }

/* 5.05 - Sensei Styles *************************************************/

    body.archive.post-type-archive-course.sensei div.main.col-sm-9 {
        width: 85%;
        margin: 0 7.5%;
        padding: 0;
    }

		h2.sensei-category-title,
		body.single-course article.course > header h2 {
			display: none;
		}

		body.single-lesson article.lesson a.button {
			font-size: 1.5em;
			margin: 30px 0;
			padding: 10px 30px;
		}

		body.sensei article > header > h1 {
			width: 100%;
			/* text-align: center; */
		}

/* 5.06 - Main Course Listing Page **************************************/

    body.sensei #tbs-flexbox-wrap {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
           -moz-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }

    body.sensei #tbs-flexbox-wrap #with-sidebar {
        width: 72.5%;
    }

    body.sensei #tbs-flexbox-wrap #tbs-sidebar {
        width: 25%;
    }

/* 5.08 - Single Course & Single Lesson *********************************/

    article#tbs-single-course iframe,
    article#tbs-single-lesson iframe {
        width: 500px;
        height: 281.3830px;
    }

    body.single-lesson nav#post-entries {
        height: 50px;
    }

		body.single-lesson:not(.logged-in) nav#post-entries {
			display: none;
		}

/* 5.10 - Subscription Listing Page *************************************/

    body.page-template-template-subscriptions #page {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
           -moz-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }

    body.page-template-template-subscriptions #page #container {
        width: 72.5%;
    }

    body.page-template-template-subscriptions #page #favorites-sidebar {
        width: 22.5%;
    }

/* 5.11 - Shop Page *****************************************************/

/* 5.15 - TFR ***********************************************************/

    body.post-type-archive-tfr_issues  div.main.col-sm-9 {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        width: 100%;
    }

    body.post-type-archive-tfr_issues div.main.col-sm-9 > .page-header {
        width: 100%;
    }

    body.post-type-archive-tfr_issues div.main.col-sm-9 > .page-main {
        width: 75%;
    }

    body.post-type-archive-tfr_issues div.main.col-sm-9 > #favorites-sidebar {
        width: 22.5%;
    }

/* 5.16 - Single TFR Issue Listing Page *********************************/

    body.page-template-template-single-tfr-issues #page {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
           -moz-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }

    body.page-template-template-single-tfr-issues #page #container {
        width: 72.5%;
    }

    body.page-template-template-single-tfr-issues #page #favorites-sidebar {
        width: 22.5%;
    }

/* 5.17 - Single Course Purchase Page ***********************************/

    body.page-template-template-single-course-purchase #page {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
           -moz-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }

    body.page-template-template-single-course-purchase #page #container {
        width: 72.5%;
    }

    body.page-template-template-single-course-purchase #page #favorites-sidebar {
        width: 22.5%;
    }

/* 5.18 - Shop Page *****************************************************/

    body.woocommerce.post-type-archive-product #page {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
           -moz-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }

    body.woocommerce.post-type-archive-product #page #container {
        width: 72.5%;
    }

    body.woocommerce.post-type-archive-product #page #favorites-sidebar {
        width: 22.5%;
    }

/* 5.20 - Publications For Purchase Pages *******************************/

    body.page-template-custom-bookshelf .body-text .woocommerce ul.products > li {
        width: 19%;
    }

}



/*************************************************************************
6.2 - 992px - Media Query
*************************************************************************/

@media (min-width: 992px) {

/* 5.04 - Home Page *****************************************************/

    body.home.page-template-template-home-revised .container,
		body header .container  {
        max-width: none;
    }

/* 5.08 - Single Course & Single Lesson *********************************/

}



/*************************************************************************
6.3 - 1200px - Media Query
*************************************************************************/

@media (min-width: 1200px) {

/* 5.04 - Home Page *****************************************************/

    body.home.page-template-template-home-revised .container,
		body header .container  {
        max-width: none;
    }

}
