/*
 Theme Name:   Cancillería VE 2013
 Theme URI:    
 Description:  Tema hijo de Twenty Thirteen
 Author:       Marcos Rubén García De Los Ríos
 Author URI:   
 Template:     twentythirteen
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready, revolucion
 Text Domain:  twenty-thirteen-child-theme
*/
/* =Aquí empieza la personalización de tu tema
-------------------------------------------------------------- */

/* ------ COLORES ------ */
Gris oscuro : #2b2b2b
Gris			: #384148
Gris claro  : #a4b6c8 
Azul			: #0fa2e6
/* ------ COLORES ------ */

/* Cabecera */



.site-header {
	padding-top: 0px;	
	background-image: none !important;	
}

.navbar {
	background-color: #2b2b2b;
	max-width: 100%;
}

.gobol {
	float: left;
	width: 100%;
	height: 100%;
	min-height: 100%;
}

.embati {
	float: right;
	width: 30%;
	height: 100%;
	margin-left: auto;
	margin-right: 0px;
	padding-top: 2.1%;
	margin-bottom: -50%;
}

.gobol-img {
	min-height: auto;
	width: 60%;
}

.site-header .site-title:hover {
    text-decoration: none;
}
.site-title {
	font-family: "Source Sans Pro", Helvetica, sans-serif;
	z-index: 9999999;
	font-size: 2.2vw;
	color: #fff;	
	padding-top: 0px !important;
	font-weight: 400;
	letter-spacing: -0.1vw;
	line-height: 0.8;


}
.site-description {
	color: #fff;
}

/** --------------- Barra de Navegación --------------- **/

.main-navigation {
	max-width: 100%;
	min-height: 8px;
	background-color: #384148;
	padding: 0px 15px;
}

.nav-menu li a {
	color: #fff; 
	font-size: 15px;
	line-height: 1;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 13px;
	padding-top: 10px;
	margin: 0px;
	margin-right: -3px;

}

.nav-menu li:hover > a,
.nav-menu li a:hover,
.nav-menu li:focus > a,
.nav-menu li a:focus {
	background-color: #384148;
	color: #fff;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-top: 10px;
	border-bottom: 8px solid #0fa2e6;

}

.nav-menu .sub-menu,
.nav-menu .children {
	background-color: #777777;
}

ul.nav-menu ul a:hover,
.nav-menu ul ul a:hover,
ul.nav-menu ul a:focus,
.nav-menu ul ul a:focus {
	background-color: #0fa2e6;
}

.nav-menu .current_page_item > a,
.nav-menu .current_page_ancestor > a,
.nav-menu .current-menu-item > a,
.nav-menu .current-menu-ancestor > a {
	color: #fff;
	font-style: normal;
	font-weight: 1000;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-top: 10px;
	border-bottom: 8px solid #0fa2e6;

}

.site-header .search-form {
	position: absolute;
	right: 20px;
	top: 0px;
}

.site-header .search-field {
	background-color: transparent;
	background-position: 0px center;
	background-repeat: no-repeat;
	background-size: 24px 24px;
	border: none;
	cursor: pointer;
	height: 37px;
	margin: 0px 0;
	padding: 0 0 0 34px;
	position: relative;
	-webkit-transition: width 400ms ease, background 400ms ease;
	transition:         width 400ms ease, background 400ms ease;
	width: 1px;
}

.site-header .search-field:focus {
	background-color: #384148;
	border: 0px solid #c3c0ab;
	cursor: text;
	outline: 0;
	width: 300px;

}
/** --------------- Fin Barra de Navegación --------------- **/

/** -------------------  Fin Cabecera ----------------------**/

/* Sitio */


.site {
	max-width: 100%;
	width: 100%;
}

.site-main {
	margin-top: 0px;
}

.entry-header, .entry-summary, .entry-meta  {
	width: 80%;
	max-width: 100%;
	padding: 0px 15px;
}

.hentry {
	padding-top: 20px;
}

.wp-post-image {
	width: 100%;
	max-width: 100%
}

.entry-content {
    width: 100%;
    max-width: 100%;
}

.entry-content p{
	display: block;
	margin: auto;
	width: 70%;
	max-width: 70%;
	font-size: 24px;
	text-align: justify;
}

/* Widgets y pie de página*/

.site-footer {
	background-color: #2b2b2b;
	margin-top: 0 !important;
}

.site-footer .sidebar-container {
	background-color: #384148
}

.site-footer .widget a {
    color: #fff;
}

.sidebar .entry-header, .sidebar .entry-content, .sidebar .entry-summary, .sidebar .entry-meta {

    padding: 0 20px;
}

.sidebar .site-footer .widget-area {
	max-width: 70%;
	left: 0px;
}

.widget {
	margin-bottom: 0;
}


.elemento, .elemento a {
	list-style-type: none;
	color: grey;
	font-size: 18px;	
	font-weight: 400;
}

.elemento a:hover {
	color: #0fa2e6;
	text-decoration: none;
}


.elemento a::before {
	content: "-";
	margin: 10px;
	font
}

.elemento::after {
    display: block;
    content: "";
    background-color: #ededed;
    width: 100%;
    height: 1px;
    border:0px;
    margin: 5px 0;
    
    }

/* LIST CATEGORY POST */

.site-main .sidebar-container {
	display: block;
	position: static !important;
	max-width:100%;
	height: 100%;
}

.site-main .sidebar-inner {
	margin: 0px 0px;
	max-width: 100%;
}

.site-main .widget-area {
	display: block;
	position: static;
	max-width: 100%;
	width: 100%;
}

.site-main .widget-area {
	float: none;
	display: block;
	position: static;
}

.vc_gitem-post-data {
	margin: 0px;
}

.entry-content a, .comment-content a {
	color: #0fa2e6;
}

.vc_grid .vc_gitem-link {
	color: white;
}


/* GRILLA DE NOTICIAS CON LIST CATEGORY POST*/

.noticias {
	display: grid;
	grid-gap: 1%;
	grid-template-columns: 32.67% 32.67% 32.67%;
	padding: 1%;
	max-width: 100%;

}

.noticia {
  background-color:  #0fa2e6;
  border: 0px;
  padding: 0px;
  font-size: 30px;
  text-align: center;
  height: 50%;
 
}

.titulo, .fondo, .titulo a {
	width: 100%;
	top: 0px;
	color: white;
	font-size: 1.2vw;
	background-color: #006793;
}


/* FIN GRILLA DE NOTICIAS CON LIST CATEGORY POST*/

/*Lista de Comunicados*/
ul.lcp_catlist {
	padding: 15px;
}
/**/