.yotuwp-video-meta{
    font-size: 12px;
    color: #1119;
    line-height: 24px;
    padding-top: 3px;
    padding-bottom: 3px;
    width: 100%;
    box-sizing: border-box;
    white-space: nowrap;
    display: block;
    float: left;
}
.yotu-preset .yotuwp-video-meta{
    padding-left: 10px;
    padding-right: 10px;
}
.yotuwp-video-meta span {
    margin-right: 10px;
    display: inline-block;
}
.yotuwp-video-meta i {
    font-size: 14px;
    line-height: 14px;
    margin: 0 3px 0 0;
    padding: 0;
    vertical-align: middle;
}
.yotuwp-meta-align-center .yotuwp-video-meta{
    text-align: center;
}
.yotuwp-meta-align-right .yotuwp-video-meta{
    text-align: right;
}

/*reset in other layout*/
body .yotu-mode-mix.yotu-preset .yotu-video-title,
body .yotu-mode-list.yotu-preset .yotu-video-title{
    padding-top: 0!important;
}
body .yotu-mode-mix.yotu-preset .yotu-video-description,
body .yotu-mode-list.yotu-preset .yotu-video-description{
    display: block!important;
}
.yotu-copyright{
    display: none!important;
}

/***meta**/
.yotuwp-meta-inside .yotuwp-video-meta {
    position: absolute;
    bottom: 0px;
    z-index: 10;
    color: #fff;
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear;
    text-shadow: 0 0 2px #000;
    padding: 0 8px;
}
/*
body .yotu-videos.yotu-preset-flickr.yotuwp-has-meta .yotu-video-title,
body .yotu-videos.yotu-preset-gplus.yotuwp-has-meta .yotu-video-title,
body .yotu-videos.yotu-preset-pinterest.yotuwp-has-meta .yotu-video-title
{
    bottom: 20px;
}
body .yotu-videos.yotu-preset-flickr .yotuwp-video-meta,
body .yotu-videos.yotu-preset-gplus .yotuwp-video-meta,
body .yotu-videos.yotu-preset-pinterest .yotuwp-video-meta
{
    position: absolute;
    bottom: 0;
    width: 100%;
    box-sizing: border-box;
    text-align: left;
    z-index: 2;
    opacity: 0;
    color: #fff;
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear;
    text-shadow: 0 0 2px #000;
    padding: 0 8px;
}
body .yotu-videos.yotu-preset-gplus .yotuwp-video-meta{
    opacity: 1;
    background: rgba(0,0,0,0.54);
    bottom: 5px;
    left: 3%;
    right: auto;
    width: auto;
}
body .yotu-videos.yotu-preset-gplay .yotuwp-video-meta,
body .yotu-videos.yotu-preset-slidedown .yotuwp-video-meta
{
    padding: 0px 10px;
    line-height: 28px;
}
body .yotu-videos.yotu-preset-pinterest .yotu-video:hover .yotuwp-video-meta{
    opacity: 1;
}
body .yotu-videos.yotu-preset-flickr .yotu-video:hover .yotu-video-title,
body .yotu-videos.yotu-preset-flickr .yotu-video:hover .yotuwp-video-meta{
	opacity: 1;
}
*/

.yotuwp-video-duration {
    position: absolute;
    top: 5px;
    right: 5px;
    color: #fff;
    font-size: 12px;
    z-index: 99;
    text-shadow: 0 0 2px #000;
    background: rgba(0,0,0,0.6);
    padding: 0 3px;
    border-radius: 2px;
}

[class^="yotuhover-"] .yotu-video-thumb-wrp::after,
[class*=" yotuhover-"] .yotu-video-thumb-wrp::after{
    font-family: "yotu" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    height: auto;
    text-align: center;
    color: #fff;
    padding: 0;
    font-size: 4em;
    background: none!important;
    width: auto;
    transition: all .3s;
}
[class^="yotuhover-"].yotu-videos a.yotu-video:hover .yotu-video-thumb-wrp::after,
[class*=" yotuhover-"].yotu-videos a.yotu-video:hover .yotu-video-thumb-wrp::after{
    opacity: 0.8!important;
    text-shadow: 0 2px 4px rgba(0,0,0,0.1)!important;
}

/*Masonry*/
[class^="yotu-column-"].yotu-mode-masonry li,
[class*=" yotu-column-"].yotu-mode-masonry li{
    margin-right: 0!important;
    padding: 10px!important;
    margin-bottom: 30px;
    box-sizing: border-box;
}
body .yotu-mode-masonry .yotu-video-description{
    height: auto!important;
}

.yotu-mode-masonry.yotu-column-3 li{
    width: 33.334%;
}
.yotu-mode-masonry.yotu-column-2 li{
    width: 50%;
}
.yotu-mode-masonry.yotu-column-4 li{
    width: 25%;
}
.yotu-mode-masonry.yotu-column-5 li{
    width: 20%;
}
.yotu-mode-masonry.yotu-column-6 li{
    width: 16.6666%;
}

@media only screen and (min-width: 1000px) and (max-width: 1169px){
	body .yotu-mode-masonry li{
		width: 50%!important;
	}
}

@media only screen and (min-width: 768px) and (max-width: 999px){
	body .yotu-mode-masonry li{
		width: 48%!important;
		margin-right: 4%!important;
	}
}
@media only screen and (min-width: 480px) and (max-width: 767px){
	body .yotu-mode-masonry li{
		width: 48%!important;
		margin-right: 4%!important;
	}
}
@media only screen and (max-width: 479px){
	body .yotu-videos li{
		width: 100%!important;
		margin-right: 0!important;
	}
}
