/* -------------------------------- 

Global reset 

-------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* -------------------------------- 

Base rules

-------------------------------- */
*, *:after, *:before {
  box-sizing: border-box;
}

body {
  font-size: 100%;
  font-family: "Open Sans", helvetica, arial, sans-serif;
  color: #404040;
  background-color: #fff;
}

a {
  color: #c6463d;
  text-decoration: none;
}

img, embed, object, video, svg {
  max-width: 100%;
}

input, textarea {
  font-family: "Open Sans", helvetica, arial, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: none;
  color: #383838;
  border-radius: 0;
}
input:focus, textarea:focus {
  outline: none;
}

.no-touch input[type=submit]:hover {
  cursor: pointer;
}

input[type="search"]::-ms-clear {
  display: none;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

/* -------------------------------- 

Typography 

-------------------------------- */
h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: #383838;
}

/* -------------------------------- 

Modules - reusable parts of our design

-------------------------------- */
.cd-container {
  width: 90%;
  max-width: 1170px;
  margin: 0 auto;
}
.cd-container::after {
  content: '';
  display: table;
  clear: both;
}

.btn {
  display: inline-block;
  border-radius: 0.25em;
  padding: 1em 2em;
  font-weight: bold;
  font-size: 13px;
  font-size: 0.8125rem;
  -webkit-transition: background 0.2s;
  -moz-transition: background 0.2s;
  transition: background 0.2s;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.btn:active {
  -webkit-transform: scale(0.95);
  -moz-transform: scale(0.95);
  -ms-transform: scale(0.95);
  -o-transform: scale(0.95);
  transform: scale(0.95);
}
.btn.red {
  background: #c6463d;
  color: #fff;
}
.no-touch .btn.red:hover {
  background-color: #cc5951;
}
.btn.grey-dark {
  background: #383838;
  color: #fff;
}
.no-touch .btn.grey-dark:hover {
  background-color: #454545;
}
.btn.hide-text {
  overflow: hidden;
  position: relative;
}
@media only screen and (min-width: 1170px) {
  .btn.hide-text::before {
    content: '';
    position: absolute;
    right: 100%;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-transition: right 0.3s;
    -moz-transition: right 0.3s;
    transition: right 0.3s;
  }
  .btn.hide-text span {
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    -webkit-transition: right 0.3s;
    -moz-transition: right 0.3s;
    transition: right 0.3s;
  }
  .btn.hide-text:hover span {
    right: -100%;
  }
  .btn.hide-text:hover::before {
    right: 0;
  }
}

.img-replace {
  display: inline-block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background-repeat: no-repeat;
  background-position: center center;
}

.has-padding {
  padding: 2em 0;
}
.has-padding#courses {
  padding-bottom: 1em;
}
@media only screen and (min-width: 600px) {
  .has-padding {
    padding: 3em 0;
  }
}
@media only screen and (min-width: 768px) {
  .has-padding {
    padding: 4em 0;
  }
  .has-padding#courses {
    padding-bottom: 0;
  }
  .has-padding.course-library-news {
    padding-top: 2.8em;
  }
}

section {
  background-color: #fff;
}
section h2 {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 13px;
  font-size: 0.8125rem;
  margin-bottom: 1em;
}
@media only screen and (min-width: 1030px) {
  section h2 {
    margin-bottom: 2em;
  }
}

.footer-left a {
  color: #c6463d;
  font-weight: bold;
  border-bottom: 1px solid rgba(198, 70, 61, 0);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.no-touch .footer-left a:hover {
  border-bottom: 1px solid #c6463d;
}

.big-message {
  height: 300px;
  border-top: 1px solid #e1e1e1;
}
.big-message b {
  width: 100%;
  margin-top: 30px;
  text-align: center;
  display: inline-block;
  text-transform: uppercase;
  color: #9f9f9f;
}
@media only screen and (min-width: 1170px) {
  .big-message {
    height: 400px;
  }
  .big-message b {
    font-size: 30px;
    font-size: 1.875rem;
    font-weight: 300;
  }
}

/* -------------------------------- 

Main components 

-------------------------------- */
header {
  height: 70px;
  position: relative;
  z-index: 51;
  background: rgba(255, 255, 255, 0);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
header .cd-container {
  position: relative;
  height: 100%;
  width: 100%;
}
.is-not-homepage header, .is-free-lesson header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
header.course-header {
  top: 4px;
}
header.dark-bg .logo-color {
  fill: #fff;
}
header.dark-bg #logo span {
  color: #fff;
}
header.white-bg + #gem-preview {
  background: #fff;
  border-bottom: 1px solid #e1e1e1;
}
header.nav-is-visible {
  background: white;
}
header.nav-is-visible .logo-color {
  fill: #383838;
}
header.nav-is-visible .main-navigation {
  display: block;
  -webkit-animation: smooth-entry 0.2s;
  -moz-animation: smooth-entry 0.2s;
  animation: smooth-entry 0.2s;
}
header.nav-is-visible .hamburger-menu span {
  opacity: 0;
}
header.nav-is-visible .hamburger-menu::before, header.nav-is-visible .hamburger-menu::after {
  background: #383838 !important;
}
header.nav-is-visible .hamburger-menu::before {
  -webkit-transform: translateX(-50%) rotate(135deg);
  -moz-transform: translateX(-50%) rotate(135deg);
  -ms-transform: translateX(-50%) rotate(135deg);
  -o-transform: translateX(-50%) rotate(135deg);
  transform: translateX(-50%) rotate(135deg);
  top: 11px;
}
header.nav-is-visible .hamburger-menu::after {
  -webkit-transform: translateX(-50%) rotate(225deg);
  -moz-transform: translateX(-50%) rotate(225deg);
  -ms-transform: translateX(-50%) rotate(225deg);
  -o-transform: translateX(-50%) rotate(225deg);
  transform: translateX(-50%) rotate(225deg);
  bottom: 11px;
}
@media only screen and (min-width: 768px) {
  header {
    height: 80px;
  }
  .is-library header {
    height: 100px;
  }
}
@media only screen and (min-width: 1030px) {
  header {
    height: 100px;
  }
  header .cd-container {
    width: 90%;
  }
  .is-library header {
    height: 140px;
  }
}

#logo, #course-logo {
  position: absolute;
}
#logo a, #course-logo a {
  display: block;
  color: #383838;
  -webkit-transform: translateX(-4px);
  -moz-transform: translateX(-4px);
  -ms-transform: translateX(-4px);
  -o-transform: translateX(-4px);
  transform: translateX(-4px);
}
#logo svg, #course-logo svg {
  vertical-align: middle;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}
#logo span, #course-logo span {
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  font-weight: 700;
}
.is-not-homepage #logo span, .is-not-homepage #course-logo span {
  display: none;
}
@media only screen and (min-width: 768px) {
  #logo a, #course-logo a {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@media only screen and (min-width: 1030px) {
  #logo svg, #course-logo svg {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    margin-right: .2em;
  }
  #logo span, #course-logo span {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

#logo {
  left: 5%;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (min-width: 1030px) {
  #logo {
    left: 0;
  }
}

#course-logo {
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 0;
}
.dark-bg #course-logo .logo-color {
  fill: #fff;
}

.is-free-lesson #logo span {
  display: none;
}

.main-navigation {
  position: absolute;
  z-index: 5;
  top: 100%;
  width: 100%;
  padding: 0 5%;
  background: #fff;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  display: none;
}
.main-navigation a {
  display: block;
  padding: 1em 0;
  border-bottom: 1px solid #e1e1e1;
  color: #383838;
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
}
.main-navigation .category-list a {
  color: #9f9f9f;
  padding-left: 0.8em;
  font-size: 14px;
  font-size: 0.875rem;
}
.main-navigation input[type=search] {
  width: 100%;
  padding: .6em 0;
  background: transparent;
}
@media only screen and (min-width: 1030px) {
  .main-navigation {
    width: auto;
    right: 0;
    padding: 0;
    top: 34px;
    background: transparent;
    box-shadow: none;
    display: inline-block;
  }
  .main-navigation::after {
    clear: both;
    content: "";
    display: table;
  }
  .is-library .main-navigation {
    top: 52px;
  }
  .main-navigation li {
    display: inline-block;
    margin-left: 4px;
    vertical-align: middle;
  }
  .main-navigation li.cd-library {
    position: relative;
  }
  .main-navigation li.search {
    margin-left: 12px;
  }
  .main-navigation > li {
    float: left;
  }
  .main-navigation a {
    display: block;
    border-bottom: none;
    padding: .6em 1em;
    border-radius: 0.25em 0.25em 0 0;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0);
    font-size: 15px;
    font-size: 0.9375rem;
    position: relative;
  }
  .main-navigation a::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    height: 6px;
    width: 100%;
    background-color: #383838;
    display: none;
  }
  .dark-bg .main-navigation a {
    color: #fff;
  }
  .dark-bg .main-navigation a::after {
    background-color: #FFF;
  }
  .main-navigation .cd-course-lnk a {
    border-radius: 0.25em;
  }
  .main-navigation .cd-course-lnk a::after {
    display: none;
  }
  .main-navigation .category-list {
    display: none;
    position: absolute;
    left: 0;
    top: calc(100% + 6px);
    background: #383838;
    border-radius: 0 .25em .25em .25em;
    min-width: 230px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  }
  .dark-bg .main-navigation .category-list {
    background-color: #FFF;
  }
  .main-navigation .category-list li {
    display: block;
    margin-left: 0;
  }
  .main-navigation .category-list li:first-of-type a {
    border-radius: 0 .25em 0 0;
  }
  .main-navigation .category-list li:last-of-type a {
    border-radius: 0 0 .25em .25em;
  }
  .main-navigation .category-list a {
    padding: .8em 1.2em;
    border-radius: 0;
    font-size: 13px;
    font-size: 0.8125rem;
  }
  .dark-bg .main-navigation .category-list a {
    color: #9f9f9f;
  }
  .no-touch .dark-bg .main-navigation .category-list a:hover {
    color: #383838;
    background-color: #efefef;
  }
  .no-touch .main-navigation .category-list a:hover {
    background-color: #2b2b2b;
    color: #fff;
  }
  .main-navigation .cd-library:hover > a, .main-navigation .cd-course-lnk:hover > a, .main-navigation .selected-page > a, .main-navigation .cd-course-lnk.selected-page > a {
    background: #383838;
    color: #fff;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  }
  .main-navigation .cd-library.selected-page > a {
    border-radius: 0.25em;
  }
  .main-navigation .cd-library.selected-page:hover > a {
    border-radius: 0.25em 0.25em 0 0;
  }
  .main-navigation .cd-library:hover > a::after {
    display: block;
  }
   .dark-bg .main-navigation .cd-library:hover > a, .dark-bg .main-navigation .cd-course-lnk:hover > a {
    background: #fff;
    color: #383838;
  }
  .main-navigation .cd-library:hover .category-list {
    display: block;
  }
  .main-navigation input[type=search], .main-navigation input[type=search]:focus {
    width: 220px;
  }
  .main-navigation input[type=search] {
    font-size: 15px;
    font-size: 0.9375rem;
    border-bottom: 1px solid #e1e1e1;
    padding: .4em 0;
    display: block;
  }
  .main-navigation input[type=search]:focus {
    border-bottom-color: #383838;
  }
  .light-bg .main-navigation input[type=search], .dark-bg .main-navigation input[type=search] {
    border-bottom: none;
    background: #fff;
    border-radius: 0.25em;
    padding: .4em .8em;
  }
  .light-bg .main-navigation input[type=search]:focus, .dark-bg .main-navigation input[type=search]:focus {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  }
}
@media only screen and (min-width: 1170px) {
  .main-navigation input[type=search] {
    width: 180px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
  }
  .main-navigation input[type=search]:focus {
    width: 220px;
  }
}

.top-adv-banner, .bottom-adv-banner, .top-product-banner, .bottom-follow-banner {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  text-align: center;
  overflow: hidden;
  -webkit-transition: opacity 0.2s, background-color 0.2s;
  -moz-transition: opacity 0.2s, background-color 0.2s;
  transition: opacity 0.2s, background-color 0.2s;
}
.no-touch .top-adv-banner:hover, .no-touch .bottom-adv-banner:hover, .no-touch .top-product-banner:hover, .no-touch .bottom-follow-banner:hover {
  opacity: 0.9;
}
.top-adv-banner a, .bottom-adv-banner a, .top-product-banner a, .bottom-follow-banner a {
  display: block;
  height: 100%;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  color: #FFF;
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "Open Sans", helvetica, arial, sans-serif;
  font-weight: bold;
  position: relative;
  border: none;
}
.no-touch .top-adv-banner a:hover, .no-touch .bottom-adv-banner a:hover, .no-touch .top-product-banner a:hover, .no-touch .bottom-follow-banner a:hover {
  border: none !important;
}
.top-adv-banner span, .bottom-adv-banner span, .top-product-banner span, .bottom-follow-banner span {
  position: relative;
  z-index: 1;
  display: inline-block;
  line-height: 1;
  font-size: 12px;
  font-size: 0.75rem;
  font-family: "Open Sans", helvetica, arial, sans-serif;
  padding: 0.8em 1.6em;
  margin-left: 10px;
  border-radius: 50em;
  text-transform: uppercase;
  -webkit-transition: color 0.2s, background-color 0.2s;
  -moz-transition: color 0.2s, background-color 0.2s;
  transition: color 0.2s, background-color 0.2s;
}
.no-touch .top-adv-banner span:hover, .no-touch .bottom-adv-banner span:hover, .no-touch .top-product-banner span:hover, .no-touch .bottom-follow-banner span:hover {
  background-color: #FFF;
}
@media only screen and (min-width: 1030px) {
  .top-adv-banner span, .bottom-adv-banner span, .top-product-banner span, .bottom-follow-banner span {
    letter-spacing: 1px;
  }
}

.top-adv-banner, .top-product-banner {
  height: 90px;
  line-height: 90px;
  display: none;
  background: #212121 url(../img/top-banner-pattern.svg);
  background-position: 0 0;
  -webkit-transition: background-color 0.2s, opacity 0.2s;
  -moz-transition: background-color 0.2s, opacity 0.2s;
  transition: background-color 0.2s, opacity 0.2s;
}
.no-touch .top-adv-banner:hover, .no-touch .top-product-banner:hover {
  opacity: 0.95;
  background-color: #1c1c1c;
}
.no-touch .top-adv-banner.codyhouse-course:hover, .no-touch .top-product-banner.codyhouse-course:hover {
  background-color: #0583CA;
}
.no-touch .top-adv-banner.codyhouse-course-javascript:hover, .no-touch .top-product-banner.codyhouse-course-javascript:hover {
  background-color: #ED9C16;
}
.top-adv-banner.birth-codyhouse, .top-product-banner.birth-codyhouse {
  background: #2e354a url(../img/birthday-1-pattern.svg);
}
.top-adv-banner.birth-codyhouse::after, .top-adv-banner.birth-codyhouse::before, .top-product-banner.birth-codyhouse::after, .top-product-banner.birth-codyhouse::before {
  display: none;
}
.top-adv-banner.birth-codyhouse span, .top-product-banner.birth-codyhouse span {
  background-color: #ef254f;
}
.no-touch .top-adv-banner.birth-codyhouse span:hover, .no-touch .top-product-banner.birth-codyhouse span:hover {
  color: #ef254f;
}
.top-adv-banner.codyhouse-course, .top-product-banner.codyhouse-course {
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
  background: #0583CA url(../img/top-banner-pattern-course-1.svg);
}
.top-adv-banner.codyhouse-course-javascript, .top-product-banner.codyhouse-course-javascript {
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
  background: #ED9C16 url(../img/top-banner-pattern-course-2.svg);
}

