body {
    overflow-x: hidden;
}
#page .site-banner.static-cta-banner .banner-caption .container {
    /*background: var(--maestro-blue);*/
    -webkit-box-shadow: var(--maestro-default-boxshadow);
    box-shadow: var(--maestro-default-boxshadow);
    border-radius: var(--maestro-border-radius);
}
#page .content-area .page-header {
    display: none;
}
#page .content-area .page-header .page-title {
	color: var(--maestro-dark-gray);
}
#content .container-fullsize .wp-block-group{
    padding: 0 15px;
}
#content .container-fullsize .page-header {
    display: none;
}
#content .container.margin-top {
    margin-top: 30px;
}
#content .container-fullsize #primary {
    margin-top: 0;
}

#content .container-fullsize .entry-content {
    margin-top: 0;
}
@media screen and (max-width: 780px) {
    #content .container-fullsize  .custom-banner-text-style {
        display:none;
    }
    #content  .custom-banner-text-style {
        font-size: 24px!important;
    }
}

#content .lp-archive-courses ul.learn-press-breadcrumb {
    display: none;
}
#content .lp-user-profile #profile-nav .lp-profile-nav-tabs > .quizzes {
    display:none;
}

#page .entry-content a {
    text-decoration: none;
}
#page  .top-bar {
    margin-bottom: 0;
    background: var(--maestro-cover-blue);

}
#page .top-bar .breadcrumb-wrapper {
    margin-top:0;
    margin-bottom: 5px;
}
.course-wrap-meta .meta-item-quiz, .course-wrap-meta .meta-item-student {
    display:none!important;
}
.course-meta .meta-item-quiz, .course-meta .meta-item-student {
    display:none!important;
}
/*
.course-sidebar-preview .media-preview {
    border: 2px solid var(--maestro-dark-blue);
    border-radius: var(--maestro-border-radius);
}*/
.learn-press-nav-tabs .course-nav label {
    width: 100%;
}

.learn-press-courses[data-layout="list"] .lp_course.course {
    -webkit-box-shadow: var(--maestro-default-boxshadow);
    box-shadow: var(--maestro-default-boxshadow);
}
.learn-press-courses[data-layout="grid"] .lp_course.course .course-item{
    -webkit-box-shadow: var(--maestro-default-boxshadow);
    box-shadow: var(--maestro-default-boxshadow);
}
.learnpress .lp-content-area {
    max-width: 100%;
}
.learnpress .lp-user-profile .lp-profile-content-area {
    padding-top: 20px;
    padding-bottom: 20px;
}
.learnpress .lp-user-profile .lp-profile-content-area .lp-profile-left {
    width: auto;
    height: auto;
    min-width: 0;
    margin-left: 20px;
}
/*.learnpress .lp-archive-courses .course-detail-info {
    background: var(--maestro-dark-gray);
}*/
/*
#page #content #popup-course {
    top: 135px;
}
#page #popup-course #popup-sidebar {
    border-top: 5px solid var(--maestro-dark-gray);
}*/
#page #popup-course #sidebar-toggle {
    width: 30px;
    height: 150px;
    border-right: 2px solid #29abec;
    border-top: 2px solid #29abec;
    border-bottom: 2px solid #29abec;
}
#page #popup-course #sidebar-toggle:before {
    font-size: 50px;
    color: #29abec;
}
#page .breadcrumb-wrapper .current > a span {
    color: #fff;
}
#content .learn-press-courses[data-layout="list"] .course {
    border-radius: 10%;
    transition: all .5s ease;
    background: #fffcfa;
}
#content .learn-press-courses[data-layout="list"] .course:hover {
    /*transform: scale(1.05);*/
}
#content .lp-archive-courses .course-thumbnail .thumbnail::before {
    display: none;
}
#content .lp-archive-courses .course-content .course-info .course-price .price {
    font-size: 30px;
}
#content .learn-press-courses[data-layout="list"] .course-content .course-readmore {
    /*position: absolute;*/
    top: 60%;
    right: auto;
}
#content .lp-archive-courses {
    margin-top: 30px;
}
#content #learn-press-course {
    margin-top: -30px;
}
#content .learn-press-courses[data-layout="list"] .course-content .course-readmore a {
    font-size: 20px;
}
#content .custom-banner-text-style {
    font-family: var(--secondary-font);
    font-size: 3rem;
    font-weight: 500;
    margin-bottom: 0!important;
    text-shadow: 0px 4px 4px rgba(0,0,0,0.86);
    text-align: center;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
