/*
¡Bienvenido a Custom CSS!

CSS (Hojas de estilo en cascada) es un tipo de lenguaje de programación
que indica al navegador cómo procesar una página web. Puedes eliminar
estos comentarios y comenzar con tus personalizaciones.

Por defecto, tu hoja de estilo se cargará después de las hojas de estilo
del tema, lo que significa que tus normas pueden prevalecer y anular las
reglas CSS del tema. Solo tienes que escribir aquí lo que quieres cambiar,
no es necesario copiar todo el contenido de la hoja de estilo de tu tema.
*/
.article b {
	font-weight: bold !important;
}

.article i {
	font-style: italic !important;
}

.gallery {
	margin: 0 auto 18px;
}

.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33% !important;
}

.gallery-columns-2 .gallery-item {
	width: 50% !important;
}

.gallery-columns-4 .gallery-item {
	width: 33% !important;
}

.gallery-columns-4 .gallery-item {
	width: 25% !important;
}

.gallery img {
	box-shadow: 0 0 4px #999;
	border: 1px solid white;
	padding: 8px;
	background: #f2f2f2;
}

.gallery img:hover {
	background: white;
}

.gallery-columns-2 .attachment-medium {
	max-width: 92% !important;
	height: auto;
}

.gallery-columns-4 .attachment-thumbnail {
	max-width: 84% !important;
	height: auto !important;
}

.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}

.gallery dl, .gallery dt {
	margin: 0;
}

.gallery br+br {
	display: none;
}

.wp-caption-text {
	display: none;
}

h2.widgettitle {
	border-radius: 8px;
	overflow: hidden;
	width: 96%;
	background: url("//i0.wp.com/ljz.mx/wp-content/themes/bolt/Assets/images/arrow.png") no-repeat scroll right center #A52B27;
	color: #FFFFFF;
	display: inline-block;
	font-size: 1.6em;
	font-weight: 700;
	line-height: 1.5;
	padding-left: 8px;
	padding-right: 17px;
	text-transform: uppercase;
}

.page-numbers {
	color: #881B1E;
	display: inline-block;
	padding: 4px 7px;
}

.page-numbers.current {
	background-color: #881B1E;
	color: white;
	font-weight: bold;
}

.secondary-sidebar .list .jcarousel-skin-tango .jcarousel-container-vertical {
	height: 200px;
}

.secondary-sidebar .list .jcarousel-skin-tango .jcarousel-clip-vertical {
	height: 213px;
}

button.view-more {
	background: none repeat scroll 0 0 rgba(0,49,79,0.08);
	border-radius: 3px;
	color: #881B2E;
	font-size: 10px;
	font-weight: 700;
	outline: 0 none;
	padding: 4px;
	text-transform: uppercase;
	cursor: pointer;
}

div.discovery-options {
	text-align: center;
}

.news_section .slider .flex-direction-nav {
	top: 45%;
}

button.view-more {
	margin-bottom: 10px;
}

.navigation {
	background: #dcdcdc !important;
}