.top-adv-banner::after, .top-adv-banner::before, .top-product-banner::after, .top-product-banner::before {
  content: '';
  position: absolute;
  background-color: rgba(33, 33, 33, 0);
  height: 100%;
  width: 150px;
  top: 0;
}
.top-adv-banner::after, .top-product-banner::after {
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(33, 33, 33, 0), rgba(33, 33, 33, 0.8));
  background-image: linear-gradient(to right, rgba(33, 33, 33, 0), rgba(33, 33, 33, 0.8));
}
.top-adv-banner::before, .top-product-banner::before {
  left: 0;
  background-image: -webkit-linear-gradient(rgba(33, 33, 33, 0.8), left, rgba(33, 33, 33, 0));
  background-image: linear-gradient(to right, rgba(33, 33, 33, 0.8), rgba(33, 33, 33, 0));
}
.top-adv-banner.codyhouse-course::after, .top-product-banner.codyhouse-course::after {
  background-image: -webkit-linear-gradient(left, rgba(5, 131, 202, 0), rgba(5, 131, 202, 0.8));
  background-image: linear-gradient(to right, rgba(5, 131, 202, 0), rgba(5, 131, 202, 0.8));
}
.top-adv-banner.codyhouse-course::before, .top-product-banner.codyhouse-course::before {
  left: 0;
  background-image: -webkit-linear-gradient(rgba(5, 131, 202, 0.8), left, rgba(5, 131, 202, 0));
  background-image: linear-gradient(to right, rgba(5, 131, 202, 0.8), rgba(5, 131, 202, 0));
}
.top-adv-banner.codyhouse-course-javascript::after, .top-product-banner.codyhouse-course-javascript::after {
  background-image: -webkit-linear-gradient(left, rgba(237, 156, 22, 0), rgba(237, 156, 22, 0.8));
  background-image: linear-gradient(to right, rgba(237, 156, 22, 0), rgba(237, 156, 22, 0.8));
}
.top-adv-banner.codyhouse-course-javascript::before, .top-product-banner.codyhouse-course-javascript::before {
  left: 0;
  background-image: -webkit-linear-gradient(rgba(237, 156, 22, 0.8), left, rgba(237, 156, 22, 0));
  background-image: linear-gradient(to right, rgba(237, 156, 22, 0.8), rgba(237, 156, 22, 0));
}
.top-adv-banner span, .top-product-banner span {
  color: #766dcc;
  background-color: #fff;
  text-transform: none;
  letter-spacing: 0;
  margin-left: 25px;
}
.no-touch .top-adv-banner span:hover, .no-touch .top-product-banner span:hover {
  background-color: #766dcc;
  color: #fff;
}
.top-adv-banner.codyhouse-course span, .top-adv-banner.codyhouse-course-javascript span, .top-product-banner.codyhouse-course span, .top-product-banner.codyhouse-course-javascript span {
  color: #fff;
  background-color: #2e3132;
  -webkit-transition: background-color 0.2s, box-shadow 0.2s;
  -moz-transition: background-color 0.2s, box-shadow 0.2s;
  transition: background-color 0.2s, box-shadow 0.2s;
}
.no-touch .top-adv-banner.codyhouse-course span:hover, .no-touch .top-adv-banner.codyhouse-course-javascript span:hover, .no-touch .top-product-banner.codyhouse-course span:hover, .no-touch .top-product-banner.codyhouse-course-javascript span:hover {
  background-color: #292c2d;
  box-shadow: 0 2px 10px rgba(46, 49, 50, 0.4);
}
.top-adv-banner img, .top-product-banner img {
  vertical-align: middle;
  margin-right: 22px;
}
.top-adv-banner.codyhouse-course img, .top-adv-banner.codyhouse-course-javascript img, .top-product-banner.codyhouse-course img, .top-product-banner.codyhouse-course-javascript img {
  -webkit-transform: translateY(-4px);
  -moz-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  -o-transform: translateY(-4px);
  transform: translateY(-4px);
  margin-right: 18px;
}
.top-adv-banner.notice-banner, .top-product-banner.notice-banner {
  background: #336171;
}

.no-touch .top-adv-banner.notice-banner:hover, .no-touch .top-product-banner.notice-banner:hover {
  background: #2e5766;
}

.top-adv-banner.notice-banner::before, .top-adv-banner.notice-banner::after, .top-product-banner.notice-banner::before, .top-product-banner.notice-banner::after {
  display: none;
}

.top-adv-banner.notice-banner span, .top-product-banner.notice-banner span {
  background-color: #0E3542;
  color: white;
}

.no-touch .top-adv-banner.notice-banner span:hover, .no-touch .top-product-banner.notice-banner span:hover {
  background-color: #0d303b;
  box-shadow: 0 2px 10px rgba(14, 53, 66, 0.4);
}

.top-adv-banner.notice-banner img, .top-product-banner.notice-banner img {
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}
@media only screen and (min-width: 768px) {
  .top-adv-banner, .top-product-banner {
    display: block;
  }
  .top-adv-banner span, .top-product-banner span {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.bottom-adv-banner, .bottom-follow-banner {
  height: 60px;
  line-height: 60px;
  margin-top: 2em;
  background: #50abf1;
  border-radius: 0.25em;
}
.bottom-adv-banner a, .bottom-follow-banner a {
  font-size: 13px;
  font-size: 0.8125rem;
}
.bottom-adv-banner::after, .bottom-adv-banner::before, .bottom-follow-banner::after, .bottom-follow-banner::before {
  display: none;
}
.bottom-adv-banner span, .bottom-follow-banner span {
  color: #1288e2;
  background-color: #fff;
  display: none;
  position: relative;
  padding: 11px 22px 11px 44px;
}
.bottom-adv-banner span svg, .bottom-follow-banner span svg {
  position: absolute;
  left: 13px;
  top: 2px;
}
.bottom-adv-banner span svg *, .bottom-follow-banner span svg * {
  -webkit-transition: fill 0.2s;
  -moz-transition: fill 0.2s;
  transition: fill 0.2s;
}
.no-touch .bottom-adv-banner span:hover, .no-touch .bottom-follow-banner span:hover {
  background-color: #1288e2;
  color: #fff;
}
.no-touch .bottom-adv-banner span:hover svg *, .no-touch .bottom-follow-banner span:hover svg * {
  fill: #fff;
}
@media only screen and (min-width: 480px) {
  .bottom-adv-banner a, .bottom-follow-banner a {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media only screen and (min-width: 600px) {
  .bottom-adv-banner, .bottom-follow-banner {
    height: 80px;
    line-height: 80px;
  }
  .bottom-adv-banner span, .bottom-follow-banner span {
    display: inline-block;
  }
}
@media only screen and (min-width: 768px) {
  .bottom-adv-banner, .bottom-follow-banner {
    margin-top: 3.8em;
    height: 100px;
    line-height: 100px;
  }
  .bottom-adv-banner a, .bottom-follow-banner a {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media only screen and (min-width: 1020px) {
  .bottom-adv-banner span, .bottom-follow-banner span {
    display: none;
  }
}
@media only screen and (min-width: 1100px) {
  .bottom-adv-banner span, .bottom-follow-banner span {
    display: inline-block;
  }
}
.middle-adv-banner {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  display: inline-block;
  margin: 1em 0;
  max-width: 290px;
  border-radius: 0.25em;
  background-color: #766acf;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.no-touch .middle-adv-banner:hover {
  opacity: 0.9;
}
.middle-adv-banner img {
  position: absolute;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 130px;
  height: 100px;
}
.middle-adv-banner a {
  display: block;
  height: 135px;
  color: #FFF;
  font-size: 12px;
  font-size: 0.75rem;
  font-family: "Open Sans", helvetica, arial, sans-serif;
  font-weight: 400;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  border: none;
  padding: 1.8em 0.3em 0 130px;
}
.no-touch .middle-adv-banner a:hover {
  border: none !important;
}
.middle-adv-banner span {
  display: block;
}
.middle-adv-banner em {
  position: relative;
  z-index: 1;
  display: inline-block;
  line-height: 1;
  font-size: 12px;
  font-size: 0.75rem;
  font-family: "Open Sans", helvetica, arial, sans-serif;
  padding: .8em .4em;
  margin-top: 10px;
  background-color: #221b55;
  -webkit-transition: color 0.2s, background-color 0.2s;
  -moz-transition: color 0.2s, background-color 0.2s;
  transition: color 0.2s, background-color 0.2s;
  border-radius: 3px;
  font-weight: 400;
  font-style: normal !important;
}
.no-touch .middle-adv-banner em:hover {
  color: #221b55;
  background-color: #FFF;
}
@media only screen and (min-width: 480px) {
  .middle-adv-banner {
    max-width: none;
    width: 384px;
  }
  .middle-adv-banner img {
    left: 20px;
    width: 130px;
    height: 100px;
  }
  .middle-adv-banner a {
    padding: 2em 2.1em 2.1em 170px;
    font-size: 13px;
    font-size: 0.8125rem;
  }
  .middle-adv-banner em {
    padding: .8em .9em;
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
@media only screen and (min-width: 768px) {
  .middle-adv-banner {
    width: 48%;
    float: right;
    height: 118px;
  }
  .middle-adv-banner img {
    left: 0;
  }
  .middle-adv-banner a {
    padding-left: 130px;
    padding-top: 1.1em;
  }
}
@media only screen and (min-width: 1030px) {
  .middle-adv-banner {
    height: 135px;
    margin: 2em 0 0;
  }
  .middle-adv-banner img {
    left: 20px;
  }
  .middle-adv-banner a {
    font-weight: bold;
    padding-left: 170px;
    padding-top: 1.6em;
    padding-right: 2.3em;
  }
}

.no-touch .content .middle-adv-banner a:hover,
.no-touch .content .middle-adv-banner a,
.no-touch .content .bsa-add-to-cart {
  border-bottom: none !important;
}

.hamburger-menu {
  width: 40px;
  height: 24px;
  position: absolute;
  right: 5%;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
}
.hamburger-menu span {
  width: 22px;
  height: 2px;
  display: inline-block;
  background: #383838;
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.dark-bg .hamburger-menu span {
  background: #fff;
}
.hamburger-menu::before, .hamburger-menu::after {
  content: '';
  width: 22px;
  height: 2px;
  display: inline-block;
  background: #383838;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(0deg);
  -moz-transform: translateX(-50%) rotate(0deg);
  -ms-transform: translateX(-50%) rotate(0deg);
  -o-transform: translateX(-50%) rotate(0deg);
  transform: translateX(-50%) rotate(0deg);
}
.hamburger-menu::before {
  top: 5px;
}
.hamburger-menu::after {
  bottom: 5px;
}
.dark-bg .hamburger-menu::before, .dark-bg .hamburger-menu::after {
  background: #fff;
}
@media only screen and (min-width: 1030px) {
  .hamburger-menu {
    display: none;
  }
}

/* -------------------------------- 

xintro 

-------------------------------- */
#intro {
  text-align: center;
}
#intro.has-padding {
  padding-bottom: 0;
}
#intro .btn {
  text-transform: uppercase;
}
@media only screen and (min-width: 1030px) {
  #intro .btn {
    padding: 1.2em 2em;
  }
}
@media only screen and (min-width: 1170px) {
  #intro .btn {
    -webkit-animation: smooth-entry-btn 1.2s;
    -moz-animation: smooth-entry-btn 1.2s;
    animation: smooth-entry-btn 1.2s;
  }
  #intro .btn.hide-text {
    width: 180px;
    height: 50px;
  }
  #intro .btn.hide-text span {
    line-height: 50px;
  }
  #intro .btn.hide-text::before {
    background-image: url("../img/icon-browse-gallery.svg");
  }
  #intro h1 {
    -webkit-animation: smooth-entry-title 1s;
    -moz-animation: smooth-entry-title 1s;
    animation: smooth-entry-title 1s;
  }
}

#courses h1, #intro h1 {
  letter-spacing: -.02em;
  margin-bottom: 1em;
}
@media only screen and (min-width: 600px) {
  #courses h1, #intro h1 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media only screen and (min-width: 768px) {
  #courses h1, #intro h1 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 1030px) {
  #courses h1, #intro h1 {
    font-size: 35px;
    font-size: 2.1875rem;
    font-weight: 300;
    margin-bottom: .6em;
  }
}

#courses h1 {
  text-align: center;
}

.intro-img {
  width: 90%;
  max-width: 320px;
  margin: 0 auto;
  height: 260px;
  background: url("../img/intro-illustration-mobile.svg") no-repeat center bottom;
  background-size: 100% auto;
}
.intro-img svg {
  display: none;
}
@media only screen and (min-width: 480px) {
  .intro-img {
    max-width: 729px;
    height: 200px;
    background: none;
    position: relative;
  }
  .intro-img svg {
    display: block;
    position: absolute;
    width: 100%;
    height: 170px;
    bottom: 0;
  }
}
@media only screen and (min-width: 600px) {
  .intro-img {
    margin-top: 2em;
  }
  .intro-img svg {
    height: 200px;
  }
}
@media only screen and (min-width: 768px) {
  .intro-img {
    height: 240px;
  }
  .intro-img svg {
    height: 240px;
  }
}
@media only screen and (min-width: 1030px) {
  .intro-img {
    height: 300px;
  }
  .intro-img svg {
    height: auto;
  }
}

#last-resources {
  position: relative;
}
.is-homepage #last-resources.has-padding {
  padding-bottom: 0;
}
#last-resources h2 {
  position: relative;
  z-index: 2;
}
#last-resources::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 50px;
  background: -webkit-linear-gradient( top , #f4f4f4, #fff);
  background: linear-gradient(to bottom, #f4f4f4, #fff);
}

/* -------------------------------- 

xgallery 

-------------------------------- */
.items-course-gallery {
  margin-top: 40px;
}
.items-course-gallery::after {
  clear: both;
  content: "";
  display: table;
}
@media only screen and (min-width: 768px) {
  .items-course-gallery {
    margin-top: 55px;
  }
}
@media only screen and (min-width: 1030px) {
  .items-course-gallery {
    margin-top: 85px;
  }
}

.items-gallery li {
  border-radius: 0.25em;
  background: #fff;
  margin-bottom: 2em;
}
.items-gallery li:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .items-gallery li {
    width: 48%;
    float: left;
    margin-right: 4%;
  }
  .items-gallery li:nth-of-type(2n) {
    margin-right: 0;
  }
  .items-gallery li:nth-of-type(3), .items-gallery li:nth-of-type(4) {
    margin-bottom: 0;
  }
  #library .items-gallery li:nth-of-type(3), #library .items-gallery li:nth-of-type(4) {
    margin-bottom: 4%;
  }
  #library .items-gallery li:nth-of-type(7), #library .items-gallery li:nth-of-type(8) {
    margin-bottom: 0;
  }
}

.items-gallery li {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 1030px) {
  .items-gallery li {
    width: 23.076923%;
    margin-right: 2.56410267%;
    margin-bottom: 0;
  }
  .items-gallery li:nth-of-type(2n) {
    margin-right: 2.56410267%;
  }
  .items-gallery li:nth-of-type(4n) {
    margin-right: 0;
  }
  #library .items-gallery li {
    margin-bottom: 2.56410267%;
  }
  #library .items-gallery li:nth-of-type(3), #library .items-gallery li:nth-of-type(4) {
    margin-bottom: 2.56410267%;
  }
  #library .items-gallery li:nth-of-type(5), #library .items-gallery li:nth-of-type(6) {
    margin-bottom: 0;
  }
}

