@media (max-width: 600px) {
    .wall-timeline-img img {
        height: 200px !important;
    }
    .wall-clase-img img {
        height: 120px !important;
    }
    .clase-profile-thumb img {
        width: 80px !important;
        height: 80px !important;
        margin-top: -95px !important;
    }
    .wall-name  {
        bottom: 5px;
        left: 120px !important;
        position: absolute;
    }
    .wall-name h2 { line-height: 16px !important; padding: 0px !important; }
    .wall-name h2 a { font-size: 16px !important }

    #videoclase {
        height: 210px !important;
    }
}


.widget-body {
    background:#fff;
}

.cover-photo {
    position: relative;
}

a:hover{
    text-decoration:none;    
}

.wall-timeline-img img {
    height: 360px;
    object-fit: cover;
    width: 100%;
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
}
.wall-clase-img img {
    height: 300px;
    object-fit: cover;
    width: 100%;
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
}

.clase-profile-thumb img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    margin-top: -75px;
    border: 3px solid #fff;
}

.profile-thumb img {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    margin-top: -110px;
    border: 3px solid #fff;
}

.profile-info .widget-footer ul li a {
    color: #7a7a7a;
}

.profile-thumb, .clase-profile-thumb {
    float: left;
    position: relative;
}

.p-text-area, .p-text-area:focus {
    border: none;
    font-weight: 300;
    box-shadow: none;
    color: #515151;
    font-size: 16px;
}


.wall-user-mail {
    margin: 10px 0 0 20px;
    display: inline-block;
}


.wall-name  {
    bottom: 5px;
    left: 175px;
    position: absolute;
}

.wall-name h2 a {
    color: #FFFFFF;
    text-rendering: optimizelegibility;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.8);
    font-size: 25px;
}

.wall-user-thumb {
    float: left;
    width: 70px;
    margin-right:15px;
}

.wall-user-thumb img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
}


.wall-user-details h3 {
    margin: 15px 0 0;
    font-size: 18px;
    font-weight: 300;
}

.wall-user-details p {
    color: #c3c3c3;
}


.wall-user-status {
    padding: 10px 0;
    line-height: 20px;
}

.wall-time-action {
    padding: 15px 0;
}


.wall-border {
    border-top:1px solid #ebeef5;
}

.wall-time-action span, .wall-time-action a {
    margin-right: 5px;
}

.wall-time-action a {
    color: #2972a1;
}

.wall-time-action a:hover {
    text-decoration: underline;
}

.wall-time-action span {
    color: #5a5a5a;
}

.wall-status-container, .wall-comments li {
    padding: 0 15px;
}

.wall-gray-bg {
    background: #f6f6f6;
}

.wall-comments li {
    /* border-top:1px solid #ebeef5; */
    padding: 8px;
}

.wall-comments .cmt-thumb  {
    width: 50px;
    float: left;
    /* margin-right: 15px; */
}

.wall-comments .cmt-thumb img {
    width: 50px;
}

.wall-comments .cmt-details {
    padding-top: 5px;
}


.wall-comments .cmt-details a  {
    font-size: 14px;
    font-weight: bold;
}

.wall-comments .cmt-details a.like-link {
    font-size: 12px;
    font-weight: normal;
}

.cmt-form {
    display: inline-block;
    width: 90%;
}

.cmt-form textarea{
    height: 50px;
    line-height: 35px;
}

.wall-timeliner h2 {
    background: #828283;
    color: #fff;
    margin-top: 0;
    padding: 10px 15px;
    font-size: 16px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    font-weight: 300;
}

.wall-timeliner ul {
    margin-left:15px;
    margin-bottom: 20px;
    list-style-type:none;
}

.wall-comments{
    list-style-type:none;
}

.wall-timeliner ul li {
    margin-bottom: 3px;
}

.wall-timeliner ul li a{
    color: #999797;
    border-left: 4px solid #d3d7dd;
    padding-left:10px;
    padding-top: 3px;
    padding-bottom: 3px;
    display: block;
}

.wall-timeliner ul li a:hover{
    color: #999797;
    border-left: 4px solid #b1b1b1;
    padding-left:10px;
}

.wall-timeliner ul li.active a{
    color: #7a7a7a;
    border-left: 4px solid #7a7a7a;
    padding-left:10px;
}

.recent-highlight {
    background: #FF6C60 !important;
}