.icon-pencil:before {
    /* content: "\f040"; */
    content: "\f02d";
}
.icon-pencil::before {
    transform: rotateY(180deg);
}

.default-icon-ul ul {
    margin-bottom: 20px;
    padding-left: 0px !important;
}

.list-book ul.hb-ul-list li , ul.hb-ul-list li {
    margin: 0 0 10px 27px;
    /* font-size: 16px; */
    font-weight: bold;
    padding: 0;
    list-style: none!important;
    list-style-type: none !important;
    list-style-position: initial !important;
    list-style-image: initial !important;
}

ul.hb-ul-list li i {
    margin-right: 6px;
    margin-left: -20px;
    font-size: 16px;
}

.hb-button, input[type=submit], .woocommerce-MyAccount-content input.button {
    box-shadow: 0 3px 0 0 #c98600;
}
.hb-button.hb-large-button {
    padding: 24px 30px 20px;
    font-size: 14px;
    letter-spacing: 2px;
}

div.wdc_course_progress>div {
    width: 200px;
    height: 20px;
    border: #000000 1px solid;
}

.hb-button, a.read-more, input[type=submit] {
    position: relative;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    zoom: 1;
    font-family: source_sans_probold,Arial;
    font-size: 12px;
    line-height: 1.3;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: rgba(255,255,255,1)!important;
    -webkit-box-shadow: 0 3px 0 0 rgba(0,158,183,1);
    box-shadow: 0 3px 0 0 rgba(0,158,183,1);
    padding: 16px 20px 12px;
    overflow: hidden;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}
.hb-button, .no-transition, input[type=submit] {
    -webkit-transition: background-color .1s linear,color .1s linear!important;
    transition: background-color .1s linear,color .1s linear!important;
}
.hb-button, input[type=submit] {
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
}
.single-post .hb-orange {
    background: rgba(255,181,35,.8);
    -webkit-box-shadow: 0 3px 0 0 rgba(223,136,0,.9);
    box-shadow: 0 3px 0 0 rgba(223,136,0,.9);
}

/*
*************
*/

div.wdc_course_progress>div>div {
    width: 25%;
    height: 100%;
    background-color: #FF0000;
}

/* Button Layout general */
div.wdcc_complete_button {
    font-size: 18px;
    padding: 10px;
    color: #FFFFFF;
    display: inline-block;
    cursor: pointer;
    box-sizing: content-box;
}

/* Layout 01 */
.wdcc_uncompleted.wdcc_layout01 {
    background-color: #999999;
}

.wdcc_completed.wdcc_layout01 {
    background-color: #009900;
}

/* Layout 02 */
.wdcc_layout02 {
    width: 350px;
    text-align: center;
}

.wdcc_uncompleted.wdcc_layout02 {
    background-color: #FFFFFF;
    color: #000000;
    border: 1px solid #999999;
}

.wdcc_completed.wdcc_layout02 {
    background-color: #990000;
    border: 1px solid #FFFFFF;
}

/* Layout 03 */
div.wdcc_complete_button.wdcc_layout03 {
    height: 30px;
    width: 400px;
    color: #333333;
    border: 1px solid #999999;
}

div.wdcc_complete_button.wdcc_layout03 .wdcc_uncompleted {
    background: url("../images/box-inactive.png") no-repeat left top;
    background-size: contain;
    background-repeat: no-repeat;
    padding-left: 40px;
}

div.wdcc_complete_button.wdcc_layout03 .wdcc_completed {
    background: url("../images/box-active.png") no-repeat left top;
    background-size: contain;
    background-repeat: no-repeat;
    padding-left: 40px;
}

/* Layout 04 */
div.wdcc_complete_button.wdcc_layout04 {
    display: inline-block;
    height: 20px;
    width: 30px;
    color: #333333;
    /* border: 1px solid #999999; */
    padding: 2px 5px 0 5px;
    z-index: 99999;
}

div.wdcc_complete_button.wdcc_layout04 .wdcc_uncompleted {
    background: #ffffff url("../images/box-inactive.png") no-repeat left top;
    height: 20px;
    width: 20px;
    background-size: contain;
    background-repeat: no-repeat;
}

div.wdcc_complete_button.wdcc_layout04 .wdcc_completed {
    background: #ffffff url("../images/box-active.png") no-repeat left top;
    height: 20px;
    width: 20px;
    background-size: contain;
    background-repeat: no-repeat;
}