﻿.access-block-wrapper {
    text-align: center;
    padding-bottom: 10px;
    padding-top:20px;
    padding-left: 20px;
    padding-right: 20px;
}

    .access-block-wrapper .access-msg-icon {
        font-size: 35px;
        margin-bottom: 10px;
    }

.cp-bg-wrapper {
    background-color: #bcbcbc;
    width: 100%;
    height: 300px;
    margin-top: -20px;
    padding-top: 50px;
    margin-bottom: 15px;
}

.cp-dc-parts {
    width: 70%;
}

.cp-dc-parts-boxed .sys_dc-outer-wrapper, .boxed-wrapper {
    margin-right: 15px;
    margin-bottom: 15px;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 1px 2px 10px 0 rgba(0, 0, 0, 0.1);
}

    .boxed-wrapper > h3, .cp-dc-parts-boxed .sys_dc-outer-wrapper .sys-editor-content > h3 {
        margin-top: 0px;
    }

    .cp-dc-parts .container {
        width: 100%;
    }

.btn-cp-lg {
    width: 100%;
    padding-bottom: 15px;
    padding-top: 15px;
}

.course-image {
    background-color: #505763;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 200px;
    width: 100%;
    position: relative;
    text-align: center;
}

    .course-image svg {
        font-size: 100px;
        text-align: center;
        margin-top: 40px;
        color:#fff;
    }

.cp-header h1 {
    font-size: 32px;
    line-height: 37px;
    margin-top: 10px;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 5px;
}

.cp-header p {
    font-size: 21px;
    line-height: 27px;
    letter-spacing: 1px;
}


.cp-list-attr-wrapper{
    display:none;
}

@media (max-width: 768px) {

    .cp-bg-wrapper {
        margin-top: 0px;
    }

    .cp-header h1 {
        font-size: 25px;
        line-height: 30px;
    }

    .cp-header p {
        font-size: 16px;
        line-height: 20px;
    }
    
    .course-image {
        height: 200px;
        width: 100%;
    }

    .cp-dc-parts-boxed .sys_dc-outer-wrapper, .boxed-wrapper {
        margin-right: 0px;
    }
}
