@font-face {
    font-family: vazirPersian;
    src:    url('../fonts/vazirPersianDigit/vazirPersianDigit.woff') format('woff'),
    url('../fonts/vazirPersianDigit/vazirPersianDigit.woff2') format('woff2');
    font-weight: normal
}
@font-face {
    font-family: vazirPersian;
    src:    url('../fonts/vazirPersianDigit/vazirPersianDigit-bold.woff') format('woff'),
    url('../fonts/vazirPersianDigit/vazirPersianDigit-bold.woff2') format('woff2');
    font-weight: bold
}

.content_academy{
    font-family: "vazirPersian",sans-serif;
}
.course-chapters a,
.content_academy a{
    color: #30353a;;
}
.content_academy a:focus,
.content_academy a:hover {
    text-decoration: none;
}
.content_academy .alert p {
    margin-bottom: 0;
}

/* general */
.psy-academy .breadcrumb {
    background: transparent;
    padding: 0;
    font-size: 11px;
}

.psy-academy .btn{
    border-radius: 0;
}

/* course */
.course .course-header{
    padding: 15px 0 5px;
}

.course .course-info{
    line-height: 27px;
    font-weight: normal;
    color: #5b5b5b;
    font-size: 14px;
}

.course .course-content{
    padding-left: 0;
}

.course .course-sidebar > div,
.course .course-chapters,
.course .course-desc {
    background: #ffffff;
    border: 1px solid #eaeaea;
    padding: 1.5rem;
    margin-top: 10px;
    margin-bottom: 10px;
}

.course .course-desc {
    padding: 0;
    text-align: justify;
}
.course .course-desc p{
    line-height: 32px;
    font-weight: normal;
    color: #323232;
    font-size: 16px;
}
.course .course-desc .course-image img{
    width: 100%;
}
.course .course-desc .course-lesson-video p{
    display: none;
}
.course .course-desc .course-lesson-video .alert{
    margin: 20px;
}
.course .course-short-desc {
    padding: 2rem 3rem;
}
.course .course-short-desc img {
    text-align: center;
    max-width: 80%;
    height: auto;
    margin: 50px 0;
}

.course .course-desc .course-image{
    margin-bottom: 20px;
    padding: 1px;
}

.course .lesson-next-prev {
    height: 50px;
}
.course .lesson-next-prev .next{
    float: left;
}
.course .lesson-next-prev .prev{
    float: right;
}

.course .course-chapters {
    margin-bottom: 20px;
    font-size: 15px;
}

.course .course-chapters h3{
    text-align: center;
    margin-bottom: 20px;
}

.course .course-chapters .card {
    background-color: #fff;
    margin-bottom: 10px;
    border: 1px solid #e4e4e4;
    border-radius: 0;
    box-shadow: none;
}

.course .course-chapters .card-header {
    padding: 0;
    margin-bottom: 0;
    background-color: #eaeaea;
    border-bottom: none;
}
.course .course-chapters .card-header:first-child {
    border-radius: 0;
}

.course .course-chapters .card-header .card-link {
    color: #384047;
    font-size: 16px;
    font-weight: 600;
    display: block;
    padding: .9rem 3rem .9rem 1.25rem;
    position: relative;
}

.course .course-chapters .card-header .card-link:before {
    background: url("../img/chapter.png");
    background-size: 100%;
    position: absolute;
    right: 20px;
    top: 50%;
    width: 16px;
    height: 16px;
    margin-top: -8px;
    content: '';
}

.course .course-chapters .card-body {
    padding: 0;
}

.course .course-chapters .lessons-list ul {
    margin-bottom: 0;
}
.course .course-chapters .lessons-list li {
    padding: 1rem 1.25rem;
    border-right: 7px solid #ccc;
    border-bottom: 1px solid #eaeaea;
}
.course .course-chapters .lessons-list li:last-child {
    border-bottom: none;
}
.course .course-chapters .lessons-list li:hover {
    border-right: 7px solid #6c7624;
    background-color: #fcffdc;
}
.course .course-chapters .lessons-list li:hover a{
    color: #6c7624;
}