.items-course-gallery li {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
  max-width: 550px;
  margin: 0 auto 2.5em;
  border-radius: 0.25em;
  background: transparent;
}
.items-course-gallery li .course-item {
  border-radius: 0.25em;
  background: transparent;
}
.items-course-gallery li.course-js a {
  background-color: #eb9b2d;
}
.items-course-gallery li.course-js a span {
  color: #99651d;
}
.items-course-gallery li.course-js a h2::after {
  background-color: #f1b96c;
}
.items-course-gallery li.course-js a i {
  background: #d48c29;
}
.items-course-gallery li.course-mtta a {
  background-color: #0789d3;
}
.items-course-gallery li.course-mtta a span {
  color: #055989;
}
.items-course-gallery li.course-mtta a h2::after {
  background-color: #51ace0;
}
.items-course-gallery li.course-mtta a i {
  background: #067bbe;
}
.items-course-gallery li.course-basic a {
  background-color: #a7d33e;
}
.items-course-gallery li.course-basic a span {
  color: #6d8928;
}
.items-course-gallery li.course-basic a h2::after {
  background-color: #c1e078;
}
.items-course-gallery li.course-basic a i {
  background: #96be38;
}
.items-course-gallery li a {
  display: block;
  height: 300px;
  padding: 1em 2em;
  -webkit-transition: box-shadow 0.2s;
  -moz-transition: box-shadow 0.2s;
  transition: box-shadow 0.2s;
  text-align: center;
  position: relative;
  border-radius: 0.25em;
}
.no-touch .items-course-gallery li a:hover {
  box-shadow: 0 6px 35px rgba(0, 0, 0, 0.2);
}
.no-touch .items-course-gallery li a:hover i::after {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.no-touch .items-course-gallery li a:hover i::before {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.items-course-gallery li.course-placeholder {
  display: none;
  background-color: #e0e0e0;
  box-shadow: none;
  border-radius: 0.25em;
}
.items-course-gallery li.course-placeholder .course-item {
  height: 100%;
  text-align: center;
}
.items-course-gallery li.course-placeholder h2 {
  color: #c7c7c7;
  margin-bottom: 0;
}
.items-course-gallery li .wrapper {
  display: table;
  height: 100%;
  width: 100%;
}
.items-course-gallery li .content {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
.items-course-gallery li h2 {
  position: relative;
  color: #fff;
  text-transform: none;
  font-family: "Merriweather", georgia, serif;
  font-size: 20px;
  font-size: 1.25rem;
  margin-top: 0;
  margin-bottom: 26px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.2;
}
.items-course-gallery li h2::after {
  position: absolute;
  content: '';
  bottom: -15px;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 3px;
  width: 50px;
}
.items-course-gallery li span {
  display: block;
  font-weight: bold;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4;
  max-width: 400px;
  margin: 0 auto;
  font-family: "Open Sans", helvetica, arial, sans-serif;
}
.items-course-gallery li i {
  display: block;
  position: absolute;
  bottom: 13px;
  right: 13px;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  padding: 0.7em 1em;
  line-height: 1;
  font-size: 16px;
  font-size: 1rem;
  overflow: hidden;
  color: transparent;
  font-family: "Open Sans", helvetica, arial, sans-serif;
  border-radius: 2px;
}
.items-course-gallery li i.free::before {
  text-transform: uppercase;
}
.items-course-gallery li i::before, .items-course-gallery li i::after {
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
  padding: 0.7em 1em;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
  color: #fff;
}
.items-course-gallery li i::before {
  content: attr(data-content);
}
.items-course-gallery li i::after {
  content: '';
  height: 100%;
  width: 100%;
  background: url(../img/icon-right-arrow.svg) no-repeat center center;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}
@media only screen and (min-width: 768px) {
  .items-course-gallery li {
    max-width: none;
    width: 48%;
    float: left;
    margin-right: 4%;
    margin-bottom: 4%;
    margin-left: 0;
  }
  .items-course-gallery li:nth-of-type(2n) {
    margin-right: 0;
  }
  .items-course-gallery li a {
    height: 330px;
  }
  .items-course-gallery li.course-placeholder {
    display: inline-block;
    height: 330px;
  }
}
@media only screen and (min-width: 1030px) {
  .items-course-gallery li h2 {
    font-size: 32px;
    font-size: 2rem;
  }
  .items-course-gallery li span {
    font-size: 16px;
    font-size: 1rem;
  }
}

.item-img {
  height: 0;
  padding-bottom: 67%;
  background: transparent;
}
.items-course-gallery .item-img {
  padding-bottom: 68%;
}

.item-img a {
  display: block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.no-touch .item-img a:hover {
  opacity: .9;
}
.item-img a img {
  border-radius: .25em .25em 0 0;
  display: block;
  width: 100%;
}
.items-course-gallery img {
  display: block;
}
.item-info {
  width: 100%;
  padding: 1em;
  border-radius: 0 0 .25em .25em;
}
.item-info a {
  display: block;
}
.item-info em {
  font-weight: bold;
  font-size: 15px;
  font-size: 0.9375rem;
  display: block;
  width: 100%;
  overflow-x: hidden;
  padding-bottom: .2em;
  white-space: nowrap;
  text-overflow: ellipsis;
  opacity: 1;
  text-transform: capitalize;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.no-touch .item-info em:hover {
  opacity: .8;
}
.items-course-gallery .item-info em {
  white-space: normal;
  line-height: 1.2;
  text-transform: none;
}
.item-info i {
  font-style: italic;
  font-family: "Merriweather", georgia, serif;
  font-size: 12px;
  font-size: 0.75rem;
}
.items-course-gallery .item-info i {
  font-size: 14px;
  font-size: 0.875rem;
  opacity: 1 !important;
  color: #9f9f9f !important;
  display: inline-block;
  margin-top: 5px;
}
.items-course-gallery .item-info i.free {
  color: #6ec972 !important;
}
@media only screen and (min-width: 768px) {
  .item-info em {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
@media only screen and (min-width: 1030px) {
  .item-info {
    padding: .8em 1em;
  }
  .items-course-gallery .item-info {
    padding: 1em;
  }
  .item-info em {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .items-course-gallery .item-info em {
    font-size: 16px;
    font-size: 1rem;
  }
  .item-info i {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}
.item-info.light-bg em, .item-info.light-bg i {
  color: #383838;
}
.item-info.light-bg i {
  opacity: .6;
}
.item-info.dark-bg em, .item-info.dark-bg i {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
}
.item-info.dark-bg i {
  opacity: .6;
}

.coming-soon {
  position: relative;
}
.coming-soon::after {
  position: absolute;
  top: 10px;
  right: 10px;
  content: 'Coming Soon';
  color: #000;
  font-size: 11px;
  font-size: 0.6875rem;
  padding: 8px 9px;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 3px;
  pointer-events: none;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* -------------------------------- 

xnewsletter 

-------------------------------- */
.newsletter, .mc4wp-form {
  width: 90%;
  max-width: 530px;
  margin: 0 auto !important;
}
.newsletter::after, .mc4wp-form::after {
  clear: both;
  content: "";
  display: table;
}
.newsletter.cd-container, .mc4wp-form.cd-container {
  max-width: 530px;
}
.newsletter input, .mc4wp-form input {
  width: 50%;
  width: 48%;
  float: left;
  width: 48% !important;
  font-size: 13px;
  font-size: 0.8125rem;
  margin-right: 4%;
  padding: 1em 0;
}
.newsletter input:last-child, .newsletter input:nth-child(2), .mc4wp-form input:last-child, .mc4wp-form input:nth-child(2) {
  margin-right: 0 !important;
}
.newsletter input[type=email], .mc4wp-form input[type=email] {
  border-bottom: 1px solid #e1e1e1;
}
.newsletter input[type=submit], .mc4wp-form input[type=submit] {
  text-align: center;
}
@media only screen and (min-width: 600px) {
  .newsletter input[type=email], .mc4wp-form input[type=email] {
    width: 65%;
    float: left;
    width: 65% !important;
    margin-right: 2%;
    font-size: 18px;
    font-size: 1.125rem;
    padding: .52em 0;
  }
  .newsletter input[type=submit], .mc4wp-form input[type=submit] {
    width: 33%;
    float: left;
    width: 33% !important;
    margin-right: 0;
  }
}
@media only screen and (min-width: 1030px) {
  .newsletter, .mc4wp-form {
    padding: 2em 0 !important;
  }
}
@media only screen and (min-width: 1170px) {
  .newsletter, .mc4wp-form {
    padding: 4em 0 !important;
  }
}

/* -------------------------------- 

xpagination 

-------------------------------- */
#pagination {
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
}
#pagination.has-padding {
  padding-top: 0;
}
#pagination li {
  display: inline-block;
  margin: 0 .2em;
}
#pagination a {
  color: #383838;
  background-color: #efefef;
  display: inline-block;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 0.25em;
  -webkit-transition: background 0.2s, color 0.2s;
  -moz-transition: background 0.2s, color 0.2s;
  transition: background 0.2s, color 0.2s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}
#pagination a:active {
  -webkit-transform: translateY(1px);
  -moz-transform: translateY(1px);
  -ms-transform: translateY(1px);
  -o-transform: translateY(1px);
  transform: translateY(1px);
}
.no-touch #pagination a:hover {
  background-color: #e2e2e2;
}
#pagination a.current {
  background: #383838;
  color: #fff;
}
#pagination .prev a, #pagination .next a {
  background-repeat: no-repeat;
  background-image: url("../img/pagination-arrows.svg");
}
#pagination .prev a {
  background-position: 0 0;
}
#pagination .next a {
  background-position: -50px 0;
}

/* -------------------------------- 

xlibrary 

-------------------------------- */
#library {
  padding-top: 2em;
}
@media only screen and (min-width: 768px) {
  #library {
    padding-top: 1em;
  }
}

.breadcrumb {
  margin-bottom: 1em;
  font-size: 13px;
  font-size: 0.8125rem;
  font-family: "Merriweather", georgia, serif;
  font-style: italic;
  color: #9f9f9f;
}
.breadcrumb span {
  color: #c6463d;
  font-style: normal;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .breadcrumb {
    margin-bottom: 2em;
  }
}

/* -------------------------------- 

xno results

-------------------------------- */
.no-results {
  text-align: center;
}
.no-results h2 {
  font-size: 25px;
  font-size: 1.5625rem;
  text-transform: none;
  margin-bottom: 20px;
}
.no-results p {
  line-height: 1.2;
  font-family: "Merriweather", georgia, serif;
}
.no-results a {
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}
.no-touch .no-results a:hover {
  border-bottom-color: #c6463d;
}
.no-results .icon-search {
  margin: 30px 0 40px;
}
.no-results #lens {
  -webkit-animation: search-results 2s infinite;
  -moz-animation: search-results 2s infinite;
  animation: search-results 2s infinite;
}
@media only screen and (min-width: 600px) {
  .no-results h2 {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}
@media only screen and (min-width: 768px) {
  .no-results h2 {
    font-size: 45px;
    font-size: 2.8125rem;
  }
}

/* -------------------------------- 

xgem 

-------------------------------- */
#gem-preview {
  padding-top: 4em;
}
#gem-preview.free-lesson {
  background: #191919;
}
@media only screen and (min-width: 768px) {
  #gem-preview {
    padding-top: 5em;
  }
}
@media only screen and (min-width: 1030px) {
  #gem-preview {
    padding-top: 6em;
  }
}
@media only screen and (min-width: 1170px) {
  #gem-preview {
    padding-top: 6.4em;
  }
}

.main-img-preview {
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
  position: relative;
}
.free-lesson .main-img-preview {
  padding-bottom: 40px;
}
.main-img-preview img {
  display: block;
  -webkit-animation: smooth-entry-reverse 0.5s;
  -moz-animation: smooth-entry-reverse 0.5s;
  animation: smooth-entry-reverse 0.5s;
}

#single-product-bar {
  height: 60px;
  background: #fff;
  position: relative;
  z-index: 1;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
#single-product-bar .cd-container {
  height: 100%;
  position: relative;
  z-index: 50;
}
.is-free-lesson #single-product-bar {
  display: none;
}
.is-free-lesson #single-product-bar .cd-container {
  text-align: center;
}
@media only screen and (min-width: 1030px) {
  #single-product-bar {
    height: 75px;
  }
}
@media only screen and (min-width: 1170px) {
  #single-product-bar.is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
  }
  #single-product-bar.is-fixed + main {
    margin-top: 75px;
  }
  .is-free-lesson #single-product-bar .cd-container {
    text-align: left;
  }
  .is-free-lesson #single-product-bar {
    display: block;
  }
}

.fl-dwnload {
  position: relative;
  margin-top: 10px;
  padding: 0 39px 0 64px;
  padding-left: 67px;
  height: 40px;
  line-height: 38px;
}
.fl-dwnload::before {
  position: absolute;
  content: '';
  height: 24px;
  width: 24px;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 34px;
  background: url(../img/cd-download.svg) no-repeat center center;
}
@media only screen and (min-width: 1030px) {
  .fl-dwnload {
    margin-top: 18px;
  }
}
@media only screen and (min-width: 1170px) {
  .fl-dwnload {
    float: right;
  }
}

.socials-wrapper {
  position: absolute;
  left: 0;
  top: 20px;
  z-index: 50;
  display: none;
}
@media only screen and (min-width: 1170px) {
  .socials-wrapper {
    display: block;
  }
}

/*socials style*/
.us_wrapper .us_button {
  height: 32px;
  line-height: 32px;
  width: 50px;
  margin-right: 10px;
}
.us_wrapper .us_button .us_box {
  border: 1px solid #e1e1e1;
  border-radius: 0.25em;
  display: block;
  height: 100%;
  width: 100%;
  -webkit-transition: border-color 0.2s, background-color 0.2s;
  -moz-transition: border-color 0.2s, background-color 0.2s;
  transition: border-color 0.2s, background-color 0.2s;
}
.us_wrapper .us_button .us_box::after {
  clear: both;
  content: "";
  display: table;
}
.us_wrapper .us_button .us_box .us_share, .us_wrapper .us_button .us_box .us_count {
  height: 30px;
  line-height: 30px;
  float: left;
}
.us_wrapper .us_button .us_box .us_count {
  font-size: 12px;
  font-size: 0.75rem;
  color: #404040;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  transition: color 0.2s;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: right;
  padding-right: 12px;
}
.no-touch .us_wrapper .us_button:hover {
  background-color: #FFF;
}
.no-touch .us_wrapper .us_button:hover .us_box .us_count {
  color: #FFF;
}
.no-touch .us_wrapper .us_button:hover.us_twitter .us_box {
  background-color: #50abf1;
  border-color: #50abf1;
}
.no-touch .us_wrapper .us_button:hover.us_facebook .us_box {
  background-color: #3b599a;
  border-color: #3b599a;
}
.no-touch .us_wrapper .us_button:hover.us_googleplus .us_box {
  background-color: #df4a32;
  border-color: #df4a32;
}
.no-touch .us_wrapper .us_button:hover.us_reddit .us_box {
  background-color: #383838;
  border-color: #383838;
}
.no-touch .us_wrapper .us_button:hover .us_share .us-icon-twitter::before {
  background-position: 0 -30px;
}
.no-touch .us_wrapper .us_button:hover .us_share .us-icon-facebook::before {
  background-position: -60px -30px;
}
.no-touch .us_wrapper .us_button:hover .us_share .us-icon-google::before, .no-touch .us_wrapper .us_button:hover .us_share .us-icon-gplus::before {
  background-position: -120px -30px;
}
.no-touch .us_wrapper .us_button:hover .us_share .us-icon-reddit::before {
  background-position: -180px -30px;
}

