/*
Theme Name: National Guitar Academy
Theme URI: http://www.webdeveloper.co
Description: A custom, bespoke WordPress theme for the National Guitar Academy, created by Zach Nicodemous
Version: 1.0.3
Author: Zach Nicodemous
Author URI: http://www.thewebdeveloper.co
*/

body {
  color: #000;
  background: #ffffff;
  margin: 0;
  padding: 0;
  font-size: 13px;
  font-family: "Arial";
  overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 16px;
  text-decoration: none;
  margin: 0;
  padding: 0;
}
br {
  display: block;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a img {
  border: 0;
}
p {
  padding: 0;
  margin: 0;
}
form,
input,
textarea {
  font-size: 12px;
  -webkit-appearance: none !important;
}

iframe:not([id^="google_ads_iframe"]) {
  width: 100%;
  max-width: 100%;
}

img.aligncenter,
.aligncenter,
picture.aligncenter img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
img.alignright {
  display: inline;
  float: right;
}
img.alignleft {
  display: inline;
  float: left;
}
.container {
  position: relative;
  width: 100%;
  height: auto;
  float: left;
}
.inner-content .container {
  width: calc(100% - 90px);
  margin: 0 45px;
}
.wrapper {
  position: relative;
  width: 1240px;
  height: auto;
  margin: 0 auto;
}

/* Header Home */

.header-home {
  height: 680px;
}
.header-home .welcome {
  position: relative;
  width: 54%;
  height: auto;
  float: left;
  color: #fff;
  margin: 30px 1% 0 45%;
}
.header-home .welcome h1 {
  font-size: 44px;
  font-weight: 600;
  line-height: 54px;
  text-transform: uppercase;
  margin: 0 0 10px 0;
}
.header-home .welcome h2 {
  font-weight: 600;
  font-size: 22px;
  line-height: 25px;
}

/* Header */

.header .top-bar {
  position: relative;
  width: 100%;
  height: auto;
  float: left;
  padding: 20px 0;
}
.header .top-bar .logo {
  position: relative;
  width: 30%;
  height: auto;
  float: left;
}
.header .top-bar .main-menu {
  position: relative;
  width: 59%;
  height: auto;
  float: left;
  margin: 5px 1% 0px 0px;
}
.header .top-bar .main-menu ul {
  margin: 0;
  padding: 0;
  float: right;
  list-style: none;
}
.header .top-bar .main-menu ul li {
  position: relative;
  float: left;
  font-size: 14px;
  padding: 0 20px;
  text-transform: uppercase;
}
.header .top-bar .main-menu ul li a {
  color: #fff;
  font-weight: 600;
}
.header .top-bar .main-menu ul li:first-child {
  padding-left: 0;
}

.header .top-bar .main-menu ul li.first-visit {
  font-weight: bold;
  font-size: 12px;
  padding: 5px 9px 4px 26px;
  text-transform: none;
  border: 2px solid #fff;
  margin: -5px 0 0 22px;
}
.header .top-bar .main-menu ul li.first-visit:before {
  position: absolute;
  width: 10px;
  height: 13px;
  left: 8px;
  top: 6px;
  content: "";
  background: url(../png/img-header-sprite.png) top right;
}
.header .top-bar .social {
  position: relative;
  width: 10%;
  height: auto;
  float: left;
  display: none;
}
.header .top-bar .social ul {
  margin: 0;
  padding: 0;
  float: right;
  list-style: none;
}
.header .top-bar .social ul li {
  float: left;
  margin-left: 10px;
}
.header .top-bar .social ul li:first-child {
  margin-left: 0px;
}
.header .top-bar .social ul li a {
  width: 30px;
  height: 30px;
  display: block;
}
.header .top-bar .social .facebook a {
  background: url(../png/img-social-sprite.png) left;
}
.header .top-bar .social .instagram a {
  background: url(../png/img-social-sprite.png) right;
}
.header .top-bar .social .twitter a {
  background: url(../png/img-social-sprite.png) -40px 0;
}

/* Email Signup */

.email-signup {
  height: 190px;
  margin: -230px 0 0 0;
  text-align: center;
  color: #fff;
  padding: 30px 0 10px;
}
.email-signup:before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  content: "";
  background: #3c231c;
  opacity: 0.75;
}
.email-signup .section-title {
  font-weight: bold;
  font-size: 44px;
  text-transform: uppercase;
}
.email-signup .section-subtitle {
  font-size: 21px;
}
.email-signup .section-widget {
  position: relative;
  width: 55%;
  margin: 20px 22.5% 10px;
  float: left;
}
.email-signup .section-widget label {
  display: none;
}
.email-signup .section-widget #field_2_1 input,
.email-signup .section-widget #field_2_2 input {
  width: 90%;
  height: 45px;
  padding: 10px 5%;
  color: #aaaaaa;
  font-weight: 300;
  font-size: 16px !important;
  border-radius: 0px;
  border: 0 !important;
}
.email-signup .gform_wrapper {
  width: 100%;
  max-width: 100%;
  float: left;
  margin: 0;
}
.email-signup .section-widget #field_2_1,
.email-signup .section-widget #field_2_2 {
  width: 50% !important;
  padding: 0;
  margin: 0;
  float: left;
  clear: none;
}
.email-signup .section-widget #field_2_1 input,
.email-signup .section-widget #field_2_2 input {
  width: 90%;
  padding: 0px 5% !important;
  margin-right: 1%;
}
.email-signup .gform_body label {
  display: none !important;
}
.email-signup .section-widget input#mc_signup_submit,
.email-signup .gform_button {
  width: 100% !important;
  height: 45px;
  margin: 0;
  padding: 10px 0 10px;
  color: #fff;
  background: #e64f22;
  font-size: 16px !important;
  font-weight: bold !important;
  text-transform: uppercase;
  border: 0;
  border-radius: 0px;
}
.email-signup .gform_body {
  width: 70% !important;
  float: left;
}
.email-signup .ginput_container {
  margin: 0 !important;
  padding: 0 !important;
}
.email-signup .gform_footer {
  width: 30% !important;
  float: left;
  margin: 0 !important;
  padding: 0 !important;
  clear: none !important;
}
.email-signup .gform_button {
  width: 100%;
  float: left;
}
.email-signup .section-widget .mc_merge_var {
  width: 70%;
  float: left;
}
.email-signup .section-widget .mc_signup_submit {
  width: 30%;
  float: left;
}
.email-signup .section-footer {
  position: relative;
  width: auto;
  padding-left: 23px;
  font-size: 12px;
  font-style: italic;
  display: inline-block;
}
.email-signup .section-footer:before {
  position: absolute;
  width: 18px;
  height: 18px;
  top: 0px;
  left: 0px;
  content: "";
  background: url(../png/img-header-sprite.png);
}

/* Free Lessons */

