/*----------------------------------------------------------*/
/*   0. Includes
/*----------------------------------------------------------*/
/* Partials */
/*----------------------------------------------------------*/
/*   0. General Styling
/*----------------------------------------------------------*/
.js-section {
  padding: 120px 0 !important;
}
.js-section.no-padding {
  padding: 0 !important;
}
.js-section.no-bottom-padding {
  padding-bottom: 0 !important;
}
.js-section.no-top-padding {
  padding-top: 0 !important;
}
.js-section.half-bottom-padding {
  padding-bottom: 60px !important;
}
.js-section.half-top-padding {
  padding-top: 60px !important;
}
.js-section.add-margin {
  margin: 120px 0 !important;
}
.js-section.add-margin.no-bottom-margin {
  margin-bottom: 0 !important;
}
.js-section.add-margin.no-top-margin {
  margin-top: 0 !important;
}
.js-section.add-margin.half-bottom-margin {
  margin-bottom: 60px !important;
}
.js-section.add-margin.half-top-margin {
  margin-top: 60px !important;
}

.hide-on-mobile {
  display: block;
}

.bg-yellow1 {
  background-color: #FCF6BD;
}

.bg-yellow2 {
  background-color: #FFEFAD;
}

.bg-yellow3 {
  background-color: #F8E79D;
}

.bg-yellow4 {
  background-color: #F7E498;
}

.bg-yellow5 {
  background-color: #F9DE8F;
}

.bg-orange1 {
  background-color: #FD9E4A;
}

.bg-blue1 {
  background-color: #F2FAFE;
}

.bg-blue2 {
  background-color: #E4F2FE;
}

.bg-blue3 {
  background-color: #D3E7F8;
}

.bg-blue4 {
  background-color: #A9DEF9;
}

.bg-blue5 {
  background-color: #5D8ED5;
}

.vc_row.full-width-section.bg-yellow1 .row-bg-wrap,
.vc_row.full-width-content.bg-yellow1 .row-bg-wrap {
  background: #FCF6BD !important;
}
.vc_row.full-width-section.bg-yellow2 .row-bg-wrap,
.vc_row.full-width-content.bg-yellow2 .row-bg-wrap {
  background: #FFEFAD !important;
}
.vc_row.full-width-section.bg-yellow3 .row-bg-wrap,
.vc_row.full-width-content.bg-yellow3 .row-bg-wrap {
  background: #F8E79D !important;
}
.vc_row.full-width-section.bg-yellow4 .row-bg-wrap,
.vc_row.full-width-content.bg-yellow4 .row-bg-wrap {
  background: #F7E498 !important;
}
.vc_row.full-width-section.bg-yellow5 .row-bg-wrap,
.vc_row.full-width-content.bg-yellow5 .row-bg-wrap {
  background: #F9DE8F !important;
}
.vc_row.full-width-section.bg-orange1 .row-bg-wrap,
.vc_row.full-width-content.bg-orange1 .row-bg-wrap {
  background: #FD9E4A !important;
}
.vc_row.full-width-section.bg-blue1 .row-bg-wrap,
.vc_row.full-width-content.bg-blue1 .row-bg-wrap {
  background: #F2FAFE !important;
}
.vc_row.full-width-section.bg-blue2 .row-bg-wrap,
.vc_row.full-width-content.bg-blue2 .row-bg-wrap {
  background: #E4F2FE !important;
}
.vc_row.full-width-section.bg-blue3 .row-bg-wrap,
.vc_row.full-width-content.bg-blue3 .row-bg-wrap {
  background: #D3E7F8 !important;
}
.vc_row.full-width-section.bg-blue4 .row-bg-wrap,
.vc_row.full-width-content.bg-blue4 .row-bg-wrap {
  background: #A9DEF9 !important;
}
.vc_row.full-width-section.bg-blue5 .row-bg-wrap,
.vc_row.full-width-content.bg-blue5 .row-bg-wrap {
  background: #5D8ED5 !important;
}

/*----------------------------------------------------------*/
/*   0. Typography
/*----------------------------------------------------------*/
*, body, p {
  font-family: "figtreelight", sans-serif;
  font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "figtreelight", sans-serif;
}

h1 {
  font-size: 52px;
  letter-spacing: 2.08px;
  line-height: 1.3;
  margin-bottom: 30px;
}

body h1.entry-title, body.home h1 {
  font-family: "MarketSquare-Regular", sans-serif !important;
  font-size: 80px !important;
  font-weight: 300 !important;
  letter-spacing: 1.7px !important;
  line-height: 1 !important;
}

.serif {
  font-family: "figtreelight", sans-serif;
}

.sans-serif {
  font-family: "figtreelight", sans-serif;
}

span {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
}

