/**** Guide - Global (apply to all guides templates) ****/
@media screen and (min-width: 768px) {
  .page-template-page-guide-toc .guide-body, .page-template-page-guide-chapter .guide-body {
    padding: 0 50px;
  }
}
.page-template-page-guide-toc .guide-chapters, .page-template-page-guide-chapter .guide-chapters {
  margin: 15px 0;
}
@media screen and (min-width: 768px) {
  .page-template-page-guide-toc .guide-chapters, .page-template-page-guide-chapter .guide-chapters {
    margin: 30px 0;
  }
}
.page-template-page-guide-toc .guide-chapters .chapter-count, .page-template-page-guide-chapter .guide-chapters .chapter-count {
  display: none;
  padding: 15px 0;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase !important;
  color: #328896;
}
@media screen and (min-width: 768px) {
  .page-template-page-guide-toc .guide-chapters .chapter-count, .page-template-page-guide-chapter .guide-chapters .chapter-count {
    display: block;
  }
}
.page-template-page-guide-toc .guide-chapters .chapter-list, .page-template-page-guide-chapter .guide-chapters .chapter-list {
  list-style: decimal;
  list-style-position: inside;
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  padding: 15px 0;
}
.page-template-page-guide-toc .guide-chapters .chapter-list a .chapter, .page-template-page-guide-chapter .guide-chapters .chapter-list a .chapter {
  padding: 0 0 0 25px;
  font-size: 1em;
  margin: 0;
  padding: 15px 15px 15px 0;
  font-size: 15px;
  font-weight: bold;
  color: #328896;
  background-image: url("../png/arrow_right_grey.png");
  background-repeat: no-repeat;
  background-position: right;
  background-size: 12px 22px;
}
.page-template-page-guide-toc .guide-chapters .chapter-list a .chapter.active, .page-template-page-guide-chapter .guide-chapters .chapter-list a .chapter.active {
  background-image: none;
  background-color: #fff5dd;
  padding: 15px;
  margin: 0 -15px;
}
.page-template-page-guide-toc .guide-chapters .chapter-list a .chapter .title, .page-template-page-guide-chapter .guide-chapters .chapter-list a .chapter .title {
  color: #333;
}
@media screen and (min-width: 768px) {
  .page-template-page-guide-toc .guide-chapters .chapter-list a .chapter, .page-template-page-guide-chapter .guide-chapters .chapter-list a .chapter {
    font-size: 20px;
  }
}
.page-template-page-guide-toc .guide-chapters .chapter-list a:visited .title, .page-template-page-guide-chapter .guide-chapters .chapter-list a:visited .title {
  color: #797c80;
}
.page-template-page-guide-toc .guide-chapters .chapter-list a:visited:hover, .page-template-page-guide-chapter .guide-chapters .chapter-list a:visited:hover {
  color: #797c80;
}
/**** Guide - Home ****/
.page-template-page-guide-home .guide-box {
  margin: 30px auto;
  padding: 5%;
  text-align: center;
  background-color: #fff3d4;
  border-radius: 6px;
  max-width: 360px;
}
@media screen and (min-width: 460px) {
  .page-template-page-guide-home .guide-box {
    margin: 20px auto 20px;
  }
}
@media screen and (min-width: 992px) {
  .page-template-page-guide-home .guide-box {
    margin: 30px 0 60px;
  }
}
.page-template-page-guide-home .guide-box .guide-cover-image {
  border-radius: 6px;
}
@media screen and (min-width: 992px) {
  .page-template-page-guide-home .guide-box .guide-cover-image {
    padding-bottom: 20px;
  }
}
.page-template-page-guide-home .guide-box .guide-cover-image img {
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  .page-template-page-guide-home .guide-box .guide-cover-image img {
    width: inherit;
    padding: 0px;
  }
}
.page-template-page-guide-home .guide-box .guide-title {
  margin: 0;
  font-family: Arvo;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.33;
  display: none;
}
@media screen and (min-width: 992px) {
  .page-template-page-guide-home .guide-box .guide-title {
    display: block;
    min-height: 75px;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-page-guide-home .guide-box .guide-title {
    min-height: 55px;
  }
}
.page-template-page-guide-home .guide-box .btn-view {
  border-radius: 10px;
  background-color: #fba51b;
  color: #FFF;
  border: none;
  text-transform: uppercase !important;
  font-weight: bold;
  text-align: center;
  font-size: 16px;
  min-width: 180px;
  line-height: 2em;
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .page-template-page-guide-home .guide-box .btn-view {
    font-size: 18px;
  }
}
/**** Guide - Table of Content Template ****/
.page-template-page-guide-toc .guide-cover-image {
  background-color: #fff3d4;
  padding: 30px;
  border-radius: 6px;
  margin: 0 -15px;
}
@media screen and (min-width: 768px) {
  .page-template-page-guide-toc .guide-cover-image {
    margin: inherit;
  }
}
.page-template-page-guide-toc .guide-cover-image img {
  margin: 0 auto;
  width: 50%;
}
@media screen and (min-width: 992px) {
  .page-template-page-guide-toc .guide-cover-image img {
    width: inherit;
  }
}
.page-template-page-guide-toc .guide-header {
  background-color: #fff3d4;
  text-align: center;
  padding: 0 15px 30px;
  margin: 0 -15px;
}
@media screen and (min-width: 768px) {
  .page-template-page-guide-toc .guide-header {
    background-color: #FFF;
    text-align: left;
    padding: 0;
    margin: inherit;
  }
}
.page-template-page-guide-toc .guide-header .guide-title {
  margin: 0;
  font-family: Arvo;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.33;
}
@media screen and (min-width: 768px) {
  .page-template-page-guide-toc .guide-header .guide-title {
    margin: 30px 0;
    font-size: 42px;
  }
}
.page-template-page-guide-toc .guide-excerpt p {
  color: #333333;
  font-size: 14px;
  line-height: 1.44;
  padding: 0 0 15px 0;
}
@media screen and (min-width: 768px) {
  .page-template-page-guide-toc .guide-excerpt p {
    font-size: 18px;
  }
}
.page-template-page-guide-toc .guide-excerpt .btn-start {
  border-radius: 10px;
  background-color: #fba51b;
  color: #FFF;
  border: none;
  text-transform: uppercase !important;
  font-weight: bold;
  text-align: center;
  font-size: 16px;
  min-width: 180px;
  line-height: 2em;
}
@media screen and (min-width: 768px) {
  .page-template-page-guide-toc .guide-excerpt .btn-start {
    font-size: 18px;
  }
}
.page-template-page-guide-toc .guide-excerpt .chapter-count {
  padding: 15px 0;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase !important;
  color: #797c80;
}
@media screen and (min-width: 768px) {
  .page-template-page-guide-toc .guide-excerpt .chapter-count {
    padding: 0 0 15px 0;
    font-size: 14px;
  }
}
/**** Guide - Chapter Template ****/
.page-template-page-guide-chapter .chapter-body {
  margin: 0;
}
.page-template-page-guide-chapter .chapter-body.cb-main {
  float: none;
}
@media screen and (min-width: 768px) {
  .page-template-page-guide-chapter .chapter-body {
    max-width: 650px;
    margin: 0 auto;
  }
}
.page-template-page-guide-chapter .guide-wrap {
  background-color: #fff5dd;
  max-width: 1075px;
  margin: 0 auto;
}
.page-template-page-guide-chapter .guide-bar {
  padding: 10px;
  font-size: 14px;
  font-weight: bold;
  overflow: auto;
  height: 70px;
  display: table-cell;
  vertical-align: middle;
  position: relative;
}
.page-template-page-guide-chapter .guide-bar a {
  color: #797c80;
}
.page-template-page-guide-chapter .guide-bar .title {
  margin: 0 0 0 50px;
}
@media screen and (min-width: 768px) {
  .page-template-page-guide-chapter .guide-bar .title {
    font-size: 20px;
    line-height: 2.5em;
  }
}
.page-template-page-guide-chapter .guide-bar .guide-thumb {
  position: absolute;
  left: 10px;
  top: 10px;
  height: 50px;
  width: auto;
  max-height: 50px;
  margin-right: 10px;
}
.page-template-page-guide-chapter .chapter-count {
  padding: 15px 0 10px 0;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase !important;
  color: #797c80;
}
@media screen and (min-width: 768px) {
  .page-template-page-guide-chapter .chapter-count {
    padding: 30px 0 10px 0;
  }
}
.page-template-page-guide-chapter .read-time {
  margin: 10px 0;
  color: #999;
  font-size: 12px;
  font-weight: 600;
}
.page-template-page-guide-chapter .chapter-title h1 {
  font-family: Arvo;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.31;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .page-template-page-guide-chapter .chapter-title h1 {
    font-size: 42px;
  }
}
.page-template-page-guide-chapter .chapter-content {
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .page-template-page-guide-chapter .chapter-content {
    font-size: 18px;
  }
}
.page-template-page-guide-chapter .chapter-content.cb-entry-content {
  padding: 0;
}
.page-template-page-guide-chapter .chapter-content h2 {
  font-family: Arvo;
  font-size: 24px;
  font-weight: 700 !important;
  line-height: 1.33;
  margin: 30px 0 10px 0;
}
@media screen and (min-width: 768px) {
  .page-template-page-guide-chapter .chapter-content h2 {
    font-size: 28px;
  }
}
.page-template-page-guide-chapter .chapter-content p {
  margin-bottom: 20px;
}
.page-template-page-guide-chapter .chapter-content blockquote {
  font-size: 22px;
  font-style: italic;
  line-height: 1.44;
  margin: 0 auto !important;
  padding: 0 auto !important;
  border-left: none;
}
@media screen and (min-width: 768px) {
  .page-template-page-guide-chapter .chapter-content blockquote {
    font-size: 26px;
    line-height: 1.44;
    margin-left: 60px;
  }
}
.page-template-page-guide-chapter .chapter-content a {
  color: #42A27E;
  text-decoration: underline;
}
.page-template-page-guide-chapter .chapter-content a:hover {
  color: #1E6978;
}
.page-template-page-guide-chapter .chapter-content img {
  margin: 10px 0;
}
@media screen and (min-width: 768px) {
  .page-template-page-guide-chapter .chapter-content img {
    margin: 20px 0;
  }
}
.page-template-page-guide-chapter .chapter-content ul {
  list-style-type: disc;
  list-style-position: outside;
}
@media screen and (min-width: 768px) {
  .page-template-page-guide-chapter .chapter-content ul {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 25px;
    margin-left: 40px;
  }
}
.page-template-page-guide-chapter .chapter-content ul li {
  margin-bottom: 12px;
}
@media screen and (min-width: 768px) {
  .page-template-page-guide-chapter .chapter-content ul li {
    margin-bottom: 8px;
  }
}
.page-template-page-guide-chapter .chapter-content .takeaway h2 {
  font-family: Arvo;
  font-size: 24px;
  line-height: 1.33;
  font-weight: bold;
  color: #fba51b;
  margin-bottom: 0;
  margin: 40px 0 10px 0;
}
@media screen and (min-width: 768px) {
  .page-template-page-guide-chapter .chapter-content .takeaway h2 {
    font-size: 28px;
  }
}
.page-template-page-guide-chapter .chapter-content .takeaway .list {
  margin: 0;
  background-color: #ffcd55;
  list-style-type: disc;
  list-style-position: outside;
  font-weight: 700 !important;
  font-style: normal;
  font-size: 16px;
  line-height: 1.5em;
  border-radius: 6px;
  padding: 15px;
  padding-left: 40px;
}
@media screen and (min-width: 768px) {
  .page-template-page-guide-chapter .chapter-content .takeaway .list {
    font-size: 18px;
    line-height: 1.5;
  }
}
.page-template-page-guide-chapter .chapter-content .takeaway .list li {
  margin-bottom: 12px;
}
@media screen and (min-width: 768px) {
  .page-template-page-guide-chapter .chapter-content .takeaway .list li {
    margin-bottom: 8px;
  }
}
.page-template-page-guide-chapter .next-chapter {
  overflow: auto;
  margin-top: 30px;
}
.page-template-page-guide-chapter .next-chapter a {
  border-radius: 10px;
  background-color: #328896;
  color: #FFF;
  border: none;
  text-transform: uppercase !important;
  font-weight: bold;
  text-align: center;
  font-size: 16px;
  width: 200px;
  height: 50px;
  line-height: 20px;
  margin: 0 auto;
  vertical-align: middle;
  padding: 15px 0;
  display: block;
}
@media screen and (min-width: 768px) {
  .page-template-page-guide-chapter .next-chapter a {
    font-size: 18px;
    float: right;
    margin: 0;
  }
}
.page-template-page-guide-chapter .next-chapter a .btn-arrow {
  height: 20px;
  width: 11px;
  margin-left: 5px;
}
