html, body {
    overflow-x: hidden !important;
}

body.no-mobile-scroll {
    overflow: hidden !important;
}

@media (max-width: 769px) {
    .main {
        padding-right: 20px !important;
        padding-left: 20px !important;
    }
}

@media (max-width: 992px) {
    html, body {
        overflow-x: hidden !important;
        max-width: 100% !important;
    }
    #wpadminbar {
        display: none !important;
    }
    body > .wrap.container {
        max-width: 100% !important;
        overflow-x: hidden !important;
    }
}

.entry-content-w100 {
    width: 100%;
}

.page-header.page-header__categories {
    display: flex;
    justify-content: space-between;
}

.blog-categories {
    display: flex;
    align-items: center;
}
.blog-categories label {
    margin: 0 10px 0 0;
}

.page-template-template-custom-blade h2,
.page-template-template-custom-blade h2 a ,
.page-template-default h2,
.page-template-default h2 a{
    font-size: 26px;
}

.h4, h4 {
    font-size: 19px;
}

.aioseo-breadcrumbs {
    font-size: 13px;
    text-align: right;
    clear: both;
    padding-top: 5px;
}

main a {
    color: #427e7c;
}

.bbp-forum-title,
.bbp-topic-title .bbp-topic-permalink {
	font-size: 20px;
}

.bbpress-wrapper .bbp-breadcrumb {
	display: none;
}

header .bbp-breadcrumb {
    float: none;
    text-align: right;
    clear: both;
    font-size: 13px;
    padding-top: 5px;
}

.bbp-forum-with-featured li.bbp-forum-info,
.bbp-forum-with-featured li.bbp-topic-title {
	width: 37%;
}

li.bbp-forum-featured {
	width: 18%;
	float: left;
  text-align: left;
  padding-right: 10px;
}

#menu-primary {
	justify-content: flex-end;
}
#menu-primary > li:last-child {
	padding-right: 0;
}
#menu-primary > li:last-child a {
	margin-right: 0;
}

.comment-content iframe {
	display: block;
}


.fiddlehed-tabs__wrapper {
	margin-bottom: 20px;
	position: relative;
	border: 1px solid #f0f0f0;
	border-radius: 5px;
	overflow: hidden;
}

.fiddlehed-tabs__panel {
	position: relative;
}

.fiddlehed-tabs__panel-heading {
	border-bottom: 1px solid #f0f0f0;
	background-color: #f8f8f8;
	color: #666;
}

.fiddlehed-tabs__wrapper .fiddlehed-tabs__panel:not(.is_active):last-child .fiddlehed-tabs__panel-heading {
	border: none;
}

.fiddlehed-tabs__panel-heading:hover {
	background-color: #f0f0f0;
	color: #2FA6A2;
}

.fiddlehed-tabs__panel-title {
	background: 0 0;
	display: block;
	padding: 14px 20px;
	box-sizing: border-box;
	text-decoration: none;
	color: inherit;
	position: relative;
	transition: color .2s ease-in-out;
	border: none;
	box-shadow: none;
	padding-left: 46px;
	cursor: pointer;
	line-height: 1;
	margin: 0;
}

.fiddlehed-tabs__panel-title i {
	position: absolute;
	top: 50%;
	left: -20px;
  display: inline-block;
  vertical-align: middle;
  height: 12px;
  width: 12px;
  position: relative;
  font-size: inherit;
  margin: 0;
}
.fiddlehed-tabs__panel-title i:before {
  content: "";
  display: block;
  position: absolute;
  box-sizing: border-box;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-style: solid;
  border-width: 2px 0 0 0;
  transition: all 0.2s ease-in-out;
  border-color: #666;
}
.fiddlehed-tabs__panel-title i:after {
  content: "";
  display: block;
  position: absolute;
  box-sizing: border-box;
  left: 50%;
  bottom: 0;
  top: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-style: solid;
  border-width: 0 0 0 2px;
  transition: all 0.2s ease-in-out;
  border-color: #666;
}