#content .custom-banner-text-style .scroller {
    width: 100%;
    transform: rotate(90deg);
    position: absolute;
    bottom: 20%;
    -webkit-animation: movingme 1s linear infinite;
    -moz-animation: movingme 1s linear infinite;
    animation: movingme 1s linear infinite;
}
@-webkit-keyframes movingme {
    0% {bottom: 20%}
    30% {bottom: 15%}
    100% {bottom: 20%}
}
@-moz-keyframes movingme {
    0% {bottom: 20%}
    30% {bottom: 15%}
    100% {bottom: 20%}
}
@keyframes movingme {
    0% {bottom: 20%}
    30% {bottom: 15%}
    100% {bottom: 20%}
}
#content .learn-press-courses[data-layout="grid"] .course-item {
    border-radius: 20px;
    padding-top: 20px;
}
#content  .learn-press-courses[data-layout="grid"] .course-content {
    border: none;
}
/*
#content .lp-user-profile .wrapper-profile-header {
    color: #fff;
    background: var(--lp-secondary-color);
    position: relative;
    border-radius: 50%;
    max-width: margin;
    margin: auto;
    max-width: 600px;
  }
#content .learnpress .lp-user-profile .lp-profile-content-area {
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 50%;
    text-align: center;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
  }
#content .learnpress .lp-user-profile .lp-profile-content-area .lp-profile-left {
    width: auto;
    height: auto;
    min-width: 0;
    margin-left: 20px;
    border-radius: 50%;
    overflow: hidden;
    padding: 0;
  } */

.plug {
    display: none!important;
}
body .course-tab-panel .course-description {
    font-size: 18px;
}
.learn-press-courses-header {
    display: none;
}
.timeline-block-detail .story-content p {
    font-size: 18px!important;
}
body .lp-badge.featured-course::before {
    font-size: 12px;
    font-weight: 100;
}

body .lp-badge.featured-course {
    height: 30px;
}
body .learn-press-checkout-comment {
    display: none!important;
} 
body .lp-archive-courses .course-content .course-categories a:first-child {
    background-color: var(--maestro-cover-blue);
} 
body .lp-archive-courses .course-content .course-categories a:first-child:hover {
    color: white;
}
/*
    Tuner
*/
body .main_tuner_button {
    border-radius: 50%;
    margin-right: 5px;
    background: var(--maestro-dark-gray)!important;
}
body .main_tuner_button.active {
    background: var(--maestro-light-orange)!important;
}
#popup-content .content-item-wrap {
    /*width: 1080px;*/
    width: 980px;
}
body .course-nav-tab-instructor {
    display: none!important;
}
body .lp-user-profile #dashboard-general-statistic {
    display: none!important;
}
body .course-content .course-instructor {
    display: none!important;
}
body .course-tabs .course-nav label {
    font-size: 22px;
}
body .course-extra-box {
    display:none!important;
}

body .cart-block a .number {
    top: -10px;
    background-color: var(--maestro-dark-gray);
}
body .cart-block svg {
    font-size: 30px;
}
@media screen and (max-width: 560px) {
    body .lp-user-profile #profile-nav .lp-profile-nav-tabs {
        display: flex;
        width: 100%;
        overflow: hidden;
        height: 50px;
    }
    body .lp-user-profile #profile-nav .lp-profile-nav-tabs > li {
        max-width: 200px;
        width: 25%;
        float: none;
    }
    body .lp-user-profile #profile-nav .lp-profile-nav-tabs > li > a{
        padding: 10px 32px;
        height: 30px;
    }
    body .lp-user-profile #profile-nav .lp-profile-nav-tabs > li.active a {
        padding: 10px 32px;
    }
    body .lp-user-profile #profile-nav .lp-profile-nav-tabs > li > a svg{
        font-size: 20px;
    }
    .learnpress .lp-user-profile .lp-profile-content-area .lp-profile-left {
        margin: 0 auto;
    }
}

.woocommerce-checkout-maestro {
    display: flex;
    flex-wrap: wrap;
}

.woocommerce-checkout-maestro #customer_details {
    width: calc(50% - 20px);
    min-width: 400px;
    margin-right: 20px;
}
.woocommerce-checkout-maestro #order_review {
    width: 50%;
    min-width: 400px;
    border:none;
    border-left: 2px solid #639bbc;
}
.woocommerce-checkout-maestro #order_payment_heading {
    font-size: 1.5556em;
    line-height: 1.285em;
    font-weight: 500;
    color: #111;
    padding-bottom: 10px;
}

.woocommerce-checkout-maestro #order_review_heading {
    display: none!important;
}
.woocommerce-checkout-maestro .wc-gzd-checkbox-placeholder-legal {
    margin-top: 50px;
    margin-bottom: 40px;
}

@media screen and (max-width: 1030px) {
    .woocommerce-checkout-maestro #customer_details {
        width: 100%;
        min-width: 100px;
        margin-right: 0;
    }
    .woocommerce-checkout-maestro #order_review {
        width: 100%;
        min-width: 100px;
        min-width: 400px;
        border:none;
    }
}
body .maestro-cards .wp-block-cover a {
    color: white;
    cursor: pointer;
}
body .maestro-cards .wp-block-cover img {
    border-radius: 10px;
}
body .maestro-cards .wp-block-cover {
    transition: 0.4s all;
}
body .maestro-cards .wp-block-cover:hover {
    transform: scale(1.02);
}
body .maestro-cards .wp-block-cover:hover a{
    color: var(--maestro-beige);
}
@media screen and (max-width: 580px) {
    body .maestro-cards .wp-block-cover a {
        font-size: 18px!important;
    }
    
    body .lp-archive-courses .course-summary-content .course-title {
        display:none;
    }
}
@media screen and (max-width: 1030px) {
    body .maestro-cards .wp-block-cover a {
        font-size: 24px!important;
    }
}