.free-lessons {
  padding: 40px 0 60px 0;
}
.free-lessons .section-title {
  text-align: center;
  font-weight: bold;
  font-size: 44px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.free-lessons .section-subtitle {
  color: #777777;
  text-align: center;
  font-size: 21px;
}
.free-lessons .lessons {
  position: relative;
  width: 100%;
  height: auto;
  float: left;
  margin: 40px 0 0 0;
}
.free-lessons .lessons .lesson {
  position: relative;
  width: 19.1%;
  height: auto;
  float: left;
  margin: 0 1.1% 15px 0;
  overflow: hidden;
}
.free-lessons .lessons .lesson a {
  text-decoration: none;
}
.free-lessons .lessons .lesson .image img {
  width: auto;
  height: auto;
  max-width: 100%;
}
.free-lessons .lessons .lesson:last-child {
  margin: 0;
}
.free-lessons .lessons .lesson .title {
  position: relative;
  width: 100%;
  height: auto;
  color: #fff;
  float: left;
  font-weight: 900;
  font-size: 13px;
  text-transform: uppercase;
  background: #000;
  padding: 8px 0;
  text-align: center;
}
.free-lessons .lessons .lesson .overlay {
  position: absolute;
  width: calc(100% - 5px);
  height: 100%;
  top: 0px;
  left: 0px;
  color: #fff;
  background: #e64f22;
  line-height: 26px;
  text-align: center;
  font-size: 20px;
  opacity: 0;
  padding: 0 10px;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 600;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.free-lessons .lessons .lesson:hover .overlay {
  opacity: 1;
}
.free-lessons .lessons .lesson .overlay table {
  height: 100%;
}
.free-lessons .lessons .lesson .overlay table a {
  width: 100%;
  float: left;
  text-transform: uppercase;
  font-size: 11px;
  color: #fff;
  opacity: 0.5;
  text-align: center;
  font-weight: bold;
}

/* About Mike */

.about-us {
  padding: 100px 0;
  height: 160px;
  text-align: center;
}
.about-us .title {
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 44px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.about-us .button {
  position: relative;
  width: auto;
  height: auto;
  display: inline-block;
  text-align: center;
  font-size: 13px;
  text-transform: uppercase;
}
.about-us .button a {
  color: #fff;
  padding: 11px 15px;
  display: block;
  font-weight: 900;
}

/* More Cool Stuff */

.more-cool-stuff {
  padding: 70px 0;
}
.more-cool-stuff .title {
  text-align: center;
  font-weight: bold;
  font-size: 44px;
  text-transform: uppercase;
  margin-bottom: 45px;
}
.more-cool-stuff .items {
  position: relative;
  width: 100%;
  height: auto;
  float: left;
}
.more-cool-stuff .items .item {
  position: relative;
  width: 32%;
  height: auto;
  float: left;
  margin-right: 2%;
  text-align: center;
}
.more-cool-stuff .items .item:first-child .item-name {
  padding-left: 30px;
}
.more-cool-stuff .items .item .item-name {
  margin: 10px 0 0 0;
  padding-left: 35px;
  text-align: center;
  color: #111111;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
}
.more-cool-stuff .items .item .item-name a {
  color: #111111;
}
.more-cool-stuff .items .item:last-child {
  margin-right: 0px;
}
.more-cool-stuff .items .item:last-child .item-name {
  padding-left: 35px;
}

/* Popular Lessons */

.popular-lessons {
  padding: 60px 0;
  background: #eeeeee;
}
.popular-lessons .section-title {
  text-align: center;
  font-weight: bold;
  font-size: 44px;
  text-transform: uppercase;
  margin-bottom: 45px;
}
.popular-lessons .column-1 {
  position: relative;
  width: 32%;
  height: auto;
  float: left;
  margin-right: 2%;
}
.popular-lessons .column-2 {
  position: relative;
  width: 32%;
  height: auto;
  float: left;
  margin-right: 2%;
}
.popular-lessons .column-3 {
  position: relative;
  width: 32%;
  height: auto;
  float: left;
}
.popular-lessons .lesson {
  position: relative;
  width: 100%;
  height: auto;
  float: left;
  margin-bottom: 15px;
  overflow: hidden;
}
.popular-lessons .lesson .title {
  position: absolute;
  width: 92%;
  height: auto;
  bottom: 0px;
  color: #fff;
  float: left;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  padding: 12px 4%;
  text-align: left;
  z-index: 999;
}
.popular-lessons .lesson .title:before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  top: 0px;
  left: 0px;
  background: #000;
  opacity: 0.7;
  z-index: -1;
}
.popular-lessons .lesson .image {
  position: relative;
  width: 100%;
  height: auto;
  float: left;
}
.popular-lessons .lesson .image img {
  width: auto;
  height: auto;
  max-width: 100%;
}
.popular-lessons .lesson .overlay {
  position: absolute;
  width: 82%;
  height: 100%;
  top: 0px;
  left: 0px;
  color: #fff;
  padding: 0 10%;
  background: #02cae8;
  line-height: 26px;
  text-align: center;
  font-size: 26px;
  opacity: 0;
  cursor: pointer;
  z-index: 99999;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.popular-lessons .lesson:hover .overlay {
  opacity: 1;
}
.popular-lessons .lesson .overlay table {
  height: 100%;
}
.popular-lessons .lesson .overlay table a {
  width: 100%;
  float: left;
  text-transform: uppercase;
  font-size: 11px;
  color: #fff;
  opacity: 0.5;
  text-align: center;
  font-weight: bold;
}

/* Bottom Email */

.bottom-email {
  padding: 40px 0;
  background: #261c18;
}
.bottom-email .message {
  color: #fff;
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 25px;
}
.bottom-email .form {
  width: 54%;
  margin: 0 23%;
}
.bottom-email .form .mc_merge_var label {
  display: none;
}
.bottom-email .form .gform_fields label {
  display: none;
}
.bottom-email .gform_body {
  position: relative;
  width: 70%;
  height: auto;
  float: left;
}
.bottom-email .gform_wrapper .gform_footer .gform_button {
  width: 100% !important;
  height: 45px;
  margin: 0;
  padding: 10px 0 10px;
  color: #fff;
  background: #e64f22;
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
  border: 0;
  border-radius: 0px;
}
.bottom-email .gform_body {
  width: 70% !important;
  float: left;
}
.bottom-email .gform_body li {
  width: 50% !important;
  float: left;
  margin-top: 0 !important;
  clear: none !important;
}
.bottom-email .gform_body input {
  width: 92% !important;
  padding: 0px 3% !important;
  border: 0 !important;
  margin: 0 2% 0 0 !important;
}
.bottom-email .ginput_container {
  margin: 0 !important;
  padding: 0 !important;
}
.bottom-email .gform_footer {
  width: 30% !important;
  float: left;
  margin: 0 !important;
  padding: 0 !important;
  clear: none !important;
}
.bottom-email .gform_button {
  width: 100%;
  float: left;
}
.bottom-email .form input#mc_mv_EMAIL,
.bottom-email .gform_body input {
  width: 100% !important;
  height: 45px;
  float: left;
  padding: 10px 3%;
  color: #999999;
  font-weight: 300 !important;
  font-size: 16px !important;
}
.bottom-email .form input#mc_signup_submit {
  width: 38%;
  float: left;
  margin: 0 0 0 3%;
  background: #02cae8;
  border: 0;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  height: 45px;
  padding: 10px 0 10px;
  text-transform: uppercase;
}

/* Footer */

.footer {
  height: 79px;
  padding: 40px 0;
  background-color: #000;
}
.footer .main-menu {
  position: relative;
  width: 52%;
  height: auto;
  float: left;
  margin: 5px 1% 0px 18.5%;
}
.footer .main-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.footer .main-menu ul li {
  position: relative;
  display: inline-block;
  font-size: 13px;
  padding: 0 17px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.3px;
}
.footer .main-menu ul li a {
  color: #fff;
}
.footer .main-menu ul li:first-child {
  padding-left: 0;
}
.footer .main-menu ul li.first-visit {
  font-weight: bold;
  font-size: 12px;
  padding: 5px 9px 4px 26px;
  text-transform: none;
  border: 2px solid #fff;
  margin: -5px 0 0 22px;
}
.footer .main-menu ul li.first-visit:before {
  position: absolute;
  width: 10px;
  height: 13px;
  left: 8px;
  top: 6px;
  content: "";
  background: url(../png/img-header-sprite.png) top right;
}
.footer .social {
  position: relative;
  width: 10%;
  height: auto;
  float: left;
  display: none;
}
.footer .social ul {
  margin: 0;
  padding: 0;
  float: right;
  list-style: none;
}
.footer .social ul li {
  float: left;
  margin-left: 10px;
}
.footer .social ul li:first-child {
  margin-left: 0px;
}
.footer .social ul li a {
  width: 30px;
  height: 30px;
  display: block;
}
.footer .social .facebook a {
  background: url(../png/img-social-sprite.png) left;
}
.footer .social .instagram a {
  background: url(../png/img-social-sprite.png) right;
}
.footer .social .twitter a {
  background: url(../png/img-social-sprite.png) -40px 0;
}
.footer .copyright {
  position: relative;
  width: 100%;
  height: auto;
  float: left;
  text-align: center;
  font-size: 13px;
  text-transform: uppercase;
  color: #fff;
  margin: 22px 0 0 0;
}

/* Contact Us */

.page-id-209 .page-content .gform_wrapper input,
.page-id-209 .page-content .gform_wrapper select,
.page-id-209 .page-content .gform_wrapper textarea {
  border: 1px solid #ccc;
  padding: 10px 10px 8px !important;
}
.page-id-209
  .page-content
  .gform_wrapper
  .top_label
  .gfield_label {
  color: #000;
  font-weight: 700 !important;
  font-size: 16px !important;
  float: none;
  line-height: 1.3 !important;
  margin: 0 0 4px 0;
  padding: 0;
  display: none;
}
.page-id-209
  .page-content
  .gform_wrapper
  .field_sublabel_below
  .ginput_complex.ginput_container
  label,
.page-id-209
  .page-content
  .gform_wrapper
  .field_sublabel_below
  div[class*="gfield_time_"].ginput_container
  label {
  display: block;
  font-size: 13px;
  float: none;
  font-weight: 400;
  line-height: 1.3;
  margin: 4px 0 0;
  padding: 0;
}
.page-id-209
  .page-content
  .gform_wrapper
  .gform_footer
  input.button,
.page-id-209
  .page-content
  .gform_wrapper
  .gform_footer
  input[type="submit"] {
  background-color: #eee;
  border: 1px solid #ddd;
  color: #333;
  font-size: 1em;
  padding: 10px 15px;
}

/* Mobile Menu */

.mobile-menu-burger {
  position: absolute;
  width: 30px;
  height: 31px;
  right: 30px;
  top: 15px;
  cursor: pointer;
  display: none;
  z-index: 99999;
  background: url(../png/icon-responsive.png);
}
.mobile-menu {
  position: fixed;
  width: 60%;
  height: 100%;
  background: #eeeeee;
  z-index: 99999;
  padding: 10%;
  left: -85%;
  transition: 0.5s;
}
.mobile-menu.opened {
  transition: 0.5s;
  left: 0;
}
.mobile-menu img {
  margin-bottom: 30px;
}
.mobile-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mobile-menu ul li {
  position: relative;
  width: 100%;
  height: auto;
  float: left;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.mobile-menu ul li a {
  color: #000;
  font-size: 17px;
}

/* Inner Page */

.inner-content {
  padding: 40px 0;
}
.full-width {
  width: 60% !important;
  margin: 0 20%;
  text-align: center !important;
}
.full-width ul {
  /*padding:0px !important;*/
}
.full-width ul li {
  width: auto;
  text-align: center;
  list-style-position: inside;
}
.page-sidebar {
  width: 65% !important;
}
.sidebar {
  position: relative;
  width: 25%;
  height: auto;
  float: right;
  margin-left: 5%;
  margin-bottom: 40px;
}
.sidebar .widget {
  position: relative;
  float: left;
  margin-left: 1px;
  margin-bottom: 30px;
}
.sidebar .widget-title {
  font-size: 20px;
  margin-bottom: 20px;
}
.sidebar ul {
  margin: 0 !important;
  padding: 0;
  list-style: none;
}
.sidebar ul li a {
  color: #000;
}
.sidebar .widget {
  position: relative;
  width: 90%;
  padding: 3.5% 5%;
  font-size: 18px;
  border: 1px solid #e5eef1;
}
.sidebar .widget-title {
  text-align: center;
  margin-bottom: 18px;
}
.sidebar .widget li {
  padding-bottom: 6px;
  margin-bottom: 6px;
  padding-right: 0 !important;
  margin-right: 0 !important;
}
.sidebar .widget li.gfield {
  margin: 0 5% 6px !important;
}
.sidebar .widget li.gfield,
.sidebar .widget .gform_footer {
  width: 90%;
  margin: 0 5% !important;
}
.sidebar .widget li.gfield input {
  text-align: center !important;
}
.sidebar .gform_wrapper .gform_footer {
  padding: 5px 0 10px;
}
.sidebar .widget_search {
  position: relative;
  width: 100%;
  float: left;
  padding: 0 !important;
  border: 0 !important;
  margin: 0 0 30px 0;
}
.sidebar .widget_search input#s {
  position: relative;
  float: left;
  width: 90%;
  border-radius: 20px;
  padding: 3.5% 5%;
  border: 1px solid #ccc;
  color: #aaaaaa;
  font-weight: 300;
  font-size: 16px;
}
.sidebar .widget_search input#searchsubmit {
  position: relative;
  width: 21px;
  height: 22px;
  border: 0;
  font-size: 0;
  float: right;
  margin: -31px 12px 0 0;
  z-index: 99999;
  background: url(../png/bg-search.png);
}
.sidebar .email_subscribe,
.sidebar .our-mission {
  position: relative;
  width: 90%;
  height: auto;
  padding: 8% 5%;
  float: left;
  border: 2px solid #e64f22;
  text-align: center;
}
.sidebar .email_subscribe .title,
.sidebar .our-mission .title h2 {
  font-size: 28px;
  margin: 0 0 10px 0;
  padding: 0;
  color: #e64f22;
  font-weight: 600;
}
.sidebar .email_subscribe .subtitle,
.sidebar .our-mission .subtitle {
  color: #404040;
  font-weight: 300;
  font-size: 18px;
  margin-bottom: 16px;
}
.sidebar .our-mission .subtitle p {
  margin: 0;
  padding: 0;
}
.sidebar .email_subscribe label {
  display: none !important;
}
.sidebar .email_subscribe input,
.sidebar .email_subscribe input#mc_mv_EMAIL {
  width: 90% !important;
  border-radius: 0px;
  padding: 3.5% 5% !important;
  border: 1px solid #e64f22 !important;
  color: #898989;
  font-weight: 300;
  font-size: 16px !important;
}
.sidebar .email_subscribe input.gform_button,
.sidebar .email_subscribe input#mc_signup_submit {
  width: 100% !important;
  border-radius: 0px !important;
  padding: 3% 5% !important;
  border: 0;
  color: #fff;
  text-transform: none;
  font-weight: bold;
  font-size: 15px !important;
  background: #e64f22 !important;
  margin-bottom: 10px;
}
.sidebar .email_subscribe .email-footer {
  text-transform: uppercase;
  font-size: 10px;
  color: #898989;
}
.sidebar .widget_post_views_counter_list_widget {
  position: relative;
  width: 84%;
  height: auto;
  padding: 7% 8% 5% 8%;
  float: left;
  border: 2px solid #e5eef1;
}
.sidebar .widget_post_views_counter_list_widget li {
  border-bottom: 1px solid #e5eef1;
}
.sidebar
  .widget_post_views_counter_list_widget
  li:last-child {
  border-bottom: 0px !important;
}
.sidebar .widget_post_views_counter_list_widget li a {
  color: #f16334;
}
.inner-content img,
.inner-content img.lazyloaded {
  width: auto !important;
  height: auto !important;
  max-width: 100% !important;
}
.inner-content h1 {
  width: 100%;
  float: left;
  font-size: 32px;
  font-weight: bold;
  margin: 0 0 10px 0;
}
.inner-content h2 {
  width: 100%;
  float: left;
  font-size: 24px;
  font-weight: bold;
  margin: 25px 0 20px 0;
}
.inner-content h3 {
  float: left;
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 10px 0;
}
.inner-content blockquote {
  background: #ff9;
  font-size: 16px !important;
  padding: 2.5%;
  border: 1px solid #e5e597;
  width: 85%;
  float: left;
  color: #404040;
  line-height: 1.375;
  margin: 0 5% 30px 5%;
  box-sizing: border-box;
}
.inner-content blockquote p {
  margin: 0;
  padding: 0;
  color: #404040;
}
.inner-content blockquote.orange {
  width: calc(90% - 4px);
  float: left;
  margin: 20px 5% 30px;
  padding: 0;
  color: #fe7543;
  background: none;
  border: 0;
  text-align: left;
  border-left: 4px solid #fe7543 !important;
}
.inner-content blockquote.orange p {
  width: 100%;
  float: left;
  color: #fe7543;
  text-align: left;
  padding: 15px 0 15px 20px;
}
.inner-content ul {
  margin: 30px 5%;
  padding: 0;
  list-style-position: inside;
}
.inner-content p,
.inner-content li {
  width: 100% !important;
  float: left;
  font-size: 16px;
  color: #404040;
  line-height: 1.375;
  margin-bottom: 15px;
}
.inner-content iframe {
  width: 100%;
  float: left;
}
.inner-content iframe.nga-yt {
  margin-bottom: 2rem;
}
.inner-content p {
  font-size: 16px;
  color: #404040;
  line-height: 1.375;
}
.inner-content p img {
  margin-top: 50px;
}
.inner-content .content {
  width: 100%;
  height: auto;
  float: left;
}
.inner-content .content a {
  color: #f16334;
  text-decoration: underline;
}
.inner-content .content a:hover {
  text-decoration: none;
}
.inner-content .content .page-title {
  position: relative;
  width: 100%;
  height: auto;
  float: left;
  font-size: 32px;
  margin-bottom: 12px;
  color: #1e1e1e;
  font-weight: bold;
}
.inner-content .content .page-content {
  position: relative;
  width: 100%;
  height: auto;
  float: left;
}
.inner-content .content .page-content div[style] {
  width: 100%;
  float: left;
}