.course .course-chapters .lessons-list li .lesson-number{
    background: #6c7624;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: inline-block;
    color: #fff;
    text-align: center;
    line-height: 44px;
    margin-left: 10px;
    font-size: 17px;
}
.course .course-chapters .lessons-list li .lesson-title-content {
    display: inline;
}
.course .course-chapters .lessons-list li .lesson-subtitle{
    color: #0fbc2c;
    padding-right: 10px;
    font-size: 85%;
}

.course .course-chapters .lessons-list li .lesson-badges {
    float: left;

    display: flex;
    justify-content: flex-end;
}
.course .course-chapters .lessons-list li .lesson-badges .badge {
    background: #6c7624;
    color: #fff;
    padding: 5px 10px;
    font-size: 15px;
    margin: 6px 0;
    display: block;
    width: 70px;
    text-align: center;
}
.course .course-chapters .lessons-list li .lesson-badges .badge span{
    font-size: 10px;
}
.course .course-chapters .lessons-list li .lesson-badges .badge-warning {
    background: #fff3cd;
    color: #856404;
}

.course .course-chapters .lessons-list li .lesson-badges .badge-soon {
    font-size: 12px;
    width: auto;
}

.course .course-chapters .lessons-list li .lesson-download {
    padding: 4px;
    margin: 2px 20px;
    font-size: 15px;
    color:#555;
    text-align: center;
}
.course .course-chapters .lessons-list li .lesson-download a{
    color: #555;
    display: flex;
    flex-direction: column;
}
.course .course-chapters .lessons-list li .lesson-download span{
    font-size: 12px;
}

.course .course-chapters .lessons-list li.disable:hover {
    border-right: 7px solid #888;
    background-color: #f9f9f9;
}
.course .course-chapters .lessons-list li.disable .lesson-number{
    background: #888;
}
.course .course-chapters .lessons-list li.disable .lesson-download a{
    color: #888;
}
.course .course-chapters .lessons-list li.disable .lesson-badges .badge-defualt {
    background: #888;
}



.course .course-chapters .lessons-list li.current {
    background: #787a7e;
    border-right-color: #565657;
}
.course .course-chapters .lessons-list li.current .lesson-title{
    color: #fff;
    cursor: pointer;
}
.course .course-chapters .lessons-list li.current .lesson-number{
    background: #fff;
    color: #000;
}
.course .course-chapters .lessons-list li.current .lesson-badges .badge {
    background: #fff;
    color: #000;
}



.course .course-chapters .lessons-empty {
    padding: .75rem 1.25rem;
}
.course .course-chapters .lessons-empty .alert{
    margin-bottom: 0;
}

.course .course-data{
    padding: 0 0 1.5rem !important;
}
.course .course-data h4{
    padding: 1.5rem 1rem 0;
    line-height: 1.7;
}
.course .course-data ul{
    padding: .5rem  1.5rem;
}
.course .course-data li{
    padding: 10px;
    border-bottom: 1px solid #eaeaea;
}
.course .course-data li i{
    margin-left: 8px;
}
.course .course-data img{
    max-width: 100%;
}

.psyaca-product-miniature {
    margin-top: 10px;
    margin-bottom: 30px;
    position: relative;
}
.psyaca-product-miniature .thumbnail-container img {
    width: 100%;
}
.psyaca-product-miniature .product-description{
    margin-top: 15px;
}
.psyaca-product-miniature .product-price-and-shipping{
    margin-top: 10px;
}
.psyaca-product-miniature .regular-price {

    color: #7a7a7a;
    text-decoration: line-through;
    font-size: .75rem;
    margin-left: 5px;

}
.psyaca-product-miniature .discount-percentage.discount-percentage {
    position: absolute;
    left: -.4375rem;
    padding: .3125rem .4375rem;
    color: #fff;
    font-size: 1rem;
    background: #e76d66;
    top: 20px;
}
.psyaca-product-miniature .btn-primary {
    background: #6e6e6e;
    border-color: #6e6e6e;
    color: #fff;
    box-shadow: none;
    float: left;
    font-size: .875rem;
    font-weight: 400;
}
.psyaca-product-miniature .btn-primary:hover {
    color: #fff;
    background-color: #848c2b;
    border-color: #848c2b;
}


