/*
Te damos la bienvenida a CSS personalizado

Para saber cómo funciona, ve a http://wp.me/PEmnE-Bt
*/

h1.page-title {
    display: none;
}

a.author-link {
	display: none;
}

.site-info .wrap {
	padding-bottom: 5px;
	padding-top: 5px;
}

.site-info .wrap:after {
	content: "Ⓒ Copyright 2017 - JACETANIA EXPRESS | Todos los derechos reservados." !important;
	color: #d33 !important;
}

.site-info .wrap a {
	display: none !important;
}

.site-info {
	background-color: #f5f5f5 !important;
	border-top: 2px solid #d33 !important;
	text-transform: none !important;
}

h2.entry-title {
	text-transform: none !important;
	font-weight: 600 !important;
}

footer.entry-footer {
	border-bottom: 1px solid #dd3333 !important;
}

body .site-branding, body .site-branding a {
	color: #fff !important;
}

/*a {
	color: #dd3333 !important;
}*/

.header-top .wrap {
	padding: 0 !important;
}

.header-top {
	background-color: #f5f5f5 !important;
	border-bottom: 3px solid #dd3333 !important;
}

.main-navigation ul {
	background-color: #f5f5f5 !important;
}

.header-top a {
	color: #444444 !important;
}

.main-navigation ul li.current-menu-item {
	background-color: #dd3333 !important;
}

.main-navigation ul li.current-menu-item a {
	color: #ffffff !important;
}

.header-top a:hover, .header-top a:focus {
	background-color: #dd3333 !important;
	color: #ffffff !important;
}

.custom-header-image {
/*padding: 5% !important;*/
	margin-top: 10px !important;
}

.menu-toggle {
	color: #dd3333 !important;
}

input[type="submit"] {
	color: #ffffff !important;
	background-color: #dd3333 !important;
}

@media screen and (max-width: 863px) {
	.main-navigation ul li.current-menu-item a, .header-top a:hover, .header-top a:focus {
		padding-left: 10px !important;
	}
}

@media screen and (min-width: 60em) {
	.blog .post, .archive .post, .search .post, .search .page {
		padding-bottom: 3em !important;
	}
}

.post-thumbnail {
	text-align: center !important;
}

@media screen and (min-width: 863px) {
	.blog article {
		width: 45% !important;
		float: left;
		margin: 0 2%;
	}
	
	.category article {
		width: 45% !important;
		float: left;
		margin: 0 2%;
	}
	
	.post-thumbnail img {
		height: 200px !important;
	}
}