/*
Theme Name: Crypto
Text Domain: crypto
Version: 1.0
Requires PHP: 5.2.4
Description: Fiat Crypto
Tags:
Author: lwelniak
Author URI:
Theme URI:
License: Fiat Republic
*/

body .rmp-icon--star:before {
    background-image: url(assets/img/rate-wing.svg);
    width: .875rem;
    height: 1.3125rem;
    content: '';
}

body .rmp-icon--star {
    background-image: url(assets/img/rate-wing.svg);
}

body .rmp-icon--star.rmp-icon--hovered {
    background-image: url(assets/img/rate-wing-filled.svg);
}

body .rmp-rating-widget .rmp-icon--ratings {
    font-size: 1rem;
}

.video-modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: rgba(0,0,0,0.7);
    z-index: -9999999;
    opacity: 0;
    transition: all 0.3s;
}
.video-modal.show {
    z-index: 9999999;
    opacity: 1;
}
.video-modal .video-container {
    width: 70%;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    height: auto;
    min-height: 500px;
    padding-bottom: 0;
}
.video-modal .video-container video {
    position: static;
}
.video-modal .close {
    color: #fff;
    position: absolute;
    top: 30px;
    right: 30px;
    font-size: 1rem;
    cursor: pointer;
}
.host .user-avatar {
    background-image: url(/assets/img/sun.png);
    background-size: 100%;
    width: 112px;
    height: 112px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 1rem;
}

.host .user-avatar img {
    display: block;
    width: 112px;
    height: 112px;
}

.episode-rating .yasr-custom-text-vv-before,
.episode-rating .yasr-vv-bottom-container,
.episode-rating .yasr-vv-stats-text-container {
    display: none;
}


.yasr-star-rating {
    background: url(assets/img/group-145.png) !important;
    background-size: auto 100% !important;
    background-repeat: space !important;
    width: 91px !important;
}

.yasr-star-rating .yasr-star-value {
    background-image: url(assets/img/group-140.png) !important;
    background-size: auto 100% !important;
}