p {
  font-size: 18px;
  line-height: 1.7;
  font-weight: 300;
}
p * {
  font-size: inherit;
}

/*----------------------------------------------------------*/
/*   0. Footer
/*----------------------------------------------------------*/
#footer-outer {
  border-top: 1px solid #e4e4e1;
}

.wpb_column.content-over-img .vc_column-inner {
  background: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  z-index: 2;
  padding: 45px;
  margin-top: -45px;
}
.wpb_column.content-over-img .vc_column-inner p {
  padding-bottom: 27px !important;
}
.wpb_column.content-over-img.on-left .vc_column-inner {
  margin-right: -25%;
  margin-left: 10%;
}
.wpb_column.content-over-img.on-right .vc_column-inner {
  margin-left: -25%;
  margin-right: 10%;
}

/*#55abe0*/
body .container-wrap {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}

h2 {
  padding-bottom: 2%;
}

.bold, strong, b {
  font-weight: 700;
}

.nectar-button.medium {
  color: black !important;
}

.main-content {
  background-color: #fefefe;
}

p a {
  border-bottom: 1px solid #04bfe9;
  padding-bottom: 4px;
  font-weight: 400;
  text-decoration: none;
}
p a:hover {
  color: #04bfe9 !important;
}

body.blog .post-content h2 a {
  color: #000000 !important;
  font-weight: 700;
}

.inner-wrap h1 {
  padding-bottom: 2% !important;
  font-size: 36px !important;
}
.inner-wrap .subheader {
  font-size: 26px !important;
}

ol li, ul li {
  font-size: 18px;
}

.bold, strong, b, blockquote {
  font-family: "figtreelight", sans-serif !important;
}

/******************** HEADER ***********************/
#logo {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

#header-outer #wp-megamenu-top_nav li a {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px !important;
  color: white !important;
  line-height: 70px;
  /* &:hover {border-bottom: 2px solid #55abe0!important;} */
}

#search-btn .icon-salient-search {
  color: white !important;
}

header#top .sf-menu a {
  font-weight: 500 !important;
  text-transform: uppercase !important;
  text-align: left;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 1px !important;
}
header#top .sf-menu .sub-menu li a {
  font-size: 15px;
  line-height: 1.5;
}

/******************** HOMEPAGE ***********************/
.home h2 {
  text-align: center;
}

body.home .row h1 {
  font-size: 65px !important;
}

p.subheader {
  font-size: 25px;
  font-weight: 100;
}

.home .overlay .row-bg-overlay {
  background-color: rgba(10, 0, 0, 0.7);
  opacity: 0.95;
}

.leap-section .title-row {
  padding-bottom: 4%;
}
.leap-section h2 {
  padding-bottom: 0;
}
.leap-section .subtitle {
  text-align: center;
  font-size: 18px;
}

.option-collumns {
  padding: 5%;
  background-color: white;
  /*box-shadow: 0px 0px 10px 5px #efefef; } */
  border: 1px solid #e4e4e1;
}

h3 {
  margin-bottom: 15px !important;
}

.nectar-button.medium {
  margin-top: 4%;
  letter-spacing: 1px;
}

/* .title-row { padding-bottom: 30px;} */
.featured-section img {
  width: 60% !important;
}
.featured-section img.iste-logo {
  width: 45% !important;
}
.featured-section h2 {
  padding-bottom: 0;
}

.videos-section {
  /*.wpb_video_wrapper {box-shadow: 0px 0 0px 4px #dedede; border: 4px solid #ffffff;}*/
  /*.using-bg-color {background-color: #313336!important; }*/
}

.speaking-section p {
  padding-right: 11% !important;
}
.speaking-section .using-bg-color {
  background-color: rgba(236, 236, 236, 0.4196078431) !important;
}

.books-section img {
  width: 45%; /*box-shadow: 0px 0 0px 4px #efefef; border: 4px solid #ffffff; */
}
.books-section p {
  text-align: center;
}
.books-section .column_container h3 {
  padding-top: 10%;
  font-size: 28px;
  text-align: center;
}

.about-section .nectar-button.medium {
  margin-top: 2 !important;
}

.steps-section img {
  width: 40%;
  margin-bottom: 10% !important;
}
.steps-section h2 {
  font-size: 30px;
}
.steps-section .wpb_content_element {
  padding: 0 4%;
  text-align: center !important;
}
.steps-section .using-bg-color {
  background-color: rgba(236, 236, 236, 0.4196078431) !important;
}

/******************** SPEAKING ***********************/
.contact-me-box {
  background-color: white;
  padding: 5%;
  border: 2px solid #04bfe9;
  margin-top: 6%;
  font-weight: 700;
}

.white-bg {
  background-color: white !important;
  box-shadow: 0px 0px 9px 2px #dedede !important;
}

