.course-widget#cmcc-info {
    color: 0;
    background: #2e3641;
}

.course-widget#cmcc-info a {
    color: #ffffff;
}

.course-widget#cmcc-info a:hover {
    color: #ffffff;
}

.course-widget#cmcc-address,
#cmcc-google-view-map-link {
    color: #ffffff;
    background: #2e3641;
}

.course-widget#cmcc-address,
#cmcc-google-view-map-link a {
    color: #ffffff;
}

.course-widget#cmcc-address,
#cmcc-google-view-map-link a:hover {
    color: #ffffff;
}
.course-container {
    width: 1200px !important;
}

.course-sidebar {
    float: left;
    width: 20%;
}

.course-sidebar #sidebar {
    width: 100% !important;
    padding: 0 !important;
}


.text-center {
    text-align: center;
    margin: 0;
}

.cmcc_dashicons {
    margin-right: 5px;
}

.cmcc_google_map {
    margin-bottom: 30px !important;
}

.cmcc_course_image {
    margin-bottom: 30px;
}

.cmcc_related_course_image {
    height: 150px;
}

.cmcc_add_link_ico {
    margin-right: 5px;
    display: inline-block;
    width: 20px;
    height: 20px;
    font-size: 20px;
    line-height: 1;
    font-family: dashicons;
    text-decoration: inherit;
    font-weight: 400;
    font-style: normal;
    vertical-align: top;
    text-align: center;
    -webkit-transition: color .1s ease-in 0;
    transition: color .1s ease-in 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.clearfix:after {
    content: " ";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

.list-unstyled {
    padding: 0;
}

.list-unstyled li {
    list-style: none;
}

.list-inline li {
    display: inline-block;
    margin-right: 15px;
}

.img-responsive {
    width: 100%;
    max-width: 100%;
    margin-bottom: 30px;
    height: auto;
    display: block;
}

.course-container {
    width: 1024px;
    max-width: 100%;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 30px;
    box-sizing: border-box;
}

.course-container .cmcc_content_block {
    margin-top: 30px;
}

.course-title {
    font-size: 45px;
    font-weight: normal;
    margin-bottom: 15px;
}

.course-info-blocks li {
    padding: 5px;
    border: 1px solid #d9d9d9;
    color: gray;
    border-radius: 3px;
    font-size: 13px;
}

.course-info-blocks li i {
    margin-right: 5px;
}

.course-info {
    margin-top: 0px;
    padding-left: 15px;
}

.course-aside {
    width: 30%;
    float: left;
    margin-top: 0px;
}

.cmcc-cat {
    background: darkgrey;
    color: white !important;
    border: 1px solid;
    border-radius: 25px;
    padding: 6px;
    font-weight: 700;
}

.cmcc-tag {
    background: darkgrey;
    color: white !important;
    border: 1px solid;
    border-radius: 25px;
    padding: 6px;
    font-weight: 700;
}

.course-info-text {
    width: 70%;
    float: right;
    padding: 0 0 0 50px;
    box-sizing: border-box;
    text-align: justify;
    overflow: hidden;
}

.course-info-text h2 {
    font-weight: normal;
    margin-top: 0;
}

.course-info-text p {
    font-size: 18px;
}

.course-widget {
    background: #2e3641;
    color: #fff;
    padding: 0px;
}

/* .course-widget ul.list-unstyled { padding: 10px 0px; } */
.course-widget h3 {
    margin-top: 0;
}

div.course-widget ul li:first-child {
    padding-top: 25px;
    padding-left: 10px;
    padding-right: 10px;
}

div.course-widget ul li:last-child {
    padding-bottom: 25px;
    padding-left: 10px;
    padding-right: 10px;
}

div.course-widget ul li {
    margin: 0;
    padding-bottom: 5px;
    padding-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
}

.course-widget li {
    margin-bottom: 0px;
}

.course-widget a {
    color: #fff;
    text-decoration: none;
}

.course-widget a i {
    margin-right: 0px;
}

div.cmcc_related_courses {
    margin-top: 30px;
    margin-bottom: 30px;
    overflow: auto;
}

div.cmcc_over_related {
    margin-top: 30px;
    margin-bottom: 30px;
}

div.cmcc_under_related {
    margin-top: 30px;
}

.course-related {
    clear: none;
    vertical-align: top;
    width: 150px;
    padding: 0 0 5px;
    border-radius: 3px;
    border: 1px solid #d9d9d9;
    display: inline-block;
    margin: 0 12px 15px;
    position: relative;
}

.course-related img {
    max-width: 100%;
    max-height: 100%;
    margin: 2px auto;
    display: block;
}

.course-related a {
    color: gray;
    text-decoration: none;
}

.course-related h5 {
    position: absolute;
    text-align: center;
    width: 100%;
    bottom: 5px;
    z-index: 2;
    margin: 5px 0 0;
}

.course-related:hover {
    background: #f4f4f4;
}

.course-aside br,
.course-info br {
    display: none !important;
}

#TB_caption {
    padding: 7px 30px 30px 25px;
}

ul.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 4px;
    list-style: none;
}

.column {
    width: 24%;
    max-width: 24%;
    background: #fff;
    margin-right: 1%;
    text-align: center;
    margin-bottom: 10px;
}

.column img {
    text-align: center;
    vertical-align: middle;
}

.cmcc_address_paragraph {
    padding: 20px 20px 20px 20px
}

.course-aside .course-widget .cmcc_address_paragraph ul li {
    padding: 0
}

.course-aside .course-widget .cmcc_address_paragraph ul li .dashicons {
    padding: 0;
    margin: 0
}

.cmcc_google_view_map_link {
    padding: 5px 5px 5px 10px;
}

.single-cm-course .screen-reader-text {
    display: none !important;
}

.cmcc-short-description {
    text-align: center;
    margin-bottom: 20px;
}

.cmcc-backlink-wrapper-container {
    padding-top: 15px;
    padding-bottom: 15px;
}

@media screen and (max-width: 767px) {
    .course-aside {
        float: right;
        width: 100%;
    }

    .course-info-text {
        width: 100%;
        padding: 0;
        float: left;
        margin-bottom: 15px;
    }

    .course-title {
        font-size: 32px;
    }
    .course-info{
        padding-left: 0px !important;
    }
    .course-info .course-info-text {
        padding-top: 20px;
    }
}

@media screen and (max-width: 480px) {
    .course-related {
        max-width: 130px;
        margin: 0 0 15px 0;
    }
}