/*
Theme Name: MMG
Text Domain: mmg
*/

.video-box-replacable.loading {
    opacity: 0.3;
}

/* moved to common
.list-group .list-group-cont li.current {
    border-left: 5px solid rgba(73, 184, 225, 1);
}

.list-group .list-group-cont ul:not(.coaching-plan-videos) li.current {
    background-color: rgba(73, 184, 225, 0.22);
}*/
.currecny-format {
    font-size: 50% !important;
}

.frame {
    position: relative;
}

.frame.loading:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    background: url("../gif/loader.gif") center center no-repeat;
}

/* iframe[data-src] {
    visibility: hidden;
} */
.blog-post-img .frame,
.blog-post-img .frame iframe {
    width: 100%;
    height: 100%;
}

.single-post-img .frame,
.single-post-img iframe {
    width: 100%;
    height: 425px;
}

.blog-posts .blog-post-img {
    position: relative;
}

.single-post-img {
    position: relative;
}

.single-post-img a.video-list-url:before {
    font-size: 7rem;
}