/*!
Theme Name: Carong Tube
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 0.6.6
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: carong-tube
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Carong Tube is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/* || General styles */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&family=Oswald:wght@200;300;400;500;600;700&family=Poppins:wght@100;200;300;400;500;600;700;800;900&family=Roboto+Condensed:wght@300;400;700&family=Roboto+Mono:wght@100;200;300;400;500;600;700&display=swap');
body {background-color: #1a2433;color: rgba(255, 255, 255, .75);font-family: 'Roboto Condensed', sans-serif;font-size: 14px}
a {color: rgba(255, 255, 255, 1);text-decoration: none;transition: .5s}
a:hover {color: rgba(255, 255, 255, .75)}
/* - */

@media only screen and (min-width: 1200px) {.cr-container {max-width: 1240px}}
@media only screen and (max-width: 575.98px) {.cr-container {padding: 0}}

.cr-pg-vid {margin-top: 35px}

/* || Utilities */
.cr-wrap {margin-top: 77px;margin-bottom: -15px}
.text-ellipsis {
    white-space: nowrap; /* Mencegah teks membungkus ke baris berikutnya */
    overflow: hidden; /* Memotong teks yang melampaui elemen */
    text-overflow: ellipsis; /* Menambahkan ellipsis (...) di akhir teks */
}
/* … */

/* || NAV MENUS STYLES */
#cr_topmenu.sticky {
	position: fixed;
	/*background: aqua;*/
	height: auto !important;
	/*box-shadow: 0 0 11px 2px rgba(0, 0, 0, 0.1);*/
}
.cr-header {
	background-color: #31424e;
	max-width: 100%;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
	position: absolute;
    border-bottom: 1px solid #6B728E;
}