.us_wrapper .us_share .us-icon-twitter::before, .us_wrapper .us_share .us-icon-facebook::before, .us_wrapper .us_share .us-icon-google::before, .us_wrapper .us_share .us-icon-reddit::before, .us_wrapper .us_share .us-icon-gplus::before {
  content: '' !important;
  height: 30px;
  width: 30px;
  background-image: url(../img/socials.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 210px 60px;
}

.us_wrapper .us_share .us-icon-facebook::before {
  background-position: -60px 0;
}

.us_wrapper .us_share .us-icon-google::before, .us_wrapper .us_share .us-icon-gplus::before {
  background-position: -120px 0;
}

.us_wrapper .us_share .us-icon-reddit::before {
  background-position: -180px 0;
}

.jssocials-share {
  border: 1px solid #e1e1e1;
  border-radius: 0.25em;
  display: block;
  -webkit-transition: border-color 0.2s, background-color 0.2s;
  -moz-transition: border-color 0.2s, background-color 0.2s;
  transition: border-color 0.2s, background-color 0.2s;
  height: 30px;
  width: 48px;
  float: left;
  margin-left: .6em;
}

.jssocials-share a {
  display: block;
  position: relative;
  height: 100%;
  width: 100%;
}

.jssocials-share a::after {
  content: '';
  position: absolute;
  left: 8px;
  height: 30px;
  width: 30px;
  background: url(../img/socials.svg) no-repeat 0 0;
}

.jssocials-share.jssocials-share-googleplus a::after {
  background-position: -120px 0;
}

.jssocials-share.jssocials-share-twitter a::after {
  background-position: 0 0;
}

.jssocials-share.jssocials-share-facebook a::after {
  background-position: -60px 0;
}

.jssocials-share.jssocials-share-googleplus:hover {
  background-color: #df4a32;
  border-color: #df4a32;
}

.jssocials-share.jssocials-share-googleplus:hover a::after {
  background-position: -120px -30px;
}

.jssocials-share.jssocials-share-twitter:hover {
  background-color: #50abf1;
  border-color: #50abf1;
}

.jssocials-share.jssocials-share-twitter:hover a::after {
  background-position: 0 -30px;
}

.jssocials-share.jssocials-share-facebook:hover {
  background-color: #3b599a;
  border-color: #3b599a;
}

.jssocials-share.jssocials-share-facebook:hover a::after {
  background-position: -60px -30px;
}

.action-buttons {
  padding-top: 9px;
}
.action-buttons::after {
  clear: both;
  content: "";
  display: table;
}
.action-buttons li {
  width: 49%;
  float: left;
  display: inline-block;
  margin-right: 2%;
}
.action-buttons li:last-child {
  margin-right: 0;
}
.action-buttons li .btn {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 38px;
  padding: 0 2em;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .action-buttons {
    text-align: center;
  }
  .action-buttons li {
    float: none;
    width: auto;
    margin-right: 8px;
  }
  .action-buttons li:last-child {
    margin-right: 0;
  }
  .action-buttons li .btn {
    width: 160px;
  }
}
@media only screen and (min-width: 1030px) {
  .action-buttons {
    padding-top: 16px;
  }
  .action-buttons li .btn {
    padding: 0 3em;
    width: auto;
  }
}
@media only screen and (min-width: 1170px) {
  .action-buttons {
    position: absolute;
    right: 0;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0;
  }
  .action-buttons li {
    margin-right: 0;
    margin-left: 4px;
  }
}

/* -------------------------------- 

xcontent 

-------------------------------- */
main.is-page {
  border-top: 1px solid #e1e1e1;
  margin-top: 70px;
}
main.is-page .cd-container {
  max-width: 800px;
}
@media only screen and (min-width: 768px) {
  main.has-padding {
    padding-top: 2em;
  }
  main.is-page {
    margin-top: 80px;
  }
}
@media only screen and (min-width: 1030px) {
  main.has-padding {
    padding-top: 3em;
  }
  main.is-page {
    margin-top: 100px;
  }
}

@media only screen and (min-width: 1020px) {
  main.single-gem {
    position: relative;
  }

  main.single-gem .cd-container {
    max-width: 1170px;
    padding-right: 370px;
  }
}
.content {
  font-family: "Merriweather", georgia, serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.4;
}
.content .date {
  font-family: "Open Sans", helvetica, arial, sans-serif;
  color: #9f9f9f;
  font-weight: bold;
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: uppercase;
}
.content p {
  margin: .6em 0 1em;
}
.content a {
  font-weight: bold;
  border-bottom: 1px solid rgba(198, 70, 61, 0);
  -webkit-transition: border 0.2s;
  -moz-transition: border 0.2s;
  transition: border 0.2s;
}
.no-touch .content a:hover {
  border-bottom: 1px solid #c6463d;
}
.content b, .content strong {
  font-weight: bold;
}
.content i, .content em {
  font-style: italic;
}
.content h1, .content h2, .content h4 {
  font-family: "Open Sans", helvetica, arial, sans-serif;
  font-weight: bold;
  color: #383838;
}
.content h1 {
  font-size: 28px;
  font-size: 1.75rem;
  margin: .2em 0 .6em;
  line-height: 1.2;
  text-transform: capitalize;
}
.content h2 {
  font-size: 22px;
  font-size: 1.375rem;
}
.content h3 {
  font-size: 18px;
  font-size: 1.125rem;
  color: #9f9f9f;
}
.content h4 {
  font-size: 16px;
  font-size: 1rem;
  text-transform: uppercase;
}
.content h2, .content h3, .content h4 {
  margin: 1em 0 .4em;
}
.content blockquote {
  margin: 2em 0;
  border-left: 3px solid #e1e1e1;
}
.content blockquote p {
  font-style: italic;
  font-size: 18px;
  font-size: 1.125rem;
}
.content .cite {
  display: block;
  position: relative;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: bold;
  letter-spacing: -.04em;
  margin-bottom: 2.5em;
}
.content .cite::before {
  content: '';
  display: inline-block;
  width: 50px;
  height: 1px;
  position: absolute;
  background: #e1e1e1;
  top: -10px;
  left: 0;
}
.content ul, .content ol {
  margin: 1em 0;
}
.content ul {
  list-style: inside;
}
.content ol {
  list-style: decimal;
}
.content ol li {
  margin-left: 24px;
}
.content code {
  color: #4285C2;
}
.content code::selection {
  background: #383838;
  color: #FFF;
}
.content .post-intro {
  font-size: 18px;
  font-size: 1.125rem;
  font-style: italic;
}
.content .post-divider {
  position: relative;
  padding: 1em 0 1.4em;
}
.content .post-divider::after {
  clear: both;
  content: "";
  display: table;
}
.content .post-divider.single-gem-ads {
  padding-bottom: 0;
}
.content .browser-support {
  position: relative;
  margin-top: 1em;
}
.content .browser-support::after {
  clear: both;
  content: "";
  display: table;
}
.content .browser-support b {
  font-weight: bold;
  color: #383838;
  font-family: "Open Sans", helvetica, arial, sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
}
.content .browser-support ul {
  margin-top: .4em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.content .browser-support li {
  position: relative;
  width: 32px;
  height: 32px;
  margin-right: .8em;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("../img/browsers.svg");
}
.content .browser-support li:nth-child(1) {
  background-position: 0 0;
}
.content .browser-support li:nth-child(2) {
  background-position: -32px 0;
}
.content .browser-support li:nth-child(3) {
  background-position: -64px 0;
}
.content .browser-support li:nth-child(4) {
  background-position: -96px 0;
}
.content .browser-support li:nth-child(5) {
  background-position: -128px 0;
}
.content .browser-support li.supported::after, .content .browser-support li.not-supported::after {
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: inline-block;
  bottom: -2px;
  right: -2px;
  border: 2px solid #fff;
}
.content .browser-support li.supported::after {
  background: #6ec972;
}
.content .browser-support li.not-supported::after {
  background: #c6463d;
}
.content .browser-support .ie-version-supported {
  position: absolute;
  left: 5px;
  bottom: -4px;
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: bold;
  font-family: "Open Sans", helvetica, arial, sans-serif;
  color: #FFF;
  line-height: 18px;
  display: inline-block;
  width: 24px;
  height: 18px;
  background: #383838;
  text-align: center;
  border-radius: 0.25em;
}
.content .browser-support .ie-version-supported::before {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 7px;
  height: 0;
  width: 0;
  border-bottom: 5px solid #383838;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.content .changelog {
  background: #e5e1d0;
  border-radius: 0.25em;
  padding: 1em;
  font-family: "Open Sans", helvetica, arial, sans-serif;
  margin: 1em 0;
}
.content .changelog h1 {
  font-family: "Merriweather", georgia, serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  color: #404040;
}
.content .changelog .update {
  padding: 1em 0;
  border-bottom: 1px solid #dcd7c0;
}
.content .changelog .update:first-of-type {
  padding-top: 0;
}
.content .changelog .update:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
}
.content .changelog ul {
  margin: 0;
}
.content .changelog b {
  color: #a8a494;
  text-transform: uppercase;
  font-size: 12px;
  font-size: 0.75rem;
}
.content .changelog li {
  font-weight: bold;
  list-style: none;
  font-size: 13px;
  font-size: 0.8125rem;
}
.content .changelog li::before {
  content: '-';
  margin-right: 5px;
}
.content #cb-container {
  display: inline-block;
  margin: 1em 2em 0 0;
  max-width: 365px;
  border: 1px solid #e1e1e1;
  background-color: #fff;
  border-radius: 0.25em;
}
.content #cb-container::after {
  clear: both;
  content: "";
  display: table;
}
.content #cb-container .carbonad {
  display: block;
  position: relative;
  border-radius: 0.25em;
  border: none;
  width: 100%;
  background: #fff !important;
  min-height: 120px;
  max-height: 135px;
}
.content #cb-container .carbonad .carbon-wrap {
  display: block;
}
.content #cb-container .carbonad .carbon-img {
  position: absolute;
  width: 120px;
  height: 92px;
  left: 0;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  border-bottom: none !important;
}
.content #cb-container .carbonad .carbon-img img {
  width: 120px;
  height: 92px;
}
.content #cb-container .carbonad .carbon-text {
  display: block;
  width: 100%;
  padding-top: 5px;
  padding-left: 130px;
  color: #c6463d;
  font-size: 13px;
  font-size: 0.8125rem;
  border-bottom: none !important;
  font-family: "Open Sans", helvetica, arial, sans-serif;
}
.content #cb-container .carbonad .carbon-text:hover {
  text-decoration: underline;
}
.content #cb-container .carbonad .carbon-poweredby {
  font-size: 12px;
  font-size: 0.75rem;
  text-align: left;
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  transition: all 0s;
  border-bottom: none !important;
  color: #383838;
  font-family: "Open Sans", helvetica, arial, sans-serif;
}
.content #cb-container .carbonad .carbon-poweredby:hover {
  text-decoration: underline;
}
.content #cb-container .carbonad .carbon-poweredby {
  width: 100%;
  padding-left: 130px;
}
@media only screen and (min-width: 480px) {
  .content #cb-container .carbonad {
    height: 135px;
  }
  .content #cb-container .carbonad .carbon-wrap {
    position: relative;
  }
  .content #cb-container .carbonad .carbon-img {
    top: 17px;
    left: 20px;
    width: 130px;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  .content #cb-container .carbonad .carbon-img img {
    width: 130px;
    height: 100px;
  }
  .content #cb-container .carbonad .carbon-text {
    font-size: 13px;
    font-size: 0.8125rem;
    width: 100%;
    padding-left: 170px;
    padding-top: 15px;
    padding-right: 5px;
    line-height: 1.5;
  }
  .content #cb-container .carbonad .carbon-poweredby {
    width: 100%;
    padding-left: 170px;
  }
}
@media only screen and (min-width: 600px) {
  .content .date {
    font-size: 13px;
    font-size: 0.8125rem;
  }
  .content h1 {
    font-size: 32px;
    font-size: 2rem;
  }
  .content .browser-support {
    display: inline-block;
    float: left;
    height: 118px;
    padding: 1em 0;
  }
  .content .browser-support b {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .content .browser-support ul {
    margin-bottom: 0;
  }
  .content .browser-support .ie-version-supported {
    bottom: 12px;
  }
  .content #cb-container {
    float: left;
  }
}
@media only screen and (min-width: 768px) {
  .content {
    line-height: 1.6;
  }
  .content h1 {
    font-size: 36px;
    font-size: 2.25rem;
  }
  .content h2 {
    font-size: 26px;
    font-size: 1.625rem;
  }
  .content h3 {
    font-size: 22px;
    font-size: 1.375rem;
  }
  .content h4 {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .content .post-intro {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .content .post-divider::after {
    clear: both;
    content: "";
    display: table;
  }
  .content .changelog {
    margin-top: 2em;
  }
  .content blockquote {
    text-align: center;
  }
  .content blockquote p {
    font-size: 22px;
    font-size: 1.375rem;
  }
  .content .cite {
    text-align: center;
    font-size: 13px;
    font-size: 0.8125rem;
    margin-top: 3em;
    margin-bottom: 2.4em;
  }
  .content .cite::before {
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -20px;
  }
}
@media only screen and (min-width: 1030px) {
  .content {
    line-height: 1.8;
    font-size: 18px;
    font-size: 1.125rem;
  }
  .content h1 {
    font-size: 45px;
    font-size: 2.8125rem;
  }
  .content h2 {
    font-size: 35px;
    font-size: 2.1875rem;
  }
  .content h3 {
    font-size: 25px;
    font-size: 1.5625rem;
  }
  .content .browser-support, .content ul, .content ol {
    margin: 1em 0;
  }
  .content .browser-support {
    margin-bottom: 0;
    height: 135px;
  }
  .content .browser-support .ie-version-supported {
    bottom: 18px;
  }
  .content blockquote {
    margin: 3em 0;
  }
  .content blockquote p::before {
    content: '\201C';
  }
  .content blockquote p::after {
    content: '\201D';
  }
  .content .cite {
    margin-bottom: 5em;
  }
  .content .changelog h1 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.middle-product {
  display: inline-block;
  border-bottom: none !important;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
  line-height: 1;
}
.middle-product img {
  border-radius: 0.25em;
}
.no-touch .middle-product:hover {
  border-bottom: none !important;
  opacity: .9;
}

#single-gem-author {
  border-top: 1px solid #e1e1e1;
  margin: 1em 0;
  position: relative;
}
#single-gem-author img {
  position: absolute;
  left: 0;
  top: 1em;
  width: 50px;
  height: 50px;
  border-radius: 0.25em;
}
#single-gem-author .gem-author-info {
  padding: 1em 0 0 70px;
}
#single-gem-author .gem-author-info h3 {
  color: #383838;
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
  font-family: "Open Sans", helvetica, arial, sans-serif;
  margin: 0;
  line-height: 1;
}
#single-gem-author .gem-author-info p {
  font-size: 14px;
  font-size: 0.875rem;
}
#single-gem-author .gem-author-info .author-dribbble {
  color: #ec4989;
}
#single-gem-author .gem-author-info .author-dribbble:hover {
  border-bottom-color: #ec4989;
}
#single-gem-author .gem-author-info .author-twitter {
  color: #50abf1;
}
#single-gem-author .gem-author-info .author-twitter:hover {
  border-bottom-color: #50abf1;
}
@media only screen and (min-width: 768px) {
  #single-gem-author {
    margin: 3em 0;
  }
  #single-gem-author::before {
    content: 'Author';
    position: absolute;
    left: 0;
    top: -12px;
    display: inline-block;
    background: #FFF;
    padding-right: 1em;
    font-size: 13px;
    font-size: 0.8125rem;
    font-family: "Open Sans", helvetica, arial, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    color: #9f9f9f;
  }
  #single-gem-author img {
    width: 80px;
    height: 80px;
    top: 2em;
  }
  #single-gem-author .gem-author-info {
    padding: 2em 0 0 100px;
  }
  #single-gem-author .gem-author-info h3 {
    font-size: 20px;
    font-size: 1.25rem;
  }
  #single-gem-author .gem-author-info p {
    font-size: 16px;
    font-size: 1rem;
  }
}