/* academy index */
.pya-section{
    margin-bottom: 30px;
}
.pya-section-title {
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
}
.pya-section-title h1, .pya-section-title h2 {
    font-weight: bold;
    margin: 0;
    font-size: 1.4rem;
    padding-bottom: 13px;
}
.pya-section-desc {
    padding-bottom: 15px;
    margin-bottom: 25px;
    border-bottom: 1px solid #ddd;
}
.pya-section p{
    color: #292b2c;
    line-height: normal;
}

.course-item-holder {
    background: #fff;
    border-radius: 3px;
    text-align: right;
    -webkit-box-shadow: 0 3px 15px rgba(0,0,0,.08);
    box-shadow: 0 3px 15px rgba(0,0,0,.08);
    margin-bottom: 20px;
}
.course-item-image img {
    border-radius: 3px 3px 0 0;
    z-index: 1;
    max-width: 100%;
}
.course-item-status{
    position: absolute;
    top: 15px;
    left: 30px;
    font-size: 11px;
    background: rgba(0,0,0,.5);
    color:#fff;
    padding: 3px 5px;
    border-radius: 3px;
}
.course-item-info-holder {
    padding: 23px;
}

.course-item-title {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 500;
}
.course-item-title a{
    line-height: 1.5;
}
.course-item-desc {
    color:#69656f;
    display: block;
    font-size: 13px;
    line-height: 1.8;
    height: 78px;
    overflow: hidden;
    margin-bottom: 10px;
    text-align: justify;
}
.course-item-bottom-holder {
    border-top: 1px solid #ededed;
    padding-top: 16px;
}
.course-item-price {
    color: #666;
    font-size: 15px;
}
.course-item-price .amount-free {
    color: #858c2c;
}



.article-item-holder {
    background: #fff;
    border-radius: 3px;
    text-align: right;
    -webkit-box-shadow: 0 3px 15px rgba(0,0,0,.08);
    box-shadow: 0 3px 15px rgba(0,0,0,.08);
    margin-bottom: 20px;
}
.article-item-image img {
    border-radius: 3px 3px 0 0;
    z-index: 1;
    max-width: 100%;
}
.article-item-info-holder {
    padding: 23px 23px 10px;
}

.article-item-title {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 500;
    min-height: 55px;
    margin-top: 10px;
}
.article-item-title a{
    line-height: 1.5;
}
.article-item-holder .segment-heading {
    color:#E20070 !important;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 20px;
}

.article-item-meta {
    margin: 0;
    padding: 0;
}
.article-item-meta > li {
    position: relative;
    display: inline-block;
    margin-left: 8px;
    font-size: 12px;
}
.article-item-meta > div{
    display: inline-block;
    margin-left: 10px;
}
.article-item-meta time {
    margin-right: 10px;
    display: inline-block;
}

.article-item-holder.item-list{
    padding: 20px;
}
.article-item-holder.item-list .article-item-info-holder{
    padding: 0;
}
.article-item-holder.item-list .article-item-title {
    font-size: 17px;
    margin-bottom: 0;
    min-height: auto;
}

#lessons-list .pya-section-content{
    border: 1px solid #ddd;
}
.lesson-item {
    background: #fff;
    text-align: right;
    padding: 13px 18px 10px;
    border-right: 5px solid #fff;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #ddd;

}
.lesson-item:hover{
    background-color: #fefff5;
    border-right-color: #848c2b;
    border-left-color: #848c2b;
}
.lesson-item-title-holder {
    display: inline-block;
    max-width: calc(100% - 100px);
}

