
/*Gold Plan Styles*/
.crp-full-screen-popup{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999999;
}

/*Free Plan Styles*/
.mfp-close {
    margin-right: 2px;
}

.mfp-close-img {
    width: 64px;
    height: 64px;
    background-image: url("../images/general/icons/close-icon-2.png");
    background-repeat: no-repeat;
    background-size: contain;
}

.tile-direct-link{
    display: none;
}


.lg-backdrop.in {
    opacity: 0;
}
.lg-sub-html h4 {
    font-weight: normal!important;
}

.fixed-size.lg-outer .lg-sub-html h4{
    text-align: center;
}
.fixed-size.lg-outer .lg-sub-html p {
    display: none;
}

.fixed-size.lg-outer .lg-inner {
  background-color: none!important;
}
.fixed-size.lg-outer .lg-sub-html {
    position: absolute;
    text-align: center;
    width: 50%;
    margin: 0 auto;
    top: 0;
    bottom: auto!important;
    background: transparent!important;
}
.fixed-size.lg-outer .lg-toolbar {
  background-color: transparent;
  height: 0;
}
.fixed-size.lg-outer .lg-toolbar .lg-icon {
  color: #FFF;
}
.fixed-size.lg-outer .lg-img-wrap {
  padding: 12px;
}

.crp-youtube-play-ic {
    color: rgba(0, 0, 0, 0.7);
    font-size: 50px!important;
    top: 50%;
    left: 50%;
    margin-top: -25px!important;
    margin-left: -25px!important;
}

.crp-youtube-play-ic:hover,
.crp-tile-youtube:hover .crp-youtube-play-ic {
    color: rgba(255, 0, 2, 0.9);
}