/* Single Cat Page */

.inner-content .lessons {
  margin: 0 !important;
}
.category-name {
  position: relative;
  width: 100%;
  height: auto;
  float: left;
}
.category-description {
  position: relative;
  width: 100%;
  height: auto;
  float: left;
  color: #666;
  font-size: 22px;
  margin-bottom: 40px;
}

/* New CSS */

.image-title {
  width: 90%;
  height: 180px;
  padding: 20px 5%;
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
}
.inner-content .content .image-title a {
  font-weight: 400;
  letter-spacing: 0;
}
.image-title table {
  height: 180px;
}

/* No Header, No Footer */

#page-minimized {
  background: #f4f5f5;
}
#page-minimized .no-header-no-footer .container {
  background: #fff;
  border-radius: 20px;
  border: 1px solid #e2e3de;
}
.no-header-no-footer .full-width {
  width: 90% !important;
  padding: 5% !important;
  margin: 0 !important;
}
.no-header-no-footer .full-width .content-top {
  position: relative;
  width: 100%;
  height: auto;
  float: left;
  margin-bottom: 50px;
}
.no-header-no-footer .full-width .content-top .title {
  font-weight: bold;
  color: #020000;
  font-size: 33px;
  margin-bottom: 40px;
}
.no-header-no-footer .full-width .content-top ul {
  margin: 0;
  padding: 0 50px !important;
  list-style: none;
}
.no-header-no-footer .full-width .content-top ul li {
  text-align: left;
  font-size: 24px;
  color: #020000;
  padding: 5px 0 5px 50px;
  background: url("../png/bullet.png") left no-repeat;
}
.no-header-no-footer .full-width .content-left {
  position: relative;
  width: 42%;
  height: auto;
  float: left;
  margin-right: 8%;
}
.no-header-no-footer
  .full-width
  .content-left
  .order-summary-title {
  position: relative;
  width: 95%;
  height: auto;
  float: left;
  padding: 2.5%;
  background: url("../png/title-bg.png");
}
.no-header-no-footer
  .full-width
  .content-left
  .order-summary-title
  div {
  position: relative;
  width: 50%;
  height: auto;
  float: left;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  text-align: left;
}
.no-header-no-footer
  .full-width
  .content-left
  .order-summary-title
  div:last-child {
  text-align: right;
}
.no-header-no-footer
  .full-width
  .content-left
  .order-summary {
  position: relative;
  width: 100%;
  height: auto;
  float: left;
  background: #efefef;
  margin-bottom: 50px;
}
.no-header-no-footer
  .full-width
  .content-left
  .order-summary
  .product-name {
  text-align: left;
  color: #4f4f54;
  font-size: 14px;
  font-weight: bold;
}
.no-header-no-footer
  .full-width
  .content-left
  .order-summary
  table,