.lesson-item-title {
    font-size: 17px;
    margin-bottom: 8px;
    font-weight: 500;
    margin-top: 8px;
}
.lesson-item-title a{
    line-height: 1.5;
}
.lesson-item .segment-heading {
    /*color:#E20070 !important;*/
    color: #707070 !important;
    font-size: 12px;
    margin-bottom: 20px;
}

.lesson-item-info-holder {
    float: left;
}
.lesson-item-meta {
    margin: 0;
    padding: 0;
}
.lesson-item-meta > li {
    position: relative;
    display: inline-block;
    margin-left: 15px;
    font-size: 12px;
}
.lesson-item-meta > div{
    display: inline-block;
    margin-left: 10px;
}
.lesson-item-meta time {
    margin-right: 10px;
    display: inline-block;
}

#lessons-soon-list{
    /*color:#856404;*/
    background-color:#fefff0;
    /*border:1px solid #848c2b;*/
    padding: 20px;
    margin-bottom: 40px;
}
#lessons-soon-list > h4{
    text-align: center;
}
#lessons-soon-list .lesson-item-title {
    font-size: 17px;
}
#lessons-soon-list .lesson-item {
    margin-bottom: 5px;
    border: 1px solid #848c2b;
    background-color:#fefff0;
    padding: 8px 18px 5px;
}
#lessons-soon-list .lesson-item .segment-heading {
    font-size: 11px;
}

#psy-list-academy{
    padding: 20px;
    /*background:#f7f8e8;
    border: 1px solid #bdc83e;*/
    background: #ddd;
    margin-bottom: 30px;
}
#psy-list-academy .pya-section-title{
    margin-bottom: 0;
}

/* article page */
.post{
    margin-bottom: 20px;
}
.post header{
    padding: 15px 0 5px;
}
.post .post-meta{
    display: inline-block;
    font-size: 12px;
}
.post .post-meta > div{
    display: inline-block;
    margin-left: 10px;
}
.post .post-meta time {
    margin-right: 10px;
    display: inline-block;
}
.post .post-meta-category a{
    color:#858c2c !important;
    font-weight: bold;
}

.post .social-shares{
    float: left;
}
.post .social-shares .visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.post .social-shares ul{
    padding:0;
    margin:0;
    list-style:none;
}
.post .social-shares ul li{
    float:right;
    display:inline-block;
}
.post .social-shares ul li a {
    padding: 6px 5px 0;
    background: transparent;
    font-size: 15px;
    font-weight: 700;
    margin: 0 0 5px 0;
    float: right;
    color: #a5a5a5;
    text-align: center;
    width: 30px;
}
.post .social-shares ul li a:hover {
    color:#999;
}
.post .social-shares ul li:first-child {
    margin-right:0;
}

.post .post-content{
    background: #ffffff;
    border: 1px solid #eaeaea;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0;
    text-align: justify;
}
.post .post-content p{
    line-height: 27px;
    font-weight: normal;
    color: #323232;
    font-size: 14px;
}
.post .post-content .post-video p{
    display: none;
}
.post .post-desc {
    padding: 2rem 3rem;
}
.post .post-desc img {
    text-align: center;
    max-width: 80%;
    height: auto;
    margin: 50px 0;
}
.post .post-desc ul{
    margin-bottom: 20px;
    padding:0;
}
.post .post-desc li {
    box-sizing: border-box;
    margin: 0 30px 10px;
    list-style: none;
    padding: 2px 0;
    line-height: normal;
}
.post .post-desc ul li::before {
    background: #444;
    content: "";
    display: inline-block;
    height: 6px;
    margin-left: 9px;
    vertical-align: middle;
    width: 6px;
}
.post .post-desc ol , .post .post-desc ol li {
    list-style:decimal;
    font-family: iransnum;
}

.post .post-desc a {
    color: #d0121a;
}

.text-preview{
    text-align: center;
}

