/* XXX-EN I don't really see a need to style these buttons differently for videos anymore */

/*.rawt-splash-video .rawt-share-widgets .share-button .button-bg {
    color: transparent !important;
    color: rgba(0,0,0,0.2) !important;
}*/

/*@media all and (min-width: 1100px) {
    .rawt-splash-video .rawt-share-widgets a {
        color: #ef7873 !important;
    }

    .rawt-splash-video .rawt-share-widgets a:hover {
        color: #5f5d5a !important;
    }

    .rawt-splash-video .rawt-share-widgets .share-button .button-bg {
        color: #fff !important;
    }
}*/

.rawt-video-player .player-link .frame-overlay .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 96px;
    height: 68px;
    margin: -34px 0 0 -48px;
    padding: 0;
    background: url(images/play_pause_button4.png) 0 0 no-repeat;
}

.rawt-video-embed .video-embed-content {
    background: #fff;
    box-shadow: 0 0 0.3em #ece8df;
    border-radius: 0.2em;
}

.rawt-video-embed .rawt-video-player .player-frame h3.title {
    font-size: 1.5em;
}

/**
 * Video Grid
 */
.rawt-video-grid .rawt-video-player .player-frame h3.title {
    font-size: 1.1em;
}

/**
 * Entity Icons
 */
.node-type-video .title .icon:before,
.page-node-368 .title .icon:before,
.rawt-grid .item-video .grid-label .icon:before,
.rawt-grid .item-video .details-content .icon:before,
.rawt-grid .item-video .overlay-icon:before,
.rawt-preview .item-video h2 .icon:before,
.rawt-carousel .item-video .carousel-label .icon:before,
.rawt-spread-video .spread-parent h2 .icon:before,
.rawt-spread-video .spread-parent .action .icon:before,
.rawt-spread-video .spread-child-type-image .action .icon:before,
.rawt-spread .spread-child-type-video .action .icon:before,
.rawt-taxonomy-browser .browser-slide-video .action .icon:before,
.rawt-taxonomy-browser .browser-slide-video .overlay-icon:before,
.rawt-entity-index .video-section caption .icon:before,
.rawt-entity-tree .video-section .icon:before,
.rawt-button-list .menu-trk-videos .icon:before,
.rawt-search-workspace .search-type-video .icon:before,
.search-result-video .search-result-type-icon:before {
    font-family: inherit !important;
    content: "\f03d" !important;
}