.no-header-no-footer
  .full-width
  .content-left
  .order-summary
  tbody {
  position: relative;
  width: 100%;
  height: auto;
  float: left;
  display: block;
}
.no-header-no-footer
  .full-width
  .content-left
  .order-summary
  .cart_item:nth-child(1) {
  border-bottom: 1px solid #e2e3de;
  float: left;
  position: relative;
  width: 100% !important;
}
.no-header-no-footer
  .full-width
  .content-left
  .order-summary
  .cart_item:nth-child(1)
  .product-name {
  width: 70%;
  float: left;
  padding: 10px 0 10px 10px;
}
.no-header-no-footer
  .full-width
  .content-left
  .order-summary
  .cart_item:nth-child(1)
  .product-total {
  width: 30%;
  text-align: right;
  padding: 10px 10px 10px 0px;
}
.no-header-no-footer
  .full-width
  .content-left
  .order-summary
  .cart_item:nth-child(2) {
  position: relative;
  width: 97%;
  height: auto;
  float: left;
  padding: 1.5%;
  border-bottom: 1px solid #e2e3de;
}
.no-header-no-footer
  .full-width
  .content-left
  .order-summary
  .cart_item:nth-child(2)
  .image {
  width: 30%;
  float: left;
}
.no-header-no-footer
  .full-width
  .content-left
  .order-summary
  .cart_item:nth-child(2)
  .product-name {
  width: 65%;
  float: right;
  font-weight: normal !important;
  padding: 40px 10px 40px 0;
}
.no-header-no-footer
  .full-width
  .content-left
  .order-summary
  .cart_item:nth-child(2)
  .product-name
  .product-quantity {
  display: block;
  float: left;
  margin-right: 5px;
}
.no-header-no-footer
  .full-width
  .content-left
  .order-summary
  tfoot,
.no-header-no-footer
  .full-width
  .content-left
  .order-summary
  tfoot
  .order-total {
  position: relative;
  width: 100%;
  height: auto;
  float: left;
}
.no-header-no-footer
  .full-width
  .content-left
  .order-summary
  tfoot
  .order-total {
  width: 96%;
  padding: 15px 2%;
  text-align: right;
  font-size: 15px;
}
.no-header-no-footer
  .full-width
  .content-left
  .order-summary
  tfoot
  .order-total
  th {
  margin-right: 50px;
}
.no-header-no-footer
  .full-width
  .content-left
  .order-summary
  tfoot
  .order-total
  th,
tfoot .order-total td {
  display: inline-block;
}
.no-header-no-footer
  .full-width
  .content-left
  .order-summary
  .product-name
  .variation {
  display: none;
}
.no-header-no-footer
  .full-width
  .content-left
  .order-summary
  .subscription-details,
.no-header-no-footer
  .full-width
  .content-left
  .order-summary
  thead
  .product-name,
.no-header-no-footer
  .full-width
  .content-left
  .order-summary
  thead
  .product-total,
.no-header-no-footer
  .full-width
  .content-left
  .order-summary
  .product-quantity,
.no-header-no-footer
  .full-width
  .content-left
  .order-summary
  .cart-subtotal {
  display: none;
}
.no-header-no-footer
  .full-width
  .content-left
  #customer_details
  .col-1 {
  width: 100%;
}
.no-header-no-footer
  .full-width
  .content-left
  #customer_details
  .col-2 {
  display: none;
}
.customer-details-title {
  position: relative;
  width: 95%;
  height: auto;
  float: left;
  padding: 2.5%;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  text-align: left;
  background: url("../png/title-bg.png");
}
.customer-details {
  position: relative;
  width: 94%;
  height: auto;
  float: left;
  padding: 3%;
  background: #efefef;
}
.customer-details h3 {
  display: none;
}
.customer-details label {
  text-align: left;
  font-size: 16px;
  font-weight: bold;
  color: #545454;
  margin: 0 0 3px 0;
}
.customer-details label .required {
  display: none;
}
.customer-details input {
  position: relative;
  width: 100% !important;
  padding: 7px;
  float: left;
  border: 1px solid #cccccc;
}
.customer-details #billing_first_name_field {
  position: relative;
  width: 48%;
  height: auto;
  float: left;
}
.customer-details #billing_last_name_field {
  position: relative;
  width: 48%;
  height: auto;
  float: right;
}
.customer-details #billing_email_field {
  position: relative;
  width: 100%;
  height: auto;
  float: left;
}
.customer-details label[for] {
  display: none;
}
.customer-details #order_review input {
  padding: 7px !important;
  margin: 0 !important;
  font-size: 14px !important;
}
.customer-details #order_review #place_order {
  width: 100%;
  border: 0;
  float: left;
  font-size: 24px !important;
  color: #ffffff;
  font-weight: bold;
  background: #409c32;
  border-radius: 5px;
  padding: 10px 0 14px !important;
}
.woocommerce-checkout #payment div.payment_box:before {
  display: none !important;
}
.woocommerce-checkout #payment div.payment_box {
  padding: 0 !important;
  margin: 0 !important;
}
.payment_box.payment_method_stripe > fieldset {
  border: 0;
  padding: 0;
}
.stripe_new_card > fieldset {
  border: 0;
  padding: 0;
}
.woocommerce-checkout #payment div.payment_box,
.woocommerce-checkout #payment {
  background: none !important;
}
.woocommerce-checkout #payment ul.payment_methods {
  border: 0 !important;
}
#order_review_heading {
  display: none;
}
.customer-payment-select {
  position: relative;
  width: 100%;
  height: auto;
  float: left;
  color: #4f4f4f !important;
  text-align: left;
  margin: 0 0 30px 0;
  background: url("../png/card-images.png") right 36px
    no-repeat;
}
.customer-payment-select .text {
  position: relative;
  width: 100%;
  float: left;
  font-weight: bold;
  text-align: left;
  font-size: 16px;
  margin-bottom: 15px;
}
.customer-payment-select .one-time.selected:before,
.customer-payment-select .payments.selected:before {
  background: url("../png/radio.png") left top no-repeat;
}
.customer-payment-select .one-time:before {
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0px;
  top: 0px;
  content: "";
  background: url("../png/radio.png") left bottom no-repeat;
}
.customer-payment-select .one-time {
  position: relative;
  width: 90%;
  float: left;
  padding-left: 23px;
  font-weight: bold;
  text-align: left;
  font-size: 15px;
  margin-bottom: 10px;
  cursor: pointer;
}
.customer-payment-select .payments:before {
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0px;
  top: 0px;
  content: "";
  background: url("../png/radio.png") left bottom no-repeat;
}
.customer-payment-select .payments {
  position: relative;
  width: 90%;
  float: left;
  padding-left: 23px;
  font-weight: bold;
  text-align: left;
  font-size: 15px;
  cursor: pointer;
  margin-bottom: 10px;
}
.woocommerce-message,
.woocommerce-info {
  display: none;
}
tr.recurring-total {
  padding: 0px 2% 15px !important;
}
.recurring-totals,
.recurring-total th,
tr.recurring-total th {
  display: none !important;
}
.no-header-no-footer .full-width .content-right {
  position: relative;
  width: 36%;
  height: auto;
  float: left;
  margin-left: 14%;
  text-align: left !important;
}
.no-header-no-footer .full-width .content-right img {
  margin-bottom: 30px;
}
.no-header-no-footer .full-width .content-right h3 {
  font-size: 24px;
  margin: 20px 0 3px 0;
}
.no-header-no-footer .full-width .content-right p {
  font-size: 14px;
  line-height: 22px;
}
.no-header-no-footer
  .full-width
  .content-right
  img.wp-image-428 {
  margin-top: 30px;
}

/* Login Page */

.login-page form {
  position: relative;
  width: 100%;
  height: auto;
  float: left;
  padding: 30px 0;
}
.login-page form input,
#pippin_password_form input {
  position: relative;
  width: 50%;
  height: auto;
  padding: 2%;
  margin: 0 23% 15px 23%;
  border: 1px solid #cccccc;
}
.login-page form input.login-button,
#pippin_password_submit {
  text-transform: uppercase;
  text-align: center;
  background: #02cae8;
  color: #fff;
  font-size: 16px;
  width: auto !important;
  font-weight: bold;
  border: 0 !important;
  padding: 10px 30px !important;
  cursor: pointer;
}

.currency {
  font-size: 20px;
}
.subscription-price .amount:before {
  position: relative;
  width: 100%;
  float: left;
  content: "$497.00";
  color: #f00;
  text-decoration: line-through;
  clear: both;
}
label[for="stripe-card-cvc"] {
  font-size: 0px;
}
label[for="stripe-card-cvc"]:before {
  font-size: 16px;
  content: "Security Code (CVC)";
}
fieldset#stripe-cc-form {
  padding-bottom: 35px;
  margin-bottom: 5px;
  background: url("../png/secure-logo-bottom.png") no-repeat
    center bottom;
}
.no-header-no-footer .full-width-sales-pages {
  margin: 0 !important;
  padding: 2% 20% !important;
  width: 60% !important;
}
.gform_confirmation_message {
  color: #b5b3b3;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}
#gform_ajax_spinner_3,
.gform_ajax_spinner_3,
.gform_ajax_spinner {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}
.gform_wrapper .validation_error {
  display: none !important;
}
.gfield_error {
  background: none !important;
  border: 0 !important;
}
.validation_message {
  margin-left: 0px !important;
  font-style: italic;
  color: #ffcaca !important;
}
.email-signup .section-widget #field_2_1.gfield_error input,
.email-signup .section-widget #field_2_2.gfield_error input,
.email-signup .section-widget #field_3_1.gfield_error input,
.email-signup
  .section-widget
  #field_3_2.gfield_error
  input {
  border: 2px solid red;
}
.gform_wrapper .top_label .gfield_error {
  margin-top: 0 !important;
  padding-top: 0;
  width: 50%;
}
form#wp_pass_reset {
  position: relative;
  width: 100%;
  height: auto;
  float: left;
  display: inline-block;
  text-align: center;
}
input.reset_password {
  background: #02cae8;
  border: 0 none;
  border-radius: 0;
  color: #fff;
  font-size: 16px !important;
  font-weight: bold !important;
  height: 45px;
  margin: 0;
  padding: 10px 15px;
  text-transform: uppercase;
  width: auto;
  text-align: center;
  display: inline-block;
}

