/*
Theme Name: Departamento ULL
Theme URI: http://www.ull.es/
Description: Plantilla para un site de departamento de la ULL
Author: ULL
Author URI: http://www.ull.es
Template: base-ull
Version: 0.1
*/

/*Menu footer*/
.ull-footer .widget_nav_menu ul .ulldrops-item.ulldrops-item a {
	font-weight: 400;
	padding: 0;
	color: #c9c9c9 !important;
}
.ull-footer .widget_nav_menu ul .ulldrops-item a:after{
	display: none;
}

/*Tablas*/
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus{
	background-color: #5c068c;
	border-color: #5c068c;
	text-decoration: none;
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus{
	color: #5c068c;
	text-decoration: none;
}

.pagination > li > a{
	color: #aac3d0;
}


.pagination a:hover{
	text-decoration: none;
}

.form-group.focus .form-control, .form-control:focus {
	border-color: #5c068c;
}

.toolbar .form-control{
	margin-left: 0px;
}

/* Botón destacado*/
.btn-destacado{
	text-transform: none;
	font-size: 22px;
	line-height: 28px;
	width: 100%;
	padding: 20px;
	height: 100%;
	display: inline-block;
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.btn-destacado:hover{
	color: rgba(255, 255, 255, 0.8);
}

@media only screen and (min-width : 1200px) {
	.btn-destacado {
		min-height: 140px;
	}
}

@media only screen and (max-width : 992px) {
	.btn-destacado {
		min-height: 120px;
		font-size: 16px !important;
		line-height: 23px !important;
		padding: 10px;
	}

	.btn-destacado i {
		margin-top: 32px;
	}
}

@media only screen and (max-width : 768px) {
	.btn-destacado {
		min-height:	inherit;
	}
	.btn-destacado i {
		margin: 0;
		margin-left: 10px;
		display: inline;
		float: right;
		position: inherit;
	}
}

/* Título página Inicio */

.ull-body .ull-site-title {
	font-size: 30px;
	line-height: 36px;
	color: #fff;
	top: -200px;
}

.title-departamento h1 {
	color: #fff !important;
	font-weight: 300;
	text-align: center;
}

.page-template-frontpage .hero-content {
    margin-top: 0;
}

.vc-bloque-destacado .wpb_content_element,
.vc-oferta .wpb_content_element,
.vc-enlaces-frontal .wpb_content_element,
.wpb_revslider_element.wpb_content_element {
    margin-bottom: 0 !important;
}


/* Fila botones destacados (Inicio) */
.vc_row-has-fill.vc-bloque-destacado>.vc_column_container>.vc_column-inner {
	padding: 0 !important;
}

.bloque-destacado .header h1,
.bloque-destacado h3{
	color: #ffffff;
	margin-top: 0;
}

.bloque-destacado .header {
	background: #111835;
	margin-bottom: 40px;
	padding: 10px 15px;
}

.bloque-destacado .header h1 {
	font-weight: 600;
	line-height: 40px;
}

.bloque-destacado h3{
	font-weight: normal;
	padding-bottom: 14px;
}

.bloque-destacado a:hover,
.bloque-destacado a:focus {
	text-decoration: none;
}

.bloque-destacado a.destacado {
	background-color: #5c068c;
	color: #fff;
	font-size: 20px;
	width: 100%;
	line-height: 26px;
	padding: 20px;
	height: 100%;
	display: inline-block;
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.bloque-destacado a.destacado.danger {
	background: #f00;
}

.bloque-destacado a.destacado:hover {
	text-decoration: none;
	color: rgba(255, 255, 255, 0.8);
}

.bloque-destacado a.destacado i {
	display: block;
	font-weight: normal;
	position: absolute;
	bottom: 20px;
}

@media only screen and (min-width : 1200px) {
	.bloque-destacado a.destacado {
		min-height: 150px;
	}
}

@media only screen and (max-width : 1200px) {
	.bloque-destacado a.destacado {
		font-size: 16px !important;
		line-height: 22px !important;
		min-height: 130px;
	}
}

@media only screen and (max-width : 992px) {
	.bloque-destacado a.destacado {
		min-height: 120px;
	}

	.bloque-destacado h3 {
		font-size: 14px;
		padding-bottom: 2px;
	}
	.bloque-destacado a.destacado {
		font-size: 15px !important;
		line-height: 22px !important;
		padding: 10px;
	}

	.bloque-destacado a.destacado i {
		margin-top: 32px;
	}

	.bloque-destacado .col-md-6,
	.bloque-destacado .col-md-3 {
		border-right: 0;
	}

	.bloque-destacado .col-md-6:first-child,
	.bloque-destacado .col-md-3:first-child {
		border-left: 0;
	}
}

@media only screen and (max-width : 768px) {
	.bloque-destacado a.destacado {
		min-height:	inherit;
	}
	.bloque-destacado a.destacado i {
		margin: 0;
		margin-left: 10px;
		display: inline;
		float: right;
		position: inherit;
	}
}

@media only screen and (max-width : 480px) {
	.bloque-destacado a.destacado i {
		margin-top: 14px;
	}
}
