/* To be replaced in `head` to control optm data location */
/**
	Genericons
*/

/* IE8 and below use EOT and allow cross-site embedding.
   IE9 uses WOFF which is base64 encoded to allow cross-site embedding.
   So unfortunately, IE9 will throw a console error, but it'll still work.
   When the font is base64 encoded, cross-site embedding works in Firefox */

@font-face {
    font-family: 'Genericons';
    src: url(/wp-content/plugins/category-to-pages-wud/css/Genericons.woff) format('woff'), url(/wp-content/plugins/category-to-pages-wud/css/Genericons.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}

.wudicon {
	display: inline-block;
	line-height: 1;

	font-family: "Genericons";
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: inherit;
	text-transform: none;
	speak: none;

	vertical-align: top;

	-moz-transition: color .1s ease-in 0;
	-webkit-transition: color .1s ease-in 0;

	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

/**
 * Individual icons
 */

.wudicon-category:before { content: "\f301"; }
.wudicon-tag:before { content: "\f302"; }
.wudicon-time:before { content: "\f303"; }
.wudicon-user:before { content: "\f304"; }

 .cattopage_wud_items{
	 display: none;
 }
 
 .hatom-extra{
	 display: none !important;
 }
 #wud-plugin{
	 display: none !important;
 }
 
 .wud-images-main{
	overflow:hidden;
	display: table; 
	width: 100%; 
 }
 
 .wud-image-border{
	 float:left; 
	 margin: 0.25%; 
	 display: block; 
	 width: 24%; 
 }
 
 .wud-image-background{
	 float:left; 
	 text-align: center; 
	 width: 100%; 
	 height: 80%; 
	 -webkit-background-size: cover;
	 -moz-background-size: cover;
	 -o-background-size: cover;
	 background-size: cover;	 
 }
 
 .wud-image-text{
	 float:left; 
	 width: 100%; 
	 height: 20%;
 }


.clearout {
height:20px;
clear:both;
}

#ctp_wud_cat_img {
	margin-left: -0.8%;
}

@media only screen and (min-width:200px) and (max-width:480px) {
	#ctp_wud_cat_img {	
		margin-left: -3.8%;
	}
}
@media only screen and (min-width:481px) and (max-width:640px) { 
	#ctp_wud_cat_img {	
		margin-left: -2.8%;
	}
}
@media only screen and (min-width:641px) and (max-width:768px) { 
	#ctp_wud_cat_img {	
		margin-left: -1.4%;
	}
}
@media only screen and (min-width:769px) and (max-width:1360px) { 
	#ctp_wud_cat_img {	
		margin-left: -1.2%;
	}
}

.wud_main_cat_img{
	width: 100%; 
	margin: 0 auto; 
	overflow: hidden; 
	display: block;
}
.nbs-ctp_wud-container {
    position:relative;
    max-width:100%;
}
.nbs-ctp_wud-ul {
    position:relative;
    width:99999px;
    margin:0;
    padding:0;
	height: 280px;
    list-style-type:none;   
    text-align:center;  
    overflow: auto;
}

.nbs-ctp_wud-inner {
    position: relative;
    overflow: hidden;
    float:left;
    width:100%; 
}

.nbs-ctp_wud-item {
    float:left;
    margin:0;
    padding:0;
    cursor:pointer;
    position:relative;
    border:1px solid #fff; 	
}
.slider > .nbs-ctp_wud-item{
    height: 200px;
    cursor: pointer;
    position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.slider > .nbs-ctp_wud-item p{
	width: inherit;
    font-size: 24px;
    position: absolute;
    bottom: -11%;
    line-height: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	text-decoration: none;
}

/*** Navigation ***/

.nbs-ctp_wud-nav-left,
.nbs-ctp_wud-nav-right {
	height: 40px;
	width: 40px;    
    position: absolute;
    cursor: pointer;
    z-index: 4;
    top: 40%;
    transform: translateY(-40%);       
}

.nbs-ctp_wud-nav-left {
    left: 10px;	
	background-image: url(/wp-content/plugins/category-to-pages-wud/css/../images/left.png);
}


.nbs-ctp_wud-nav-left.disabled {
    opacity: 0.4;
}

.nbs-ctp_wud-nav-right {
    right: 10px;    		
	background-image: url(/wp-content/plugins/category-to-pages-wud/css/../images/right.png);
}


.nbs-ctp_wud-nav-right.disabled {
    opacity: 0.4;
}
