/** Radium Video specific CSS  @package video-central @subpackage Theme */
.clear { clear: both; }

.nobr { white-space: nowrap; }

/* Arrows http://codepen.io/kirkas/pen/otqyJ */
/* =video-central Style
-------------------------------------------------------------- */
.single-video .content { padding-top: 0; }

.video-central-content article > a { display: block; margin: 0 auto; text-align: center; position: relative; }
.video-central-content article > a.read-less, .video-central-content article > a.read-more { text-align: center; }
.video-central-content article > a.read-less i, .video-central-content article > a.read-more i { border: 1px solid #dfdfdd; color: #dfdfdd; width: 30px; height: 30px; line-height: 26px; }
.video-central-content article > a.read-less .video-central-content-gradient { height: 0; bottom: 0; }
.video-central-content .video-central-content-gradient { position: absolute; height: 40px; width: 100%; bottom: 30px; background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, white)); background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%); background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%); background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%); background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%); }

.video-central-entry-meta { margin: 30px 20px 20px; }

.page-content > .video-central-row.widget-row:first-child { padding-top: 20px; }

.video-central-list .column, .video-central-list .widget-row { padding-left: 10px; padding-right: 10px; }
.video-central-list .widget-row:last-child .video-central-item .entry-title { margin-bottom: 0; }

.video-central-single-content { overflow: hidden; }

.video-central-content article h2 { font-size: 25px; margin: 15px 30px; }

