@import url('https://fonts.googleapis.com/css2?family=Nothing+You+Could+Do&display=swap');

.site-info, .site-copyright {
	display: none;
}

h2 a:hover{
	color: green;
}

/*Ocultar Barra Scroll vertical en Escritorio Chrome, Safari y Opera*/
body::-webkit-scrollbar {
  display: none;
}

/*Portada Titulos*/
#fullscreen-header .entry-title {
	font-family: 'Nothing You Could Do', cursive;
	text-transform: uppercase;
}

/*Portfolio Titulos*/
#primary-header h1 {
	font-family: 'Nothing You Could Do', cursive !IMPORTANT;
	font-size: 4em !important;
	text-transform: uppercase;
}

/*COBLOCKS HERO Titulos*/

.wp-block-coblocks-hero__content h2 {
	font-family: 'Nothing You Could Do', cursive !IMPORTANT;
	font-size: 3.5em !important;
}

.wp-block-coblocks-hero__content a {
	color: white;
}

.wp-block-coblocks-hero__content a:hover {
	color:yellow;
}

/*COBLOCKS HERO cuadros fondo blanco y texto negro con info*/
.wp-block-coblocks-hero .has-left-content p, .wp-block-coblocks-hero .has-right-content p, .wp-block-coblocks-hero .has-text-align-left
{
	border-radius: 7px 7px 7px 7px;
}

/*Entre primer friso arriba y el siguiente elemento abajo reducir el padding top a casi nada*/
.front-block {
	padding-top: 1px;
}

.page-header {
	margin-bottom: 1px;
}

/*Personalizar MENU PRINCIPAL*/
#primary-menu #menu-item-188, #primary-menu #menu-item-94, #primary-menu #menu-item-1087 {
	font-size: 1.3em;
	text-shadow: 1px 1px 3px grey;
}

#primary-menu #menu-item-94 {
	font-weight: 200;
}

#header-menu-button {
	font-size: 0px;	
}

/*botón CONTACTO*/

#menu-item-216  {
	font-size: 1.1em;
	border: 0.5px solid;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 3px;
	border-radius: 7px 7px 7px 7px;
	background: white !important;
	color: black;
	box-shadow: 2px -1px 10px 0px rgba(0,0,0,0.3);
}


#menu-item-216 a  {
	color: black;
	margin-bottom: 3px;
}

#menu-item-216:hover {
	background: yellow !important;
	text-decoration: none;
}

#header-search-button {
	display: none !important;
}

/*Portada - Tentación*/

#post-23 .entry-title {
	display: none;
}

/*Portada - Recomendaciones - Donde estamos-Mapa Google*/

.home .front-testimonial-author, .home .front-testimonial-pager {
		display: none;
}

/*Personalizar Página CONTACTO*/
.page-id-213 .front-porfolio, .page-id-213 .featured-page {
	display: none;
}

/*Esconder en Porfolio*/

.nav-links {
	display: none;
}

.portfolio-grid .page-header {
		display: none;
	}

/*Esconder Elementos de Página Bonilla rollán*/
.page-id-90 .front-porfolio, .page-id-90 .featured-page {
	display: none;
}

/*Esconder Elementos de Página DIBOTROPIC*/
.page-id-184 .featured-page {
	display: none;
}

/*Esconder Elementos de Página LA TENTACIÓN*/
.page-id-88 .featured-page {
	display: none;
}

/*Esconder Elementos de MAPA en páginas*/
#front-testimonials-pager, .front-testimonial-author, .home #front-testimonials {
	display: none !important;
}

/*Esconder Elementos de PORTADA*/
.home .front-porfolio {
	display: none !important;
}

/*Otros*/
.front-porfolio {
	padding-top: 0px;
	display: none;
}

.site-footer {
	padding-top: 0px !important;
}

.front-testimonials {
	padding-bottom: 50px !important;
	margin-top: -80px !important;
}

/*Adelgazar Site Footer en páginas */
.front-block {
	padding-bottom: 0px;
}

.footer-bottom {
	margin-top: 0px;
}

.site-footer {
	background: green;
	color: white;
	margin-top: 0px;
}

/*Adelgazar Site Footer páginas portfolios con las diferentes frutas*/
.site-main {
	margin-bottom: 0px;
}