/* wrapper files */
#wrapper_files .full-height {
    height: 100vh;
}
#wrapper_files .flex-center {
    align-items: center;
    display: flex;
    flex-direction:column;
    justify-content: center;
}
#wrapper_files .position-ref {
    position: relative;
}
#wrapper_files .top-right {
    position: absolute;
    right: 10px;
    top: 18px;
}
#wrapper_files .content {
    text-align: center;
}
#wrapper_files .title {
    font-size: 84px;
}
#wrapper_files .links > a {
    color: #636b6f;
    padding: 0 25px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
}
#wrapper_files .m-b-md {
    margin-bottom: 30px;
}
#wrapper_files .message .alert {
    font-size: 19px;
    padding: 33px 0;
    font-weight: bold;
    width: 600px;
    max-width: 100%;
}


.product-course-data {
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #eaeaea;
    padding: 10px 0;
}
.product-course-data div.data{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 32%;
    min-width: 32%;
}
.product-course-data i{
    font-size: 24px;
    color: #838c95;
    margin-bottom: 1px;
}
.product-course-data i.fa-list-ul{
    transform: rotate(180deg);
    font-size: 22px;
    height: 24px;
}
.product-course-data span{
    font-size: 12px;
    color:#6f7881;
}
.product-course-data small,
.product-course-data b {
    /*text-align: center;*/
    font-weight: 700;
    color:#383d48;
    line-height: 28px;
}
.product-course-data b {
    font-family: PSY_IRANSNum,vazirPersian,sans-serif;
    font-size: 14px;
}
.product-course-data small{
    font-size: 12px;
}

.product-course-data .status{
    display: flex;
    flex-direction: row;
    justify-content: center;
    color: #856404;
}
.product-course-data .status div{
    display: flex;
    flex-direction: column;
    text-align: right;
}
.product-course-data .status i {
    font-size: 30px;
    color: #856404;
    padding-left: 10px;
    padding-top: 8px;
}
.product-course-data .status span,
.product-course-data .status small{
    color: #856404;
}

.product-miniature .product-course-data,
.course-item-holder .product-course-data{
    justify-content: start;
    border-bottom:none;
    padding:0;
}
.product-miniature .product-course-data span,
.course-item-holder .product-course-data span {
    display: none;
}
.product-miniature .product-course-data div.data,
.course-item-holder .product-course-data div.data {
    flex-direction: row;
    align-items: start;
    width: 50%;
    min-width: 50%;
}
.product-miniature .product-course-data i,
.course-item-holder .product-course-data i {
    font-size: 19px;
    color:#ec406a;
    margin-left: 8px;
}
.product-miniature .product-course-data .status i,
.course-item-holder .product-course-data .status i{
    font-size: 19px;
    padding: 0;
}
.product-miniature .product-course-data i.fa-list-ul,
.course-item-holder .product-course-data i.fa-list-ul {
    margin-top: -3px;
}
.product-miniature .product-course-data b,
.course-item-holder .product-course-data b {
    font-size: 13px;
    font-weight: normal;
    line-height: 22px;
}
.product-miniature .product-course-data .status small,
.course-item-holder .product-course-data .status small {
    line-height: 22px;
}

.course-item-holder .product-course-data div.data.data-time {
    width: 70%;
    min-width: 70%;
}
.course-item-holder .product-course-data div.data.data-number {
    width: 30%;
    min-width: 30%;
}

.product-miniature .product-course-data{
    border-top: 1px solid #ededed;
    padding-top: 16px;
}

.course-sidebar .product-course-data{
    border-bottom: none;
}


.course .course-sidebar > div.lesson-download {
    padding: 0;
    text-align: center;
    background:#6c7624;
    color:#fff;
    font-size: 17px;
}
.course .course-sidebar > div.lesson-download a{
    color:#fff;
    display: block;
    padding: 15px;
}
.course .course-sidebar > div.lesson-download a i{
    margin-left: 5px;
    font-size: 20px;
}