/* Change Password */

#pippin_password_form {
  border: 0;
}
.pippin_message {
  text-transform: uppercase;
  margin-bottom: 25px;
}

@media all and (min-width: 1240px) and (max-width: 2000px) {
  .free-lessons
    .lessons
    .lesson-container
    .lesson:nth-child(5n + 5) {
    margin: 0;
  }
}

@media all and (max-width: 1239px) {
  .no-header-no-footer .full-width .content-left {
    width: 48%;
    margin-right: 2%;
  }
}

@media all and (min-width: 960px) and (max-width: 1239px) {
  .free-lessons
    .lessons
    .lesson-container
    .lesson:nth-child(5n + 5) {
    margin: 0;
  }
  .sidebar .email_subscribe input#mc_signup_submit {
    font-size: 14px;
  }
  .wrapper {
    width: 960px;
  }
  .header .top-bar .logo {
    width: 28%;
  }
  .header .top-bar .logo img {
    width: auto;
    height: auto;
    max-width: 100%;
  }
  .header .top-bar .main-menu {
    width: 61%;
    margin-top: 1px;
  }
  .header .top-bar .main-menu ul li {
    padding: 0 10px;
  }
  .header .top-bar .main-menu ul li.first-visit {
    margin-left: 12px;
  }
  .header .top-bar .social ul li {
    margin-left: 3px;
    margin-top: -5px;
  }
  .header-home .welcome h1 {
    font-size: 39px;
    line-height: 47px;
    margin-bottom: 0px;
  }
  .header-home .welcome h2 {
    font-size: 14px;
    line-height: 22px;
  }
  .email-signup .section-widget input#mc_signup_submit {
    padding: 5px 0 7px;
  }
  .free-lessons .lessons .lesson .title {
    font-size: 11px;
  }
  .more-cool-stuff .items .item img {
    width: auto;
    height: auto;
    max-width: 100%;
  }
  .footer {
    height: 99px;
    padding: 30px 0;
  }
  .footer .main-menu {
    width: 100%;
    margin: 0px 0 10px;
  }
  .footer .social {
    width: 100%;
  }
  .footer .social ul {
    text-align: center;
    float: none;
  }
  .footer .social ul li {
    float: none;
    display: inline-block;
  }
  .footer .copyright {
    margin: 12px 0 0 0;
  }
  .sidebar {
    position: relative;
    width: 25%;
    height: auto;
    float: right;
    margin-left: 5%;
  }
  .bottom-email .form input#mc_signup_submit {
    padding: 7px 0 11px;
  }
  .header-home {
    background-position: -40px center !important;
  }
  .email-signup .section-widget {
    position: relative;
    width: 65%;
    margin: 20px 17.5% 10px;
    float: left;
  }
  .bottom-email .form {
    width: 80%;
    margin: 0 10%;
  }
}

@media all and (min-width: 768px) and (max-width: 959px) {
  .sidebar .email_subscribe input#mc_signup_submit {
    font-size: 14px;
  }
  .wrapper {
    width: 768px;
  }
  .header .top-bar .logo {
    width: 70%;
    margin-left: 20px;
  }
  .header-home {
    background-position: -120px 0 !important;
  }
  .mobile-menu-burger {
    display: block;
  }
  .header .top-bar .main-menu,
  .header .top-bar .social {
    display: none;
  }
  .header-home .welcome h1 {
    font-size: 31px;
    line-height: 36px;
    margin: 0px 0 4px;
  }
  .header-home .welcome h2 {
    font-size: 16px;
    line-height: 20px;
  }
  .email-signup .section-widget input#mc_signup_submit {
    padding: 5px 0;
  }
  .free-lessons .container {
    width: 95%;
    margin: 0 2.5%;
  }
  .free-lessons .lessons .lesson {
    width: 32.1%;
    margin: 0 1.8% 10px 0;
  }
  .free-lessons .lessons .lesson:nth-child(3n + 3) {
    margin-right: 0 !important;
  }
  .free-lessons .lessons .lesson .overlay {
    width: 90%;
    padding: 0 5%;
  }
  .more-cool-stuff .items .item img {
    width: auto;
    height: auto;
    max-width: 100%;
  }
  .popular-lessons .lesson .title {
    font-size: 11px;
    padding: 8px 4%;
  }
  .popular-lessons .lesson {
    margin-bottom: 9px;
  }
  .popular-lessons .lesson .overlay {
    font-size: 21px;
    line-height: 21px;
  }
  .footer {
    height: 99px;
    padding: 30px 0;
  }
  .footer .main-menu {
    width: 100%;
    margin: 0px 0 10px;
  }
  .footer .social {
    width: 100%;
  }
  .footer .social ul {
    text-align: center;
    float: none;
  }
  .footer .social ul li {
    float: none;
    display: inline-block;
  }
  .footer .copyright {
    margin: 12px 0 0 0;
  }
  .page-sidebar {
    width: 60% !important;
  }
  .sidebar {
    position: relative;
    width: 35%;
    height: auto;
    float: right;
    margin-left: 5%;
  }
  .full-width {
    width: 100% !important;
    margin: 0 !important;
  }
  .bottom-email .form {
    margin: 0 5%;
    width: 90%;
  }
  .bottom-email .form input#mc_signup_submit {
    padding: 10px 0 11px;
  }
  .email-signup .section-widget {
    position: relative;
    width: 85%;
    margin: 20px 7.5% 10px;
    float: left;
  }
  .free-lessons .lessons .lesson:hover .overlay,
  .popular-lessons .lesson:hover .overlay {
    display: none;
  }
  .free-lessons .lessons .lesson .overlay,
  .popular-lessons .lesson .overlay {
    display: none;
  }
}

@media all and (min-width: 480px) and (max-width: 767px) {
  .wrapper {
    width: 480px;
  }
  .mobile-menu img {
    width: auto;
    height: auto;
    max-width: 100%;
    margin-bottom: 30px;
  }
  .mobile-menu-burger {
    display: block;
  }
  .header .top-bar .logo {
    width: 70%;
    margin-left: 20px;
  }
  .header-home {
    height: 520px;
    background-position: -80px 0 !important;
  }
  .header .top-bar .main-menu,
  .header .top-bar .social {
    display: none;
  }
  .header-home .welcome {
    width: 58%;
    margin: 11px 1% 0 41%;
  }
  .header-home .welcome h1 {
    font-size: 24px;
    line-height: 22px;
    margin: 0px 0 4px;
  }
  .header-home .welcome h2 {
    font-size: 14px;
    line-height: 16px;
  }
  .email-signup .section-subtitle {
    font-size: 15px;
  }
  .email-signup .section-widget {
    width: 100%;
    margin: 20px 0 10px;
  }
  .email-signup .section-widget input#mc_signup_submit {
    width: 100%;
    padding: 5px 0;
  }
  .email-signup .section-widget .mc_merge_var {
    width: 60%;
  }
  .email-signup .section-widget .mc_signup_submit {
    width: 40%;
  }
  .free-lessons .lessons .lesson {
    width: 48.1%;
    margin: 0 1.1% 10px 0;
  }
  .free-lessons .lessons .lesson .overlay {
    width: 90%;
    padding: 0 5%;
  }
  .more-cool-stuff .items .item {
    width: 100%;
    margin-bottom: 15px;
  }
  .more-cool-stuff .items .item img {
    width: auto;
    height: auto;
    max-width: 100%;
  }
  .popular-lessons .column-1,
  .popular-lessons .column-2,
  .popular-lessons .column-3 {
    width: 100%;
    margin: 0 0 9px 0;
  }
  .popular-lessons .lesson {
    width: 100%;
    margin: 0 0 9px 0;
  }
  .footer {
    height: 99px;
    padding: 30px 0;
  }
  .footer .main-menu {
    width: 100%;
    margin: 0px 0 10px;
  }
  .footer .social {
    width: 100%;
  }
  .footer .social ul {
    text-align: center;
    float: none;
  }
  .footer .social ul li {
    float: none;
    display: inline-block;
  }
  .footer .main-menu ul li {
    padding: 0 7px;
    font-size: 11px;
  }
  .footer .main-menu ul li.first-visit {
    margin: -5px 0 0;
  }
  .footer .copyright {
    margin: 12px 0 0 0;
  }
  .page-sidebar,
  .sidebar {
    position: relative;
    width: 90% !important;
    height: auto;
    float: right;
    margin: 0% 5%;
  }
  .page-sidebar {
    margin-bottom: 30px;
  }
  .inner-content .content .page-title {
    font-size: 26px;
    margin-bottom: 30px;
  }
  .full-width {
    width: 100% !important;
    margin: 0 !important;
  }
  .bottom-email .form {
    margin: 0;
    width: 100%;
  }
  .sidebar .widget_search input#searchsubmit {
    margin: -36px 12px 0 0;
  }
  .free-lessons .lessons .lesson:hover .overlay,
  .popular-lessons .lesson:hover .overlay {
    display: none;
  }
  .free-lessons .lessons .lesson .overlay,
  .popular-lessons .lesson .overlay {
    display: none;
  }
  .email-signup .gform_body,
  .bottom-email .gform_body {
    width: 100%;
    float: left;
    margin-bottom: 10px;
  }
  .email-signup .gform_footer,
  .bottom-email .gform_footer {
    width: 100%;
  }
  .email-signup .section-title {
    font-size: 30px;
  }
  .email-signup .section-widget {
    margin: 10px 0;
  }
  .email-signup {
    height: 210px;
    padding: 10px 0;
  }
  .email-signup .section-widget #field_2_1 input,
  .bottom-email #field_3_1 input {
    margin-right: 2%;
  }
  .email-signup .section-widget #field_2_2 input,
  .bottom-email #field_3_2 input {
    width: 96%;
    margin-right: 0%;
  }
}