.video-central-item .video-central-thumb { display: block; position: relative; line-height: 1; overflow: hidden; }
.video-central-item .video-central-thumb:before { content: ''; display: block; position: absolute; bottom: 0; left: 50%; background: #e03800; opacity: 1; width: 0; height: 3px; transition: all .35s; z-index: 2; }
.video-central-item:hover .video-central-thumb:before { left: 0; width: 100%; }
.video-central-item:hover .entry-title a { color: black; }
.video-central-item .entry-title { font-size: 14px; margin: 6px 0 20px; line-height: 20px; text-align: center; text-transform: uppercase; }
.video-central-item .entry-title a { color: black; }
.video-central-item .video-entry-meta.duration { position: absolute; bottom: 15px; right: 15px; }

.video-entry-meta.duration { display: inline-block; font-size: 12px; font-weight: bold; background-color: black; color: white; padding: 2px 4px; line-height: 1; }

.related-videos .video-central-list { padding-bottom: 20px; }

.video-central-item .icon-play, .widget_display_featured .icon-play, .widget_display_popular .icon-play, .widget_display_recent .icon-play { position: absolute; bottom: 50%; left: 50%; background-image: url("../images/video-central/icon-video-play-tn.svg"); background-repeat: no-repeat; background-position: center center; margin-bottom: -15px; margin-left: -15px; width: 30px; height: 30px; z-index: 2; }

.single-video footer.meta { margin-top: 15px; }
.single-video footer.meta:after { content: ''; display: block; clear: both; }
.single-video footer.meta .left { float: left; }
.single-video footer.meta .right { float: right; }
.single-video footer.meta .left, .single-video footer.meta .right { width: 50%; }
.single-video footer.meta .video-central-share { float: right; }

.video-central-entry-video-wrapper { position: relative; background: #1A1A1A url("../images/video-central/bg-pattern-black.png"); padding: 20px 0; text-shadow: none; }

.video-central-tax-front { padding: 15px 0; }

/** Single Video */
#video-central-action-buttons { margin-bottom: 20px; border-bottom: 1px solid #dfdfdd; }
#video-central-action-buttons button { background-color: white; color: black; }

#video-central-sentiment-actions { float: left; }

#video-central-secondary-actions { float: right; }

.video-central-single-video-meta { padding: 0 30px; }
.video-central-single-video-meta:after { content: ''; display: block; clear: both; }
.video-central-single-video-meta .video-central-entry-author { position: relative; float: left; width: 300px; }
.video-central-single-video-meta .video-central-entry-author .video-central-author-avatar { display: inline-block; padding: 2px; border: 1px solid #dfdfdd; }
.video-central-single-video-meta .video-central-entry-author .video-central-author-name { position: absolute; top: 2px; left: 65px; font-size: 12px; line-height: 1; text-transform: capitalize; }
.video-central-single-video-meta .video-central-entry-author .member { display: inline-block; position: absolute; top: 22px; left: 65px; font-size: 10px; color: #dfdfdd; padding: 1px 3px; border: 1px solid #dfdfdd; line-height: 1; text-align: center; text-transform: uppercase; }
.video-central-single-video-meta .video-central-entry-author .video-central-entry-date { position: absolute; top: 39px; left: 65px; font-size: 12px; }
.video-central-single-video-meta .video-central-sentiment { float: right; }

.video-central #comments { margin-top: 15px; }

.video-central-player-video-wrapper { position: relative; padding: 56% 0 0; width: 100%; }
.video-central-player-video-wrapper iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

video:focus, video:hover { outline: none; }

.video-central-player .video-js { width: 100%; transition: height .8s; }
.video-central-player.loading { position: relative; min-height: 400px; }
.video-central-player.loading > div, .video-central-player.loading video { display: none; }
.video-central-player.loading:after { content: ''; position: absolute; position: absolute; top: 50%; left: 47%; margin: -35px 0 0 30px; border-width: 4px; border-color: #FFF #FFF rgba(255, 255, 255, 0.5) rgba(255, 255, 255, 0.5); border-style: solid; border-radius: 50%; opacity: .75; opacity: .9; width: 50px; height: 50px; /* animation */ -webkit-animation: loadingspin 1.5s infinite linear; -moz-animation: loadingspin 1.5s infinite linear; -o-animation: loadingspin 1.5s infinite linear; animation: loadingspin 1.5s infinite linear; }

.like-box { min-width: 80px; }
.like-box * { box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; }
.like-box .like { -webkit-margin-before: 0; -webkit-margin-after: 0; -webkit-margin-start: 0; -webkit-margin-end: 0; }

div.like-opening { background-color: #fff; width: 50px; height: 50px; border-radius: 50%; margin: 0 auto; border: 5px solid #ff5a00; position: relative; }

div.like-opening div.like-circle { background-color: #ff5a00; width: 50px; height: 50px; margin-left: -25px; margin-top: -25px; border-radius: 50%; position: absolute; top: 50%; left: 50%; -webkit-transition-property: -webkit-transform, background-color; -webkit-transition-property: -webkit-transform, background-color; -webkit-transition-property: -webkit-transform, background-color; -webkit-transition-property: -webkit-transform, background-color; transition: transform, background-color; -webkit-transition-duration: 1s; -moz-transition-duration: 1s; -o-transition-duration: 1s; -ms-transition-duration: 1s; transition-duration: 1s; -webkit-transition-timing-function: ease-out; -moz-transition-timing-function: ease-out; -o-transition-timing-function: ease-out; -ms-transition-timing-function: ease-out; transition-timing-function: ease-out; -webkit-transform: scale(0.3); -moz-transform: scale(0.3); -o-transform: scale(0.3); -ms-transform: scale(0.3); transform: scale(0.3); transition-style: preserve-3d; backface-visibility: visible; }

.like.like-complete a.like-object div.like-opening div.like-circle:before { content: '\f004'; }

.like.like-complete a.like-object div.like-opening div.like-circle { background-color: #ff5a00; font-family: FontAwesome; line-height: 46px; color: #fff; width: 50px; height: 50px; text-align: center; padding-left: 4px; border: 4px solid white; }

.like .like-meta { display: block; width: 100%; text-align: center !important; text-decoration: none; }

.like .like-meta .like-meta-alpha, .like .like-meta .like-meta-beta { width: auto; text-transform: uppercase; font-family: sans-serif; margin-top: 5px; color: #000; font-size: 11px; display: block; margin-top: 5px; margin-bottom: 10px; font-weight: bold; }

.like .like-meta .like-meta-beta { display: none; }

.like a.like-object { display: block; cursor: pointer; }

.like.like-active a.like-object div.like-opening div.like-circle { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -o-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); background: rgba(0, 0, 0, 0.7); }

.like.like-complete a.like-object div.like-opening div.like-circle { -webkit-transition-property: none; -moz-transition-property: none; -o-transition-property: none; -ms-transition-property: none; transition-property: none; -webkit-animation: bounce 1s; -moz-animation: bounce 1s; -ms-animation: bounce 1s; -o-animation: bounce 1s; animation: bounce 1s; -webkit-animation-iteration-count: 1; -moz-animation-iteration-count: 1; -ms-animation-iteration-count: 1; -o-animation-iteration-count: 1; animation-iteration-count: 1; -webkit-transform: scale(0.85); -moz-transform: scale(0.85); -o-transform: scale(0.85); -ms-transform: scale(0.85); transform: scale(0.85); }

@keyframes "bounce" { 0% { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -o-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); background-color: #ff5a00; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter: alpha(opacity=100); opacity: 1; }
  50% { -webkit-transform: scale(1.6); -moz-transform: scale(1.6); -o-transform: scale(1.6); -ms-transform: scale(1.6); transform: scale(1.6); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; filter: alpha(opacity=70); opacity: .7; background-color: #ff5a00; }
  60% { -webkit-transform: scale(0.6); -moz-transform: scale(0.6); -o-transform: scale(0.6); -ms-transform: scale(0.6); transform: scale(0.6); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter: alpha(opacity=100); opacity: 1; }
  80% { -webkit-transform: scale(0.95); -moz-transform: scale(0.95); -o-transform: scale(0.95); -ms-transform: scale(0.95); transform: scale(0.95); }
  100% { -webkit-transform: scale(0.85); -moz-transform: scale(0.85); -o-transform: scale(0.85); -ms-transform: scale(0.85); transform: scale(0.85); } }
@-moz-keyframes bounce { 0% { -moz-transform: scale(1.1); transform: scale(1.1); background-color: #ff5a00; filter: alpha(opacity=100); opacity: 1; }
  50% { -moz-transform: scale(1.6); transform: scale(1.6); filter: alpha(opacity=70); opacity: .7; background-color: #ff5a00; }
  60% { -moz-transform: scale(0.6); transform: scale(0.6); filter: alpha(opacity=100); opacity: 1; }
  80% { -moz-transform: scale(0.95); transform: scale(0.95); }
  100% { -moz-transform: scale(0.85); transform: scale(0.85); } }
@-webkit-keyframes "bounce" { 0% { -webkit-transform: scale(1.1); transform: scale(1.1); background-color: #ff5a00; filter: alpha(opacity=100); opacity: 1; }
  50% { -webkit-transform: scale(1.6); transform: scale(1.6); filter: alpha(opacity=70); opacity: .7; background-color: #ff5a00; }
  60% { -webkit-transform: scale(0.6); transform: scale(0.6); filter: alpha(opacity=100); opacity: 1; }
  80% { -webkit-transform: scale(0.95); transform: scale(0.95); }
  100% { -webkit-transform: scale(0.85); transform: scale(0.85); } }
@-ms-keyframes "bounce" { 0% { -ms-transform: scale(1.1); transform: scale(1.1); background-color: #ff5a00; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter: alpha(opacity=100); opacity: 1; }
  50% { -ms-transform: scale(1.6); transform: scale(1.6); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; filter: alpha(opacity=70); opacity: .7; background-color: #ff5a00; }
  60% { -ms-transform: scale(0.6); transform: scale(0.6); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter: alpha(opacity=100); opacity: 1; }
  80% { -ms-transform: scale(0.95); transform: scale(0.95); }
  100% { -ms-transform: scale(0.85); transform: scale(0.85); } }
@-o-keyframes "bounce" { 0% { -o-transform: scale(1.1); transform: scale(1.1); background-color: #ff5a00; filter: alpha(opacity=100); opacity: 1; }
  50% { -o-transform: scale(1.6); transform: scale(1.6); filter: alpha(opacity=70); opacity: .7; background-color: #ff5a00; }
  60% { -o-transform: scale(0.6); transform: scale(0.6); filter: alpha(opacity=100); opacity: 1; }
  80% { -o-transform: scale(0.95); transform: scale(0.95); }
  100% { -o-transform: scale(0.85); transform: scale(0.85); } }
.widget_display_featured .thumbnail-large li, .widget_display_popular .thumbnail-large li, .widget_display_recent .thumbnail-large li { padding: 8px 0; }
.widget_display_featured .thumbnail-large .video-central-video-thumb, .widget_display_featured .thumbnail-large img, .widget_display_popular .thumbnail-large .video-central-video-thumb, .widget_display_popular .thumbnail-large img, .widget_display_recent .thumbnail-large .video-central-video-thumb, .widget_display_recent .thumbnail-large img { width: 298px; height: 140px; }
.widget_display_featured .thumbnail-large .video-central-video-thumb, .widget_display_popular .thumbnail-large .video-central-video-thumb, .widget_display_recent .thumbnail-large .video-central-video-thumb { margin-bottom: 5px; }
.widget_display_featured .thumbnail-large .video-entry-meta.duration, .widget_display_popular .thumbnail-large .video-entry-meta.duration, .widget_display_recent .thumbnail-large .video-entry-meta.duration { position: absolute; bottom: 5px; right: 5px; font-size: 12px; background-color: black; color: white; padding: 2px 4px; line-height: 1; }
.widget_display_featured .thumbnail-small-right .video-central-video-thumb, .widget_display_popular .thumbnail-small-right .video-central-video-thumb, .widget_display_recent .thumbnail-small-right .video-central-video-thumb { position: relative; margin-left: 10px; float: right; width: 70px; }
.widget_display_featured .thumbnail-small-right .entry-title, .widget_display_popular .thumbnail-small-right .entry-title, .widget_display_recent .thumbnail-small-right .entry-title { font-size: 14px; margin-bottom: 4px; line-height: 18px; }
.widget_display_featured .thumbnail-small-left .video-central-video-thumb, .widget_display_popular .thumbnail-small-left .video-central-video-thumb, .widget_display_recent .thumbnail-small-left .video-central-video-thumb { position: relative; margin-right: 10px; float: left; width: 70px; }
.widget_display_featured .thumbnail-small-left .entry-title, .widget_display_popular .thumbnail-small-left .entry-title, .widget_display_recent .thumbnail-small-left .entry-title { font-size: 14px; margin-bottom: 4px; line-height: 18px; }
.widget_display_featured li, .widget_display_popular li, .widget_display_recent li { line-height: 18px; overflow: hidden; }
.widget_display_featured li .video-central-video-thumb, .widget_display_popular li .video-central-video-thumb, .widget_display_recent li .video-central-video-thumb { position: relative; }

.sidebar .video_central_widget_categories select { max-width: 250px; }

/*# sourceMappingURL=video-central.css.map */
