.page-title {
	display: none !important;
}

.sidebar-content > section {
	border: #ffcc00 1px solid !important;
	margin-bottom: 35px;
	padding: 35px !important;
	border-radius: 25px;
}

.sidebar-content .widget-title {
	font-size: 40px;
}



.post-thumbnail > a > img {
	object-fit: cover;
	height: 500px;
}
.post-thumbnail {
	height: 500px;
}

.post-preview {
	border: solid 1px #fc0;
	padding: 1.5em;
	
}

.consejos .post-preview{
	display:flex;
	flex-direction: column-reverse;
}

.post-thumbnail.mini > a > img {
	height: 200px;
}

.post-thumbnail.mini {
	height: 200px;
}

.post.grid.mini {
	margin-top: 3em;
}

.post-date {
	color: #ffcc00;
}

.destacado .destacado-titulo,
.breadcrumbs-title {
	font-family: 'delecta-bold' !important;
	font-size: 24px;
}

.destacado-titulo {
	font-family: 'delecta-bold' !important;
}

.destacado-texto {
	margin: 20px 0;
}

.ver-mas a {
	font-weight: bold;
	text-decoration: unset;
}

/* @PAGINATION */
.pagination {
	margin-top: 40px;
}
.pagination-item {
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}

.prev.page-numbers,
.next.page-numbers {
	display: none;
}

.pagination .page-numbers:not(.prev):not(.next) {
	display: block;
	background-color: white;
	border-radius: 35px;
	color: black;
	height: 35px;
	line-height: 30px;
	margin: 5px;
	text-align: center;
	text-decoration: none;
	width: 35px;
}

.pagination .page-numbers.current {
	background-color: #ffcc00 !important;
}

.page-id-162 .post-thumbnail.mini,
.page-id-164 .post-thumbnail.mini {
	margin-top: 3rem;
}

.col-md-4 .breadcrumbs {
	border: 1px solid #ffcc00;
	border-radius: 25px;
	padding: 20px;
}

.col-md-4 .breadcrumbs ul {
	padding: 0;
	margin: 0;
}

.col-md-4 .breadcrumbs ul li.active {
	border-bottom: 1px solid #fff;
}

.col-md-4 .breadcrumbs ul li a:hover {
	text-decoration: unset;
}

/* .page-id-166 .post-preview {
	display: grid;
	margin-top: 3rem;
	grid-template-columns: 2fr 1fr;
	gap: 10px;
}

.page-id-166 .post-thumbnail.mini > a > img {
	height: 200px;
	width: 600px;
}
 */
.precio {
	position: absolute;
	margin-top: -50px;
	padding: 5px 20px;
	background-color: #ffcc00;
	font-size: 20px;
	color: #000;
}

.precio-normal {
	text-decoration: line-through;
}

.rmp-rating-widget {
	display: flex;
	justify-content: space-between;
}

.single-all {
	margin: 3rem 0;
}

/*.single-all .content {
}*/

.single-all .entry-content {
	padding: 0 15px;
	border: 1px solid #ffcc00;
	border-top: 0;
}

.single-all .post-thumbnail {
	height: auto;
	border: 1px solid #ffcc00;
	margin-bottom: 0 !important;
	padding-bottom: 45px;
	border-bottom: 0;
}

.single-all .comments-area {
	padding: 0 15px;
	/*	border: 1px solid #ffcc00;*/
}

.comment-body {
	background-color: #000 !important;
	border-radius: 0 !important;
	border: 1px solid #ffcc00;
}

.comment-respond {
	border: 1px solid #ffcc00;
	padding: 15px;
}

.comment-reply-link,
.comment-metadata a,
.comment-edit-link {
	color: #ffcc00 !important;
}

#commentform textarea,
#commentform input,
.comment-respond .dt-btn {
	border-radius: 0 !important;
}

.img-single img {
	width: 50%;
	padding: 20px;
	object-fit: cover;
}

.sideb {
	border: 1px solid #ffcc00;
	border-radius: 10px;
	padding: 15px;
}

.sideb .breadcrumbs-title {
	border-bottom: 1px solid #ffcc00;
}

.breadcrumbs-title {
	text-transform: uppercase;
}

.sideb ul {
	list-style: initial;
}

.sideb ul li a {
	color: #fff;
	text-decoration: none;
}

.sideb.destacados .d-img {
	margin-right: 10px;
}

.d-grid-two {
	display: grid;
	grid-template-columns: 1fr 3fr;
}

.d-img img {
	width: 100%;
	border-radius: 51px;
	height: 50px !important;
}

.tnp-submit {
	border-radius: 0 !important;
	width: 100% !important;
}

.d-title a {
	color: #fff;
	text-decoration: none;
}

.h4{
	font: var(--the7-h4-font);
}

/* Todos los blogs */
.consejos .post{
	height: 550px;
}
.consejos .post-preview{
	height: 530px;
}

/* Blog */

.post-thumbnail {
    height: auto !important;
}

.blog .destacado .post-preview {
    height: 230px;
}

/* Noticias */
.noticias .post.grid{
	height: 650px;
}

.noticias .post-preview{
	height: 350px;
}