.fiddlehed-tabs__wrapper .fiddlehed-tabs__panel.is_active .fiddlehed-tabs__panel-title i:after {
	display: none;
	content: none;
}

.fiddlehed-tabs__panel-body {
	background-color: #f8f8f8;
	border-bottom: 1px solid #f0f0f0;
	padding: 14px 20px;
	display: none;
}

.fiddlehed-tabs__wrapper .fiddlehed-tabs__panel:last-child .fiddlehed-tabs__panel-body {
	border: none;
}

/*.fiddlehed-tabs__panel.is_active .fiddlehed-tabs__panel-body {
	display: block;
}*/

.mepr-submit {
    padding: 10px 30px !important;
    border-radius: 7px;
    color: #fff !important;
    transition: opacity .5s;
    -moz-transition: opacity .5s;
    -webkit-transition: opacity .5s;
    -o-transition: opacity .5s;
    display: inline-block;
    margin: 20px auto;
    border: 0 !important;
    font-family: Karla,sans-serif;
    font-weight: 400;
    line-height: 21px;
    box-shadow: none !important;
    background: #990034 !important;
     cursor: pointer;
}
.mepr-submit:hover,
.mepr-submit:focus {
  color: #ffffff!important;
	opacity: 0.7 !important;
	background: #990034 !important;
}


.random_prompt_button {
	text-align: center;
	padding: 0;
}


.fiddlehed__last_completed li a ,
.fiddlehed__last_started li a {
  opacity: 1 !important;
}


body.subscribe .mepr-price-menu.minimal_horizontal {
  display: none !important;
}

#whats-new-form #whats-new-options {
  display: block;
}

a.wpc-complete,
a.wpc-completed {
  border-radius: 3px;
}
a.wpc-complete br,
a.wpc-completed br {
  display: none !important;
}

.wpc-bar-progress .wpc-progress-bar {
  margin-bottom: 30px;
}

.tunes-table__inner.loading #tablepress-1 tbody tr {
    display: none;
}

#tablepress-1_wrapper .column-3 {
    min-width: 160px;
}

#tablepress-1_wrapper.loading {
    position: relative;
    overflow: hidden;
}
#tablepress-1_wrapper.loading:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    background: hsla(0,0%,100%,.5);
}

#tablepress-1_wrapper.loading:after {
    content: '';
    display: block;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 32px;
    height: 32px;
    z-index: 99999;
    background: url(../images/loading.gif) no-repeat;
    visibility: visible;
}

.lp_dashboard .title,
.lp_form .ttu {
    font-family: obsoleteregular !important;
}

.lp_lb_close {
    background-color: unset !important;
}

.entry-content h3 {
    font-family: obsoleteregular;
}

.footer-left .brand {
    width: 170px;
    text-align: center;
    font-family: obsoleteregular;
    font-size: 1.4em;
    color: #000;
    font-weight: 100;
}

.footer-left .brand img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.footer-left .brand span {
    display: block;
    margin-top: -22px;
    font-size: 26px;
    margin-left: -10px;
}

#ui-datepicker-div {
    z-index: 999999 !important;
}

.trumbowyg-default_details-button {
    background: url('../../assets/images/icon-pencil.png') 50% 12px no-repeat !important;
    background-size: 50% !important;
}

.trumbowyg-default_details-button:hover {
    background-color: #fff !important;
}

.lp_dashboard .lp_tags_out,
.trumbowyg-default_details-button svg {
    display: none !important;
}

.lp_search .search_entry h3 {
    color: inherit !important;
}

.favorites-list {
    padding-left: 0;
}

.favorites-list li:after {
    clear: both;
    content: '';
    display: table;
}

.favorites-list li p:first-child {
    float: left;
}

.favorites-list li p:last-child {
    float: right;
    padding-left: 20px;
}