@media all and (min-width: 380px) and (max-width: 479px) {
  .wrapper {
    width: 380px;
  }
  .mobile-menu img {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
  }
  .mobile-menu-burger {
    display: block;
  }
  .header-home {
    height: 470px;
    background-position: -130px 0 !important;
    background-size: 990px auto !important;
  }
  .header .top-bar .logo {
    width: 80%;
    text-align: center;
  }
  .header .top-bar .logo img {
    width: 80%;
    height: auto;
    margin: 0 10%;
  }
  .header .top-bar .main-menu,
  .header .top-bar .social {
    display: none;
  }
  .header-home .welcome {
    width: 58%;
    margin: 0 1% 0 40%;
  }
  .header-home .welcome h1 {
    font-size: 15px;
    line-height: 20px;
    margin: 0px 0 4px;
  }
  .header-home .welcome h2 {
    font-size: 11px;
    line-height: 13px;
  }
  .email-signup {
    height: 180px;
    margin: -200px 0 0;
    padding: 20px 0 0;
  }
  .email-signup .section-title {
    font-size: 36px;
  }
  .email-signup .section-subtitle {
    font-size: 12px;
  }
  .email-signup .section-widget {
    width: 100%;
    margin: 20px 0% 10px;
  }
  .email-signup .section-widget input#mc_signup_submit {
    padding: 5px 0;
    font-size: 14px;
  }
  .email-signup .section-widget .mc_signup_submit {
    float: left;
    width: 45%;
  }

  .email-signup .section-widget .mc_merge_var {
    float: left;
    width: 55%;
  }
  .email-signup .section-footer {
    font-size: 11px;
    padding-top: 1px;
  }
  .free-lessons .section-subtitle {
    font-size: 18px;
  }
  .free-lessons .lessons {
    width: 96%;
    margin-left: 2%;
    margin-right: 2%;
  }
  .free-lessons .lessons .lesson {
    width: 48.8%;
    margin: 0 2.4% 10px 0;
  }
  .free-lessons .lessons .lesson:nth-child(2n + 2) {
    margin-right: 0px;
  }
  .free-lessons .lessons .lesson .title {
    font-size: 11px;
  }
  .free-lessons .lessons .lesson .overlay {
    width: 90%;
    padding: 0 5%;
  }
  .more-cool-stuff .title {
    font-size: 36px;
  }
  .more-cool-stuff .items {
    width: 96%;
    margin: 0 2%;
  }
  .more-cool-stuff .items .item {
    width: 100%;
    margin-bottom: 15px;
  }
  .more-cool-stuff .items .item img {
    width: 100%;
    height: auto;
  }
  .popular-lessons .section-title {
    font-size: 36px;
  }
  .popular-lessons .column-1,
  .popular-lessons .column-2,
  .popular-lessons .column-3 {
    width: 96%;
    margin: 0 2% 9px 2%;
  }
  .popular-lessons .lesson {
    width: 100%;
    margin: 0 0 9px 0;
  }
  .footer {
    height: 109px;
    padding: 20px 0;
  }
  .footer .main-menu {
    width: 100%;
    margin: 0px 0 10px;
  }
  .footer .social {
    width: 100%;
  }
  .footer .social ul {
    text-align: center;
    float: none;
  }
  .footer .social ul li {
    float: none;
    display: inline-block;
  }
  .footer .copyright {
    margin: 12px 0 0 0;
  }
  .footer .main-menu ul li {
    padding: 0 10px;
  }
  .footer .main-menu ul li.first-visit {
    display: none;
  }
  .page-sidebar,
  .sidebar {
    position: relative;
    width: 90% !important;
    height: auto;
    float: right;
    margin: 0% 5%;
  }
  .page-sidebar {
    margin: 0 5% 30px;
    width: 90% !important;
  }
  .inner-content .content .page-title {
    font-size: 26px;
    margin-bottom: 30px;
  }
  .inner-content img {
    width: auto !important;
    height: auto !important;
    max-width: 100% !important;
  }
  .full-width {
    width: 100% !important;
    margin: 0 !important;
  }
  .bottom-email .form input#mc_signup_submit {
    padding: 10px 0 11px;
    width: 50%;
  }
  .bottom-email .form {
    margin: 0;
    width: 100%;
  }
  .bottom-email .form input#mc_mv_EMAIL {
    width: 45%;
  }
  .sidebar .widget_search input#searchsubmit {
    margin: -34px 12px 0 0;
  }
  .free-lessons .lessons .lesson:hover .overlay,
  .popular-lessons .lesson:hover .overlay {
    display: none;
  }
  .free-lessons .lessons .lesson .overlay,
  .popular-lessons .lesson .overlay {
    display: none;
  }
  .email-signup .gform_footer {
    width: 100%;
  }
  .email-signup .section-title {
    font-size: 30px;
  }
  .email-signup .section-widget {
    margin: 10px 0;
  }
  .email-signup {
    height: 210px;
    padding: 10px 0;
  }
  .email-signup .gform_body,
  .bottom-email .gform_body {
    width: 100%;
    float: left;
    margin-bottom: 10px;
  }
  .email-signup .gform_footer,
  .bottom-email .gform_footer {
    width: 100%;
  }
  .email-signup .section-title {
    font-size: 30px;
  }
  .email-signup .section-widget {
    margin: 10px 0;
  }
  .email-signup {
    height: 210px;
    padding: 10px 0;
  }
  .email-signup .section-widget #field_2_1 input,
  .bottom-email #field_3_1 input {
    margin-right: 2%;
  }
  .email-signup .section-widget #field_2_2 input,
  .bottom-email #field_3_2 input {
    width: 96%;
    margin-right: 0%;
  }
}

@media all and (max-width: 379px) {
  .wrapper {
    width: 100%;
  }
  .mobile-menu img {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
  }
  .mobile-menu-burger {
    display: block;
    width: 20px;
    height: 20px;
    top: 18px;
    background-size: 20px 20px;
  }
  .header-home {
    height: 470px;
    background-position: -140px 0 !important;
    background-size: 990px auto !important;
  }
  .header .top-bar .logo {
    width: 80%;
    text-align: center;
  }
  .header .top-bar .logo img {
    width: 80%;
    height: auto;
    margin: 0 10%;
  }
  .header .top-bar .main-menu,
  .header .top-bar .social {
    display: none;
  }
  .header-home .welcome {
    width: 58%;
    margin: 0 1% 0 40%;
    text-align: right;
  }
  .header-home .welcome h1 {
    font-size: 20px;
    line-height: 16px;
    margin: 0px 0 4px;
  }
  .header-home .welcome h2 {
    font-size: 11px;
    line-height: 13px;
  }
  .inner-content img {
    width: auto !important;
    height: auto !important;
    max-width: 100% !important;
  }
  .email-signup {
    height: 180px;
    margin: -200px 0 0;
    padding: 20px 0 0;
  }
  .email-signup .section-title {
    font-size: 28px;
  }
  .email-signup .section-subtitle {
    font-size: 12px;
  }
  .email-signup .section-widget {
    width: 90%;
    margin: 20px 5% 2px !important;
  }
  .email-signup .section-widget input#mc_signup_submit {
    padding: 6px 0 7px;
    font-size: 14px;
    width: 65%;
  }
  .email-signup .section-footer {
    font-size: 9px;
    padding-top: 3px;
  }
  .free-lessons .section-title {
    font-size: 28px;
  }
  .free-lessons .section-subtitle {
    font-size: 14px;
  }
  .free-lessons .lessons {
    width: 96%;
    margin-left: 2%;
    margin-right: 2%;
  }
  .free-lessons .lessons .lesson {
    width: 48.8%;
    margin: 0 2.4% 10px 0;
  }
  .free-lessons .lessons .lesson:nth-child(2n + 2) {
    margin-right: 0px;
  }
  .free-lessons .lessons .lesson .title {
    font-size: 9px;
  }
  .free-lessons .lessons .lesson .overlay {
    width: 90%;
    padding: 0 5%;
  }
  .about-us .button {
    font-size: 10px;
  }
  .more-cool-stuff .title {
    font-size: 28px;
  }
  .more-cool-stuff .items {
    width: 96%;
    margin: 0 2%;
  }
  .more-cool-stuff .items .item {
    width: 100%;
    margin-bottom: 15px;
  }
  .more-cool-stuff .items .item img {
    width: 100%;
    height: auto;
  }
  .popular-lessons .section-title {
    font-size: 28px;
  }
  .popular-lessons .column-1,
  .popular-lessons .column-2,
  .popular-lessons .column-3 {
    width: 96%;
    margin: 0 2% 9px 2%;
  }
  .popular-lessons .lesson {
    width: 100%;
    margin: 0 0 9px 0;
  }
  .footer {
    height: 109px;
    padding: 20px 0;
  }
  .footer .main-menu {
    width: 100%;
    margin: 0px 0 10px;
  }
  .footer .social {
    width: 100%;
  }
  .footer .social ul {
    text-align: center;
    float: none;
  }
  .footer .social ul li {
    float: none;
    display: inline-block;
  }
  .footer .copyright {
    margin: 12px 0 0 0;
  }
  .footer .main-menu ul li {
    padding: 0 4px;
    font-size: 11px;
  }
  .footer .main-menu ul li.first-visit {
    display: none;
  }
  .page-sidebar,
  .sidebar {
    position: relative;
    width: 90% !important;
    height: auto;
    float: right;
    margin: 0% 5%;
  }
  .inner-content .content .page-title {
    font-size: 26px;
    margin-bottom: 30px;
  }
  .full-width {
    width: 100% !important;
    margin: 0 !important;
  }
  .bottom-email .form input#mc_mv_EMAIL {
    width: 100% !important;
    margin-bottom: 8px !important;
    margin-left: 0 !important;
  }
  .bottom-email .form input#mc_signup_submit {
    width: 62% !important;
    margin: 0 19% 8px 19%;
    padding: 8px 0 9px;
  }
  .bottom-email .form {
    margin: 0;
    width: 100%;
  }
  .sidebar .widget_search input#searchsubmit {
    margin: -32px 12px 0 0;
  }
  .email-signup .section-widget {
    margin: 10px 5% 6px;
  }
  .email-signup .section-widget .mc_merge_var {
    width: 100%;
    margin-bottom: 8px;
  }
  .email-signup .section-widget .mc_signup_submit {
    width: 100%;
  }
  .email-signup .section-subtitle {
    font-size: 10px;
  }
  .email-signup .section-widget input#mc_mv_EMAIL,
  .email-signup .section-widget input#mc_signup_submit {
    height: 37px;
  }
  .free-lessons .lessons .lesson:hover .overlay,
  .popular-lessons .lesson:hover .overlay {
    display: none;
  }
  .free-lessons .lessons .lesson .overlay,
  .popular-lessons .lesson .overlay {
    display: none;
  }
  .email-signup .gform_footer {
    width: 100%;
  }
  .email-signup .section-title {
    font-size: 30px;
  }
  .email-signup .section-widget {
    margin: 10px 0;
  }
  .email-signup {
    height: 210px;
    padding: 10px 0;
  }
  .email-signup .gform_body,
  .bottom-email .gform_body {
    width: 100%;
    float: left;
    margin-bottom: 10px;
  }
  .email-signup .gform_footer,
  .bottom-email .gform_footer {
    width: 100%;
  }
  .email-signup .section-title {
    font-size: 30px;
  }
  .email-signup .section-widget {
    margin: 10px 0;
  }
  .email-signup {
    height: 210px;
    padding: 10px 0;
  }

  .email-signup .section-widget #field_2_1 input,
  .bottom-email #field_3_1 input {
    margin-right: 2%;
  }
  .email-signup .section-widget #field_2_2 input,
  .bottom-email #field_3_2 input {
    width: 96%;
    margin-right: 0%;
  }
}

