/* 
Theme Name: Desconectate y juega NEW
Author: Sudo
Version: 1.0
*/

.codedropz-upload-inner h3{
	font-size: 20px !important;
}

.codedropz-upload-inner{
	font-size: 16px !important;
}


.cd-upload-btn{
	color: #ff8400 !important;
}

.tags-publicacion{
	padding: 10px !important;
	margin-top: 20px;
	/*background-color: #ff8400 !important;*/
}

/*.tags-publicacion a{
    color: #fff;
	margin-right: 5px;
	font-weight: bold;
	text-decoration: none;
}

.tags-publicacion a:hover{
	text-decoration: underline;
}*/

.tags-publicacion a{
	color: #fff;
    background-color: #ff8400;
	cursor: pointer;
    z-index: 5;
    margin: 10px 5px;
    display: inline-block;
    padding: 5px 10px;
    position: relative;
    font-size: .8125rem;
    text-align: center;
    -webkit-transition: background-color .3s cubic-bezier(.4,0,.2,1) 0ms,-webkit-box-shadow .3s cubic-bezier(.4,0,.2,1) 0ms;
    transition: background-color .3s cubic-bezier(.4,0,.2,1) 0ms,-webkit-box-shadow .3s cubic-bezier(.4,0,.2,1) 0ms;
    transition: background-color .3s cubic-bezier(.4,0,.2,1) 0ms,box-shadow .3s cubic-bezier(.4,0,.2,1) 0ms;
    transition: background-color .3s cubic-bezier(.4,0,.2,1) 0ms,box-shadow .3s cubic-bezier(.4,0,.2,1) 0ms,-webkit-box-shadow .3s cubic-bezier(.4,0,.2,1) 0ms;
    border-radius: 16px;
	text-decoration: none;
	font-weight: bold;
}

.tags-publicacion a:hover{

	text-decoration: underline;
}

.slick-track {    transform: translate3d(0px, 0px, 0px) !important;}


.multiple-items .splide__arrow svg, #slide2 .splide__arrow svg , #primary-slider .splide__arrow svg{
	filter: invert(100%) sepia(0%) saturate(7470%) hue-rotate(210deg) brightness(105%) contrast(93%);
}

.multiple-items .splide__arrow, #slide2 .splide__arrow, #primary-slider .splide__arrow{
	background-color: #ff8400;
}

.multiple-items .splide__pagination, #slide2 .splide__pagination{
	display: none;
}

.multiple-items .splide__list{
	text-align: center;
}

#slide2 .splide__slide img {
	width : 100%;
	height: auto;
}

#secondary-slider .splide__slide{
	cursor:pointer; 
	padding:5px;
	background: #ffffff;
}

#secondary-slider .splide__slide img{
	height: 85px; 
	width : 85px;
}

@media screen and (max-width: 992px) {
  #secondary-slider {
    display: none;
  }
}

.filter img, .author-page .publicaciones img, .img-thumb img{
	height: 150px !important;
	width: 250px !important;
}

#slide2 .splide__track{
	    border-radius: 15px;
}

#author-description a{
	color: #ff8400;
	text-decoration: none;
}

#author-description h3:hover{
	text-decoration: underline;
}

.author-link a{
	color: #ff8400;
	text-decoration: none
}

.author-link a:hover{
	text-decoration: underline;
}