/* -------------------------------- 

xfooter 

-------------------------------- */
footer {
  font-size: 13px;
  font-size: 0.8125rem;
  padding: 2em 0;
  text-align: center;
  border-top: 1px solid #e1e1e1;
}
.courses-library-body footer {
  background-color: #fff;
}
footer .cd-container {
  position: relative;
  height: 100%;
}
footer.has-adv #mediatemple-ads, footer.has-adv #product-banner {
  display: inline-block;
  margin: 2em 0;
  max-width: 320px;
  height: 92px;
  position: relative;
}
footer.has-adv #mediatemple-ads .mediatemple-wrapper, footer.has-adv #mediatemple-ads .product-wrapper, footer.has-adv #product-banner .mediatemple-wrapper, footer.has-adv #product-banner .product-wrapper {
  display: inline-block;
  border-radius: 0.25em;
  border: none;
  width: 100%;
}
footer.has-adv #mediatemple-ads .mediatemple-wrapper .mediatemple-image, footer.has-adv #mediatemple-ads .mediatemple-wrapper .product-image, footer.has-adv #mediatemple-ads .product-wrapper .mediatemple-image, footer.has-adv #mediatemple-ads .product-wrapper .product-image, footer.has-adv #product-banner .mediatemple-wrapper .mediatemple-image, footer.has-adv #product-banner .mediatemple-wrapper .product-image, footer.has-adv #product-banner .product-wrapper .mediatemple-image, footer.has-adv #product-banner .product-wrapper .product-image {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.no-touch footer.has-adv #mediatemple-ads .mediatemple-wrapper .mediatemple-image:hover, .no-touch footer.has-adv #mediatemple-ads .mediatemple-wrapper .product-image:hover, .no-touch footer.has-adv #mediatemple-ads .product-wrapper .mediatemple-image:hover, .no-touch footer.has-adv #mediatemple-ads .product-wrapper .product-image:hover, .no-touch footer.has-adv #product-banner .mediatemple-wrapper .mediatemple-image:hover, .no-touch footer.has-adv #product-banner .mediatemple-wrapper .product-image:hover, .no-touch footer.has-adv #product-banner .product-wrapper .mediatemple-image:hover, .no-touch footer.has-adv #product-banner .product-wrapper .product-image:hover {
  opacity: 0.9;
}
footer.has-adv #mediatemple-ads .mediatemple-wrapper .mediatemple-image img, footer.has-adv #mediatemple-ads .mediatemple-wrapper .product-image img, footer.has-adv #mediatemple-ads .product-wrapper .mediatemple-image img, footer.has-adv #mediatemple-ads .product-wrapper .product-image img, footer.has-adv #product-banner .mediatemple-wrapper .mediatemple-image img, footer.has-adv #product-banner .mediatemple-wrapper .product-image img, footer.has-adv #product-banner .product-wrapper .mediatemple-image img, footer.has-adv #product-banner .product-wrapper .product-image img {
  width: 120px;
  height: 92px;
}
footer.has-adv #mediatemple-ads .mediatemple-wrapper .mediatemple-text, footer.has-adv #mediatemple-ads .mediatemple-wrapper .product-text, footer.has-adv #mediatemple-ads .product-wrapper .mediatemple-text, footer.has-adv #mediatemple-ads .product-wrapper .product-text, footer.has-adv #product-banner .mediatemple-wrapper .mediatemple-text, footer.has-adv #product-banner .mediatemple-wrapper .product-text, footer.has-adv #product-banner .product-wrapper .mediatemple-text, footer.has-adv #product-banner .product-wrapper .product-text {
  text-align: left;
}
footer.has-adv #mediatemple-ads .mediatemple-wrapper .mediatemple-text a, footer.has-adv #mediatemple-ads .mediatemple-wrapper .product-text a, footer.has-adv #mediatemple-ads .product-wrapper .mediatemple-text a, footer.has-adv #mediatemple-ads .product-wrapper .product-text a, footer.has-adv #product-banner .mediatemple-wrapper .mediatemple-text a, footer.has-adv #product-banner .mediatemple-wrapper .product-text a, footer.has-adv #product-banner .product-wrapper .mediatemple-text a, footer.has-adv #product-banner .product-wrapper .product-text a {
  font-weight: bold;
  color: #404040;
  padding: 4px 15px 6px;
  display: block;
  line-height: 1.3;
}
.no-touch footer.has-adv #mediatemple-ads .mediatemple-wrapper .mediatemple-text a:hover, .no-touch footer.has-adv #mediatemple-ads .mediatemple-wrapper .product-text a:hover, .no-touch footer.has-adv #mediatemple-ads .product-wrapper .mediatemple-text a:hover, .no-touch footer.has-adv #mediatemple-ads .product-wrapper .product-text a:hover, .no-touch footer.has-adv #product-banner .mediatemple-wrapper .mediatemple-text a:hover, .no-touch footer.has-adv #product-banner .mediatemple-wrapper .product-text a:hover, .no-touch footer.has-adv #product-banner .product-wrapper .mediatemple-text a:hover, .no-touch footer.has-adv #product-banner .product-wrapper .product-text a:hover {
  text-decoration: underline;
}
footer.has-adv #mediatemple-ads .mediatemple-wrapper .mediatemple-text, footer.has-adv #mediatemple-ads .mediatemple-wrapper .mediatemple-tag, footer.has-adv #mediatemple-ads .mediatemple-wrapper .product-text, footer.has-adv #mediatemple-ads .mediatemple-wrapper .product-tag, footer.has-adv #mediatemple-ads .product-wrapper .mediatemple-text, footer.has-adv #mediatemple-ads .product-wrapper .mediatemple-tag, footer.has-adv #mediatemple-ads .product-wrapper .product-text, footer.has-adv #mediatemple-ads .product-wrapper .product-tag, footer.has-adv #product-banner .mediatemple-wrapper .mediatemple-text, footer.has-adv #product-banner .mediatemple-wrapper .mediatemple-tag, footer.has-adv #product-banner .mediatemple-wrapper .product-text, footer.has-adv #product-banner .mediatemple-wrapper .product-tag, footer.has-adv #product-banner .product-wrapper .mediatemple-text, footer.has-adv #product-banner .product-wrapper .mediatemple-tag, footer.has-adv #product-banner .product-wrapper .product-text, footer.has-adv #product-banner .product-wrapper .product-tag {
  padding-left: 120px;
}
footer.has-adv #mediatemple-ads .mediatemple-wrapper .mediatemple-tag, footer.has-adv #mediatemple-ads .mediatemple-wrapper .product-tag, footer.has-adv #mediatemple-ads .product-wrapper .mediatemple-tag, footer.has-adv #mediatemple-ads .product-wrapper .product-tag, footer.has-adv #product-banner .mediatemple-wrapper .mediatemple-tag, footer.has-adv #product-banner .mediatemple-wrapper .product-tag, footer.has-adv #product-banner .product-wrapper .mediatemple-tag, footer.has-adv #product-banner .product-wrapper .product-tag {
  text-align: left;
}
footer.has-adv #mediatemple-ads .mediatemple-wrapper .mediatemple-tag a, footer.has-adv #mediatemple-ads .mediatemple-wrapper .product-tag a, footer.has-adv #mediatemple-ads .product-wrapper .mediatemple-tag a, footer.has-adv #mediatemple-ads .product-wrapper .product-tag a, footer.has-adv #product-banner .mediatemple-wrapper .mediatemple-tag a, footer.has-adv #product-banner .mediatemple-wrapper .product-tag a, footer.has-adv #product-banner .product-wrapper .mediatemple-tag a, footer.has-adv #product-banner .product-wrapper .product-tag a {
  color: #766dcc;
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  transition: all 0s;
  padding: 0 15px;
  font-size: 12px;
  font-size: 0.75rem;
}
footer.has-adv #mediatemple-ads .mediatemple-wrapper .mediatemple-tag a:hover, footer.has-adv #mediatemple-ads .mediatemple-wrapper .product-tag a:hover, footer.has-adv #mediatemple-ads .product-wrapper .mediatemple-tag a:hover, footer.has-adv #mediatemple-ads .product-wrapper .product-tag a:hover, footer.has-adv #product-banner .mediatemple-wrapper .mediatemple-tag a:hover, footer.has-adv #product-banner .mediatemple-wrapper .product-tag a:hover, footer.has-adv #product-banner .product-wrapper .mediatemple-tag a:hover, footer.has-adv #product-banner .product-wrapper .product-tag a:hover {
  text-decoration: underline;
}
@media only screen and (min-width: 768px) {
  footer.has-adv #mediatemple-ads, footer.has-adv #product-banner {
    position: absolute;
    right: 0;
    top: 0;
    margin: 0 0 2em;
  }
  footer.has-adv #mediatemple-ads .mediatemple-text, footer.has-adv #mediatemple-ads .mediatemple-tag, footer.has-adv #mediatemple-ads .product-text, footer.has-adv #mediatemple-ads .product-tag, footer.has-adv #product-banner .mediatemple-text, footer.has-adv #product-banner .mediatemple-tag, footer.has-adv #product-banner .product-text, footer.has-adv #product-banner .product-tag {
    padding-left: 130px;
  }
}

.footer-left ul {
  margin: 1em 0 0;
}
.footer-left ul.footer-socials {
  margin-top: 0;
}
.footer-left li {
  display: inline-block;
  margin: 0 1em 1em 0;
}
.footer-left li a {
  color: #9f9f9f;
  font-weight: 400;
}
.no-touch .footer-left li a:hover {
  border-bottom-color: #404040;
  color: #404040;
}
@media only screen and (min-width: 768px) {
  .footer-left {
    text-align: left;
    width: 50%;
    float: left;
  }
}

.footer-socials {
  text-align: center;
  margin-top: 0;
}
.footer-socials li {
  display: inline-block;
  margin: 0;
}
.footer-socials a {
  width: 30px;
  height: 30px;
  background-color: rgba(239, 239, 239, 0);
  background-image: url(../img/socials.svg);
  border-radius: 0.25em;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  transition: background-color 0.2s;
  border: none;
}
.no-touch .footer-socials a:hover {
  border: none;
}
.footer-socials a.twitter {
  background-position: 0 0;
}
.footer-socials a.twitter:hover {
  background-position: 0 -30px;
  background-color: #50abf1;
}
.footer-socials a.github {
  background-position: -30px 0;
}
.footer-socials a.github:hover {
  background-position: -30px -30px;
  background-color: #333333;
}
.footer-socials a.facebook {
  background-position: -60px 0;
}
.footer-socials a.facebook:hover {
  background-position: -60px -30px;
  background-color: #3b599a;
}
.footer-socials a.dribbble {
  background-position: -90px 0;
}
.footer-socials a.dribbble:hover {
  background-position: -90px -30px;
  background-color: #ec4989;
}
.footer-socials a.google {
  background-position: -120px 0;
}
.footer-socials a.google:hover {
  background-position: -120px -30px;
  background-color: #df4a32;
}
.footer-socials a.rss {
  background-position: -150px 0;
}
.footer-socials a.rss:hover {
  background-position: -150px -30px;
  background-color: #e77b39;
}
@media only screen and (min-width: 768px) {
  .footer-socials {
    text-align: left;
  }
}
@media only screen and (min-width: 1170px) {
  .has-adv .footer-socials li a {
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
}

.prev-next {
  display: none;
}
.prev-next li {
  display: block;
}
.prev-next a {
  display: block;
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 0.25em;
  border: 1px solid transparent;
  position: fixed;
  z-index: 100;
  top: 48%;
  opacity: .3;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  box-shadow: 0 1px 3px transparent;
}
.prev-next span {
  width: 50px;
  height: 50px;
  display: block;
  background-image: url("../img/bar-nav-arrows.svg");
  background-repeat: no-repeat;
  background-size: 100px 50px;
  overflow: hidden;
  text-indent: 120%;
  position: absolute;
  top: 0;
}
.prev-next .resource-small-preview {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  width: 120px;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 50px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.prev-next .resource-small-preview img {
  display: block;
  width: 120px;
  height: 80px;
}
.prev-next .resource-small-preview b {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: bold;
  display: block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #c6463d;
  margin-top: 10px;
  line-height: 1.4;
}
.prev-next li:first-child a {
  left: 30px;
}
.prev-next li:first-child a span {
  background-position: 0 0;
  left: 0;
}
.prev-next li:last-child a {
  right: 30px;
}
.prev-next li:last-child a span {
  background-position: -50px 0;
  right: 0;
}
.prev-next a:hover {
  opacity: 1;
  border: 1px solid #e1e1e1;
  width: 160px;
  height: 180px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
}
.prev-next a:hover span {
  display: block;
}
.prev-next a:hover .resource-small-preview {
  opacity: 1;
}
@media only screen and (min-width: 1170px) {
  .prev-next {
    display: block;
  }
  .prev-next.is-hidden {
    display: none;
  }
}

/* -------------------------------- 

x404 

-------------------------------- */
#fof-content {
  position: relative;
  z-index: 5;
}
#fof-content .fof-wrapper {
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
  display: block;
  text-align: center;
  padding: 2em 0 3.7em;
}
#fof-content h2 {
  font-size: 25px;
  font-size: 1.5625rem;
  text-transform: none;
  margin-bottom: 20px;
  margin-bottom: 35px;
}
#fof-content svg {
  vertical-align: middle;
  max-width: 385px;
}
@media only screen and (min-width: 600px) {
  #fof-content h2 {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}
@media only screen and (min-width: 768px) {
  #fof-content {
    padding-top: 2.5em;
  }
  #fof-content h2 {
    font-size: 45px;
    font-size: 2.8125rem;
  }
}

#fof-browser {
  -webkit-animation: fof-alien 3s infinite;
  -moz-animation: fof-alien 3s infinite;
  animation: fof-alien 3s infinite;
}

#fof-shadow {
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation: fof-shadow 3s infinite;
  -moz-animation: fof-shadow 3s infinite;
  animation: fof-shadow 3s infinite;
}

/* -------------------------------- 

xredirect 

-------------------------------- */
#msg {
  position: relative;
  z-index: 5;
  padding: 50px 0 50px;
}
#msg .msg-wrapper {
  width: 90%;
  text-align: center;
  margin: 0 auto;
}
#msg h2 {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.2;
  margin: .6em 0;
}
#msg p {
  margin: 1em 0;
  line-height: 1.4;
  font-family: "Merriweather", georgia, serif;
}
#msg .direct-link {
  display: inline-block;
  font-size: 12px;
  font-size: 0.75rem;
  background: #efefef;
  padding: 1em 2em;
  margin: 0;
  border-radius: 0.25em;
  margin-top: 0;
  font-family: "Merriweather", georgia, serif;
  color: #5a5a5a;
}
#msg .direct-link a {
  border-bottom: 1px solid rgba(198, 70, 61, 0);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
#msg .direct-link a:hover {
  border-bottom: 1px solid #c6463d;
}
#msg .newsletter, #msg .mc4wp-form {
  padding: 1em 0;
  max-width: 530px;
}
#msg .newsletter.cd-container, #msg .mc4wp-form.cd-container {
  max-width: 530px;
}
#msg .newsletter input, #msg .mc4wp-form input {
  width: 50%;
  width: 48%;
  float: left;
  font-size: 13px;
  font-size: 0.8125rem;
  margin-right: 4%;
  padding: 1em 0;
}
#msg .newsletter input:last-child, #msg .mc4wp-form input:last-child {
  margin-right: 0;
}
#msg .newsletter input[type=email], #msg .mc4wp-form input[type=email] {
  border-bottom: 1px solid #e1e1e1;
}
#msg .newsletter input[type=submit], #msg .mc4wp-form input[type=submit] {
  text-align: center;
}
#msg .redirect-socials {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#msg .redirect-socials li {
  display: inline-block;
  margin-right: .4em;
  margin-bottom: .6em;
}
#msg .redirect-socials li:last-child {
  margin-right: 0;
}
#msg .redirect-socials a {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: bold;
  display: inline-block;
  padding: .8em 1.2em 1em;
  position: relative;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
#msg .redirect-socials a span {
  position: relative;
  z-index: 5;
}
#msg .redirect-socials a::before {
  content: '';
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  display: inline-block;
  -webkit-transform: scale(1, 0);
  -moz-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  -o-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.no-touch #msg .redirect-socials a:hover {
  color: #fff;
}
.no-touch #msg .redirect-socials a:hover::before {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}
#msg .redirect-socials .twitter {
  color: #50abf1;
  box-shadow: inset 0 -2px 0 #50abf1;
}
#msg .redirect-socials .twitter::before {
  background: #50abf1;
}
#msg .redirect-socials .facebook {
  color: #3b599a;
  box-shadow: inset 0 -2px 0 #3b599a;
}
#msg .redirect-socials .facebook::before {
  background: #3b599a;
}
#msg .redirect-socials .google {
  color: #df4a32;
  box-shadow: inset 0 -2px 0 #df4a32;
}
#msg .redirect-socials .google::before {
  background: #df4a32;
}
#msg .redirect-socials .dribbble {
  color: #ec4989;
  box-shadow: inset 0 -2px 0 #ec4989;
}
#msg .redirect-socials .dribbble::before {
  background: #ec4989;
}
#msg .redirect-socials .rss {
  color: #e77b39;
  box-shadow: inset 0 -2px 0 #e77b39;
}
#msg .redirect-socials .rss::before {
  background: #e77b39;
}
@media only screen and (min-width: 600px) {
  #msg {
    padding: 100px 0 100px;
  }
  #msg .newsletter, #msg .mc4wp-form {
    padding: 2em 0;
  }
  #msg .newsletter input[type=email], #msg .mc4wp-form input[type=email] {
    width: 65%;
    float: left;
    margin-right: 2%;
    font-size: 18px;
    font-size: 1.125rem;
    padding: .52em 0;
  }
  #msg .newsletter input[type=submit], #msg .mc4wp-form input[type=submit] {
    width: 33%;
    float: left;
    margin-right: 0;
  }
}
@media only screen and (min-width: 1170px) {
  #msg h2 {
    font-size: 40px;
    font-size: 2.5rem;
  }
}

#comments {
  max-width: 100% !important;
}

#comments .cd-container {
  max-width: 800px;
}

@media only screen and (min-width: 1020px) {
  #comments.has-padding {
    padding-bottom: 0 !important;
  }

  #comments .cd-container {
    max-width: 1170px;
  }
}
.hideshare-wrap .share.hideshare-btn {
  display: none;
}