/* widgets */
.psy-widget{
    margin-bottom:20px;
}
.psy-widget-title{
    margin-bottom:15px;
    line-height: 33px;
}
.psy-widget-title .icon-wrap{
    border:2px solid #000;
    border-radius:50%;
    width:32px;
    height:32px;
    float: right;
    position:relative;
}
.psy-widget-title .icon-wrap i {
    position: relative;
    font-size: 20px;
    right: 3px;
    top: 3px;
}
.psy-widget-title span {
    padding-right: 9px;
}
.psy-widget-content{

}
.psy-widget ul.psy-list{
    padding:0;
    margin:0;
}
.psy-widget ul.psy-list li{
    list-style:none;
    margin-bottom:4px;
    background:#EAEAEA;
    border-right:2px solid #F4F4F4 ;
    padding: 10px;
}
.psy-widget ul.psy-list li a{
    display: block;
    font-size: 13px;
    color:#333;
}
.psy-widget ul.psy-list li:hover a{
    color: #838c29 ;
}

.psy-widget ul.psy-list li time{
    font-size: 11px;
}


.psy-widget#psyaca-list-category ul.psy-list li a{
    font-size: 14px;
    padding-right: 15px;
}
.psy-widget#psyaca-list-category ul.psy-list li:hover{
    background-color: #838c29 ;
    color: #fff;
}
.psy-widget#psyaca-list-category ul.psy-list li:hover a{
    color: #fff;
}

/* comments */
#psy-comments {
    margin-bottom: 30px;
    display: inline-block;
    width: 100%;
}
.comments-title{
    font-size: 24px;
    line-height: 1;
    margin-bottom: 10px;
    color:#393939;
}
.comments-number {
    margin-left: 5px;
}
.comments-subtitle {
    display: block;
    font-size: 14px;
    line-height: 2;
    margin: 3px 0 10px;
    color:#555;
}
.alert.comments-subtitle {
    margin: 15px 0 10px;
}
.comment-form{
    margin-bottom: 15px;
}
.comment-form .comment-content{
    display: inline-block;
    width:100%;
    margin-bottom: 10px;
}
.comment-form .comment-name,
.comment-form .comment-email {
    width: 50%;
    float: right;
    margin: 10px 0;
}

.comment-form .comment-content textarea,
.comment-form .comment-name input,
.comment-form .comment-email input{
    background:#fff;
    border: 1px solid #e3e3e3;
    border-radius: 3px;
    color:#7f8187;
    font-size: 13px;
    width: 100%;
    padding:10px;
}
.comment-form .comment-content textarea{
    min-height: 150px;
}
.comment-form .comment-name input{
    width: 98%;
}
.comment-form .comment-submit{
    text-align: left;
}

.comment-form .psy-message {
    float: right;
    font-size: .75rem;
    line-height: 1.4;
}
.psy-message.error p{
    color: #ff0613;
    font-size: .75rem;
    line-height: 1.4;
}
.psy-message.success{
    color: #105b29;
}

#comments-list{

}
/*.comment-item.level-1{
    background: #fff;
    border: 1px solid #e6e6e6;
    margin-bottom: 10px;
    padding: 10px 20px;
}
.comment-item .comment-holder{
    background: #fff;
    border: 1px solid #e6e6e6;
    margin-bottom: 10px;
    padding: 10px 20px;
}
.comment-item.level-1 > .comment-holder{
    background: transparent;
    border: none;
    margin-bottom: 0;
    padding: 0;
}*/

.comment-box{
    background: #fff;
    border: 1px solid #e6e6e6;
    margin-bottom: 10px;
    padding: 10px 20px;
}


.comment-item .comment-children {
    margin-right: 30px;
}
.comment-item.level-1 > .comment-children {
    margin-right: 0;
}