.wpcf7-submit, .submit {
  color: black !important;
  font-weight: 700;
  text-transform: uppercase;
}

/******** BLOG ********/
.blog .main-content, body.single-post .main-content {
  padding-bottom: 5%;
  padding-top: 5%;
}

body.blog article.post .more-link span {
  background-color: #04bfe9;
  color: white;
  font-weight: bolder;
  text-transform: uppercase;
}
body.blog article.post .content-inner {
  margin-bottom: 0;
}
body.blog article.post .post-header h2.title a {
  color: black !important;
}

body.blog article.post .post-header h2 a:hover {
  color: #04bfe9 !important;
}
body.blog article.post .more-link span {
  color: black !important;
}

.posts-container {
  padding: 0px 10%;
}

.post-content {
  border-bottom: 2px solid #e4e4e1;
  margin-bottom: 50px;
}

.single-post #header-outer {
  transition: all 0.2s ease-out !important;
}
.single-post #header-outer.nav-up {
  top: -90px !important;
  visibility: hidden !important;
}

/* Scrolled header showing progress bar on single post page */
.article-scroll-head {
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  background: #fff;
  padding: 15px 28px !important;
  -webkit-box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.11);
  box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.11);
}

.row {
  margin-bottom: 0;
  padding-bottom: 0px;
}

.article-scroll-head .columns {
  height: 62px !important;
}

.article-scroll-head h5 {
  font-size: 18px;
  margin-bottom: 0;
}

.article-scroll-head p {
  font-size: 11px;
  text-transform: uppercase;
  font-family: "Gotham SSm A", "Gotham SSm B";
  line-height: 1;
  margin-bottom: 4px;
  opacity: 0.45;
  letter-spacing: 0.05em;
  padding-bottom: 0;
}

.article-scroll-head .logo {
  max-width: 54px !important;
  height: 54px;
  margin-bottom: 0 !important;
}

.article-scroll-head .title-wrap {
  height: 100%;
  padding-top: 9px;
}

.article-scroll-head .bar-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: #F0F0F0;
  height: 3px;
}

.article-scroll-head .bar-wrap .bar-long {
  height: 3px;
  background-color: #04bfe9;
  width: 0px;
  z-index: 100;
  bottom: 0px;
  left: 0;
}

#nectar-page-header-p-wrap {
  position: relative;
}
#nectar-page-header-p-wrap::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 15;
  background: rgba(0, 0, 0, 0.48);
}

.mashsb-container {
  padding-bottom: 5%;
}

#author-bio {
  text-align: center;
  margin: auto;
}
#author-bio img {
  display: block;
  position: relative;
  margin: auto;
}
#author-bio #author-info {
  padding-left: 0px !important;
}
#author-bio #author-info p {
  max-width: 100% !important;
  font-style: italic;
}
#author-bio #author-info p a {
  color: #04bfe9 !important;
  font-size: 16px;
  border-bottom: none !important;
}
#author-bio #author-info a {
  display: block;
  width: fit-content;
  margin: auto;
  margin-top: 3%;
}

/******************** EMPOWER TOOLKIT ***********************/
.what-you-get-section .nectar_icon_wrap {
  width: 20%;
  vertical-align: top;
}
.what-you-get-section .wpb_text_column {
  width: 79%;
  display: inline-block;
}

/******** FOOTER ********/
#footer-outer {
  border-top: 1px solid #04bfe9;
}
#footer-outer li {
  text-transform: capitalize;
  font-weight: 600;
}
#footer-outer #menu-footer-menu li a {
  color: #04bfe9 !important;
}
#footer-outer #menu-footer-menu li a:hover {
  opacity: 1 !important;
  color: #04bfe9 !important;
}

body.material #footer-outer[data-cols="1"] #footer-widgets .widget.widget_nav_menu li:first-child {
  padding-top: 0 !important;
}

#footer-outer .widget_media_image img {
  max-width: 250px !important;
  margin-bottom: 2%;
}
#footer-outer .textwidget p {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 20px;
  line-height: 0.9;
}
#footer-outer #copyright {
  padding: 0 0 45px !important;
}
#footer-outer #copyright p {
  font-size: 13px;
}

/******** SIDEBAR ********/
.sidebar {
  border: 1px solid #e4e4e1;
  padding: 10%;
  text-align: center;
  background-color: white;
}
.sidebar img {
  width: 50% !important;
}
.sidebar .title {
  border-bottom: none !important;
}

#sidebar {
  width: 23.5% !important;
}
#sidebar h2.title {
  font-size: 25px;
  border-bottom: 3px solid #e4e4e1;
  padding-bottom: 6px;
  text-transform: capitalize;
  font-weight: 800 !important;
}

