
@font-face {
    font-family: 'copperplate-gothic-std-29';
    src: url('/wp-content/uploads/2025/05/copperplate-gothic-std-29-bc-webfont.eot');
    src: url('/wp-content/uploads/2025/05/copperplate-gothic-std-29-bc-webfont.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/uploads/2025/05/copperplate-gothic-std-29-bc-webfont.woff2') format('woff2'),
        url('/wp-content/uploads/2025/05/copperplate-gothic-std-29-bc-webfont.woff') format('woff'),
        url('/wp-content/uploads/2025/05/copperplate-gothic-std-29-bc-webfont.ttf') format('truetype'),
        url('/wp-content/uploads/2025/05/copperplate-gothic-std-29-bc-webfont.svg#Copperplate-Gothic-Std-29-BC') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Avenir LT Std", sans-serif';
    src: url('/wp-content/uploads/2025/06/AvenirLTStd-Book.eot');
    src: url('/wp-content/uploads/2025/06/AvenirLTStd-Book.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/uploads/2025/06/AvenirLTStd-Book.woff2') format('woff2'),
        url('/wp-content/uploads/2025/06/AvenirLTStd-Book.woff') format('woff'),
        url('/wp-content/uploads/2025/06/AvenirLTStd-Book.ttf') format('truetype'),
        url('/wp-content/uploads/2025/06/AvenirLTStd-Book.svg#AvenirLTStd-Book') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
.class-archive-page {  
    position: relative;
}
.masterclass-educators > h2 {
    text-align: center;
    font-family: "copperplate-gothic-std-29", Sans-serif;
    font-size: 60px;
    font-weight: 400;
    line-height: .85em;
    color: #F2E59B;
    margin: 0;
}

.masterclass-educators > h3 {
    text-align: center;
    font-family: "copperplate-gothic-std-29", Sans-serif;
    font-size: 40px;
    font-weight: 400;
    line-height: .85em;
    color: #fff;
    margin: 0 0 30px;
}
h4.price-tag {
    padding-bottom: 5px;
}
.recommended h2 {
    font-family: "copperplate-gothic-std-29", Sans-serif;
    font-size: 58px;
    font-weight: 600;
    letter-spacing: -2px;
    color: #FEF3D9;
    margin: 0;
    text-align: center;
}
.hands-on-tag {
    position: absolute;
    background-color: #fff4a8;
    font-family: "Avenir LT Std", Sans-serif;
    padding: 5px 18px 3px;
    border-radius: 30px;
    left: 40px;
    top: -16px;
    text-transform: uppercase;
    font-size: 18px;
}
.sold-out-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 9;
    transform: translate(-50%, -50%);
}
.sold-out:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000;
    left: 0;
    top: 0;
    opacity: 0.5;
    pointer-events: none;
}
.sold-out-text {
    background-color: #972c25;
    color: #fff;
    border-radius: 10px;
    font-size: 20px;
    padding: 10px 24px;
    transform: rotate(-11deg);
    font-family: "Avenir LT Std", Sans-serif;
}
.recommended>p {
    text-align: center;
    font-family: "copperplate-gothic-std-29", Sans-serif;
    font-size: 32px;
    font-weight: 400;
    line-height: 1em;
    color: #FEF3D9;
    max-width: 1040px;
    margin: auto;
}
.list-cst p {
    color: #222;
    font-size: 16px;
    font-family: "copperplate-gothic-std-29", Sans-serif;
    margin: 0 10px;
}
.list-cst {
    display: flex;
}
.recommended .recommended-list li {
    width: 23%;
    margin: 0 1% 2%;
    list-style: none;
    border-radius: 4px;
    overflow: hidden;
    background-color: #fff;
}
.recommended .recommended-list .view-details-btn a {
    color: #000;
    border: 1px solid #ddd;
    border-radius: 6px;
    display: inline-block;
    padding: 6px 20px;
    width: 100%;
    font-size: 14px;
}
.view-details-btn a svg {
    width: 16px;
    position: relative;
    top: 1px;
}
.recommended .recommended-list .view-details-btn a {
    color: #000;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-family: "copperplate-gothic-std-29", Sans-serif;
    padding: 6px 10px;
    width: 100%;
    font-size: 14px;
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: center;
    transition: .5s all;
}
.recommended .recommended-list .view-details-btn a:hover {
    background-color: #000;
    color: #fff;
}
.view-details-btn {
    text-align: center;
    padding: 0 20px 20px;
}
.recommended ul.recommended-list {
    display: flex;
    margin: 40px 0;
    padding: 0;
    flex-wrap: wrap;
}
.list-cst {
    display: flex;
    justify-content: center;
    padding: 20px 0;
}
.recommended-image {
    text-align: center;
    background-color: #f3f4f6;
    padding: 25px 0;
}
.recommended-image img {
    max-width: 140px;
    vertical-align: bottom;
    height: 50px;
    object-fit: contain;
}
@media screen and (max-width: 767px) {
.recommended h2 {
        font-size: 37px;
}
.masterclass-educators > h2 {
    font-size: 31px;
}
.masterclass-educators > h3 { 
    font-size: 23px;
}
h4.price-tag {
    font-size: 18px;
}
.hands-on-tag {
    padding: 4px 12px 2px;
    left: 20px;
    top: -11px;
    font-size: 12px;
}
.main-class-archive .class-archive-page {
    background-size: 100% 10px;
    background-position: bottom;
}
.recommended ul.recommended-list {
        margin: 20px 0;
}
.recommended>p {
        font-size: 18px;
        padding: 10px 20px;
}

.recommended .recommended-list li {
        width: 48%;
}
}
/*--------class archive-----------*/
.class-archive-page {
    border-radius: 20px;
    margin-bottom: 35px;
    padding: 5px;
    background-image: url(/wp-content/uploads/2025/07/pattern.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.main-archive {
    background-color: #000;
    border-radius: 15px;
    padding: 35px 25px 25px;
}
.clear-filter {
    color: #F2E59B;
    font-family: "Avenir LT Std", Sans-serif;
    transition: .5s all;
    cursor: pointer;
    font-size: 14px;
    text-align: center;
    display: inline-block;
    text-decoration: underline;
}

.single-featured-educators img {
    border-style: solid;
    border-width: 3px 3px 3px 3px;
    border-color: #91770D;
    border-radius: 50% 50% 50% 50%;
    width: 170px;
        margin: auto;
    display: block;
    height: 170px;
    object-fit: cover;
}
.single-featured-educators h2 {
    text-align: center;
    font-family: "copperplate-gothic-std-29", Sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1em;
    color: #FFFFFF;
    margin: 5px 0 0;
}
.brand-specific-page {
    text-align: center;
    margin-bottom: 40px;
}
.brand-specific-page p {
    text-align: center;
    font-family: "Avenir LT Std", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.3em;
    color: #fff4a8;
}
.brand-specific-page img {
    max-width: 300px;
    padding-bottom: 10px;
}
.single-featured-educators p {
    text-align: center;
    font-family: "copperplate-gothic-std-29", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1em;
    color: #A58C37;
}
.inner-featured-educators {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 30px;
}
.single-featured-educators {
    width: 25%;
    text-align: left;
}
.main-heading-class {
    font-family: "copperplate-gothic-std-29", Sans-serif;
    font-size: 58px;
    font-weight: 600;
    letter-spacing: -2px;
    color: #FEF3D9;
    text-align: left;
}
.filter-heading {
    display: flex;
    justify-content: space-between;
    color: #FEF3D9;
    font-size: 24px;
    line-height: 1;
    padding-bottom: 0px;
}
.presentations-design h2.main-heading-class {
    text-align: center;
}
.inner-archive {
    display: flex;
    justify-content: space-between;
}
.left-archive {
    display: flex;
    gap: 5%;
    width: 58%;
    padding: 0 10px;
    flex-wrap: wrap;
}
.loop-archive img {
    /* width: 150px; */
    /* height: 150px; */
    object-fit: cover;
    margin: auto;
    display: block;
    border-radius: 50%;
    border: 3px solid #91770D;
    aspect-ratio: 1 / 1;
}
.loop-archive h2 {
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 1em;
    color: #FFFFFF;
    font-family: "copperplate-gothic-std-29", Sans-serif;
    margin: 5px 0 0;
    letter-spacing: 0px !important;
}
.loop-archive p {
    text-align: center;
    font-family: "copperplate-gothic-std-29", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1em;
    color: #A58C37;
}
.description-class {
    text-align: left;
}
.description-class h3 {
    font-size: 32px;
    font-weight: 400;
    line-height: 1em;
    letter-spacing: -2px;
    color: #fff;
    margin: 20px 0 10px;
    font-family: "Avenir LT Std", Sans-serif;
}
.description-class p {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.3em;
    color: #fff4a8;
    font-family: "Avenir LT Std", Sans-serif;
}
.container {
    max-width: 1100px;
    padding: 0 20px;
    margin: auto;
}
.rgt-archive h2 {
    color: #F2E59B;
    font-size: 24px;
    font-family: "Avenir LT Std", Sans-serif;
    margin-bottom: 0;
    text-shadow: 0 0 0px #c29e34, 0 0 4px #c29e34, 0 0 8px #c29e34, 0 0 30px #c29e34;
}
.brand-social-details img {
    width: 32px;
}
.brand-social-details {
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: center;
    margin-bottom: 20px;
    margin-top: 10px;
}
.contact-info p {
    text-align: center;
    font-family: "copperplate-gothic-std-29", Sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 1em;
    color: #FEF3D9;
    padding: 20px 0 10px;
}
.brand-logo {
    text-align: right;
    padding-top: 5px;
}
.rgt-archive {
    text-align: right;
}
.rgt-archive img {
    max-width: 160px;
    max-height: 90px;
    object-fit: contain;
}
.single-brandsponsor-template {
    max-width: 1000px;
    margin: auto;
    padding: 0 20px;
    margin-top: 120px;
}
.brands-design {
    margin-top: 25px;
}
.loop-archive {
    width: 30%;
}
/*-------class page------*/
.classes-header {
    margin-top: 110px;
}
.classes-header h2 {
    font-family: "copperplate-gothic-std-29", Sans-serif;
    font-size: 58px;
    font-weight: 600;
    letter-spacing: -2px;
    color: #FEF3D9;
    text-align: center;
    margin-bottom: 0;
}
.classes-header p {
    text-align: center;
    font-family: "copperplate-gothic-std-29", Sans-serif;
    font-size: 32px;
    font-weight: 400;
    line-height: 1em;
    color: #FEF3D9;
}
.filter-day-cst {
    font-family: "copperplate-gothic-std-29", Sans-serif;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: -2px;
    color: #FEF3D9;
    text-align: left;
    margin-bottom: 10px;
}
ul.child-categories.no-child-category {
    max-width: 548px;
    justify-content: center;
}
.classes-categories ul.category-list {
    padding: 0px 0 5px;
    margin: 0;
    list-style-type: none;
    flex-wrap: wrap;
    display: flex;
    align-items: center; 
    gap: 20px;
}
ul.child-categories h3 {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3em;
    color: #fff;
    font-family: "Avenir LT Std", Sans-serif;
    margin-bottom: 0;
}
.classes-upper-container h3 {
    font-size: 22px;
    font-weight: 400;
    line-height: 1.3em;
    color: #fff;
    font-family: "Avenir LT Std", Sans-serif;
    margin-bottom: 0;
}
.classes-upper-container .no-data-found {
    text-align: center;
    padding: 0 0 20px;
    font-size: 16px;
}
.classes-categories ul.category-list li a {
    color:#fff4a8;
    display: inline-block;
    border-radius: 30px;
    font-family: "Avenir LT Std", Sans-serif;
    transition: .5s all;
}
.classes-categories ul.category-list li.category-button.active a {
    color: #6A4D00;
    text-decoration: underline;
        font-weight: bold;
}
.classes-categories ul.category-list li a:hover {
    color: #6A4D00;
}
li.Types {
    font-family: "copperplate-gothic-std-29", Sans-serif;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: -2px;
    color: #FEF3D9;
    text-align: left;
    margin-bottom: -20px;
    width: 100%;
}
h3.types{
    font-family: "copperplate-gothic-std-29", Sans-serif;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: -2px;
    color: #FEF3D9;
    text-align: left;
    width: 100%;
}
.child-categories {
    padding: 0px 18px 0px 18px;
    margin: 0;
    list-style-type: none;
    flex-wrap: wrap;
    display: flex
;
    align-items: center;
    gap: 20px;
}
.child-categories li a {
    color: #fff4a8;
    display: inline-block;
    border-radius: 30px;
    font-size: 14px;
    font-family: "Avenir LT Std", Sans-serif;
    transition: .5s all;
    font-size: 14px;
}
.child-categories li a:hover{
    color:#6A4D00;
}
.child-categories li.child-category-button.active a {
    color: #6A4D00;
    text-decoration: underline;
    font-weight: bold;
}
.classes-upper-container {
    text-align: center;
}
.day-list .single-day-heading {
    color: #fff4a8;
    display: inline-block;
    border-radius: 30px;
    cursor: pointer;
    font-family: "Avenir LT Std", Sans-serif;
    transition: .5s all;
}
.day-list .single-day-heading.active, .class-types-filter .all-types.active a{
    color: #6A4D00;
    font-weight: bold;
    text-decoration: underline;
}
ul.category-list.child-types-filter {
    padding-left: 18px;
}
li.child-all-types a {
    font-size: 14px;
}
li.child-all-types a:hover {
   color: #6A4D00 !important;
}
 .child-types-filter .child-all-types.active a {
    color:#6A4D00;
        font-weight: bold;
    text-decoration: underline;
}
.day-list .single-day-heading:hover {
    color: #6A4D00;
}
h2.filter-day-heading {
    font-family: "copperplate-gothic-std-29", Sans-serif;
    font-size: 26px;
    font-weight: 600;
    letter-spacing: -2px;
    color: #FEF3D9;
    text-align: left;
    margin-bottom: 0px;
}
.day-list {
    padding: 0px 0 20px;
    margin: 0;
    list-style-type: none;
    flex-wrap: wrap;
    display: flex;
    align-items: center;
    gap: 20px;
}
.no-results h3 {
    color: #fff;
    font-family: "copperplate-gothic-std-29", Sans-serif;
    text-align: center;
}
.rgt-archive h2 span {
    text-align: center;
    display: block;
}
.single-bio {
    display: flex;
    gap: 30px;
    align-items: center;
}
.left-single-bio img {
    width: 100%;
    border-radius: 10px;
}
.rgt-single-bio .bio-text {
    font-family: "Avenir LT Std", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.3em;
    color: #fff4a8;
}
.inner-single-bio h2 {
    text-align: center;
    font-family: "copperplate-gothic-std-29", Sans-serif;
    font-size: 28px;
    font-weight: 400;
    line-height: 1em;
    color: #FFFFFF;
    margin: 5px 0 0;
}
.left-single-bio {
    width: 30%;
}
.rgt-single-bio {
    width: 70%;
}
.inner-single-bio p {
    text-align: center;
    font-family: "copperplate-gothic-std-29", Sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 1em;
    color: #A58C37;
    margin-bottom: 20px;
}
.brands-design .single-featured-educators img {
    padding: 20px;
    border-radius: 10px;
    height: 100px;
}
.brands-design .single-featured-educators {
    margin-bottom: 30px;
}
.vimeo-wrapper .video {
    width: 100%;
    aspect-ratio: 16/9;
}
.brand-specific-page h2 {
    color: #fff;
    font-family: "Avenir LT Std", Sans-serif;
    font-size: 32px;
    margin: 20px 0 10px;
}
.description-class ul li,
.description-class {
    color: #fff4a8;
    font-family: "Avenir LT Std", Sans-serif;
    font-size: 18px;
    line-height: 1.3em;
}
.main-class-archive .rgt-archive img {
    max-height: 100px;
    height: 100%;
        max-width: 220px;
}
.main-class-archive .description-class h3{
    margin-top: 0px;
}
.main-class-archive .description-class {
    margin-bottom: 10px;
        width: 100%;
}
.main-class-archive .class-archive-page {
    border-radius: 0;   
    padding: 0 0 5px;
}
.main-class-archive .main-archive {
    border-radius: 0;
}
.main-class-archive .loop-archive {
    width: 22%;
}
.main-class-archive .left-archive {
    gap: 3%;
    width: 67%;
    padding: 0;
}
.main-class-archive .rgt-archive h2 {
    font-size: 18px;
}
.main-class-archive .loop-archive h2 {
    font-size: 16px;
}
.main-class-archive .loop-archive p {
    font-size: 14px;
}
.description-class ul {
    margin-bottom: 15px;
}
.main-class-archive .inner-archive{
    align-items: center;
    position: relative;
    gap: 30px;
}
.main-class-archive .more-details {
    position: absolute;
    bottom: 20px;
    left: 105px;
}
.more-details a {
    color: #fff4a8;
    border: 1px solid #fff4a8;
    border-radius: 40px;
    font-size: 10px;
    padding: 6px 14px;
    transition: .3s all;
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
    margin-top: 10px;
}
.more-details svg {
    fill: #fff4a8;
    width: 11px;
    position: relative;
    top: 2px;
}
.more-details a:hover {
    background-color: #fff4a8;
    color: #333 !important;
}

.more-details a:hover svg {
    fill: #333;
}
.main-class-archive .rgt-archive {
    text-align: center;
        width: 20%;
}
.main-class-archive  .brand-logo {
    text-align: center;
        padding-bottom: 100px;
}
.load-more {
    background-color: #91770D;
    font-family: "copperplate-gothic-std-29", Sans-serif;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    box-shadow: -6px -6px 0px 0px #A58C37 inset;
    border-radius: 40px 40px 40px 40px;
    padding: 9px 20px 9px 20px;
    color: #fff;
    text-align: center;
    margin: 40px auto;
    transition: .5s all;
    cursor: pointer;
    max-width: 240px;
}
.load-more:hover {
    background-color: #A58C37;
}
.loader-07 {
    border: 0 solid transparent;
    border-radius: 50%;
    position: relative;
    display: inline-block;
    width: 1em;
    height: 1em;
    color: inherit;
    vertical-align: middle;
    pointer-events: none;
}
.hide {
    display: none;
}
.loader-07:before,
.loader-07:after {
    content: "";
    border: 0.2em solid currentcolor;
    border-radius: 50%;
    width: inherit;
    height: inherit;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: loader-07 1s linear infinite;
    animation: loader-07 1s linear infinite;
    opacity: 0;
}
.loader-07:before {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
.loader-07:after {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}
.brands-container {
    display: flex;
    flex-wrap: wrap;
    gap: 0px;
    width: 100%;
}
.educator-archive h2 {
    font-family: "copperplate-gothic-std-29", Sans-serif;
    font-size: 58px;
    font-weight: 600;
    letter-spacing: -2px;
    color: #FEF3D9;
    text-align: center;
    padding-top: 12px;
}
/*----------EAP-------*/
.card-csts {
    max-width: 200px;
    margin: auto;
}
.brand-educators-block {
    background-color: transparent;
    background-image: linear-gradient(180deg, #F8C70017 0%, #000000 40%);
    max-width: 734px;
    margin: auto;
    padding: 20px 20px 15px;
}
.brand-educators-block .brand-logo img {
    max-height: 110px;
    height: 100%;
    max-width: 250px;
    object-fit: contain;
    width: 100%;
}
.behindthechair\.com .brand-logo img {
    max-width: 350px;
}
.recommended-list.classes-list .day-heading,.main-class-archives.presentations-design .day-heading {
    font-family: "copperplate-gothic-std-29", Sans-serif;
    font-size: 80px;
    font-weight: 600;
    letter-spacing: -2px;
    color: #FEF3D9;
    text-align: center;
    margin-bottom: 10px;
}
@-webkit-keyframes loader-07 {
    0% {
        transform: scale(0);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes loader-07 {
    0% {
        transform: scale(0);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        transform: scale(1);
        opacity: 0;
    }
}
@media screen and (max-width: 767px) {

.educator-archive h2 {
    font-size: 37px;
    padding-top: 0;
    margin-top: -15px;
}
ul.child-categories h3{
    font-size: 14px;
}
.class-archive-page.High-Lift-\&-High-Impact\:-Advanced-Toning-\&-Styling-Masterclass-with-O\&M  .brand-logo img{
    max-height:70px;
}
.brands-design {
    margin-top: 0;
}
.behindthechair\.com .brand-logo img {
    max-width:300px;
}
.recommended-list.classes-list .day-heading {
    font-size: 56px;
}
.brand-educators-block .loop-archive {
        flex: 0 1 45% !important;
}
.educators-list {
    gap: 0 5%;
}
.brand-educators-block .loop-archive h2{
        font-size: 16px;
}
.brand-educators-block .loop-archive p{
        font-size: 14px;
}
.brand-educators-block:first-child .loop-archive:first-child {
    flex: 0 1 100% !important;
}
.card-csts {
    max-width: 150px;
}
.classes-header h2 {
        font-size: 37px;
}
.main-class-archive .brand-logo {
    text-align: center;
    padding-bottom: 0px;
}
.main-class-archive .more-details {
    bottom: -45px;
    right: 0;
    left: auto;
}
.classes-categories ul.category-list li a {
        font-size: 14px;
}
.child-categories li a {
        font-size: 14px;
}
.brand-specific-page h2 {
        font-size: 20px;
        margin: 20px 0 10px;
        text-align: left;
}
/*.filter-day-cst {
    font-size: 24px;
}*/
ul.category-list.parent-categories,.child-categories {
    gap: 0 20px;
}
.child-categories li.Types{
    margin-bottom: 0px;
}
li.child-all-types a{
    font-size: 12px !important;
}
.list-cst p {
        margin: 0 5px;
}

body:not([class*=elementor-page-]) .site-main {
        padding-inline-start: 0px;
        padding-inline-end: 0px;
}

.vimeo-wrapper {
        margin: 0 -20px;
}
.rgt-single-bio .bio-text {
        font-size: 14px;
        margin-bottom: 10px;
}
.left-single-bio {
        width: 100%;
        text-align: center;
}

.rgt-single-bio {
        width: 100%;
        text-align: left;
}
.single-bio {
        flex-wrap: wrap;
        gap: 10px;
}
.single-featured-educators img {
        width: 150px;
        height: 150px;
}

.brand-specific-page p {
        font-size: 14px;
        text-align: left;
}

.classes-header p {
        font-size:20px;
}

h2.filter-day-heading {
    font-size: 26px;
}

.day-list .single-day-heading {
    font-size: 14px;
}
.day-list {
    padding: 0px 0 20px;
    gap: 12px;
}
.classes-header {
        margin-top: 80px;
}
.single-brandsponsor-template {
        margin-top: 80px;
}
.single-featured-educators {
        width: 50%;
}
.brand-specific-page img {
        max-width: 200px;
}
.rgt-archive {
        width: 30%;
}

.rgt-archive h2 {
        font-size: 14px;
        margin-left: -200px;
}
.left-archive {
        width: 72%;
        gap: 5px;
        padding: 30px 0 0;
}
.rgt-archive img {
        max-width: 100%;
}
.class-archive-page {
        padding: 4px;
}
.loop-archive img {
        border: 2px solid #91770D;
}
.loop-archive .font-10-5,.main-class-archive .loop-archive .font-10-5 {
        font-size: 10.5px;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis;
          max-width: 100%;
          display: block; 
        margin-bottom: 0;
}
.loop-archive .font-10,.main-class-archive .loop-archive .font-10 {
        font-size: 9.5px;
        white-space: nowrap;
        letter-spacing: -.2px !important;
                  overflow: hidden;
          text-overflow: ellipsis;
          max-width: 100%;
          display: block; 
        margin-bottom: 0;
}
.loop-archive .font-8-5,.main-class-archive .loop-archive .font-8-5 {
        font-size: 10.5px;
                  overflow: hidden;
          text-overflow: ellipsis;
          max-width: 100%;
          display: block; 
}
.loop-archive .font-8,.main-class-archive .loop-archive .font-8 {
        font-size: 9.5px;
                  overflow: hidden;
          text-overflow: ellipsis;
          max-width: 100%;
          display: block; 
        white-space: nowrap;
        margin-bottom: 0;
}
.main-archive {
        padding: 10px 10px 15px;
}
.brand-social-details img { 
        width: 28px;
}
.main-heading-class {
        font-size: 37px;
        text-align: left;
}
.description-class h3 {
        font-size: 20px;
        margin-top: 10px;
}
.brands-design .single-featured-educators {
    margin-bottom: 10px;
}
.main-class-archive .inner-archive {
    flex-wrap: wrap;
    gap: 15px;
}
.main-class-archive .rgt-archive h2 {
    margin: 0;
}
.main-class-archive .rgt-archive {
        width: 100%;
}
.main-class-archive .rgt-archive img {
        max-width: 250px;
}
.main-class-archive .left-archive {
    width: 100%;
    justify-content: center;
}
.main-class-archive .left-archive .brand-masterclass-educators{
    justify-content: center;
}
.loop-archive {
    padding-bottom: 12px;
}
.single-featured-educators h2 {
    font-size: 18px;
}
.single-featured-educators p {
    font-size: 16px;
}
.main-class-archive .main-archive {
    padding: 0px 0px 55px;
}
.description-class p,.description-class ul li, .description-class {
    font-size: 14px;
}
.main-class-archive {
    padding: 0 20px;
}
}
.description-small-text,.bio-small-text,.brand-bio-small-text {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
        position: relative;
    transition: all 0.3s ease;
}
span.toggle-button-bio:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    pointer-events: none;
    height: 140px;
    background: linear-gradient(0deg, rgb(0 0 0) 0%, rgb(0 0 0 / 0%) 100%);
}
span.toggle-button:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    pointer-events: none;
    height: 140px;
    background: linear-gradient(0deg, rgb(0 0 0) 0%, rgb(0 0 0 / 0%) 100%);
}
.description-text.description-small-text.expanded + .more-text span.toggle-button:after {
    display: none;
}
p.bio-text.bio-small-text.expanded + .more-text span.toggle-button-bio:after ,p.brand-bio-text.brand-bio-small-text.expanded + .more-text span.toggle-button-bio:after{    
    display: none;
}
.bio-text.expanded,.description-text.expanded,.brand-bio-small-text.expanded {
    -webkit-line-clamp: unset;
}
.more-text span{
    position: relative;
    width: 100%;
    font-size: 16px;
    line-height: 1;
}
.toggle-button, .toggle-button-bio {
    color:#A58C37;
    cursor: pointer;
    display: none;
}
.more-text {
    text-align: right;
    position: relative;
    margin-top: 0px;
}

@media screen and (max-width: 767px) {
    .bio-small-text {
        -webkit-line-clamp: 3;
    }
    .more-text {
    padding-bottom: 15px;
}
.class-archive-page {
    margin-bottom: 28px;
}
span.toggle-button-bio:after {
    height: 40px;
}
span.toggle-button:after {
    bottom: 14px;
}
.more-text span {  
    font-size: 16px;
}
}
/*@media screen and (max-width: 400px) {
.loop-archive .font-10-5,.main-class-archive .loop-archive .font-10-5 {
               font-size: 2.3vw;
}
.loop-archive .font-10,.main-class-archive .loop-archive .font-10 {
       font-size: 2.3vw;
}
.loop-archive .font-8-5,.main-class-archive .loop-archive .font-8-5 {
        font-size: 2vw;
}
.loop-archive .font-8,.main-class-archive .loop-archive .font-8 {
        font-size: 1.9vw;
}
}*/
.bio-text.bio-small-text,.brand-bio-text.brand-bio-small-text{
    margin-bottom:0px;
}  

.classes-header.classromm-2025 h2{
    font-size: 62px;
}

.classes-header.classromm-2025 p{
    font-size: 36px;
}
.brand-masterclass-educators{
    display: flex;
    gap: 3%;
}