/*@media (max-width: 992px) {
    .favorites-list li p {
        float: none !important;
    }
}*/

.simplefavorite-button {
    font-family: Karla,sans-serif;
    background: #999;
    border: none;
    color: #fff;
    padding: 2px 15px;
    border-radius: 5px;
    outline: none;
    opacity: 1;
    cursor: pointer;
}

.simplefavorite-button.active {
    opacity: 1;
    background: #990034;
}

.favorite_button_wrap:before, .favorite_button_wrap::after {
    content: '';
    display: table;
    clear: both;
}

.wpc-button-start {
    display: inline-block;
    padding: 10px 15px;
    text-decoration: none;
    color: #000;
    transition: .2s opacity ease;
    border-radius: 3px;
    background: #edd5d5;
}
.wpc-button-start:hover { opacity: .6; }


/**
 * Cards Slider
 */
.bx-wrapper {
    margin: 0 auto;
    border: 0;
}
.bx-wrapper .bx-next {
    right: -45px;
}
.bx-wrapper .bx-prev {
    left: -45px;
}
#fiddlehed_cards.hide__nav-prev-next .bx-controls {
    display: none !important;
}
#fiddlehed_cards.loading {
    position: relative;
    min-height: 300px;
}
#fiddlehed_cards.loading:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    background: hsla(0,0%,100%,.5);
}
#fiddlehed_cards.loading:after {
    content: '';
    display: block;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 32px;
    height: 32px;
    z-index: 99999;
    background: url(../images/loading.gif) no-repeat;
    visibility: visible;
}
/*#fiddlehed_cards .bx-wrapper .bx-loading {
    display: none !important;
}*/
#fiddlehed_cards .bx-wrapper,
#fiddlehed_cards .bx-viewport,
#fiddlehed_cards .cards__slide {
    min-height: 532px;
    min-width: 399px;
}
.card__wrapper {
    width: 399px;
    height: 532px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.card__image,
.card__text {
    height: 100%;
    width: 100%;
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: transform .5s ease-in-out;
    transform-style: preserve-3d;
    background-size: cover;
    background-position: center;
}

.card__text__wrapper {
    width: 359px;
    height: 492px;
    padding: 20px;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.card__image {
    transform: rotateY(0);
    z-index: 1;
}

.card__text {
    background-color: #ebebeb;
    transform: rotateY(180deg);
    padding: 20px;
    box-sizing: border-box;
}

.card__text:before {
    content: '▲';
    background: linear-gradient(to bottom, #6E6E6E, transparent);
    height: 30px;
    font-size: 14px;
    line-height: 30px;
    font-weight: bold;
    color: #6E6E6E;
    text-align: center;
    position: absolute;
    top: 0; left: 0; right: 0;
}

.card__text:after {
    content: '▼';
    background: linear-gradient(to bottom, transparent, #6E6E6E);
    height: 30px;
    font-size: 14px;
    line-height: 30px;
    font-weight: bold;
    color: #6E6E6E;
    text-align: center;
    position: absolute;
    bottom: 0; left: 0; right: 0;
}

.cards__slider__nav {
    text-align: center;
}

.cards__slider__nav ul {
    padding: 0;
    margin: 20px 0 0;
}

.cards__slider__nav li {
    list-style: none;
    display: inline-block;
    padding: 0;
    margin: 0 3px;
}
.cards__slider__nav li:after {
    content: '|';
    display: inline-block;
    margin: 0 3px;
}
.cards__slider__nav li:last-child:after {
    display: none;
    content: '';
    margin: 0;
}
.cards__slider__nav a {
    color: #666;
}
.cards__slider__nav li.active a {
    color: #427e7c;
}

#fiddlehed_cards .cards__history {
    display: flex;
    justify-content: space-between;
    text-align: center;
    width: 400px;
    max-width: 100%;
    margin: 0 auto;
}

#fiddlehed_cards .cards__history a {
    color: #666;
    display: none;
    line-height: 20px;
    font-size: 17px;
    margin: 0 10px 10px;
}

#fiddlehed_cards .cards__history a.cards__history__back {
    background: url('/assets/img/back.png') 0 50% no-repeat;
    background-size: 20px;
    padding-left: 25px;
}

#fiddlehed_cards .cards__history a.cards__history__forward {
    background: url('/assets/img/forward.png') 100% 50% no-repeat;
    background-size: 20px;
    padding-right: 25px;
}