.mc4wp-alert {
  line-height: 1.4;
  font-size: 12px;
  font-size: 0.75rem;
}

.mc4wp-form {
  position: relative;
}

.mc4wp-alert.mc4wp-notice, .mc4wp-alert.mc4wp-error, .mc4wp-alert.mc4wp-success {
  position: absolute;
  top: 60px;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
  border: 1px solid #d9edf7;
  z-index: 10;
}
@media only screen and (min-width: 1030px) {
  .mc4wp-alert.mc4wp-notice, .mc4wp-alert.mc4wp-error, .mc4wp-alert.mc4wp-success {
    top: 90px;
  }
}
@media only screen and (min-width: 1170px) {
  .mc4wp-alert.mc4wp-notice, .mc4wp-alert.mc4wp-error, .mc4wp-alert.mc4wp-success {
    top: 122px;
  }
}
.mc4wp-alert.mc4wp-notice::before, .mc4wp-alert.mc4wp-error::before, .mc4wp-alert.mc4wp-success::before {
  content: '';
  display: block;
  position: absolute;
  top: -10px;
  left: 20px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #d9edf7;
}

.mc4wp-alert.mc4wp-error {
  color: #FFF;
  background-color: #d77e78;
  border: 1px solid #d77e78;
}
.mc4wp-alert.mc4wp-error::before {
  border-bottom: 10px solid #d77e78;
}

.mc4wp-alert.mc4wp-success {
  color: #FFF;
  background-color: #a6dea8;
  border: 1px solid #a6dea8;
}
.mc4wp-alert.mc4wp-success::before {
  border-bottom: 10px solid #a6dea8;
}

#msg .mc4wp-alert.mc4wp-notice, #msg .mc4wp-alert.mc4wp-error, #msg .mc4wp-alert.mc4wp-success {
  top: auto;
  bottom: 65px;
}
#msg .mc4wp-alert.mc4wp-notice::before, #msg .mc4wp-alert.mc4wp-error::before, #msg .mc4wp-alert.mc4wp-success::before {
  top: 100%;
  left: 20px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #d9edf7;
  border-bottom: none;
}
@media only screen and (min-width: 600px) {
  #msg .mc4wp-alert.mc4wp-notice, #msg .mc4wp-alert.mc4wp-error, #msg .mc4wp-alert.mc4wp-success {
    bottom: 80px;
  }
}
@media only screen and (min-width: 1170px) {
  #msg .mc4wp-alert.mc4wp-notice, #msg .mc4wp-alert.mc4wp-error, #msg .mc4wp-alert.mc4wp-success {
    top: 122px;
    bottom: auto;
  }
  #msg .mc4wp-alert.mc4wp-notice::before, #msg .mc4wp-alert.mc4wp-error::before, #msg .mc4wp-alert.mc4wp-success::before {
    border-bottom: 10px solid #d9edf7;
    border-top: none;
    top: -10px;
  }
}

#msg .mc4wp-alert.mc4wp-error::before {
  border-top: 10px solid #d77e78;
}
@media only screen and (min-width: 1170px) {
  #msg .mc4wp-alert.mc4wp-error::before {
    border-bottom: 10px solid #d77e78;
    border-top: none;
  }
}

#msg .mc4wp-alert.mc4wp-success::before {
  border-top: 10px solid #a6dea8;
}
@media only screen and (min-width: 1170px) {
  #msg .mc4wp-alert.mc4wp-success::before {
    border-bottom: 10px solid #a6dea8;
    border-top: none;
  }
}

/* -------------------------------- 

advertisment

-------------------------------- */
.adv-single-post .adv-wrapper {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  background: #fafafa;
  text-align: center;
  border-radius: .25em;
  -webkit-transition: background 0.2s;
  -moz-transition: background 0.2s;
  transition: background 0.2s;
}
.no-touch .adv-single-post .adv-wrapper:hover {
  background: #f2f2f2;
}
.adv-single-post .adv-wrapper a {
  display: block;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
  font-size: 14px;
  font-size: 0.875rem;
  color: #404040;
  line-height: 1.5;
  padding: 2em 0.5em;
}
.adv-single-post .adv-wrapper a b {
  display: block;
}
.adv-single-post .adv-wrapper a strong {
  font-weight: bold;
}
.adv-single-post .adv-wrapper .logo {
  width: 34px;
  vertical-align: middle;
  display: block;
  margin: 0 auto 10px;
}
.adv-single-post .adv-wrapper span {
  display: inline-block;
  margin: 20px auto 0;
  padding: 0.8em 1.6em;
  border-radius: 50em;
  font-size: 12px;
  font-size: 0.75rem;
  color: #FFF;
  background-color: #4bb666;
  text-transform: uppercase;
  font-weight: bold;
  line-height: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: color 0.2s, background-color 0.2s;
  -moz-transition: color 0.2s, background-color 0.2s;
  transition: color 0.2s, background-color 0.2s;
}
.no-touch .adv-single-post .adv-wrapper span:hover {
  background-color: #FFF;
  color: #4bb666;
}
@media only screen and (min-width: 768px) {
  .adv-single-post .adv-wrapper {
    height: 90px;
  }
  .adv-single-post .adv-wrapper a {
    line-height: 90px;
    padding: 0;
    font-size: 13px;
    font-size: 0.8125rem;
  }
  .adv-single-post .adv-wrapper a b {
    display: inline-block;
  }
  .adv-single-post .adv-wrapper .logo {
    margin: 0 8px 0 auto;
    display: inline-block;
    width: 42px;
  }
  .adv-single-post .adv-wrapper span {
    margin: 0 0 0 8px;
  }
}
@media only screen and (min-width: 1030px) {
  .adv-single-post .adv-wrapper a {
    font-size: 16px;
    font-size: 1rem;
  }
  .adv-single-post .adv-wrapper .logo {
    margin-right: 12px;
    width: 48px;
  }
  .adv-single-post .adv-wrapper span {
    margin: 0 0 0 12px;
    letter-spacing: 1px;
  }
}

.adv-gallery {
  overflow: hidden;
  padding: 0;
  padding-bottom: 4em;
}

.adv-gallery .adv-wrapper {
  margin: 0 auto;
  max-width: 90%;
}

.single-gem-ads {
  position: relative;
}
.single-gem-ads .adv-wrapper {
  max-width: 100%;
}

.adv-gallery .adv-wrapper, .single-gem-ads .adv-wrapper {
  position: relative;
  width: 728px;
}

