.ey-banner {
    max-height: 500px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.the-excerpt {
    overflow: hidden;
    margin-bottom:10px !important;
}

.ey-button {
    background-color: var(--ey-color) !important;
    opacity: .8 !important;
    border-radius: 0 !important;
    display: flex !important;
    align-items: center !important;
    border-color: var(--ey-color) !important;
}

.ey-button:hover {
    background-color: #f6f5fb !important;
    border-color: var(--ey-color) !important;
    color:var(--ey-color) !important;
}

.ey-more-link {
    color: #f6f5fb !important;
    font-weight: lighter;
    margin-top: 30px;
    display: flex;
    justify-content: flex-end;
}


.course-ey-title {
    color: #f6f5fb;
    margin-bottom:30px;
    line-height: 1 !important;
	font-size: 32px;
}

.main-course-container {
    background-color: var(--ey-color);
}

.icon-wrapper {
    display: flex;
}

.course-type {
    margin-left: 10px;
    color: #f6f5fb;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 100;
}

.pricing-list {
    list-style-type: none;
    margin: 0;
    color: #f6f5fb;;
    font-weight: 500;
}

.pricing-list > li {
    font-weight: lighter;
    color: #f6f5fb;;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.course-inner-wrapper {
    padding-top: 30px;
    padding-bottom: 50px;
    min-height: 400px;
    display: flex;
    justify-content: space-between;
}

.course-inner-wrapper-banner {
    margin-top:10px;
    color:#f6f5fb;
}

.padding-vertical {
    padding: 30px 0;
}

.pricing-list-wrapper {
    padding-left: 15px;
}

.course-container-left {
    width: 60%;
}

.downloads summary {
    color: white;
    font-weight: 500;
}

.downloads ul {
    list-style-type: disc !important;
    margin-top: 10px;
}

.downloads a {
    color: white !important;
}

.downloads a:hover {
    color: var(--ey-yellow) !important;
}

.ey-add-to-cart {
    background-color: var(--ey-yellow) !important;
    color: var(--ey-color) !important;
    padding: 15px 25px !important;
    border: 1px solid transparent !important;
    border-radius: 0 !important;
}

input.ey-add-to-cart{
    padding-bottom:30px !important;
    margin-bottom:-10px !important;
}

.ey-add-to-cart:hover {
    border: 1px solid white !important;
    color: white !important;
    background-color: transparent !important;
    text-decoration: none !important;
}

.ey-add-to-cart-wrapper {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    height: 170px;
    flex-direction: column;
    align-items: center;
}

.downloads {
    color: white;
}

.downloads ul {
    list-style-type: none;
}

.ey-separator {
    margin: 20px 0;
    width: 100%;
    height: 1px;
    background-color: white;
}

.course-container-right {
    position: absolute;
    left: 50%;
    transform: translateX(250px);
    width: 450px;
    padding: 40px;
    z-index: 99;
    display: flex;
    background: var(--ey-color);
    flex-direction: column;
    align-items: flex-start;
}

.yellow-title {
    color: var(--ey-yellow);
    margin-bottom: 10px !important;
}

.course-container-right svg {
    color: white;
    width: 30px;
    height: 30px;
}

.ey_course_banner {
    height: 400px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
}

.contact-section {
    margin-top: 50px;
    /* width: 300px; */
}

.contact-section-inner-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.text-sm {
    font-size: 12px;
}

.rounded-icon {
    border: 1px solid #6C6C78 !important;
    border-radius: 200px;
    width: 50px;
    height: 50px;
    margin: 0 15px 0 0;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .3s;
}
.rounded-icon svg {
    color: white;
}
.rounded-icon:hover {
    background-color: white;
    transform: scale(0.9);
}

.rounded-icon:hover svg {
    color: #2D2E38
}

.m-0 {
    margin: 0;
}

.ey-label {
    color: #f6f5fb;
    margin: 0 5px 0 0;
    font-weight: lighter;
    margin-bottom:5px !important;
}

.course-contact {
    margin-top: 20px;
    /* display: flex; */
    justify-content: space-between;
}

.contact-section span {
    display: block;
    width: 80%;
    height: 1.5px;
    background-color: white;
}

.ey-add-to-fav svg {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}
.ey-add-to-fav {
    cursor: pointer;
    margin-top: 25px;
    color: white !important;
    display: flex;
    align-items: center;
    transition: .5s;
    position: relative;
}

.ey-add-to-fav:hover{
    text-decoration: none !important;
}


.ey-add-to-fav::after {
    content: '';
    position: absolute;
    bottom: -5px;
    width: 0;
    height: 2px;
    background: white;
    transition: width .3s;
}

.ey-add-to-fav:hover::after {
    width: 100%;
}

.ld-item-list-item {
    background-color: #F6F5FB !important;
    border-radius: 0 !important;
    border: 1px solid #C4C4CD !important;
}
.ld-section-heading h2 {
    font-weight: normal !important;
    text-transform: none !important;
}

@media (max-width: 1100px) {
    .course-inner-wrapper {
        flex-direction: column;
    }
    .ey-right-sidebar {
        display: none;
    }
    .course-container-left{
        width: 100% !important;
    }
    .course-container-right {
        width: 100% !important;
        margin-top: 50px;
        position: static !important;
        transform: translateX(0) !important;
    }
    .ey-add-to-cart-wrapper {
        margin-top: 30px;
        justify-content: center;
    }
    .f-w-section{
        width: 100vw !important;
    }
    .main-course-container{
        padding:20px;
    }
}


@media (max-width: 2000px) {
    .course-container-right {
        width: 370px;
        transform: translateX(200px);
    }
}
.the-excerpt > p:nth-child(1){
    margin-bottom: 10px;
}

.banner-breadcrumb{
    color:#f6f5fb !important;
    font-size: 16px;
    font-weight: lighter;
}

.banner-breadcrumb-span{
    color:#f6f5fb !important;
    font-size: 16px;
    font-weight: bold;
}

.bb-learndash-banner:before{
    opacity: 0 !important;
}

.breadcrumb-default>.banner-bread+li:before {
    content: '\f105';
    display: inline;
    font-family: 'FontAwesome';
    padding-right: 5px;
    color:#F6F5FB !important;
}

.breadcrumb-default>.banner-bread>li+li:before {
    content: '\f105';
    display: inline;
    font-family: 'FontAwesome';
    padding-right: 5px;
    color:#F6F5FB !important;
}

.sub-path-rating-wrapper{
    display: flex;
    align-items: flex-start;

}

.icon-wrapper {
    margin-bottom:15px !important;
}

.icon-wrapper > p  {
    margin-bottom:0px !important;
}

.price-course{
    color:#f6f5fb !important;
    font-size: 16px;
    font-weight: lighter;
    display:block;
}

.f-w-wrapper{
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    margin-top:20px;
}

.trainer-row{
    display: flex;
    flex-direction: row;
    align-items: center;
}

.bg-carrer{
    background-color: #F6F5FB;
}

.trainer-info{
    display: block;
    margin-left:3%;
    width: 100%;
}

.trainer-img-avatar{
    border-radius: 100%;
    width: 150px;
}

.trainer-name{
    font-size:23px;
    font-weight: lighter;
    color:#2D2E38 !important;
    text-decoration: none !important;
}

.trainer-name:hover{
    text-decoration: none !important;
}

.trainer-role{
    margin-top:10px;
    color: #747474;
    font-size: 16px;
    font-weight: lighter;
}

.heading-lighter{
    font-weight: lighter !important;
    color:#2E2E38 !important;
}

.carrer-desc{
    color:#707070;
    font-size:18px;
    font-weight: lighter;
}

.carrer-header{
    padding-bottom:20px;
}

.p-top-15{
    padding-top:15px;
}

.carrerr-border{
    border-bottom: 2px solid #c4c4cd;
    padding-bottom:10px;
}

.carrerr-list{
    display: block;
    margin-top:15px;
    margin-bottom:15px;
    color: #2e2e38 !important;
    font-size: 20px;
    font-weight: lighter;
}

.path-show{
    background-color:transparent !important;
    color:#2E2E38 !important;
    font-family: 'EYInterstate';
    font-weight: lighter !important;
    border:none !important;
    padding: 5px 0 5px 0 !important;
}

.path-show-display{
    display: flex;
    justify-content: flex-end;
}

.block{
    display:block;
}

.hidden{
    display:none;
}

.path-item{
    border: 1px solid #C4C4CD;
    margin-bottom:30px;
    padding:20px;
}

.path__lesson{
    font-family: 'EYInterstate';
    font-weight: lighter;
}

.path__description{
    margin:15px 0 15px 0;
    font-family: 'EYInterstate';
    font-weight: lighter;
    color:#747480;
}

.path__title{
    color:#2E2E38 !important;
    font-family: 'EYInterstate';
    font-weight: lighter !important;
    width: 100% !important;

}

h2.path__title {
    font-size: 32px !important;
}


.topic__information{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding: 0 30px 0 0;
}
.path-information{
    text-align:right;
    color:#2E2E38 !important;
    font-family: 'EYInterstate';
    font-weight: lighter !important;
    margin-bottom:5px;
}

.course-link{
    color:#2E2E38 !important;
}

.expended-list-preview{
    padding:5px 15px 5px 15px;
    border-left: 1px solid #C4C4CD;
    border-bottom: 1px solid #C4C4CD;
    border-right: 1px solid #C4C4CD;
}

.path-ld-item{
    padding: 15px;
    border: 1px solid #C4C4CD;
    background: #F6F5FB;
    margin-top:15px;
}

.path__topic_information{
    color:#2E2E38 !important;
    font-family: 'EYInterstate';
    font-weight: lighter !important;
    width: 100% !important;
    font-size:12px !important;
    display:inline;
    margin: 0 5px 0 0;
}

.path__topic--wrapper{
    text-align:right;
}
.course-show-display{
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    margin-bottom:15px !important;
    margin-top:50px;
}

.bb-learndash-content-wrap>div{
    margin-bottom:20px !important;
}

.course-ld-item{
    padding: 30px 15px 30px 15px;
    border: 1px solid #C4C4CD;
    background: #F6F5FB;
    margin-top:15px;
}

.title-course{
    font-size:18px;
}

.course-heading{
    color:#2e2e38;
    font-size: 24px;
}

.lms-topic-sidebar-wrapper .lms-topic-sidebar-data{
    position: relative;
}

.ld-favorite-label{
    color:#ffffff !important;
    font-size:20px !important;
}
.ldfc-icon{
    font-size:20px !important;
}

.ldfc-favorite-button .ldfc-button.js-favcon-favorite{
    display: inline-flex;
    font-size: 20px !important;
    border: none !important;
    background: transparent !important;
    color: #fff !important;
    font-weight: lighter !important;
    border-radius:none !important;
}

.ldfc-favorite-button .ldfc-button.js-favcon-favorite:hover{
    border:none !important;
}

.ldfc-favorite-button .ldfc-button.js-favcon-favorite.favcon-saved:hover{
    opacity: 1 !important;
}
.ldfc-favorite-button .ldfc-button.js-favcon-favorite.favcon-saved{
    border-bottom:1px solid #ffe73f !important;
    border-radius:0px !important;
}

.pl-15{
    padding-left:15px;
}

.ml-15{
    margin-left:15px;
}

@media (max-width: 1199px) {
    .pl-15{
        padding-left:0px !important;
    }
    .ml-15{
        margin-left:0px !important;
    }
}

.contact-flex{
    display: none;
    flex-direction: column;
}

.contact-title{
    color:#fff !important;
    font-weight: lighter;
    margin-bottom:0px !important;
    font-size:14px !important;
}

.download-button{
    background-color: transparent;
    color:#fff;
    border:0;
    border-radius:0;
    border-bottom:1px solid #2E2E38;
}

.download-button:hover{
    background-color: transparent;
    color:#fff;
    border-bottom:1px solid #fff;
    border-radius:0;
}
.download-button:active{
    background-color: transparent;
    color:#fff;
    border-bottom:1px solid #fff;
    border-radius:0;
}
.download-button:focus{
    background-color: transparent;
    color:#fff;
    border-bottom:1px solid #fff;
    border-radius:0;
}

.accordion-content > p {
    font-weight: lighter !important;
}

.accordion-content > * {
    font-weight: lighter !important;
    list-style: disc !important;
}

.flex{
    display: flex;
}

div.rmp-rating-widget.js-rmp-rating-widget{
    display: flex !important;
    flex-direction: row !important;
}

.rmp-widgets-container.rmp-wp-plugin.rmp-main-container{
    margin:0 5px 0 5px !important;
}

.rmp-btn{
    color:#2e2e38 !important;
    background-color: #ffe73f !important;
    border-radius: 0 !important;
    border:1px solid #ffe73f;
    margin-top:5px !important;
    margin-bottom:10px !important;
}

.rmp-btn:hover{
    color:#fff !important;
    background-color: #2e2e38 !important;
    border-radius: 0 !important;
    border:1px solid #fff;
}

.rmp-widgets-container.rmp-wp-plugin.rmp-main-container .rmp-feedback-widget__input{
    margin:0 !important;
    width: 500px !important;
    height: 200px !important;
    background: #2e2e38;
    border: 1px solid #ffe733;
    color: #fff;
}

.rmp-widgets-container.rmp-wp-plugin.rmp-main-container .rmp-feedback-widget--visible{
    display: flex !important;
    margin-top: 10px !important;
    flex-direction: column !important;
}
.rmp-widgets-container.rmp-wp-plugin.rmp-main-container .rmp-heading,.rmp-widgets-container.rmp-wp-plugin.rmp-main-container .rmp-heading{
    text-align: left !important;
}

.js-rmp-vote-count{
    color:#c4c4cc !important;
}

.rmp-widgets-container.rmp-wp-plugin.rmp-main-container .rmp-rating-widget__results {
    margin-left:5px !important;
}

.rmp-widgets-container.rmp-wp-plugin.rmp-main-container .rmp-rating-widget__icons-list >li{
    padding:0 !important;
}

@media (max-width: 600px){
    .rmp-widgets-container.rmp-wp-plugin.rmp-main-container .rmp-feedback-widget__input{
        width: 300px !important;
        height: 300px !important;
    }
}
.sfwd_options .ld-select{
    height: 40px !important;
    width: 300px !important;
}
#learndash-page-content{
    margin-top:20px !important;
}

@media (max-width: 1100px){
	.course-container-right {
		padding: 10px 0;
	}
}