#fiddlehed_cards .cards__history a.active {
    display: inline-block;
}


a.button-sing-up {
    color: #fff !important;
    padding: 5px;
    font-size: 12px;
    line-height: 24px;
    background: #999;
    border-radius: 5px;
    transition: opacity .5s;
    -moz-transition: opacity .5s;
    -webkit-transition: opacity .5s;
    -o-transition: opacity .5s;
}

a.button-sing-up:hover {
    opacity: 0.6;
    color: #ffffff !important;
}

#fiddlehed_cards_mobile {
    position: fixed;
    z-index: 99999;
    background: rgba(0,0,0,.5);
    top: 0; left: 0; right: 0; bottom: 0;
    display: none;
}

.card__text__mobile {
    width: 100%;
    height: 100vh;
    max-width: 400px;
    margin: 0 auto;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    display: none;
    padding: 40px 20px;
    box-sizing: border-box;
    position: relative;
    -moz-box-shadow: 0 0 5px #ccc;
    -webkit-box-shadow: 0 0 5px #ccc;
    box-shadow: 0 0 5px #ccc;
    border: 5px solid #fff;
    background: #fff;
}

.card__text__mobile-close {
    position: fixed;
    display: block;
    cursor: pointer;
    right: 0;
    top: 0;
    z-index: 9;
    width: 30px;
    height: 30px;
    padding: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 0;
    outline: 0;
    font-size: 32px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff;
}

.card__text__mobile-close:before {
    content: '';
    position: relative;
    display: block;
    width: 22px;
    height: 2px;
    margin-right: auto;
    margin-left: auto;
    border: none;
    border-radius: 3px;
    background-color: #060f31;
    will-change: transform;
    top: 13px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.card__text__mobile-close:after {
    content: '';
    position: relative;
    display: block;
    width: 22px;
    height: 2px;
    margin-right: auto;
    margin-left: auto;
    border: none;
    border-radius: 3px;
    background-color: #060f31;
    will-change: transform;
    top: 11px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media (min-width: 993px) {
    .card__wrapper:hover .card__image {
        transform: rotateY(-180deg);
    }
    .card__wrapper:hover .card__text {
        transform: rotateY(0deg);
    }
    #fiddlehed_cards_mobile {
        display: none !important;
    }
}

@media (max-width: 992px) {
    #fiddlehed_cards .bx-wrapper,
    #fiddlehed_cards .bx-viewport,
    #fiddlehed_cards .cards__slide {
        min-height: 333px;
        min-width: 250px;
    }
    .card__wrapper {
        width: 250px;
        height: 333px;
    }
    .card__wrapper .card__text {
        display: none !important;
    }
    .card__text__wrapper {
        width: 210px;
        height: 293px;
        padding: 0;
        overflow: scroll;
        -webkit-overflow-scrolling: touch;

    }

    .card__text:before,
    .card__text:after {
        display: none;
    }
}


/** TOC */
main.main #ez-toc-container {
    display: none !important;
}
:root {
    --space: 2rem;
    --space-xs: calc(var(--space) / 3);
    --space-sm: calc(var(--space) / 2);
    --space-md: calc(var(--space) * 2);
}

.sections_list_home_main .left_block_nav {
    --offset: var(--space);
    flex-grow: 1;
    flex-basis: 220px;
    align-self: start;
    position: sticky;
    top: var(--offset);
    padding-right:30px;
}
.sections_list_home_main .right_block_content {
    flex-basis: 0;
    flex-grow: 999;
    min-width: 40%;
}


