#wpzoom_portfolio_video_settings label {
    margin-bottom: 7px;
    display: block;
}
#wpzoom_portfolio_video_settings .description {
    padding: 3px 0;
}
#wpzoom_portfolio_video_settings .radio-switcher input[type=radio] + label {
    font-weight: 500;
    padding: 4px 10px 5px 5px;
    display: inline-block;
    vertical-align: middle;
    line-height: 21px;
}
#wpzoom_portfolio_video_settings .radio-switcher input[type=radio]:checked + label {
    background: #eee;
    color: #000;
    border-radius: 3px;
}
#wpzoom_portfolio_video_settings .radio-switcher label:before {
    position: relative;
    display: inline-block;
    margin-right: 7px;
    font: 400 22px/1 dashicons;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: bottom;
    color: #1c98cc;
    opacity: .7;
}
#wpzoom_portfolio_video_settings .radio-switcher label.label_vid_emb:before {
    content: "\f475";
}
#wpzoom_portfolio_video_settings .radio-switcher label.label_vid_self:before {
    content: "\f490";
}
#wpzoom_portfolio_video_settings .radio-switcher label.label_vid_url i {
    opacity: .7;
}
#wpzoom_portfolio_video_settings .radio-switcher label.label_vid_url i {
    opacity: .7;
}

#wpzoom_portfolio_video_settings .radio-switcher input[type=radio] + label:hover:before,
#wpzoom_portfolio_video_settings .radio-switcher input[type=radio]:checked + label:before {
    opacity: 1;
}
#wpzoom_portfolio_video_settings .radio-switcher input[type=radio] + label:hover i,
#wpzoom_portfolio_video_settings .radio-switcher input[type=radio]:checked + label i {
    opacity: 1;
}
.column-featured_thumb  {
    max-width: 360px;
    width: 360px;
}
.column-featured_thumb img {
    max-width: 100%;
    height: auto;
}
.wpzoom-youtube-play-icon {
	display: inline-block;	
	height: 16px;
	width: 25px;
}
.wpzoom-vimeo-icon {
	display: inline-block;
	height: 18px;
	width: 25px;
}
.wpzoom-youtube-play-icon,
.wpzoom-vimeo-icon {
	position: relative;
	top: 3px;
}
.wpzoom-overlay-metabox-upsell {
	position: absolute;
	display: flex;
	width: 100%;
	height: 100%;
	top:0;
	left:0;
/*	background: rgba(0, 0, 0, .1);*/
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .15) 300px);
    cursor: not-allowed!important;

	text-align: center;
	justify-content: center;
	align-items: center;
}
.wpzoom-overlay-metabox-upsell a {
	background: #0BB4AA;
	border-radius: 4px;
	font-size: 17px;
	padding:6px 18px;
	text-decoration: none;
    font-weight: 500;
	color:#fff;
    box-shadow: 0 2px 8px -2px rgb(0 0 0 / 25%);
    box-sizing: border-box;
}

.wpzoom-overlay-metabox-upsell a:hover {
    background: #0b9c93;
    box-shadow: 0 2px 8px -2px rgb(0 0 0 / 35%);
}

.portfolio-tabs {
    opacity: .75;
    filter: grayscale(20%);
    pointer-events: none;
    cursor: not-allowed!important;

/*    filter: blur(0.5px);*/
}

#wpzoom_portfolio_video_settings .postbox-header .hndle {
	justify-content: start;
}

.hndle.ui-sortable-handle > span {
	background: #0BB4AA;
    display: inline-block;
    font-size: 10px;
    font-weight: 700;
    padding: 0 8px;
    margin-left: 5px;
    height: 18px;
    line-height: 18px;
    border-radius: 7px;
    box-shadow: 0 2px 8px -2px rgb(0 0 0 / 25%);
    box-sizing: border-box;
    cursor: pointer;
    color: #fff;
    text-decoration: none!important;
}
@media screen and (max-width: 800px) {
    .column-featured_thumb  {
        max-width: 160px;
        width: 160px;
    }
}
@media screen and (max-width: 782px) {
	.wp-list-table tr:not(.inline-edit-row):not(.no-items).type-slider td:not(.check-column) {
		display: table-cell;
	}
}