/*
Theme Name: Noabelle
Template: twentyseventeen
*/

@media (min-width: 992px) {
    
	.price-box.mobile {
        display: none !important;
    }
}

.single-courses .menu-box .menu-list li:first-child {
    display: none;
}

.popup-content .my-account-form-box .um-login-register-link {
    display: none;
}

.menutoggle{
    margin-left: auto;
    margin-right: 10px;
}

.profile-dropdown{
    position:relative;
}

.profile-toggle{
    display:flex;
    align-items:center;
    justify-content:center;
    width:42px;
    height:42px;
    border-radius:50%;
    cursor:pointer;
    font-size:28px;
    background: #e58688;
    margin-left: 10px;
}
.profile-toggle span{
    color: #fff;
}

.profile-menu{
    position:absolute;
    right:0;
    width:250px;
    background-color: #fff8fb;
    border: 1px solid #ffb9c6;
    border-radius:10px;
    box-shadow:0 10px 30px rgba(0,0,0,.15);
    display:none;
    list-style:none;
    z-index:9999;
}

.profile-menu li{
    list-style:none;
    padding: 5px 0;
}
.profile-menu li:not(:last-child){
    border-bottom: 1px solid #ffb9c6;
}

.profile-menu a{
    display:block;
    padding:5px 15px;
    text-decoration:none;
    color: #4b4b4b;
    font-size: 16px;
    line-height: 21px;
    transition: all 0.3s ease-in-out;
}

.profile-menu a:hover{
    color: #e58787;
}
.profile-dropdown .profile-menu{
    display: none;
}

.profile-dropdown.active .profile-menu{
    display:block;
}

.course-box .btn-box > div:first-child {
    display: none;
}
.course-box .btn-box a.tutor-btn {
    width: 246px;
    height: 60px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 0;
    box-sizing: border-box;
    border-radius: 100px;
    background-color: #ffb9c6;
    color: #ffffff;
    font-size: 24px;
    font-family: "Roboto";
    line-height: 31px;
    outline: none;
    text-decoration: none;
    padding: 16px 48px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.tutor-dashboard-sidebar-logo img{
    max-width: 100% !important;
}
.tutor-course-thumbnail{
    display: none !important;
}
.tutor-course-details-tab {
    margin-top: 0 !important;
}
.tutor-tab {
    padding-top: 0 !important;
}
header.tutor-course-details-header.fixed-header {
    position: static;
}
.tutor-single-course-sidebar .tutor-sidebar-card .tutor-card-body{
    background-color: #fff8fb !important;
}
.tutor-card:not(.tutor-no-border){
    border: 1px solid #e58788 !important;
}
.tutor-card-footer:not(.tutor-no-border){
    border-top: 1px solid #e58788 !important;
}
.single-course-bundle .tutor-course-details-page {
    padding-bottom: 100px;
    padding-top: 30px;
}
.tutor-bundle-courses-wrapper .tutor-bundle-course-list-wrapper{
    border: 1px solid #e58788 !important;   
}

.um-account-side li a{
    background: #fff8fb !important;
}
.um-account-side li a.current, .um-account-side li a.current:hover{
    background: #ffe8f2 !important;
}

@media (min-width: 768px) {
    
    .tutor-col-md-4 {
        flex: none;
        width: 33.3333% !important;
    }
    .tutor-col-md-6{
        flex: none;
        width: 50% !important;
    }
    .tutor-col-md-8 {
        flex: none;
        width: 66.6667% !important;
    }
    .tutor-row aside {
        margin-top: 32px;
    }
}

@media (min-width: 992px) {
    .menu-box {
        margin-left: auto;
    }
    .profile-dropdown:hover .profile-menu{
        display: block;
    }
    .tutor-col-lg-3 {
        flex: none;
        width: 25% !important;
    }
    .tutor-col-lg-9 {
        flex: none;
        width: 75% !important;
    }
}

@media (min-width: 1200px) {
    .tutor-col-xl-4 {
        flex: none;
        width: 33.3333% !important;
    }
    .tutor-col-xl-8 {
        flex: none;
        width: 66.6667% !important;
    }

}

.tutor-wrap {
    max-width: unset !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