.advertising-disclosure-sidebar #sidebar {
  width: 100% !important;
}

/******** BLOCKQUOTE ********/
blockquote {
  border-left: 2px solid #04bfe9;
  padding: 2% 0 2% 4%;
  margin-bottom: 6%;
  margin-top: 6%;
}
blockquote:before {
  content: "\f10d";
  vertical-align: top;
  font-family: FontAwesome;
  height: 16px;
  width: 10px;
  font-size: 16px;
  color: black;
  display: inline-block;
  margin-left: 0;
  border-left: none;
  position: relative;
  top: -6px;
}
blockquote p {
  font-weight: 600;
  display: inline-block;
  width: 86%;
  padding-left: 2%;
  padding-right: 2%;
  font-size: 17px;
}
blockquote p:last-child:after {
  content: "\f10e";
  font-family: FontAwesome;
  height: 16px;
  width: 10px;
  font-size: 16px;
  color: black;
  display: inline-block;
  margin-left: 0;
  padding-left: 2%;
}

.blog article.post .meta-category {
  display: none;
}
.blog article.post .mashsb-count {
  font-size: 29px;
  float: none !important;
  margin-right: 0;
  margin-top: 20px;
}

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

          MEDIA QUERIES

**************************************
**************************************/
@media only screen and (max-width: 1000px) and (min-width: 1px) {
  .hide-on-mobile {
    display: none !important;
  }
  .main-content {
    max-width: none !important;
    padding-left: 8%;
    padding-right: 8%;
  }
  body .js-section.half-top-padding {
    padding-top: 5px !important;
  }
  body .js-section.half-bottom-padding {
    padding-bottom: 5px !important;
  }
  .main-content .js-section {
    padding: 15px 0 !important;
  }
  h1 {
    font-size: 40px !important;
  }
  h2 {
    font-size: 30px !important;
  }
  body #slide-out-widget-area:not(.fullscreen-alt):not(.fullscreen) {
    background-color: #04bfe9 !important;
  }
  body #slide-out-widget-area a {
    color: black !important;
  }
  body #slide-out-widget-area .ocm-dropdown-arrow i {
    color: black !important;
  }
  #page-header-bg .span_6 h1 {
    font-size: 42px !important;
    line-height: 39px !important;
  }
  .inner-wrap .subheader {
    font-size: 21px !important;
  }
  #sidebar {
    width: 95.5% !important;
  }
  #footer-widgets .widget.widget_nav_menu li {
    display: block !important;
    text-align: center !important;
  }
  #footer-widgets .widget.widget_nav_menu li a {
    font-size: 18px;
    line-height: 1.9;
  }
  #copyright ul.social li {
    display: inline-block;
  }
  .single.single-post .section-title h1 {
    margin-bottom: 10px !important;
    font-size: 37px !important;
  }
  #author-bio img {
    margin-right: auto !important;
  }
  .testimonials-column.column_container {
    padding: 0 8%;
  }
  /******************** HOMEPAGE ***********************/
  .nectar-button span {
    text-align: center !important;
  }
  .js-section.videos-section, .js-section.speaking-section, .js-section.steps-section {
    padding-top: 12% !important;
    padding-bottom: 12% !important;
  }
  .js-section.books-section {
    padding-top: 12% !important;
    padding-bottom: 12% !important;
  }
  .js-section.books-section .wpb_column {
    margin-bottom: 15% !important;
  }
  .js-section.books-section .wpb_column h3 {
    padding-top: 5% !important;
  }
  .js-section.intro-section {
    padding-top: 12% !important;
    padding-bottom: 12% !important;
  }
  .js-section.intro-section .wpb_wrapper {
    text-align: left;
  }
  .js-section.intro-section h2 {
    line-height: 32px !important;
    margin-bottom: 10%;
  }
  .js-section.about-section {
    padding-top: 12% !important;
    padding-bottom: 12% !important;
  }
  .js-section.about-section h2 {
    font-size: 25px !important;
    margin-bottom: 15% !important;
  }
  .js-section.leap-section {
    padding-top: 12% !important;
  }
  .main-content .featured-section {
    padding-bottom: 12% !important;
  }
  .main-content .featured-section img {
    width: 35% !important;
  }
  .main-content .featured-section img.iste-logo {
    width: 30% !important;
  }
}


body #slide-out-widget-area .slide_out_area_close {
    display: block;
}

body #slide-out-widget-area .slide_out_area_close:before {width: 45px !important;height: 45px !important;transform: none;}

body #slide-out-widget-area .slide_out_area_close .close-wrap .close-line {
    transform: rotate(45deg) !important;
}

body #slide-out-widget-area .slide_out_area_close .close-wrap .close-line2 {
    transform: rotate(-45deg) !important;
}