.adv-gallery .adv-wrapper > div, .single-gem-ads .adv-wrapper > div {
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.adv-gallery .adv-wrapper img, .single-gem-ads .adv-wrapper img {
  width: 100%;
  max-width: 100%;
}
.adv-gallery .adv-wrapper iframe, .single-gem-ads .adv-wrapper iframe {
  width: 100%;
  max-width: 100%;
}
.no-touch .adv-gallery .adv-wrapper > div:hover, .no-touch .single-gem-ads .adv-wrapper > div:hover {
  opacity: 0.8;
}

.adv-gallery .cd-adv-page-link {
  position: absolute;
  bottom: 0;
  right: 0;
}

.cd-adv-label {
  display: inline-block;
  font-size: 12px;
  font-size: 0.75rem;
  font-family: "Open Sans", helvetica, arial, sans-serif;
  color: #9f9f9f;
  line-height: normal;
  margin-top: 10px;
}
.single-gem-ads .cd-adv-label {
  margin-top: 0;
}
.adv-gallery .cd-adv-label {
  display: none;
}
@media only screen and (min-width: 768px) {
  .adv-gallery .cd-adv-label {
    display: inline-block;
  }
}

.cd-ads-info {
  position: absolute;
  right: 0;
  top: 3px;
  display: inline-block;
  font-style: italic;
  font-size: 10px;
  font-size: 0.625rem;
  font-family: "Merriweather", georgia, serif;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  color: #9f9f9f;
  border: 1px solid #9f9f9f;
  border-bottom-color: #9f9f9f !important;
  line-height: normal;
  text-align: center;
  padding-top: 1px;
  -webkit-transition: color 0.2s, border 0.2s;
  -moz-transition: color 0.2s, border 0.2s;
  transition: color 0.2s, border 0.2s;
}
.adv-gallery .cd-ads-info {
  bottom: 0;
  top: auto;
  display: none;
}
.single-gem-ads .cd-ads-info {
  top: 2px;
}
.no-touch .cd-ads-info:hover {
  color: #383838;
  border-color: #383838 !important;
}
@media only screen and (min-width: 768px) {
  .adv-gallery .cd-ads-info {
    display: block;
  }
  .single-gem-ads .cd-ads-info {
    top: 5px;
  }
}
@media only screen and (min-width: 1030px) {
  .single-gem-ads .cd-ads-info {
    top: 9px;
  }
}

.single-gem-ads::after {
  clear: both;
  content: "";
  display: table;
}
.single-gem-ads .adv-wrapper > div a {
  border-bottom: none;
}
.no-touch .single-gem-ads .adv-wrapper > div a:hover {
  border-bottom: none;
}

aside {
  width: 100%;
  max-width: 300px;
  margin: 0 auto 0 0;
  font-family: "Open Sans", helvetica, arial, sans-serif;
  font-size: 16px;
  font-size: 1rem;
}
aside ul {
  list-style: none !important;
}
aside .cd-header {
  position: relative;
  line-height: normal;
  margin-bottom: 10px;
}
aside h5 {
  color: #383838;
  font-weight: bold;
  font-size: 13px;
  font-size: 0.8125rem;
  text-transform: uppercase;
  margin-bottom: 1.9em;
  padding-bottom: 7px;
  border-bottom: 1px solid #e1e1e1;
}
aside h5.sponsors {
  font-weight: normal;
  font-size: 12px;
  font-size: 0.75rem;
  color: #9f9f9f;
  text-transform: none;
  margin-bottom: .4em;
  border-bottom: none;
}
aside .ads-medium a {
  display: block;
  height: 100%;
}
.no-touch aside .ads-medium a:hover {
  border-color: rgba(255, 255, 255, 0) !important;
}
aside .ads-medium {
  width: 300px;
  max-width: 100%;
  margin: 0 auto 10px 0;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
  max-height: 600px;
}
aside .ads-medium::after {
  clear: both;
  content: "";
  display: table;
}
aside .ads-medium.ads-medium-top {
  max-height: 250px;
}
aside .ads-medium * {
  max-width: 100%;
}
.no-touch aside .ads-medium:hover {
  opacity: .9;
}
aside .top-adv .ads-small {
  margin: 0;
}
aside .top-adv .ads-small::after {
  clear: both;
  content: "";
  display: table;
}
aside .top-adv .ads-small > div::after {
  clear: both;
  content: "";
  display: table;
}
aside .top-adv .ads-small a {
  display: block;
  height: 100%;
  border-color: rgba(255, 255, 255, 0) !important;
}
.no-touch aside .top-adv .ads-small a:hover {
  border-color: rgba(255, 255, 255, 0) !important;
}
aside .top-adv .ads-small * {
  max-width: 100%;
}
aside .cd-aside-block {
  margin-top: 50px;
}
aside .cd-aside-block.cd-related-lessons {
  margin-top: 0;
  margin-bottom: 50px;
}
aside p {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #9f9f9f;
}
aside .cd-adv-sidebar, aside .cd-products-sidebar {
  position: relative;
}
aside .cd-adv-sidebar img, aside .cd-products-sidebar img {
  display: block;
  border-radius: 0.25em;
}
aside .cd-adv-sidebar .image-wrapper, aside .cd-products-sidebar .image-wrapper {
  display: block;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.no-touch aside .cd-adv-sidebar .image-wrapper:hover, .no-touch aside .cd-products-sidebar .image-wrapper:hover {
  opacity: .9;
  border-bottom-color: rgba(255, 255, 255, 0);
}
aside .cd-adv-sidebar.top-product, aside .cd-products-sidebar.top-product {
  margin-bottom: 2em;
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 1.68em;
}
aside .cd-adv-sidebar p, aside .cd-products-sidebar p {
  margin-bottom: 0;
}
aside .top-single-product::after {
  clear: both;
  content: "";
  display: table;
}
aside .adv-multi-banner {
  width: 278px;
  background-color: #ececec;
  padding-bottom: 8.333px;
}
aside .adv-multi-banner::after {
  clear: both;
  content: "";
  display: table;
}
aside .adv-multi-banner > div::after {
  clear: both;
  content: "";
  display: table;
}
aside .adv-multi-banner a {
  height: 125px;
  width: 125px;
  float: left;
  margin: 8.333px 8.333px 0 !important;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.no-touch aside .adv-multi-banner a:hover {
  opacity: 0.8;
}
aside .adv-multi-banner a:nth-of-type(2n) {
  margin-left: 0;
}
aside .cd-single-prouct {
  font-size: 13px;
  font-size: 0.8125rem;
}
aside .cd-single-prouct::after {
  clear: both;
  content: "";
  display: table;
}
aside .cd-single-prouct span {
  display: inline-block;
  width: 49%;
  float: left;
  margin-right: 2%;
  min-height: 80px;
}
aside .cd-single-prouct span:first-of-type {
  background-color: #d7d7d7;
}
aside .cd-single-prouct span:first-of-type a {
  display: block;
}
aside .cd-single-prouct span:nth-of-type(2n) {
  margin-right: 0;
  padding: .2em 0 0 0.7em;
}
.no-touch aside .cd-single-prouct span a:hover {
  border-bottom: transparent !important;
}
aside .cd-single-prouct em {
  color: #383838;
  display: block;
  line-height: 1.3;
  font-weight: bold;
  margin-bottom: 4px;
  font-style: normal !important;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.no-touch aside .cd-single-prouct em:hover {
  text-decoration: underline;
}
aside .cd-single-prouct b {
  border-bottom: 1px solid rgba(198, 70, 61, 0);
  -webkit-transition: border 0.2s;
  -moz-transition: border 0.2s;
  transition: border 0.2s;
  color: #ee4e97;
}
.no-touch aside .cd-single-prouct b:hover {
  opacity: .8;
}
aside .cd-popular-resources li {
  position: relative;
  padding-left: 70px;
  height: 60px;
  margin-bottom: 16px;
  display: table;
}
aside .cd-popular-resources li > a:first-of-type {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.no-touch aside .cd-popular-resources li > a:first-of-type:hover img {
  opacity: .8;
}
.no-touch aside .cd-popular-resources a:hover {
  border-bottom-color: transparent !important;
}
aside .cd-popular-resources img {
  width: 60px;
  height: 60px;
  display: block;
  border-radius: 3px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
aside .cd-popular-resources a + a {
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
  display: table-cell;
  vertical-align: middle;
}
.no-touch aside .cd-popular-resources a + a:hover {
  opacity: 0.8;
}
aside .cd-popular-resources h6 {
  color: #383838;
  font-weight: bold;
  font-size: 15px;
  font-size: 0.9375rem;
  margin-bottom: 1px;
}
aside .cd-popular-resources p {
  color: #9f9f9f;
  font-style: italic;
  font-family: "Merriweather", georgia, serif;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 400 !important;
  margin: 0;
}
aside .cd-popular-resources h6, aside .cd-popular-resources p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 153px;
  line-height: normal;
}
aside .cd-newsletter .mc4wp-form {
  width: 100%;
  padding: 0 !important;
  position: relative;
}
aside .cd-newsletter .mc4wp-form::after {
  clear: both;
  content: "";
  display: table;
}
aside .cd-newsletter .mc4wp-form input[type="email"] {
  width: 58% !important;
}
aside .cd-newsletter .mc4wp-form input[type="submit"] {
  width: 42% !important;
  margin-top: 0;
}
aside .cd-newsletter .mc4wp-form .mc4wp-alert {
  position: relative;
  top: 10px;
  clear: both;
  margin-bottom: 10px;
}
aside .cd-newsletter input[type="email"] {
  margin-right: 0;
  border: 1px solid #e1e1e1;
  border-radius: 0.25em 0 0 0.25em;
  height: 44px;
  font-size: 14px;
  font-size: 0.875rem;
  padding-left: 1.1em;
  padding-right: 0.8em;
  -webkit-transition: border 0.2s;
  -moz-transition: border 0.2s;
  transition: border 0.2s;
  border-right-width: 0;
}
aside .cd-newsletter input[type="email"]:focus {
  border-color: #c8c8c8;
}
aside .cd-newsletter input[type="submit"] {
  border-radius: 0 0.25em 0.25em 0;
  background-color: #383838;
}
.no-touch aside .cd-newsletter input[type="submit"]:hover {
  background-color: #454545;
}
aside .cd-newsletter p {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #9f9f9f;
  margin: 0.2em 0 1.7em;
}
aside .cd-newsletter h5 {
  margin-bottom: 1.5em;
}
@media only screen and (min-width: 480px) {
  aside .adv-multi-banner {
    width: 300px;
    padding-bottom: 16.666px;
  }
  aside .adv-multi-banner a {
    height: 125px;
    width: 125px;
    margin: 16.666px 16.666px 0 !important;
  }
  aside .cd-single-prouct span {
    height: 125px;
    width: 200px;
  }
  aside .cd-single-prouct span:first-of-type {
    margin-right: 10px;
  }
  aside .cd-popular-resources h6, aside .cd-popular-resources p {
    max-width: 220px;
  }
}

@media only screen and (min-width: 1020px) {
  aside {
    position: absolute;
    top: 0;
    right: 0;
    padding-top: 2em;
    width: calc(335px + 5%);
    max-width: none;
    padding-left: 35px;
    background-color: #f9f9f9;
    height: 100%;
    border-left: 1px solid #e1e1e1;
  }
  aside > div {
    width: 300px;
  }
}
@media only screen and (min-width: 1030px) {
  aside {
    padding-top: 3em;
  }
}
@media only screen and (min-width: 1300px) {
  aside {
    width: calc(50vw - 250px);
  }
}
.cd-aside-block {
  position: relative;
}
.cd-aside-block .top-link {
  position: absolute;
  right: 0;
  top: 4px;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: normal;
  border-bottom-color: #c6463d;
  line-height: 1;
  opacity: .7;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.no-touch .cd-aside-block .top-link:hover {
  opacity: 1;
}

.cd-related-lessons ul li {
  margin-bottom: 2px;
}
.cd-related-lessons ul a, .cd-related-lessons ul .actual-lesson {
  position: relative;
  display: block;
  height: 46px;
  line-height: 46px;
  font-size: 14px;
  font-size: 0.875rem;
  border-radius: 0.25em;
  padding: 0 35px 0 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cd-related-lessons ul a::after, .cd-related-lessons ul .actual-lesson::after {
  position: absolute;
  content: '';
  height: 16px;
  width: 16px;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 9px;
  background-image: url(../img/cd-icon-lesson.svg);
  background-repeat: no-repeat;
}
.cd-related-lessons ul span {
  padding-right: 6px;
  display: inline-block;
}
.cd-related-lessons ul .actual-lesson {
  background: #6ec972;
  color: #fff;
}
.cd-related-lessons ul .actual-lesson::after {
  position: absolute;
  content: '';
  height: 16px;
  width: 16px;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 9px;
  background-position: 0 -16px;
}
.cd-related-lessons ul a {
  color: #404040;
  font-weight: normal;
  border: none;
  -webkit-transition: background, 0.3s;
  -moz-transition: background, 0.3s;
  transition: background, 0.3s;
}
.cd-related-lessons ul a::after {
  background-position: 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.cd-related-lessons ul a span {
  color: #aeaeae;
}
.no-touch .cd-related-lessons ul a:hover {
  border: none !important;
  background: #e0e0e0;
}
.no-touch .cd-related-lessons ul a:hover::after {
  opacity: 1;
}

/* -------------------------------- 

Course presentation page - top intro

-------------------------------- */
.course-page {
  position: relative;
  text-align: center;
  padding-bottom: 4em;
  overflow: hidden;
  background-color: #2e3132;
}
.course-page.dark-bg {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.course-page .course-top-line {
  position: absolute;
  top: 0;
  left: 0;
  height: 4px;
  width: 100%;
}
.course-page .top-intro {
  position: relative;
  z-index: 2;
  padding: 0;
  margin-top: 3.1em;
}
.course-page h1 {
  font-weight: 300;
  font-family: "Merriweather", georgia, serif;
  margin: 0.5em auto;
  font-size: 20px;
  font-size: 1.25rem;
  max-width: 700px;
  color: #fff;
}
.course-page h2 {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: none;
  color: #787d7f;
}
.course-page h1, .course-page h2 {
  line-height: 1.2;
}
.course-page .top-actions {
  text-align: center;
}
.course-page .top-actions > div {
  display: inline-block;
  text-align: center;
}
.course-page .top-actions > div::after {
  clear: both;
  content: "";
  display: table;
}
.course-page .course-top-btn {
  display: block;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 18px 1.4em;
  text-align: center;
  margin-top: 0.8em;
  border-radius: 0.25em;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  letter-spacing: 1px;
}
.course-page .buy-course {
  position: relative;
}
.course-page .buy-course *, .course-page .buy-course *::before, .course-page .buy-course *::after {
  cursor: pointer;
}
.course-page .buy-course .edd-loading {
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.course-page .buy-course.edd_go_to_checkout {
  border-width: 2px;
  border-style: solid;
}
.course-page .buy-course .edd-loading .edd-icon-spinner {
  font-family: "Open Sans", helvetica, arial, sans-serif;
  height: 16px;
  width: 16px;
  background: url(../img/icon-loading.svg) no-repeat center center;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
}
.course-page .buy-course .edd-loading .edd-icon-spinner::before {
  display: none;
  content: '';
  background: url(../img/icon-loading.svg) no-repeat center center;
}
.course-page .trailer-btn svg {
  -webkit-transform: translateY(2px);
  -moz-transform: translateY(2px);
  -ms-transform: translateY(2px);
  -o-transform: translateY(2px);
  transform: translateY(2px);
  margin-right: 7px;
}
.course-page .coming-soon {
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
  margin-top: 1em;
}
@media only screen and (min-width: 480px) {
  .course-page .course-top-btn {
    display: inline-block;
    float: left;
  }
  .course-page .trailer-btn {
    margin-right: 1.8em;
  }
}
@media only screen and (min-width: 768px) {
  .course-page .top-intro {
    margin-bottom: 1em;
  }
  .course-page .top-intro::after {
    clear: both;
    content: "";
    display: table;
  }
  .course-page .course-trailer {
    margin-top: 0;
    width: 43%;
    float: right;
    position: absolute;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
  }
  .course-page .course-main-info {
    width: 54%;
    float: left;
    margin-right: 3%;
    text-align: left;
  }
  .course-page h1 {
    font-size: 22px;
    font-size: 1.375rem;
    margin-top: 0;
  }
  .course-page .top-actions {
    text-align: left;
  }
  .course-page .course-top-btn {
    margin-top: 0;
    font-size: 16px;
    font-size: 1rem;
  }
}
@media only screen and (min-width: 1030px) {
  .course-page#gem-preview {
    padding: 8.1em 0;
  }
  .course-page .top-intro {
    margin-top: 4.2em;
  }
  .course-page h1 {
    font-size: 32px;
    font-size: 2rem;
    font-weight: bold;
  }
  .course-page h2 {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media only screen and (min-width: 1170px) {
  .course-page .top-intro {
    margin: 6.2em auto 1em;
  }
  .course-page h1 {
    font-size: 40px;
    font-size: 2.5rem;
  }
}

.course-trailer {
  margin-top: 50px;
}

.edd_download_purchase_form {
  display: inline-block;
}
@media only screen and (min-width: 480px) {
  .edd_download_purchase_form {
    float: left;
  }
}
/* -------------------------------- 

Course presentation page - content

-------------------------------- */
.course-description {
  padding-bottom: 0;
}

.course-description .content {
  padding-bottom: 2em;
}
.course-description .content h3 {
  margin-top: 0;
  color: #383838;
  font-weight: 700;
  font-size: 22px;
  font-size: 1.375rem;
  font-family: "Open Sans", helvetica, arial, sans-serif;
}

.course-content {
  margin: 2.6em 0;
}
.course-content p {
  line-height: 1;
  margin: 1em 0 0;
}
.course-content p > em {
  line-height: 1.5;
}
.course-content ol {
  margin-top: .7em;
  list-style-type: none;
}
.course-content ol li {
  margin-left: 0;
}
.course-content li {
  line-height: 1.2;
  counter-increment: chapter;
  position: relative;
  padding: 12px 0 12px 29px;
  border-top: 1px solid #e1e1e1;
  font-size: 14px;
  font-size: 0.875rem;
}
.course-content li:last-of-type {
  border-bottom: 1px solid #e1e1e1;
}
.course-content li::before {
  content: counter(chapter) ". ";
  position: absolute;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  color: #9f9f9f;
  pointer-events: none;
}
.course-content li:first-of-type::before, .course-content li:nth-of-type(2)::before, .course-content li:nth-of-type(3)::before, .course-content li:nth-of-type(4)::before, .course-content li:nth-of-type(5)::before, .course-content li:nth-of-type(6)::before, .course-content li:nth-of-type(7)::before, .course-content li:nth-of-type(8)::before, .course-content li:nth-of-type(9)::before {
  content: "0" counter(chapter) ". ";
}
.course-content li.free-chapter {
  padding: 0;
}
.course-content li.free-chapter::before {
  color: #6ec972;
}
.course-content li.not-avaliable {
  color: #9f9f9f;
}
.course-content .not-avaliable::after {
  content: 'Coming soon';
  position: absolute;
  right: 6px;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.no-touch .course-content .not-avaliable:hover::after {
  opacity: 1;
}
.free-course .course-content li.free-chapter::before {
  color: #9f9f9f;
}
.course-content ol a {
  position: relative;
  display: block;
  padding: 12px 0 12px 29px;
  color: #404040;
  border-bottom-width: 0;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
}
.no-touch .course-content ol a:hover {
  border-bottom-width: 0;
  color: #6ec972;
}
.course-content ol a::after {
  content: 'Play';
  position: absolute;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 6px;
  white-space: nowrap;
  font-size: 12px;
  font-size: 0.75rem;
  font-family: "Open Sans", helvetica, arial, sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  margin-left: .4em;
  padding: .5em .7em;
  line-height: 1;
  border-radius: 0.25em;
  color: #fff;
  background-color: #6ec972;
}
.course-content ol a em {
  font-weight: 400;
}
.free-course .course-content ol a::after {
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.no-touch .free-course .course-content ol a:hover::after {
  opacity: 1;
}
.course-content em, .course-content .not-avaliable::after {
  display: inline-block;
  font-size: 12px;
  font-size: 0.75rem;
  font-family: "Open Sans", helvetica, arial, sans-serif;
  font-style: normal;
  color: #9f9f9f;
}
.course-content em strong, .course-content .not-avaliable::after strong {
  font-weight: 400;
  color: #404040;
}
.course-content li em {
  margin-left: 1.4em;
  display: none;
}
@media only screen and (min-width: 768px) {
  .course-content li {
    font-size: 18px;
    font-size: 1.125rem;
    padding: 15px 0 15px 34px;
  }
  .course-content ol a {
    padding: 15px 0 15px 34px;
  }
  .course-content ol a::after {
    font-size: 14px;
    font-size: 0.875rem;
    padding: .8em 1.7em .8em 2.8em;
    background: #6ec972 url(../img/icon-arrow-right.svg) no-repeat 20px 10px;
  }
   .course-content em, .course-content .not-avaliable::after {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .course-content li em {
    display: inline-block;
  }
}

/* -------------------------------- 

Course presentation page - aside

-------------------------------- */
.course-description aside {
  background-color: transparent;
  border-left: none;
  font-family: "Open Sans", helvetica, arial, sans-serif;
  max-width: none;
}
.course-description aside > div {
  margin-bottom: 2em;
}
.course-description aside h4 {
  font-size: 13px;
  font-size: 0.8125rem;
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 0.5em;
}
.course-description aside p {
  color: #404040;
  line-height: 1.6;
}
.course-description aside .socials-wrapper-course {
  margin-top: 1.45em;
}
.course-description aside .socials-wrapper-course div::after {
  clear: both;
  content: "";
  display: table;
}
.course-description aside .socials-wrapper-course .us_button {
  float: left;
}
@media only screen and (min-width: 1030px) {
  .course-description aside {
    background-color: #f9f9f9;
    border-left: 1px solid #e1e1e1;
  }
  .course-description aside h4 {
    margin-bottom: 1em;
  }
}

.course-authors {
  list-style-type: none;
  font-size: 14px;
  font-size: 0.875rem;
}
.course-authors::after {
  clear: both;
  content: "";
  display: table;
}
.content .course-authors {
  margin-top: 1.8em;
}
.course-authors li {
  position: relative;
  padding-left: 78px;
  margin-bottom: 1.8em;
  list-style-type: none;
  line-height: 1;
}
.course-authors li > * {
  line-height: 1.5;
}
.course-authors li img {
  position: absolute;
  left: 0;
  top: 0;
  height: 60px;
  border-radius: 50%;
}
.course-authors h5 {
  font-weight: bold;
  color: #404040;
  font-size: 14px;
  font-size: 0.875rem;
  padding-bottom: 0;
  margin-bottom: 0;
  text-transform: none;
  border-bottom: none;
}
.course-authors em {
  display: block;
  font-style: normal;
}
.course-authors a {
  color: #50abf1;
  opacity: 0.8;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
  border: none;
}
.no-touch .course-authors a:hover {
  opacity: 1;
  border: none;
}
@media only screen and (min-width: 600px) {
  .course-authors li img {
    top: 2px;
  }
}
@media only screen and (min-width: 768px) {
  .course-authors li {
    float: left;
    display: inline-block;
  }
  .course-authors li:first-of-type {
    padding-right: 40px;
  }
  .course-authors li > * {
    line-height: 1.55;
  }
  .course-authors li a {
    display: inline-block;
    -webkit-transform: translateY(-1px);
    -moz-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    -o-transform: translateY(-1px);
    transform: translateY(-1px);
  }
}
@media only screen and (min-width: 1030px) {
  .course-authors li:nth-of-type(1) {
    padding-right: 0;
  }
  .course-authors h5 {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .course-authors em {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

/* -------------------------------- 

Bottom  Sections - course page

-------------------------------- */
.course-bottom-section {
  position: relative;
  z-index: 1;
  border-top: 1px solid #e1e1e1;
  text-align: center;
  font-family: "Open Sans", helvetica, arial, sans-serif;
  background-color: #fff;
}
.course-bottom-section .cd-container {
  padding-right: 0 !important;
}
.course-bottom-section h3 {
  font-size: 25px;
  font-size: 1.5625rem;
  margin-bottom: 1.5em;
  font-weight: bold;
  line-height: 1.2;
}
@media only screen and (min-width: 1030px) {
  .course-bottom-section h3 {
    font-size: 30px;
    font-size: 1.875rem;
    margin-bottom: 2.25em;
  }
}

/* -------------------------------- 

Questions & answers

-------------------------------- */
.course-faq li {
  margin-bottom: 2em;
}
.course-faq li:last-of-type {
  margin-bottom: 0;
}
.course-faq h4 {
  padding-bottom: 0.85em;
  font-weight: bold;
  line-height: 1.2;
}
.course-faq p {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.8;
  max-width: 600px;
  margin: 0 auto;
}
@media only screen and (min-width: 1030px) {
  .course-faq::after {
    clear: both;
    content: "";
    display: table;
  }
  .course-faq li {
    width: 33.33%;
    float: left;
    padding: 0 1.5em;
  }
  .course-faq h4 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

/* -------------------------------- 

tweets

-------------------------------- */
.course-testimonials li {
  width: 100%;
  margin-bottom: 15px;
}
@media only screen and (min-width: 600px) {
  .course-testimonials li {
    width: 46%;
    float: left;
    margin: 0 2% 4%;
  }
}
@media only screen and (min-width: 1030px) {
  .course-testimonials li {
    width: 31%;
    float: left;
    margin: 0 1.1666666% 3.5%;
  }
}

/* -------------------------------- 

Video Popup

-------------------------------- */
.overlay-popup {
  position: fixed;
  z-index: 55;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: opacity 0.2s 0s, visibility 0s 0.2s;
  -moz-transition: opacity 0.2s 0s, visibility 0s 0.2s;
  transition: opacity 0.2s 0s, visibility 0s 0.2s;
}
.overlay-popup .cd-close-video {
  position: fixed;
  display: block;
  height: 50px;
  width: 50px;
  right: 40px;
  top: 40px;
  border-radius: 50%;
  background: rgba(56, 56, 56, 0.5);
  -webkit-transition: background 0.3s, -webkit-transform 0.3s;
  -moz-transition: background 0.3s, -moz-transform 0.3s;
  transition: background 0.3s, transform 0.3s;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  color: transparent;
}
.overlay-popup .cd-close-video::after, .overlay-popup .cd-close-video::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 24px;
  height: 2px;
  background-color: #fff;
}
.overlay-popup .cd-close-video::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -moz-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  -o-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.overlay-popup .cd-close-video::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -moz-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  -o-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.no-touch .overlay-popup .cd-close-video:hover {
  background: #383838;
}
.overlay-popup.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: opacity 0.2s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.2s 0s, visibility 0s 0s;
  transition: opacity 0.2s 0s, visibility 0s 0s;
}
.overlay-popup.is-visible .cd-close-video {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.overlay-popup[data-type="video-popup"] .cd-video {
  position: relative;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  max-width: 860px;
  background-color: #383838;
  overflow: visible;
}

.cd-video-frame {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56%;
}
.cd-video-frame iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* -------------------------------- 

checkout

-------------------------------- */
.checkout-page h1 {
  font-weight: 300;
  text-align: center;
  font-size: 35px;
  font-size: 2.1875rem;
  position: relative;
  margin-bottom: 1.2em !important;
}
.checkout-page h1::before {
  display: inline-block;
  content: '';
  height: 32px;
  width: 32px;
  background: url(../img/icon-lock.svg) no-repeat 0 0;
  margin-right: 8px;
}
@media only screen and (min-width: 768px) {
  .checkout-page h1 {
    margin-bottom: 1.9em !important;
  }
}

#edd_checkout_cart .edd_cart_item {
  font-family: "Open Sans", helvetica, arial, sans-serif;
  background-color: #f9f9f9;
  border-radius: 0.25em;
  position: relative;
}
#edd_checkout_cart .edd_cart_item::after {
  clear: both;
  content: "";
  display: table;
}
#edd_checkout_cart .edd_cart_item > div {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  display: inline-block;
  padding: 1.5em 1.6em;
}
#edd_checkout_cart .edd_cart_item .edd_cart_item_name {
  color: #383838;
  max-width: 320px;
}
#edd_checkout_cart .edd_cart_item .edd_cart_item_price {
  color: #448fdd;
  text-align: center;
  padding-top: 0;
}
#edd_checkout_cart .edd_cart_item .edd_cart_actions {
  position: absolute;
  right: 0;
  width: 76px;
  bottom: 10px;
}
#edd_checkout_cart .edd_cart_item .edd_cart_actions a {
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  height: 42px;
  width: 42px;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  opacity: 0.8;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  color: transparent;
  border: none !important;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
#edd_checkout_cart .edd_cart_item .edd_cart_actions a::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  height: 16px;
  width: 16px;
  background: url(../img/icons-checkout.svg) no-repeat 0 0;
}
.no-touch #edd_checkout_cart .edd_cart_item .edd_cart_actions a:hover {
  opacity: 1;
}
@media only screen and (min-width: 480px) {
  #edd_checkout_cart .edd_cart_item .edd_cart_item_name {
    font-size: 13px;
    font-size: 0.8125rem;
    width: calc(100% - 190px);
  }
  #edd_checkout_cart .edd_cart_item .edd_cart_item_price {
    position: absolute;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 114px;
    right: 76px;
    padding-top: 1.5em;
  }
  #edd_checkout_cart .edd_cart_item .edd_cart_actions {
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media only screen and (min-width: 600px) {
  #edd_checkout_cart .edd_cart_item .edd_cart_item_name {
    font-size: 16px;
    font-size: 1rem;
  }
}

#edd_purchase_form {
  font-family: "Open Sans", helvetica, arial, sans-serif;
}
#edd_purchase_form fieldset {
  border: none !important;
  padding-left: 0;
  padding-right: 0;
  background-color: transparent !important;
}
#edd_purchase_form legend, #edd_purchase_form .edd-payment-mode-label {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1;
}
#edd_purchase_form legend {
  margin-bottom: 1.7em !important;
}
#edd_purchase_form .edd-payment-mode-label {
  margin-bottom: 1.3em !important;
}
#edd_purchase_form .edd-description {
  display: none !important;
}
#edd_purchase_form fieldset > p {
  margin-top: 0 !important;
  margin-bottom: 1.5em !important;
}
#edd_purchase_form p > input, #edd_purchase_form select {
  height: 60px;
  border: 1px solid #e1e1e1;
  border-radius: 0.25em;
  width: 100% !important;
  -webkit-transition: border-color 0.2s;
  -moz-transition: border-color 0.2s;
  transition: border-color 0.2s;
}
#edd_purchase_form p > input#card_exp_month, #edd_purchase_form p > input#card_exp_year, #edd_purchase_form select#card_exp_month, #edd_purchase_form select#card_exp_year {
  width: 85px !important;
}
#edd_purchase_form p > input#card_exp_month, #edd_purchase_form select#card_exp_month {
  margin-right: 18px;
}
#edd_purchase_form p > input:focus, #edd_purchase_form select:focus {
  border-color: #448fdd;
  outline: none;
}
#edd_purchase_form p > input::-webkit-input-placeholder, #edd_purchase_form select::-webkit-input-placeholder {
  color: transparent;
}
#edd_purchase_form p > input::-moz-placeholder, #edd_purchase_form select::-moz-placeholder {
  color: transparent;
}
#edd_purchase_form p > input:-moz-placeholder, #edd_purchase_form select:-moz-placeholder {
  color: transparent;
}
#edd_purchase_form p > input:-ms-input-placeholder, #edd_purchase_form select:-ms-input-placeholder {
  color: transparent;
}
#edd_purchase_form p > input[type="text"], #edd_purchase_form p > input[type="email"], #edd_purchase_form select[type="text"], #edd_purchase_form select[type="email"] {
  padding-left: 18px;
  padding-right: 18px;
}
#edd_purchase_form p > input {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.08);
}
#edd_purchase_form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  background: #fff url(../img/icon-select.svg) no-repeat calc(100% - 18px) center;
  font-size: 18px;
  font-size: 1.125rem;
  padding-left: 20px;
  cursor: pointer;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}