.cr-light-off{display:none;position:absolute;z-index:999;top:0;left:0;width:100%;background-color:rgba(0,0,0,.75)}
.cr-video-page{overflow:hidden;position:relative}
.cr-video-page .video-title{background-color:#2b3c54;padding:12px;margin-bottom:15px}
.cr-video-page .video-title .title{font-weight:700;font-size:16px;margin-bottom:0;text-align:center}

/* - */

.cr-post-empty {background-color: transparent;overflow: hidden}
.cr-post-empty h2 {margin-bottom: 0;font-family: 'Montserrat', sans-serif;font-weight: 700;color: #DDD}

/* || VIDEO GRID ITEM */
.cr-vid-items {background-color: #2b3c54;box-shadow: 1px 3px 8px rgba(49,49,49,.1);margin-bottom: 15px}
.cr-vid-items .title {font-family: 'Poppins', sans-serif;border-bottom: 1px solid #6B728E}
.cr-vid-items .title .wrap {padding: 10px 20px;display: flex;flex-wrap: nowrap;justify-content: space-between;align-items: center}
.cr-vid-items .title .wrap .name {font-weight: 500}
.cr-vid-items .title .wrap .name span {font-size: 18px}
.cr-vid-items .title .wrap .see-all a {background-color: #404258;padding: 3px 6px;color: #FFF;font-size: 12px}
.cr-vid-items .items .item .link .inner .thumb video{position:absolute;width:100%;height:100%;margin-top:-56.25%}
@media only screen and (max-width: 575.98px) {
    .cr-vid-items {border-radius: unset!important}
}

.cr-vid-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: hidden;
	list-style: none;
	margin-bottom: 0;
    padding: 10px;
}
.cr-vid-row .item {padding: 10px}
.cr-vid-row .item .link {overflow: hidden;display: block;color: #FFF}
.cr-vid-row .item .link .inner {position: relative}
.cr-vid-row .item .link .inner .thumb {position: relative;padding-top: 56.25%;width: 100%;overflow: hidden}
.cr-vid-row .item .link .inner .thumb img {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 32;
    top: 0;
    left: 0;
    transition: transform .2s;
}
.cr-vid-row .item .link .inner .thumb video {display: none;position: absolute;width: 100%;height: 100%;margin-top: -56.25%}
.cr-vid-row .item .link .inner .thumb .top {
    position: absolute;
    z-index: 100;
    width: 100%;
    top: 0;
    left: 0;
}
.cr-vid-row .item .link .inner .thumb .top .inner {padding: 0}
.cr-vid-row .item .link .inner .thumb .top .inner .cens {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    text-shadow: 1px 1px 3px #222;
    display: inline-block;
    min-width: 70px;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 15px;
    padding-right: 20px;
    margin-left: -8px;
    text-align: center;
    color: #FFF;
	transform: skewX(-30deg);
	/* Zentriert den Inhalt */
	display: flex;
	justify-content: center;
	align-items: center;
    background-color: transparent;
    background-image: radial-gradient(circle, rgba(64,66,88,.6) 0%, rgba(71,78,104,.6) 100%);
}
.cr-vid-row .item .link .inner .thumb .top .inner .cens.uncensored-leaked {background-image: linear-gradient(108.4deg, rgba(253, 44, 56,.6) 3.3%, rgba(176, 2, 12,.6) 98.4%)}
.cr-vid-row .item .link .inner .thumb .top .inner .cens.uncensored {background-image: linear-gradient(105.2deg, rgba(255, 78, 78,.6) 11.2%, rgba(253, 176, 71,.6) 117.9%)}
.cr-vid-row .item .link .inner .thumb .top .inner .cens.reducing-mosaic {background-image: linear-gradient(156.8deg, rgba(30, 144, 231,.6) 27.1%, rgba(67, 101, 225,.6) 77.8%)}
.cr-vid-row .item .link .inner .thumb .top .inner .cens i {transform: skewX(30deg);font-style: normal}
.cr-vid-row .item .link .inner .thumb .desc {
    position: absolute;
    z-index: 99;
    width: 100%;
    bottom: 0;
    left: 0;
}
.cr-vid-row .item .link .inner .thumb .desc .inner {padding: 0}
.cr-vid-row .item .link .inner .thumb .desc .inner .duration {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    text-shadow: 1px 1px 3px #222;
    display: inline-block;
    min-width: 70px;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 15px;
    padding-right: 20px;
    margin-right: -8px;
    text-align: center;
    color: #FFF;
	transform: skewX(-30deg);
	/* Zentriert den Inhalt */
	display: flex;
	justify-content: center;
	align-items: center;
    background-color: transparent;
    background-image: radial-gradient(circle, rgba(64,66,88,.6) 0%, rgba(71,78,104,.6) 100%);
}
.cr-vid-row .item .link .inner .thumb .desc .inner .duration i {
    transform: skewX(30deg);
    font-style: normal;
}
.cr-vid-row .item .link .inner .thumb .desc .res {
    transform: skewX(30deg);
    font-style: normal;
    margin: 0 5px;
    color: #FFEB3B;
}
.cr-vid-row .item .link .inner .vid-title {
    font-family: 'Poppins', sans-serif;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    height: 35px;
    margin-top: 6px;
}
.cr-vid-row .item .link .inner .vid-title h2 {margin-bottom: 0;font-weight: 500;font-size: 1em;transition: .5s}
.cr-vid-row .item .link:hover .inner .vid-title h2 {color: #2196f3}
.cr-vid-row .item .link:hover .inner .thumb video {display: block}

ul.cr-breadcrumb {padding: 10px 16px;list-style: none;background-color: #474E68;margin: 0;margin-bottom: 15px;border-radius: 3px;font-family: 'Roboto Mono', sans-serif}
ul.cr-breadcrumb li {display: inline;font-size: 14px}
ul.cr-breadcrumb li+li:before {padding: 3px;color: rgba(255, 255, 255, .3);content: "/\00a0"}

.cr-stream-area .stream-vid {overflow: hidden;background-color: #474E68;border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;margin-bottom: 15px}
.cr-stream-area .stream-vid .stream-container {position: relative;width: 100%;overflow: hidden;padding-top: 56.25%;background-color: #FFF;background-image: url(https://media.tenor.com/KVvbMEs_8a8AAAAi/umaru-party-anime-girl.gif);/*background-size: cover;*/background-repeat: no-repeat;background-position: center center}
.cr-stream-area .stream-vid .stream-container iframe {position: absolute;top: 0;left: 0;bottom: 0;right: 0;width: 100%;height: 100%;border: none}
.cr-stream-area .stream-vid .stream-container .play-thumb {position: absolute;left: 50%;top: 50%;transform: translate(-50%, -50%);z-index: 9;width: 100%;height: auto}
.cr-stream-area .stream-vid .stream-container .play-thumb img {width: 100%;height: auto}
.cr-stream-area .stream-vid .stream-container .play-icon {display: block;content: "";width: 100px;height: 110px;background-image: url(assets/images/circle-play.svg);background-position: 50% 25%;background-size: cover;opacity: 1;position: absolute;z-index: 10;top: 50%;left: 50%;margin-top: -55px;margin-left: -55px}
.cr-stream-area .stream-vid .menus {padding: 7px}
.cr-stream-area .stream-vid .menus .light-on-off {padding: 8px;float: right;font-family: 'Poppins', sans-serif;}
.cr-stream-area .stream-vid .menus .light-on-off .lightbulb a {display: block;color: #FFF;text-shadow: 1px 1px 3px #222}
.cr-stream-area .stream-vid .menus .light-on-off .lamp {padding: 0 7px;color: #FFC436}
.cr-stream-area .stream-server {display: flex;flex-wrap: wrap;align-items: stretch;overflow: hidden;font-family: 'Roboto Condensed', sans-serif;background-color: #474E68;border-radius: 5px;margin-bottom: 15px}
.cr-stream-area .stream-server .server-title{padding:0 20px;flex:0 1 auto;height:inherit;display:flex;align-items:center;overflow:hidden;font-weight:400;font-size:16px;margin-bottom:0;background-color:#292e3d}
.cr-stream-area .stream-server .server-title .icon-cc{color:#FFC436;padding-right:7px}
.cr-stream-area .stream-server .server-list{flex:1 0 0;overflow:hidden;list-style:none;padding:4px;margin-bottom:0;font-size:16px}
.cr-stream-area .stream-server .server-list li{display:inline-block;padding:4px}
.cr-stream-area .stream-server .server-list li a{color:#FFF;display:block;background-color:#404258;padding:6px 12px;transition:.5s}
.cr-stream-area .stream-server .server-list li a:hover {background-color: #292e3d}
.cr-stream-area .stream-server .server-list li a.active {background-color: #292e3d}
@media only screen and (min-width: 1200px) {.cr-stream-area {max-width: 850px;width: 100%;margin-right: auto;margin-left: auto}}
@media only screen and (max-width: 575.98px) {.cr-stream-area {flex: 0 0 100%;max-width: 100%}}

.cr-post-tags{overflow:hidden;padding-bottom:15px}
.cr-post-tags .inner{background-color:#474e68;padding:10px}
.cr-post-tags .inner ul{font-family:'Roboto Mono',sans-serif;list-style:none;padding:0;margin:0 0 0 -7px}
.cr-post-tags .inner ul li{display:inline-block;padding-left:7px}

.cr-video-info .download,ul.cr-dlbox-content li.item{overflow:hidden}
ul.cr-dlbox-content{list-style:none;padding:0;margin:-10px}
ul.cr-dlbox-content li{padding:7px 19px}
ul.cr-dlbox-content li.head{overflow:hidden;background-color:transparent;color:#fff;border-bottom:2px dotted rgba(255,255,255,.25)}
ul.cr-dlbox-content li.head div{font-weight:700}
ul.cr-dlbox-content li.item:nth-child(odd){background-color:rgba(255,255,255,.1)}
ul.cr-dlbox-content li.item:nth-child(2n){background-color:transparent}

.cr-video-info{background-color:transparent;overflow:hidden;margin-bottom:15px}
.cr-video-info .tab-tmbl{font-family:Poppins,sans-serif}
.cr-video-info .tab-tmbl nav ul{list-style:none;padding-left:0;margin-bottom:0;overflow:auto;white-space:nowrap}
.cr-video-info .tab-tmbl nav ul::-webkit-scrollbar{height:8px;width:0}
.cr-video-info .tab-tmbl nav ul::-webkit-scrollbar-track{background:0 0}
.cr-video-info .tab-tmbl nav ul::-webkit-scrollbar-thumb{background:#888;border-radius:3px}
.cr-video-info .tab-tmbl nav ul::-webkit-scrollbar-thumb:hover{background:#555}
.cr-video-info .tab-tmbl nav ul li{display:inline-block;font-size:17px}
.cr-video-info .tab-tmbl nav ul li a{display:block;padding:10px;text-transform:uppercase;color:rgba(255,255,255,.7);font-weight:500}
.cr-video-info .tab-tmbl nav ul li a.active{color:#fff}
.cr-video-info .tab-content{display:none;background-color:#474e68}
.cr-video-info .tab-content.active{display:block}
.cr-video-info .tab-content .inner{padding:10px}
.cr-video-info .info{font-size:16px}
.cr-video-info .info ul{list-style:none;padding:0;margin:0 0 -7px}
.cr-video-info .info ul li:before{content:"•";color:#ff0;padding-right:8px}
.cr-video-info .info ul li{margin-bottom:7px}
.cr-video-info .info ul li b{font-weight:700;color:rgba(255,255,255,.7)}
.cr-video-info .empty{overflow:hidden;font-family:Montserrat,sans-serif}
.cr-video-info .empty h2{margin:0;padding:0;line-height:normal;font-size:22px;font-weight:700;text-align:center}
.cr-video-info .gallery{overflow:hidden}
.cr-video-info .gallery ul{list-style:none;padding-left:0;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;overflow:hidden;margin:-5px -5px 0}
.cr-video-info .gallery ul li{padding:5px 5px 0}
.cr-video-info .gallery ul li .pic{display:block;position:relative;padding-top:56.25%;width:100%;overflow:hidden}
.cr-video-info .gallery ul li .pic img{position:absolute;width:100%;height:100%;top:0;left:0}

/* s:popular star */
.cr-star-row {display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;overflow: hidden;list-style: none;margin-bottom: 0;padding: 10px}
.cr-star-row .item {padding: 10px}
.cr-star-row .item .link {color: rgba(255, 255, 255, .75)}
.cr-star-row .item .link .inner .thumb {position: relative;padding-top: 144%;width: 100%;overflow: hidden}
.cr-star-row .item .link .inner .thumb img {position: absolute;width: 100%;height: 100%;transition: transform .2s;margin: 0 auto;top: 0;left: 0}
.cr-star-row .item .link .inner .ttl {height: 38px;margin: 8px 0;margin-bottom: 0;text-align: center}
.cr-star-row .item .link .inner .ttl h2 {font-family: 'Poppins', sans-serif;font-size: 16px;font-weight: 500;margin-bottom: 0;height: inherit;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical}
.cr-star-row .item .link:hover .inner .thumb img {transform: scale(1.1)}
.cr-star-row .item .link:hover .inner .move-fx {transition: .8s;position: absolute;left: 0px;top: 0px;z-index: 88;background: rgba(0, 0, 0, 0.5);height: 100%;width: 100%}
.cr-star-row .item .link:hover .inner .move-fx:after {transition: .8s ease;content: "";width: 65px;height: 70px;background-image: url(assets/images/svg/stars.svg);background-position: 50% 25%;background-size: cover;opacity: 1;position: absolute;top: 50%;left: 50%;margin-top: -35px;/* bagi 2 dengan height */margin-left: -35px;/* bagi 2 dengan height */}
/* e:popular star */

/* s:select order by */
.cr-select {cursor: pointer;display: inline-block;position: relative;font-size: 16px;color: #fff;width: 220px;height: 39px}
.cr-select .select-options {display: none;position: absolute;top: 100%;right: 0;left: 0;z-index: 999;margin: 0;padding: 0;list-style: none;background-color: #1e2d48}
.cr-select .select-options li {margin: 0;padding: 7px 0;text-indent: 15px;border-top: 1px solid rgba(255, 255, 255, .3);-moz-transition: all 0.15s ease-in;-o-transition: all 0.15s ease-in;-webkit-transition: all 0.15s ease-in;transition: all 0.15s ease-in}
.cr-select .select-options li:hover,
.cr-select .select-options li.is-selected {color: rgba(0, 0, 0, .65);background: #fff}
.cr-select .select-options li[rel="hide"] {display: none}
.cr-select-hidden {display: none;visibility: hidden;padding-right: 10px}
.cr-select-styled {position: absolute;top: 0;right: 0;bottom: 0;left: 0;background-color: #141e30;padding: 8px 15px;-moz-transition: all 0.2s ease-in;-o-transition: all 0.2s ease-in;-webkit-transition: all 0.2s ease-in;transition: all 0.2s ease-in}
.cr-select-styled:after {content: "";width: 0;height: 0;border: 7px solid transparent;border-color: #fff transparent transparent transparent;position: absolute;top: 16px;right: 10px}
.cr-select-styled:hover {background-color: #1e2d48}
.cr-select-styled:active,
.cr-select-styled.active {background-color: #1e2d48}
.cr-select-styled:active:after,
.cr-select-styled.active:after {top: 9px;border-color: transparent transparent #fff transparent}
/* e:select order by */

/* s:view active taxonomies */
.cr-cat-active {background-color: transparent}
.cr-cat-active .inner {display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;border-bottom: 1px dashed rgba(255, 255, 255, .25);/*border-radius: 5px;*/overflow: hidden}
.cr-cat-active .inner>* {flex: 0 0 50%;max-width: 50%}
.cr-cat-active .inner>*:nth-child(2) {border-left: 1px dashed rgba(255, 255, 255, .25)}
.cr-cat-active .tags,
.cr-cat-active .genres,
.cr-cat-active .countries {padding: 7px}
/* e:view active taxonomies */

/* s:footer.php */
.cr-footer {background-color: #141e30;margin-top: 80px;background-color: #141e30;background-image: linear-gradient(to right, #141e30, #243b55)}
.cr-foot-container {max-width: 100%;padding-left: 12px;padding-right: 12px}
.topx {max-width: 100%}
.topx .cr-footer-menu {max-width: 100%}
.topx .cr-footer-menu h2 {margin-bottom: 10px;font-family: 'Poppins', sans-serif;font-size: 1.375em;font-weight: 500}
.topx .cr-footer-menu ul {font-family: 'Poppins', sans-serif;font-size: .88em;list-style: none;padding-left: 0;margin-top: -7px;margin-bottom: 0}
.topx .cr-footer-menu ul li {padding-top: 7px}
.topx .cr-footer-menu a {color: #DDD}
.bottomx {color: #222;background-color: rgb(255, 219, 47);background-image: linear-gradient(109.6deg, rgb(255, 219, 47) 11.2%, rgb(244, 253, 0) 100.2%);margin-left: -12px;margin-right: -12px;padding-left: 12px;padding-right: 12px}
.bottomx .cr-copyright {max-width: 100%;padding: 17px 0;text-align: center}
.bottomx .cr-copyright span {font-weight: 700;font-size: 17px;color: rgba(0, 0, 0, .65)}
/* e:footer.php */

/* s:pagination */
.cr-pagination {width: 100%;position: relative;text-align: center;padding: 10px 0;font-weight: 700}
/*.cr-pagination > * {margin-right: 5px}*/
.cr-pagination a {background-color: #2196f3;/*background-image: linear-gradient(to right, #141e30, #243b55);*/color: #FFF;display: inline-block;margin: 3px;padding: 5px 8px;overflow: hidden;border-radius: 3px;min-width: 37px}
.cr-pagination span.current {background-color: #212121;/*background-image: linear-gradient(62deg, #FBAB7E 0%, #F7CE68 100%);*/color: #FFF;display: inline-block;margin: 3px;padding: 5px 8px;overflow: hidden;border-radius: 3px;min-width: 37px}
.cr-pagination span.dots {background-color: transparent;color: #FFF;display: inline-block;margin: 3px;overflow: hidden;border-radius: 3px}
/* e:pagination */

.cr-star-page {overflow: hidden;position: relative}

/* s:page genre/channel */
.cr-genre-page,
.cr-channel-page {overflow: hidden;background-color: transparent;width: 100%}
.cr-genre-page h1,
.cr-channel-page h1 {margin-bottom: 0;font-size: 22px}
.cr-genre-page .genre-list,
.cr-channel-page .channel-list {list-style: none;margin: 0;padding: 0}
/* e:page genre/channel */

@media only screen and (max-width: 575.98px) {
	.cr-nav-mobile {display: flex;flex-wrap: wrap;padding: 0;position: relative}
	.cr-nav-mobile .cr-nav-logo.hide {display: none} 
	.cr-nav-mobile .menus {
		padding: 12px;
		background-color: #FFF;
		position: absolute;
		top: 130px;
		left: 0;
		right: 0;
	}
	.cr-nav-mobile .menus ul {float: none!important;margin-top: -7px}
	.cr-nav-mobile .menus ul li {
		display: block!important;
		width: 100%;
		line-height: normal;
		height: auto;
		padding: 0;
		padding-top: 7px;
	}
	.cr-nav-mobile .menus ul li a {display: block}
	a.cr-nav-logo {
		display: block;
		flex: 0 0 100%;
		max-width: 100%;
		padding: 0;
		text-align: center;
		border-bottom: 1px solid #666;
		transition: height 0.5s ease-out!important;
		-webkit-transition: height 0.5s ease-out!important;
	}
	.cr-menu-btn {
		display: block;
		overflow: hidden;
		flex: 0 1 auto;
		padding-left: 10px;
		padding-right: 10px;
	}
	ul.cr-top-menu {display: block}
	ul.sub-menu {display: block;position: relative;top: 0}
	.cr-src-box {flex: 1 0 0;float: none;padding-right: 10px}
	.cr-nav-pills {display: block!important;width: 100%;max-width: 100%;overflow: hidden}

    /* single.php */
    .cr-vid-tab {flex: 0 0 100%;max-width: 100%}
    .info-part .thumb {flex: 0 0 100%;max-width: 100%;display: flex;flex-wrap: nowrap;justify-content: center;padding-right: 0}
    .info-part .thumb .inner {flex: 0 0 200px;max-width: 200px}
    .info-part .detail {flex: 0 0 100%;max-width: 100%;margin-top: 15px}
    .cr-bottom-right {flex: 0 0 100%;max-width: 100%}

	.cr-star-info {overflow: hidden;flex: 0 0 100%;max-width: 100%}
	.cr-star-info .inner {padding-right: 0}
	.cr-star-vids {overflow: hidden;flex: 0 0 100%;max-width: 100%;margin-top: 15px}
	.cr-star-vids .inner {padding-left: 0}
	/* s:footer.php */
	.bottomx .left {float: none;padding-top: 12px;padding-bottom: 0}
	.cr-copyright {text-align: center}
	.topx .row {margin-top: -10px}
	.topx .cr-footer-menu h2 {margin-top: 10px}
	.bottomx .right {float: none}
	/*.cr-share-foot {padding: 0;margin-bottom: 0}*/
	/* e:footer.php */
    /*.cr-vid-row {padding: 5px}*/
    /*.cr-vid-row .item {padding: 5px}*/
    
    /* s:view active taxonomies */
    .cr-cat-active {
        padding: 0
    }
    /* e:view active taxonomies */
}

@media only screen and (min-width: 992px) {
	.cr-navbar .menus {display: block}
}