/*
* Theme Name: Indymedia Argentina - Theme
* Theme URI: https://argentina.indymedia.org/
* Template: viral
* Author: Indymedia Argentina
* Author URI: https://argentina.indymedia.org/
* Version: 1.0.0
*/

#header-cycler {
	position: absolute;
	overflow: hidden;
	z-index: -1;
}

#header-cycler img {
	position: absolute;
	z-index: -5;
	display: block;
	width: 100vw;
	min-height: 100%;
	height: auto;
	object-fit: cover;
}

#header-cycler img.active {
	z-index: -3;
}

.vl-header {
	padding: 0;
}

.vl-header > .vl-container {
	padding: 25px 0;
}

.gallery.flexslider {
	margin-bottom: 0;
}

.gallery-carrousel.flexslider {
	margin-bottom: 15px;
}

.flex-nav-next, .flex-nav-prev {
	line-height: normal;
}

.gallery-carrousel li > img {
	display: block;
	opacity: .5;
	cursor: pointer;
}

.gallery-carrousel li > img {
	display: block;
	opacity: .5;
	cursor: pointer;
}

.gallery-carrousel li.flex-active-slide > img {
	opacity: 1;
}

.flex-direction-nav a:before {
	color: rgba(255, 255, 255, 0.8);
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
}

.entry-social {
	margin: 0;
	float: right;
}

.category-logo {
	width: 100%;
	height: auto;
}

.category-social {
	width: 100%;
	padding: 10px;
}

.category-social > a {
	display: inline-block;
	margin: 0 10px;
}

.category-social > a > i {
	font-size: 1.1em;
}

.category.vl-main-header {
	text-align: center;
}

.category.vl-main-header h1 {
	padding-top: 15px;
}

.category .category-social {
	background-color: #eee;
}

.category .category-editor {
	background-color: #fff;
	text-align: initial;
}


.vl-middle-block.style2 .vl-grid-block .vl-post-content {
	padding: 20px 15px 10px;
	background: -moz-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,.8) 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(0,0,0,0)),color-stop(100%,rgba(0,0,0,.8)));
	background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,.8) 100%);
	background: -o-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,.8) 100%);
	background: -ms-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,.8) 100%);
	background: linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,.8) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#b3000000', GradientType=0);
}

.vl-middle-block.style2 h3 {
	text-shadow: 0.07em 0 rgba(0, 0, 0, 0.15), 0 0.07em rgba(0, 0, 0, 0.15), -0.07em 0 rgba(0, 0, 0, 0.15), 0 -0.07em rgba(0, 0, 0, 0.15);
}