@media all and (max-width: 959px) {
  .no-header-no-footer .full-width .content-left {
    width: 54%;
    margin-right: 2%;
  }
  .no-header-no-footer .full-width .content-right {
    margin-left: 8%;
  }
  .no-header-no-footer
    .full-width
    .content-left
    .order-summary
    .cart_item:nth-child(2)
    .product-name {
    padding: 30px 10px 40px 0;
  }
  .customer-details label {
    font-size: 15px;
  }
  label[for="stripe-card-cvc"]:before {
    font-size: 15px !important;
  }
}

@media all and (max-width: 767px) {
  iframe:not([id^="google_ads_iframe"]) {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  .page-id-7665 iframe {
    height: 100%;
    max-height: 440px;
  }
  .page-id-7665 .mobile-modal__Wrapper-urpdwm-0 iframe {
    max-height: 100%;
  }
  .inner-content p,
  .inner-content li,
  .inner-content h2,
  .inner-content h3 {
    font-size: 19px !important;
  }
  .login-page form input {
    width: 80%;
    margin: 0 8% 15px 8%;
  }
  .no-header-no-footer .full-width .content-left {
    width: 100%;
    margin-right: 0%;
  }
  .no-header-no-footer .full-width .content-right {
    width: 100%;
    text-align: center !important;
    margin: 40px 0 0 0;
  }
  .no-header-no-footer .full-width .content-right img {
    width: auto !important;
    height: auto !important;
  }
  .customer-payment-select {
    margin-bottom: 0px;
    padding: 0 0 60px;
    background: url("../png/card-images.png") no-repeat 3px
      120px;
  }
  .no-header-no-footer
    .full-width
    .content-left
    .order-summary-title
    div {
    font-size: 12px;
  }
  .no-header-no-footer
    .full-width
    .content-left
    .order-summary
    .cart_item:nth-child(2)
    .product-name {
    padding: 29px 4px 33px 0;
  }
  .customer-details label {
    font-size: 13px;
  }
  label[for="stripe-card-cvc"]:before {
    font-size: 13px !important;
  }
  .bottom-email .gform_body li,
  .bottom-email .gform_body,
  .bottom-email .gform_footer,
  .email-signup .section-widget #field_2_1,
  .email-signup .section-widget #field_2_2,
  .email-signup .gform_body,
  .email-signup .gform_footer,
  .email-signup .section-widget #field_2_1 input,
  .email-signup .section-widget #field_2_2 input {
    width: 100% !important;
  }
  .email-signup .section-widget #field_2_1 {
    margin: 0 0 10px 0;
  }
  .email-signup .section-widget #field_2_1 input,
  .email-signup .section-widget #field_2_2 input {
    height: 35px;
  }
  .bottom-email #field_3_1 input {
    box-sizing: border-box;
    display: block;
    margin: 0 auto 10px auto !important;
  }
  .smart-bar {
    padding: 5px 0;
  }
  .smart-bar .sb-button {
    width: calc(50% - 50px);
    margin-left: 20px;
    font-size: 16px;
    max-width: 140px;
  }
  .smart-bar .sb-content.w-button {
    margin: 5px 0 10px;
  }
  .smart-bar .sb-close {
    position: absolute !important;
    top: 4px !important;
    margin-right: 8px !important;
    right: -4px !important;
  }
  .exit-intent {
    display: none !important;
  }
  .inner-content img {
    width: auto !important;
    height: auto !important;
    max-width: 100% !important;
    float: none !important;
  }

  /* p owen amp styling */

  .wrapper {
    width: 100% !important;
  }
  .inner-content .container {
    width: calc(100% - 40px) !important;
    margin: 0 20px !important;
  }
  .inner-content p,
  .inner-content li {
    font-size: 16px !important;
  }
  .inner-content .content .page-title {
    margin-bottom: 20px !important;
  }
  .inner-content blockquote {
    margin: 0 0 30px 0 !important;
    box-sizing: border-box !important;
    width: 100% !important;
  }
}

@media screen and (max-width: 480px) {
  .bottom-email .wrapper {
    width: 100%;
    padding: 0 3%;
    box-sizing: border-box;
  }

  .bottom-email .form {
    padding: 0;
  }

  .bottom-email .gform_wrapper {
    max-width: 100%;
  }

  .bottom-email .gform_body {
    width: 100%;
  }

  .bottom-email .gform_body li {
    width: 100%;
  }
  .bottom-email .gform_body input {
    width: 100% !important;
    padding: 0px 15px !important;
    border: 0 !important;
    margin: 0 0 0 0 !important;
  }
  .bottom-email .gform_footer {
    width: 100%;
  }
  .sidebar .email_subscribe .email-footer {
    font-size: 15px;
  }
  .footer .main-menu ul li {
    font-size: 14px;
    padding: 0 11px;
  }
  .mobile-menu ul li {
    margin-bottom: 30px;
  }
  .gf-popup-container {
    width: 90%;
  }
  .gf-popup-container .gform_wrapper .gform_heading,
  .gf-popup-container .gform_wrapper .gform_description {
    font-size: 16px;
  }
  .smart-bar .sb-button {
    margin-left: 0;
    max-width: 210px;
  }
}

@media all and (max-width: 380px) {
  .no-header-no-footer
    .full-width
    .content-left
    .order-summary
    .cart_item:nth-child(2)
    .product-name {
    padding: 13px 4px 33px 0;
  }
  .no-header-no-footer .full-width .content-top ul {
    padding: 0 10px !important;
  }
  .customer-details label {
    font-size: 12px;
  }
  label[for="stripe-card-cvc"]:before {
    font-size: 12px !important;
  }
  fieldset#stripe-cc-form {
    background-size: 100% !important;
  }
}

/* New Code, 06/10/2019 */

