.private-coaching-listings {
    margin: 40px -15px;
}

.private-coaching-listings:after {
    content: '';
    display: block;
    clear: both;
}

.private-coaching-listings .private-coaching-listing-item .private-coaching-title {
    text-transform: uppercase;
    line-height: 30px;
    font-size: 22px;
    font-weight: 700;
    margin: 0;
    margin-bottom: 20px;
}

.private-coaching-listings .private-coaching-listing-item {
    padding: 0 15px;
    margin-bottom: 20px;
}

/**
 * Single private-coaching Item Page
 */

.private-coaching-single-item {
    margin-bottom: 40px;
}

.private-coaching-single-item .private-coaching-info-top {
    position: relative;
    margin: 0 0 20px;
    padding: 0 0 20px;
    border-bottom : 1px solid #d1d1d1;
}

.private-coaching-single-item .private-coaching-info-top.with-thumbnail:after {
    content: '';
    display: block;
    clear: both;
}

.private-coaching-single-item .private-coaching-info-top .private-coaching-title {
    margin: 25px 0 0;
    font-size: 24px;
}

.private-coaching-single-item .private-coaching-calendar-content {
    display: none;
}

@media all and (min-width: 535px) {

    .private-coaching-single-item .private-coaching-info-top .private-coaching-thumbnail {
        float: left;
        margin-right: 20px;
        max-width: 120px;
    }

    .private-coaching-single-item .private-coaching-info-top.with-thumbnail .private-coaching-inner-info {
        margin-left: 140px;
    }

    .private-coaching-listings .private-coaching-listing-item {
        float: left;
        width: 50%;
    }

    .private-coaching-listings .private-coaching-listing-item:nth-child(2n+1) {
        clear: both;
    }


}

@media all and (min-width: 768px) {

    .private-coaching-single-item .private-coaching-info-top .private-coaching-thumbnail {
        max-width: 250px;
    }

    .private-coaching-single-item .private-coaching-info-top.with-thumbnail .private-coaching-inner-info {
        margin-left: 270px;
    }

    .private-coaching-listings .private-coaching-listing-item {
        width: 33%;
    }

    .private-coaching-listings .private-coaching-listing-item:nth-child(2n+1) {
        clear: none;
    }

    .private-coaching-listings .private-coaching-listing-item:nth-child(3n+1) {
        clear: both;
    }
}


body.thim-popup-active #mf-popup-calendar {
    cursor:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVBAMAAABbObilAAAAMFBMVEVMaXH////////////////////////////////////////////////////////////6w4mEAAAAD3RSTlMAlAX+BKLcA5+b6hJ7foD4ZP1OAAAAkUlEQVR4XkWPoQ3CUBQAL4SktoKAbCUjgAKLJZ2ABYosngTJCHSD6joUI6BZgqSoB/+Shqde7sS9x3OGk81fdO+texMtRVTia+TsQtHEUJLdohJfgNNPJHyEJPZTsWLoxShqsWITazEwqePAn69Sw2TUxk1+euPis3EwaXy8RMHSZBIlRcKKnC5hRctjMf57/wJbBlAIs9k1BAAAAABJRU5ErkJggg==),progress
}

#mf-popup-calendar.active {
    -webkit-transform: scale(1,1);
    -ms-transform: scale(1,1);
    -o-transform: scale(1,1);
    transform: scale(1,1);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: alpha(opacity=100);
    filter: alpha(opacity=100);
    visibility: visible;
}

#mf-popup-calendar {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1000;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: alpha(opacity=0);
    filter: alpha(opacity=0);
    visibility: hidden;
    overflow: auto;
    background: rgba(0,0,0,.8);
    margin: 0;
    width: 100%;
    height: 100vh;
    -webkit-transform: scale(.2,.2);
    -ms-transform: scale(.2,.2);
    -o-transform: scale(.2,.2);
    transform: scale(.2,.2);
    -webkit-transition: all .3s cubic-bezier(.4,0,1,1);
    -moz-transition: all .3s cubic-bezier(.4,0,1,1);
    -o-transition: all .3s cubic-bezier(.4,0,1,1);
    -ms-transition: all .3s cubic-bezier(.4,0,1,1);
    transition: all .3s cubic-bezier(.4,0,1,1);
}


#mf-popup-calendar .private-coaching-calendar-container {
    background: #fff;
    position: relative;
    padding: 50px 50px 80px;
    overflow: hidden;
    max-width: 600px;
    margin: auto;
    top: 0;
    cursor: default;
}

#mf-popup-calendar .private-coaching-calendar-container .close-popup {
    background: #2e8ece;
}
#mf-popup-calendar .private-coaching-calendar-container .close-popup {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
    top: 0;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    display: none;
}


.widget_random_coaches ul {
    margin: 0 !important;
    padding: 0 !important;
}

.widget_random_coaches ul li {
    margin: 0 0 10px !important;
    padding: 0 !important;
    list-style: none !important;
}

.widget_random_coaches ul li:after {
    content: '';
    display: block;
    clear: both;
}

.widget_random_coaches ul li img {
    float: left;
    max-width: 75px;
    margin-right: 10px;
}
