/*
Theme Name: 	Graphene WEB CATEDU 
Theme URI: 	http://catedu.es/
Description: 	Tema hijo de Graphene desarrollado para CATEDU
Version: 	1.0
Author: 	CATEDU
Author URI: 	http://catedu.es/
Template: 	graphene
*/

@import url("../graphene/style.css");

/* Quitar el borde a las imágenes en el contenido */
.entry-content img, .child-page img {
	border: 0px;
}

/* Quitar el borde a las imágenes en las barras laterales */
.sidebar p img {
	border: 0px;
}

/* Hacer que los textarea aparezcan con su altura correspondiente, ya que por defecto el tema graphene mete height: 16px forzado que los textarea solo tengan 1 linea de altura */
textarea {
	height: auto;
}


.home .entry-title{
	display: none;
}
/*
#footer {
	background-color: #24753F;
	color: #000000;
	text-align: center;
}

#footer a {
	color: #000000;
}*/

.copyright-developer {
	float: none;
}

/*.home .navbar.row {
	display: none;
}*/

div#ftg-11 div.loading-bar {
	display: none;
}

div.ftg-items div.tile {
	width: 250px !important;
	height: 160px !important;
}
/*
#ftg-11 .tile:nth-child(4n+2) {
	left: 5.48% !important;
}
#ftg-11 .tile:nth-child(4n+3) {
	left: 27.85% !important;
}
#ftg-11 .tile:nth-child(4n) {
	left: 50.22% !important;
}
#ftg-11 .tile:nth-child(4n+1) {
	left: 72.59% !important;
}
#ftg-11 .tile:nth-child(6),#ftg-11 .tile:nth-child(7),#ftg-11 .tile:nth-child(8),#ftg-11 .tile:nth-child(9) {
	top: 172px !important;
}
#ftg-11 .tile:nth-child(10),#ftg-11 .tile:nth-child(11),#ftg-11 .tile:nth-child(12),#ftg-11 .tile:nth-child(13) {
	top: 340px !important;
}
*/
#post-2413 .entry-content {
	padding-top: 0;
}

#header-menu span.desc {
	display: none;
}
/*
.navbar-inverse {
	background: #277A43 !important;
	max-height: 50px;
}

#header-menu li.active {
	background: #21492f !important;
}
#header-menu li.active a {
	background-color: #21492f !important;
}

#header-menu li:hover {
	background: #21492f !important;
}


#header-menu-wrap, #header-menu, #header-menu li, #header-menu li a {
	max-height: 50px !important;
}*/

.navbar .nav.has-desc > li > a {
	min-height: 50px !important;
}

.homepage_panes .homepage_pane {
	background-color: #f5f5f5;
}

.entries-wrapper .post {
	background-color: #f5f5f5;
}

#top_search > form > .input-group > .form-group > input {
	color: #ffffff !important;
}

.btn {
	background: #006633 !important;
}

.page-title, .archive-title, .term-desc {
	color: #1f1a22 !important;
}

.copyright-developer > #developer > p {
	display: none;
}

.copyright-developer > #copyright {
	float: left;
	margin-top: 1%;
}

.copyright-developer > #developer {
	float:right;
}

/*
.navbar a {
	color: #ffffff !important;
}

h3 a {
	color: #006633 !important;
}
.post a {
	color: #08b85f !important;
}

a.btn {
	color: #fff !important;
}*/