.comment-item .comment-actions{
    float: left;
    margin: 10px 0;
}
.comment-item .comment-actions a{
    font-size: 13px;
}
.comment-item .comment-actions a i{
}
.comment-item .comment-author{
    margin-bottom: 20px;
    min-height: 60px;
    display: inline-block;
}
.comment-item .comment-name{
    padding-right: 70px;
    padding-top: 5px;
    margin: 10px 0 5px;
    font-size: 15px;
    font-weight: bold;
    line-height: 1;
}
.comment-item .comment-date{
    padding-right: 70px;
    font-size: 12px;
    color: #555;
}
.comment-item .comment-avatar {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    float: right;
    margin-top: 10px;
}
.comment-item .comment-content {
    padding:0 10px;
    color: #444;
    line-height: 1.8;
    font-size: 16px;
}
.comment-item .comment-content p{
    color: #444;
    font-size: 16px;
}

.comment-item .comment-form{
    padding: 0 10px;
    margin: 30px 0;
}
.comment-item .comment-form .reply-cancel {
    font-size: 11px;
    padding: 2px 5px;
    color:#fff !important;
    border-radius: 3px;
    display: none;

}
.comment-item .comment-form form{
    margin-top: 10px;
}
.comment-item .comment-form .comment-content{
    padding: 0;
}

.comment-await.comment-box,
.comment-await > .comment-box{
    color: #856404;
    background-color: #FFF8D8;
    border-color: #E6BF4A;
}
.comment-await > .comment-holder > .comment-details p,
.comment-await > .comment-holder > .comment-details > .comment-content,
.comment-await > .comment-holder .comment-date {
    color: #856404;
}

.comment-unverify.comment-box,
.comment-unverify > .comment-box{
    color:#963858;
    background-color:#ffb5cf;
    border-color:#fe6c9f;
}
.comment-unverify > .comment-holder > .comment-details p,
.comment-unverify > .comment-holder > .comment-details > .comment-content,
.comment-unverify > .comment-holder .comment-date {
    color: #963858;
}

.comment-spam.comment-box,
.comment-spam > .comment-box{
    color:#721c24;
    background-color:#f8d7da;
    border-color:#721c24;
}
.comment-spam > .comment-holder > .comment-details p,
.comment-spam > .comment-holder > .comment-details > .comment-content,
.comment-spam > .comment-holder .comment-date {
    color: #721c24;
}

.comment-children .comment-accept.comment-box,
.comment-children .comment-accept > .comment-box{
    color: #383d41;
    background-color:#ececec;
    border-color: #d6d8db;
}
.comment-children .comment-accept > .comment-holder > .comment-details p,
.comment-children .comment-accept > .comment-holder > .comment-details > .comment-content,
.comment-children .comment-accept > .comment-holder .comment-date {
    color: #383d41;
}

.comment-admin{
    margin-bottom: 10px;
}
.comment-admin > div{
    display: inline-block;
}
.comment-admin-message,
.comment-admin-left{
    float: left;
}
.comment-admin a{
    padding: 1px 6px;
    font-size: 12px;
    color: #fff;
    border-radius: 4px;
    margin-left: 4px;
}

/* mobile */
@media (max-width: 1300px) {}
@media (max-width: 1200px) {}
@media (max-width: 991px) {
    .course .course-content {
        padding-left: 15px;
    }
}
@media (min-width: 992px) {}
@media (min-width: 768px) and (max-width: 845px){}
@media (max-width: 575px) {
    .lesson-item,
    #lessons-soon-list .lesson-item{
        padding-right: 8px;
        padding-left: 8px;
    }
    .lesson-item-info-holder {
        float: none;
    }
    .post .post-desc {
        padding: 1rem;
    }
}
@media (min-width: 576px) {}
@media (max-width: 440px) {}

/* player */
/*
.mejs__overlay-button {
    background-image: url("../img/mejs-controls.svg");
}
.mejs__overlay-loading-bg-img {
    background-image: url("../img/mejs-controls.svg");
}
.mejs__button > button {
    background-image: url("../img/mejs-controls.svg");
}
*/
video {
    width: 100%    !important;
    height: auto   !important;
}

div.code-toolbar,
div.code-toolbar *{
    direction: ltr !important;
}