#edd_purchase_form select::-ms-expand {
  display: none;
}
#edd_purchase_form p > label {
  text-transform: uppercase;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #9f9f9f;
  margin-bottom: 10px;
}
#edd_purchase_form .edd-required-indicator {
  display: none !important;
}
#edd_purchase_form .exp-divider {
  display: none !important;
}
#edd_purchase_form #edd-card-number-wrap {
  position: relative;
}
#edd_purchase_form #edd-card-number-wrap::after {
  content: '';
  position: absolute;
  right: 20px;
  bottom: 22px;
  height: 16px;
  width: 16px;
  background: url(../img/icons-checkout.svg) no-repeat -16px 0;
}
#edd_purchase_form #edd-card-cvc-wrap {
  width: 95px;
  position: relative;
}
#edd_purchase_form #edd-card-cvc-wrap .edd-required-indicator {
  position: absolute;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 33px;
  display: inline-block !important;
  height: 16px;
  width: 16px;
  color: transparent;
  background: url(../img/icons-checkout.svg) no-repeat -32px 0;
  cursor: help;
}
#edd_purchase_form #edd-card-cvc-wrap .edd-required-indicator::before, #edd_purchase_form #edd-card-cvc-wrap .edd-required-indicator::after {
  position: absolute;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.2s 0s, visibility 0s 0.2s;
  -moz-transition: opacity 0.2s 0s, visibility 0s 0.2s;
  transition: opacity 0.2s 0s, visibility 0s 0.2s;
}
#edd_purchase_form #edd-card-cvc-wrap .edd-required-indicator::before {
  content: '3-digit security code usually found on the back of your card. American Express cards have a 4-digit code located on the front.';
  bottom: calc(100% + 9px);
  background-color: rgba(68, 143, 221, 0.9);
  width: 250px;
  color: #fff;
  text-transform: none;
  line-height: 1.3;
  text-align: left;
  padding: 1em 1.5em;
  font-size: 13px;
  font-size: 0.8125rem;
  border-radius: 0.25em;
}
#edd_purchase_form #edd-card-cvc-wrap .edd-required-indicator::after {
  content: '';
  bottom: calc(100% - 4px);
  height: 0;
  width: 0;
  border: 6px solid transparent;
  border-top: 7px solid rgba(68, 143, 221, 0.9);
}
.no-touch #edd_purchase_form #edd-card-cvc-wrap .edd-required-indicator:hover::before, #edd_purchase_form #edd-card-cvc-wrap .edd-required-indicator.hover::before, .no-touch #edd_purchase_form #edd-card-cvc-wrap .edd-required-indicator:hover::after, #edd_purchase_form #edd-card-cvc-wrap .edd-required-indicator.hover::after {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.2s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.2s 0s, visibility 0s 0s;
  transition: opacity 0.2s 0s, visibility 0s 0s;
}
#edd_purchase_form .card-expiration {
  width: 200px;
}
@media only screen and (min-width: 768px) {
  #edd_purchase_form fieldset::after {
    clear: both;
    content: "";
    display: table;
  }
  #edd_purchase_form fieldset > p {
    width: 48%;
    float: left;
    margin-right: 4%;
  }
  #edd_purchase_form fieldset > p:nth-of-type(2n) {
    margin-right: 0;
  }
}

#edd_payment_mode_select label {
  display: block !important;
  font-weight: normal;
  font-size: 18px;
  font-size: 1.125rem;
  cursor: pointer;
  margin-right: 0 !important;
}
#edd_payment_mode_select label::after {
  content: '';
  display: inline-block;
  height: 22px;
  visibility: visible !important;
  text-indent: 0 !important;
  margin-left: 10px;
  -webkit-transform: translateY(5px);
  -moz-transform: translateY(5px);
  -ms-transform: translateY(5px);
  -o-transform: translateY(5px);
  transform: translateY(5px);
}
#edd_payment_mode_select label:first-of-type {
  margin-bottom: 1.2em !important;
}
#edd_payment_mode_select #edd-gateway-option-paypal::after {
  width: 32px;
  background: url(../img/paypal.svg) no-repeat center center;
}
#edd_payment_mode_select #edd-gateway-option-stripe::after {
  width: 108px;
  background: url(../img/credit-cards.svg) no-repeat center center;
}
#edd_payment_mode_select input[type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  -ms-appearance: radio;
  -o-appearance: radio;
  appearance: radio;
  margin-right: 9px;
}

#edd_purchase_submit {
  text-align: center;
}
#edd_purchase_submit #edd_final_total_wrap {
  border: none;
  background-color: transparent;
  text-align: left;
  padding: 0;
  width: 100%;
}
#edd_purchase_submit #edd-purchase-button {
  background-color: #448fdd;
  border-radius: 0.25em;
  border: none;
  text-transform: uppercase;
  font-size: 16px;
  font-size: 1rem;
  padding: 1.4em 1.7em;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.no-touch #edd_purchase_submit #edd-purchase-button:hover {
  background-color: rgba(68, 143, 221, 0.9);
}
#edd_purchase_submit #edd-purchase-button:focus {
  background-color: #383838;
  outline: none;
}

/* -------------------------------- 

keyframes

-------------------------------- */
@-webkit-keyframes smooth-entry {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-1.4em);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes smooth-entry {
  0% {
    opacity: 0;
    -moz-transform: translateY(-1.4em);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@keyframes smooth-entry {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-1.4em);
    -moz-transform: translateY(-1.4em);
    -ms-transform: translateY(-1.4em);
    -o-transform: translateY(-1.4em);
    transform: translateY(-1.4em);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes smooth-entry-reverse {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2em);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes smooth-entry-reverse {
  0% {
    opacity: 0;
    -moz-transform: translateY(2em);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@keyframes smooth-entry-reverse {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2em);
    -moz-transform: translateY(2em);
    -ms-transform: translateY(2em);
    -o-transform: translateY(2em);
    transform: translateY(2em);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes smooth-entry-title {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-0.6em);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(-0.6em);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes smooth-entry-title {
  0% {
    opacity: 0;
    -moz-transform: translateY(-0.6em);
  }
  50% {
    opacity: 0;
    -moz-transform: translateY(-0.6em);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@keyframes smooth-entry-title {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-0.6em);
    -moz-transform: translateY(-0.6em);
    -ms-transform: translateY(-0.6em);
    -o-transform: translateY(-0.6em);
    transform: translateY(-0.6em);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(-0.6em);
    -moz-transform: translateY(-0.6em);
    -ms-transform: translateY(-0.6em);
    -o-transform: translateY(-0.6em);
    transform: translateY(-0.6em);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes smooth-entry-btn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0.6em);
  }
  70% {
    opacity: 0;
    -webkit-transform: translateY(0.6em);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes smooth-entry-btn {
  0% {
    opacity: 0;
    -moz-transform: translateY(0.6em);
  }
  70% {
    opacity: 0;
    -moz-transform: translateY(0.6em);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@keyframes smooth-entry-btn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0.6em);
    -moz-transform: translateY(0.6em);
    -ms-transform: translateY(0.6em);
    -o-transform: translateY(0.6em);
    transform: translateY(0.6em);
  }
  70% {
    opacity: 0;
    -webkit-transform: translateY(0.6em);
    -moz-transform: translateY(0.6em);
    -ms-transform: translateY(0.6em);
    -o-transform: translateY(0.6em);
    transform: translateY(0.6em);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes fof-alien {
  0%, 100% {
    -webkit-transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-30px);
  }
}
@-moz-keyframes fof-alien {
  0%, 100% {
    -moz-transform: translateY(0);
  }
  50% {
    -moz-transform: translateY(-30px);
  }
}
@keyframes fof-alien {
  0%, 100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}
@-webkit-keyframes fof-shadow {
  0%, 100% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.8);
  }
}
@-moz-keyframes fof-shadow {
  0%, 100% {
    -moz-transform: scale(1);
  }
  50% {
    -moz-transform: scale(0.8);
  }
}
@keyframes fof-shadow {
  0%, 100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
  }
}
@-webkit-keyframes search-results {
  0%, 100% {
    -webkit-transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(20px);
  }
}
@-moz-keyframes search-results {
  0%, 100% {
    -moz-transform: translateY(0);
  }
  50% {
    -moz-transform: translateY(20px);
  }
}
@keyframes search-results {
  0%, 100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@-webkit-keyframes course-intro {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes course-intro {
  0% {
    opacity: 0;
    -moz-transform: translateY(100px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@keyframes course-intro {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes mastering-cssanimations-bg {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) scale(0.5);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
    opacity: 1;
  }
}
@-moz-keyframes mastering-cssanimations-bg {
  0% {
    -moz-transform: translateX(-50%) translateY(-50%) scale(0.5);
    opacity: 1;
  }
  100% {
    -moz-transform: translateX(-50%) translateY(-50%) scale(1);
    opacity: 1;
  }
}
@keyframes mastering-cssanimations-bg {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) scale(0.5);
    -moz-transform: translateX(-50%) translateY(-50%) scale(0.5);
    -ms-transform: translateX(-50%) translateY(-50%) scale(0.5);
    -o-transform: translateX(-50%) translateY(-50%) scale(0.5);
    transform: translateX(-50%) translateY(-50%) scale(0.5);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
    -moz-transform: translateX(-50%) translateY(-50%) scale(1);
    -ms-transform: translateX(-50%) translateY(-50%) scale(1);
    -o-transform: translateX(-50%) translateY(-50%) scale(1);
    transform: translateX(-50%) translateY(-50%) scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes mastering-cssanimations-rotate {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-45deg);
  }
}
@-moz-keyframes mastering-cssanimations-rotate {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(-45deg);
  }
}
@keyframes mastering-cssanimations-rotate {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}
@-webkit-keyframes slide-down {
  0% {
    -webkit-transform: translateY(-20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
}
@-moz-keyframes slide-down {
  0% {
    -moz-transform: translateY(-20px);
    opacity: 0;
  }
  100% {
    -moz-transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-down {
  0% {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