.the_content_with_toc_wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
    flex-wrap: wrap;
}
.the_content_with_toc {
    flex-basis: 0;
    flex-grow: 999;
    min-width: 40%;
}
.toc_for_the_content {
    padding-left: 30px;
    --offset: var(--space);
    flex-grow: 1;
    flex-basis: 280px;
    align-self: start;
    position: sticky;
    top: var(--offset);
}

.ez-toc-title-toggle {
    /*display: none;*/
}

@media (max-width: 769px) {
    .the_content_with_toc_wrap {
        display: block;
    }
    .toc_for_the_content {
        display: block;
        width: 100%;
        padding: 0 0 30px;
        position: static;
    }
    .ez-toc-open-icon {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
    .ez-toc-open-icon span.arrow {
        font-size: 14px !important;
    }
    .ez-toc-open-icon span.text {
        font-size: 12px !important;
    }
}

table.tablepress th,
table.tablepress td {
    font-size: 13px;
}

#rpt_pricr,
.rpt_plugin_f .rpt_features .rpt_feature, .rpt_plugin_f .rpt_features .rpt_feature a, .rpt_plugin_f .rpt_foot, .rpt_plugin_f .rpt_head .rpt_description, .rpt_plugin_f .rpt_head .rpt_price, .rpt_plugin_f .rpt_head .rpt_price .rpt_currency, .rpt_plugin_f .rpt_head .rpt_recurrence, .rpt_plugin_f .rpt_head .rpt_secondary_recurrence, .rpt_plugin_f .rpt_head .rpt_subtitle, .rpt_plugin_f .rpt_secondary_foot, .rpt_plugin_f .rpt_switch_label, .rpt_plugin_f .rpt_switch_text, .rpt_plugin_f .rpt_title {
    font-family: Karla, sans-serif !important;
}

/*********************************
 *          MP COURSES           *
 *********************************/
.mpcs-lesson-template-default h3 {
    color: #5a5a5f;
    font-family: obsoleteregular;
    margin-top: 30px;
    font-size: 21px;
    line-height: 23px;
    text-transform: uppercase;
}
.mpcs-classroom #menu-primary a,
.mpcs-classroom .aioseo-breadcrumbs a {
    color: #999;
    text-decoration: none;
}
.mpcs-classroom #menu-primary a:focus,
.mpcs-classroom #menu-primary a:hover,
.mpcs-classroom .aioseo-breadcrumbs a:focus,
.mpcs-classroom .aioseo-breadcrumbs a:hover {
    text-decoration: none;
    color: #666;
}
.mpcs-lesson-template-default,
.post-type-archive-mpcs-course,
.single-mpcs-course {
    background-color: #eee;
}
.post-type-archive-mpcs-course .entry-content {
    margin: 0 !important;
}
.post-type-archive-mpcs-course .dropdown-toggle:after {
    content: unset;
    display: none;
}
.mpcs-lesson-template-default .btn,
.post-type-archive-mpcs-course .btn,
.single-mpcs-course .btn {
    padding: .25rem .5rem;
    font-size: .8rem;
    height: 1.8rem;
    line-height: 1.2rem;
}
.mpcs-lesson-template-default .btn.btn-green,
.single-mpcs-course .btn.btn-green {
    color: #fff !important;
}
#mpcs-sidebar {
    position: static;
    background: unset;
}
#mpcs-sidebar .mpcs-sidebar-wrapper .figure img {
    max-width: 100%;
    max-height: unset;
}
.single-mpcs-course .entry-content,
.mpcs-lesson-template-default .entry-content {
    min-height: unset;
}
#mpcs-main {
    min-height: unset;
}
#mpcs-sidebar .mpcs-sidebar-wrapper .course-progress {
    background: unset;
}

@media (min-width: 840px) {
    #mpcs-main {
        padding: 0 0 0 2rem;
    }
}