// main: ../main.less, out: false, compress: false, sourceMap: false
// main: ../theme.less, out: false, compress: false, sourceMap: false

/* Progress bars
/******************************/
.progress-wrp {
    .progress-title {
        font-style: italic;
        margin-bottom: 10px;
    }
    .progress {
        background-color: rgba(0, 0, 0, 0.08);
        box-shadow: none;
        border-radius: 0px;
        margin-bottom: 20px;
        overflow: visible;
        height: auto;
    }
    .progress-bar {
        position: relative;
        min-height: 5px;
        float: none;
        text-align: center;
        color: #fff;
        line-height: 20px;
        font-size: 11px;
        background-color: @default;
    }

    .percentage {
        position: absolute;
        top: -25px;
        background-color: @dark;
        color: #fff;
        right: 0px;
        font-weight: normal;
        font-size: 11px;
        line-height: 1;
        padding: 4px 6px 5px 6px;
        border-radius: 3px;
    }

    .percentage i {
        position: absolute;
        top: 15px;
        color: @dark;
        left: 50%;
        font-size: 14px;
        margin-left: -3px;
    }

    &.light {
        
        color: #fff;
        border-color: rgba(255, 255, 255, 0.2);
        .content-title {
            color: inherit;
        }
        .progress {
            background-color: rgba(255, 255, 255, 0.25);
        }
        .percentage {
            background-color: rgba(255, 255, 255, 0.25);
            i {
                color: rgba(255, 255, 255, 0.25);
            }
        }
    }
}


/* Education list
/******************************/
.edu-list {
    list-style-type: none;
    margin: 0px;
    padding: 10px 0 10px 30px;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    .edu-item+.edu-item {
        margin-top: 30px;
    }
    .label {
        display: inline-flex;
        background-color: @dark;
        padding: 4px 10px 4px 5px;
        color: #fff;
        font-style: italic;
        line-height: 1.2;
        border-color: @dark;
        position: relative;
        left: -5px;
        margin-bottom: 15px;
        &::after {
            content: '';
            display: block;
            position: absolute;
            width: 11px;
            height: 11px;
            background-color: @primary;
            border-radius: 30px;
            left: -31px;
            top: 50%;
            margin-top: -6px;
        }
        &::before {
            content: '';
            display: block;
            position: absolute;
            width: 10px;
            height: 100%;
            left: -12px;
            top: 0px;
            border-top: 12px solid transparent;
            border-bottom: 12px solid transparent;
            border-right: 12px solid @dark;
        }
    }

    &.light {
        
        color: #fff;
        border-color: rgba(255, 255, 255, 0.2);
        .content-title {
            color: inherit;
        }
        .label {
            background-color: rgba(255, 255, 255, 0.2);
            &::before {
                border-right-color: rgba(255, 255, 255, 0.2);
            }
        }
    }
}


/* Experience list
/******************************/
.exp-list {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    .exp-item {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }
    .exp-title {
        display: flex;
        align-items: center;
        position: relative;
        margin-bottom: 15px;
        .pop-label {
            top: -140%;
        }
        .content-title,
        .sep, 
        p {
            display: inline-flex;
            margin: 0px;
            vertical-align: middle;
        }
        .sep {
           
            height: 1px;
            border-bottom: 1px solid @default;
            width: 30px;
            margin: 0 10px;
        }
    }
    .exp-info {
        padding: 30px;
        p:last-child {
            margin-bottom: 0px;
        }
    }
    .year-info {
        max-width: 100px;
        border-right: 1px solid rgba(0, 0, 0, 0.1);
        font-size: 20px;
        padding: 30px 10px;
        text-align: center;
        margin-bottom: 0px;
        .content-title {
            font-size: inherit;
        }
    }

    &.light {
        
        color: #fff;
        border-color: rgba(255, 255, 255, 0.2);
        .content-title {
            color: inherit;
        }
        .exp-item,
        .year-info {
            border-color: rgba(255, 255, 255, 0.2);
        }
    }
}



/* Price packages
/******************************/
.price-pack {
    padding: 40px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    position: relative;

    .iconbox {
        font-size: 40px;
        margin-right: 20px;
        color: @primary;
    }

    .content-title {
        margin: 0;
    }
    .price-wrp {
        padding: 20px 0;
        margin: 20px 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        border-top: 1px solid rgba(0, 0, 0, 0.1);
        .content-title {
            font-size: 20px;
        }
        .duration {
            font-style: italic;
            margin: 0 0 0 10px;
            line-height: 1.4;
        } 
    }

    &.popular {
        border-color: @default;
        box-shadow: inset 0 0 0 2px @default;

        .pop-label {
            top: -30px;
            transform: translateX(-50%);
	        left: 50%;
        }
    }
    &.light {
        
        color: #fff;
        border-color: rgba(255, 255, 255, 0.2);
        .content-title {
            color: inherit;
        }
        .price-wrp {
            border-color: rgba(255, 255, 255, 0.2);
        }
    }
}


/* Testimonials
/******************************/
.testimonial-wrp {
    .row {
        margin-bottom: -20px;
        margin-left: 30px;
    }
    .img {
        border-radius: 100%;
        box-shadow: inset 0 0 0 1px rgba(0,0,0,0.03);
        background-color: #f7f7f7;
        margin-right: 30px;
    }
    .content-title {
        margin-bottom: 0px;
    }
    .desc {
        padding: 30px 40px;
        border-top: 1px solid rgba(0, 0, 0, 0.1);
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        margin-bottom: 0px;
    }
    &.light {
        color: #fff;
        .title-info {
            p {
                opacity: 0.6;
            }
        }
        .desc,
        .content-title {
            color: inherit;
        }
        .desc {
            border-color: rgba(255, 255, 255, 0.25);
        }
    }
}