.gf-trigger {
  cursor: pointer;
}
.gf-trigger.gf-trigger-text {
  color: #f16334;
  text-decoration: underline;
}
.gf-trigger.gf-trigger-image {
}
.gf-popup {
  position: fixed;
  z-index: -1;
  inset: 0px;
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  top: 0px;
  left: 0px;
  overflow: auto;
  background: rgba(0, 0, 0, 0.7) none repeat scroll 0% 0%;
  border: 0px none;
  border-radius: 0px;
  float: none;
  letter-spacing: normal;
  outline: currentcolor none medium;
  text-decoration: none;
  text-indent: 0px;
  text-shadow: none;
  text-transform: none;
  visibility: visible;
  line-height: 1;
  box-shadow: none;
  -moz-appearance: none;
  display: block;
  opacity: 0;
}
.gf-popup.opened {
  opacity: 1;
  z-index: 99999;
}
.gf-popup-container {
  position: absolute;
  width: 100%;
  max-width: 500px;
  top: 150px;
  left: 710px;
  display: block;
  transition: top 0.2s ease 0s, left 0.2s ease 0s,
    margin-bottom 0.2s ease 0s;
  margin-bottom: 0px;
}
.gf-popup-container .gform_wrapper,
.gf-popup-container .gform_confirmation_wrapper {
  margin: 0;
  padding: 10px 50px 25px;
  background: #fff;
  box-shadow: 0px 20px 40px 0px #222222;
}
.gf-popup-container .gform_wrapper .gform_heading,
.gf-popup-container .gform_wrapper .gform_description {
  color: rgb(34, 34, 34);
  font-size: 18px;
}
.gf-popup-container .gform_wrapper .gform_heading h3,
.gf-popup-container .gform_wrapper .gform_description {
  margin: 6px 0 0 0;
  font-size: 18px;
  font-weight: 600;
}
.gf-popup-container .gform_wrapper .gform_body label {
  display: none;
}
.gf-popup-container .gform_wrapper .gform_body input {
  width: 100% !important;
  max-width: 100% !important;
  color: #222222;
  font-size: 16px !important;
  font-weight: 400;
  background: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 3px;
  display: block;
  margin: 0 0 5px;
  padding: 5px;
}
.gf-popup-container
  .gform_wrapper
  .gform_body
  input::placeholder,
.gf-popup-container
  .gform_wrapper
  .gform_body
  input:-ms-input-placeholder,
.gf-popup-container
  .gform_wrapper
  .gform_body
  input::-ms-input-placeholder {
  color: #b8cfe5 !important;
}
.gf-popup-container .gform_wrapper ul li {
  margin: 0 !important;
  padding: 0 !important;
}
.gf-popup-container .gform_wrapper .gform_button {
  background: #49ba70 !important;
  border-radius: 3px !important;
  border: 0;
  box-shadow: 0px 0px 0px 0px #ffffff !important;
  color: #ffffff !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  letter-spacing: 0px !important;
  line-height: 0.2 !important;
  margin: 0 !important;
  max-width: 100% !important;
  padding: 18px 12px !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  width: 100% !important;
  cursor: pointer;
}
.gf-popup-container .gform_wrapper .gform_footer {
  padding: 0 !important;
  margin: 0 !important;
}
.gf-popup-container button.close-button {
  position: absolute;
  right: -15px;
  top: -15px;
  border-radius: 100px;
  border: 1px solid #ddd;
  fill: #ddd;
  background: #fff;
  padding: 5px;
  cursor: pointer;
}
.gf-popup-container button.close-button:hover {
  fill: #000;
}
.gf-popup-container .gform_confirmation_wrapper {
  text-align: center;
}
.gf-popup-container .gform_confirmation_wrapper h3 {
  color: rgb(34, 34, 34);
  font-size: 32px;
  padding: 0;
  margin-bottom: 10px;
  text-transform: none;
  font-weight: 600;
  padding-top: 10px;
}
.gf-popup-container .gform_confirmation_wrapper span {
  color: rgb(34, 34, 34);
  font-size: 20px;
  text-transform: none;
  font-weight: 500;
  margin-bottom: 0;
}

/* Exit Intent Styling, added 06/26/19 */

.exit-intent:before {
  position: fixed;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
}
.exit-intent {
  position: fixed;
  width: 800px;
  height: 480px;
  display: none;
  z-index: 9999;
  background: #c0e3cd;
  left: calc(50% - 400px);
  top: calc(40% - 240px);
  box-shadow: rgba(22, 66, 95, 0.33) 0px 9px 48px 0px;
}
.exit-intent .exit-intent-content {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: #c0e3cd;
}
.exit-intent a.close {
  display: block;
  height: 22px;
  width: 22px;
  float: right;
  color: #a6a3a3;
  cursor: pointer;
  margin: 12px 12px 0 0;
}
.exit-intent a.close svg {
  color: #a6a3a3;
  fill: #a6a3a3;
}
.exit-intent a.close:hover,
.exit-intent a.close:hover svg {
  color: #000000;
  fill: #000000;
}
.exit-intent .image {
  position: absolute;
  width: 50%;
  height: auto;
  float: left;
  bottom: 0px;
}
.exit-intent .form {
  position: relative;
  width: 46%;
  height: auto;
  float: right;
  margin-top: 60px;
  margin-right: 4%;
}
.exit-intent .form .gform_wrapper {
  margin: 0 !important;
  padding: 0 !important;
}
.exit-intent .form h3.gform_title {
  color: rgb(64, 74, 82);
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 800;
  margin: 0 0 10px 0 !important;
  padding: 0 !important;
}
.exit-intent .form .gform_description {
  font-size: 18px;
  color: #4a4445;
}
.exit-intent .form .gform_description strong {
  font-size: 18px;
  margin-bottom: 8px;
  font-weight: 600;
  width: 100%;
  float: left;
}
.exit-intent .form .ginput_container {
  width: 100% !important;
}
.exit-intent .form span,
.exit-intent .form li {
  padding: 0 !important;
  margin: 0 !important;
}
.exit-intent .form label {
  display: none !important;
}
.exit-intent .form input {
  color: rgb(96, 101, 111);
  font-size: 18px !important;
  font-weight: 400;
  background: rgb(255, 255, 255) none repeat scroll 0% 0%;
  border: 2px solid rgba(154, 160, 166, 0.4);
  border-radius: 0;
  display: block;
  margin: 0;
  padding: 12px !important;
  max-width: 100%;
  width: 100% !important;
}
.exit-intent .form .gform_button {
  color: #fff !important;
  line-height: 1;
  margin: 10px 0 0 0 !important;
  border: 0 !important;
  font-weight: 700 !important;
  padding: 20px 12px !important;
  font-size: 20px !important;
  letter-spacing: -1px !important;
  background: rgb(132, 191, 48) none repeat scroll 0% 0% !important;
}
.exit-intent .form .gform_footer {
  margin: 0 !important;
  padding: 0 !important;
}
.exit-intent-confirmation {
  text-align: center;
}
.exit-intent-confirmation img {
  margin-bottom: 20px;
}
.exit-intent-confirmation h2 {
  color: #404a51;
  font-weight: 900 !important;
  font-size: 34px !important;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.exit-intent-confirmation p {
  color: #404a51;
  font-size: 18px !important;
  text-transform: none;
  font-weight: 300;
}

/* Smart Bars */

.smart-bar {
  position: fixed;
  width: 100%;
  height: auto;
  bottom: 0;
  left: 0;
  padding: 10px 0;
  background: #ea6614;
  text-align: center;
  display: none;
}
.smart-bar.displayed {
  display: inline-block;
}
.smart-bar .sb-content {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  display: inline-block;
}
.smart-bar .sb-content.w-button {
  margin-right: 20px;
}
.smart-bar .sb-button {
  font-size: 20px;
  font-weight: 600;
  padding: 5px 25px;
  background: #000;
  display: inline-block;
}
.smart-bar .sb-button a {
  color: #fff;
}
.smart-bar .sb-close {
  position: relative;
  float: right;
  font-size: 16px;
  color: #fff;
  margin-right: 18px;
  font-weight: normal;
  margin-top: -4px;
  cursor: pointer;
}
.styled-hr {
  position: relative;
  width: 100%;
  height: auto;
  float: left;
  margin-top: 10px;
  margin-bottom: 28px;
}
.styled-hr span {
  width: 20%;
  height: 14px;
  float: left;
}
.styled-hr span:nth-child(1) {
  background: #e84e23;
}
.styled-hr span:nth-child(2) {
  background: #f58818;
}
.styled-hr span:nth-child(3) {
  background: #ff6d19;
}
.styled-hr span:nth-child(4) {
  background: #f58818;
}
.styled-hr span:nth-child(5) {
  background: #e84e23;
}
.spacer {
  position: relative;
  width: 100%;
  min-height: 1px;
  float: left;
  display: block;
}
.single-post .page-links {
  position: relative;
  width: auto;
  height: auto;
  float: left;
  font-size: 14px;
  margin: 0 0 2rem;
  display: none;
}
.single-post .page-links.bottom {
  display: block;
}
.single-post .page-links * {
  float: left;
  width: auto;
}
.single-post .page-links div.text {
  width: 100%;
}
.single-post.paged-2 .page-links {
  display: block;
}
.single-post.paged-2 .page-links.bottom {
  display: none;
}
.single-post .page-links a {
  color: #e64f22;
  text-decoration: underline;
}
.single-post .page-links a:hover {
  font-weight: bold;
  text-decoration: underline;
}
.single-post .page-links .post-page-numbers.current {
  color: #e64f22;
  padding-right: 6px;
  margin-right: 6px;
  border-right: 1px solid #ea7d5d;
  text-decoration: underline;
  font-weight: bold;
}
.single-paged-2 .page-links .post-page-numbers.current {
  padding-right: 0;
  margin-right: 0;
  border-right: 0;
  padding-left: 6px;
  margin-left: 6px;
  border-left: 1px solid #e64f22;
  text-decoration: underline;
}

/* WP Rocket YouTube LazyLoad Fix */

.rll-youtube-player {
  width: 100%;
}

/* Audio Player Fix, 9/24/2020 */

.mejs-container {
  margin-bottom: 25px;
}

/* gravity form button */
@media only screen and (max-width: 767px) {
  #gform_submit_button_3 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .bottom-email #field_3_1 input {
    border-radius: 5px;
  }
  .bottom-email #field_3_2 input {
    border-radius: 5px;
  }
}
